.pagination, .yiiPager{

    margin-top:0;

}

.yiiPager {

    display: inline-block;

    padding-left: 0;

    margin: 20px 0;

    border-radius: 4px;

}

.paginationBar .veticaladd{

    padding-top: 38px;

}

.pagination > li.last,.pagination > li.first { display: none;}

.yiiPager > li {

    display: inline;

}

.yiiPager > li > a, .yiiPager > li > span {

    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.yiiPager li a, .pagination li a{
    border-radius: 0 !important;
    color: #777;
}

.pagination li a:hover, .pagination li a:focus, .yiiPager li a:hover, .yiiPager li a:focus,  .pagination li.selected a{
    color: #d02c00 !important;
}

.yiiPager > li > a:focus, .yiiPager > li > a:hover, .yiiPager > li > span:focus, .yiiPager > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}


.elsorter{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
   font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;

    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

    text-align: left;

}

.elsorter .caret{ 
    float: right;
    margin-top: 7px;
}

.homeBanner {
    max-width: 1200px;
    margin: -10px auto 0 auto;

}





#map-holder {

    position: relative;

    overflow: hidden;

    width: 100%;

    height: 100vh;

    margin-top: -150px;

    padding: 0;

}

@media (max-width: 767px) {

    #map-holder {

        margin-top: -50px;

    }

}

#map-holder #map {

    width: 100%;

    height: 100%;

}

#map-holder .leaflet-control-custom {

    background-image: url("../img/full-screen.svg");

    background-size: 80%;

    background-repeat: no-repeat;

    background-position: center;

    cursor: pointer;

}

#map-holder .leaflet-touch .leaflet-bar a {

    width: 22px;

    height: 22px;

    line-height: 22px;

}

#map-holder #pin-info-holder {

    display: none;

    position: absolute;

    background-color: #fff;

    z-index: 400;

    top: 150px;

    left: 0;

    right: 0;

    margin: 0 auto;

    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);

    max-width: 750px;

}

@media (max-width: 767px) {

    #map-holder #pin-info-holder {

        max-width: 310px;

    }

}

#map-holder #pin-info-holder #image-holder {

    min-width: 300px;

    height: 250px;

    position: relative;

    overflow: hidden;

}

#map-holder #pin-info-holder #image-holder #pin-image {

    height: 100%;

    width: auto;

    margin: auto;

    position: absolute;

    top: -999px;

    left: -999px;

    right: -999px;

    bottom: -999px;

}

#map-holder #pin-info-holder #logo-holder {

    width: 80px;

    height: 80px;

    position: absolute;

    z-index: 3;

    top: 10px;

    left: 42%;

    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);

    overflow: hidden;

}

#map-holder #pin-info-holder #logo-holder #pin-logo {

    height: 100%;

    width: auto;

    margin: auto;

    position: absolute;

    top: -999px;

    left: -999px;

    right: -999px;

    bottom: -999px;

}

@media (max-width: 767px) {

    #map-holder #pin-info-holder #logo-holder {

        left: 0;

        top: 0;

    }

}

#map-holder #pin-info-holder #data-holder {

    min-width: 300px;

    display: flex;

    position: relative;

    height: 250px;

    right: 0;

    flex-direction: column;

    padding: 0 40px;

    align-items: center;

    justify-content: center;

    color: #000;

}

#map-holder #pin-info-holder #data-holder .data-section {

    padding: 15px 0;

    width: 100%;

    border-bottom: 1px dashed #dedede;

}

#map-holder #pin-info-holder #data-holder .data-section:last-child {

    border-bottom: none;

}

#map-holder #pin-info-holder #data-holder .data-section .tag {

    color: #555;

    font-size: 14px;

    line-height: 1;

}

#map-holder #pin-info-holder #data-holder .data-section #pin-nombre {

    font-size: 20px;

}

#map-holder #pin-info-holder #data-holder .data-section #pin-precio {

    font-size: 24px;

}

#map-holder #pin-info-holder #close-btn {

    width: 30px;

    height: 30px;

    background-color: #dedede;

    color: #000;

    text-align: center;

    line-height: 30px;

    font-size: 24px;

    position: absolute;

    z-index: 3;

    top: 0px;

    right: 0px;

    cursor: pointer;

}

@media (max-width: 767px) {

    #map-holder #pin-info-holder #close-btn {

        top: 0;

        right: 0;

    }

}

#map-holder .container {

    position: absolute;

    z-index: 5555;

    text-align: center;

    margin: 0 auto;

    left: 0;

    right: 0;

}

#map-holder .top-map-container {

    top: 70px;

}

@media (max-width: 767px) {

    #map-holder .top-map-container {

        width: 50%;

        margin: 0;

    }

}

#map-holder .bottom-map-container {

    bottom: 10px;

}

@media (max-width: 767px) {

    #map-holder .bottom-map-container {

        top: 70px;

        width: 50%;

        margin: 0;

        left: 50%;

        bottom: auto;

    }

}

#map-holder #zonas {

    border-top: 1px solid #dedede;

    display: inline-block;

    background-color: #fff;

    padding: 10px;

}

@media (max-width: 767px) {

    #map-holder #zonas {

        display: block;

        padding: 5px;

    }

}

