/* reset */
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	background: #87CEFA;
}
body > div.wrap > div.header{
border:2px solid rgb(0, 0, 0);
}
/*---start-wrap----*/
.wrap{
	width:70%;
	margin:0 auto
}
.logo{
	float:left;
	margin-top: 0px;
}
.top-social-icons{
	float:right;
	margin-top: 2.8em;
}
.top-social-icons ul li {
	display: inline-block;
}
.icon1{
	width: 34px;
	height: 33px;
	background: url(../images/sicoal-icons.png) -121px 0px no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon1:hover {
	background: url(../images/sicoal-icons.png) -121px -38px no-repeat;
}
.icon2{
	width: 34px;
	height: 33px;
	background: url(../images/sicoal-icons.png) -161px 0px no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon2:hover {
	background: url(../images/sicoal-icons.png) -161px -38px no-repeat;
}
.icon3{
	width: 34px;
	height: 33px;
	background: url(../images/sicoal-icons.png) -82px 0px no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon3:hover {
	background: url(../images/sicoal-icons.png) -82px -38px no-repeat;
}
.icon4{
	width: 34px;
	height: 33px;
	background: url(../images/sicoal-icons.png) -41px 0px no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon4:hover {
	background: url(../images/sicoal-icons.png) -41px -38px no-repeat;
}
.shadow{
	text-align:center;
}
/*---start-content----*/
.top-grid{
	width:31.33%;
	float:left;
	margin-right:2em;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
}
.top-grid h2 span{
	font-weight:300;
	color:#555;
	display:block;
}
.top-grid h2{
	font-size:2em;
	text-transform:uppercase;
	font-weight:bold;
	font-weight:800;
	color:#FFFFFF;
}
.top-grid p{
	color: #777;
	font-size: 0.79em;
	line-height: 1.5em;
	padding: 0.3em 0;
}
.last-grid{
	margin:0;
}
.icon01{
	width: 128px;
	height: 128px;
	background: url(../images/icon1.png) no-repeat #fff 50%;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	border-radius: 50%;
}
.icon01:hover,.top-grid1:hover a{
	background: url(../images/icon1h.png) no-repeat #fff 50%;
}
.icon02{
	width: 128px;
	height: 128px;
	background: url(../images/icon2.png) no-repeat 50% #fff;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	border-radius: 50%;
}
.icon02:hover,.top-grid2:hover a{
	background: url(../images/icon2h.png) no-repeat 50% #fff;
}
.icon03{
	width: 128px;
	height: 128px;
	background: url(../images/icon3.png) no-repeat 50% #fff;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	border-radius: 50%;
}
.icon03:hover,.last-grid:hover a{
	background: url(../images/icon3h.png) no-repeat 50% #fff;
}
.top-grids {
	padding: 2em 0 3em 0;
}
/*---start-midgrids-----*/
.midgrids{
	position:relative;
}
.mid-grid1 {
   width: 100%;
	height: 100%;
   margin: 10px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.mid-grid1 .mask, .mid-grid1 .content {
   width: 100%;
	height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.mid-grid1 img {
   display: block;
   position: relative;
   height:250px;
   width:250px;
}
.mid-grid1 a.info {
   background:url(../images/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}

.effect .mask {
   opacity: 0;
   overflow:visible;
   border:100px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.effect a.info {
   position:relative;
   top: -24px;
   opacity: 0;
   -webkit-transition: opacity 0.5s 0s ease-in-out;
   -moz-transition: opacity 0.5s 0s ease-in-out;
   -o-transition: opacity 0.5s 0s ease-in-out;
   -ms-transition: opacity 0.5s 0s ease-in-out;
   transition: opacity 0.5s 0s ease-in-out;
}
.effect:hover .mask {
   opacity: 1;
   border:100px solid rgba(0,0,0,0.7);
}
.effect:hover a.info {
	opacity:1;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.mid-grids-head-left h4{
	font-size: 2em;
	text-transform: uppercase;
	font-weight: bold;
	font-weight: 800;
	color: #B6C94B;
	font-family: 'Open Sans', sans-serif;
}
.mid-grids-head-left h4 span{
	font-weight: 300;
	color: #555;
	display: block;
}
.mid-grid1{
	width: 250px;
	height:250px;
	float: left;
	margin-right: 0.8em;
}
.last-grid1{
	margin-right:0;
}
.mid-grids-head {
	margin-bottom: 0.8em;
}
.mid-grids {
	background: #87CEFA;
	padding: 1.6em 0 2em 0;
}
/*---start-bottom-grid----*/
.bottom-grid-right{
	width: 54%;
	float: right;
	margin-top: 0.8em;
}
.bottom-grid-right a{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	font-weight: normal;
	padding:10px 15px;
	text-transform: uppercase;
	background: #B6C94B;
	display: inline-block;
	margin: 1.6em 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.bottom-grid-right a:hover{
	background: #3D484E;
}
.bottom-grids{
	padding: 2em 0;
	background: #ffffff url(../images/body-bg.gif) 0 0 repeat-x;
}
.bottom-grid-left{
	float:left;
	width: 44%;
	margin-top: 0.8em;
}
.bottom-grid-left-grid-pic{
	float:left;
	width: 40%;
}
.bottom-grid-left-grid-info{
	float:right;
	width:56%;
}
.bottom-grid-left-grid-info h3{
	font-size: 12px;
	font-weight: 600;
	font-family: 'Open Sans', Arial, sans-serif;
	color:#555;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.in-list li{
	display:inline-block;
}
.in-list li a{
	color:#B6C94B;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 0.78em;
	padding: 0.5px;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.in-list li a:hover{
	color:#3D484E;
}
.in-list {
	padding: 0.3em 0;
}	
.bottom-grid-left-grid-info p{
	font-family: 'Open Sans', Arial, sans-serif;
	color: #999;
	font-size: 0.78em;
	line-height: 1.5em;
}
.bottom-grid-left-grid-info p a{
	color:#B6C94B;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 0.78em;
	margin-left:3px;
}
.bottom-grid-left-grid {
	margin-bottom: 1.2em;
}
.all{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	font-weight: normal;
	padding: 10px 15px;
	text-transform: uppercase;
	background: #B6C94B;
	display: inline-block;
	margin: 1em 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.all:hover{
	background: #3D484E;
}
/*---End-wrap----*/
/*---start-footer----*/
.footer{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color:#777;
	padding: 1em 0;
	border-top: 1px solid #eee;
	background-color:black;
}
.footer-left{
	float:left;
	margin-left: 5em;
}
.footer-left a{
	color:#B1C8FF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size:1.5em;
}
.footer-right{
	float:right;
	margin-top: 0.5em;
}
.footer-right p{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	color:#777;
	
	margin-left: -18em;
}
.footer-right p a{
	color:#B1C8FF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer-right p a:hover{
	color:#777;
}
/*** move top **/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 9px;
	right: 10px;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/top.png) no-repeat right top;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*---start-about-----*/
/*----start-about-----*/
.about{
	background:#FFF;
}
.sf-menu2{
	border-bottom:none;
}
.about-grid{
	width: 31.33%;
	float: left;
}
.about-grid h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 2em;
	margin: 0;
	text-transform: uppercase;
	color: #555;
}
.about-grid span{
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 0.875em;
	padding: 5px 0 1px 0;
	line-height: 1.5em;
	font-weight: bold;
	display: block;
}
.about-grid p{
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 0.875em;
	padding: 5px 0 10px 0;
	line-height: 1.8em;
}
.center-grid1 p{
	padding:0px 0px 10px 0px;
}
.center-grid1 label{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: #B6C94B;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-family: 'Open Sans', sans-serif;
	cursor:pointer;
}
.center-grid1{
	margin:0 3%;
}
.center-grid1 label:hover {
	color: #555;
}
.about-team-left{
	float:left;
	width:25%;
	margin-top: 0.5em;
}
.about-team-right{
	float:right;
	width: 72%;
}
.button1{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	font-weight: normal;
	padding: 10px 15px;
	text-transform: uppercase;
	background: #B6C94B;
	display: inline-block;
	margin: 1em 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.button1:hover{
	background: #3D484E;
}
.about-team-right p{
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 0.875em;
	padding: 0px 0 10px 0;
	line-height: 1.8em;
}
.client {
	padding-bottom: 10px;
}
.about-grids {
	padding: 10px 0px 0px 0px;
}
.about-team-left img {
	-webkit-filter: grayscale(100%);
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.about-team-left img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	cursor: pointer;
}
/*---our team---*/
.ourteam h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #555;
	padding: 13px 0 5px 0;
}
.ourteam h3 span{
	color:#B6C94B;
}
/*  GRID OF Four   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_4{
	display: block;
	float:left;
	margin: 0% 0 1% 1.6%;
}
.grid_1_of_4:first-child { 
	margin-left: 0; 
} 
.images_1_of_4 {
	width: 23.8%;
	padding: 1% 0% 1.5% 0px;
}
.images_1_of_4  img{
	max-width:100%;
	display:block;
}
.images_1_of_4  h4{
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 15px 0px 0px 0px;
	text-transform:uppercase;
}
.images_1_of_4  p {
	font-size: 0.8125em;
	color: rgba(85, 85, 85, 0.53);
	line-height: 1.5em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 4px 0px 8px 0px;	
}
.images_1_of_4  p a{
	color:#B6C94B;
}
.images_1_of_4  p a:hover{
	color:#797979;
}
.images_1_of_4 .button{
	margin-top:.3em;
	line-height:1.9em;
}
.images_1_of_4 .button a{
		padding:6px 10px;
		font-size:0.8em;
		font-family: Arial, "Helvetica Neue", "Helvetica", Tahoma, Verdana, sans-serif;
		border: 1px solid rgba(0,0,0,0.1);
  		box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
        background        : #3f4040;       
        color             : #fff;
        text-shadow       : 0 1px 0 rgba(0, 0, 0, 0.4); 
        -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
		box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
}
.images_1_of_4 .button a:hover{
	    border: 1px solid #303030;
        background: #525252;
        text-decoration:none;
}
.ourteam {
	background: #ffffff url(../images/body-bg.gif) 0 0 repeat-x;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
	
	.wrap{
		width:95%;
	}
	.grid_1_of_4{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_4 {
		width:94%;
		padding:3%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	
	.wrap{
		width:95%;
	}
	.grid_1_of_4{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_4 {
		width:92%;
		padding:4%;
	}
}
/*---start-services-----*/
/*---services----*/
.service-content h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 2em;
	margin: 0;
	text-transform: uppercase;
	color: #555;
}
.service-content ul li{
	display: block;
}
.service-content ul li span{
	width: 5%;
	float: left;
	font-size: 3em;
	color: #555;
	font-family: 'Open Sans', sans-serif;
}
.service-content ul li p{
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 0.875em;
	padding: 5px 0 10px 0;
	line-height: 1.8em;
}
.service-content ul li p a{
	font-size: 1.2em;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	display: block;
}
.service-content{
	float:left;
	width: 74.5%;
}
.service-content ul{
	padding-bottom:5px;
}
.services-sidebar{
	float:right;
	width:23%;
}
.services-sidebar h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 2em;
	margin: 0;
	text-transform: uppercase;
	color: #555;
}
.services-sidebar ul li a{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #555;
	padding: 2px 0px 5px 0px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.services-sidebar ul li a:hover{
	color: #B6C94B;
}
.services-sidebar ul li {
	border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
	background: url(../images/marker.png) 0 15px no-repeat;
	padding: 9px 13px 8px 23px;
}
.services {
	padding-top: 10px;
	background:#fff;
	padding-bottom: 2em;
}
/*---start-gallery-----*/
.gallery1{
	min-height:800px;
	padding-bottom: 4em;
	background: #fff;
}
#info {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;				
	background:#fcf8e3;
	border:1px solid  #fbeed5;
	width:95%;
	max-width:900px;
	margin:0 auto 40px auto;
	font-family:arial;
	font-size:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

	#info .info-wrapper {
		padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;

	}
	
	#info a {
		color:#c09853;
		text-decoration:none;
	}
	
	#info p {
		margin:5px 0 0 0;
	}



.gallery1 h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
	color: #555;
	padding-top: 10px;
}
.gallery1 h1 span{
	color:#B6C94B;
	margin-left:0.2em;
}
#filters {
	padding: 0;
	list-style: none;
	float: right;
}

	#filters li {
		float:left;
	}
	
	#filters li span {
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-size: 0.875em;
		font-weight: normal;
		padding: 10px 15px;
		text-transform: uppercase;
		background: #B6C94B;
		display: inline-block;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		cursor:pointer;
		margin-left:0.5em;
	}
	
	#filters li span.active {
		background: #555;
		color:#fff;
	}
 

 
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:23%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}

	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background: #666;
		cursor:pointer;
	}

	.portfolio img {
		max-width:100%;
		position: relative;
		-webkit-filter: grayscale(100%);
		opacity: 5;
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
	}
	
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
	}

		.portfolio .label-bg {
			background: #555;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
	
		.portfolio .label-text {
			color: #fff;
			position: relative;
			z-index: 500;
			padding: 2px 8px;
			font-size: 0.875em;
		}
			
			.portfolio .text-category {
				display:block;
				font-size:9px;
				font-size: 12px;
				text-transform:uppercase;
			}
	
	
	



/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
	}
}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.container { 
		width: 95%; 
	}
	
	#portfoliolist .portfolio {
		width:48%;
		margin:1%;
	}		

	#ads {
		display:none;
	}
	
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 70%;
	}
	
	#ads {
		display:none;
	}
	
}

