/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

.content-box {max-width:460px;}

body.home #header, body.page-template-page-company-php #header{height:348px;}
#header {height:188px;}

/*----------------------------------------
			Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	clear:both;
	width:100%;
	margin:0;
	text-align:center;
	padding:10px 0;
}

/* Logo */
	.logo {
		width:193px;
		padding:32px 0 0 0px;		
	}
	.logo img{
		width:193px;
		height:auto;
	}
	.logo h1,
	.logo h2 {
		font-size:43px;
		line-height:56px;
		letter-spacing:-2px;
	}

/*----------------------------------------	
				Top search
---------------------------------------- */	
	#top-search {margin-top:20px; left:0;}
	#top-search .input-search {width:328px;}

	
/*---------------------------------------- 
				Slider
---------------------------------------- */
.flexslider-holder {
	height:247px;
}
/*---------------------------------------- 
				Content
---------------------------------------- */
#content.grid_9 {padding:0; width:420px;}

#content.left.grid_9  {
	padding:0; 
	width:420px;
}
img.size-full {
	width:420px;
}
/*---------------------------------------
				 404
---------------------------------------- */
.error404-num {font-size:200px;}

/* Post */
	.featured-thumbnail {
		float:left;
		overflow:hidden;
		margin:5px 10px 10px 0;
	}
		.featured-thumbnail img {
			width:190px;
			height:auto;
		}
		
	.featured-thumbnail.large {
		width:420px;
		height:auto;
		float:none;
		margin:0 0 10px 0;
	}
		.featured-thumbnail.large img {width:410px;}
/*---------------------------------------- 
				Recent Post Our team
---------------------------------------- */		
	.recent-posts.team li {
		float:none;
		width:420px;
		margin:0 0 30px 0;
	}
		.recent-posts.team li .featured-thumbnail {
			width:420px;
			height:auto;
			overflow:hidden;
			float:none;
		}
		.recent-posts.team li .featured-thumbnail img {
			width:410px; 
			height:auto;
		}
		
/*---------------------------------------- 
				Recent Post Clients
---------------------------------------- */
.recent-posts.clients li, .recent-posts.clients li.nomargin {
		width:200px;
		float:left;
		margin:0 10px 30px 0px;
	}
	.recent-posts.clients li .featured-thumbnail {
		width:200px;
		height:auto;
		overflow:hidden;
		float:none;
	}
	.recent-posts.clients li .featured-thumbnail img {
		width:190px;
		height:auto;
	}
	
/* Flickr widget */
.flickrImages a {
	width:69px;
	height:69px;
	}


/* Post */
.post-meta .fright {
	float:right;
	clear:none;
	}

/* Testimonials list*/
article.testimonial {
	padding:30px 20px 30px 190px;
	background:none;
}
		article.testimonial .featured-thumbnail {width:140px;}
			article.testimonial .featured-thumbnail img {width:130px; height:auto;margin-left: 0;}
	
	.testi-single {
		padding:30px 30px 30px 185px;
		background-position:160px 20px;
	}
		.testi-single .featured-thumbnail {width:130px;}
			.testi-single .featured-thumbnail img {width:120px; height:auto;}
			
	.testi-pic {
		left:20px;
		top:20px;
		width:70px;
		height:70px;
	}

/* 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;
	}

#commentform input[type="text"],
#commentform textarea {
	width:388px;
}
.children #commentform input[type="text"],
.children #commentform textarea {
	width:388px;
}


/* 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:390px;
	margin:0 0px 30px 0;
	float:none;
}
	#gallery .portfolio li a.image-wrap {
		width:390px;
		height:244px;
	}
		#gallery .portfolio li a.image-wrap img {
			width:100%;
			height:auto;
		}
/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width:390px;
	padding:15px;
	margin:0 0px 30px 0;
	float:none;
}
#gallery.one_column .portfolio li a.image-wrap {
	width:390px;
	height:223px;
	float:none;
	margin-left:0px;
}


/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:390px;
	margin:0 0 30px 0;
	float:none;
}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:390px;
		height:231px;
	}
	
/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:173px;
	margin:0 5px 30px 0;
	float:none;
}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:173px;
		height:112px;
	}
		
		
/* Contact form */
.wpcf7-form p.field input {
	width:385px;
}
.wpcf7-form textarea {
	float:left;
	width:385px;
}
.wpcf7-not-valid-tip {
	width:405px !important;
	position:absolute;
	left:0 !important;
	top:0 !important;
	padding:6px 0 7px 10px !important;
	background:#f3b7b7 !important;
	color:red !important;
	border:1px solid red !important;
}

	
	
/*----------------------------------------
				Sidebar
---------------------------------------- */
#searchform .searching {width:320px;}
#content #searchform .searching {width:300px;}
	
.widget-footer ul.xoxo li {
	width:220px;
	margin-right:22px;
	margin-left:30px;
	text-align:left;
}

}