@media only screen and (max-width: 1200px) {
	
	.container { width: 960px; }	
	.logo { max-width: 235px; height: auto; }
	.header_menu { width: 430px; }
	.header_menu ul li { font-size: 13px; margin-right: 15px; }
	.header_social { max-width: 250px; }
	.header_social img { margin: 0 3px; }	
	.single_left { width: 630px; }
	.single_left_full { width: auto; }
	.home_blog_box { width: 465px; }
	.home_blog_box img,
	.home_blog_box iframe { width: 465px; height: 300px; }	
	.home_cont section { min-width: 960px; }
	
	html body .post_cont>div:nth-of-type(1) { background-position: center center !important; background-attachment:scroll !important;  }
	
	.archive_box { width: 310px; margin-right: 15px; }
	.archive_box_last { margin-right: 0; }
	.archive_box img,
	.archive_box iframe { max-width: 100%; width: 310px; height: 175px; }	
	
	.footer_box_col { width: 296px; margin-right: 36px; }
	.footer_box_col_last { margin-right: 0; }
	
	.single_inside_content img { max-width: 100%; height: inherit; }
	.single_inside_content iframe { width: 630px; height: 355px;}
	
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container { width: 748px; }
	.slicknav_menu { display: block; }
	
	.header_menu { display: none; }
	/*#header { top: 55px; }
	ul.slicknav_nav { position: relative; z-index: 99999; }*/
	#header { position: static;  }
	.header_spacing { display: none; }
	.logo { float: none; margin: 0; }
	.header_social { max-width: 460px; }	
	
	html body .post_cont>div:nth-of-type(1) { background-position: center center !important; background-attachment:scroll !important;  }
	.single_left { width: 520px; }
	.single_left_full { width: auto; }
	.home_blog_box { width: 360px; }
	.home_blog_box img,
	.home_blog_box iframe { width: 360px; height: 230px; }	
	.home_cont section { min-width: 748px; }
	
	.single_inside_content img { max-width: 100%; height: inherit; }
	.single_inside_content iframe { width: 520px; height: 293px;}
	
	.archive_box { width: 240px; margin-right: 14px; }
	.archive_box_last { margin-right: 0; }
	.archive_box img,
	.archive_box iframe { max-width: 100%; width: 240px; height: 135px; }	
	
	#sidebar { width: 200px; }
	.t1_search_cont input[type=text] { width: 100px; }
	.t1_search_cont input[type=submit] {  width: 70px; }		
	
	.footer_box_col { width: 229px; margin-right: 20px; }
	
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) { 
	.container { width: 300px; }
	
	.slicknav_menu { display: block; }
	#header { text-align: center; }
	#header { position: static;  }
	.header_spacing { display: none; }
	#header .container {  }
	.logo { float: none; margin: 0; }
	.header_menu { display: none; }
	.header_menu ul li { margin-right: 20px; }
	.header_social { float: none; padding-top: 10px; text-align: center; max-width: 400px; }
	.header_social img { margin: 0 2px; }
	
	html body .post_cont>div:nth-of-type(1) { background-position: center center !important; background-attachment:scroll !important; }
	.single_left { float: none; width: auto; margin-bottom: 25px; }
	.home_blog_box { float: none; margin: 0 auto 25px; width: auto; }
	.home_blog_box_last { float: none; }
	.home_blog_box img,
	.home_blog_box iframe { width: 300px; height: 200px; }			
	.home_cont section { min-width: 300px; }
	
	.archive_box { float: none; width: 300px; margin: 0 auto 25px; }
	.archive_box img,
	.archive_box iframe { max-width: 100%; width: 300px; height: 169px; }	
	
	.single_inside_content img { width: 300px; height: 169p }
	.single_inside_content iframe { width: 300px; height: 169px; }
	
	.home_cont section h1{color: #fff; text-shadow: 1px 1px #000; font-size: 40px; font-family: 'Source Sans Pro', sans-serif; letter-spacing: 2px; font-weight: 700; line-height: 45px; width:270px;}
.home_cont section p{font-size: 17px; font-family: 'Source Sans Pro', sans-serif; color: #fff; letter-spacing: 1px; font-weight: 400; text-shadow: 1px 1px #000; width:270px;}
.home_cont section article{position:absolute;top:70px;left:20px; width:270px; z-index:4;}
.parallax-item{position:absolute;z-index:5;top:20px;left:270px;}		
	
	#commentform textarea { max-width: 280px; }		
	#sidebar { float: none; width: auto; }	
	.t1_search_cont input[type=text] { width: 210px; }
	.t1_search_cont input[type=submit] {  width: 80px; }		
	
	.footer_box_col { float: none; width: auto; padding: 10px 0 10px; margin: 0; }
	
}