@media only screen and (max-width: 1200px) {
	
	.container { width: 960px; }	
	.logo { max-width: 180px; height: auto; }
	.header_menu { max-width: 530px; }
	.header_search { width: 200px; }
	
	.single_left { width: 960px; }
	.single_leftblog { width: 630px; }
	.archive_box { margin-right: 15px; font-size: 13px; width: 310px; }
	.archive_box img,
	.archive_box iframe { width: 310px; height: 380px; }
	.archive_box_last { margin-right: 0; }
	
	.single_inside_content img { max-width: 100%; height: inherit; }
	.single_inside_content iframe { width: 960px; height: 540px;}
	
	.footer_box_col { width: 296px; margin-right: 36px; }
	.footer_box_col_last { margin-right: 0; }
	#slides .container {  top: 40%; }
}
/* 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; position: relative; z-index: 99999; }
	
	.header_menu { display: none; }
	/*#header { top: 55px; }
	ul.slicknav_nav { position: relative; z-index: 99999; }*/
	.slicknav_menu { /*height: 45px;*/ }
	#header { text-align: center; }	
	#header { position: absolute; top: 55px; width: 100%;  }
/*	.header_spacing { display: none; }*/
	.logo {max-width: 150px; height: auto; float: none; margin: 0; }
	
	.single_left { width: 748px; }
	.single_leftblog { width: 520px; }
	.home_blog_box img,
	.home_blog_box iframe { width: 520px; height: 290px; }	
	.single_inside_content img { max-width: 100%; height: inherit; }
	.single_inside_content iframe { width: 748px; height: 420px;}	
	
	.archive_box { margin-right: 15px; font-size: 12px; width: 239px; margin-bottom: 20px; }
	.archive_box img,
	.archive_box iframe { width: 239px; height: 290px; }
	.archive_box_last { margin-right: 0; }
	.archive_box_tcell { line-height: 15px; }
	.archive_box h3 { font-size: 19px; }
	
	#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; }
	#slides .container {  top: 40%; }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) { 
	.container { width: 300px; }
	
	.slicknav_menu { display: block; position: relative; z-index: 99999; }
	.slicknav_menu { /*height: 45px;*/ }
	#header { text-align: center; }	
	#header { position: absolute; top: 55px; width: 100%;  }
/*	.header_spacing { display: none; }*/
	#header .container {  }
	.logo { max-width: 120px; height: auto; float: none; margin: 0; }
	.header_menu { display: none; }
	.header_menu ul li { margin-right: 20px; }
	.header_search { float: none; margin: 15px auto; }
	
	.single_left { float: none; width: auto; margin-bottom: 25px; }
	.single_leftblog { float: none; width: auto; margin-bottom: 25px; }
	.home_blog_box img,
	.home_blog_box iframe { width: 300px; height: 170px; }	
	.single_inside_content iframe { width: 300px; height: 167px; }
	.single_inside_content img { width: 300px; height: 167p }		
	
	.archive_box { margin: 0; font-size: 12px; width: auto; margin-bottom: 20px; }
	.archive_box img,
	.archive_box iframe { width: 300px; height: 355px; }
	.archive_box_last { margin-right: 0; }
	.archive_box_tcell { line-height: 15px; }
	.archive_box h3 { font-size: 19px; }
	
	#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; }
	.footer_copyright .left { float: none; margin-bottom: 15px; }
	.footer_copyright .right { text-align: center; float: none; }
	#slides .container {  left: 50px; top: 40%; font-size: 18px; font-family: 'Karla', sans-serif; letter-spacing: 1px; font-weight: 400; line-height: 30px;}

}