/* #Clearing */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*---start-contact----*/
.contact h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
	color: #555;
	padding-top: 10px;
}
.contact h1 span{
	color:#B6C94B;
}
.contact{
	padding-bottom:3em;
	background: #fff;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding: 0 1.5% 1.5% 0;
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	color: #3e454d
	 text-transform: uppercase;
	padding: 0.5em 0 1em 0;
	text-transform: uppercase;
	color:#555;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size: 0.875em;
	color: #3e454d
	padding-bottom:5px;
	font-family: 'Open Sans', sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			border: none;
			outline:none;
			color:#3e454d
			font-size:0.8125em;
			font-family:Arial, Helvetica, sans-serif;
			border: 1px solid rgba(192, 192, 192, 0.41);
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="submit"]{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	font-weight: normal;
	padding: 10px 15px;
	text-transform: uppercase;
	background: #B6C94B;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
	margin-left: 0.5em;
	border:none;
}
.contact-form input[type="submit"]:hover{
	background: #555;
	color: #fff;
}
.contact-form input[type="submit"]:active{
	background: #555;
		color: #fff;
}
.company_address{
}
.company_address p{
	font-size: 0.875em;
	color: #6a6a6a;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.company_address p span{
	text-decoration:underline;
	color:#454545;
	cursor:pointer;
}
.map{
	margin-bottom:15px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
}
/*----responsive-design-----*/
@media only screen and (max-width: 1440px) and (min-width: 1366px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:100%;
	}
	.top-grid {
		width: 31%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.wrap{
		width:100%;
	}
	.top-grid {
		width: 30%;
	}
	.mid-grid1 {
		width: 31%;
	}
	.effect a.info {
		top: -39px;
	}
	.service-content ul li span {
		width: 7%;
		height:100px;
	}
	.services-sidebar ul li a {
		font-size: 0.875em;
	}
}
@media only screen and (max-width: 768px) and (min-width: 640px) {
	.wrap{
		width:90%;
	}
	.top-grid {
		width: 30%;
	}
	.mid-grid1 {
		width: 30%;
	}
	.effect a.info {
		top: -56px;
	}
	.service-content ul li span {
		width: 9%;
		height:100px;
	}
	.services-sidebar ul li a {
		font-size: 0.875em;
	}
	.top-grid h2 {
		font-size: 1.5em;
	}
	.mid-grids-head-left h4 {
		font-size: 1.5em;
	}
	.bottom-grid-left {
		float:none;
		width:100%;
	}
	.bottom-grid-right{
		display:none;
	}
	.about-grid h3 {
		font-size: 21px;
	}
	.about-grid {
		width:100%;
		float:none;
		margin: 0;
	}
	.about-team-left {
		width: 15%;
	}
	.about-team-right {
		width: 82%;
	}
	.service-content h3 {
		font-size: 21px;
	}
	.services-sidebar h3 {
		font-size: 21px;
	}
	.ourteam h3 {
		font-size:21px;
	}
	#filters li span {
		padding: 10px;
		font-size:0.8em;
	}
	.gallery1 h1 {
		font-size: 21px;
		padding: 10px 0;
	}
	.gallery1 {
		min-height:450px;
	}
	.contact h1 {
		font-size:21px;
	}
	.span_2_of_3 h3, .span_1_of_3 h3 {
		font-size: 1em;
	}
	.contact-form input[type="submit"] {
		margin-left:0;
	}
}












    .container                                  { position: relative; width: 1120px; margin: 0 auto; padding: 0; }
 .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.holder {
		position: relative;
		z-index: 30;
		margin: 15px -10px 40px;
		padding: 20px 9px 20px;
		border: 1px solid #dad5c9;
		background-color: #fdfbf3;
		-webkit-border-radius: 6px;
		   -moz-border-radius: 6px;
				border-radius: 6px;
				WIDTH:100%;
	}
	
	
	
	.detailimg{text-align: center;}
	
	section{   display:block;
	           margin: auto;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

  .container .one-third.column                { width: 260px; }

    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.bordered {
			position: relative;
			display: block;
			width: 250px;
			height:252px;
			margin-bottom: 20px;
			padding: 7px;
			background-color: #B1C8FF;
		}
		
		.bordered {
			-webkit-border-radius: 5px;
			   -moz-border-radius: 5px;
					border-radius: 5px;
			-webkit-box-shadow: 2px 2px 1px rgba(0,0,0,.17), -1px -1px 0 rgba(0,0,0,.05);
			   -moz-box-shadow: 2px 2px 1px rgba(0,0,0,.17), -1px -1px 0 rgba(0,0,0,.05);
					box-shadow: 2px 2px 1px rgba(0,0,0,.17), -1px -1px 0 rgba(0,0,0,.05);	
		}
		
		.clearfix{zoom:1;}
		
		.bordered .add-border {
				display: -webkit-inline-box;
				border: 1px solid rgba(0,0,0,.6);
			}
			
			.ie7 .bordered .add-border,
			.ie8 .bordered .add-border {border: 1px solid #000;}
			
				.add-border  img {display: block;}
				
			


 .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }
              	
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.color-1 .navigation > ul > li:hover > a,
.color-1 .navigation > ul > li.current-menu-item > a,
.color-1 .navigation > ul > li.current-menu-parent > a,
.color-1 .navigation > ul > li.current-menu-ancestor > a,
.color-1 #sidebar .widget li:hover a,
.color-1 blockquote,
.color-1 a:hover:not(.button), .color-1 a > *:hover:not(.button),
.color-1 .widget ul li:hover:after,
.color-1 .comment-meta .author,
.color-1 .entry-body .e-date strong
{
	color: #63c3d7;
}
	

	
		.single-image img {display: block;}
		

		.curtain {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 100%;
			height: 100%;
			background-color: rgba(255,255,255,.5);
			background-position: 50% 50%;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
			background-repeat: no-repeat;
			opacity: 0;
			filter: alpha(opacity=0);
			text-indent: -9999px;
		}
		
		.ie7 .curtain,
		.ie8 .curtain {
		
		background-color: #fff;
		
		}
		
		.single-image.picture-icon
		.curtain {
		                                    background-image: url(../images/icons/zoom.png);
											
											}
	.not-ie .container img {
	-webkit-transition: all .25s linear;
	   -moz-transition: all .25s linear;
		-ms-transition: all .25s linear;
		 -o-transition: all .25s linear;
			transition: all .25s linear;		
}

		.container img {
    border: 0;
	height: 250px;
	max-width: 100%;
}

		.single-image:hover .curtain,
		.video-icon:hover .curtain {
			opacity: .8;
			filter: alpha(opacity = 60);
		}
	

span{  margin: auto;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;}
	
	div{font-size:100%; top:-2px;}
	
	.single-image {
		position: relative;
		display: block;
		cursor: pointer;
		font-size: 0;}
		
		
		
		.with-desc:after {
			margin-left: 18px;
			color: #847460;
			font-size: 14px;
			font-size: 14px;
			content: attr(data-desc);
		}
		
		
		.color-1 a > *:hover:not(.button){	color: #63c3d7;
}










/*Start Carousel*/



a:-webkit-any-link {
color: -webkit-link;
text-decoration: none;
cursor: auto;
}
#left_scroll > a > img {
width: 32px;
margin-left: -931px;
}

