/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {
	width:420px !important;
	}
#slider-wrapper .grid_12,
#before-block_page .grid_12,
#header .grid_12,
#after_menu_area .grid_12{
	margin-bottom: 0
}	

/* Header
---------------------------------------- */
#top-header {
	height:87px;
	}
#header {
  background: url("../images/bg_header_480.png") repeat-x scroll left top transparent;
  height: 476px;
}

/* ---------------------Logo ---------------- */
.logo h1,
.logo h2 {
	text-align:center;
	}
.logo {
    margin: 0 0 0 45px;
  	width: 310px;
}	
	.logo img{
	  	margin: 0 0 0 7px;
    	padding: 7px 0 0;
    	width: 300px;
	}

	.logo .tagline {
		display:block;
		}
		
/*----------------------- TOP --------------*/
#phone_info {
  float: right;
  margin: -33px 0 0 0;
  padding: 0 0 0;
}
	#phone_info p, #wrap_phones {
	  color: #0A0707;
	  font-size: 15px;
	  line-height: 15px;	
	  text-align: center;
	}
		#wrap_phones{
			float: left;
			margin: 7px 0 0 20px;
		} 
		#wrap_phones span {
		  font-size: 18px;
		  line-height: 18px;
		}
.right_side {
  background: #e5dccd;
}
.wrap_h2 {
  background-position: left 77%;
}
/*  ------------ Navigations -----------
---------------------------------------- */

/* Primary navigation */
nav.primary {
	clear:both;
	width:100%;
	margin: -24px 0 28px;
	text-align:center;
	padding:10px 0;	
}
/* Navigation select styling */
nav.primary .responds {
	background: none repeat scroll 0 0 #472C1B;
	color: #FFDDB9;
	cursor: pointer;
	display: block;
	font-size: 26px;
	height: 44px;
	line-height: 41px;
	text-align: center;
	font-family: 'Racing Sans One', cursive;
	border: 3px solid rgb(80, 51, 38);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #472c1b; /* Old browsers */
	background: -moz-linear-gradient(top, #472c1b 0%, #845e47 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#472c1b), color-stop(100%,#845e47)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #472c1b 0%,#845e47 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #472c1b 0%,#845e47 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #472c1b 0%,#845e47 100%); /* IE10+ */
	background: linear-gradient(to bottom, #472c1b 0%,#845e47 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#472c1b', endColorstr='#845e47',GradientType=0 ); /* IE6-9 */
}
	
	#topnav{
		display: none;
		position: absolute;
		height: 260px;
		/* width: 420px; */
	    z-index: 9999;
	    left: 0;
	}
		.sf-menu li {
		  background: none;
		  display: block;
		  float: left;
		  margin: 0;
		  width: 100%;
		}
			.sf-menu > li > a {
				margin-left: 0;
				text-align: center;
				padding: 0;
				background: #472c1b;
				height: 36px;
				font-size: 20px;
				line-height: 20px;
			}
				.sf-menu > li > a > span {
					color: #a47a5d;
				}
				.sf-menu > li.current-menu-item > a > span, 
				.sf-menu > li:hover > a > span{
				  	color: #ffddb9;
				}
				
			.sf-menu ul {
			  background: none repeat scroll 0 0 #533420;
			  border: 1px solid #3B2115;
			  min-width: 113px;
			  padding: 0;
			  right: 0;
			  width: 99%;
			}
				.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;
			}

/* Top search */
#top-search {

	}
#top-search .input-search {
	width:150px;
	}
#top-search #submit {
	
	}

/* Header widget */
#widget-header {
	padding:20px 0 20px 0;
	font-size:11px;
	text-align:center;
	}
	.widget-header {
	  float: right;
	  margin-left: 0;
	}
	#widget-header #searchform .searching {
	  width: 205px;
	}
	#widget-header .social-networks li {
	  margin: 5px 0 0 0 ;
	  text-align: left;
	}
	
	
/* Slider
---------------------------------------- */
#slider-wrapper {
  background-size: 467px;
  padding: 29px 0 0;
  height: 173px;
}
.camera_wrap {
  height: 173px !important;
  margin-bottom: 0!important;
}
	.camera_fakehover {
	  height: 86.5%;
	  min-height: 130px!important;
	}
		.camera_target{
			height: 158px;
			border-radius: 2px;
		}
			.camera_wrap img {
			  height: 158px !important;
			}
	.camera_pag {
	  display: none;
	}
	.camera_commands {
	  right: 15px;
	  top: 20%;
	}


/* Before Content Area */
#before_content_area .before_holder {
  background: none;
}

