body {
    font-size: 16px;
    padding-top: 100px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #555;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    background-color: #fff;
    text-align: center;
}






h1 {
    margin-top: 10px;
    text-align: center;
}


.business-header {
    background-color: #19467d;
    color: #fff;
}

.intro {
    background: #1a1e3e;
    color: #fff;
}

.section.intro a {
    color: #cb3c33;
}



.section {
    padding-top: 15px;
    padding-bottom: 15px;
}

.section.intro h2 {
    color: #fff;
}

.section a {
    color: #1a1e3e;
    font-size: 18px;
    text-transform: uppercase;
}

.section.box {
    background-color: #024467;
    padding-top: 35px;
    padding-bottom: 35px;
}

.section.dark {
    background-color: #f5f5f5;
}

.section.grey {
    background-color: #FBFBFB;
    color: #555;
}

.section.link {
    text-align: center;
}

.section.link .item {
    background-color: #fff;
    padding: 20px;
}

.section h2 {
    margin-top: 0;
    color: #19467d;
}

.img-responsive {
    max-width: 100%;
}

ul li {
    text-align: left;
    font-weight: bold;

}

ul li a {
    color: #ea1300;
    text-decoration: none;
}

footer {
    padding: 15px;
    text-align: center;
}

.full-section {
    margin-bottom: 20px;
    text-align: center;
}

.full-section .title {
    bottom: 20px;
    color: #fff;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 5px #19467d;
    width: 100%;
}

.big-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: medium none;
    margin: 0;
    padding-bottom: 50%;
    position: relative;
    margin-bottom: 20px;
}

#properties {
    overflow: hidden;
    background-color: #19467d;
    padding-bottom: 20px;
}

#properties h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#properties h2 a {
    color: #fff;
}

.properties {
    overflow: hidden;
    margin-bottom: 20px;
}

.properties .item {
    margin-bottom: 15px;
    padding: 5px;
}

.properties .item a {
    color: #fff;
}

.properties .item a small {
    color: #00a3d9;
}

.properties .item a:hover {
    color: #ccc;
    text-decoration: none;
}

.properties .item-info {
    min-height: 65px;
}

.properties .item .item-img, #favorite .item .item-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60%;
    position: relative;
}

.properties .item .detail, .property-list-module .item .detail {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color:rgba(25, 70, 125, 0.8);
    padding: 5px;
    font-weight: 300;
    text-shadow: 1px 1px 1px #19467d;
    border-top-left-radius: 5px;
    box-shadow: -3px -2px 5px rgba(255, 255, 255, 0.63);
    font-size: 14px;
}

.properties .week-price, .properties .price, .property-list-module .week-price, .property-list-module .price , #favorite .item .price, #favorite .item .week-price{
    background-color: rgba(25, 70, 125, 0.8);
    border-bottom-right-radius: 5px;
    box-shadow: 3px 2px 5px rgba(255, 255, 255, 0.63);
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    left: 0;
    padding: 5px;
    position: absolute;
   
    top: 0;
}

.properties .week-price.lastminute, .property-list-module .week-price.lastminute, #favorite .item .week-price.lastminute{
    background-color: rgba(219, 102, 0, 0.9);
}

.properties .item .old-price, .property-list-module .item .old-price, #favorite .item .old-price{
    color: #743700;
    text-decoration: line-through;
    text-shadow: none;
}

.properties .item h3 {
    font-size: 22px;
    margin: 5px 0 5px;
}

.properties .item h4 {
    font-size: 18px;
    margin: 5px 0 5px;
    color: #45A6B6;
}

.properties .item.active {
    box-shadow: 0 0 10px #45a6b6;
    border-radius: 5px;
   
}

.info-city {
    overflow: hidden;
    background-color: #19467d;
    color: #fff;
}

.info-city h3 {
    color: #fff;
    text-align: center;
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 28px;
    padding: 9px 10px;
    position: relative;
}

@media (min-width:1400px) { 

    .navbar-default .navbar-nav > li > a  {
        padding-bottom: 35px;
        padding-top: 35px;
        font-size: 14px
    }
}



@media (max-width:992px) { 
      .navbar-default .navbar-nav > li > a  {

    padding-bottom: 35px;
    padding-top: 35px;

    font-size: 10px
    }
}

@media (max-width: 780px) { 

    body {
        padding-top: 0;
    }

    .navbar-fixed-top {
        position: relative;
    }   

    .navbar-nav > li {
        background: transparent none repeat scroll 0 0;
        border-bottom: 1px solid #ccc;
    }

    .navbar-nav > li {
        line-height: 20px;
        padding-bottom: 0;
        padding-top: 0;

    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }

}


@media (max-width: 480px) { 

   
}
