@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Poppins:300,400,500,600,700');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {outline: none !important;
}
html{
	background:#fff;
}
body{
	font-family: 'Montserrat', sans-serif;
}
h2{ font-size: 30px; color: #5e5e5e; font-weight: 700;}
.headerLine{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	background-image: url(../images/pic-main.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.headerLine:after{
	content: "";
	position: absolute;
	/*z-index: 1;*/
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: url(../images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 160px solid white;
	border-right: 4000px solid transparent;
}
/*.container{
	outline:1px solid #fc0;
}
.row{
	outline:1px solid #f00;
}*/
#top { background: #313131; color: #FFF; font-size: 13px; padding: 8px 0px;}
#top a {color: #01b1d7;}
.header-links {text-align: right;}
#top .header-links a {
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    margin: 0 3px;
    text-align: center;
    width: 26px;
	-webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.header-links > a:hover {background: #01b1d7 none repeat scroll 0 0; }
#menuF{ background: url(../images/bg-menu.png); min-height: 100px;}
.logo{
	margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
}
.logo span{
	color:#1fcdff;
}
.logo p{
	letter-spacing: 0.5px;
	margin-top: -10px;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	font-weight:300;
	text-transform:lowercase;
}
.logo a{
	cursor:pointer;
	color:#fff;
	text-decoration:none;
}
#menu a:active {
color:#1fcdff;
}
#menu select {
display: none;
}

#menu .active a {
border:0;
color:#FFF;
	font-weight: 700;
}
#menu .active a:focus{
	outline: none;
border: none;
}
#menu .active a:active {
	outline: none;
border: none;;
}
#menu .active a:link {
	outline: none;
border: none;
}
#menu .active a:visited  {
	outline: none;
border: none;
}
#menu li{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	/*border-right:1px solid #000;*/
	padding-left: 17px;
	padding-right: 16px; padding-bottom: 20px; padding-top: 40px;
	float:left;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	color:#fff;
	list-style:none;
	text-transform:uppercase;
	font-weight:700; position: relative;
}
#menu li:last-child{
	border-right:0;
	padding-right:0px;
}
#menu li.last {  padding-top: 30px; padding-left: 10px;}
#menu li .button_con { display: block; padding: 10px; background: #01b1d7; color: #FFF;}

#menu{
	/*margin-top: 33px;
	//margin-top: 40px;*/
	float: right;
}
#menu li a{
	color:#74bdca;
	text-decoration:none; font-weight: 400; font-size: 14px;
}
@media screen and (max-width: 1170px) {
	#menu li a{ font-size: 12px;}
}
@media screen and (max-width: 1060px) {
	#menu li a{ font-size: 11px;}
}
#menu li a:hover{
	border:none;
	outline:none;
	color:#FFF; font-weight: 700;
}
#menu li ul { display: none; position: absolute; width: 350px; background:#413233; padding: 15px; top: 75px; z-index: 1000000; }
#menu li ul li { float: none; text-align: left; padding: 0 0 10px 0;}

