/*
Template Name: Aperture;

CSS Table of Content List:

1. css media query;
2. home area;
3. Menu area;
4. About area;
5. Blog area;
6. Single area;
7. Gallery area;
8. Contact area;

*/
		/*1. css media query*/
@media (max-width: 979px) and (min-width: 768px){
[class*="span"] {margin-left: 0px!important;}
.menu ul li a {padding: 48px 10px!important;}
}


@media (max-width: 1365px){
.container{width: 1369px;}
.menu{width: 100%!important;}
.menu .bs-nav{margin: 0px!important;}

.menu .bs-nav li{margin-bottom: 0px;}
}
@media (min-width: 985px) and (max-width:1200px){
.copyright{margin-top:0px!important;}
.sidebar-area{float:left;}
..sidebar-area p{padding-left:0px!important;}
}

@media (max-width: 985px) and (min-width: 768px){
.slide-area{width:78%!important;}
}
/* Landscape phone to portrait tablet */
@media (min-width: 768px) and (max-width: 984px){
.logo img{padding-left: 10px!important;}
.copyright{margin-top:0px;}
.sidebar-area{margin-left: 0px!important;}
.container {width:100%!important;}

 }
 
/* Landscape phones and down */
@media (min-width: 480px) and (max-width: 767px) {
.copyright{margin-top:0px!important;}
.container {width:100%!important;}
body{padding:0px;}
.camera_thumbs_cont ul{width:480px;}
.filter, .dropdown i, .camera_target_content, .sidebar-area p{display: none!important;}
.logo{margin:0px!important;}
.sidebar-area{height:auto!important;}
.menu .bs-nav{margin: 0px;width: 79%;}
.menu .bs-nav li{margin-bottom: 3px;margin-top:0px!important;}
.menu .bs-nav li:nth-child(1), .menu .bs-nav li:nth-child(2), .menu .bs-nav li:nth-child(3){margin-top: 0px!important;}
.menu .bs-nav li a{line-height: 20px;padding: 18px 25px!important;}
.panel{width:100%!important;}
.portfolioContainer .isotope-item{width: 100%;float: left;left:0px!important;}
.portfolioContainer .isotope-item img{width: 100%;}
#gallery{padding-left: 6px;}

.portfolioFilter{margin-left:50px;}
.ab-fix{width: 27%!important;}
.blog-fix {padding-left: 12px!important;}
.bs-form , .blog-details, .blog-img, .blog-img img {width: 100%!important;}
.blog-details{margin-left: 0px!important;}
.google-map iframe{width: 93%!important;}

 }
 
@media (min-width: 481px){ 
.submit-menu{height: 116px!important;}
}
@media (max-width: 480px){
.container{width:100%!important;}
.logo, .copyright{margin:0px!important;}
iframe, .blog_post_comment .filter, .sidebar-area p{display:none;}
.sidebar-area{height:auto!important;}
.menu .bs-nav{margin: 0px;width: 79%;}
.menu .bs-nav li{margin-bottom: 3px;margin-top:0px!important;}
.menu .bs-nav li:nth-child(1), .menu .bs-nav li:nth-child(2), .menu .bs-nav li:nth-child(3){margin-top: 0px!important;}
.menu .bs-nav li a{line-height: 20px;padding: 18px 15px!important;}
body{padding:0px!important;}
.social ul li a {padding: 10px 10px!important;}
.filter{display:none!important;}
#about, #blog, #page, #gallery, #contact{width:95%;}
.bs-form{width:100%!important;}
.comment_row_mn_cols {display:none!important;}
.portfolioFilter{padding-left:20px;}
.portfolioContainer{margin-top:75px!important;}
}
body{margin:0; padding:0; border:0;}
h3{
font-family: 'Dosis', sans-serif;
font-weight: 400;
}
p{
	padding: 0px 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color:#8b8b8b;
	line-height: 21px;
}
.clear{
clear:both;
}
.fluid_container {
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
	}
.row{margin-left: 0px!important;}
.wraper{
	width:100%;
	background:#3d3d3d;
	}
.logo{
	line-height: 115px;
	margin-top: 80px;
	background: #f4f4f4;
	float:left;
	width:100%;
	margin-bottom:25px;
	}
.sidebar-area p{
	width:60%;
	float:left;
	padding-left:45px;
	}


.slide-area{
	float:right;
	position: relative;
	overflow:hidden;
	}
.camera_overlayer{
	background: url(img/bct.png);
	opacity: 0.4;
	}
.social{
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 9999;
	}
.social ul{
	float: right;
	z-index: 9999;
	padding-right: 30px;
	}
.social ul li{
	float: left;
	list-style: none;
	margin-right: 1px;
	}
.social ul li a{
	padding: 17px 22px;
	background: #000;
	text-decoration: none;
	color: #fff;
	}
