/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

.content-box {max-width:480px;}
body {background-position:center 144px;}
.bot-indent {margin-bottom:121px;}

#widget-header {padding:9px 30px 9px 30px;}
.widget-header ul li {
	margin:0 11px 0 0px;
	width:auto;
}
/*---------------------------------------- 
			Navigations
---------------------------------------- */
.row-menu {
	padding: 0 20px;
}
nav.primary {
	left:0;
	right:0;
	top: 0;
	position: relative;
	width: 100%;
	padding-bottom: 20px;
}
/* Logo */
.logo {left:30px;}
/*----------------------------------------  
				Slider
---------------------------------------- */
#slider-wrapper {
	width:100%;
	height:268px;
}
	.slider-container{
		height:268px;
		width:767px;
		margin-left:-383px;	
	}
	
.camera_caption,
.camera_wrap .camera_pag,
.camera_commands_container,
.camera_commands   {
	width:480px;
	margin-left:-240px;
}

/*----------------------------------------  
				Pagenavi
---------------------------------------- */
.margin-left {margin-left:17px!important;}
.margin-right {margin-right:25px!important;}

.pagenavi a.button {padding:4px 8px 5px 8px!important;}
	
.pagenavi span, .pagenavi a {margin: 2px 8px 2px 0;}
/*----------------------------------------  
					Tabs
---------------------------------------- */
.tabs .tab-menu {
	margin:0 -30px 0 -30px;
	padding:15px 30px 15px 30px;
}
.tabs .tab-menu li {margin: 0 10px 0 0;}
.tabs .tab {margin:0px; padding: 20px 0 0px 0px;}

/*----------------------------------------  
				Recebt Post Tabs
---------------------------------------- */
.recent-posts.latest li,
.popular_posts li {
	width:200px;
	margin:0 20px 20px 0;
}
	.recent-posts.latest li:nth-child(2n),
	.popular_posts li:nth-child(2n) {margin-right:0px;}
	
	.recent-posts.latest li .featured-thumbnail,
	.recent-posts.latest li .featured-thumbnail img,
	.popular_posts li .featured-thumbnail,
	.popular_posts li .featured-thumbnail img {
		width:100%;
		height:auto;
	}
.recent-posts.latest li h4,
.popular_posts li h4{
	font-size:10px;
	line-height:15px;
}
.recent-posts.latest .meta-bg,
.popular_posts .meta-bg {
	height:45px;
}
/*----------------------------------------  
				Latestpost
---------------------------------------- */
.latestpost li .featured-thumbnail,
#sidebar .latestpost .featured-thumbnail{
	width:200px;
	height:auto;
	float:left;
	margin:3px 18px 5px 0;
}

.recent-posts.general  .extra-wrap {overflow:visible;}

/* Services */
.recent-posts.services li {
	width:130px;
	margin:0 10px 5px 0;
}
	.recent-posts.services li .featured-thumbnail {
		width:100%;
		height:auto;
		margin-right:0px;
		float:none;
	}
	
/* Recent from Gallery*/
.recent-posts.pfolio li, 
.recent-posts.pfolio li.nomargin,
.recent-posts.pfolio li:nth-child(2n)  {
	width:130px;
	margin:0 8px 3px 0!important;
	display:inline-block;
}
/*----------------------------------------
				 Post
---------------------------------------- */
.featured-thumbnail {
	width:200px;
	height:auto;
	float:left;
	margin:3px 18px 5px 0;
}

/*----------------------------------------  
					Misc
---------------------------------------- */
.dark-box {
	background:#0c0c0c;
	margin:0 -30px 0px -30px;
	padding:0 30px 30px 30px;
}

h3,
.light-box .content-inner h3,
.bg-dark.left .light-box .content-inner h3,
.bg-dark.left h3   {
	margin-right:-30px; 
	margin-left:-30px;
	padding-left:30px;
}

.light-box h3,
.bg-dark.left .light-box h3 {
	margin-right:0px; 
	margin-left:0px;
	padding-left:30px;
}

.light-box {margin:0 -30px;}
.bg-dark.left .light-box {margin:0 -30px;}
.light-box .content-inner {padding:24px 30px 30px 30px;}

/* Images */
.frame.alignleft,
.frame.alignright,
.frame.alignnone {
	margin-right:0;
	width:404px;
}

/*----------------------------------------
				Post Formats
---------------------------------------- */

/* Image Post Format */


/* Gallery Post Format */
.slides_container_gallery {
	width:420px;
	height:200px;
}
	.slides_container_gallery .g_item {width:420px;}

/* Audio Format Type */
.audiojs .scrubber {width:248px;}
	
		
/*----------------------------------------
				Portfolio
---------------------------------------- */
/* Default layout 3 columns */
#gallery .portfolio li {
	width:420px;
	margin:0 0px 30px 0;
	float:none;
}
	#gallery .portfolio li a.image-wrap {
		width:420px;
		height:276px;
	}
		#gallery .portfolio li a.image-wrap img {
			width:100%;
			height:auto;
		}
/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width:420px;
	margin:0 0px 30px 0;
	float:none;
}
#gallery.one_column .portfolio li a.image-wrap {
	width:420px;
	height:275px;
	float:none;
	margin-left:0px;
}

/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:420px;
	margin:0 0 30px 0;
	float:none;
}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:420px;
		height:275px;
	}
	
/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:200px;
	margin:0 8px 30px 0;
	float:none;
}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:200px;
		height:132px;
	}
	
	
/*----------------------------------------
				Sidebar
---------------------------------------- */
#searchform .searching {width:350px;}

/* Flickr widget */
.flickrImages a,
.flickrImages a:hover {
	width:56px;
	height:56px;
}
	.flickrImages a img {
		width:56px;
		height:auto;
	}

.banners-holder li img{
	width:83px;
	height:auto;
}

}