/* GLOBAL STYLES
-------------------------------------------------- */
body {
  color: #5a5a5a;
}

/* TOP BG
-------------------------------------------------- */
.top-bg{
    position: absolute;
    background: url(../img/bg.jpg);
    background-size: cover;
    border-bottom: 5px solid #E2E2E2;
    top: 150px;
    left: 0;
    right: 0;
    height: 450px;
    z-index: -999;
}

.btn-group-lg >.btn, .btn-lg {
    font-size: 16px!important;

}


/* HEADER
-------------------------------------------------- */
.header.top{
    font-size: 16px;
    background: #C12331;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.header.top .left{
    padding: 10px 0;
    float:left;
    display:none;
}
.header.top .right{
    padding: 10px 0;
    float:right;
}
.header.top .center{
    text-align:center;
}
.header.top i{
    margin-left:5px;
}
.header.top a{
    color:#FFFFFF;
}

.header.second{
    text-align: center;
}
.header.second .logo{
    width: 110px;
    margin-bottom: 15px;
}

.header.second .right,
.header.second .left{
    font-size: 36px;
    color: #E51F22;
    padding: 17px 0;
}
.header.second .left{
    text-align:left;
}
.header.second .right{
    text-align:right;
}
.header.second .center{
    text-align:center;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-wrapper {
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #FFFFFF;
  border-color: #037ABE;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-wrapper .navbar-brand {
    color: #BC0112!important;
    font-size: 18px;
}
.navbar-wrapper .navbar-nav>li>a {
    color: #333!important;
}
.navbar-wrapper .navbar-nav>.active>a,
.navbar-wrapper .navbar-nav>.active>a:focus,
.navbar-wrapper .navbar-nav>.active>a:hover {
    color: #FFF!important;
    background-color: #C12331!important;
}
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #eee!important;
}

/* SEARCH
-------------------------------------------------- */
.search{
    min-height: 505px;
    border: 5px solid #F1F1F1;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.85);
}

.banner{
    position:relative;
    min-height: 505px;
    border: 5px solid #FFF;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.banner .darker{
    background-color:rgba(0,0,0,0.1);
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    z-index: 1;
}
.banner .item{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    background-color: #FFF;
    background-size:cover;
    background-position: center center;
    z-index: 0;
}
.banner .caption{
    position:absolute;
    text-align:center;
    bottom: 55px;
    left:20%;
    right:20%;
    color:#fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    z-index: 3;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel {
  height: 505px;
  margin-bottom: 20px;
  border: 5px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.carousel .carousel-inner{
  height: 100%;
}
.carousel-caption {
  z-index: 10;
}
.carousel-caption h1 {
font-size: 26px;
}
.carousel-caption p {
margin-bottom: 20px;
font-size: 14px;
line-height: 1.4;
}
.carousel .item {
  height: 100%;
  background-color: #777;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}



/* Info
-------------------------------------------------- */
.info {
  font-size:16px;
  word-wrap: break-word!important;
}
.info img {
  max-width:100%!important;
}


/* Country
------------------------- */
.country img{
    transition: transform 0.4s, opacity 0.4s;
    width: 120px;
}
.country img:hover{
    opacity: 0.4;
    transform: scale(0.8, 0.8);
}


/* Items
------------------------- */

.thumbnail {
    padding: 0!important;
}
.thumbnail .img{
    width: 100%!important;
    height: 300px!important;
    background-size: cover;
    background-position:center center;
}
.thumbnail .caption h4{
    height: 20px;
    overflow: hidden;
}
.thumbnail .caption h4.pull-right{
    padding-left:7px;
}
.thumbnail .caption p{
    height: 40px;
    overflow: hidden;
}
.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}


/* Top Filter
------------------------- */
.top-filter{
    border-bottom: 1px solid #E6E6E6;
    padding: 12px 0;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.top-filter .title{
   float:left;
   font-size:20px;
}
.top-filter .option{
   float:right;
}
.top-filter .option select{
    padding: 5px 3px;
    border-radius: 2px;
}


/* Item Page
------------------------- */
.item-page{
    padding:25px 10px!important;
    margin:10px 0!important;
    background-color: #fff!important;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.item-page .img{
    width: 100%;
    height: 100px;
    margin:5px 0.5%;
    float: left;
    border: 1px solid #ECECEC;
    cursor:pointer;
    background-size:cover;
    background-position: center center;
}
.item-page .map{
    width: 100%;
    height: 250px;
}
.item-page p{
    font-size:16px;
}


/* Contact
------------------------- */
.input-group-addon {
    padding: 6px 17px!important;
}
.lead {
    font-size: 18px!important;
    line-height: 1.8!important;
}


/* Footer
------------------------- */
footer{
    margin-top: 40px;
    background: #ECECEC;
    padding: 20px 10px;
    border-top: 5px solid #E6E6E6;
}
footer a{
    color: #3C3C3C;
}

body > div#jivo-iframe-container{
  display: none!important;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  .navbar-wrapper {
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  .carousel-caption h1 {
    font-size: 26px;
  }
  .carousel-caption p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.4;
  }
  .header.top .left{
    display:block;
  }
  body > div#jivo-iframe-container{
    display: block !important;
  }
}

@media (min-width: 992px) {
  .carousel-caption h1 {
    font-size: 32px;
  }
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.4;
  }
  .header.top .left{
    display:block;
  }
}