/* Icon Font */
@font-face {
	font-family: 'fontello';
	src: url('../font/fontello.eot?14177520');
	src: url('../font/fontello.eot?14177520#iefix') format('embedded-opentype'),
	url('../font/fontello.woff?14177520') format('woff'),
	url('../font/fontello.ttf?14177520') format('truetype'),
	url('../font/fontello.svg?14177520#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('../font/roboto-bold-webfont.eot');
    src: url('../font/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-bold-webfont.woff2') format('woff2'),
         url('../font/roboto-bold-webfont.woff') format('woff'),
         url('../font/roboto-bold-webfont.ttf') format('truetype'),
         url('../font/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoitalic';
    src: url('../font/roboto-italic-webfont.eot');
    src: url('../font/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-italic-webfont.woff2') format('woff2'),
         url('../font/roboto-italic-webfont.woff') format('woff'),
         url('../font/roboto-italic-webfont.ttf') format('truetype'),
         url('../font/roboto-italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../font/robotocondensed-regular-webfont.eot');
    src: url('../font/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('../font/robotocondensed-regular-webfont.woff') format('woff'),
         url('../font/robotocondensed-regular-webfont.ttf') format('truetype'),
         url('../font/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_slabregular';
    src: url('../font/robotoslab-regular-webfont.eot');
    src: url('../font/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/robotoslab-regular-webfont.woff2') format('woff2'),
         url('../font/robotoslab-regular-webfont.woff') format('woff'),
         url('../font/robotoslab-regular-webfont.ttf') format('truetype'),
         url('../font/robotoslab-regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
	height: 100%;
}
body {
	color: #8dafba;
	background: #e9f0f2;
	font-family: 'Roboto', sans-serif;
}
a, a:focus, a:hover {
	color: #00a4a9;
}
h2 {
	font-family: 'roboto_slabregular', serif;
	font-size: 32px;
}
h3 {
	font-family: 'roboto_condensedregular', sans-serif;
	font-size: 20px;
}
[class^='icon-']:before, [class*=' icon-']:before {
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: '\e800';
} /* '' */
.icon-gplus:before {
	content: '\e801';
} /* '' */
.icon-pinterest:before {
	content: '\e802';
} /* '' */
.icon-twitter:before {
	content: '\e803';
} /* '' */
.icon-tumblr:before {
	content: '\e804';
} /* '' */
.icon {
	background: url('../images/icon.png') no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
}
.icon.icon-pin {
	background-position: 0 0;
}
.icon.icon-clock {
	background-position: 0 -24px;
}
.icon.icon-phone {
	background-position: 0 -48px;
}
.icon.icon-mail {
	background-position: 0 -72px;
}
.fa.fa-times:before{
	background: url('../images/cross_icon.png');
	width: 25px;
	height: 25px;
	content: '';
	display: block;
}
.disabled {
	pointer-events: none;
}
/*
 * Header
 */
header, footer {
	height: 63px;
	background-color: #fff;
	color: #8dafba;
	display: block;
	width: 100%;
	z-index: 9;
}
header {
	top: 0;
	position: fixed;
	z-index: 11;
	border-bottom: 1px solid #E6E8EB;
}
footer {
	background: transparent;
	bottom: 0;
	position: static;
}
footer .site-footer {
	background: #fff;
	height: 63px;
	padding-top: 23px;
	border-top: 1px solid #E6E8EB;
}
header .logo-box {
	padding-top: 14px;
	cursor: pointer;
}
#fullpage {
	margin-top: 63px;
}
/* Navigation */
.menu-toggle {
	position: fixed;
	top: 10px;
	right: 10px;
	font-size: 22px;
	color: #8dafba;
}
.nav-mobile .menu-toggle {
	color: #00a4a9;
}
.nav-mobile .social-box {
	display: block;
	margin-bottom: 10px;
}
.nav-mobile .social-box li {
	display: inline-block;
	margin-left: 5px;
}
.nav-mobile .social-box li a {
	font-size: 16px;
}
nav.nav-mobile .nav {
	display: block;
}
nav.nav-mobile {
	text-align: left;
	display: block !important;
	position: fixed !important;
	right: 0;
	top: 0;
	bottom: 0;
	width: 255px;
	padding: 30px 30px 10px 33px;
	z-index: 10000;
	border-left: 1px solid rgba(0,0,0,.2);
	background: #fff;
}
nav.nav-mobile  li {
	display: block;
	text-align: left;
}
nav.nav-mobile li a {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 6px;
	font-size: 12px;
	text-transform: uppercase;
	color: #8dafba;
	border-width: 0 0 1px;
	border-color: transparent;
	border-style: solid;
	letter-spacing: 1px;
}
nav.nav-mobile li a:hover, nav.nav-mobile li a:focus {
	color: #00a4a9;
	text-decoration: none;
	border-color: #00a4a9;
	background-color: transparent;
}
.social-box {
	padding-top: 22px;
}
.social-box li {
	padding: 0;
}
.social-box a {
	text-decoration: none;
	color: #8dafba;
	font-size: 14px;
	padding: 2px;
}
.social-box a:hover {
	text-decoration: none;
	color: #00a4a9;
}
.site-footer p {
	font-size: 12px;
	letter-spacing: .5px;
}
.site-footer .call-in-box {
	padding-right: 43px;
}
/* Side styles */
.left-side {
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	overflow: hidden;
}
.right-side {
	color: #fff;
	margin-left: -15px;
	margin-right: -15px;
	text-align: left;
	padding: 20px 30px;
}
/* Sections Common */
.section .right-side h2 {
	font-size: 32px;
	line-height: 48px;
	letter-spacing: 1px;
}
.section .right-side h3 {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: .8px;
}
.section .right-side p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 23px;
}
/* #Slide 0 */
#section0 {
    background: #4c81c1;
}
#section0 #slide1 .right-side, #section0 #slide2 .right-side, #section0 #slide3 .right-side {
	background: transparent;
	padding-top: 0;
}
#section0 #slide3 .left-side {
	background-image: url('../images/Illustration3.jpg');
	background-size: cover;
	background-position: center center;
}
/*solves problem with overflowing video in Mac with Chrome */
#section0 {
	overflow: hidden;
}
/* #Slide 1 */
#section1 .right-side, #section1 .left-side .cover-heading.visible-xs-block {
	background: #00a4a9;
}
/* #Slide 2 */
#section2 {
	background: #0180cd;
}
#section2 .right-side, #section2 .left-side .cover-heading.visible-xs-block {
	background: #0180cd;
}
/* #Slide 3 */
#section3 .right-side, #section3 .left-side .cover-heading.visible-xs-block {
	background: #3498db;
}
/* #Slide 4 */
#section4, #section4 .right-side, #section4 .left-side .cover-heading.visible-xs-block {
	background: #0180cd;
}
#section4 .left-side iframe {
	width: 100%;
	height: 350px;
}
/* #Slide 5 */
#section5, #section5 .right-side, #section5 .left-side .cover-heading.visible-xs-block {
	background: #1abc9c;
}
.slideimg {
	position: absolute;
	width: 100%;

	top: 0;
	left: 0;
}
.slide-nav {
	position: absolute;
	z-index: 1000;
	width: 100%;
	right: 0px;
	bottom: 80px;
}
.slide-nav .counter {
	width: 70px;
	font-style: italic;
	font-family: 'robotoitalic';
	color: #fff;
	margin: 0 auto;
}
.slide-nav .counter em {
	font-size: 18px;
	font-weight: bold;
	font-family: 'robotobold';
}
.slide-nav .counter strong {
	font-size: 12px;
}

