@import url(fonts.css);
@import url(font-awesome.css);


/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */


article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
	display: block;
}
audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}


/* ==========================================================================
Base
========================================================================== */


::selection {
	background: none;
	color: #00818e;
}
::-moz-selection {
    background: none;
	color: #00818e;
}

html, body {
	height: 100%;
	color: #212129;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	background-color: #ffffff;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

a:active, a:hover, a:focus {
	outline: 0;
	text-decoration: none;
}

button:active {
	outline: none;
	border: none;
}

button:focus { outline: 0 !important; }

input::-moz-focus-inner { 
	border: 0; 
}

a:link, a:visited {
    text-decoration: none;
}

:-moz-any-link:focus {
    outline: medium none;
}

a {
    -webkit-transform: translateZ(0);
}

img {
    border: medium none;
}

/* ==========================================================================
Header + nav
========================================================================== */


.header {
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-align: center;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #4b535b;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
}

.navbar {
	font-size: 14px;
	margin-bottom: 0;
}

.navbar-default {
	background-color: #ffffff;
	border-color: transparent;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}

.navbar-brand {
	height: auto;
}

.nav > li > a {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
/* 	letter-spacing: 0.02em; */
	transition: all 200ms linear;
	padding: 15px 25px;
	font-size: 13px;
}

nav.navbar {
	overflow: hidden;
}

nav .navbar-toggle {
	margin: 13px 15px 13px 0;
}

.navbar-brand {
	height: 125px;
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	    -ms-transition: all 200ms linear;
	     -o-transition: all 200ms linear;
	        transition: all 200ms linear;
}
nav.shrink .navbar-brand {
  	height: 95px;
}

.navbar-brand img {	
	width: 180px;
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	    -ms-transition: all 200ms linear;
	     -o-transition: all 200ms linear;
	        transition: all 200ms linear;
}

nav.shrink .navbar-brand img {
	width: 125px;
}

.navbar-nav > li {
	border-left: 1px #e3e7e9 solid;
	margin: 0;
}
.navbar-nav > li > a {
	border-top: 4px transparent solid;
	line-height: 103px;
}

nav.shrink .navbar-nav > li > a {
	line-height: 70px;
}

.navbar-default .navbar-nav > li > a {
 	color: #292628;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  	color: #00818e;
  	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #363c3f;
	border-color: #00818e;
}

.down-btn {
	width: 55px;
	height: 55px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
	display: block;
	margin: 0 auto;
	color: #ffffff;
	font-size: 25px;
	line-height: 55px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 300ms ease-out;
	   -moz-transition: all 300ms ease-out;
	    -ms-transition: all 300ms ease-out;
	     -o-transition: all 300ms ease-out;
	        transition: all 300ms ease-out;
	border: 2px solid transparent;
}

.down-btn:hover, .down-btn:active, .down-btn:focus { 
	color: #00818e; 
	border: 2px solid #00818e;
	outline: none;
}

/* ==========================================================================
Header background
========================================================================== */


.head-slide {
  	position: relative;
	background: url("../img/bg-header.jpg") no-repeat center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
 	     -o-background-size: cover;
  	        background-size: cover;	
  	width: 100%;
  	height: 100%;
  	text-align: center;
}

.align-centered {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	height: 180px;
}

.head-slide h1 {
	font-size: 48px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 50px;
}

.head-slide p {
	font-family: 'effra_mediumregular', sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.05em;
}

.head-slide a {
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 5px;
	-webkit-transition: all 300ms ease-out;
	   -moz-transition: all 300ms ease-out;
	    -ms-transition: all 300ms ease-out;
		 -o-transition: all 300ms ease-out;
	        transition: all 300ms ease-out;
}

.head-slide a:hover {
	color: rgba(255, 255, 255, 0.5);
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

/* ==========================================================================
Services
========================================================================== */


.section-padding {
	padding: 90px 0 100px;
}

.features-round {
	display: block;
	width: 75px;
	height: 75px;
	text-align: center;
	font-size: 32px;
	line-height: 75px;
	color: #ffffff;
	margin: 0 auto 55px;
	border-radius: 100%;
	background: #00818e;		
}

.icon-tool {
	text-shadow: 0 1px 2px #222222;
}

.section-title h2 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #4b535b;
	text-transform: uppercase;
}
.seperator {
	padding: 16px 0;
}

.separator {
	width: 100%;
	height: 4px;
	line-height: 0;
	padding: 8px 0;
	text-align: center;
}

.seperator.size-small span {
	width: 100px;
}

.seperator span {
	height: 4px;
	background: #b6b6b6;
	display: inline-block;
	width: 100px;
}

.section-title .subtitle {
	font-family: 'effra_mediumregular', sans-serif;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 30px;
	color: #232323;
}

.responsive-services {
	position: relative;
}

.nopadding {
	padding: 0;
}

.wrapper, .wrapper-left {
	height: 650px;
}

.img-desc-left {
	width: 50%;
	background: #f3f5f8;
	float: left;
	height: 100%;
	z-index: 1;
}

.img-desc-right {
	width: 50%;
	background: #f3f5f8;
	float: right;
	height: 100%;
	z-index: 1;
}

.slider-right {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	height: 365px; /* 325px text */
}

.slider-left {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	height: 305px; /* 265px text */
}

.services-left {
	background: #edeff5;
}

.services h1 {
	font-size: 18px;
	font-weight: 700;
	color: #4b535b;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 35px;
}
.services h3 {
	font-size: 16px;
	padding-bottom: 15px;
}
.services p {
	font-family: 'effra_mediumregular', sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #8c9398;
	letter-spacing: 0.08em;
	padding-bottom: 20px;
}
.services p:last-child {
	padding-bottom: 30px;
}

/* Fade Effect */

.no-touch { background: #fff; }

.no-touch .fade {
-webkit-transition: opacity 300ms linear;
   -moz-transition: opacity 300ms linear;
	-ms-transition: opacity 300ms linear;     
     -o-transition: opacity 300ms linear;
		transition: opacity 300ms linear;
}

.no-touch .fade.outOfView { opacity: 0.3; }
.no-touch .fade.inView { opacity: 1; }

/* ==========================================================================
Fournisseurs
========================================================================== */


.provider {
	background: #edeff5;
	padding-top: 100px;
	padding-bottom: 20px;
}

.provider h1 {
	margin: 0;
	font-size: 26px;
	font-weight: 700;
	color: #4b535b;
	text-transform: uppercase;
}

.provider .flex img {
	vertical-align: middle;
	display: inline-block;
}

.provider .flex li {
	display: block;
	height: 200px;
	line-height: 200px;
}

.provider .flex ul li {
	list-style: none;
}

.provider a {
	-webkit-transition: all 300ms ease-out;
	   -moz-transition: all 300ms ease-out;
	    -ms-transition: all 300ms ease-out;
		 -o-transition: all 300ms ease-out;
	        transition: all 300ms ease-out;	
}
.provider a:hover {
	opacity: 0.5;
}


/* ==========================================================================
Réalisations
========================================================================== */


.background-cover {
	background: url("../img/bg-realisations.jpg") no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	padding: 80px 0;
	background-attachment: fixed;
	background-position: 0% 50%;
}


.background-cover h1 {
	color: #ffffff;
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.background-cover h1 span {
	display: block;
	font-size: 38px;
	margin-top: 15px;
	font-weight: 700;
}

.down-arrow-btn {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
	background: rgba(61, 201, 179, 0.8);
	display: inline-block;
	margin: 10px auto 20px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}


/* ==========================================================================
Portfolio
========================================================================== */


.portfolio {
	padding: 80px 0 60px;
}

#Container .mix {
    display: none;
}

.container-full {
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.sandbox {
	padding: 0;
	margin: 0;
	position: relative;
}

.control-bar {
    text-align: center;
    margin-bottom: 75px;
}

.sandbox-control-bar .group {
    display: inline-block;
}

.portfolio .margin {
	margin: 10px 10px 0 0;
}

.portfolio .margin:last-child {
	margin: 10px 0 0 0;
}

.portfolio .btn {
	-webkit-transition: all 300ms ease-out;
	   -moz-transition: all 300ms ease-out;
	    -ms-transition: all 300ms ease-out;
		 -o-transition: all 300ms ease-out;
	        transition: all 300ms ease-out;
}

.portfolio .btn-default {
	font-family: 'effra_mediumregular', sans-serif;
	font-weight: normal;
	border: 2px solid #e3e7e9;
	background: transparent;
	color: #9daab0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 10px 20px 8px 20px;
}

.portfolio .btn-default:hover,
.portfolio .btn-default:focus,
.portfolio .btn-default.active {
	border: 2px solid #00818e;
	background: #00818e;
	color: #ffffff;
	box-shadow: none;
}

.portfolio .mix {
	padding-bottom: 30px;
}

.hovered figure {
	overflow: hidden;
}

.hovered figure img {
	-webkit-transition: -webkit-transform 400ms;
	   -moz-transition: -moz-transform 400ms;
	     -o-transition: -o-transform 400ms;
	        transition: transform 400ms;
}

.hovered figure:hover img {
	-webkit-transform: translateY(-50px);
	   -moz-transform: translateY(-50px);
	    -ms-transform: translateY(-50px);
	     -o-transform: translateY(-50px);
	        transform: translateY(-50px);
}

.hovered figcaption {
	height: 100px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	     -o-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	   -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	     -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
	        transition: transform 0.4s, opacity 0.1s 0.3s;
}

.hovered figure:hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	     -o-transform: translateY(0px);
	        transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	   -moz-transition: -moz-transform 0.4s, opacity 0.1s;
	     -o-transition: -o-transform 0.4s, opacity 0.1s;
	        transition: transform 0.4s, opacity 0.1s;
}

.hovered figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
figure {
	margin: 0;
	position: relative;
}

figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #2c3f52;
	color: #ed4e6e;
}

figcaption h2 {
	font-family: 'effra_mediumregular', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 18px;
	line-height: 35px;
	letter-spacing: 0.04em;
}

figcaption p {
	font-family: 'effra_mediumregular', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0.04em;
}

figcaption i {
	color: #00818e;
	padding-right: 5px;
}


/* ==========================================================================
Contact
========================================================================== */


.contacts-section h2 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #4b535b;
	font-weight: 700;
}

