/* CSS Document */

.header-search {
	position: relative;
	margin-top: 20px;
}

.btn-search-custom {
	color: #849DBD;
	border: 1px solid #ced4da;
}

/*.btn-filter-mobile {
	border: none;
	margin-bottom: 10px;
	margin-top: 6px;
	background-image: url(../images/down-arrow.png);
	background-repeat: no-repeat;
	height: 24px;
}*/


.active {
	color:#849DBD;
    font-weight: bold;
    font-size: 17px;
}


.subheader {
	border-bottom: solid 1px #337ab7;
    margin-bottom: 1px;
	width: 100%;
}

.subheader label {
	color: #849DBD;
	cursor: pointer;
	font-family: 'TradeGothicNextLTPro-Rg';
	font-size: 14px;
	margin-top: 13px;
	
}

.subheader label:hover {
	color: #334D80;
}


.subheader .image-more-option {
	background-image: url(../images/caret-down.png);
	background-repeat: no-repeat;
	background-position: 108px 12px;
    padding-right: 28px;
	cursor: pointer;
}

.nav-custom-search .container-nav-search-custom ul {
	/*margin: auto;*/
}

.nav-custom-search .container-nav-search-custom .section-title {
	display: none;
}

/* Container filters */

.container-body {
	padding-bottom: 80px;
	min-height: calc(100vh - 128px);
}

#submenu {
	z-index: 1;
}
.row {
	width: 100% !important;
	
}

.submenu {
	height: 100%;
	padding-top: 25px;
	padding-bottom: 20px;
	background-color: white;
	font-family: 'TradeGothicNextLTPro-Rg';
	display: none;
	-webkit-box-shadow: 0px 8px 40px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 40px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 40px -10px rgba(0,0,0,0.75);
}

.submenu label {
	font-family: 'TradeGothicNextLTPro-Rg';
	font-size: 16px;
	color: #444;
}

.form-control {
	color: #444 !important;
}

.submenu hr {
	background-color: #337ab7;
}
.container-filters {
	height: 100%;
}

@media (max-width: 768px)
{
	.submenu {
		width: 100%;
	}
	.btn-filter-mobile {
		position: relative;
		left: -60px;
	}
	.image-more-option {
		position: absolute;
    	right: 0px;
	}
	


}