.left-side .cover-heading.visible-xs-block {
	margin: 0;
	padding: 20px 15px 30px;
	color: #fff;
}
.video-box.left-side .cover-heading.visible-xs-block {
	font-size: 20px;
	padding: 10px 15px;
}
/* Step navigation */
.step-nav-box {
	background: rgba(0,0,0,.1);
	height: 63px;
	padding: 0;
}
.step-nav-box a {
	padding: 20px;
	opacity: .5;
	display: inline-block;
	border-right: 1px solid #c5c0c0;
}
.step-nav-box a i {
	width: 24px;
	height: 24px;
	background: url('../images/icon.png') no-repeat;
	display: inline-block;
}
.step-nav-box #moveSectionUp i {
	background-position: -24px 0;
}
.step-nav-box #moveSectionDown i {
	background-position: -24px -24px;
}
.step-nav-box a:hover i, .step-nav-box a:focus i, .step-nav-box a:active i {
	opacity: 1;
}
/* Section-slider navigation */
.fp-controlArrow {
	/*background: url('../images/icon.png') no-repeat;*/
	width: 34px !important;
	height: 38px !important;
	display: block;
	border: none !important;
	bottom: 73px;
	top: auto !important;
	z-index: 1004  !important;
}
.fp-controlArrow.fp-next {
	background: url('../images/hslider-next.png') center center no-repeat;
	right: 17px !important;
}
.fp-controlArrow.fp-prev {
	background: url('../images/hslider-prev.png') center center no-repeat;
    left: 17px !important;
}
/* Video */
.video-box {
	background: #00a4a9;
}
.video-box iframe {
	position: static;
	width: 100%;
	max-width: 100%;
	height: auto;
}
#section0 iframe {
	/*margin-top: 63px;*/
}
#myVideo {
	position: static;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black; /* in case the video doesn't fit the whole page*/
	background-image: url('../video/office2.mp4');
	background-position: center center;
	background-size: contain;
	object-fit: cover; /*cover video background */
}
/* Portfolio */
.scrollable-box {
	height: auto !important;
	padding-bottom: 0;
	z-index: 8;
}
.slimScrollBar {
	width: 3px !important;
}
.portfolio-img-box {
	width: 100%;
	padding: 16px;
	float: left;
	position: relative;
	z-index: 10;
	background: #fff;
	border: 1px solid #ddecf1;
}
.portfolio-img-box .portfolio-image {
	position: relative;
}
.portfolio-img-box a {
	display: block;
}
.portfolio-img-box img {
	width: 100%;
}
.portfolio-img-box .portfolio-info-box {
	position: static;
	max-height: 130px;
}
.portfolio-img-box h5 {
	width: 100%;
	font-family: 'roboto_slabregular', serif;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #1c4b5f;
	text-align: left;
	text-decoration: none;
}
.portfolio-img-box .portfolio-info-box p {
	font-size: 14px;
	font-family: "Roboto";
	color: rgb( 141, 175, 186 );
	line-height: 1.714;
	text-align: left;
}
.portfolio-img-box:hover {
	background: #ebf2f4;
	text-decoration: none;
}
.portfolio-img-box:hover a {
	text-decoration: none;
}
.portfolio-img-box:hover .portfolio-image:before {
    content: '';
    border: 3px solid #CCCCCC;
    position: absolute;
    width: 94%;
    height: 90%;
    margin: 3%;
}	
.portfolio-img-box:hover h5 {
	color: #00a4a9;
}