.contacts-section .form-block p {
	padding-bottom: 40px;
	line-height: 25px;
	color: #6b787e;
}

.contacts-section {
    padding: 90px 0 100px;
    position: relative;
    background: #ffffff;
}

.contacts-section .pattern {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: url('../img/maps.jpg') no-repeat center center;
	height: 350px; 
	-webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.contacts-section .shell {
	text-align: center;
	position: relative;
}

.contacts-section .contact-icon {
	display: block;
	width: 75px;
	height: 75px;
	text-align: center;
	font-size: 32px;
	line-height: 75px;
	color: #ffffff;
	margin: 0 auto 55px;
	border-radius: 100%;
	background: rgba(0, 129, 142, 1);
	-webkit-transition: all 300ms ease-out;
	   -moz-transition: all 300ms ease-out;
	    -ms-transition: all 300ms ease-out;
		 -o-transition: all 300ms ease-out;
	        transition: all 300ms ease-out;
	cursor: pointer;
}
.contacts-section .contact-icon:hover {
	background: rgba(0, 129, 142, 0.7);
}

.contacts-section .contact-icon i {
    text-shadow: 0 1px 2px #222222;
}

.contacts-section .form-block {
	font-family: 'effra_mediumregular', sans-serif;
	font-weight: normal;
	letter-spacing: 0.03em;
	padding-top: 80px;
}

.contacts-section .form-block .padding {
	margin-bottom: 22px;
}

.form input.input-field,
.form .textarea-field {
    -webkit-transition: all 400ms ease-in-out;
       -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
         -o-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out; 
    border: 2px solid #e3e7e9;
}

.form .input-field:focus,
.form .textarea-field:focus {
    border: 2px solid #9daab0;
}

.form .success{
	padding: 0 0 25px;
	color: #00818e;
	font-size: 17px;
	letter-spacing: 0.03em;
}
.form .error {
	padding: 0 0 25px;
	color: #f0444d;
	letter-spacing: 0.03em;
}

.contacts-section .form-block label {
	color: #4b535b;
	padding-bottom: 3px;
	font-weight: normal;
	font-size: 17px;
}

.txt,
textarea {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    background: #fff;
    border: 2px #e3e7e9 solid;
    border-radius: 6px;
    color: #222935;
    font-size: 16px;
    outline: none;
    -webkit-appearance: none;
	box-shadow: none;
    letter-spacing: 0.04em;
}

.txt:focus,
textarea:focus {
    border-color: #9daab0;
    -webkit-transition: 500ms ease-out;
       -moz-transition: 500ms ease-out;
        -ms-transition: 500ms ease-out;
            transition: 500ms ease-out;
}

textarea {
    width: 100%;
    height: 245px;
    padding: 12px 15px;
    resize: none;
    overflow: auto;
}

.txt::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {    
    color: #9daab0;
}

.txt.wrong::-webkit-input-placeholder,
textarea.wrong::-webkit-input-placeholder {
    color: #f0444d;
}

.txt.wrong,
textarea.wrong {
    -webkit-transition: 500ms ease-out;
       -moz-transition: 500ms ease-out;
        -ms-transition: 500ms ease-out;
            transition: 500ms ease-out;
    border-color: #f0444d !important;
    color: #f0444d;
}

.btn-1 {
	background: none;
	color: #00818e;
	cursor: pointer;
	height: 51px;
	padding: 0 17px;
	outline: none;
	line-height: 44px;
	border-radius: 6px;
	border: 2px #00818e solid;
	font-size: 16px;
	letter-spacing: 0.04em;
    -webkit-transition: 300ms ease-out;
       -moz-transition: 300ms ease-out;
        -ms-transition: 300ms ease-out;
            transition: 300ms ease-out;
}

.btn-1:hover, .btn-1:active, .btn-1:focus {
	background: #00818e;
	color: #ffffff;
}

.contacts-section .cont-info .box {
    margin-bottom: 18px;
}

.contacts-section .cont-info h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 13px;
    color: #00818e;
}