#carousel_inner {
margin-left: 74px;
}
#carousel_inner {
margin-right: 0;
float: left;
width: 1091px;
overflow: hidden;
background: #FFFFFF;
height: 91px;
margin-top: 14px;
}
#carousel_ul {
position: relative;
left: -216px;
list-style-type: none;
margin: 0px;
padding: 0px;
margin-top: 33px;
width: 99999px;
padding-bottom: 10px;
}
#carousel_ul{
left:60px;
}
#left_scroll, #right_scroll {
margin-top: 19px;
margin-left: 325px;
}
a:-webkit-any-link {
color: #B1C8FF;
text-decoration: none;
cursor: auto;
margin-left:0px;
}
#right_scroll > a > img {
margin-top: -63px;
margin-left: 969px;
width: 32px;
}
#carousel_ul li {
float: left;
width: 180px;
padding: 0px;
height: 110px;
background: #FFFFFF;
margin-top: -10px;
margin-bottom: 10px;
margin-left: 0px;
}
#left_scroll, #right_scroll {
margin-top: 0;
margin-left: 0;
display: none;
}
#carousel_container {
margin-top: 0;
margin-left: 0;
background-color: white;
height: 140PX;
}

/*End Carousel*/



body > div.content > div.mid-grids > div > section > section{

background-color: cadetblue;
}







		
/*few resets */
ul,li,a{margin:0;padding:0;}

