@import url('https://fonts.googleapis.com/css?family=Titillium+Web');

/***********
** INDICE **
************

01- GENERALES
02- HEADER
03- FOOTER
04- PORTADA
05- EQUIPO
06- SERVICIOS
07- CONTACTAR
08- GALERÍAS
09- NOTICIAS
10- RESPONSIVE
11- BUSCADOR LATERAL

***********/

/*
01- GENERALES
*/


@font-face {
	font-family: Montserrat;
	src: url(../fonts/montserrat.ttf);
	font-weight: normal;
}
@font-face {
	font-family: Montserrat;
	src: url(../fonts/montserrat-bold.ttf);
	font-weight: 400;
}
@font-face {
	font-family: Montserrat;
	src: url(../fonts/montserrat-black.ttf);
	font-weight: 600;
}

/* Margenes */
.no-padding {padding: 0;}

.pad-05 {padding: 5px;}
.pad-10 {padding: 10px;}
.pad-15 {padding: 15px;}
.pad-20 {padding: 20px;}
.pad-25 {padding: 25px;}
.pad-30 {padding: 30px;}
.pad-35 {padding: 35px;}
.pad-40 {padding: 40px;}
.pad-45 {padding: 45px;}
.pad-50 {padding: 50px;}

.pad-t05 {padding-top: 5px;}
.pad-t10 {padding-top: 10px;}
.pad-t15 {padding-top: 15px;}
.pad-t20 {padding-top: 20px;}
.pad-t25 {padding-top: 25px;}
.pad-t30 {padding-top: 30px;}
.pad-t35 {padding-top: 35px;}
.pad-t40 {padding-top: 40px;}
.pad-t45 {padding-top: 55px;}
.pad-t50 {padding-top: 50px;}
.pad-t60 {padding-top: 60px;}

.pad-b05 {padding-bottom: 5px;}
.pad-b10 {padding-bottom: 10px;}
.pad-b15 {padding-bottom: 15px;}
.pad-b20 {padding-bottom: 20px;}
.pad-b25 {padding-bottom: 25px;}
.pad-b30 {padding-bottom: 30px;}
.pad-b35 {padding-bottom: 35px;}
.pad-b40 {padding-bottom: 40px;}
.pad-b45 {padding-bottom: 45px;}
.pad-b50 {padding-bottom: 50px;}
.pad-b60 {padding-bottom: 60px;}


.no-margin {margin: 0;}

.mar-05 {margin: 5px;}
.mar-10 {margin: 10px;}
.mar-15 {margin: 15px;}
.mar-20 {margin: 20px;}
.mar-25 {margin: 25px;}
.mar-30 {margin: 30px;}
.mar-35 {margin: 35px;}
.mar-30 {margin: 40px;}
.mar-45 {margin: 45px;}
.mar-50 {margin: 50px;}

.mar-t10 {margin-top: 10px;}
.mar-t15 {margin-top: 15px;}
.mar-t15i {margin-top: 15px!important;}
.mar-t20 {margin-top: 20px;}
.mar-t25 {margin-top: 25px;}
.mar-t30 {margin-top: 30px;}
.mar-t35 {margin-top: 35px;}
.mar-t40 {margin-top: 40px;}
.mar-t45 {margin-top: 45px;}
.mar-t50 {margin-top: 50px;}

.mar-b5 {margin-bottom: 5px;}
.mar-b10 {margin-bottom: 10px;}
.mar-b15 {margin-bottom: 15px;}
.mar-b20 {margin-bottom: 20px;}
.mar-b25 {margin-bottom: 25px;}
.mar-b30 {margin-bottom: 30px;}
.mar-b35 {margin-bottom: 35px;}
.mar-b40 {margin-bottom: 40px;}
.mar-b45 {margin-bottom: 45px;}
.mar-b50 {margin-bottom: 50px;}

.mar-l20 {margin-left: 20px;}

.banner {
	display: block;
    margin: 10px 0;
}

.camera_pag_ul {
	text-align: center;
}