#before_content_area a.more {
  margin: 20px auto 0 166px;
}

/* Before Block title */
#before-block_page h1 {
  font-size: 18px;
  line-height: 98px;
  margin: 0
}
.post-thumb {
  float: left;
  height: 100%;
  margin-right: 20px;
  width: 100%;
}


#excerpt h2 {
  font-size: 34px;
  line-height: 35px;
  padding: 10px 0 0;
  text-align: center;
}
/* Home Content area */
#home_content_area .indent_right {
  border: none;
  padding-left: 0px;
}	

/* Post */
.featured-thumbnail {
	float:left;
	margin:0 20px 0 0;
	width: auto;
	}
	.featured-thumbnail img {
		width:auto;
		height:auto;
		}
		.two_third .featured-thumbnail img {
		  width: 100%;
		}
/* .blog .featured-thumbnail, .archive .featured-thumbnail, .search .featured-thumbnail, .single .featured-thumbnail {
		  width: 35% !important;
		} */		
.extra-wrap {
  clear: both;
  overflow: hidden;
}		
.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 {
		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 {
  max-width: 400px;
  min-width: 318px;
  width: 95%;
}

.children #commentform input[type="text"],
.children #commentform textarea {
	width:318px;
	max-width:318px;
	min-width:318px;
	}


/* 404 */
#error404 {
  float: left;
  padding: 30px 0 20px;
  width: 100%;
}
.error404-num {
  font-size: 130px;
}
.text-404 strong {
  font-size: 35px;
}
.globus {
  margin-bottom: 44px;
  margin-top: 0px;
  width: 90%;
}

.no-results #searchform input[type="text"] {
  width: 94.5%;
}
.no-results #searchform input[type="submit"] {
  margin: 10px 131px;
}
#error404 #searchform > input[type="text"] {
  margin: 0 0px 0 0;
  width: 60%;
}
	
/* Portfolio
---------------------------------------- */
/* Default layout 3 columns */
#gallery .portfolio li {
	width:auto;
	float:none;
	margin-right:0;
	}
	#gallery .portfolio li a.image-wrap {
	  height: 218px;
	  width: 328px;
	}
	.zoom-icon {
	  height: 196px;
	  width: 391px;
	}	
	.blog .zoom-icon, .archive .zoom-icon, .single .zoom-icon, .search .zoom-icon {
	  height: 194px;
	  width: 390px;
	}
		#gallery .portfolio li img {
			width:100%;
			height:auto;
			}

div.pp_pic_holder {
 /*  left: 11px !important; */
  width: auto !important;
}
	div.ppt {
	  width: 94%!important;
	}

	.pp_content {
	  width: 98.5% !important;
	}
		#pp_full_res img {
			width: 100%!important;
		}
		.pp_content_container .pp_details {
		  width: 100%!important;
		}


/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width:100%;
	margin-right:0;
	}
	#gallery.one_column .portfolio li a.image-wrap {
	  height: 100%;
	  width: 100%;
	}
	#gallery.one_column .portfolio li span.image-border {
	  height: 100%;
	  width: 100%;
	}
	#gallery.one_column .portfolio li a.image-wrap img {
	  margin-bottom: 0;
	  width: 98%;
	}
	#gallery.one_column .portfolio li a.image-wrap .zoom-icon {
	  height: 100%;
	  width: 100%;
	}
	#gallery.one_column .folio-desc {
	  margin: 15px 0 0 0;
	  width: 100%;
	}
			
			
/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:100%;
	margin-right:0;
	}
	#gallery.two_columns .portfolio li a.image-wrap {
	  height: 100%;
	  width: 100%;
	}
	#gallery.two_columns .portfolio li span.image-border {
	  height: 100%;
	  width: 100%;
	}
	#gallery.two_columns .portfolio li a.image-wrap img {
	  margin-bottom: 0;
	  width: 98%;
	}
	#gallery.two_columns .portfolio li a.image-wrap .zoom-icon {
	  height: 100%;
	  width: 100%;
	}	

/* 3 columns portfolio*/
#gallery.three_columns .portfolio li {
	width:100%;
	margin-right:0;
	}
	#gallery.three_columns .portfolio li a.image-wrap img {
	  margin-bottom: 0;
	  width: 98%;
	}	
			