nav ul li{list-style-type:none;}
nav ul li a{font-family:helvetica; text-decoration:none; }
nav{margin: 0px; background:#993039; padding-top:3px; border-radius:3px;}

/* styling main topbar */
nav>ul{
  height:3.6em;
  background:#c0392b;
  border-radius:3px;
}
/* important to keep submenu at their position */
nav>ul li{position:relative;}
/*styling topbar navigation items */
nav>ul>li{
  float:left;
  border-right:1px solid #ac3326;
  height:100%;
  line-height:2.6em;
  position:relative;
}
nav>ul>li:hover{
    background:#ac3326;
	transition:.3s background ease-in-out;
}




/* applying style to topbar items */
nav>ul>li>a{
  padding:0 1.6em;
}
nav>ul>li a{
  display:block;
  color:#ecf0f1;
}

nav>ul>li:first-child:hover{
  border-top-left-radius:3px;
  border-bottom-left-radius:3px;
  
}

nav>ul>li>ul>li:last-child:hover,
nav>ul>li>ul>li>ul>li:last-child:hover,
nav>ul>li>ul>li>ul>li>ul>li:last-child:hover{
   border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;  
}
nav>ul>li>ul, nav>ul>li>ul>li>ul,nav>ul>li>ul>li>ul>li>ul{
  position:absolute;
  left:-9999px;
  white-space:nowrap;
  background:#1abc9c;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
   transition:.4s left ease-in-out;
}




/* padding for each submenu lists */
nav>ul>li>ul>li, nav>ul>li>ul>li>ul>li,
nav>ul>li>ul>li>ul>li>ul>li{
  padding:0 1em;

}
/* applying different colors for submenu */
nav>ul>li>ul>li>ul{
 background:#3498db;
 }
nav>ul>li>ul>li>ul>li>ul{
  background:#9b59b6;
}
/* styling the links with different after highlighting */
nav>ul>li>ul>li:hover{
  background:#f1c40f;  transition:.3s all ease-in-out;
 transition:background,box-shadow .2s ease-in-out, .5s ease-in;
 box-shadow:0 3px  #f39c12;
}
nav>ul>li>ul>li>ul>li:hover{
  background:#e67e22;transition:.3s all ease-in-out;

   transition:background,box-shadow .2s ease-in-out, .5s ease-in;
 box-shadow:0 3px  #d35400;
}
nav>ul>li>ul>li>ul>li>ul>li:hover{
  background:#e74c3c;
  transition:background,box-shadow .2s ease-in-out, .5s ease-in;
 box-shadow:0 3px  #c0392b;
}


/* revealing first level submenu */
nav>ul>li:hover>ul{
    left:0; 
    top:100%;
	 transition:.4s left ease-in-out;
}
/* revealing second level submenu */
nav>ul>li>ul>li:hover>ul{
   left:100%;
   top:0;
   transition:.4s left ease-in-out;
}
/* revealing third submenu */
nav>ul>li>ul>li>ul>li:hover>ul{
  left:100%;
  top:0%;
 transition:.4s left ease-in-out;
}
/* positioning the angle arrows towards right inside submenu*/
.position-expand-arrow{
  position:absolute !important;
  right:1em !important;
  line-height:2.6em !important;
}
/* Clearing floats */
nav ul::after, nav ul::before{
  content:"";
  display:table;
}
nav ul::after{
  clear:both;
}


article{
  text-align:center;
}
article a{
  text-decoration:none;
}

@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Oxygen+Mono);