#cookie-bar {
	background: #fff none repeat scroll 0 0;
	border-top: 1px solid #aaa;
	bottom: 0;
	padding: 15px 20px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 2000;
}
#cookie-bar a { color: #fff; margin: 0 2px; background: #c3262f; border-radius: 5px; padding: 10px 5px; display: inline-block; width: 160px; margin-top: 10px;}
#cookie-bar a:hover { text-decoration: underline; }

.img-center {
	float: none;
	margin: 0 auto;
}

.pointer {
	cursor: pointer;
}

body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	color: #c3262f;
	font-family: 'Titillium Web', sans-serif;
}

h5.titular {
	text-align: center;
	font-weight: bold;
	/*background-image: url(img/separador.gif);*/
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}

a:hover {
	color: #c3262f;
}

.morado {
	color: #943986 !important;
}
.bg_morado {
	background: #943986 !important;
}


.rojo {
	color: #c3262f !important;
}
.bg_negro {
	background: #edd53e !important;
}

.bg-white {
	background-color: #fff;
}

/*botones*/
.btn-xs, .btn-group-xs > .btn {
	background: #c3262f;
}

.btn-xs:before {
	color: #fff;
}

.btn-xs:hover {
    background: #943986;
}

.btn {
	font-size: 15px;
}

.btn-primary {
    color: #ffffff;
    background-color: #c3262f;
    border-color: #c3262f;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #edd53e;
    border-color: #edd53e;
}

.btn-contacto {
	background-color: #fff;
    border: solid 1px #c3262f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-contacto:hover {
	background-color: #c3262f;
	border-color: #c3262f;
}
.btn-contacto > * {
	color: #c3262f;
}

.btn-contacto:hover > * {
	color: #fff;
}

.btn-contacto p {
	text-transform: uppercase;
	margin-bottom: 0;
}

p {
	margin-bottom: 15px;
}

.row + h5 {
	margin-top: 0;
}

main {
	background: #fff;
}

/*listas*/
.lista li {
	list-style: disc;
	margin: 0 0 0 20px;
}


/*forms*/
.form-control:focus {
	border-color: #c3262f;
}


.reservado {
	position: absolute;
	top: 0;
	background-color: rgba(162, 204, 0, 0.8);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	padding: 8px 0;
}

/*
02- HEADER
*/

.navbar-default {
	background-color: transparent;
}

header {
	padding-top: 0px;
}

header > .container {
	padding-bottom: 0px;
	margin-bottom: 0;
}

.marn-t128 {
	margin-top: -128px;
}

.opa-header {
	background-color: rgba(255,255,255,0);
}

/*logo*/
.logo {
	padding-top: 0;
}


/*datos*/
.datos_top {
	padding: 0 0 15px 0;
	margin-bottom: 7px;
	color: #000;
	font-size: 14px;
}

.datos_top i {
	color: #edd53e;
	margin-right: 5px;
}

.datos_top img {
	margin: -5px 0 0 -5px;
}


/*menu*/
.navbar-default .navbar-nav > li > a {
	color: #c3262f;
	padding: 5px 11px;
	font-family: 'Titillium Web', sans-serif;
}

.dropdown-menu > .active {
	background-color: #fff;

}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .sfHover > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .sfHover > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .sfHover > a:focus {
	background-color: #c3262f;
}

.navbar-default .navbar-nav > li > a:hover {
	background-color: #c3262f;
}



.dropdown-menu {
	background: #fff;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.75);
}

.sf-menu > li > ul li {
	margin: 2px 0;
	padding: 2px 10px;
}

.sf-menu > li > ul li:hover {
	background: #fff;
}

.dropdown-menu > li > a {
	color: #c3262f;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #fff;
	text-decoration: none;
}

.dropdown-menu > .active > a {
	color: #c3262f;
}

/*slider*/

.camera_caption {
	top: 45%;
}

.camera_caption p {
	font-family: "Montserrat";
	font-size: 30px;
	color: #c3262f;	
	position: relative;
	font-weight: 600;
}