.portfolio-img-box a .play-btn {
	width: 66px;
	height: 66px;
	background: url('../images/play-btn.png') no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -33px 0 0 -33px;
}

/* Portfolio Slider */
.rslides {
	
	background: #fff;
	padding: 10px !important;
	border: 1px solid #e7e9e9;
}
.rslides img {
	max-width: 100%;
}
.rslides_nav {
	position: absolute;
	top: 50%;
	z-index: 200;
	background: rgba(255,255,255,.8);
/*	background-image: url('../images/icon.png');*/
	background-repeat: no-repeat;
	background-position: center center;
	width: 65px !important;
	height: 65px !important;
	display: block;
	color: transparent;
	opacity: .5;
}
.rslides_nav:hover, .rslides_nav:active, .rslides_nav:focus, .rslides_nav:visited {
	color: transparent;
	text-decoration: none;
}
.rslides_nav.prev {
	left: 15px;
	/*background-position: -24px -72px;*/
	background-image:url('../images/rslider-prev.png');
	background-repeat: no-repeat;
}
.rslides_nav.next {
	right: 15px;
	/*background-position: -24px -48px;*/
	background-image:url('../images/rslider-next.png');
		background-repeat: no-repeat;
}
.rslides_nav:hover {
	opacity: 1;
}
/* Contact Us */
.contact-info {
	padding-left: 0;
	margin-bottom: 70px;
}
.contact-info li {
	list-style: none;
	padding-left: 44px;
	font-size: 14px;
	line-height: 24px;
	position: relative;
	margin-bottom: 20px;
}
.contact-info li a {
	color: #fff;
	text-decoration: none;
}
.contact-info li .icon {
	position: absolute;
	left: 0;
}

