h4, h3, h2 {
	margin: 0px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 13px;
	display: inline;	
}
#manuf_holder label{
	display:block;

}
.breadcrumb h1{
	font-size: 14px;
	display: inherit;
	margin: 0px;
}

input[type="checkbox"] {
    margin: 0px 0px 0px;
    cursor: pointer;
}
input[type="radio"]{
	vertical-align: top;
}

label{
	font-weight: normal;
	color:#5F5F5F;
	cursor: pointer;
}
label input{
	vertical-align: middle;
	margin: 0px;
}

.product_list{
	border-bottom:1px solid #eee;
	min-height:100px;
	padding: 10px 5px;
	margin-bottom: 10px;
	background-color: white;
}

.price h3{
	font-size: 17px;
}

.info{
	font-size: 12px;
}
/*.view_more{
	color: #C27044;
}*/



.small_input{
	width: 80px;
	height: 30px;
	padding: 5px;
	border: 1px solid rgb(206, 206, 206);
	border-radius: 3px;
}

#filters p {
	color:#212121;
}

.f19{
	font-size: 19px;
}

#loading{
	max-width: 100px;
	margin: 0px auto;
}

div.pager span {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    cursor: pointer;
    background: #000;
    color: #fff;
    margin-right: 0.5em;
    margin-top: 10px;
}

div.pager span.active {
    background: #c00;
}

.no-padding{
	padding: 0px;
}
.star{
    /*
    this is not a custon class,
    it is from the rating.css library 
    */
    display: inline-block;
    float: none;
    vertical-align: bottom;
}
p{
	margin:0px;
}

#manuf_holder a:hover, .status a:hover, .order a:hover, .no_underline:hover{
	text-decoration: none;
	-webkit-transition:all 400ms linear;
	-moz-transition:all 400ms linear;
	-ms-transition:all 400ms linear;
	-o-transition:all 400ms linear;
	transition:all 400ms linear;

}

.no_underline{
	text-decoration: none;
	-webkit-transition:all 400ms linear;
	-moz-transition:all 400ms linear;
	-ms-transition:all 400ms linear;
	-o-transition:all 400ms linear;
	transition:all 400ms linear;

}

#go_price, #go_shutter{
	padding: 4px 10px;
}

.to_submit_lbl h3:hover{
	color: #df5525;
}

.selected_filter{
	color: #df5525;
}
.price h4{
	color:#4f5a69;
}
select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
#city, #mount {
	background-color: #f7f7f7;
}

#needs_service_txt:hover,
#service_passed_txt:hover,
#cheap_txt:hover,
#expensive_txt:hover,
#old_txt:hover,
#new_txt:hover{ color:#df5525; }

.panel-default > .panel-heading{
	background-color: #f9f9f9;
	border:none; 
	color: #4f5a69;
}

.panel-default {
    border:none;
    background-color: #f9f9f9;
}

.breadcrumb{
	border-bottom: 1px solid #eee;
}

.r_padd{
	padding-right: 0px;
}
.img-thumbnail{
	padding: 0px;
	border:none;
}

@media (max-width: 450px) {
	.price h3{
		font-size: 15px;
	}
	.info h2{
		font-size: 15px;
	}
	.product_block h3{
		font-size: 11px;
	}
	.info{
		font-size: 11px;
	}
}

.pagination > li > a, .pagination > .disabled > span {
	background-color: transparent;
	border: none;
}
.pagination > .active > span{
	border:none;
}

#shutter_count_to{
	width:100%
}

.cancel{
	cursor: pointer;
}

#filters_form input:focus{
	background-color: white;
}

#cancel_manuf{
	display: none;
}
.tag{
	background-color: #eee;
	padding: 5px 8px;
	color: #4f5a69;
	font-size: 13px;
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
}
.product_block{
    margin: 2px 0px;
    color:#4f5a69;
}

#filters_out,#close_filters{
	display: none;
}

#hide_res{
	display: none;
	position: fixed;
	background-color: #111;
	left: 0px;
	right: 0px;
	width: 100%;
	z-index: 1000;
	height: 100%;
	top: 0px;
	bottom: 0px;
	opacity: 0.6;
}

.capt-wrp{
    background-color: #30879f;
    padding: 20px 5px;
    color: white;
    text-align: center;
    margin-bottom:10px;
}
.capt-wrp h3{font-size: 16px;}
.capt-wrp a{color:white;font-weight: bold;}