.camera_caption span {
	font-size: 25px;
	color: #000;
	line-height: 25px;
	text-transform: none;
	float: left;
	font-weight: 100;
	width: 500px;
	padding: 15px 0 60px 0;
}

.camera_pag_ul li.cameracurrent, .camera_pag_ul li:hover {
	background: #c3262f;
}


.bg_breadcrumb {
	background: url('../imagenes/bg/bg_breadcrumb.jpg') center center repeat-x #fff;
	padding: 20px 0;
	margin-top: 20px;
}

.bg_breadcrumb h1 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 32px;
	line-height: 40px;
	color: #FFF;
	margin-bottom: 0;
	text-transform: uppercase;
	
}

.bg_breadcrumb h2 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #FFF;
	font-weight: 300;
}

.bg_breadcrumb .breadcrumb {
	background: none;
	padding: 0;
	margin: 27px 0 0 0;
	font-family: 'Titillium Web', sans-serif;
}

.bg_breadcrumb .breadcrumb li,
.bg_breadcrumb .breadcrumb li a,
.breadcrumb > .active {
	color: #fff; 
}

.sf-menu > li > ul li:hover {
	background-color: #c3262f;
}


/*
03- FOOTER
*/

.prefooter{
	background-color: #fff;
	background: url(img/stripe.png) repeat;
}

.prefooter h5 {
	font-weight: bold;
}

footer {
	background: url(/web/lafisurinmobiliaria/imagenes/bg/fondo.jpg);
	padding-bottom: 0;
	padding-top: 50px;
	background-position: right;
}

.footer-well {
	padding-bottom: 20px;
}

footer h5 {
	color: #edd53e;
}


footer p {
    font-size: 15px;
    line-height: 25px;
	color: #fff;
}

footer h5 + p, footer h5 + ul {
	margin-top: 5px;
} 

.list-footer {
	text-transform: none;
	color: #fff;
	font-size: 15px;
    line-height: 25px;
	font-weight: 400;
}

.list-footer li {
    float: left;
	width: 50%;
    margin-right: 0;
}

.list-footer li::before {
	content:"\f00c";
	font-family: 'FontAwesome';
	color: #edd53e;
	font-size: 10px;
	margin-right: 10px;
	padding: 3px;
	border-radius: 50px;
}

.list-footer li a {
	font-size: 13px;
}

.list-footer li a:hover {
	color: #fff !important;
	text-decoration: underline;
}


footer .copyright {
	padding: 10px 0;
}

footer .copyright p {
	color: #fff;
	font-size: 15px;
}


footer h5 + * {
	margin-top: 10px;
}

footer .copyright a:hover {
	color: #fff;
	text-decoration: underline;
}

footer span {
	color: #fff;
}

.color1 {
	color: #c3262f;
}

/*
04- PORTADA
*/

.buscador_home form label {
	color: #fff;
}

.buscador_home select {
	border: 0;
}

