/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {


/*  ********************* GENERAL *****************************/

	html,
	body {
		min-width:440px;
	}


	#main .container_12 { padding: 0; width: 400px; }
	#main .container_12 div[class*="grid"], #main .container_12 div[class*="grid"] *[class*="grid"]{ margin: 0; }

	a.read, a.button, a.link_show_all { 
		font: 13px/22px "Asap";
		margin: 5px auto;
		padding: 4px 32px 4px 15px;
		background-position: 94% 9px;		
	}
		a.read:hover, a.button:hover, a.link_show_all:hover {
		  background-position: 94% -59px;
		}

		#main h3 { margin: 0 0 0; }	
/*  *********************** END OF GENERAL ************************/




/*  ************************ HEADER ************************/
	.logo { float: none; margin-bottom: 15px; }
	
	/*  ********************** Navigation ****************************/
		
		#navHolder {
		  height: 87px;
		}

		nav.primary {
		  height: 49px;
		  margin-left: 0;
		  width: 400px;
		}


		nav.primary .responds {
		  background: url("../images/bg_mobileResponse.png") no-repeat scroll 0 center transparent;
		  color: #FFFFFF;
		  display: block;
		  font: 26px/78px 'Niconne';
		  height: 49px;
		  margin: 0 auto 0;
		  text-align: center;
		  width: 67px;
		  padding-top: 4px;
		}

		nav.primary .responds span {font-size: 0;}


	#topnav {
	  background: #1b1c23;
	  display: none;
	  left: 0;
	  min-width: 250px;
	  position: absolute;
	  height: auto;
	  width: 100%;
	  padding: 0;
	}
		#topnav li, #topnav .sub-menu li {
		  background: none repeat scroll 0 0 transparent;
		  border-bottom: 1px solid #40414a;
		  margin: 0;
		  padding: 0;
		}
			#topnav > li:last-child, #topnav .sub-menu > li:last-child {
			  border-bottom: none;
			}

		#topnav > li > a, #topnav .sub-menu li a, .sub-menu li li a {
			color: #fff;
    		font: 16px/35px 'Asap' !important;
			padding: 0 !important;
			background: none !important;
			margin-top: 0;	
			border: none;	
			text-align: center;	
		}
			#topnav li.current-menu-item,
			#topnav li.current-menu-item:hover,
			#topnav li:hover {
				background: #d4414b;
			}

			#topnav li.current-menu-item > a,
			#topnav li.current-menu-item:hover > a,
			#topnav li:hover a { 
				color: #fff;
				border: none;
				
			}

		
				
				

	/*  **************************************************/
		#topnav .sub-menu .sub-menu {
			/*  margin: 0 auto; width: 360px; */
		}
			.sf-menu ul, .sf-menu ul {
			  right: 0;
			  width: 100%;
			  background: #383942;
			  padding: 0;
			}


		.sf-menu li {
		  display: block;
		  float: left;
		  width: 100%;
		}
			.sf-menu > li:first-child {
			  border-top: none;
			}
			.sf-menu > li > a {
				margin-left: 0;
				text-align: center;
			}

			.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 .sub-menu .sub-menu {
		  left: 0;
		  background: #383942;
		}
				#topnav .sub-menu li:hover, #topnav .sub-menu li li:hover {
				  background: #d4414b;
				}

				.sf-menu .sub-menu .sub-menu li:first-child {
				  border-top: none;
				}
				 #topnav .sub-menu li a, .sub-menu li li a {
				  text-align: center;
				  color: #fff;
				  line-height: 35px;
				}				
					#topnav .sub-menu li:hover > a, #topnav .sub-menu li li:hover > a {
					  background: none;
					  color: #fff;
					}


		#topnav .sub-menu li, #topnav .sub-menu .sub-menu li {  border-top: none; width: 100%; }

		#topnav .sub-menu li.sfHover { background: #ba2f38 !important; }
	
	/*  ********************** End of Navigation *************************/


/*  ************************ END OF HEADER ************************/