.contacts-section .cont-info p {
    padding-bottom: 12px;
    line-height: 24px;
    color: #6b787e;
}

.contacts-section .cont-info p a {
    color: #6b787e;
    text-decoration: underline;
    -webkit-transition: 300ms ease-out;
       -moz-transition: 300ms ease-out;
        -ms-transition: 300ms ease-out;
            transition: 300ms ease-out;
}

.contacts-section .cont-info p a:hover {
    color: #00818e;
}

.contacts-section .cont-info p span {
    color: #222935;
}

.contacts-section .form .validation-block {
    padding-top: 15px;
}

.contacts-section .form .validation-block p {
    padding: 0;
}

.contacts-section .success-text{
    color: #7BB35C;
    display: none;
}

.contact a {
	text-decoration: none;
	color: #ffffff;
}


/* ==========================================================================
Footer
========================================================================== */


.up-btn {
	width: 55px;
	height: 55px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
	background: rgba(0, 129, 142, 0.5);
	display: block;
	margin: 0 auto;
	color: #ffffff;
	font-size: 24px;
	line-height: 53px;
	text-align: center;
	position: absolute;
	top: -26px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 300ms ease-out;
	   -moz-transition: all 300ms ease-out;
	    -ms-transition: all 300ms ease-out;
	     -o-transition: all 300ms ease-out;
	        transition: all 300ms ease-out;
}