@media (max-width: 768px) {
	
	#filters_out{
		display: block;
		position: fixed;
		left: 0px;
		top: 56px;
		z-index: 2;
		background-color: #4f5a69;
		color: white;
		padding: 5px;
		box-shadow: 0px 1px 3px #5f5f5f;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		cursor: pointer;
	}
	
	#filters{padding:0px;background-color: #f5f5f5;}

	#mobnav-btn {
	  position: fixed;
	  top: 50px;
	  right: 50px;
	  opacity: 1;
	  color: #000;
	  display: block;
	  cursor: pointer;
	  padding: 10px 9px;
	  padding-bottom: 6px;
	  font-size: 16px;
	  border: 2px solid #DEDEDE;
	  z-index: 999999999999;
	  -webkit-transition: all .2s ease;
	  -moz-transition: all .2s ease;
	  -ms-transition: all .2s ease;
	  -o-transition: all .2s ease;
	  transition: all .2s ease;
	  background-color: white;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	}

	.mobile-menu #mobnav-btn .mobnav-btn-label {
	  display: block;
	}

	.mobile-menu-open #mobnav-btn {
	  background-color: #232128;
	  border-color: #232128;
	}

	.mobile-menu-open {
	  left: 50%;
	  overflow: hidden;
	}

	.mobile-menu-open #mobnav-btn .mobnav-icon {
	  color: white;
	}

	.xnav {
	  position: fixed;
	  max-width: 250px;
	  left: -250px;
	  bottom: 0%;
	  top: 0%;
	  z-index: 99999999999999999;
	  /*zoom: 1;*/
	  -webkit-transition: all .2s ease;
	  -moz-transition: all .2s ease;
	  -ms-transition: all .2s ease;
	  -o-transition: all .2s ease;
	  transition: all .2s ease;
	}

	.mobile-menu-open .xnav {
	  z-index: 9999999999999;
	  /*zoom: 1;*/
	  left: 0%;
	}

	.xnav-wrapper {
	  overflow-y: scroll;
	  -webkit-overflow-scrolling: touch;
	  height: 100%;
	}

	.xnav ul {
	  float: none;
	  list-style: none;
	  margin: 0px;
	  padding: 0px;
	}

	.xnav ul ul {
	  padding-left: 30px;
	  font-size: 98%;
	}

	.sf-menu li {
	  float: none;
	  margin: 0px!important;
	  background: none!important;
	}

	.sf-menu a,
	.sf-menu .first a {
	  background-image: none!important;
	  color: white!important;
	  padding: 15px;
	  margin-left: 0px;
	  margin-right: 0px;
	  display: block;
	  border-bottom: 1px solid #3f3b49;
	  -webkit-transition: all .2s linear;
	  -moz-transition: all .2s linear;
	  -ms-transition: all .2s linear;
	  -o-transition: all .2s linear;
	  transition: all .2s linear;
	  text-decoration: none;
	}

	.sf-menu a:hover {
	  background-color: #3f3b49!important;
	  padding-left: 20px;
	}

	::-webkit-scrollbar {
	  width: 10px;
	}

	::-webkit-scrollbar-track {
	  border-radius: 4px;
	}

	::-webkit-scrollbar-thumb {
	  border-radius: 4px;
	  background: rgba(0, 0, 0, 0.6);
	}

	.xnav-wrapper::-webkit-scrollbar-thumb {
	  border-radius: 4px;
	  background: rgba(128, 128, 128, 0.7);
	}

	::-webkit-scrollbar-thumb:window-inactive {
	  background: rgba(32, 32, 32, 0.05);
	}

	.panel-body {
	    padding: 5px;
	}

	#close_filters{
		position: fixed;
		left: 250px;
		z-index: 1000;
		top: 0px;
		background-color: #4f5a69;
		color: white;
		padding: 10px 5px;
		box-shadow: 0px 1px 3px #5f5f5f;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		cursor: pointer;

	}

	#filters_out img{max-width: 30px;}

	label{font-size: 13px !important;}

	.panel-default > .panel-heading {
	    padding-left: 5px;
	}




	/* end MOBILE NAV */
}

@media (max-width: 468px) {
	
	.info a:last-child div:last-child  {display: none;}
	.tag{font-size: 12px;padding: 3px 6px;}
	.capt-wrp{font-size: 13px; }
    .capt-wrp h3{font-size: 13px; margin: 5px 0px;}
}

