/****** Estilos fronted Clasificados ******/
body {  font-family: 'Lato', sans-serif;  }

.version {  color: #000;  font-size: 10px;  position: absolute;  right: 5px;  top: 5px;  opacity: 0.3;  z-index: 1;  }

/**======================== Custom bootstrap =======**/
h1, h2, h3, h4, h5 { color: #00A185; margin-top: 0; font-family: "Lato", sans-serif; font-weight: 300; }
h1, h2 { color: #e88606;
	font-weight:300; }

small { font-size: 11px; color: #AAA; }
a { color: #00A185; -webkit-transition: all 0.3s; transition: all 0.3s; }
a:hover, a:focus { color: #5EC1B0; text-decoration: none; }
a:focus, a:active{ outline:none; color: #00A185; }

pre
{
	word-wrap: break-word;
}

.form-group { margin-bottom:20px;}
.form-group label{ text-transform: uppercase; margin: 0 0 4px 0; font-size: 11px; color: #7793A3; font-weight:400;}
input[type=text], .form-control, select { background: #FFFFFF; border: 1px solid #DCE2EA;  border-radius: 4px; padding: 7px 10px; box-shadow: 0 2px 4px transparent;  font-weight:400; font-size:13px; }
input[type=text]:focus, input[type=search]:focus, .form-control:focus, select:focus{ background: #FFFFFF; border: 1px solid #5EC1B0; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14); outline: none; }
input[type=text].search { background: #FFF url("../img/icon_search.png") 8px center no-repeat; border:none; padding-left:25px; height:30px; background-size:auto 50%; border-radius: 20px; }
input[type=text].error, .form-control.error, select.error {
	border-color: #c85e49;
}
/*Form validation*/
label.error
{
	color: #a01502;
	text-transform: none;
}

.btn{ background: #00A185; box-shadow: 1px 2px 6px 0 rgba(0,0,0,0.28); border:none; -webkit-transition: all 0.1s; transition: all 0.1s; color: #FFFFFF; text-transform: uppercase;  line-height:1em; padding:10px 20px; font-family:Roboto, sans-serif; border-radius:200px; font-weight:400; font-size:13px; }
.btn i { line-height:14px; font-size: 14px; margin-right: 5px; vertical-align: text-top; }
.btn:hover, .btn:focus { outline: none; background: #5EC1B0; color: #FFFFFF; }
.btn:active{ background: #00A185; outline:none !important; transform: translateY(1px); box-shadow: 1px 0 2px 0 rgba(0,0,0,0.28);}
.btn-danger{  background: #c10001;  }
.btn-danger:hover{  background: #d91f00;  }
.btn-danger:active, .btn-danger:focus{  background: #c10001;  }
.btn-sm { font-size: 12px; line-height:1em; padding:5px 10px; }
.btn-xs { font-size: 10px; line-height:1em; padding:5px 8px; }
.btn.btn-sm i{ line-height:13px; font-size: 13px; }
.btn.btn-xs i{ line-height:11px; font-size: 11px; }
.btn-empty { background: none; border: none; color: #A3ADB4; padding: 0; }
.btn-empty:focus { outline: none; }
.btn-empty:hover { color: #e88606; }
.btn-icon { display: inline-block; padding: 8px 10px; text-decoration: none; font-size: 18px; line-height:15px; -webkit-transition: all 0.3s; transition: all 0.3s; border-radius: 3px; border: none; background: none; color: #A3ADB4; }
.btn-icon i { vertical-align: middle; }
.btn-icon:hover { text-decoration: none; background: #A3ADB4; color: #FFF; }
.btn-default {  background: #FFF;  color: #00A185;  border:1px solid #00A185;  box-shadow: none;  }
.btn-default:hover {  border:1px solid #5EC1B0; background-color: #5EC1B0; box-shadow: 1px 2px 6px 0 rgba(0,0,0,0.28);  }
.btn-default:active:hover, .btn-default:focus {  background-color: #00A185; border:1px solid #00A185;  box-shadow: 1px 2px 6px 0 rgba(0,0,0,0.28); color:#FFF; }
.block-label {  font-size: 12px;  color: #5D5D5D;  text-transform: uppercase; margin: 0 0 10px 0; padding-bottom:3px; border-bottom:1px dashed #787878; }



/**======================== Login =======**/
.login { margin-top:50px; }
.login-logo { width: 230px; margin: 30px 0; animation-name: zoomOut; animation-duration: 2.8s; }
.login .login-content { animation-name: zoomOut; animation-duration: 1.5s; }
.login h3 { font-size:23px; margin:10px 0 30px 0; }

/**======================== Agencias =======**/
.agencies-title
{
	margin:20px 0 10px 0;
	text-transform: uppercase;
	font-size:25px;
}
.agencies-logo { width: 150px; margin: 20px 0;
	float: right;
}

.ad_dates
{
	border:1px solid #e1e7ec;
	border-radius: 4px;
}
.ad_dates table
{
	width:100%;
}
.disabled-date
{
	background: #1db45a !important;
	color: #FFF !important;
}

#users-result{
	list-style: none;
	padding-left: 0;
}
#users-result li{
	padding: 5px 10px;
}
#users-result li.active, #users-result li:hover{
	background: #5EC1B0;
	color: #fff;
	cursor: pointer;
}

#company-result{
	list-style: none;
	padding-left: 0;
}
#company-result li{
	padding: 5px 10px;
}
#company-result li.active, #company-result li:hover{
	background: #5EC1B0;
	color: #fff;
	cursor: pointer;
}

/**======================== MENU =======**/
.main-menu {  background: #839d17;  padding: 0;  }
.main-menu .logo img{  height:45px;  margin:15px 10px; }
.btn-menu
{
	background: transparent;
	border:0;
	margin-top:20px;
	padding:10px;
}
.btn-menu:focus
{
	outline:none;
}
.list-menu{  list-style: none;  margin:0;  padding:0;  }
.list-menu li {  display: inline-block; }
.list-menu a {  -webkit-transition: all 0.3s;  -moz-transition: all 0.3s;  -o-transition: all 0.3s;  transition: all 0.3s;  text-transform: uppercase;  color: #fff;  display: inline-block;  text-decoration: none;  padding: 0 10px;  font-size: 14px;  vertical-align: middle;  line-height:80px;  }
.list-menu a:hover, .list-menu .active a {  background: #6b8517;  }
.block-user
{
	float: right;
	margin:18px 0 0 10px;
	text-align: right;
	border-left:1px solid rgba(255,255,255,0.4);
	padding:3px 0 3px 15px;
	color: #FFF;
}
.block-user a
{
	text-transform: uppercase;
	font-size:11px;
	color: rgba(255, 206, 146, 0.8);
}
.block-user a:hover
{
	color: #FFF;
}
/***** Hero-section *****/
.hero-section {  min-height: 400px;  background: url('../img/banner-principal.png') center center no-repeat;  background-size: cover;  -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  position: relative;  }
.hero-section .main-search {  position: absolute;  width: 750px;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  }
.hero-section .main-search input {  height: 50px;  width: 100%;  font-size: 2rem;  padding: 0 1.5rem;  border: none;  }
.hero-section .main-search input:focus {  outline:none;  }
.hero-section .input-group button {
	font-size:25px;
	line-height:25px;
	width:60px;
	height:50px; background: #839d17;  color: #fff;  border: none;  }
.hero-section .input-group button i {  vertical-align: middle; }

.menu-categorias {  list-style: none;  margin:-50px 0 0 0;  padding:0;  text-align: center;  font-size:0;/*Hack para eliminar los espacios*/  }
.menu-categorias > li {  display: inline-block;  font-size: 13px;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}
.menu-categorias > li > a {  padding:10px;  overflow: hidden;  display: table-cell;  vertical-align: middle;  height:110px;  color: #fff;  width:170px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s; }
.menu-categorias > li > a > img{  width:50px;  margin-bottom:10px;  }
.menu-categorias > li:hover, .menu-categorias > li>a.active {  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);  transform: scale(1.1);  z-index:9999;  }

.menu-categorias > li:first-child a {  background: #dee0c5; color: #4f5605;  }
.menu-categorias > li:nth-child(2) a {  background: #839d17;  }
.menu-categorias > li:nth-child(3) a {  background: #08b790;  }
.menu-categorias > li:nth-child(4) a {  background: #b70141;  }
.menu-categorias > li:nth-child(5) a {  background: #042d53;  }
.menu-categorias > li:nth-child(6) a {  background: #ea7d51;  }

.menu-categorias .dropdown-menu {  padding: 0;  margin:0;  border-radius: 0;  border: 0;  background: inherit;  width: 100%;  }
.menu-categorias .dropdown-menu li a {  color: #fff;  font-size: 13px;  padding:10px;  -webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;}
.menu-categorias .dropdown-menu li a:hover {  opacity:0.9;  }

.menu-categorias{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.menu-fixed{
	position: fixed;
	top: 0;
	top: 0;
	margin-top: 0;
	width: 100%;
	z-index: 222;
}
.menu-fixed > li {
	font-size: 12px;
}
.menu-fixed > li > a{
	width: 150px;
	height: 90px;
	padding: 8px;
}
.menu-fixed > li > a > img {
	width: 40px;
	margin-bottom: 10px;
}
.menu-fixed .dropdown-menu {
	min-width: 150px;
}
.notifications {
	text-align: center;
}
.notifications .alert{
	box-shadow: 2px 2px 15px rgba(0,0,0,0.4);
	margin: 10px auto;
	display: inline-block;
	animation-name: zoomOut; animation-duration: 1s;
	text-transform: uppercase;
}

/**** Anuncios-Home ****/
.section-title { text-transform: uppercase; font-size: 30px;  margin:40px 0;}
.grid-ads {  margin:0 -10px; }
.grid-ad-item {  width:25%;  padding:10px; }
.block-ad { border:1px solid #CCC;
	padding:15px;
	border-radius: 4px;
	/*overflow: hidden;*/
	background: #FFF;
	word-break: normal;
	position: relative; }
.block-ad span
{
	position: absolute;
	top: -1px;
	right: -1px;
}
.adsense{
	padding: 0;
	border: none;
}
/****** Colores categorias *****/
/*---varios--*/
.S1, .E1, .E16{
	background: #dee0c5;
}
/*---empleos--*/
.S11, .S12, .S13, .E11, .E12, .E13{
	background: #839d17;
}
/*---oportunidades--*/
.S8, .S9, .S10, .E8, .E9, .E10{
	background: #08b790;
}
/*---automotores--*/
.S6, .S7, .E6, .AUTOMOVILES, .CAMIONETAS-COMBIS, .BUSES-CAMIONES, .MOTOS, .ACCESORIOS-REPUESTOS{
	background: #042d53;
}
/*---inmobilaria--*/
.S2,.S3,.S4,.S5, .CASAS, .DEPARTAMENTOS, .LOCALES, .AGRICOLA, .HABITACIONES-DEPARTAMENTOS, .TERRENOS, .OTROS, .E4, .E5{
	background: #b70141;
}
/*---servicios--*/
.S14, .S15, .E14, .E15{
	background: #ea7d51;
}
/****** End Colores categorias *****/
/***** Lista anuncios *****/
.block-day-dummy
{
	line-height:30px;
}
.block-day-container
{
	margin:0 -15px 10px -15px;
}
.block-day-divider
{
	background: #00A285;
	border-radius: 4px;
	color: #FFF;
	padding:0 10px;
}
.day-active{
	position: fixed;
	top : 0;
 	margin-top: 0;
	z-index: 10;
}
.block-day-divider .payment span
{
	background: rgba(0,0,0,0.3);
	display: inline-block;
	padding:0 10px;
	font-size:16px;
	margin-left:10px;
}
.ad-item
{
	background: #FFFFFF;
	border: 1px solid #dadada;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	border-radius: 6px;
	padding:35px 15px 15px 15px;
	margin-bottom:15px;
	transition: all 0.5s;
	position: relative;
}
.ad-item:hover
{
	border: 1px solid #a1bda7;
	box-shadow: 0 2px 10px rgba(0,0,0,0.09);

}
.ad-item .ad-resume
{
	font-size: 16px;
	font-weight:500;
	margin-bottom:10px;
}
.ad-item .ad-text
{
	font-family: Roboto, sans-serif;
	font-size: 13px;
	color: #898989;
	margin-bottom:10px;
}

.ad-item .ad-count {
	position: absolute;
	background: #87959f;
	color: #fff;
	top:-1px;
	padding:0 0 0 6px;
	left:-1px;
	text-align: center;
	border-radius: 6px 0 6px 0;
	font-size: 12px;
	line-height: 19px;
}
.ad-item .ad-count .label {
	line-height: 19px;
	font-size:11px;
	margin-left:10px;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 0 0 6px 0;
}

/***** Crea tu anuncio *****/
#bg-form{
	background: url("../img/bg-form.jpg") no-repeat center center;
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	right: 0;
	height: 145%;
	width: 100%;
	top: 0;
}
#form-ads{
	max-width: 40%;
	margin: 0 auto;
}
#form-ads .input-group{
	margin: 25px 0;
	height: 40px;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 20px;
}
#form-ads .input-group-addon,
#form-ads input,
#form-ads textarea{
	background: transparent !important;
	border: none !important;
	color: #fff;
	font-size: 16px;
}
#form-ads .form-control:focus{
	border: none !important;
	box-shadow: none !important;
}
#form-ads input{
	height: 100%;
}

#message{
	width: 100%;
	padding: 6px 12px;
}
.title-form{
	color: #fff;
	margin-top: 80px;
}
#form-ads .submit{
	background: #839d17;
	color: #fff;
	text-transform: uppercase;
	border-radius: 10px;
	padding: 10px 50px;
	margin-top: 25px;
	font-size: 18px;
	letter-spacing: .5px;
}

.nav-tabs.type-user {
	border-bottom: 1px solid rgba(0,161,133,0.5) !important;
}
.type-user li a{
	text-transform: uppercase;
}
.type-user li.active a{
	background: rgba(0,161,133,0.8) !important;
	color: #fff !important;
}
.type-user li:hover a,
.type-user li:focus a{
	background-color: rgba(0,161,133,0.3) !important;
	color: #33b49d !important;
}
.type-user+.tab-content{
	padding: 20px 15px;
}

.check_options{
	margin-right: 3px !important;
}
.check_label{
	color: #555;
}
/**============== FOOTER ====**/
.footer {
	background: #000;
	padding: 20px 0;
	color: #fff;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

/**==== Encuesta ===**/
.ui-dialog{
	/*background: url("../img/bg-encuesta.png") no-repeat center center;*/
	/*background-size: cover;*/
	/*-moz-background-size: cover;*/
	/*-webkit-background-size: cover;*/
	/*-o-background-size: cover;*/
	border-radius: 50px;
	left: 50% !important;
	transform: translateX(-50%);
	/*min-width: 38% !important;*/
	position: fixed !important;
	/*top: 20% !important;*/
}
.ui-dialog-title {
	display: none;
}
.ui-dialog .ui-icon.ui-icon-closethick, #close {
	background: transparent url("../img/cross.png") no-repeat center center;
	width: 40px;
	height: 40px;
	margin-top: -22px;
	margin-left: -26.5px;
}
.ui-dialog-titlebar-close{
	border: none !important;
	background: none !important;
	margin-top: -27px;
	right: 1.3em !important;
	background: transparent url("../img/cross.png") center center no-repeat !important;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 0 !important;
	margin-top: 30px;
}
#encuesta{
	margin: -25px auto 0;
	font-family: Arial, sans-serif;
	text-align: center;
	padding: 0 30px 30px;
	z-index: -1;
}

.ui-widget-content {
	border: none !important;
}
#encuesta img{
	max-width: 65%;
	margin: 40px 0 25px;
}
#encuesta .box{
	border: none;
	border-radius: 50px;
	padding: 25px 15px 20px;
	background: rgba(255,255,255,.6);
}
#encuesta h2{
	font-family: Arial, sans-serif;
	margin-bottom: 10px;
	color: #000;
	font-size: 25px;
	font-weight: bold;
}
#encuesta p{
	font-size: 16px;
	font-family: Arial Narrow, sans-serif;
	letter-spacing: 0.5px;
	line-height: 1.2;
}
.btn-encuesta {
	background: #839d17;
	padding: 12px 40px;
	color: #fff !important;
	text-decoration: none !important;
	margin-top: 10px;
	display: inline-block;
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	border-radius: 15px;
	letter-spacing: 1px;
}
.ui-dialog-buttonpane,
.ui-dialog-titlebar{
	display: block;
	background: none;
	border: none;
}
.ui-widget-overlay {
	background: #000 !important;
	opacity: 0.7;
	filter: Alpha(Opacity=70);
	background-size: cover !important;
}
/* imagen con zoom */
.image-zoom{
	cursor: pointer;
	transition: all 1s;
}
.image-zoom p{
	margin: 0;
}
.box-modal {
	display: none;
	position: fixed; /* Stay in place */
	z-index: 1000; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.img-modal{
	transform: scale(1.5) translate(-32%, -33%);
	left: 50%;
	top: 50%;
	position: fixed;
	max-width: 21%;
}
.btn-close{
	position: absolute;
	right: 0;
	z-index: 10;
	cursor: pointer;
	background: rgba(0,0,0,0.2);
}

.banner-superior-mobile {
	display: none;
}

/* Animaciones */
@keyframes zoomOut { 0% { opacity: 0;  } 30% { opacity: 0; transform: scale(1.2); } 100% { opacity: 1; transform: scale(1); } }
@keyframes slideIn { 0% { opacity: 0;  } 30% { opacity: 0; transform: translateX(-50px); } 100% { opacity: 1; transform: translateX(0); } }
@keyframes slideDown { 0% { opacity: 0; transform: translateY(-10px); } 100% { opacity: 1; transform: translateY(0); } }


@media (max-width: 767px) {
	.grid-ad-item {  width:50%; }
	.hero-section{  min-height:200px;  }
	.menu-categorias > li > a {  padding:10px;  height:auto; width:170px;  }
	.menu-categorias > li > a > img{  display: none;  }
	.hero-section .main-search { width: auto;  top: 50px;  left: 15px; right:15px;  transform: translate(0, 0);  }


	.list-menu{  list-style: none;  margin:0;  padding:0 0 10px 0;  width:100%;  left:0;  background: #839d17;  display: none;  overflow: hidden;  top:75px;  z-index:999;  position: absolute; }
	.list-menu li {  display: block;  margin:0; }
	.list-menu a { line-height:50px;
		text-align: right;
		display: block; }

	.img-modal {
		max-width: 30%;
	}
	.banner-superior-mobile {
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 8px 0;
	}
}
@media (max-width: 550px){
	.menu-fixed {
		position: inherit !important;
	}
}
@media (max-width: 450px) {
	.grid-ad-item {  width:100%; }
	.ui-dialog {
		left: 3% !important;
	}
	#encuesta {
		padding: 30px 15px;
	}
	#encuesta h2 {
		font-size: 20px;
		margin-top: 0px;
		line-height: 1.2;
	}
	#encuesta img {
		margin: 0px 0 20px;
	}
	#encuesta p {
		font-size: 14px;
	}
	.btn-encuesta {
		margin-top: 10px;
		font-size: 17px;
		margin-bottom: 0px;
	}
	.img-modal {
		max-width: 60%;
	}
	.image-zoom{
		transform: scale(1) !important;
	}
}