.search-box-wrapper {
	background-color: #c3262f;
}
.search-tab-content {
    padding: 30px 0;
}
.search-tab-content .tab-pane.active {
    display: block;
}
.search-box-wrapper button[type=submit] {
	color: #c3262f;
	background-color: #fff;
	border: 0;
	text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.search-box-wrapper button[type=submit]:hover {
	background-color: #edd53e;
}

.tab-pane .row {
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
}
.tab-pane [class^="col-"], .tab-pane [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
form label {
	text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-size: .8em;
    color: #c3262f;
    font-weight: normal!important;
}
.selector {
    position: relative;
    min-width: 60px;
    line-height: 0;
}




/*
05- SOBRE MI
*/

.titulo_sobremi {
	text-transform: uppercase;
	margin: 10px 0 20px 0;
	text-align: center;
	color: #c3262f;
	font-size: 18px;
}



/*
06- SERVICIOS
*/

.servicio .thumbnail4 {
	background: #fff;
	margin-bottom: 100px;
}

.servicio .thumbnail4:hover {
	background: #fff;
}

.servicio .thumbnail4 .caption {
	padding: 5px;
	text-align: left;
	min-height: 170px;
}

.thumbnail4 .caption h5, .thumbnail4 .caption p {
	color: #333;
	text-transform: none;
}

.titulo_vivienda {
	display: inline;
	font-size: 20px;
	line-height: 29px;
	color: #c3262f;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px!important;
}

.ficha_anuncio .titulo_vivienda::before {
	content: "\25A0";
    vertical-align: top;
    margin-right: 6px;
    color: #edd53e;
}

#main_pic {
	display: block;
}

.thumbnail4 .caption p {
	color: #333;
	font-family: 'Titillium Web', sans-serif;
}

.descripcion {
	min-height: 20px;
}

.precio_vivienda {
	text-align: right;
	color: #c3262f !important;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 5px;
}

.ficha_anuncio .precio_vivienda {
	font-size: 25px;
}

.ficha_anuncio {
	width: 67%;
	background-color: #fff;
	padding: 20px!important;
}

.thumbnail4 .caption .detalles p,
.item-servicio .detalles p {
	font-size: 11px;
}

.servicio a:hover {
	background-color: #e3212c;
}

.servicio .btn-xs {
	background: #edd53e;
	color: #fff;
	width: 100%;
	border-radius: 0;
	line-height: 25px;
	padding: 10px;
	height: auto;
}

.servicio .btn-xs:before {
	content:"\f178";
	color: #fff ;
	background: transparent;
	width: 30px;
	left: 70%;
	display:none;
}

.servicio .thumbnail4:hover .btn-xs:before{
	content:"\f178";
	color: #fff;
}


/*mapa*/
#mapa-catalogo-listado{
 	display:block;
 	width:100%;
	height: 428px;
}

#mapa-catalogo-ficha{
	display:block;
 	width:100%;
	height: 250px
}


/*FICHA*/
.informacion {
	padding: 0px;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
}

.informacion h6 {
	text-transform: uppercase;
}

.informacion p {
	font-size: 13px;
}

.item-servicio h3 {
	margin-bottom: 25px;
	font-size: 25px;
}

.item-servicio .galeria {
	min-height: 310px;
}


.call_action_servicio {
	margin-top: 25px;
	float: right;
}


/*
07- CONTACTAR
*/

.contacto h5 {
	margin-bottom: 20px;
}

h5 + form {
    margin-top: 0px;
}

.form-control {
	color: #333;
}



/*
08- GALERIAS
*/
.galerias .thumbnail4 {
	background: none;
}

.galerias .thumbnail4 .caption h5, 
.galerias .thumbnail4 .caption p {
	color: #333;
}

.galerias .thumbnail4 .caption {
    padding: 20px 10px;
}

.galerias .thumbnail4 .caption h5 {
	font-size: 20px;
}

.galerias h4 {
	margin-bottom: 20px;
}

.item-galeria .thumbnail {
    position:relative;
    overflow:hidden;
}
 
.item-galeria .caption {
    position:absolute;
    top:-120%;
    right:0;
    background:rgba(51, 51, 51, 0.5);
    width:100%;
    height:100%;
    text-align:center;
    color:#fff !important;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.item-galeria .thumbnail:hover .caption {
    top: -16%;
}


/*
09- NOTICIAS
*/
.noticias > div {
	margin-bottom: 35px;
}

.noticias h6 + p {
    margin: 5px 0;
}

.noticias .resumen {
	margin-bottom: 15px;
}

.noticias h5 {
	margin-bottom: 15px;
}

/*sidebar*/
.noticias .form-inline .input-group .form-control {
	height: 38px;
	padding: 10px;
}

.noticias h5 + * {
    margin-top: 0;
}

.noticias #ultimas-noticias .row > div {
	margin-bottom: 20px;
}

.noticias #ultimas-noticias img {
	margin-bottom: 15px;
}


/*carrusel*/

button.arrows {
	opacity: 0.8;
	background: #c3262f;
	padding: 10px;
	float: left;
	width: auto;
	margin: 5px;
	position: absolute;
	z-index: 10000;
	margin-top: 16px;
	border: 0;
	color: #fff;
}

