/* Note: Design for a width above 1281px */


@media only screen and (min-width: 1281px) {



/*  ************************* GENERAL *********************/
	html,
	body {
		min-width:1200px;
		}




/*  ************************ END OF GENERAL ***********************/





/*  ***************************** HEADER *****************/	
	
	#wrapTopHeader {
	  width: 1170px;
	}
	#wrapTopHeaderInner {
	   width: 1170px;
	}
	
	.logo { margin: 0 0 0 37px; }
	
	a.schedule { margin-left: 340px; }

/*  ****************************** END OF HEADER *****************/




/*  ****************************** HOME CONTENT *****************/

	.camera_target_content #slider_nav_holder { margin-left: 440px; } 

	#slider-wrapper .cameraContents { background-position: 113% 0; }

		.camera_wrap img  {
			max-width: 1600px!important;
			display: block!important;
			margin: 0 auto!important;
			position: relative!important;
		}		

	#bg_line2 {  margin-left: -850px; }
	
	#slider-wrapper .camera_fakehover {
	  min-height: 452px;
	}
	
	/*  **************************************************/
	
	.list_carousel { height: 355px;}
	.list_carousel li { height: 350px;}

	.list_carousel a.prev {
	    top: 180px;
	    left: -43px;  
	}
	.list_carousel a.next {
	    right: -43px;/* 55 */
	    top: 180px;
	}



/*  ****************************** END OF HOME CONTENT *****************/


	


/*  ****************************** SUBPAGE CONTENT ************************/
		

	.primary_content_wrap .boxInfo img {
	  height: 160px;
	}
	
	 .boxList li .featured-thumbnail img { width: 254px; }	
	/*.primary_content_wrap #sidebarLeft ul .recent-post-item img { width: 254px; }	 */

	#main #sidebar #searchform input[type="text"],
	#main #sidebar2 #searchform input[type="text"] {
		width: 87%;
	}	
	
	/*  ************************* #gallery.one_column **********************/
		
		#gallery.one_column .folio-desc { width: 49%; }

	
	/*  ************************* #gallery.two_columns **********************/
		
		#gallery.two_columns .portfolio li {
		  margin-right: 28px;
		  width: 569px;
		}
			#gallery.two_columns .portfolio li span.image-border {
			  height: 311px;
			  width: 567px;
			}
				#gallery.two_columns .portfolio li a.image-wrap {
				  height: 311px;
				  width: 569px;
				}
					#gallery.two_columns .portfolio li a.image-wrap img {
					  height: 311px;
					  width: 100%;
					}
	
	/*  ************************* #gallery.three_columns **********************/
	
		#gallery.three_columns .portfolio li {
		  margin-right: 21px;
		  width: 373px;
		}
			#gallery.three_columns .portfolio li span.image-border {
			  height: 190px;
			  width: 371px;
			}
				#gallery.three_columns .portfolio li a.image-wrap {
				  height: 190px;
				  width: 373px;
				}
					#gallery.three_columns .portfolio li a.image-wrap img {
					  height: 190px;
					  width: 100%;
					}
	
	/*  ************************* #gallery.four_columns **********************/

		#gallery.four_columns .portfolio li {
		  margin-right: 22px;
		  width: 273px;
		}
			#gallery.four_columns .portfolio li span.image-border {
			  height: 130px;
			  width: 273px;
			}
				#gallery.four_columns .portfolio li a.image-wrap {
				  height: 130px;
				  width: 273px;
				}
					#gallery.four_columns .portfolio li a.image-wrap img {
					  height: 130px;
					  width: 100%;
					}


	/*  *********************** single portfolio ******************/

		.grid_gallery_inner {
		  width: 798px;
		}
		
		.grid_gallery .gallery_item {
		  width: 47%;
		  margin-left: 16px;
		}
			.featured-thumbnail.single-gallery-item img {
			  width: 100%;
			  height: 240px;
			}
			
				.single-portfolio .zoom-icon:before {
				  left: 49%;
				  top: 48%;
				}
				
	/*  ************************* blog pages style ******************/

	#commentform textarea {
	  width: 719px;
	}

	/*  **************************************************/
		
	#main .wrap_cf.main .wpcf7-form input[type="text"],
	#main .wrap_cf.main .wpcf7-form input[type="email"],
	#main .wrap_cf.main .wpcf7-form textarea {
	  margin-left: 0;
	  width: 558px !important;
	}	
		span.wpcf7-not-valid-tip {
		  width: 548px !important;
		}


		.gallery_post { width: 613px !important; }
			.gallery_post .g_item { width: 613px !important; }
			.g_pagination { width: 100%; }
			nav.oldernewer {  width: 100%; }	



		.single-portfolio .two_third {   width: 52.33%;  } 
		.single-portfolio .two_third + .one_third {   width: 43.66%; }

		.single-portfolio .two_third.has_grid_gallery { width: 65.33%; } 
		.single-portfolio .two_third.has_grid_gallery + .one_third {  width: 30.66%; }


		.has_grid_gallery .grid_gallery .gallery_post { width: 765px !important; }
			.has_grid_gallery .grid_gallery .gallery_post .g_item { width: 770px !important; }
				.has_grid_gallery .grid_gallery .g_item > img {   width: 754px; }


		 


/*  ****************************** END OF SUBPAGE CONTENT *****************/






/*  ****************************** FOOTER ********************************/

	#footer_info #searchform input[type="text"] {    }

/*  ****************************** END OF FOOTER *****************/




/*  ********************** END OF FILE ******************/
}


@media screen and (min-width: 1281px) and (-webkit-min-device-pixel-ratio:0) 
{  
	
}