/*  ************************ HOME CONTENT ************************/
	
	#home-content { width: 400px; }	

	/*  **************************************************/

	#slider-wrapper { min-height: 219px; }
		.camera_wrap { height: 219px !important; }
			.camera_wrap img {
			  margin-left: 0 !important;
			  width: 400px !important;
			}

		#slider-wrapper .camera_target_content {
		  height: 150px;
		  width: 221px;
		}
		#slider-wrapper .camera_caption h3 {
		  font: bold 16px/20px 'Asap';
		  margin: 10px;
		  padding-bottom: 5px;
		  padding-right: 26px;
		  padding-top: 0;
		}	
		
		#slider-wrapper .camera_caption p {
		  font: 12px/13px 'Asap';
		  margin: 0 10px;
		}

		#slider-wrapper .camera_caption a {
		  -webkit-background-size: 35px auto;
		  background-size: 35px auto;
		  height: 35px;
		  right: 5px;
		  top: -4px;
		  width: 35px;
		}
			#slider-wrapper .camera_caption a:hover {
			  -webkit-background-size: 30px auto;
			  background-size: 30px auto; 
			  height: 30px;
			  width: 30px;
			}

	#slider-wrapper #slider_nav_holder {
	  width: 221px;
	}		
		#slider-wrapper .camera_prev, #slider-wrapper .camera_next { width: 110px; }

	/* 	 **************************************************/	
		
	#wrap_carousel a.details {
	  -webkit-background-size: 10px auto;
	  background-size: 10px auto;
	  font: 10px/12px 'Asap';
	  padding: 0 20px 0 0;
	  right: 9px;
	  top: 26px;
	}

	#wrap_carousel { height: 319px; }
		.list_carousel { height: 254px; }
			.list_carousel li { width: 200px; }
		.list_carousel .wrapItemCaroInner { width: 61.8%; padding: 6px 55px 9px 20px; }


	.homeTopPart > div {
	  float: left;
	  width: 100%;
	  height: auto !important;
	}
		#main .homeTopPart > div .banner h2 {
		  margin: 20px 0 !important;
		  padding: 0;
		  text-align: center;
		  width: 100%;
		  background: none;		  
		}
	
	.homeTopPart > div:last-child { margin-bottom: 1px; }

	.homeCenterPart > div:first-child { height: auto !important; }
	.homeCenterPart > div { height: auto; }
		#main .homeCenterPart .banner h2 {
		  background: none;
		  margin: 0;
		  padding: 20px 0 !important;
		  text-align: center;
		  width: 100%;
		}

	.homeCenterPart > div.last #testi-cycle1.customCatScroller {
	  margin: 20px;
	  width: 360px !important;
	}	
		.homeCenterPart > div.last #testi-controls1 { bottom: 18px; }

	.homeBottomPart > div { margin-top: 25px !important; }
		.homeBottomPart > div:first-child { margin-top: 0 !important; }

	#main .homeBottomPart h2 {
	  margin: 0 11px 25px;
	  padding: 0;
	}
	#main .homeBottomPart > div:first-child h2 { margin-left: 11px; }
		#main .homeBottomPart > div ul {  padding-left: 10px; }

	.homeBottomPart > div p {  padding: 0 10px; }	

	#main .homeBottomPart > div img { margin-left: 10px; }

	#main .homeBottomPart > div a.read {
	  clear: both;
	  float: left;
	  margin-left: 11px;
	}  
	#main .homeBottomPart2 .banner h2 {
	  background: none;
	  margin: 0;
	  padding: 20px 0;
	  text-align: center;
	  width: 100%;
	}
	.homeBottomPart2 > div.bigger {
	  background-position: 17px 46px;
	  border-top: 1px solid #C1C3D3;
	  padding: 40px 20px 30px 70px;
	  width: 310px;
	}

	.testimonials { width: 310px !important; }

	.home .primary_content_wrap .list_carousel a img {
		height: 255px;
	}

/*  ************************ END OF HOME CONTENT ************************/







/*  ***************************** SUBPAGES CONTENT ***************/

	#wrap_all { width: 400px; }

	#sidebar #searchform input[type="text"] { width: 91%; }


	.boxInfo {  margin-bottom: 20px; }	
	.primary_content_wrap .boxInfo img {  width: 43% !important; }
	#sidebarLeft {  margin-top: 0; }

	.page-template-page-fullwidth_withLeftSidebar-php .wrap_content { padding: 0 20px ; }	

	.page-template-page-fullwidth_without_sidebar-php #main .wrap_content .grid_6.alpha > * {  margin-left:20px; margin-right: 20px; }
	.page-template-page-fullwidth_without_sidebar-php #main .wrap_content .grid_6.omega > * {  margin-left:20px; margin-right: 20px; }
		.wrapModelsList {  padding: 5px 20px; }
	.wrap_content {
		padding: 0 20px;
	}

	/* .blog #content article.post-holder .gallery_post, .author #content article.post-holder .gallery_post, .archive #content article.post-holder .gallery_post {
	  height: 178px !important;
	}
	 */

	article.post-holder .g_pagination + .entry-content {
  float: right;
  margin-top: 0;
  width: 359px;
}
.search article.post-holder .g_pagination + .entry-content {
  float: right;
  margin-top: -92px;
  width: 195px;
}