#cssmenu {padding: 0; margin: 0; border: 0;}
#cssmenu ul, #cssmenu li {list-style: none; margin: 0; padding: 0;}
#cssmenu ul {position: relative; z-index: 597; }
#cssmenu ul li { float: left; min-height: 1px; vertical-align: middle;}
#cssmenu ul li.hover,
#cssmenu ul li:hover {position: relative; z-index: 599; cursor: default;}
#cssmenu ul ul {visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 100%;}
#cssmenu ul ul li {float: none;}
#cssmenu ul ul ul {top: 0; left: auto; right: -99.5%; }
#cssmenu ul li:hover > ul { visibility: visible;}
#cssmenu ul ul {bottom: 0; left: 0;}
#cssmenu ul ul {margin-top: 0; }
#cssmenu ul ul li {font-weight: normal;}
#cssmenu a { display: block; line-height: 1em; text-decoration: none; }

#cssmenu {
  background: #333;
  border-bottom: 4px solid #1b9bff;
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  font-size: 12px;
}

  #cssmenu > ul { *display: inline-block; }

  #cssmenu:after, #cssmenu ul:after {
    content: '';
    display: block;
    clear: both;
}

#cssmenu a {
    background: #000;
    color: #CBCBCB;
    padding: 0 20px;
}
#cssmenu ul { text-transform: uppercase; text-transform: uppercase;
background-color: black;
float: left;}

    #cssmenu ul ul {
      border-top: 4px solid #1b9bff;
      text-transform: none;
      min-width: 190px;
}
      #cssmenu ul ul a {
        background: #1b9bff;
        color: #FFF;
        border: 1px solid #0082e7;
        border-top: 0 none;
        line-height: 150%;
        padding: 16px 20px;
}
      #cssmenu ul ul ul { border-top: 0 none; }

      #cssmenu ul ul li { position: relative }
	  
	  #cssmenu > ul > li > a { line-height: 48px;  }

#cssmenu ul ul li:first-child > a { border-top: 1px solid #0082e7; }
        #cssmenu ul ul li:hover > a { background: #35a6ff; }

        #cssmenu ul ul li:last-child > a {
          border-radius: 0 0 3px 3px;
          box-shadow: 0 1px 0 #1b9bff;
}
        #cssmenu ul ul li:last-child:hover > a { border-radius: 0 0 0 3px; }

        #cssmenu ul ul li.has-sub > a:after {
          content: '+';
          position: absolute;
          top: 50%;
          right: 15px;
          margin-top: -8px;
}

 #cssmenu ul li:hover > a, #cssmenu ul li.active > a {
      background: #1b9bff;
      color: #FFF;
}
    #cssmenu ul li.has-sub > a:after {
      content: '+';
      margin-left: 5px;
}
    #cssmenu ul li.last ul {
      left: auto;
      right: 0;
}
      #cssmenu ul li.last ul ul {
        left: auto;
        right: 99.5%;
}