#map-holder #zonas .titulo {

    font-weight: bolder;

    display: inline-block;

    text-transform: capitalize;

    padding: 2px 10px;

}

@media (max-width: 767) {

    #map-holder #zonas .titulo {

        border-bottom: 1px solid #000;

    }

}

#map-holder #zonas .zona {

    border-right: 1px solid #000;

    padding: 2px 10px;

    display: inline-block;

    margin: 0;

    cursor: pointer;

}

#map-holder #zonas .zona.zona-selected {

    color: #f27a00;

}

#map-holder #zonas .zona:hover {

    color: #f27a00;

}

@media (max-width: 767px) {

    #map-holder #zonas .zona {

        border-right: none;

        border-top: 1px solid #000;

        display: none;

    }

}

#map-holder #zonas .zona-todas {

    margin: 0;

    cursor: pointer;

    display: inline-block;

    padding: 2px 10px;

    color: #f27a00;

}

#map-holder #zonas .zona-todas:hover {

    color: #333;

}

#map-holder #zonas .zona-todas.active {

    color: #ccc;

}

@media (max-width: 767px) {

    #map-holder #zonas .zona-todas {

        display: none;

        border-top: 1px solid #000;

    }

}

#map-holder #tipos {

    display: inline-block;

    background-color: #fff;

}

@media (max-width: 767px) {

    #map-holder #tipos {

        display: block;

        padding: 5px;

    }

}

#map-holder #tipos .titulo {

    display: none;

    font-weight: bolder;

    display: inline-block;

    text-transform: capitalize;

    padding: 2px 10px;

}

@media (max-width: 767px) {

    #map-holder #tipos .titulo {

        display: block;

    }

}

#map-holder #tipos .tipo {

    border-left: 1px solid #dedede;

    padding: 10px;

    display: inline-block;

    margin: 0;

    cursor: pointer;

}

#map-holder #tipos .tipo:hover {

    color: #f27a00;

}

#map-holder #tipos .tipo.tipo-selected {

    color: #f27a00;

}

#map-holder #tipos .tipo img {

    max-width: 20px;

    vertical-align: middle;

    display: inline-block;

    margin-left: 10px;

    margin-right: 5px;

}

@media (max-width: 767px) {

    #map-holder #tipos .tipo {

        display: none;

        border-left: none;

        border-top: 1px solid #dedede;

    }

    #map-holder #tipos .tipo img {

        display: none;

    }

}

#map-holder #tipos .tipo-todos {

    margin: 0;

    cursor: pointer;

    display: inline-block;

    padding: 10px;

    background-color: #555;

    color: #fff;

}

#map-holder #tipos .tipo-todos:hover {

    background-color: #f27a00;

    color: #fff;

}

#map-holder #tipos .tipo-todos.active {

    background-color: #f27a00;

    color: #fff;

}

@media (max-width: 767px) {

    #map-holder #tipos .tipo-todos {

        display: none;

    }

}



.servicioscliente div a {

    color:#000;

}



#customsort a.asc, #customsort a.desc  {

    background-repeat: no-repeat;

    background-position-x: 120px; 

    background-position-y: 8px; 

    background-color: #eee;

}

#customsort a.asc {

    background-image: url(gl/1up.png);

}



#customsort a.desc {

    background-image: url(gl/1down.png);

}



.panel {

    border: 0;

}

.panel-group .panel + .panel {

    margin:  10px 0;

    border-bottom: 1px;

}



.panel-default > .panel-heading {

    background-color: transparent;

    border-radius: 0;

    border-bottom: 1px;

}

.panel-title {

    margin-top: 0;

    margin-bottom: 0;

    font-size: 16px;

    color: inherit;

}

.panel-heading a {

    display: block;

    outline: none;

    padding: .6em 1em;

    position: relative;



}

.panel-heading:hover {

    background-color: #eee;

}

.panel-body {

    padding: 15px 30px;

}



.panel-default .panel-heading a.collapsed::after {

    background: url(gl/1down.png) no-repeat;

    background-position-x: 0; 

    background-position-y: 0; 

    height: 10px;

    width: 15px;

    display: block;

    content: '';

    position: absolute;

    right: 1em;

    top: 1em;

}



.panel-default .panel-heading a::after {

    background: url(gl/1up.png) no-repeat;

    background-position-x: 0; 

    background-position-y: 0; 

    height: 10px;

    width: 15px;

    display: block;

    content: '';

    position: absolute;

    right: 1em;

    top: 1em;

}



h4.panel-title {

    color: #000;

    font-weight: bold;

}

.carousel-inner > .item {

    transition: transform 0.6s ease-in-out 0s;

}


.carousel-caption {
left: 10%;
text-align: left;
margin-bottom:0;

}

.col-xs-12 .carousel-caption {
left: 5%;
text-align: left;
margin-bottom:0;
width:90%;
bottom:3px;
}

.carousel-caption div.txt {
	clear:both;
	font-size:3.8em;
	font-weight:lighter;
}
.carousel-caption div.grande {
	font-size:1.6em;
	font-weight:lighter;
}
.carousel-caption div.peq {
	font-size:1em;
	font-weight:bolder;
}

	