button.arrows.left {
	left: 10px;
}

button.arrows.right {
	right: 10px;
}

.carousel .item {
	display: none;
	top: 0;
}

.carousel .item.active {
	display: block;
}

.carousel .item.row + .row {
	margin-top: 0; 
}

.thumbnail > .caption > p {
	margin-top: 15px;
}


/*
10- RESPONSIVE
*/

@media only screen and (max-width: 1199px) {
	
	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
	}
	
	
	.camera_caption {
		top: 20%;
		left: 4%;
	}
	
	/*
	04- PORTADA
	*/	
	.thumbnail4 img {
		width: auto;
	}
	
	.texto_call {
		width: 100%;
		padding: 60px;		
		text-align: center;
	}
	
	.texto_call p {
		color: #fff;
	}
	
	
	
	/*
	06- SERVICIOS
	*/
	.servicio .caption h5 {
		font-size: 25px;
	}
	
	
	.list-footer li a {
		font-size: 10px;
	}
}

@media only screen and (max-width: 1023px) {
	
	/*
	01- GENERAL
	*/
	
	.row .col-sm-6 {
		margin: 0;
	}
	
	.center_img {
		margin: 0 auto; 
	}	
	
	/*
	02- HEADER
	*/
	
	.navbar-default .navbar-nav > li > a {
		font-size: 10px;
		padding: 5px 9px;
	}
	
	.promociones_top {
		margin-top: 15px;
	}
	
  	.datos_top {
		margin-top: 20px;
	}
	
	.idiomas img {
		width: 25px;
		height: auto;
	}
/*	
	.camera_container {
		padding-bottom: 285px;
	}
*/
	.camera_caption {
		top: 6%;
	}
	
	.camera_caption p {
		font-size: 30px;
		width: 370px;
	}
	
	.camera_caption span {
		padding: 0 0 30px 0;
		font-size: 18px;
		width: 370px;
	}
	
	
	
	/*
	03- FOOTER
	*/
	
	footer {
		padding-top: 15px;
		text-align: left;
	}
	
	footer br {
		display: block;
	}
	
	footer h5 {
		font-size: 20px;
	}
	
	footer h5 + p, footer h5 + ul {
		font-size: 11px;
		margin-top: 10px;
	}
	
	
	
	/*
	04- PORTADA
	*/
	.bienvenidos {
		text-align: center;
	}
		
	.thumbnail4 .caption {
		margin: 0;
		padding: 10px;
	}
	
	.servicios .thumbnail4 .caption h5 {
		font-size: 25px;
	}
	
	
	
	/*
	06- SERVICIOS
	*/
	
	/*Alquileres*/
	div#descripcion-vivienda-ficha {
		height: auto;
	}
	
	.servicio .caption h5 {
		min-height: 71px;
	}
	
	.thumbnail4 .caption p {
		min-height: 45px;
	}
}

