/*===========Hero==================*/
.hero{

    /*min-height: 250px;*/


    color: #FFF;

}


@media only screen and (min-width : 320px) {
    .hero{

    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .hero{

    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .hero{

    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .hero { min-height: 760px; }

    .hero-search-box{
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-search-box{
        background-color: rgba(0, 0, 0, 0.3);
        padding: 10px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .hero { min-height: 760px; }

    .hero-search-box{
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-search-box{
        background-color: rgba(0, 0, 0, 0.3);
        padding: 10px;
    }
}


.category-search{

    color: #FFF;
    padding-top: 40px;
    padding-bottom: 30px;
}

.hero-description{
    font-size: 16px;
}



.category-header{
    background: #FFF;
    padding: 5px 20px;
    border: 1px solid #DDD;
    border-radius: 5px;
}

.category-wrapper{
    padding:20px 0;
}

.category-search-box{
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
}

.category-search-box{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.search-input{
    padding: 5px;
}

.cat-search-input{
    padding: 5px;
}

.btn-custom, .btn-custom:hover:active, .btn-custom:focus, .btn-custom:hover:focus {
    background-color: #58b325;
    color: #fff;
    outline: none;
}



.btn-custom:hover {
    background-color: #398110;
    color: #fff;
}

.hero-title {
    font-weight: 800;
   /* margin-top: 40px;*/
    margin-top:0;
    text-transform: uppercase;
    font-family: Open Sans,sans-serif;
}

@media (max-width: 767px) {

    .hero-title {
        font-size: 20px;
    }
}
/*===========Hero==================*/
@media (max-width: 767px) {
    .text-right-xs { text-align:right }
}

section#cerca {
    background-color: #f8f8f8;
//background-image: url("resources/images/map-image.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
}








.dropdown-menu > li > a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    text-transform: uppercase;
    white-space: nowrap;

}


/*
.dropdown-menu {
  top: 75%;
 } */



div.subtitle {
    /*  background-color: #0c910c;   */
    /* background-color: #31ad4f;*/
    background-color: #4179b2;
    /*  background-color: #6a6a6a; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    padding: 3px 15px 0;
    text-align: left;
    text-transform: uppercase;
    width: 400px;
    font-family: verdana;
    font-weight:bold;
}

@media screen and (max-width: 401px)  {
    div.subtitle {
        width:100%;
    }


}


.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}


.post-content {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #fff;
    left: 0;
    margin: 4px;
    padding: 2px !important;
    position: absolute;
    width: calc(100% - 8px);
}

.thumbnail{
    position:relative;

}

a.footerlink {
    color:#FFF;
    text-decoration:none;

}

a.footerlink:hover {
    color:#fafafa;
    text-decoration:underline;
}

@media screen and (max-width: 991px)  {
    div#footer2, div#footer3 {
        text-align:center;
    }


}


div#cookie_error {
    width:100%;
    padding:5px;
    background-color:#FFFFE4;
    opacity:1;
    color:#000;
    text-align:center;
    font-size:13px;
    display:none;

}



.navbar-default {

    border-color: #e7e7e7;
    border-bottom:3px solid #006900;
}

.navbar {
    margin: 0!important;
}


.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right, .media > .pull-right {
    padding-left: 10px;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-bottom: 5px;
    margin-top: 0;
}
.media-list {
    list-style: outside none none;
    padding-left: 0;
}


/*==========  Mobile First Method container little  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    div.container.little {
        background-color: #f0f0f0;
    }

    section.stats {

    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    div.container.little {
        background-color: #f0f0f0;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    div.container.little {
        background-color: #f0f0f0;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    div.container.little {
        background-color: #f0f0f0;
        max-width: 815px;
        position:relative;
        z-index:20;
    }

    section.stats{
        margin:-55px 0 0;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    div.container.little {
        background-color: #f0f0f0;
        max-width: 815px;
        position:relative;
        z-index:20;
    }

    section.stats{
        margin:-55px 0 0;
    }
}

/*navbar collapse point */
@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.panel-body {
    padding:0;
}

.panel-rate {
    color: #656565;
    font-size: 12px;
    margin: 5px 0;
}

.panel-category {
    color: #656565;
    font-size: 12px;
    margin: 20px 0 0;
    text-transform: uppercase;
}

.panel-title {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: bold;
    height: 80px;
    margin: 5px 0;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel-address {
    color: #656565;
    font-size: 12px;
    margin: 5px 0;
    height:25px;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title_others {
    color: #006900;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin:0 0 2px;
}

.body_others {
    color: #666;
    font-size: 11px;
    line-height: 10px;
    display: block;
    margin:0 0 2px;
}

.footer_others {
    color: #555;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin:0 0 10px;
}

/*
.ui-autocomplete-panel .ui-autocomplete-list-item {
    border: 0 none;
    font-weight: normal;
    margin: 1px 0;
    padding: 5px 5px;
    text-align: left;
    font-size: 14px;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #00ba00;
    border: 1px solid #009900;
    color: #ffffff;
    text-shadow: 1px 1px 1px #666666;
}
*/

a, a:focus {
    outline:none;
}