#menu li ul li a, #menu li.active ul li a { font-size: 13px; font-weight: 400; color: #74bdca;}
#menu li:hover ul { display: block;}
#menu li ul li.active a{ color: #FFF;}
.gallery {
	/*height:640px;*/
}
.bg-main { min-height: 400px;}
.bg-main h1 { font-size: 40px; font-weight: 700; color: #FFF;   margin-top: 10%;}
.bg-main h1 span{ color: #01b1d7; display: block;}
.bg-main h1 span.small{color:#FFF;}
#camera_wrap_1{
	margin-bottom:0 !important;
	margin-top: 10px;
}
.camera_caption , .camera_caption h2{ font-size: 16px; color: #FFF; font-weight: 400;}
.camera_caption h1{
	 color: #FFF;
	 
	font-size:36px;
	font-weight:400;
	 line-height: 44px; margin-bottom: 30px;
}
 .camera_caption h1 span{ font-size: 48px; font-weight: 700 ;}
.btn, .camera_caption .btn{ background: #01b1d7; color: #FFF; padding: 10px 20px; border-radius: 0px; margin-top: 20px;}
.btn:hover , .camera_caption .btn:hover{ background: #74bdca; }
.slicknav_menu {
	display:none;
}
.news-detail img { width: 100%;}

.news-detail img.auto { width:auto;}
.hide-mobile { display: block !important;}
@media screen and (max-width: 991px) {
	.news p{
		text-align: center;
	}
	.news div{
		text-align:center;
	}
	.news img{
		display:inline;
	}
	.pic1Ab{
		margin-bottom:0 !important;
	}
	.pic2Ab{
		margin-bottom:0 !important;
	}
	#menu {
		display:none;
	}
	#menuF{
		opacity:0 !important;
		/*display:none !important;*/
	}
	.fixed{
		opacity:0;
		//display:none;
	}
	
	 .slicknav_menu {
		display:block;
	}
	.about p{
		text-align: justify;
	}
}
@media screen and (max-width: 1229px){
	.pic1Ab{
		margin-bottom:50px ;
	}
	.pic2Ab{
		margin-bottom:20px ;
	}
	
}
@media screen and (max-width: 460px) {
	.pic2Ab{
		padding-bottom:0 !important;
		margin-bottom:0;
	}
	.pic1Ab{
		padding-bottom:0 !important;
		margin-bottom:0;
	}
	  .camera_caption h1{
		font-size: 35px; line-height: 40px;
	}
	 .camera_caption h1 span { font-size: 30px;}
	.camera_caption h2, .camera_caption h2 span { font-size: 16px;}
	.about p{
		margin-top: 30px !important;
		text-align: justify;
	}
	.Ama {
	margin-top: 50px !important;
	margin-bottom: 180px !important;
}
	.soc ul li{
		margin-bottom: 20px;
	}
	.headerLine:after { border-bottom: 100px solid white;}
	.hide-mobile { display: none !important;}
	 
}

@media screen and (max-width: 323px){
	.footer .fEmail{
		border-radius: 4px !important;
		margin-bottom:10px ;
	}	
	.footer .subS{
		border-radius: 4px !important;
	}
	.news p{
		text-align: justify;
	}
	
}
@media screen and (max-width: 1229px) {
	.cont {
		/*text-align:center;*/
		margin-left: 0px !important;
	}
	.name {
	width: 100% !important;
}
	.Email {
	width: 100% !important;
}	
	.ftext .cBtn ul{
		padding-left:40px !important;
	}
	.news p{
		text-align:justify;
	}
	
}
.sl{
	height: 67px;
	position: absolute;
	width: 100%;
	top: 418px;
	background: url(../images/sliderL.png) no-repeat;
}
/**/
.project{
	margin-top: 12px;
	text-align:center;
}
.project h3{
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-size:37px;
	font-weight:400;
	color:#2f2f2f;
}
.project h4{
	margin-left: -5px;
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	font-weight:300;
	color:#2f2f2f;
}
.project p{
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	font-weight:300;
	margin-top: 16px;
	line-height: 23px;
	color:#666666;
}
/**/

.cBusiness{
	margin-top: 25px;
}
.cBusiness h3{
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-size:28px;
	font-weight:400;
}
.cBusiness h4{
	margin-top: 16px;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:300;
}
/**/
.centPic{
	//margin-left: 24px;
	margin-top: 57px;
	text-align: center;
	
	margin-bottom: -89px;
	z-index: 10;
}
.centPic img{
	display:inline-block;
}

/**/
/*.line2{
	height:496px;
	background:url(../images/line2.png)no-repeat;
	margin-top: -10px;
}*/
.line2{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	background: url(../images/bg-test-black.jpg) center center no-repeat;
	/*background:url(../images/line2.png) center center no-repeat;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; margin-top: 50px;
}
.line2:after{
	content: "";
	position: absolute;
	/*z-index: 1;*/
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/*height: 240px;*/
	/*background: url(../images/sliderL.png) center center no-repeat;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 150px solid white;
	border-right: 4000px solid transparent;
}
.line2:before{
	top: 0;
	display: block;
	content: "";
	position: absolute;
	/*z-index: 1;*/
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: url(../images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* height: 10px; */
	border-top: 194px solid white;
	border-left: 4000px solid transparent;
	//bottom: 489px;
}


 .Des .fa-heart{
	//margin-left: -14px;
	background: url(../images/cir.png) no-repeat;
	padding: 26px;
	font-size: 24px;
	color: #fff;
	font-family: FontAwesome;
	text-align: center;
}
.Fresh{
	margin-bottom: 200px;
	color: #fff;
	margin-top: 100px;
	text-align: center;
	
}
.Fresh h3{
	 
	font-family: 'Montserrat', sans-serif;
	font-size:22px;
	font-weight:300; line-height: 26px;
}
.Fresh p{
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 300;
	margin-top: 12px;
	line-height: 23px;
}
.fa-cog {
	margin-left: 2px;
	background: url(../images/cir.png) no-repeat;
	padding: 26px;
	font-size: 24px;
	color: #fff;
	font-family: FontAwesome;
	text-align: center;
}
.Des  h4{
	//margin-left: -19px;
}
.Ver  h4{
	//margin-left:0;
}
.Fully  h4{
	//margin-left: 20px;
}
.fa-tablet{
	//margin-left: 20px;
	width:73px;
	background: url(../images/cir.png) no-repeat;
	padding: 26px;
	font-size: 24px;
	color: #fff;
	font-family: FontAwesome;
	text-align: center;
}
/**/
.wwa{
	margin-top: 8px;
	text-align: center;
}
.wwa h3{
	font-size:28px;
	color:#5e5e5e;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.wwa h4{
	margin-top: 15px;
	font-size:16px;
	color:#2f2f2f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
/**/
.team{
	text-align:center;
	margin-top: 46px;
}
.team .b1{
	padding-left:0;
}
.team .b3{
	padding-right:0;
}
.team img{
	margin:0 auto;
}
.team h4{
	margin-top: 24px;
	font-size:20px;
	color:#2f2f2f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.team h5{
	margin-top: -3px;
	font-size:13px;
	color:#a9a9a9;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.team p{
	margin-top: 12px;
	font-size: 13px;
	color: #666;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	line-height: 24px;

}
.team ul{
	margin-top: 2px;
	padding-left:0px;
	display: inline-block;
	margin:0 auto;
}
.team ul li{
	padding:0 10px;
	float:left;
	list-style:none;
	font-family: FontAwesome;
	font-size:15px;
}
.team ul li a{
	color:#2f2f2f;
}
.team ul li a:hover{
	color:#1fcdff;
}
/**/
/**/
hr{ border-top: 1px solid #01b1d7; margin: 30px 0px;}
.hr1{
	margin-top: 34px;
}
.hr1 hr{
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(219,219,219,1), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(219,219,219,1), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(219,219,219,1), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(219,219,219,1), rgba(0,0,0,0));
}
/**/
/**/
.chart {
	margin: 0 auto;
	position: relative;
	width: 70px;
	height: 70px;
	text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}
.chart span{
	margin-top: -19px;
	font-size:18px;
	color: #2f2f2f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
	font-size:18px;
	color: #2f2f2f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.chart sup{
	font-size:18px;
	color: #2f2f2f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	
	top: 0px !important;
	left: 0px !important;
	margin-left: 1px;
}
.textP h3{
	margin-top: 22px;
	text-align:center;
	font-size:20px;
	color: #2f2f2f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.textP p{
	line-height: 23px;
	margin-top: 13px;
	text-align:center;
	font-size:13px;
	color: #2f2f2f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.bar{
	margin-top: 32px;
}
/*.bar:first-child{
	padding-left:0;
}
.bar:last-child{
	padding-right:0;
}*/
/**/
.aboutUs {
	margin-top: 32px;
	text-align:center;
}
.aboutUs h3{

	font-size:28px;
	color: #2f2f2f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.about, .margintopfive { margin-top: -5%;}
.margintopten { margin-top: -100px;}
@media (max-width: 1400px) {
	
	.margintopten { margin-top: -9%;}
}
@media (max-width: 1000px) {
	
	.margintopten { margin-top: -120px;}
}


.about h3, .about h2{
	 
	font-size:24px;
	color: #5e5e5e;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700; text-transform: uppercase; margin-bottom: 25px;
}
.about h3 span, .about h2 span{font-size: 30px; color: #01b1d7; font-style: italic;}
.about h3 .blue, .about h2 .blue{font-size: 24px; color: #01b1d7; font-style: normal;}
.bluetxt {color: #01b1d7;}
.about li{ margin-bottom: 15px; list-style: none;}
.about li:before{ content: '◆'; color: #01b1d7; padding-right: 15px;}
.about li a{color: #5e5e5e; text-decoration: underline;}
.about p{
	font-size: 13px;
	line-height: 22px;
	color: #666666;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin-top: 12px;
	margin-bottom: 0;
}
.about img{max-width: 100%;}

.pic1Ab{
	padding-bottom: 15px;
	float: right;
	padding: 34px;
	padding-top: 51px;
	padding-right: 40px;
	padding-bottom: 10px;
}
.about1{
	float: right;
	text-align: right;
}
.pic2Ab{
	float: left;
	padding: 40px;
	padding-top: 51px;
	padding-right: 37px;
	padding-bottom: 39px;
}
.about2{
	float: left;
	text-align: left;
}
.horL{
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 31px;
	left: 0;
	bottom: 0;
	right: 0;
	width: 1170px;
	height: 254px;
	//left: 367px;
	//top: 55px;
	content: '';
	z-index: 30;
	background: url(../images/horL.png) no-repeat;
}
/**/
.line3{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	background: url(../images/bgTop.jpg) center center no-repeat;
	/*background: url(../images/line3Bg.jpg) center center no-repeat;*/
	/*background:#3f2d28;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.line3:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 240px;
	/*background: url(../images/sliderL.png) center center no-repeat;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 150px solid white;
	border-right: 4000px solid transparent;
}
.line3:before{
	top: 0;
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: url(../images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* height: 10px; */
	border-top: 194px solid white;
	border-left: 4000px solid transparent;
	//bottom: 489px;
}
.Ama{
	margin-top: 120px;
	margin-bottom: 193px;
/*	margin-top: 241px;
	margin-bottom: 94px;*/
}



.blog-area .section-title {margin-bottom: 46px;}
.blog-img > a {display: block;}
.blog-img img {max-width: 100%; width: 100%;}
.blog-img > a img{display: block; opacity:1;}
.blog-img > a:hover img{display: block; opacity: 0.5; -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;}
.blog-text {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 24px 22px 22px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; color: #5e5e5e;
}
 .blog-text h5 a {
    color: #01b1d7;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	 font-size: 16px;
}
.blog-text > h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.blog-btn i {
    font-size: 21px;
    line-height: 12px;
    padding-left: 8px;
    position: relative;
    top: 3px;
}
.blog-text .blog-btn {display: inline-block; text-transform: uppercase; color: #5e5e5e;}
.post-date {display: inline-block; margin-bottom: 6px; color: #9c9c9c; font-size: 14px;}
.blog-text a:hover {color: #01b1d7;}
.single-blog:hover .blog-text .blog-btn {color: #01b1d7;}
.single-blog:hover .blog-text {background: #ffffff none repeat scroll 0 0;}
.single-blog {
    margin: 20px 0 20px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.single-blog:hover {box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);}
.single-blog .blog-img a:before {z-index: 2}
/*.blog-img a:after {
    color: #ffffff;
    content: "\f0c1";
    font-family: "FontAwesome";
    font-size: 40px;
    left: 50%;
    margin: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 3
} 
.single-blog:hover .blog-img a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}*/
.single-blog .blog-img > a:hover:after {color: #ef476f;}

@media screen and (min-device-width:1919px) {   
	.Ama {
		margin-top: 164px;
		margin-bottom: 214px;
	}
	.Ama h3{
	font-size: 30px;
	text-align:center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-top: 0px;
	}	
}
.Ama h3{
	font-size: 22px;
	text-align:center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-top: 0px;
	 
}
.Ama p{
	font-size: 16px;
	text-align:center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
/**/

/**/
.lb{
	margin-bottom: -78px;
	z-index: 10;
}
.lb ul{
	margin-left: 14px !important;
	margin-top: 45px !important;
	display: inline-block;
	margin-bottom: 15px;
}
.cBtn ul{
	margin-left: -37px;
	margin-top: 37px;
	display: inline-block;
}
.cBtn ul li{
	margin-bottom: 15px;
	margin-right: 10px;
	border-radius:4px;
	float:left;
	list-style:none;
	padding:10px;
	background:#2f2f2f;
	box-shadow: 0px 2px 0px 0px #000;
	padding-right: 18px;
	padding-left: 18px;
	padding-top:11px;
}
.cBtn ul li:last-child{
	margin-right: 0;
}
.cBtn ul li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	font-size: 13px;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.cBtn ul li:hover{
	cursor:pointer;
	background:#1fcdff;
	color:#fff;
	box-shadow: 0px 2px 0px 0px #179abf;
}
/**/


/**/
}

 #filter {
	margin-bottom: 50px !important;
	margin-left: -37px !important;
	margin-top: 37px !important;
	display: inline-block !important;
}
#filter  li{
	margin-bottom: 30px !important;
	margin-right: 10px !important;
	border-radius:0!important;
	background:none!important;
	padding:0!important;
	box-shadow: none!important;
	padding-right: 0!important;
	padding-left: 0!important;
	padding-top:0!important;


	float:left;
	list-style:none;
}
#filter  li:last-child{
	margin-right: 0;
}
#filter li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#5e5e5e;
	font-size: 13px;
	text-align:center;
	font-family: 'Poppins', sans-serif;
	 
	
	 
	
	padding:10px;
	border: 1px solid #c1c1c1;
	/*background:#2f2f2f;
	box-shadow: 0px 2px 0px 0px #000;*/
	padding-right: 18px;
	padding-left: 18px;
	padding-top:11px;
}
#filter li a:hover{
	cursor:pointer;
	border:1px solid #1fcdff;
	 color:#01b1d7;
	 
}
#filter .current{
	background:#1fcdff;
	 
}
/**/
.pretty{
	margin-top: 45px;
}
.pretty img{
	border-radius:0px; border: 1px solid #c1c1c1;
}
.pretty {
	margin-top:0;
}
.isotope-item{
	top: 20px !important;
}

.picsGall{
	max-width: 100%; 
	height: auto;
}
 .pretty .img-responsive{
	transition-duration: 0.5s;
 }

.pretty .gall a:hover .img-responsive{
	/*opacity:0.45;*/
	transition-duration: 0.5s; border: 1px solid #01b1d7;
}

.pretty .gall a:hover  .project_descr { visibility: visible; opacity: 1;}


.pretty .plS{
	display: block; position: relative; /*margin-bottom: 15px;*/ text-decoration: none;
}
.view h3{
	margin-bottom: 5px;
	text-align:center;
	//margin-left: -14px;
	margin-top: 12px; color: #FFF; font-size: 16px; font-weight: 700;
}
.view a{
	text-decoration:none;
	color:#2f2f2f;
	font-size: 16px;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.view li{
	display:inline-block;
	height:40px;
	background:none;
	text-decoration:none;
	color:#a9a9a9;
	font-size: 13px;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.view a:hover{
	color:#1fcdff;
}
 
.view   i{
	 
	font-style:normal;
	display:inline-block;
	font-family: FontAwesome;
	font-size:350%;
	color:#01b1d7;
	text-align: center; margin-top: 10%;
}
 
/*.view ul li:hover{
	cursor:normal;
	color:#a9a9a9;
	background: none;
	box-shadow: none;
}*/
#filter{
	display: inline-block;
	margin-top: 45px;
}
.view ul a:hover , .view ul a:hover i{
	color:#fd5f5b;
}
.view ul a{
	display:inline-block;
	color:#a9a9a9;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.pb2{
	margin-top: 25px;

}
.pb3{
	margin-top: 25px;
}
/**/
.cBtn ul i{
	padding-right: 10px;
}
.cBtn .dowbload, .cBtn .buy{
	margin-left: 10px;
	margin-top: 4px;
	padding: 13px;
	padding-right: 20px;
	padding-left: 20px;
	
}
.cBtn .dowbload a, .cBtn .buy a{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.cBtn .buy{
	box-shadow: 0px 2px 0px 0px #179abf;
	background:#1fcdff ;
}
.cBtn .buy:hover{
	background:#2f2f2f;
	box-shadow: 0px 2px 0px 0px #000 ;
}
/**/
.line4{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	background: url(../images/bg-test-blue.jpg) center center no-repeat;
	/*background: url(../images/line4.png) center center no-repeat;*/
	/*background:#3f2d28;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 50px;
}
.line4:after{
	content: "";
	position: absolute;
	/*z-index: 1;*/
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 240px;
	/*background: url(../images/sliderL.png) center center no-repeat;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 150px solid white;
	border-right: 4000px solid transparent;
}
.line4:before{
	top: 0;
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: url(../images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* height: 10px; */
	border-top: 194px solid white;
	border-left: 4000px solid transparent;
	//bottom: 489px;
}
.line4 .Ama{
	/*margin-top: 121px;
	margin-bottom: 94px;*/
}
/**/

.newsRight{ padding-left: 100px;}
.newsRight h3{ font-size: 24px; color: #5e5e5e; padding-bottom: 20px; border-bottom: 1px solid #5e5e5e; margin-bottom: 20px;}
.newsRight h4 { font-size: 16px; color: #01b1d7; font-weight: 700; margin-bottom: 10px;}
.newsRight p {margin-bottom: 25px;}
.newsRight a:hover  { text-decoration: none; }
.newsRight a:hover h4{color: #5e5e5e;}
 @media (max-width: 1000px) {
	 .newsRight{ padding-left: 20px;}
}
.news{
	margin-top: 50px;
}
.news2{
	margin-top: 25px;
}
.news img{
	border-radius:3px;
}
.news h3{
	text-align:center;
	color:#2f2f2f;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.news p{	
	line-height: 23px;
	color:#666666;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.readMore{
	color:#1fcdff;
}
.readMore i{
	font-size:13px;
}
.news .readMore{
	text-decoration:none;
}
.news .readMore:hover{
	color:#666666;
}
.news h3 a{
	text-align: center;
	color: #2f2f2f;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-decoration:none;
}
.news h3 a:hover{
	color: #1fcdff;
}
.news ul{
	margin-top: 14px;
	padding-left:0;
	text-align:center;
	
}
.news ul li{
	padding-right: 20px;
	display:inline-block;
	list-style:none;
}
.news ul li a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color:#a9a9a9;
	font-size:13px;
	text-decoration:none;
	list-style:none;
}
.news ul li{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color:#a9a9a9;
	font-size:13px;
	text-decoration:none;
	list-style:none;
}
.news ul li a i{
	padding-right:5px;
}
.news li i{
	padding-right:5px;
}
.news ul li a:hover{
	color:#1fcdff;
}
.hrNews{
	margin-top: 18px;
	border: 0;
	height: 1px;
	background-color:#fff;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(219,219,219,1), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(219,219,219,1), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(219,219,219,1), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(219,219,219,1), rgba(0,0,0,0));
}
/**/
.mNews{
	margin-top: 26px !important;
	margin-left: -49px !important;
}
.line5 .Ama{
	/*margin-top: 127px;
	margin-bottom: 94px;*/
}
.line5{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	background: url(../images/bg-test-black2.jpg) center center no-repeat;
	/*background: url(../images/line5Bg.jpg) center center no-repeat;	*/
	/*background:#3f2d28;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.line5:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 240px;
	/*background: url(../images/sliderL.png) center center no-repeat;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 150px solid white;
	border-right: 4000px solid transparent;
}
.line5:before{
	top: 0;
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: url(../images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* height: 10px; */
	border-top: 160px solid white;
	border-left: 4000px solid transparent;
	//bottom: 489px;
}
.bgall { position: relative; overflow: hidden; margin-bottom: -3.5%; z-index: 0;    max-width: 2000px;
    margin-left: auto; margin-right: auto;}
.testimonials { margin-top: -70px;}
@media (max-width: 1900px) {
	.bgall{margin-bottom: -4.5%;}
	.testimonials { margin-top: -80px;}
}
@media (max-width: 1600px) {
	.bgall{margin-bottom: -6%;}
	.testimonials { margin-top: -100px;}
}
@media (max-width: 1000px) {
		.bgall{margin-bottom: -100px;}
}

.bgall .btn{margin-right: 15px; }
.bgall h2 { color: #FFF; font-size: 24px; font-weight: 700;}
.bgall h2 span { font-size: 14px; font-weight: 400;}
.bgblue{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	background: #4bc6e1;
	/*background: url(../images/line5Bg.jpg) center center no-repeat;	*/
	/*background:#3f2d28;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; color: #FFF;
}
.bgblue:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 240px;
	/*background: url(../images/sliderL.png) center center no-repeat;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 150px solid white;
	border-right: 4000px solid transparent;
}
.bgblue:before{
	top: 0;
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: url(../images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* height: 10px; */
	border-top: 150px solid white;
	border-left: 4000px solid transparent;
	//bottom: 489px;
}
.lightblue{ background: #d2f1f7; text-align: center;min-height: 450px;}
.lightblue img {margin: 30px 0px; }
.bgblue h3{ font-size: 24px; color: #FFF; font-weight: 700; margin-top: 30px; text-transform: uppercase; margin-bottom: 25px;}
.bgblue h3 span{ font-size: 30px; color: #096f85; display: block; font-style: italic;}
.bgblue h3 span .white{color: #FFF;}
.bgblue h3 .gray{color: #5e5e5e; font-size: 24px; font-style: normal;}
.bgblue h2 { color: #FFF; font-size: 24px; font-weight: 700;}
.bgblue h2 span { font-size: 14px; font-weight: 400;}
.bgblue li { margin-bottom: 15px;}



.bggray{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	background: #e5e5e5;
	/*background: url(../images/line5Bg.jpg) center center no-repeat;	*/
	/*background:#3f2d28;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; color: #5e5e5e;
}
.bggray:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 240px;
	/*background: url(../images/sliderL.png) center center no-repeat;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 150px solid white;
	border-right: 4000px solid transparent;
}
.bggray:before{
	top: 0;
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: url(../images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* height: 10px; */
	border-top: 150px solid white;
	border-left: 4000px solid transparent;
	//bottom: 489px;
}
.lightgray{ background: #f8f8f8; text-align: center;min-height: 450px;}
.lightgray img {margin: 30px 0px; }
.bggray h3{ font-size: 24px; color: #5e5e5e; font-weight: 700; margin-top: 30px; text-transform: uppercase; margin-bottom: 25px;}
.bggray h3 span{ font-size: 30px; color: #01b1d7; display: block; font-style: italic;}
.bggray h2 { color: #5e5e5e; font-size: 24px; font-weight: 700;}
.bggray h2 span { font-size: 14px; font-weight: 400;}
.bggray li { margin-bottom: 15px;}



.bglgray{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	background: #fafafa;
	/*background: url(../images/line5Bg.jpg) center center no-repeat;	*/
	/*background:#3f2d28;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; color: #5e5e5e;
}
.bglgray:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 240px;
	/*background: url(../images/sliderL.png) center center no-repeat;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 150px solid white;
	border-right: 4000px solid transparent;
}
.bglgray:before{
	top: 0;
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: url(../images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* height: 10px; */
	border-top: 150px solid white;
	border-left: 4000px solid transparent;
	//bottom: 489px;
}
.lightlgray{ background: #ffffff; text-align: center; min-height: 450px;}
.lightlgray img {margin: 30px 0px; }
.bglgray h3{ font-size: 24px; color: #5e5e5e; font-weight: 700; margin-top: 30px; text-transform: uppercase; margin-bottom: 25px;}
.bglgray h3 span{ font-size: 30px; color: #01b1d7; display: block; font-style: italic;}
.bglgray h2 { color: #5e5e5e; font-size: 24px; font-weight: 700;}
.bglgray h2 span { font-size: 14px; font-weight: 400;}
.bglgray li { margin-bottom: 15px;}

.contents {margin: 25px auto 90px auto;}
.paddingRight{padding-right: 50px; padding-bottom: 25px;}
.bgble_btn {background: #096f85;}
.bggray_btn{background: #4b4444;}
.lightblue{ background: #d2f1f7; text-align: center;}
.lightblue img {margin: 30px 0px; }

@media (max-width: 1000px) {
	.lightblue , .lightgray, .lightlgray{ min-height: 200px;}
	.lightblue p, .lightgray p, .lightlgray p{ display: none;}
}
/**/
.forma{
	 
	z-index: 10;
	margin-top: 48px; margin-bottom: 20px;
}
.forma h3 { margin-top: 0px; padding-top: 0px; font-size: 18px; font-weight: 700; color: #464646;}
.forma input{
	 
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #c1c1c1;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size:13px;
	color:#555555;
	background:#FFF;
}
input:focus{
	//border:0;
	outline:none;
}
textarea:focus{
	//border:0;
	outline:none;
}
.name{
	margin-bottom:0px;
	margin-right: 10px;
	 
}
.Email{
	margin-top:25px;
	 
}
.Subject{
	margin-top:25px;
	 
}

textarea {
	 
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #c1c1c1;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size:13px;
	color:#555555;
	background:#FFF;
	 
    max-width: 816px;
	height: 153px;
    resize: none;
	margin-top: 25px;
   }
.forma input:focus, .forma textarea:focus{
	background:#dfdfdf;
	border:0;
}
.forma .btn { background:#01b1d7; border:0; color: #FFF; padding: 10px 45px; }
.forma .cBtn { padding-left: 0px;}
.forma .cBtn a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size:13px;
	color:#fff;
}

.forma .cBtn ul{
	margin-left: -15px;
	margin-top: 6px;
	padding-left:0;
	margin-bottom: 0;
}
.forma .cBtn ul i{
	padding-right: 10px;
}
.forma .cBtn .clear , .cBtn .send{
	margin-bottom: 0;
	margin-top: 4px;
	padding: 10px;
	padding-right: 17px;
	padding-left: 17px
	
}
.forma .cBtn .clear  a, .cBtn .send a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.forma .cBtn .send{
	box-shadow: 0px 2px 0px 0px #179abf;
	background:#1fcdff ;
}
.forma .cBtn .send:hover{
	background:#2f2f2f;
	box-shadow: 0px 2px 0px 0px #000 ;
}

/**/
.cont{
	margin-top: 44px;
	 
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size:13px;
	color:#666666;
	/*margin-bottom: -80px;*/
	z-index: 10;
}
 

/**/
.line6 iframe{
 
}
 /*
	filter: url(filters.svg#grayscale); 
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);*/

.line6{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 500px;
}
.line6:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 240px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 18px solid white;
	border-right: 500px solid transparent;
}
.line6:before{
	top: 0;
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-top: 18px solid white;
	border-left:500px solid transparent;
	//bottom: 489px;
}

@media (max-width: 1000px) {
	
	.line6:before { border-left:1000px solid transparent;}
	.line6:after{ border-right:1000px solid transparent;}
}

@media (max-width: 600px) {
	.map_google { height: 350px !important;}
}
.line6 .Ama{
	margin-top: 250px;
	margin-bottom: 250px;;
}
.line6 .Ama h3{
	font-size: 42px;
	text-align:center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.line6 .Ama p{
	font-size: 16px;
	text-align:center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
/**/
.ftext{
	text-align: center;
	margin-bottom: -18px;
	z-index: 10;
	text-align:center;
}
.ftext h3{
	font-size:28px;
	color: #2f2f2f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400; 
	margin-top: 37px;
}
.ftext p{
	font-size:16px;
	color: #2f2f2f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin-top: 13px;
	line-height: 24px;
}
.ftext .cBtn ul {
	margin-top: 40px;
	margin-top: 22px;
}
/**/
.line7{
	position: relative;
	width: 100%;
	overflow: hidden;
	max-height:100%;
	 background:#424241;
	 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}
/*.line7:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 184px;
	background: url(../images/bgFooter.png) no-repeat;
}*/

.line7:before{
	top: 0;
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: url(../images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* height: 10px; */
	border-top: 150px solid white;
	border-left: 4000px solid transparent;
	//bottom: 489px;
}
.footer{
	margin-top: 70px; padding-bottom: 30px;
	 
}
.footer h3{
	margin-top: 0px;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fff;
	text-align: left;
	margin-bottom: 17px; text-transform: uppercase;
}
.footer p{
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color:#fff; margin-top: 20px;
	 
}
.footer .fEmail{
	float:left;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	border: 0;
	background: #1c1c1c;
	color: #fff;
	padding: 11px;
	width: 350px;
	border-radius: 4px 0px 0px 4px;
	padding-left: 20px;
}
.footer .email{
	float:left;
}
.footer .subS{
	text-transform:uppercase;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	float: left;
	color: #fff;
	border-radius: 0 4px 4px 0;
	text-decoration: none;
	box-shadow: 0px 2px 0px 0px #179abf;
	background: #1fcdff;
	padding: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.fr{
	margin-top: 40px;
	text-align: center;
	//margin: 40px 0 0 357px;
}
.footer a:hover{
	background:#2f2f2f;
	box-shadow: 0px 2px 0px 0px #000 ;
}
/**/

.soc {
	margin-top: 20px;
	text-align: center;
}
.soc ul{
	 
	padding-left: 0;
	/*display: inline-block;	*/
}
 
.soc ul li{
	margin-bottom:5px;
	margin-right: 10px;
	float:left;
	 color: #FFF;
	text-decoration:none;
	list-style:none; text-align: left; width: 100%;
	
}
.soc ul li ul { margin-left: 20px;}
.soc ul li i{ float: left; display: block; border: 1px solid #FFF; padding: 10px 5px; font-size: 20px; margin-right: 20px; width: 40px; text-align: center;}
.soc ul li a{ color: #FFF;}

/**/
.lineBlack{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%; border-top: 1px solid #FFF;
	
	
	background:#424241;
}
.downLine{
 
}
.downLine p{
	font-size:13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color:#fff;
}
/*.lineBlack:before{
	top: 0;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 178px;
	background: url(../images/bgBeforFooter.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/
.lineBlack input{
	margin-top: 3px;
}
#downMenu{
	float:right;
}
#downMenu li{
	height: 16px;
	border-right:1px solid #343434;
	float:left;
	list-style: none;
}
#downMenu li:last-child{
	border-right:none;
}
#downMenu li a{
	padding: 15px;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
#downMenu li:last-child a{
	padding-right:0;
}
#downMenu li a:hover{
	color:#6d6d6d;
}
.downLine input{
	max-width: 95px;
	border:0;
	background:#101010;
	font-size:13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color:#6d6d6d;
}
.copy{
	margin-top: 29px;
}
.copy a { color: #FFF;}
.dm{
	margin-top: 29px;
}
/**/
/*responsive*/
@media screen and (max-width: 1190px){
	.horL {
		display:none;
	}

}


@media screen and (max-width: 991px){
	.copy p{
		text-align:center;
	}
	#downMenu ul li{
		float: none;
		text-align:center;
	}
	.downLine input{
		margin-top: 25px;
	}
	.footer .fEmail{
	float:left;
	//max-width: 350px;
	max-width: 163px;
	}
	#downMenu li a {
	padding: 5px;
}
	.team ul{
		margin-bottom: 35px;
	}
	 
	.cBtn ul {
	margin-left: 0;
	}
	.line6 iframe{
		height:750px;
	}
	.line6{
		height:350px;
	}
}

/*isotop*/

/* ---- button ---- */
/*
.isotope-item {
    z-index: 2;
}
.isotope-item{
max-height: 370px !important;
margin-bottom: 35px !important;

}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope{
	max-height:100% !important;
}

.isotope,
.isotope .isotope-item {
  
	
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
*/
/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO
/*-----------------------------------------------------------------------------------*/
/* __________ Isotope Styles __________ */
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0.1s;
     -moz-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

/* __________ Filter __________ */
/*#filter {padding:11px 0 25px; text-align:center;}
#filter li {display:inline-block;}
#filter li a {
	display:block;
	padding:0 22px;
	text-transform:capitalize;
	line-height:20px;
	font-size:15px;
	color:#707070;
}*/
#filter li a.selected {
	cursor:pointer;
	border: 1px solid #01b1d7;
	color:#01b1d7; background: none;
	/*box-shadow: 0px 2px 0px 0px #179abf;*/
}

#projects .columns1 .project {
	width:100%;
}

.load_more_cont {
	//width:100%;
	padding:10px 0 0;
}


/* __________ Portfolio Item __________ */
.portfolio_block {
	width:100%; height: auto!important; min-height: 680px;
}
.portfolio_block .project .hover_img {
	position:relative;
}
	/*background-color:#f9cdad;/
.portfolio_block .project .hover_img:before {content:''; position:absolute; z-index:10; left:0; top:0; width:100%; height:100%; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
.portfolio_block .project:hover .hover_img:before {background-color:rgba(0,0,0,0.38);}
.portfolio_block .project .hover_img img {opacity:0.92;}
.portfolio_block .hover_img .zoom {
	display:block;
	position:absolute;
	z-index:100;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0);
}*/
.portfolio_block .element {position: relative; margin-bottom: 15px;}
.portfolio_block .project_descr {
	position:absolute;
	/*padding:37px 10px 14px;*/
	color:#979797;
	border:0;
	border-bottom:2px solid #ededed;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out; background: rgba(0,0,0,0.8); visibility: hidden; opacity: 0;
	    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  
	
}
.portfolio_block a:hover .project_descr2 h3 { color: darkgray;}
.portfolio_block .project_descr2 {
	/*position:absolute;
	padding:37px 10px 14px;*/
	color:#979797;
	border:0;
	border-bottom:2px solid #ededed;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out; background: #004756; 
	    top: 0;
    left: 0;
    width: 100%;
    height: 100%; min-height: 197px;
	
}
.portfolio_block .project:hover .project_descr {border-bottom-color:#765692; }
.portfolio_block .project_descr h4 {
	margin-bottom:11px;
	font-size:15px;
}



/* Portfolio Item Single */
/*.prev_next_links {
    display: block;
    float: left;
}*/
/*.prev_next_links a {
    margin: 0 17px 20px 0;
}*/




/* Portfolio Item Single Share */
.blogpost_share {
    display: block;
    float: right;
}

/*.blogpost_share a {
    display: inline-block;
    width:40px;
	height: 40px;
	margin:0 7px 10px 0;
    line-height: 40px;
	font-size: 19px;
    text-align: center;
	color:#555;
	background-color:#eaeaea;
}
.blogpost_share a:hover {background-color:#765692; color:#333;}

*/


/*                                                                    */
	.default{
		transition-duration: 1s;
	}
    .fixed {
		transition-duration: 1s;
		/*text-align:center;*/
		z-index:999;
        position:fixed;
        top: -25px; 
        padding:20px 0;
        width:100%;
		background-color: #101010!important;
    }

/**/
select.product { padding:10px; margin-top:20px;}
.optionGroup {
    font-weight: bold;
    font-style: italic;
}
    
.optionChild {
    padding-left: 15px;
}
