/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

.container {
	width:420px !important;
	}
html, body {
  min-width: 420px;
}

/* Header
---------------------------------------- */
#top-header {
	height:150px;
	}

/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
  margin: 0;
  padding: 40px 0 0;
  text-align: center;
  width: 39%;
  background: url(../images/nav.png) left top repeat-x;
  height: 56px
}

nav.primary .responds{
	display: block;
	height: 55px;
	text-align: center;
	font-size: 26px;
	cursor:pointer;
	color: #c2c2c2;
	font-family: 'ProximaNovaLtRegular';
	}
	.sf-menu {
	  line-height: 1;
	  width: 100%;
	  margin-top: 0px;
	  padding-right: 0;
	  background: none
	}
	#topnav{
		display: none;
		position: absolute;
		height: 260px;
		z-index: 9999
	}
	.sf-menu > li {
	  margin: 0;
	  text-align: center;
	  width: 100%;
	  height: 35px;
	  padding-left: 0;
	  background: none
	}
	.sf-menu > li > a {
	  font-size: 16px;
	  line-height: 37px;
	  margin-left: 0;
	  text-align: center;
	  padding: 0;
	  background: url("../images/nav.png") left 0px repeat;
	  height: 36px
	}
	.sf-menu > li > a:hover {
	  background: url("../images/nav_hover.png") left 34px repeat;
	}
	.sf-menu ul {
	  background: #000;
	  min-width: 113px
	}
	.sf-menu ul li li {
	  min-width: 113px
	}
	.sf-menu ul li a{
		text-align: center;
		min-width: 113px;
		font-size: 16px
	}
	.sf-menu li:hover ul,
	.sf-menu li.sfHover ul {
		left:			0%;
		top:			35px; /* match top ul list item height */
		z-index:		99;
	}
	.sf-menu > li > a:hover, 
	.sf-menu > li.sfHover > a, 
	.sf-menu > li.current-menu-item > a {
	  background: url("../images/nav_hover.png") repeat-x scroll left -95px transparent;
	  color: #FFC600 !important;
	}
/* Logo */
.logo {
	height: 63px
	}
.logo h1,
.logo h2 {
	font-size:30px;
	text-align:center;
	}
.logo img{
	width: 100%;
	height:auto;
	}
	.logo .tagline {
		display:block;
		}
		


	
/* Slider
---------------------------------------- */
.flexslider-holder {
	width: 870px;
	margin-left: -376px
	}
	.flex-control-nav {
	  top: 65%;
	}
	.flex-caption {
	  top: 100px;
	  width: 48%;
	}
	.flex-caption h1 {
	  font-size: 43px;
	  line-height: 51px;
	}


/* Before Content */
#before_content, .primary_content_wrap {
  margin-top: -90px;
}

/* Left Home Area */
.left_home_area img{
	width: 100%
}
.post-thumb {
	width:150px;
	height:110px;
	float:left;
	margin-right:20px;
	}

/* Post */
.extra-wrap {
  overflow: visible;
}
.featured-thumbnail {
	float:left;
	margin:0 20px 0 0;
	}
	.featured-thumbnail img {
		width:auto;
		height:auto;
		}
.featured-thumbnail .fright {
	float:none;
	clear:left;
	}
.featured-thumbnail.large {
	width:auto;
	height:auto;
	margin:0 0 10px 0;
	}
.post-holder footer {
	
	}
	.post-holder footer .button {
		padding:0 10px;
		margin-right:6px;
		}
	.post-holder footer .link {
		margin-right:6px;
		}

.latestpost li .featured-thumbnail {
	width:140px;
	height:138px;
	margin:0 20px 0 0;
	float:left;
	}
	.latestpost li .featured-thumbnail img {
		width:auto;
		height:auto;
		}

/* Images */
.frame.alignleft,
.frame.alignright,
.frame.alignnone {
	margin-right:0;
	width:100%;
	height:auto;
	}

.tabs .tab {
	padding:20px 10px;
	background:#020202 url(../images/tab-bg-small.png) 50% -200px no-repeat;
}
.tabs .tab .entry {
	width:180px;
	height:auto;
	margin-bottom:20px;
	margin: 0 10px 20px 10px;
	}
	.tabs .tab .entry img {
		
		}

/* Comments */
.commentlist ul.children {
	margin-left:0;
	}

#commentform input[type="text"],
#commentform textarea {
	width:360px;
	max-width:360px;
	min-width:360px;
	}
.children #commentform input[type="text"],
.children #commentform textarea {
	width:360px;
	max-width:360px;
	min-width:360px;
	}

	
/* Portfolio
---------------------------------------- */

/* Default layout 3 columns */
#gallery .portfolio li {
	width:auto;
	float:none;
	margin-right:0;
	}
	#gallery .portfolio li a.image-wrap {
		width:418px;
		height:285px;
		}
	.zoom-icon {
		width:418px;
		height:285px;
		}
		#gallery .portfolio li img {
			width:100%;
			height:auto;
			}

/* 1 column portfolio*/
#gallery.one_column .portfolio li a.image-wrap {
	width:410px;
	height:230px;
	float:none;
	}
#gallery.one_column .zoom-icon {
	width:410px;
	height:230px;
	}
	#gallery.one_column .folio-desc {
		width:100%;
		padding-top:15px;
		margin:0;
		}
			

		
/* Contact form */
.wpcf7-form p.field input {
	width:360px;
	}
.wpcf7-form textarea {
	float:left;
	width:355px;
	max-width:355px;
	min-width:355px;
	}
.wpcf7-not-valid-tip {
	width:370px !important;
	position:absolute;
	left:0 !important;
	top:0 !important;
	padding:4px 0 4px 10px !important;
	background:#f3b7b7 !important;
	color:red !important;
	border:1px solid red !important;
	}

		
	
/* Sidebar
---------------------------------------- */
#searchform .searching {
	width:260px;
	}

}