.map-img {
	width: 100%;
}
.gmap-box {
    height: inherit;
}
#map {
	max-width: 100%;
	height: 500px;
	position: static;
}
.portfolio-details-block {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	/*top: 63px;*/
	top: 0;
	bottom: 0;
	background: #eef4f7;
}
.portfolio-details-block .right-side {
	background: #eef4f7;
	color: #8dafba;
}
.portfolio-details-block .right-side h2 {
	color: #1c4b5f;
}
.portfolio-details-block .close-details {
	color: #fff;
	font-size: 18px;
	position: absolute;
	right: 20px;
	top: 20px;
}
.video-poster {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1000;
}
.ymal-block {
  font-size: 21px;
  font-family: "roboto_slabregular";
  color: rgb( 28, 75, 95 );
  line-height: 1.143;
  text-align: left;
  display: none;
}
.ymal-line li {
	padding-left: 15px;
	padding-right: 15px;
}
.ymal-line li .img-box {
	padding: 10px;
	background: #fff;
	text-align: center;
	border: 1px solid #d6e3e8;
}
.ymal-line li .img-box img {
	width: 100%;
}
.ymal-line li h6 {
  font-size: 12px;
  color: rgb( 28, 75, 95 );
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 1px;
}
.ymal-line a:hover {
	text-decoration: none;
}
.ymal-line li:hover .img-box {
	border: 1px solid #b2e0e3;
}
.ymal-line li:hover h6 {
	color: #00a4a9;
}
.popup-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	height: 63px;
}
.popup-footer a {
	position: absolute;
	font-size: 14px;
	font-family: "Roboto";
	color: #8dafba;
	text-transform: uppercase;
	line-height: 1.714;
	    padding: 20px 20px;
	letter-spacing: 4px;
}
.popup-footer a:hover {
	color: #1c4b5f;
	text-decoration: none;
	background: #f3f9fc;
}
.popup-footer a:visited, .popup-footer a:active, .popup-footer a:focus {
	text-decoration: none;
}
.popup-footer a[disabled="disabled"] {
	pointer-events: none;
	cursor: default;
	opacity: .5;
}
.popup-footer i {
	background: url('../images/icon.png') no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	opacity: .8;
    vertical-align: top;
    margin-top: -3px;
}
.popup-footer a:hover i {
	opacity: 1;
}
.popup-footer .popup-prev {
	left: 0;
	border-right: 1px solid #e3ebee;
}
.popup-footer .popup-prev i {
	background-position: -48px 0px;
}
.popup-footer .popup-next {
	right: 0;
	border-left: 1px solid #e3ebee;
}
.popup-footer .popup-next i {
	background-position: -48px -24px;
}
.portfolio-details-block .video-box, .portfolio-details-block .iframe-box {
	margin-top: 80px !important;
}
.request-form {
	height: inherit;	
	padding-left: 15px;
	padding-bottom: 20px;
}
.request-form .btn-primary {
	color: #fff;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	background: #3498db;
	border-radius: 0;
	border: none;
    padding: 12px 47px;
    margin-bottom: 20px;
}
.request-contact-info {
    background: #fff;
    height: inherit;
}
.request-contact-info .help-text {
    color: #fe0000;
    font-size: 12px;
}
.request-project-details {
    background: #f6f9fc;
    height: inherit;
    padding-right: 30px;
}
.request-project-details h4 {
	margin-left: 15px;
}
.request-form h4 {
    font-size: 18px;
    font-family: "roboto_slabregular";
    color: rgb( 52, 73, 94 );
    line-height: 1.667;
    text-align: left;
    letter-spacing: 2px;
}
.request-form input {
    border: 1px solid #e3e6e9;
    background: #fff;
    border-radius: 0;
    height: 46px;
    font-size: 12px;
}
.request-form label, .deadline-group h6 { 
	font-size: 12px;
	font-family: "Roboto";
	color: rgb( 52, 73, 94 );
	font-weight: bold;
	font-family: 'robotobold';
	line-height: 1.583;
}
.deadline-group input {
	width: 55px;
	float: left;
	margin-right: 10px;
}
.deadline-group label {
	color: #8dafba;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	float: left;
    margin-right: 10px;
    margin-top: 13px;
}
.line-input input {
	border-width: 0 0 1px 0;
	width: 85%;
	background: transparent;
	box-shadow: none;
	border-bottom-color: #c7dbe2;
}
.line-input input:focus {
	outline: none;
	box-shadow: none;
}
.request-form select {
	border: 1px solid #E3E6E9;
	height: 46px;
	font-size: 12px;
	border-radius: 0;
}
.request-form select option {
	line-height: 2;
}
.required {
	color: #ff0000;
}
#page-preloader {
	overflow: hidden;
}
#page-preloader img {
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -82px;
}