.social .fb a:hover{
	padding: 17px 22px;
	background: #0d206f;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.social .tw a:hover{
	padding: 17px 22px;
	background: #359bed;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.social .yt a:hover{
	padding: 17px 22px;
	background: #cf3427;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.social .sb a:hover{
	padding: 17px 22px;
	background: #ff7f00;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.camera_prev, .camera_next{
	position:relative!important;
	float:right;
	}
.camera_next{
	margin-right:2px;
	}
.camera_commands{
	display:none!important;
	}
.camera_next span{
	background: #000 url(img/pre.png)no-repeat 45% 50%!important;
	}
.camera_prev span{
	background: #000 url(img/next.png)no-repeat 45% 50%!important;
	}
.camera_prev{
	padding-right: 30px;
	background: none!important;
	}
	/************************menu area***************************/
.menu{
	position: absolute!important;
	z-index: 9999;
	top: 80px;
	height: 116px!important;
	overflow: hidden!important;
	width: 100%;
}
.menu ul li{
	list-style: none;
	float: left;
	margin-right:1px;
	}
.menu ul li a{
	background: #030303;
	padding: 48px 27px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase; /* force text to uppercase */
	}

.submit-menu{
z-index: 9999;

float: left;
background: #ee4a4a;
width: 60px;
text-align: center;
font-size: 30px;
}
.submit-menu i{
line-height:116px;
}

