/* #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;
		}


	

/*  ************************ END OF GENERAL ***********************/





/*  ***************************** HEADER *****************/	
	
	.logo { padding-top: 21px; }

	#header { height: 83px; }
		#topnav { height: 83px; }
			#topnav > li { width: 84px; }
				#topnav > li > a { font: 16px/83px 'PT Sans Narrow',sans-serif; }

/*  ****************************** END OF HEADER *****************/




/*  ****************************** HOME CONTENT *****************/

	#slider-wrapper { min-height: 384px; }
		#slider-wrapper .camera_caption > div { width: 90.5%; padding: 9px 25px; }

	#home-content { width: 740px; }	

	.blockTable { display: block; }

	.homeRightPart > div[id*="advanced-recent-posts"] .post-entry { margin-bottom: 10px; }

    .homeRightPart .wrapPortEntryInner, #sidebarLeft .wrapPortEntryInner {
	  clear: both;
	  display: block;
	  margin-left: 0;
	}


/*  ****************************** END OF HOME CONTENT *****************/


	


/*  ****************************** SUBPAGE CONTENT ************************/


	.boxList li .featured-thumbnail img { width: 144px; height: 115px; }
	
	.boxList li h5, .boxList li h5 a { font: 12px/24px "Eagle Lake" !important; }	
	.boxList li .excerpt { font: 12px/18px Arial; }

	#main #sidebar #searchform input[type="text"],
	#main #sidebar2 #searchform input[type="text"] {
		width: 77%;
	}	
	
	.primary_content_wrap .boxInfo img {
	  height: 160px;
	  width: 35% !important;
	}


	

	.boxInfo {  margin-bottom: 20px; }	
	


	#gallery .portfolio li h6 a {
	  font-size: 11px;
	}

	/*  ************************* #gallery.one_column **********************/

	#gallery.one_column .portfolio li span.image-border {
	  height: 168px;
	  width: 346px;
	}
		#gallery.one_column .portfolio li a.image-wrap {
		  height: 168px;
		  width: 346px;
		}
			#gallery.one_column .portfolio li a.image-wrap img {
			  height: 168px;
			  width: 100%;
			}
		#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: 197px;
		  width: 333px;
		}
			#gallery.two_columns .portfolio li a.image-wrap {
			  height: 197px;
			  width: 335px;
			}
				#gallery.two_columns .portfolio li a.image-wrap img {
				  height: 197px;
				  width: 100%;
				}

	/*  ************************* #gallery.three_columns **********************/

	#gallery.three_columns .portfolio li {
	  width: 216px;
	}
		#gallery.three_columns .portfolio li span.image-border {
		  height: 160px;
		  width: 219px;
		}
			#gallery.three_columns .portfolio li a.image-wrap {
			  height: 160px;
			  width: 220px;
			}
				#gallery.three_columns .portfolio li a.image-wrap img {
				  height: 160px;
				  width: 100%;
				}
	
	/*  ************************* #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: 83px;
			  width: 159px;
			}
				#gallery.four_columns .portfolio li a.image-wrap img {
				  height: 83px;
				  width: 100%;
				}

	/*  *********************** single portfolio ******************/

	.grid_gallery_inner {
	  width: 472px;
	}
		.grid_gallery .gallery_item {
		  width: 43%;
		  margin-right: 19px;
		}
			.grid_gallery_inner .gallery_item:nth-child(2n) {
				margin-right: 0;
			}



	/*  ************************* blog pages style ******************/

	#commentform textarea { width: 437px; }
		
	#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;
	  padding: 7px 5px;
	  width: 328px !important;
	}
		.wrap_cf.main .wpcf7-form textarea {
		  margin-left: 0;
		  width: 307px !important;
		}	

		.wrap_cf.main span.wpcf7-not-valid-tip {
		  width: 318px !important;
		}
	
	.gallery_post {  height: 300px !important; }
		.gallery_post .g_item {  width: 458px !important; }

			.g_item > img {  width: 100%;  height: 290px; }

	
	
	/*  **********************************************/

	.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 ********************************/
	
	
/*  ****************************** END OF FOOTER *****************/




/*  ********************** END OF FILE ******************/
}


@media screen and (min-width: 768px) and (max-width: 979px) and (-webkit-min-device-pixel-ratio:0) 
{  
	 
}