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

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

body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	}

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

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

/* Logo */
.logo {
	padding-bottom:0;
	}
.logo img{
	width:150px;
	height:auto;
	}
	.logo .tagline {
		display:block;
		}

/* Top search */
#top-search {

	}
#top-search .input-search {
	width:150px;
	}
#top-search #submit {
	
	}

/* Header widget */
#widget-header {
	padding:5px 0 15px 0;
	}
	
	
/* Slider
---------------------------------------- */
.flexslider-holder {
	width:auto;
	height:180px;
	margin:20px 0;
	}
#slider-wrapper .container_12 {
	min-height:220px;
	}
.flex-caption { font-size:21px;}

.flex-control-nav {
	bottom: -36px;
	}

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

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

		
/* Posts Type widget */
.post_list {
	
	}
.post_list li {
	margin:0 0 0 10px;
	width:132px;
	}

	
/* Request a quote */
.top-box {
	padding:0 36px 0 86px;
	}
.box-text {
	font-size:18px;
	line-height:24px;
	}


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

/* Comments */
.commentlist ul.children {
	margin-left:0;
	}

#commentform input[type="text"],
#commentform textarea {
	width:390px;
	max-width:390px;
	min-width:390px;
	}
.children #commentform input[type="text"],
.children #commentform textarea {
	width:390px;
	max-width:390px;
	min-width:390px;
	}

#second-content-area {
	background:url(../images/content-bg-420.gif) 50% 100% no-repeat;
	}
	#second-content-area .grid_12 {
		margin-bottom:0;
		}

		
		
.error404-num {
	font-size:220px;
	}

	
/* Portfolio
---------------------------------------- */

/* Default layout 3 columns */
#gallery .portfolio li {
	width:auto;
	float:none;
	margin-right:0;
	}
	#gallery .portfolio li a.image-wrap {
		width:406px;
		height:312px;
		}
	.zoom-icon {
		width:406px;
		height:312px;
		top:-202px;
		}
		#gallery .portfolio li img {
			width:100%;
			height:auto;
			}

/* 1 column portfolio*/
#gallery.one_column .portfolio li a.image-wrap {
	width:404px;
	height:313px;
	float:none;
	}
#gallery.one_column .zoom-icon {
	width:404px;
	height:313px;
	}
	#gallery.one_column .folio-desc {
		width:100%;
		padding-top:15px;
		margin:0;
		}
			
			
/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:100%;
	margin-right:0;
	}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:404px;
		height:314px;
		}
	#gallery.two_columns .zoom-icon {
		width:404px;
		height:314px;
		}			
			
/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:204px;
	margin-right:8px;
	}
#gallery.four_columns .portfolio li.even {
	margin-right:0;
	}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:190px;
		height:146px;
		}
	#gallery.four_columns .zoom-icon {
		width:190px;
		height:146px;
		}

		
		
/* Contact form */
.wpcf7-form p.field input {
	width:386px;
	}
.wpcf7-form textarea {
	float:left;
	width:386px;
	max-width:386px;
	min-width:386px;
	}
.wpcf7-not-valid-tip {
	width:396px !important;
	position:absolute;
	left:0 !important;
	top:0 !important;
	padding:5px 0 5px 10px !important;
	background:#f3b7b7 !important;
	color:red !important;
	border:1px solid red !important;
	}

		
/* Google map */
.frame iframe {
	width:400px;
	height:170px;
	}
	
	
/* Sidebar
---------------------------------------- */
#searchform .searching {
	width:260px;
	}

}