@media only screen and (max-width: 1000px) {

	div.header, div.overall, div.footer, div.bottom_links{
		width: 100%;
	}	

	a.logo_link{
		width: 100%;
		height: 111px;
		overflow: hidden;
		background: url(d9bb66e14818334fa84f3d2cf77364c8967fcd0f.png)  no-repeat left / cover;
	}
	a.logo_link > img{
		width:100%;
		display: none;
	}

	body .archive .archive_options{
		padding-left: 0;
		width: 30%;
	}
	
	body .archive .archive_list{
		width: 70%;
	}
	
	body .overall > .main{
		padding: 10px;
	}
	
}

@media only screen and (max-width: 910px) {
	.tpl_show_search{
		z-index: 2100;
	}
	form.main_search input.text{
		width: 150px;
	}	
	form.main_search input.text{
		width: 150px;
	}	
	.header_editor{
		left: 0;
		right:auto !important;
		top:105px !important;
	}
	
	div.logged_menu > a {
		font-size:12px;
	}
	
	div.logged_menu{
		top:115px;
		font-size:12px;
	}
 
}


@media only screen and (min-width: 800px) {
	.normal_search{
		display: none !important;
	}
	.tree_search{
		display: block !important;
	}
}

@media only screen and (max-width: 800px) {
	
	.normal_search{
		display: block !important;
	}
	.tree_search{
		display: none !important;
	}

	div.footer_inner table td{
		display: block;
		width: 100%;
		text-align: left !important;
	}
	
	body .search_list_outer .sort_by_section{
		width: 28%;
	}
	
	body .search_list_outer .search_list{
		width: 70%;
	}
	
	body .sites_table .external_edit_hide img{
		width: 100% !important;
		height: auto !important;
	}
	
	body .sites_table .external_edit_hide table{
		width: 100% !important;
	}
	
	body .article_view_header_cell_1{
		display: block !important;
		width: 100% !important;
		padding: 0 0 10px 0 !important;
	}
	
	body .article_view_header_cell_2{
		display: block !important;
		width: 100% !important;
		padding: 0 0 30px 0 !important;
	}
	
	body .footer_info1{
		float: none !important;
		width: 100% !important;
		padding-bottom: 10px;
	}
	
	body .footer_info2{
		width: 50% !important;
		text-align: left !important;
	}
	
	body .footer_info3{
		width: 50% !important;
	}
	
}

@media only screen and (max-width: 760px) {


}

@media only screen and (max-width: 700px) {
	div.inventory_list .inventory_list_cell .name{
		font-size: 12px;
	}
	div.inventory_list .inventory_list_cell .list_info{
		font-size: 11px;
	}
	
	div.inventory_view .item_opt_over,div.inventory_view  .description_outer{
		float:none;
		width: 100%;
	}	
	
	body .archive_options_tree > li{
		padding-bottom: 10px;		
	}
	
	body .search_list_outer .sort_by_section{
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	body .search_list_outer .search_list{
		width: 100%;
	}
	
	body .search_list_outer .sort_by_section .sort_item{
		display: inline-block;
		padding: 5px 10px;
	}
	
}

@media only screen and (max-width: 650px) {

}



@media only screen and (max-width: 600px) {
	

	.header_editor{display:none !important;}

	body .article_in_list{
		width: 100%;
		padding: 0 0 5px 0 !important;
	}
	
	body a.logo_link{
		height: 80px;
	}
	
	body .sites_table .site_editor{
		display: block;
		width: 100% !important;
		padding: 0 0 10px 0 !important;
	}
	
	body .search_form .section1 .line{
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		padding-right: 90px;
	}
	
	body .add_more_spacer .add_more_button{
		right: 0;
	}

	body .footer_info1, body .footer_info2, body .footer_info3{
		float: none !important;
		width: 100% !important;
		padding-bottom: 10px;
		text-align: center !important;
	}	
	
}

@media only screen and (max-width: 510px) {
	
	.contact_us_form1 .form_field{
		width:90% !important;
	}
	
	body .archive .archive_options{
		width: 100%;
		padding-bottom: 20px;
	}
	
	body .archive .archive_list{
		width: 100%;
	}	
	
	body .archive_options_tree>li{
		float: left;
		padding: 0;
		width: 33.333%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	body .archive_options_tree>li:nth-child(3n+1){
		clear: left;
	}
	
	body .search_form .section1 .line{
		padding-left: 0;
	}
	
	body .search_form .section1 label{
		float: none;
		margin-left: 0;
		line-height: normal;
		font-size: 14px;
	}
	
	body .add_more_spacer .add_more_button{
		top: auto;
		bottom: 0;
	}

}

@media only screen and (max-width: 400px) {

	ul.tree_topmenu li a{
		padding: 0 5px;
	}
	
	body .archive_options_tree>li{
		width: 50%;
	}
	
	body .archive_options_tree>li:nth-child(3n+1){
		clear: none;
	}	
	body .archive_options_tree>li:nth-child(2n+1){
		clear: left;
	}	
	
}

@media only screen and (max-width: 300px) {

	
}