@media only screen and (max-width: 767px) {
	
	.row .col-xs-4 {
		clear: none;
		width: 33.33%;
	}
	
	.row .col-xs-6 {
		clear: none;
		width: 50%;
	}	
	
	/*
	2- HEADER
	*/
	header {
		padding-top: 0;
	}
	
	header > .container {
		padding-top: 0;
	}
	
	.logo a img {
		margin: 15px auto 0 auto;
		float: none;
	}
	
	.datos_top {
		padding: 0;
		text-align: center;
	}
	
	.rd-mobilepanel_title {
		display: none;
	}
	
	.idiomas li {
		float: none;
		display: inline-block;
	}
	
	
	.rd-mobilemenu_ul li.active > a,
	.rd-mobilemenu_ul a:hover {
		background: #c3262f;
	}
	
	.bg_breadcrumb .breadcrumb {
		text-align: left;
	}
	
	
	/*
	03- FOOTER
	*/
	footer h5 {
		margin-top: 20px;
	}
	footer h5 + p, footer h5 + ul {
		margin-top: 10px;
	}
	
	.copyright .text-right {
		text-align: left !important;
	}
	
	.img_copyright {
		margin-top: -90px;
		margin-left: -155px;
	}
	
	
	/*
	04- PORTADA
	*/
	
	.bg_breadcrumb h1 {
		font-size: 30px;
	}
	
	.bg_breadcrumb h2 {
		font-size: 20px;
	}
	
	.bg_breadcrumb .breadcrumb {
		margin: 15px 0 0 0;
	}
	
	.contacto h5 {
		font-size: 23px;
	}
	
	
	.detalles {
		text-align: center;
		width: 100%;
		margin: 15px 1% 0 1%;
	}
	
	.thumbnail4 .caption .detalles p, .item-servicio .detalles p {
		text-align: center !important;
	}
	
	.item-servicio h3 {
		margin-bottom: 5px;
	}
	
	
	.informacion .col-xs-4 {
		text-align: center;
	}
	
	.informacion i {
		font-size: 17px;
	}
	
	.informacion p {
		font-size: 12px;
		text-align: center;
	}
		
	
	
	/*
	06- SERVICIOS
	*/
	.camera_wrap {
		top: 0;
	}	
	
	.camera_container {
		padding-bottom: 290px;
	}	
	
	.ficha_anuncio {
		width: 100%;
	}
}


