/* Note: Design for a width above 1281px */


@media only screen and (min-width: 1281px) {



/*  ************************* GENERAL *********************/
	html,
	body {
		min-width:1200px;
		}

.container {
  width: 1230px;
}

#wrap_all { width: 1190px; }



/*  ************************ END OF GENERAL ***********************/





/*  ***************************** HEADER *****************/	
	


	#topnav > li > a {  padding: 0 35px;  }

/*  ****************************** END OF HEADER *****************/




/*  ****************************** HOME CONTENT *****************/
		
		#home-content {  width: 1190px; }
				#wrap_carousel { width: 1170px; }
				.camera_wrap { height: 524px !important; }	
					.camera_wrap img { height: 569px !important; }
			
	.caroHolder p {  width: 1170px; }

	#wrap_carousel .es-carousel-wrapper { width: 1170px; }
		#wrap_carousel .es-carousel { width: 1173px; }
	#wrap_carousel .es-carousel ul li {  padding-top: 13px; }
		#wrap_carousel .es-carousel ul li:hover { background-position: -297px 0;  }

		#wrap_carousel .es-nav span.es-nav-prev { left: 535px;	}
				#wrap_carousel .es-nav span.es-nav-next { right: 534px;	}	

		#wrap_carousel .es-carousel ul li a.link { bottom: 3px; padding: 11px 32px; }






	/*  **************************************************/
	

	.home .toggle .box { height: 80px; } 
	#sidebar .toggle .box { height: 115px; }	



/*  ****************************** END OF HOME CONTENT *****************/


	


/*  ****************************** SUBPAGE CONTENT ************************/
	
	
	/*  ************************* #gallery.one_column **********************/
		
		#gallery.one_column .folio-desc { width: 49%; }

	
	/*  ************************* #gallery.two_columns **********************/
		
		#gallery.two_columns .portfolio li {
		  margin-right: 21px;
		  width: 569px;
		}
			#gallery.two_columns .portfolio li span.image-border {
			  background: url("images/loading-folio.gif") no-repeat scroll 50% 50%;
			  height: 321px;
			  width: 567px;
			}
				#gallery.two_columns .portfolio li a.image-wrap {
				  height: 323px;
				  width: 569px;
				}
					#gallery.two_columns .portfolio li a.image-wrap img {
					  height: 311px;
					  width: 98%;
					}
					#gallery.two_columns .portfolio li a.image-wrap .zoom-icon {
					  height: 323px;
					  width: 566px;
					}
	
	/*  ************************* #gallery.three_columns **********************/
	
		#gallery.three_columns .portfolio li {
		  margin-right: 21px;
		  width: 373px;
		}
			#gallery.three_columns .portfolio li span.image-border {
			  background: url("images/loading-folio.gif") no-repeat scroll 50% 50%;
			  height: 243px;
			  width: 371px;
			}
				#gallery.three_columns .portfolio li a.image-wrap {
				  height: 245px;
				  width: 373px;
				}
					#gallery.three_columns .portfolio li a.image-wrap img {
					  height: 233px;
					  width: 97%;
					}
					#gallery.three_columns .portfolio li a.image-wrap .zoom-icon {
					  height: 245px;
					  width: 370px;
					}
	
	/*  ************************* #gallery.four_columns **********************/

		#gallery.four_columns .portfolio li {
		  margin-right: 21px;
		  width: 273px;
		}
			#gallery.four_columns .portfolio li span.image-border {
			  background: url("images/loading-folio.gif") no-repeat scroll 50% 50%;
			  height: 133px;
			  width: 273px;
			}
				#gallery.four_columns .portfolio li a.image-wrap {
				  height: 135px;
				  width: 273px;
				}
					#gallery.four_columns .portfolio li a.image-wrap img {
					  height: 123px;
					  width: 96%;
					}
					#gallery.four_columns .portfolio li a.image-wrap .zoom-icon {
					  height: 135px;
					  width: 271px;
					}

	/*  *********************** single portfolio ******************/

		.grid_gallery_inner {
		  width: 778px;
		}
		
		.grid_gallery .gallery_item {
		  width: 47%;
		  margin-left: 16px;
		}
			.featured-thumbnail.single-gallery-item img {
			  width: 97%;
			}
			.single-portfolio .zoom-icon {
			  height: 248px;
			  width: 364px;
			}			
				.single-portfolio .zoom-icon:before {
				  left: 49%;
				  top: 48%;
				}
				
	/*  ************************* blog pages style ******************/

	#commentform textarea {
	  width: 719px;
	}

	/*  **************************************************/
		
	.wrap_cf.main .wpcf7-form input[type="text"],
	.wrap_cf.main .wpcf7-form input[type="email"],
	.wrap_cf.main .wpcf7-form textarea {
	  margin-left: 0;
	  width: 500px !important;
	}	
		.wrap_cf.main .wpcf7-form textarea {
			width: 500px !important;
		}
		span.wpcf7-not-valid-tip {
		  width: 510px !important;
		}

		.gallery_post { width: 613px !important; }
			.gallery_post .g_item { width: 770px !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 ********************************/

	#beforeFooterArea, #footer {  width: 1230px; }
	
	#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) 
{  
	
}


