/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

/*----------------------------------------
				 Header
---------------------------------------- */
#header {height:126px;}
	.row-logo {height:76px;}
/* Logo */
.logo {
	margin:0;
	padding:15px 0 0 0px;	
}
.logo img{
	width:160px;
	height:auto;
}
.logo h1,
.logo h2 {
	font-size:40px;
	line-height:45px!important;
	padding:0px 0 0 4px;
	margin:0;
}
	.logo .tagline {display:none;}
	
/*----------------------------------------
				Top search
---------------------------------------- */
#top-search {
	float:right;
	padding:15px 0 0 0;
}
	#top-search .input-search {width:150px;}
	
/* ----------------------------------------
				Slider
---------------------------------------- */
#slider-wrapper,
.slider-loader {height:240px;}

#slider-wrapper {
	padding:0 0 39px;
	background:url(../images/bg-slider-480.png) center bottom no-repeat;
}
/*----------------------------------------
				Paginations
---------------------------------------- */
.camera_wrap .camera_pag {bottom:-30px; left:35%;}
.camera_wrap .camera_pag .camera_pag_ul li {
	width: 7px;
	height: 7px;
	margin: 0px 7px;
}

/*----------------------------------------
				Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	clear:both;
	width:100%;
	margin:0;
	text-align:center;
	padding:10px 0;
}

/* ----------------------------------------
	Recent Posts & Recent Post Services-Post
---------------------------------------- */
.latestpost li, .recent-posts.services-post li  {
	width:386px;
	padding:33px 14px 42px 20px;
	margin:0 0px 30px 0;
}
	.latestpost li .featured-thumbnail, .recent-posts.services-post li .featured-thumbnail{
		width:195px;
		height:auto;
		margin:7px 15px 0 0;
	}
		.latestpost li .featured-thumbnail img, .recent-posts.services-post li .featured-thumbnail img{
			width:100%;
			height:auto;
		}
		
/* ----------------------------------------
				Posts Type widget
---------------------------------------- */
.post_list.intro li .featured-thumbnail {
	margin:10px 20px 15px 0;
	float:left;
	width:100px;
	height:auto;
}
	.post_list.intro li .featured-thumbnail img {
		width:84px;
		height:auto;
	}
	
	.post_list.intro li .extra-wrap {
		overflow:visible;
	}
	
/*----------------------------------------
		Recent Post Clients
---------------------------------------- */	
.recent-posts.clients li {
	width:190px;
	margin:0 20px 25px 0!important;
}
	.recent-posts.clients li .featured-thumbnail {
		width:190px;
		height:auto;
	}
	.recent-posts.clients li .featured-thumbnail img{
		width:174px;
		height:auto;
	}

/*----------------------------------------
		Post
---------------------------------------- */	
.featured-thumbnail, .single .post-holder .featured-thumbnail  {
	width:205px;
	height:auto;
	float:right;
	margin:10px 0px 0px 21px;
}
	.featured-thumbnail img, .single .post-holder .featured-thumbnail img{
		width:189px;
		height:auto;
	}
	
	.featured-thumbnail.large, .single .post-holder .featured-thumbnail.large  {
		width:420px;
		height:auto;
		float:none;
		margin:0 0 20px 0;
	}
		.featured-thumbnail.large img, .single .post-holder .featured-thumbnail.large img{
			width:404px;
			height:auto;
		}
	
	.single-post.clients .featured-thumbnail, .single-post.team .featured-thumbnail {
		width:190px;
		height:auto;
		margin:10px 0px 10px 21px;
		float:right;
	}
		.single-post.clients .featured-thumbnail img, .single-post.team .featured-thumbnail img{
			width:174px;
			height:auto;
		}
	
/* Flickr widget */
.flickrImages a {
	width:69px;
	height:69px;
}

/* Post */
.post-meta .fright {
	float:right;
	clear:none;
}


/* Images */
.frame.alignleft,
.frame.alignright,
.frame.alignnone {
	margin-right:0;
	width:404px;
}
	
/* SlidesJS */
.slides_container {
	width:420px;
}
.slides_container .item {
	width:420px;
	height:250px;
}
.slides_container .item .thumbnail img {
	width:100%;
	height:auto;
}

/* Comments */
.commentlist ul.children {
	margin-left:0;
}


/* 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;
}
	
/*----------------------------------------
		Recent Post Our Team
---------------------------------------- */
.recent-posts.team li {width:360px; margin:0 10px 30px 0;  padding:33px 30px 30px 30px;}
.recent-posts.team li .featured-thumbnail{
	width:180px;
	height:auto;
	overflow:hidden;
	float:left;
	margin:0 20px 0px 0;
}
	.recent-posts.team li .featured-thumbnail img {
		width:100%;
		height:auto;
		overflow:hidden;
	}
	.recent-posts.team li h2 {font-size:24px; line-height:28px;}		
	
/*----------------------------------------
				Portfolio
---------------------------------------- */
/* Default layout 3 columns */
#gallery .portfolio li {
	width:360px;
	margin:0 6px 10px 0;
	float:none;
}
	#gallery .portfolio li a.image-wrap {
		width:360px;
		height:360px;
	}
		#gallery .portfolio li a.image-wrap img {
			width:100%;
			height:auto;
		}
		
/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width:360px;
}
#gallery.one_column .portfolio li a.image-wrap {
	width:360px;
	height:360px;
	float:none;
	margin-left:0px;
}


/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:360px;
}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:360px;
		height:351px;
	}
	
/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:142px;
}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:142px;
		height:142px;
	}

	
	
/*----------------------------------------
				Sidebar
---------------------------------------- */
#searchform .searching {width:320px;}

/*---------------------------------------
				 404
---------------------------------------- */
.error404-num {font-size:200px;}	
	
/*----------------------------------------
				Footer
---------------------------------------- */
nav.footer {
	float:none;
	text-align:center;
	padding:0 0 20px 0;
}
	nav.footer ul li {
		display:inline-block;
		float:none;
		margin:0 0px 0 13px;
		padding-left:14px;
		font-size:12px;
		line-height:17px;
	}
		
	nav.footer ul li a {
		font-size:12px;
		line-height:17px;
	}

}