/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 979px) {


/*  ************************* GENERAL *********************/
	html,
	body {
		min-width: 768px;
		}

	.container {
		width: 760px;
		}	
	
	#wrap_all { width: 720px; }

/*  ************************ END OF GENERAL ***********************/





/*  ***************************** HEADER *****************/	
	
	.topHeaderInfo p {  font: 12px/20px 'Quicksand',sans-serif; margin-top: 25px; }

	.topHeaderInfo > .logo {  float: left; }
		a#logo img {   width: 98%;  }

	#topnav {  height: 43px; padding: 0 0; }
		#topnav > li > a {  padding: 0 7px; }

/*  ****************************** END OF HEADER *****************/




/*  ****************************** HOME CONTENT *****************/
	
	.camera_wrap {  height: 364px !important; }
		#slider-wrapper .camera_target_content {  height: 190px; }
	
	/*  **************************************************/
	
	.caroHolder p { width: 700px; }

	#wrap_carousel { width: 700px;	}
		#wrap_carousel .es-carousel-wrapper {  width: 700px; }
			#wrap_carousel .es-carousel {  width: 700px; }

			#wrap_carousel .es-nav span.es-nav-prev {  left: 299px;  }	
			#wrap_carousel .es-nav span.es-nav-next {  right: 300px;  }	

	/*  **************************************************/
	
	#home-content {  width: 720px;  }	

	.home .toggle .box {  height: 162px;  }
	#sidebar .toggle .box {  height: 240px;  }

/*  ****************************** END OF HOME CONTENT *****************/


	


/*  ****************************** SUBPAGE CONTENT ************************/
	
	.primary_content_wrap #sidebarLeft ul .recent-post-item img { margin-bottom: 15px;}

	.homeRightPart .wrapPortEntryInner, #sidebarLeft .wrapPortEntryInner {
	  clear: both;
	  display: block;
	  margin-left: 0;
	}




	#gallery .portfolio li h6 a {
	  font-size: 11px;
	}

	/*  ************************* #gallery.one_column **********************/

	#gallery.one_column .portfolio li span.image-border {
	  height: 178px;
	  width: 346px;
	}
		#gallery.one_column .portfolio li a.image-wrap {
		  height: 180px;
		  width: 346px;
		}
			#gallery.one_column .portfolio li a.image-wrap img {
			  height: 168px;
			  width: 96.7%;
			}
			#gallery.one_column .zoom-icon {
			  height: 181px;
			  width: 342px;
			}
		#gallery.one_column .folio-desc {
		  width: 46%;
		}

	/*  ************************* #gallery.two_columns **********************/
	
	#gallery.two_columns .portfolio li {
	  width: 335px;
	  margin-right: 25px;
	}
		#gallery.two_columns .portfolio li span.image-border {
		  height: 207px;
		  width: 333px;
		}
			#gallery.two_columns .portfolio li a.image-wrap {
			  height: 209px;
			  width: 335px;
			}
				#gallery.two_columns .portfolio li a.image-wrap img {
				  height: 197px;
				  width: 96.5%;
				}
				#gallery.two_columns .portfolio li a.image-wrap .zoom-icon {
				  height: 209px;
				  width: 332px;
				}

	/*  ************************* #gallery.three_columns **********************/

	#gallery.three_columns .portfolio li {
	  width: 216px;
	}
		#gallery.three_columns .portfolio li span.image-border {
		  height: 143px;
		  width: 219px;
		}
			#gallery.three_columns .portfolio li a.image-wrap {
			  height: 145px;
			  width: 220px;
			}
				#gallery.three_columns .portfolio li a.image-wrap img {
				  height: 133px;
				  width: 95%;
				}
				#gallery.three_columns .portfolio li a.image-wrap .zoom-icon {
				  	height: 145px;
			  		width: 218px;
				}
	
	/*  ************************* #gallery.four_columns **********************/

	#gallery.four_columns .portfolio li {
	  width: 156px;
	}
		#gallery.four_columns .portfolio li span.image-border {
		  height: 83px;
		  width: 157px;
		}
			#gallery.four_columns .portfolio li a.image-wrap {
			  height: 85px;
			  width: 159px;
			}
				#gallery.four_columns .portfolio li a.image-wrap img {
				  height: 73px;
				  width: 93%;
				}
				#gallery.four_columns .zoom-icon {
				  	height: 85px;
			  		width: 156px;
				}

	/*  *********************** single portfolio ******************/

	.grid_gallery_inner {
	  width: 472px;
	}
		.grid_gallery .gallery_item {
		  width: 43%;
		  margin-right: 14px;
		}
			.grid_gallery_inner .gallery_item:nth-child(2n) {
				margin-right: 0;
			}
	.single-portfolio .zoom-icon {
	  height: 144px;
	  width: 208px;
	}


	/*  ************************* blog pages style ******************/

	#commentform textarea { width: 437px; }
		
	.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: 270px !important;
	}	
		.wrap_cf.main span.wpcf7-not-valid-tip {
		  width: 280px !important;
		}
	
	.gallery_post {  height: 300px !important; }
		.gallery_post .g_item {  width: 458px !important; }
			.g_item > img {  width: 435px;  height: 67%; }

	
	
	/*  **********************************************/

	.blog #content article.post-holder .post-content {
	  padding-left: 323px;
	}
	
	.archive #content article.post-holder .featured-thumbnail img {
	  width: 310px;
	}

	/*  **************************************************/


/*  ****************************** END OF SUBPAGE CONTENT *****************/






/*  ****************************** FOOTER ********************************/

	#beforeFooterArea, #footer {  width: 760px; }

/*  ****************************** END OF FOOTER *****************/




/*  ********************** END OF FILE ******************/
}


@media screen and (min-width: 768px) and (max-width: 979px) and (-webkit-min-device-pixel-ratio:0) 
{  
	 
}