.up-btn:hover { 
	text-decoration: none;
	color: #ffffff; 
	background: rgba(0, 129, 142, 1); 
}

.up-btn:focus, .up-btn:active {
	color: #ffffff;
}

footer {
	font-family: 'effra_mediumregular', sans-serif;
	font-weight: normal;
	letter-spacing: 0.03em;
	position: relative;
	background-color: #edf2f4;
	padding: 80px 0 70px;
}

footer h5 {
	line-height: 30px;
	font-size: 20px;
}

footer p {
	color: #6b787e;
}

footer .designed {
	font-size: 15px;
}

footer a {
	color: #a1a9b0;
}

footer a:hover {
	color: #00818e;
	-webkit-transition: all 300ms ease-out;
	   -moz-transition: all 300ms ease-out;
	   	-ms-transition: all 300ms ease-out;
	     -o-transition: all 300ms ease-out;
	        transition: all 300ms ease-out;
}


/* ==========================================================================
Waypoints
========================================================================== */


.wp1, .wp2, .wp4, .wp5, .wp6, .wp7, .wp8 { 
	visibility: hidden; 
}

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { 
	visibility: visible; 
}

.delay-05s { 
	-webkit-animation-delay: 0.5s;
	   -moz-animation-delay: 0.5s;
	        animation-delay: 0.5s;  
}
.delay-1s { 
	-webkit-animation-delay: 1s;
	   -moz-animation-delay: 1s;
	        animation-delay: 1s; 
}