.spinner {
  margin: 0px auto;
  width: 50px;
  text-align: center;
 
}

.spinner > div {
  width: 10px;
  height: 10px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.request-form .btn[disabled="sending"] span {
	display: none;
}
@media (min-width: 768px) {
	.portfolio-img-box {
		width: 50%;
	}
	.portfolio-img-box h5 {
		font-size: 22px;
	}
	#section4 .left-side iframe {
		height: 550px;
	}
	.slide-nav {
		width: 25%;
	}
	.fp-controlArrow.fp-next {
		right: 8% !important;
	}
	.fp-controlArrow.fp-prev {
	    right: 17%;
	    left: auto !important;
	}
	#section0 #slide1 .right-side, #section0 #slide2 .right-side, #section0 #slide3 .right-side {
		/*padding-top: 20px;*/
	}
}
@media (min-width: 992px) {
	header {
		position: fixed;
		top: 0;		
		border-bottom: 1px solid #E6E8EB;
	}
	footer {
		position: fixed;
		bottom: 0;
	}
	/* Handle the widths */
	footer, header, .cover-container {
		width: 100%; /* Must be percentage or pixels for horizontal alignment */
	}
	#fullpage {
		margin-top: 0;
	}
	#section4, #section5 {
		background: transparent;
	}
	.nav {
		float: right;
	}
	/* Navigation */
	.nav {
		padding-top: 14px;
	}
	.nav > li {
		display: inline-block;
	}
	.nav > li + li {
		margin-left: 29px;
	}
	.nav > li > a {
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 6px;
		font-size: 12px;
		text-transform: uppercase;
		color: #8dafba;
		border-width: 0 0 1px;
		border-color: transparent;
		border-style: solid;
		letter-spacing: 1px;
	}
	.nav > li > a:hover, .nav > li > a:focus, .nav > .active > a, .nav > .active > a:hover, .nav > .active > a:focus {
		color: #00a4a9;
		text-decoration: none;
		border-color: #00a4a9;
		background-color: transparent;
	}
	/* Side styles */
	.left-side {
		margin-left: -15px;
		margin-right: -15px;
		position: relative;
		overflow: hidden;
		padding-top: 63px;
	}
	.right-side {
		padding: 0 60px 0 35px;
		margin-left: -15px;
		margin-right: -15px;
		text-align: left;
		top: 0;
		position: absolute;
		width: 100%;
	}
	.right-side .right-container {
		margin-top: 81px;
	}
	.section .right-side h2 {
		font-size: 26px;
		line-height: 32px;
		letter-spacing: 0;
	}
	.section .right-side h3 {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 0;
		margin-top: 12px;
	}
	.section .right-side p {
		margin-top: 10px;
	}
	#section0 iframe {
		margin-top: 0;
	}
    #section0 #slide1 .right-side {
        background: #4c81c1;
    }
    #section0 #slide2 .right-side {
        background: #8a837b;
    }
    #section0 #slide3 .right-side {
        background: #6f96aa;
    }
	#section4 .left-side iframe {
		width: 100%;
		height: inherit;
	}
	.video-box {
		background: #000;
	}
	.video-box iframe {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	#myVideo {
		position: absolute;
		right: 0;
		bottom: 0;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-size: 100% 100%;
		background-color: black; /* in case the video doesn't fit the whole page*/
		background-image: url('../video/office2.mp4');
		background-position: center center;
		background-size: contain;
		object-fit: cover; /*cover video background */
		z-index: 3;
	}
	.scrollable-box {
		padding-bottom: 63px;
	}
	.left-side .video-js {
		height: 100%;
	}
	.scrollable-box {
		height: auto !important;
		padding-bottom: 0;
	}
	.slimScrollBar {
		width: 3px !important;
	}
	.portfolio-img-box {
		width: 33.3334%;
	}
	.portfolio-img-box a {
		display: block;
	}
	.portfolio-img-box img {
		width: 100%;
	}
	.portfolio-img-box h5 {
		width: 100%;
		font-family: 'roboto_slabregular', serif;
		font-size: 14px;
		margin-top: 14px;
		line-height: 30px;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: #1c4b5f;
		text-decoration: none;
	}
	.portfolio-img-box a .play-btn {
		width: 66px;
		height: 66px;
		background: url('../images/play-btn.png') no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -33px 0 0 -33px;
	}
	.portfolio-details-block {
		position: absolute;
		z-index: 10;
		top: 0;
	}
	.portfolio-details-block .close-details {
		top: 80px;
	}
	#map {
		width: 100%;
		height: 100%;
		position: absolute;
	}
	.ymal-block {
		display: block;
	}
	.slideimg {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
}
@media (min-width: 1200px) {
	.section .right-side h2, .portfolio-details-block .right-side h2 {
		font-size: 32px;
		line-height: 48px;
		letter-spacing: 1px;
		margin-top: 107px;
	}
	.portfolio-details-block .right-side h2 {
		color: #1c4b5f;
	}
	.section .right-side h3 {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: .8px;
	}
	.section .right-side p, .portfolio-details-block .right-side p {
		margin-top: 23px;
		font-size: 14px;
		line-height: 25px;
	}
	.portfolio-details-block .right-side p {
		color: #8dafba;
	}
	.portfolio-img-box {
		width: 33.3334%;
		float: left;
		position: relative;
	}
}
@media (min-width: 1600px) {
	.section .right-side h2 {
		font-size: 38px;
		line-height: 65px;
	}
	.section .right-side h3 {
		font-size: 28px;
		line-height: 32px;
	}
	.section .right-side p {
		font-size: 16px;
		line-height: 32px;
	}
}

/* ---pixel----- */
.pixel {
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 4100px;
	background: url('../configurators_3x4.jpg') no-repeat !important;
	z-index: 99999;
	opacity: .5;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	    filter: alpha(opacity=50);
}


.request-form .form-group.select-group  {
    position: relative;
}
.request-form select  {
    -moz-appearance:none;
}
@-moz-document url-prefix() {    
    .request-form .form-group.select-group:after {
        
          display: block;
          width: 20px;
          height: 20px;
          border-top: 1px solid black;
          border-right: 1px solid black;
          border-width: 1px;
          -moz-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
        z-index: 100000;
        position: absolute;
        top: 0;
        right: 0;

    }

}
select option[disabled]:first-child {
	display: none;
}
