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

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

/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	clear:both;
	width:100%;
	margin:0;
	text-align:center;
	padding:20px 0;
}

.logo {
	width:200px;
	margin:0;
	padding:28px 0 0 0px;
}
#header {height:205px;}
.row-logo {height:128px;}
/* ----------------------------------------
				Top search
---------------------------------------- */		
#top-search {top:40px;}
.bg-form {width:190px;}	
#top-search .input-search {width:127px;}

/*----------------------------------------
				Slider
---------------------------------------- */	
#slider-wrapper {height:189px;}
.camera_wrap .camera_pag .camera_pag_ul li, 
.camera_wrap .camera_pag .camera_pag_ul li > span, 
.camera_prev, 
.camera_next  {background-color:#121212;}

/*----------------------------------------
			Recent Posts
---------------------------------------- */
.latestpost li {
	margin:0 0px 30px 0;
	width:100%;
}
	.latestpost li .featured-thumbnail {float:left; margin:4px 10px 10px 0;}
	.latestpost li .featured-thumbnail img{
		width:190px;
		height:auto;
	}
	.latestpost li .excerpt {margin-bottom:12px;}
	
/*----------------------------------------
			Recent Posts Clients
---------------------------------------- */
.recent-posts.clients li {
	margin:0 5px 16px 5px;
	width:200px;
}	
		
/*----------------------------------------
			Recent Posts Latest
---------------------------------------- */	
.recent-posts.latest li {
	margin:0 0px 18px 0;
	width:100%;
}
	.recent-posts.latest li .featured-thumbnail img{
		width:410px;
		height:auto;
	}



/* Flickr widget */
.flickrImages a {
	width:69px;
	height:69px;
	}

/*----------------------------------------
			Post Holder
---------------------------------------- */
.post-holder .featured-thumbnail {
	float:left;
	margin:5px 20px 10px 0;
}
	.post-holder .featured-thumbnail img {
		width:220px;
		height:auto;
	}
	.single-post.team .featured-thumbnail {
		float:left;
		margin-right:20px;
	}
	.single-post.team .featured-thumbnail img{
		width:150px;
		height:auto;
	}
	
	
.featured-thumbnail.large {
	width:420px;
	margin:0 0 15px 0;
}
	.featured-thumbnail.large img {
		width:410px;
		height:auto;
	}
	
	

/* Post */
.post-meta .fright {
	float:right;
	clear:none;
	}

/* Testimonials list*/
	article.testimonial .featured-thumbnail, .testi-single .featured-thumbnail {
		left:50%;
		margin-left:-25%;
		top:20px;
	}

/* Images */
.frame.alignleft,
.frame.alignright,
.frame.alignnone {
	margin-right:0;
	width:404px;
}
.alignleft {
	float:left;
	margin:6px 20px 20px 0;
}
.alignleft {width:150px; height:auto;}
	
/* SlidesJS */
.slides_container {
	width:420px;
}
.slides_container .item {
	width:420px;
	height:250px;
}
.slides_container .item .thumbnail img {
	width:100%;
	height:auto;
	}

/*----------------------------------------
				 Comments
---------------------------------------- */
#content .commentlist ul.children {margin:0 0 0 10px;}

#commentform input[type="text"],
#commentform textarea {width:365px;}



/* 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:100%;
	float:none;
	margin-right:0;
}
	#gallery .portfolio li a.image-wrap {
		width:410px;
		height:201px;
	}
		#gallery .portfolio li a.image-wrap img {
			width:410px;
			height:201px;
		}

/* 1 column portfolio*/
#gallery.one_column .portfolio li a.image-wrap {
	width:410px;
	height:215px;
	float:none;
}
	#gallery.one_column .portfolio li a.image-wrap img {
		width:410px;
		height:215px;
	}

			
			
/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:100%;
	margin-right:0;
}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:410px;
		height:214px;
	}
		#gallery.two_columns  .portfolio li a.image-wrap img {
			width:410px;
			height:214px;
		}
			
/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:204px;
	margin-right:4px;
}

	#gallery.four_columns .portfolio li a.image-wrap {
		width:194px;
		height:102px;
	}
	#gallery.four_columns .portfolio li a.image-wrap img{
		width:194px;
		height:102px;
	}

		
		
/* Contact form */
.wpcf7-form p.field input, .wpcf7-form textarea {width:398px;}
.wpcf7-not-valid-tip {
	width:406px !important;
	padding:8px 0 9px 10px !important;
}

	
	
/*----------------------------------------
				Sidebar
---------------------------------------- */
#sidebar .bg-form {width:420px;}
#searchform .searching {width:357px;}


}