@import url(https://fonts.googleapis.com/css?family=Roboto:400,700|Oswald:400,700);
@import url(../fonts/ElegantIcons.ttf);

/*
-----------------------------------------------------------------
----------------SOBREESCRIBIENDO BOOTSTRAPS----------------------
-----------------------------------------------------------------
*/
@media (min-width: 1200px){
	.col-md-9-e
	{
		width: 75%;
	}
	.col-md-8-e
	{
		width: 66.66666667%;
	}
}
@media (min-width: 992px) and (max-width: 1200px){
	.col-md-9-e
	{
    	width: 100%;
	}
	.col-md-8-e
	{
		width: 100%;
	}
}

.input-group-addon 
{
	color: #fff;
	background-color: #f25300;
	border: 1px solid #f25300;
}
@media screen and (min-width: 768px){
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev 
	{
	    font-size: 22px;
	}
}
.carousel-control.right, .carousel-control.left
{
	background-image: none;
}
h2
{
	font-size: 25px;
	margin-top: 15px;
	margin-bottom: 25px;
}
/*
.btn-warning
{
	background-color: #f25300;
    border-color: #eea236;
}
*/
.well
{
	overflow: visible;
	display: inline-table;
	width: 100%;breadcrumb-mio
	background-color: #fff;
}
.glyphicon-ok
{
	color: #5f9927;
}
.label
{
	white-space: normal;
}
.carousel-detalle>.carousel-inner
{
	height: 350px;
	border: 1px solid #eee;
}
.carousel-indicators {
    position: relative;
    z-index: 15;
    text-align: center;
    list-style: none;
    width: 100%;
    margin: 0;
    bottom: 0;
    left: 0;
}
.carousel-indicators li, .carousel-indicators .activo
{
    display: inline-block;
    text-indent: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: #ccc;
    border: 1px solid #fff;
    border-radius: 3px;
    border-color: #ccc;
    overflow: hidden;
}
.carousel-indicators li img, .carousel-indicators .activo img
{
	height: 100%;
	width: auto;
	margin: auto;
}
.carousel-detalle .box-img
{
	height: 200px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.carousel-indicators .active {
	width: 50px;
	height: 50px;
}
.thumbnail
{
	height: 330px;
}
.caption 
{
	font-size: 13px; 
}
.ratings
{
	font-size: 12px;
	margin: 0 9px;
}
hr
{
	border-top: 1px solid #c9c9c9;
}

.contenido-favoritos .popover, header .popover
{
    font-size: 12px;
    font-weight: 0;
}
.contenido-favoritos .popover-content, header .popover-content
{
    padding:0;
}
.nav-tabs {
    border-bottom: none;
}
.navbar-fixed-top
{
	border-bottom: 1px solid #191919;
}
.panel .list-group a
{
	padding: 17px 15px;
}
#buscador
{
	margin-bottom: 0;
}
.panel
{
	margin-bottom: 30px;
}
.glyphicon-star
{
	color: #dda90b;
}
.alert-bg
{
	padding: 30px;
	font-size: 14px;
}
/*FIN SOBREESCRIBIUENDO BOOTSTRAPS*/

/* MOBILE FIRST */
body
{
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-family: Roboto,Tahoma,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #8c8c8c;
}

body>header 
{
	background: #333;
	min-height: 42px; /*lo mismo que el position top del sidebar2*/
	text-align: center;
	min-width: 320px;
}

body>header .logo
{
	display: none;
}

body>header .isologo
{
	background: url(//www.agrositio.com/clasificados/img/nav-footer/isologo.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	height: 42px; 
	width: 50px;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	margin-left: 10px;
}

img
{
	width: 100%;
}
.vertical-divider
{
	letter-spacing: 4px;
	white-space: pre;
}

body>header .text-content {
	display: none;
}

body>header>#buscador
{
	display: inline-table;
	text-align: center;
	width: 30%;
	min-width: 180px;
	margin-top: 4px;
}

#map_canvas 
{
	width: 100%; height: 250px;
}

.panel-group .panel+.panel 
{
	margin-top: -1px;
}

.breadcrumb {
margin-top: 15px;
}
/*--------------------------CODIGO ARREGLOS CSS---------------------------*/
.display-b
{
	display: block;
}
.display-ib
{
	display: inline-block;
}
.display-n
{
	display: none;
}
.clear
{
	clear: both;
}
.overflow-h
{
	overflow: hidden;
}
.display-b
{
	display: block;
}
h1{
	margin-top: 50px;
	margin-bottom: 50px;
}
.text-naranja
{
	color: #f25300 !important;
}
.text-gris
{
	color: #a3a3a3 !important;
}
.text-celeste
{
	color: #337ab7 !important;
}
.text-verde
{
	color: #06652d !important;
}
.text-amarillo
{
	color: #f5c941 !important;
}
.text-negro
{
	color: #333;
}
.border-bottom
{
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	overflow: hidden;
}
.border-right
{
	border-right: 1px solid #ccc;
}
.border-left
{
	border-left: 1px solid #ccc;
}
.border-all
{
	border: 1px solid #ccc;
	box-shadow: 2px 2px 5px #ccc;
	padding: 15px;
	overflow: hidden;
	border-radius: 5px;
}
.float-right
{
	float: right !important;
}
.float-left
{
	float: left !important;
}
.mt-0
{
	margin-top: 0px;
}
.mt-5
{
	margin-top: 5px;
}
.mb-5{
	margin-bottom: 5px;
}
.pl-15
{
	padding-left: 15px;
}
.ml-15
{
	margin-left: 15px;
}
.mr-15
{
	margin-right: 15px;
}
.mb-15
{
	margin-bottom: 15px;
}
.mt-15
{
	margin-top: 15px;
}
.mb-30
{
	margin-bottom: 30px;
}
.mt-30
{
	margin-top: 30px;
}
.mt-50
{
	margin-top: 50px;
}
.mb-0
{
	margin-bottom: 0;
}
.mb-50
{
	margin-bottom: 50px;
}
.mt-100
{
	margin-top: 100px;
}
.mb-100
{
	margin-bottom: 100px;
}
.pad-20
{
	padding: 20px;
}
.huge1
{
	font-size: 40px !important;
}
.huge2
{
	font-size: 20px !important;
}
.no-pad
{
	padding: 0 !important;
}
.font-13
{
	font-size: 13px;
	line-height: 1em;
}
.font-15
{
	font-size: 15px;
}
.font-17
{
	font-size: 17px;
}
.titulo-articulo
{
	display: block;
	height: 52px;
	word-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 0;
	font-size: 13px;
}
ul {
	list-style: none;
}
.li-separator
{
	border-top: 1px solid #ccc;
	width: 100%;
	height: 1px;
	display: block;
	margin-bottom: 10px;
}
.li-mas-opciones
{
	font-size: 0.8em;
}
.modal-body ul li
{
	list-style: none;
	display: block;
	max-width: 100%;
	padding-bottom: 5px;
}
.tag { /* label de filtros */
  font-size: 13px;
  padding: .3em .4em .4em;
  margin-bottom: 5px;
  display: block;
  font-weight: normal;
}
.tag a {
  color: #bbb;
  cursor: pointer;
  opacity: 0.6;
}
.tag a:hover {
  opacity: 1.0
}
.tag .remove {
  vertical-align: bottom;
  top: 0;
}
.tag a {
  margin: 0 0 0 .3em;
}
.tag a .glyphicon-white {
  color: #fff;
  margin-bottom: 2px;/* label de filtros */ 
}
.p-ubicacion
{
	height: 15px;
	display: block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.p-titulo
{
	height: 36px;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*--------------------FIN DE CODIGO ARREGLOS CSS---------------------------*/
.noti-popover
{
	padding: 5px;
}
.popover-p
{
	display: block;
	max-width: 200px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	padding: 8px;
	margin: 0;
	color: #337ab7;
}

.notificaciones a
{
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 15px;
	font-size: 13px;
}

.nueva-noti
{
	background-color: #cfe7fe;
	position: relative;
	-webkit-animation: mymove 3s;  /* Chrome, Safari, Opera */
	-webkit-animation-fill-mode: forwards;  /* Chrome, Safari, Opera */
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
	from {background-color: #cfe7fe;}
	to {background-color: #fff;}
}

@keyframes mymove {
	from {background-color: #cfe7fe;}
	to {background-color: #fff;}
}

.buscador-general
{
	display: block;
}

.text-content a
{
	color: #BBB;
}

.sandwich
{	
	display: block;
	overflow: hidden;
	margin: 5px 15px 0 0;
}

.sandwich img
{
	width: 30px;
}

main 
{
	position: relative;
}

#sidebar1
{
	display: none;
}

#sidebar1 span, #sidebar1 i
{
	font-size: 30px; 
	line-height: 30px;
}
#sidebar1 p
{
	font-size: 12px; 
	margin-top: 5px;
}
#sidebar1-tienda
{
	width:35px !important; 
	margin-bottom:2px
}
#sidebar1-agrositio
{
	width: 35px;
}
.nav-tabs>li 
{
	margin-bottom: 0;
	border-bottom: 1px solid #191919;
	border-top: 1px solid #484848;
}
.nav-tabs>li 
{
	float: left;
	margin-bottom: 0;
}

.nav>li, .nav>li>a 
{
	position: relative;
	display: block;
}

.nav>li:first-child a, .nav>li:nth-child(2) a, .nav>li:nth-child(4) a
{
	padding-top: 16px;
}

#nav-mobile
{
	display: none;
	width: 100%;
}

#nav-mobile ul
{
	width: 100%;
	padding:0;
	overflow: hidden;
}

#nav-mobile ul li
{
	padding: 10px 0; 
	border-top: 1px solid #3f3f3f;
	border-bottom: 1px solid #222;
	color: #ccc;
}

#nav-mobile ul li:nth-child(7)
{
	border-bottom: none;
}

#nav-mobile ul li a
{
	color: #BBB;
	text-shadow: 2px 1px 3px #222;
}

#sidebar1 li a 
{
	width: 95px;
	height: 86px;
	color: #BBB;
}

.tabs-left>.nav-tabs .activo, .tabs-left>.nav-tabs a:hover 
{
	color: #fff;
	background-color: #484848;
}

#sidebar2
{
	display: none;
}

#mapa 
{
	position: relative;	
	margin-left: 0;
	padding: 15px;
	overflow-y: scroll;
	height: 100vh;
	top: 42px;
}

#mapa-con-sidebar
{
	position: relative;	
	margin-left: 0;
	padding: 15px;
	overflow-y: scroll;
	height: 100vh;
	top: 42px;
}

.mapa-con-sidebar p
{
	float: left;
}

.publicidad img, .publicidad div, .publicidad canvas
{
	margin-bottom: 15px !important; 
	height: auto;
	width: 100%;
}

.publicidad iframe
{
	width: 100%;
}

.banners-laterales
{
	display: none;
}

.banners-960
{
	display: none;
}
.banner-mobile{
    width: 100%;
    max-width: 300px;
    display: block;
    background: #fff;
    z-index: 2;
    position: relative;
    text-align: center;
    margin: auto;
    height: auto;
}
.contenido-favoritos .well
{
	margin-bottom: 5px;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.categorias-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto;
}
.categorias-box .categorias-box-caption {
	color: white;
	opacity: 0;
	display: block;
	background: rgba(86, 191, 82, 0.9);
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.categorias-box .categorias-box-caption .categorias-box-caption-content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.categorias-box .categorias-box-caption .categorias-box-caption-content .project-category,
.categorias-box .categorias-box-caption .categorias-box-caption-content .project-name {
	font-family: 'Oswald', Arial, sans-serif;
	padding: 0 15px;
}
.categorias-box .categorias-box-caption .categorias-box-caption-content .project-category {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.categorias-box .categorias-box-caption .categorias-box-caption-content .project-name {
	font-size: 18px;
}
.categorias-box:hover .categorias-box-caption {
	opacity: 1;
}
.categorias-box:focus {
	outline: none;
}
@media (min-width: 768px) {
	.categorias-box .categorias-box-caption .categorias-box-caption-content .project-category {
		font-size: 16px;
	}
	.categorias-box .categorias-box-caption .categorias-box-caption-content .project-name {
		font-size: 22px;
	}
}
@media (max-width: 768px) {
	.categorias-box .categorias-box-caption {
		opacity: 1;
		background: rgba(0, 0, 0, 0.6);
	}
	.categorias-box:hover .categorias-box-caption {
		opacity: 1;
	}
}	
.bg-dark {
  background-color: #222222;
  color: white;
}

/*----------------- FILTROS DE CLASIFICADOS LISTADO MOBILE -----------------------*/
select[name=ordenar_por]{
	width: auto;
	margin-right: 15px;
}

a[data-toggle=collapse] .panel-heading
{
	background-color: #f5f5f5;
}

.panel-a 
{
	display: block;
	width: 100%;
	font-size: 13px;
	background-color: #fff;
	color: #666;
	padding: 10px 15px; 
	border-top: 1px solid #ccc;
}

.panel-a 
{
	display: block;
	overflow: hidden;
}
.panel-a span
{
	font-size: 11px;
}

.panel-title span
{
	font-size: 12px;
}

.well-img /* en favoritos */
{
	width: 100%;
	overflow: hidden;
	height: 150px;
	background-size: cover;
	background-position: center;
}

.ul-caracteristicas li
{
	margin-bottom: 5px;
}

.reputacion /* en clasificados-detalle */
{
	max-width: 900px;
	margin: auto;
}

.caract-descri>div
{
	margin-top: 15px;
	margin-bottom: 15px;
}

.reputacion ul li:first-child
{
	padding: 0;
}

.reputacion ul  
{
	margin-bottom: 0px;
}

.reputacion ul li
{
	padding: 28px 0;
}

.reputacion ul li img
{
	max-height: 100px;
	width: auto;
}
#listado_comentarios
{
	list-style: none;
	padding: 0;
	overflow: hidden;
}
#listado_comentarios>li
{
	margin-bottom: 15px;
}
#listado_comentarios ul.children
{
	padding-left: 50px;
	margin-top: 15px;
}
/*#listado_comentarios .well
{
	background-color: #f7f7f7;
}*/
.btn-vermas
{
	display: block;
	margin-top: 0;
	border: 1px solid #e3e3e3;
	width: 100%;
	height: 50px;
	text-align: center;
	padding: 15px;

}
.span-importante /* en clasificados-detalle */
{
	font-size: 17px;
	font-weight: bold;
	display: block;
	line-height: 25px;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 10px;
}
.thumbnail .corazon
{
	position: absolute;
	right: 25px; 
	top: 10px;
	font-size: 22px; 
	line-height: 0;
	margin-left: 5px;
	margin-right: 5px;
}
.vip-title-info {
position: relative;
display: inline-block;
font-size: 12px;
color: #999;
min-width: 20px;
max-width: 75%;
top: 5px;
    text-align: center;
}
.vip-title-info dt, .vip-title-info dd, .vip-title-info .vip-icon-sprite {
	display: inline-block;
	vertical-align: middle;
}
.vip-title-info dt span, .vip-title-info dd span, .vip-title-info .vip-icon-sprite span {
	display: inline-block;
}


.corazon /* en index, clasificados-listado, favoritos,  */
{
	display: inline-block;
	font-size: 22px; 
	line-height: 0;
	margin-left: 5px;
	margin-right: 5px;
}
.glyphicon-heart-empty:hover, .glyphicon-heart
{
	color: #f25300;
	text-shadow: 1px 1px 5px #000;
}

.glyphicon-heart:hover, .glyphicon-heart-empty
{
	color: #fff;
	text-shadow: 1px 1px 5px #000;
}
.breadcrumb-mio
{
	background-color: #ccc;
	color: #fff;
	border-radius: 3px;
	padding: 5px;
	overflow: hidden;
}
.breadcrumb-mio select
{
	width: auto;
	display: inline-block;
}
.answer /*parte de pregunta ventas */
{
	display: none;
}

/*-------------------- TABLA DE PLANES  ---------------------*/
.table {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #9f9f9f;
  font-size: 15px;

}
.table .package {
  box-sizing: border-box;
  border: 3px solid #e8e8e8;
  display: inline-block;
  padding: 20px;
  text-align: center;
  float: left;
  position: relative;
  min-height: 380px;
  width: 100%;
  margin-top: 15px;
}
.table .package-uno
{
	max-width: 450px;
	box-sizing: border-box;
	display: inline-block;
	padding: 20px;
	text-align: center;
	float: none
}
.table .name {
  color: #565656;
  font-weight: 300;
  font-size: 3rem;
  margin-top: -5px;
}
.table .price {
  margin-top: 7px;
  font-weight: bold;
  font-size: 15px;
  color: #333;
}
.table .price::after {
  content: " / por mes";
  font-weight: normal;
}
.table ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 29px;
}
.table li {
  margin-bottom: 15px;
}
.table .non-brilliant
{
	background: #fff;
	border: 10px solid #eeeeee;
}
.table .non-brilliant .btn
{
	margin-top: 25px;
}
.table .non-brilliant::after {
	position: absolute;
	left: 9px;
	top: 6px;
	text-shadow: 0 0 2px #0e8441;
	font-size: 1.4rem;
}
.table .brilliant {
	background: #fef5e0;
	border: 10px solid transparent;
	-moz-border-image: -moz-linear-gradient(top left, #f9c63e 0%, #a7800a 100%);
	-webkit-border-image: -webkit-linear-gradient(top left, #f9c63e 0%, #a7800a 100%);
	border-image: linear-gradient(to bottom right, #f9c63e 0%, #a7800a 100%);
	border-image-slice: 1;
}
.table .brilliant .price {
  color: #b68b0a;
}
/* Triangle */
.table .brilliant::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 64px 64px 0 0;
	border-color: #f9c63e transparent transparent transparent;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
}
.table .brilliant::after {
	position: absolute;
	left: 9px;
	top: 6px;
	text-shadow: 0 0 2px #0e8441;
	font-size: 1.4rem;
}

.table .brilliant-premium {

	background: #eee;
	border: 10px solid transparent;
	-moz-border-image: -moz-linear-gradient(top left, #dddddd 0%, #b2b2b2 100%);
	-webkit-border-image: -webkit-linear-gradient(top left, #dddddd 0%, #b2b2b2 100%);
	border-image: linear-gradient(to bottom right, #dddddd 0%, #b2b2b2 100%);
	border-image-slice: 1;
}
/* Triangle */
.table .brilliant-premium::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 64px 0 0;
  border-color: #dddddd transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.table .brilliant-premium::after {
  position: absolute;
  left: 9px;
  top: 6px;
  text-shadow: 0 0 2px rgba(1, 117, 43, .6);
  font-size: 1.4rem;
}

.table .li .glyphicon-ok
{
	color: #0e8441;
}
.package .btn
{
	margin-top: 20px;
}
.btn-oro
{
	color: #a7800a;
	border-color: #a7800a;
    background: #fef5e0; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #fef5e0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #fef5e0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #fef5e0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #fef5e0); /* Standard syntax */
}
.btn-oro:hover
{
	color: #7a5e07;
 	background: #fef5e0; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fef5e0, #fdecc4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fef5e0, #fdecc4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fef5e0, #fdecc4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fef5e0, #fdecc4); /* Standard syntax */
}
.btn-plata
{
	color: #606060;
	border-color: #919191;
    background:#e6e6e6; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #e6e6e6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #e6e6e6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #e6e6e6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #e6e6e6); /* Standard syntax */
}
.btn-plata:hover
{
	color: #464646;
 	background: #d6d6d6; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e6e6e6, #d2d2d2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e6e6e6, #d2d2d2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e6e6e6, #d2d2d2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e6e6e6, #d2d2d2); /* Standard syntax */
}
/*-------------------- FIN TABLA DE PLANES  ---------------------*/
/*-------------------- COMIENZO DE TIENDA  ---------------------*/
.portada-tienda
{
	width: 100%; 
	height: 300px;
	background-position: center center;
	background-size: cover !important;
	background-repeat: no-repeat;
	position: relative;
	box-shadow: 2px -2px 5px #ccc;
	border: 1px solid #ccc;
	border-bottom: 0;
	background-color: #093a21;
	background: red; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#15884f, #0f858e); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#15884f, #0f858e); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#15884f, #0f858e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#15884f, #0f858e); /* Standard syntax */
}
.portada-gradient
{
	width: 100%; 
	height: 300px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	box-shadow: 2px -2px 5px #ccc;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 57%, rgba(0,0,0,0.63) 99%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 57%,rgba(0,0,0,0.63) 99%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 57%,rgba(0,0,0,0.63) 99%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.border-tienda
{
	border: 1px solid #ccc;
	box-shadow: 2px 2px 5px #ccc;
	padding: 15px;
	overflow: hidden;
	border-radius: 5px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-top: 0;
}
.profile-pic
{
	box-shadow: none;
	left: 10px;
	margin-top: 0;
	top: 160px;
	padding: 1px;
	position: absolute;
	background: rgba(0, 0, 0, .3);
	border-radius: 3px;
}
.profile-pic img
{
	display: block;
	width: 130px;
	height: 130px;
	background-color: #fff;
	border: 4px solid #fff;
	border-radius: 2px;
	word-wrap: break-word;
}
.nombre-tienda
{
	bottom: 0;
	left: 150px;
	position: absolute;
}
.nombre-tienda h3
{
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,.9);
}

.border-tienda #map_canvas
{
	height: 150px;
	background-color: #ccc;
}

#btn-edit
{
	position: absolute;
	top: 15px; 
	right: 15px;
	z-index: 999;
	display: none;
}
#tienda-email
{
	width: 50px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
    display: inline-block;
    line-height: 0.9em;
}
.tienda-ul li
{
	margin-bottom: 5px;
}
/*-------------------- COMIENZO DE TIENDA EDITAR  ---------------------*/
ul.img-list2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.img-list2 li {
	display: inline-block;
	position: relative;
	width: 100%;
}
span.span-cambiarfoto2 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
ul.img-list2 li:hover span.span-cambiarfoto2 {
	opacity: 1;
}
span.span-cambiarfoto2 {
	background: rgba(0,0,0,0.5);
	color: white;
	cursor: pointer;
	display: table;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
ul.img-list2 li a img
{
	border: 1px #ccc solid; 
}
ul.img-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.img-list li {
	display: inline-block;
	position: relative;
	width: 100%;
}
span.span-cambiarfoto span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
ul.img-list li:hover span.span-cambiarfoto {
	opacity: 1;
}
span.span-cambiarfoto {
	background: rgba(0,0,0,0.5);
	color: white;
	cursor: pointer;
	display: table;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
ul.img-list li a img
{
	border: 1px #ccc solid; 
}
/*------------------------- COMIENZO TIENDA LISTADO--------------------------- */



/*------------------------- DASHBOARD--------------------------- */
.panel-green 
{
	border-color: #5cb85c;
}

.panel-green > .panel-heading 
{
	border-color: #5cb85c;
	color: #fff;
	background-color: #5cb85c;
}

.panel-orange
{
	border-color: #ff7124;
}

.panel-orange> .panel-heading 
{
	border-color: #ff7124;
	color: #fff;
	background-color: #ff7124;
}
.panel-red
{
	border-color: #d9534f;
}

.panel-red > .panel-heading, .panel-red > .panel-heading .glyphicon-heart
{
	border-color: #d9534f;
	color: #fff;
	background-color:  #d9534f;
}
.pregunta, .respuesta
{
	margin-bottom: 0;
	overflow: initial;
	text-overflow: initial;
	white-space: normal;
	word-wrap: normal;
	font-size: 12px;
	display: block;
}

.pregunta
{
	color: #333;
	margin-bottom: 5px;
	margin-top: 5px;
}
.summary-navigation
{
	margin-bottom: 40px;
	overflow: hidden;
}
/*-------------------------CLASIFICADOS VISTA PREVIA-----------------------*/
#alert-preview
{
	overflow: hidden;
	height: 0;
}

/* --------------------------CATEGORIAS.PHP --------------------*/
.category-letter {
	display: inline-block;
	color: #f25300;
	width: 100%;
	vertical-align: middle;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 7px;
	margin-bottom: 6px;
}
.category-letter a, .category-letter a:hover
{
	color: #f25300;
}
.category-list>div {
	padding: 3px 10px;
	overflow: hidden;
	vertical-align: middle;
}
.category-list .badge
{
	background-color:#ff803c;
}
.category-list>div .badge
{
	background-color: #b9b9b9;
}

footer
{
	margin-top: 50px;
	background-color: #eee;
	border: 1px solid #ddd;
	color: #333;
	padding: 15px;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
footer>div
{
	margin-bottom: 30px;
}
footer ul
{
	display: table-footer-group;
	margin:auto;
}
footer ul li
{
	float: left;
	margin-right: 24px;
	text-align: center;
}

/*
-----------------------------------------------------------------
-----------------------------------------------------------------
---------------------------MEDIAQUERIES--------------------------
-----------------------------------------------------------------
-----------------------------------------------------------------
-----------------------------------------------------------------
*/



/* TABLETS CHICAS */ 
@media(min-width: 600px){
	
	body>header>#buscador
	{
		min-width: 300px;
	}


	#sidebar1
	{
		display: block;
		left: 0;
		top: 42px;
		bottom: 0;
		width: 97px;
		height: 100vh;
		background: #333;
		z-index: 2;
		position: absolute;
		text-align: center;
	}

	#mapa-con-sidebar
	{
		position: relative;	
		margin-left: 97px;
		padding: 15px;
		overflow-y: scroll;
		height: 100vh;
		padding-bottom: 70px;
	}

	#mapa 
	{	
		margin-left: 97px;
	}	

}

@media(min-width: 768px){
	.well-img
	{
		height: 100px;
	}
	.panel-primary .list-group a
	{
		padding: 20px 15px !important;
	}
	.panel .list-group a
	{
		padding: 10px 15px;
	}
}

/* PASAMOS A TAMAÑO MONITORES CHICOS */
@media(min-width: 992px){
	body>header .logo
	{
		display: block;
		background: url(//www.agrositio.com/clasificados/img/nav-footer/clasificados-agrositio.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center center;
		width: 250px;
		height: 42px; 
		font: 0/0 a;
		color: transparent;
		text-shadow: none;
		background-color: transparent;
		border: 0;
		margin: 0;
		margin-left: 10px;
	}

	body>header .isologo
	{
		display: none;
	}

	.sandwich
	{
		display: none;
	}

	#nav-mobile
	{
		display: none !important;
	}

	.buscador-general
	{
		display: none;
	}

	body>header .text-content {
		display: inline-block;
		vertical-align: top;
		font-size: 12px;
		color: #BBB;
		height: 42px;
		line-height: 42px;
		padding: 0 20px;
	}

	#sidebar2
	{
		display: block;
		position: absolute;
		width: 200px; /*lo mismo que el margin left del div #mapa-con-sidebar*/
		background-color: #e0e0e0; /*#F8F8F8*/
		font-size: 13px;
		bottom: 0;
		height: 100vh;
		overflow-y: scroll;
		line-height: 1.42857;
		color: #333;
		margin-left: 95px;
		padding: 15px;
		top: 42px;
	}

	.sidebar2-filter 
	{
		padding-left: 0;
	}
	.sidebar2-filter li
	{
		display: block;
		max-width: 100%;
		padding-bottom: 5px;
	}

	#mapa-con-sidebar
	{        
		margin-left: 295px; /*lo mismo que el width del sidebar1 + sidebar2*/
	}

	#mapa 
	{
		margin-left: 97px;
	}

	ul.img-list2 li {
		width: 250px;
	}
	span.span-cambiarfoto2 {
		width: 250px;
		height: 250px;

	}
	ul.img-list li {
		width: 420px;
	}
	span.span-cambiarfoto {
		width: 420px;
		height: 248px;

	}
	.table .package 
	{
		box-sizing: border-box;
	}
	.table .package.miplan
	{
		width: 48%;
		margin-right: 2%;
	}
}
@media(min-width: 678px){
	.banner-mobile{
		display: none;
	}
}
/* PASAMOS A TAMAÑO MONITORES GRANDES */
@media(min-width: 1200px){
	.banners-laterales{
		max-width: 300px;
		display: block;
		float: left;
		background: #fff;
		z-index: 2;
		position: relative;
		text-align: center;
	}
}
/* PASAMOS A TAMAÑO MONITORES GRANDES */
@media(min-width: 1300px){
	.banners-960, .banners-960 canvas
	{
		display: block; 
		max-width: 960px;
		margin: auto;
	}

}