/*
	11 - BUSCADOR LATERAL	
*/
.toggle-container {
    background: #fff;
    /* 2.8.3. Accordion with image */
}
.toggle-container .panel {
    margin-bottom: 0;
    box-shadow: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border: none;
    border-bottom: 2px solid #f5f5f5;
    position: relative;
    /*.panel-content { font-size: 1.0833em; }*/
    /* 2.8.1. Style1 */
    /* 2.8.2. Style2 */
}
.toggle-container .panel:last-child {
    border: none;
}
.toggle-container .panel .panel-title {
    padding: 0;
    color: #38ac51;
    font-size: 1.1667em;
    position: relative;
}
.toggle-container .panel .panel-title a {
    white-space: normal;
    display: block;
    padding: 15px;
}
.toggle-container .panel h1.panel-title {
    font-size: 2em;
}
.toggle-container .panel h2.panel-title {
    font-size: 1.6667em;
}
.toggle-container .panel h3.panel-title {
    font-size: 1.5em;
}
.toggle-container .panel h4.panel-title,
.toggle-container .panel h4.panel-title a {
    font-size: 14px;
}
.toggle-container .panel h5.panel-title {
    font-size: 1.1667em;
}
.toggle-container .panel h6.panel-title {
    font-size: 1em;
}
.toggle-container .panel.style1 .panel-title > a {
    line-height: 24px;
}
.toggle-container .panel.style1 .panel-title > a:before {
    display: block;
    content: "\f068";
    font-family: FontAwesome;
    margin-right: 16px;
    line-height: 24px;
    font-size: 10px;
    float: left;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #9e9e9e;
    background: #f5f5f5;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
.toggle-container .panel.style1 .panel-title > a.collapsed:before {
    content: "\f067";
    color: #fff;
    background: #e85512;
}
.toggle-container .panel.style1 .panel-content {
    padding: 10px 15px 15px 55px;
}
.toggle-container .panel.style1.arrow-right .panel-title {
    position: relative;
}
.toggle-container .panel.style1.arrow-right .panel-title > a {
    padding-right: 36px;
}
.toggle-container .panel.style1.arrow-right .panel-title > a:before {
    float: none;
    position: absolute;
    right: 0;
    height: 16px;
    line-height: 17px;
    width: 16px;
    font-size: 9px;
    border: none;
    margin-top: -8px;
    top: 50%;
}
.toggle-container .panel.style1.arrow-right .panel-content {
    padding: 10px 15px;
}
.toggle-container .panel.style2 .panel-title {
    padding: 0;
}
.toggle-container .panel.style2 .panel-title > a {
    display: block;
    line-height: normal;
    padding: 15px 20px;
    color: #e85512;
}
.toggle-container .panel.style2 .panel-title > a.collapsed {
    color: inherit;
    position: relative;
}
.toggle-container .panel.style2 .panel-title > a.collapsed:hover {
    color: #e85512;
}
.toggle-container .panel.style2 .panel-title > a:after {
    content: "\f068";
    font-family: FontAwesome;
    font-size: 10px;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 15px;
    bottom: 0;
    color: #9e9e9e;
    background: #f5f5f5;
    text-align: center;
    line-height: 30px;
}
.toggle-container .panel.style2 .panel-title > a.collapsed:after {
    content: "\f067";
    color: #fff;
    background: #e85512;
}
.toggle-container .panel.style2 .panel-content {
    padding: 0 15px 30px 20px;
}
.toggle-container.with-image > .image-container {
    background: #e85512;
}
.toggle-container.with-image > .image-container > img {
    width: 100%;
    height: auto;
}
.toggle-container.with-image .panel > img {
    display: none;
}
.toggle-container.with-image .panel-title > a {
    color: #01b7f2;
}
.toggle-container.with-image .panel-title > a.collapsed {
    color: inherit;
}
.toggle-container.with-image .panel-title > a.collapsed:hover {
    color: #01b7f2;
}
.filters-container.toggle-container {
    background: none;
}
.filters-container.toggle-container .panel.style1 {
    border: none;
    margin-bottom: 4px;
    background: #fff;
}
.filters-container.toggle-container .panel.style1 .panel-title {
    padding-left: 5px;
}
.filters-container.toggle-container .panel.style1 .panel-content {
    padding: 10px 20px 20px;
}

.search-results-title {
    background: #fff;
    padding: 0 20px;
    margin: 0;
    border-bottom: 4px solid #f5f5f5;
    line-height: 3em;
}
.search-results-title > i {
    color: #fdb714;
    font-size: 20px;
    margin-right: 10px;
}

.filters-container .reviews {
    margin: 0;
    letter-spacing: 0.04em;
}

.filters-container ul.filters-option {
    margin-bottom: 10px;
}
.filters-container ul.filters-option li {
    margin-bottom: 1px;
    background: #f5f5f5;
    padding: 0 15px;
}
.filters-container ul.filters-option li a {
    color: inherit;
    display: block;
    padding: 8px 0;
    text-transform: uppercase;
    font-size: 11px;
}
.filters-container ul.filters-option li small {
    float: right;
}
.filters-container ul.filters-option li:before {
    float: left;
    width: 15px;
    height: 16px;
    display: block;
    line-height: 14px;
    text-align: center;
    margin-top: 12px;
}
.filters-container ul.filters-option li:after {
    display: table;
    clear: both;
    content: "";
}
.filters-container ul.filters-option li.active {
    background: #e85512;
}
.filters-container ul.filters-option li.active a {
    color: #fff;
}
.full-width {
    width: 100% !important;
}
.filters-container button[type=submit] {
	width: 100%;
	background-color: #c3262f;
	color: #fff;
	border: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.filters-container button[type=submit]:hover {
	background-color: #edd53e;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider.ui-slider-horizontal {
    height: 10px;
}
.ui-slider.ui-slider-horizontal .ui-slider-range {
    height: 100%;
}
.ui-slider.ui-slider-horizontal .ui-slider-handle {
    margin-left: -10px;
    top: -5px;
}
.ui-slider.ui-widget-content {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #f5f5f5;
}
.ui-slider .ui-slider-range {
    display: block;
    position: absolute;
    z-index: 1;
    border: none;
    background: #e85512;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.ui-slider.slider-color-yellow .ui-slider-range {
    background: #fdb714;
}
.ui-slider.slider-color-blue .ui-slider-range {
    background: #01b7f2;
}
.ui-slider.slider-color-green .ui-slider-range {
    background: #98ce44;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background: #db5200;
    border: 2px solid #fff;
}
.min-price-label, 
.max-price-label {
	font-size: 12px;
}