.wp4 { 
	background: url('../img/projets/5.jpg') no-repeat center center; 
	height: 99.90%;
	-webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
	-webkit-box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);
	        box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);   
}

.wp5 { 
	background: url('../img/projets/1.jpg') no-repeat center center; 
	height: 99.90%;
	-webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
	-webkit-box-shadow: inset 15px -11px 40px -6px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: inset 15px -11px 40px -6px rgba(0, 0, 0, 0.1);
	        box-shadow: inset 15px -11px 40px -6px rgba(0, 0, 0, 0.1);
}

.wp6 { 
	background: url('') no-repeat center center; 
	height: 99.90%;
	-webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
	-webkit-box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);
	        box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);
}


/* ==========================================================================
Popup: portfolio-popup
========================================================================== */


.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 49;
    background-color: #0a0d12;
    opacity: .95;
    display: none;
}

.popup {
    display: none;
    z-index: 50;
    width: 1200px;
}

.portfolio-popup {
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50px;
    margin-top: 50px;
}

.portfolio-popup .pclose {
    position: absolute;
    right: 2px;
    top: -25px;
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	   	-ms-transition: all 200ms linear;
	     -o-transition: all 200ms linear;
	        transition: all 200ms linear;
}

.portfolio-popup .pclose:hover {
	opacity: 0.5;
}

.portfolio-popup .slide-nav {
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
    width: 100%;
    z-index: 5;
}

.portfolio-popup .slide-nav a {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 8px;
    border-radius: 100%;
    cursor: pointer;
    text-indent: -9999px;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
	-webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
	transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.portfolio-popup .slide-nav a:hover {
	background-color: #ffffff;
}

.portfolio-popup .slide-nav a.selected {
    height: 10px;
    width: 10px;
	background-color: transparent;
	box-shadow: 0 0 0 2px white;
}

.portfolio-popup .arrow-left,
.portfolio-popup .arrow-right{
	-webkit-transition: all 300ms ease-out;
	   -moz-transition: all 300ms ease-out;
	    -ms-transition: all 300ms ease-out;
	     -o-transition: all 300ms ease-out;
	        transition: all 300ms ease-out;
    color: #fff !important;
}

.portfolio-popup .arrow-left:hover,
.portfolio-popup .arrow-right:hover{
    color: #00818e !important;
    border-color: #00818e;
}

.portfolio-images {
    text-align: center;
    width: 9999px;
    font-size: 0;
    line-height: 0;
}

.portfolio-images > div {
    display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: top;
    padding-bottom: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.portfolio-images img {
    display: inline-block;
    height: auto;
    max-width: none;
    width: 100.1%;
}

/* ==========================================================================
Slider controls
========================================================================== */


.arrow-left,
.arrow-right,
.flex-prev,
.flex-next {
    display: block;
    width: 55px;
    height: 55px;
    font-size: 26px;
    text-align: center;
    line-height: 50px;
    border-radius: 55px;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -27px;
    outline: medium none;
    z-index: 30;
    border: 2px solid transparent;
    color: #9daab0 !important;
}

.arrow-left i,
.arrow-right i {
    margin: 0 3px 0 0;
}

.arrow-right,
.flex-next {
    left: auto;
    right: 15px;
}

.arrow-right i {
    margin: 0 0 0 3px;
}