/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
  width: 183px;
}
	#gallery.four_columns .portfolio li:nth-child(even) {
		margin-right:0; 
	}

	#gallery.four_columns .portfolio li span.image-border {
	  height: 130px;
	  width: 182px;
	}
		#gallery.four_columns .portfolio li a.image-wrap {
		  height: 147px;
		  width: 185px;
		}
			#gallery .portfolio li a.image-wrap img {
			  height: 84%;
			  width: 95%;
			}
				#gallery.four_columns .zoom-icon {
				  height: 131px;
				  width: 184px;
				}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  float: none;
  margin-right: 0;
}
	.two_third {
	  width: 100%;
	}
		.grid_gallery_inner {
		  width: 100%;
		}
			.grid_gallery .gallery_item {
			  margin: 0 0 15px;
			  width: 100%;
			}
				.two_third .gallery_item figure.featured-thumbnail {
				  width: 98% !important;
				}

			.single-portfolio .zoom-icon {
			  height: 100%;
			  width: 106%;
			}
			nav.oldernewer {
			  font-size: 10px;
			}
				.single-oldernewer a{
					font-size: 13px;
				}
	.one_third {
	  width: 100%;
	}

		
/* Contact form */
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
  width: 94.5%;
}
.wpcf7-form p.field input {
	width:360px;
	}
.wpcf7-not-valid-tip {
  padding: 11px 0 4px 10px !important;
  width: 376px !important;
  height: 19px!important;
}
	.wpcf7 input[type="submit"] {
	  margin: 20px 0 0;
	}


/*----------------- SEARCH -------------*/
#searchform input[type="text"] {
  width: 94.5%;
}
#searchform input[type="submit"] {
  margin: 10px 131px 0;
}	



/* Contact Page */
#page-content .grid_7 {
  width: 340px;
  margin: 0 
}

.info {
  float: right;
  width: 100%;
}	
	
/* Sidebar
---------------------------------------- */
#searchform .searching {
	width:260px;
	}


/*------------------------------------*/

/*------------------------- CONTENT ---------------------------*/
.home .container_12 div[class*="grid"] div[class*="grid"]{
  margin-left: 0;
  margin-bottom: 30px;
}

h1 {
  font-size: 26px!important;
  line-height: 29px!important;
  background-position: -51px 5px;
  padding-top: 7px;
}
.archive #content .wrap_h1 {
  background: none repeat scroll 0 0 transparent;
}
	.archive #content h1 {
		background: none;
	}
.blog .header-title {
  margin: 0 0 35px;
}

#have_posts{
	display: none;
}
.primary_content_wrap {
  width: 420px;
  -webkit-background-size: 420px;
  background-size: 420px;
}


#caption_block {
  background: url("../images/bg_caption_block_480.png") no-repeat scroll center top transparent;
  height: 64px;
  margin: 3px 0 10px;
}
	#caption_block p {
	  font: 17px/22px 'Racing Sans One',cursive;
	  margin: 0 auto;
	  width: 360px;
	}

#notepad a.btn_submit {
  margin-left: 111px;
}

.alignleft {
  width: 98% !important;
}

ul.recent-posts li {
  margin-left: 0!important;
}

.primary_content_wrap .container_12 .grid_12 {
	margin-bottom:0;
}

.audiojs .scrubber {
  width: 57%;
}

.entry-header h2.entry-title a {
  font-size: 20px;
  line-height: 20px;
}
.post-meta {
  font-size: 12px;
  line-height: 12px;	
}

iframe {
  width: 98%;
  height: 255px;
}

#commentform input[type="submit"] {
  margin: 13px 0 0 0;
}

.blog .post-thumb .featured-thumbnail , .archive .post-thumb .featured-thumbnail, .search .post-thumb .featured-thumbnail, .single .post-thumb .featured-thumbnail, .gallery_post .featured-thumbnail{
		  width: 100% !important;
		}

#notepad textarea {
  width: 99%;
}	

#notepad input[type="submit"] {
  margin: 25px 110px 0;
}	
/* ------------------ Footer ------------*/
#footer {
  padding-bottom: 0;
}
	#wrap_footer_navi #menu-footer_menu {
	  float: none;
	  right: 0;
	}
		#menu-footer_menu li, #menu-footer_menu li:first-child {
		  float: none;
		  margin: 0 0 5px 0;
		  left: 0;
		}
		#menu-footer_menu li a {
		  font-size: 20px;
		  line-height: 20px;
		}

	#footer-text {
	  margin-left: 0;
	  margin-bottom: 15px;
	}

	#social_networks-2 {
	  margin-left: 0;
	}
		.social-networks li:first-child {
		  padding: 0;
		}
			.social-networks li:first-child a img {
    			margin: 0;
			}

	.site-name {
	  margin-left: 95px;
	}

	#copyright .right_side {
	  margin: 15px 0 0;
	  width: 100%;
	}
















}