.submit-menu a{color:#fff;text-decoration:none;}
.submit-menu a:hover{color:#fff;text-decoration:none;}
	/************************About area***************************/
.bs-about-area{
	position: absolute;
	z-index: 9999;
	top: 32%;
	width: 75%;
	background: #030303;
	color: #fff;
	}
.ab-fix{
	width: 30%;
	float: left;
	}
.ab-fix img{
	width: 100%;
	}
.ab-fix ul li a{
	font-size: 17px;
	text-decoration: none;
	color: #8b8b8b;
	}
	.border{
	border-bottom:1px solid #252525;
	margin-top: 425px;
	margin-left: 30px;
	margin-right: 30px;
	}
.bs-about-area .ab-fix h3{
	padding-left:0px!important;
	font-size:24px!important;
	font-family: 'Dosis', sans-serif!important;
	font-weight: 400;
}
.ab-fix p{
	padding-left:0px!important;
	line-height: 24px;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif !important;
	color:#8b8b8b;
	}
.ab-fix ul{
	padding: 0px;
	margin: 0px;
	}
.ab-fix ul li{
	list-style: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
	}
	
.bs-about-area h3, .bs-about-area p{
	padding:0px 30px;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	margin-bottom: 25px;
	}
.bs-about-area h3{
	font-size: 22px;
	padding-left:30px;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 20px;
	}
	.bs-about-area{
	font-size: 13px;
	}
	
.about-img1{
	padding-left:30px;
}
.about-img2{
	padding: 0px 10px;
	}
.bs-feature{
	width: 95%;
	padding-left: 30px;
	}
.feature-fix{
	float: left;
	width: 50%;
	}
.feature-fix h3{
	padding-left:0px!important;
	font-family: 'Dosis', sans-serif!important;
	font-size:18px;
	}
.feature-fix p{
	padding-left:0px!important;
	font-family: 'Open Sans', sans-serif !important;
	line-height: 21px;
	}
.feature-fix .feature-icon i{
	padding: 5px 7px;
	border: 1px solid;
	border-radius: 2px;
	margin-right: 10px;
	}
.icon-mobile-phone{	
	padding:5px 12px!important;
	}
.feature-fix h3{
	font-size:24px;
	font-family: 'Dosis', sans-serif;
}
	/************************Blog area***************************/
.bs-blog-area{
position: absolute;
z-index: 9999;
top: 32%;
width: 75%;
background: #030303;
color: #fff;

}
.blog-img{
	width:40%;
	float:left;
	}
.blog-details{
	width: 55%;
	float: left;
	margin-bottom: 50px;
	margin-left: 20px;
	}
.blog-details h3{
	margin: 0px;
	padding-left: 0px!important;
	font-size: 18px!important;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	padding-right: 0px;
}
.blog-details p{
	padding-left: 0px;
	padding-right: 30px;
	font-family: 'Open Sans', sans-serif !important;
	font-size:13px;
	}
.blog-fix{
padding-left:30px;
}
.blog-details h3 a{
color: #fff;
text-decoration: none;
text-transform: uppercase;
}
	/************************Single area***************************/
.single-area{
	position: absolute;
	z-index: 9999;
	top: 22%;
	width: 75%;
	background: #030303;
	color:#fff;
	}
.single-area img, .single-area h3{
	padding-left:30px;
	padding-right:40px;
	font-weight: 400;

	}
.single-area h3{
	font-size:22px;
	font-family: 'Dosis', sans-serif;
	}
.single-area .single-tittle{
	font-size:18px;
	font-family: 'Dosis', sans-serif;
	}
.comment_row_mn_cols .author{
padding: 0px;
width: 80%;
float: left;
margin-top: 10px;
margin-bottom: 0px;
}
.single-area p{color:#8b8b8b;font-family: 'Open Sans', sans-serif !important;}
.blog_post_comment h3{
	padding-left:30px;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
}
.blog_post_comment ul{
padding-left: 30px;
margin: 0px;
}
.blog_post_comment li{
list-style: none;
margin-bottom: 35px;
}
.contact-fix h3{
	padding-left:0px;
	}
.blog_post_comment ul li:nth-child(2){
margin-left:14%;
}
.comments_top_rt{
width:15%;
float:left;
}
.comments_top_rt img{
padding-left:0px;
}
.comment_row_mn_cols{
	width:85%;
	float:left;
	margin-top:-15px;
	}
.comment_row_mn_cols h3{
	font-size:16px;
	width: 18%;
	float: left;
	padding-left:0px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: normal;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	padding-right:0px;
	margin-bottom: 0px;
	}
.comment_row_mn p{
	width: 80%;
	float: left;
	padding: 0px;
	margin-bottom: 30px;
	}
.comment_row_mn_cols span{
font-size: 12px;
margin-right: 15px;
}
.reply{
font-size: 12px;
margin-left: 15px;
}
	/************************Gallery area***************************/
.bs-gallery-area{
top:31%!important;
}
.portfolioFilter{
margin-bottom: 30px;
}
.example-image{width:100%;}
.isotope-item{
left:30px!important;
}
.portfolioFilter li{float:left!important;list-style:none!important;}
.isotope-item:hover a img{
background:#d85555;
z-index:9999;
position: relative;
overflow: hidden;
cursor: pointer;
}
.filter{
width: 10%;
float: left;
padding-left: 5px;
list-style: none;
}
.portfolioContainer{margin-top:50px;}
.isotope-item{
margin: 0px 30px 30px 0px;
width: 28%!important;
float: left;
}
	/************************Contact area***************************/
.google-map{
margin-left:30px;
}
.c-form{
padding-left:30px;
}
.bs-form{
width: 33%;
float: left;
}
.form-control{
height:40px!important;
border-radius:0px!important;
background:#000000!important;
}
.xxlarge{
width:95%;
height:125px!important;
border-radius:0px!important;
background:#000000!important;
}
.btn{
color: #000!important;
border-radius:0px!important;
height: 40px;
background: #fff;
line-height: 35px;
margin-bottom: 30px!important;
}
.bs-contact-area ul li{
	float: left;
	list-style: none;
	margin-right: 30px;
	margin-top: -10px;
	margin-bottom: 20px;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	}
.bs-contact-area ul li i{
	color:#ee4a4a;
	padding-right: 10px;
	font-size: 22px;
	color:#ee4a4a;
	line-height: 10px;
	}
.mail a{
	color:#ee4a4a;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	text-decoration:none;
	}
.mail a:hover{
	color:#ee4a4a!important;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	text-decoration:none;
	}
.image-link {
  cursor: -webkit-pointer;
  cursor: -moz-pointer;
  cursor: pointer;
}

/* aligns caption to center */
.mfp-title {
  text-align: center;
  padding: 6px 0;
}
	::-webkit-scrollbar {
		  width: 12px;
	} /* this targets the default scrollbar (compulsory) */
	
	::-webkit-scrollbar-track {
		  background-color: #656565;
	} /* the new scrollbar will have a flat appearance with the set background color */

	::-webkit-scrollbar-thumb {
		  background-color: rgba(0, 0, 0, 0.2); 
	} /* this will style the thumb, ignoring the track */

	::-webkit-scrollbar-button {
		  background-color: #1f1f1f;
		  display:none;
	} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

	::-webkit-scrollbar-corner {
		  background-color: #656565;
	} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */
	
.panel{
	position: absolute;
	background-color: #000;
	box-shadow: 4px -4px 4px rgba(0,0,0,0.2);
	margin-left: -120%;
	z-index:2;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
top: 220px;
overflow-y: scroll;
overflow-x: hidden;
height: 60%;
}
.panel:target{
	margin-left: 0%;
}
.bs-nav{
width: auto;
float: left;
display:none;
}
.copyright{
margin-top:620px;
}
.copyright p{
width:100%;
}
		/* popup */
.lb-outerContainer{
width: 100%!important;
height: auto;
background:transparent!important;
text-align:center!important;
margin:0 auto!important;
}
.lb-outerContainer .lb-container img{
margin:0 auto!important;
border: 5px solid #303030;
border-radius:0px!important;
}
.lb-close{
top: -29px!important;
position: absolute!important;
left: 74%!important;
}
.lb-number{
display:none!important;
}