/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

body {
    font-size: 16px;
    padding-top: 100px;
    font-family: "Lato";
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #162E4E;
    border-color: -moz-use-text-color -moz-use-text-color #c9961a;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 10px;
    margin: 0;
}


.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    background-color: #fff;
    float: left;
    font-size: 18px;
    height: auto;
    line-height: 20px;
    padding: 5px;
}


.navbar-default .navbar-nav > li > a  {
    background-color: #162E4E;
    color: #fff;
    padding-bottom: 35px;
    padding-top: 35px;
    text-transform: uppercase;
    font-size: 12px
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ccc;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover  {
    background-color: #c9961a;
    color: #fff;
}




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


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

.intro {
    background: #f5f5f5;
    color: #162E4E;
}


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



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

.section.box {
    background-color: #162E4E;
    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  {
        font-size: 14px
    }
}



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


    font-size: 14px
    }
}

@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) { 

   
}