/*  **************************************************/
	.featured-thumbnail {
	  float: left;
	  /* width: 97%; */
	  margin-bottom: 15px;
	}
		#commentform input[type="text"], #commentform textarea {
		  width: 338px;
		}

	/*  **************************************************/

	.wrap_content.models .boxList li { width: 172px!important;  margin: 0 0 15px 15px !important;}
		.wrap_content.models .boxList li:nth-child(2n+1) { margin-left: 0 !important;}

		.wrap_content.models .boxList li .featured-thumbnail img {
		  height: 280px;
		  min-width: 160px;
		  width: auto;
		}
		
	.wrap_content.models .boxList li .wrapInfo {  padding: 0 55px 5px 5px;  width: 65%; }
	.wrap_content.models .boxList li h5, .wrap_content.models .boxList li h5 a {
	  font: 14px/24px "Asap" !important;
	  margin: 0 0 0 5px;
	}
		.wrap_content.models .boxList li h5 a { margin: 0;}
		.wrap_content.models .boxList li .excerpt { font: 12px/16px 'Asap';  margin: 0 0 0 6px; }


	#wrapAttachmentPhoto a img { min-height: 58px; }

	#sidebarLeft ul li { margin: 0 0 15px 0!important; float: left; }

	#sidebarLeft li .wrapPortEntryInner a { font: 15px/24px "Eagle Lake" !important; }

	.page-template-page-fullwidth_withTwoSidebar-php #sidebar {  padding: 5px 20px; }

	/*  **************************************************/

	div.pp_pic_holder {
	  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;
			}

	/*  **************************************************/

	.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, .one_third {
		  width: 100%;
		} 
			
		nav.oldernewer {
		  font-size: 10px;
		  margin-bottom: 3.5em;
		}
			.single-oldernewer a{
				font-size: 13px;
			}

	/*  ********************* sidebar ***********************/

	#sidebar, #sidebarLeft {
	  margin-top: 15px;
	  width: 360px;
	  padding: 0 20px;
	}
		#sidebarLeft {
			margin-left: 0;
			padding-top: 0;
			margin-bottom: 30px;
		}
		
		.page-template-page-fullwidth_withTwoSidebar-php .wrap_content { margin-top: 25px; padding: 0 20px; }
		.page-template-page-Model_withRightSidebar-php .wrap_content { padding: 0 20px 10px; }


		#sidebar .recent-post-item {
		  margin-left: 0;
		}

		
		.toggle .box { height: 80px; }



		#content.models .attachment-post-thumbnail {  margin: 0 0 25px 0; width: 360px; }

	/*  ************************* #gallery.one_column **********************/

	#gallery.one_column .portfolio li span.image-border {
	  height: 202px;
	  width: 396px;
	}
		#gallery.one_column .portfolio li a.image-wrap {
		  height: 204px;
		  width: 398px;
		}
			#gallery.one_column .portfolio li a.image-wrap img {
			  height: 192px;
			  width: 97.5%;
			}
			#gallery.one_column .zoom-icon {
			  height: 192px;
			  width: 346px;
			}

		#gallery.one_column .folio-desc {
		  margin-left: 0;
		  margin-top: 15px;
		  width: 100%;
		}

	/*  ************************* #gallery.two_columns **********************/
	
	#gallery.two_columns .portfolio li {
	  width: 399px;
	  margin-right: 0;
	}
		#gallery.two_columns .portfolio li span.image-border {
		  height: 207px;
		  width: 397px;
		}
			#gallery.two_columns .portfolio li a.image-wrap {
			  height: 209px;
			  width: 399px;
			}
				#gallery.two_columns .portfolio li a.image-wrap img {
				  height: 197px;
				  width: 97%;
				}
				#gallery.two_columns .portfolio li a.image-wrap .zoom-icon {
				  height: 197px;
				  width: 346px;
				}

	/*  ************************* #gallery.three_columns **********************/

	#gallery.three_columns .portfolio li {
	  width: 400px;
	  margin-right: 0;
	}
		#gallery.three_columns .portfolio li span.image-border {
		    height: 215px;
    		width: 399px;
		}
			#gallery.three_columns .portfolio li a.image-wrap {
			  	height: 215px;
    			width: 405px;	
    		}
				#gallery.three_columns .portfolio li a.image-wrap img {
				  height: 215px;
				  width: 96%;
				}
				#gallery.three_columns .portfolio li a.image-wrap .zoom-icon {
				  height: 215px;
				  width: 347px;
				}
	
	/*  ************************* #gallery.four_columns **********************/

	#gallery.four_columns .portfolio li {
	  margin-right: 0;
    	width: 400px;
	}
		#gallery.four_columns .portfolio li span.image-border {
		  	height: 195px;
    		width: 398px;
		}
			#gallery.four_columns .portfolio li a.image-wrap {
			  height: 197px;
    			width: 400px;
			}
				#gallery.four_columns .portfolio li a.image-wrap img {
				  height: 185px;
				  width: 97%;
				}
				#gallery.four_columns .zoom-icon {
				  height: 185px;
				  width: 347px;
				}

	/*  **************************************************/

	.grid_gallery_inner {
	  width: 416px;
	}
		.grid_gallery .gallery_item {
		  width: 38.4%;
		  margin-right: 33px;
		  margin-left: 0;
		}
			.featured-thumbnail.single-gallery-item img {
			  width: 95%;
			}
			.grid_gallery_inner .gallery_item:nth-child(2n) {
				margin-right: 0;
			}
	.single-portfolio .zoom-icon {
	  height: 101px;
	  width: 152px;
	}
	
	.gallery_post {  height: 260px !important; }
		.gallery_post .g_item {  width: 400px !important; }
			.g_item > img {  height: 250px; width: 391px; }

	.search .gallery_post {
	  height: 74px !important;
	  width: 150px;
	}


	/*  **************************************************/
	
	

	/*  ************************ search page **********************/
	
	.search-no-results #wrap_all #searchform input[type="text"] {
	  width: 316px;
	  margin-left: 15px;
	}
	.search-no-results #wrap_all #searchform input[type="submit"] { right: 33px; }
	
	.author #recent-author-posts .post-content .excerpt,
	.search-results #content .post-content .excerpt {
	  display: table;
	}

	/*  ********************** contact page **************/

	.wrap_content iframe {  width: 100%; }

	.wrap_cf.main .wpcf7-form input[type="text"],
	.wrap_cf.main .wpcf7-form input[type="email"] {
	  width: 338px !important;
	}
	.wrap_cf.main .wpcf7-form textarea {
	  width: 338px !important;
	}
		span.wpcf7-not-valid-tip {
		  width: 338px !important;
		}
	/*  **************************************************/

	.search-results .post-content, .author .post-content, .blog .post-content {
	  padding-left: 0;
	}
		.author #recent-author-posts .post-content .excerpt, .search-results #content .post-content .excerpt {
  			display: block;
		}

	.single-post .primary_content_wrap article.post-holder .featured-thumbnail img,
	.archive .primary_content_wrap article.post-holder .featured-thumbnail img {
	  width: 150px !important;
	}	

	.blog #content article.post-holder .featured-thumbnail img,
	.author #content article.post-holder .featured-thumbnail img,
	.search-results #content article.post-holder .featured-thumbnail img {
	  width: 150px !important;
	}	

	#content article {
	  padding-top: 0;
	}
	#content article.first {
	  padding-top: 20px;
	}
	.primary_content_wrap .container_12 .divider {
	  margin-top: 50px;
	} 

	.archive .post-content {
	  padding-left: 0;
	}	

	#sidebarLeft ul li.recent-post-item .post-entry img { max-width: 400px; }
	/*  **************************************************/

	#commentform p {
		margin: 0 0 15px 0;
	}
	/*  **************************************************/
	
	#error404 {
	  margin: 0 20px;
	  padding: 0;
	  text-align: center;
	}	
		.error404-num { font-size: 222px; }
		#error404 #searchform {  width: 353px;}
		.search-no-results #wrap_all #searchform input[type="text"], .error404 #error404 #searchform input[type="text"] {
		    width: 321px;
		}
			
	.post-meta { font-size: 10px; }		
	.entry-header b a { font-size: 10px; }
	time { font-size: 10px; }

	/*  **************************************************/

	.wrap_cf.main div.wpcf7-response-output {  width: 247px; }


/*  ***************************** END OF SUBPAGES CONTENT ***************/










/*  ************************ FOOTER ************************/
	#footer { min-height: 300px; }
	nav.footer { padding: 0 0 25px 0; }
		nav.footer ul#menu-footer_menu li a { padding: 0 4px; }

	#footer #logo {
		height: 60px;
		margin-left: 122px;
	}	

	#footer .grid_12, #footer .grid_8 {
	  margin: 0;
	}
		#footer .grid_12 nav.footer { padding-left: 10px; }

		#footer .grid_8 .leftBlock { float: left; padding-left: 10px;}
		#footer .grid_8 .rightBlock { float: right; margin: 0; padding-right: 10px;}
/*  ************************ END OF FOOTER ************************/

	


/*  *********************** END OF FILE *******************/
} 


@media screen and (min-width: 480px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio:0) 
{  

}	 