/* Font Icons */

@charset "UTF-8";

 @font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?90472450');
  src: url('font/fontello.eot?90472450#iefix') format('embedded-opentype'),
       url('font/fontello.woff2?90472450') format('woff2'),
       url('font/fontello.woff?90472450') format('woff'),
       url('font/fontello.ttf?90472450') format('truetype'),
       url('font/fontello.svg?90472450#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

 @font-face {
  font-family: 'laca bold italic';
  src: url('font/Laca Black Italic.otf');
}


/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?90472450#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-home:before { content: '\2302'; } /* '⌂' */
.icon-chat:before { content: '\e720'; } /* '' */
.icon-login:before { content: '\e740'; } /* '' */
.icon-chart-line:before { content: '\f201'; } /* '' */
.icon-users:before { content: '👥'; } /* '\1f465' */
.icon-clock:before { content: '🕔'; } /* '\1f554' */
.icon-star:before { content: '\2605'; } /* '★' */
.icon-ok:before { content: '\e808'; } /* '' */
.icon-ok-1:before { content: '\2713'; } /* '✓' */


/* Default styles */

body{
 color: #585858;
 background-color: #f8f9fa !important;
 font-size: 14px;
}
img{
 border: 0;
}
h1{
 font-size: 25px;
}
h1, h2, h3, h4{
    color: #585858;
}
a{
 color: #2C86C5;
 text-decoration: none;
}
a:hover{
 text-decoration: underline;
}
form{
 display: inline
}

.clearer{
 clear: both;
}

/* Layout Styles */

#header{
  position: relative;
  clear: both;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  margin-bottom: 20px;
}
#header .header-blue{
  background: #43abef;    
  padding: 20px 0 10px;
}

#header .header-blue h1{
 font-family: 'laca bold italic','Work Sans', cursive;
 font-size: 45px;
 font-weight: 800;
 color: white;
 letter-spacing: -0.05em;
 -webkit-text-stroke: 3px #000;
}

#header .header-menu{
  background: #fff;
} 
#header .header-menu .navbar{
 padding-left: 0;
}
#header .header-menu .navbar a{
 font-weight: bold;
}



#footer{

}
#footer .footer-content{
  max-width: 960px;
  margin: 20px auto 0;
  padding: 20px;
}

#footer h3{
 font-size: 40px;
 padding-bottom: 20px;
 color: #b1d64b;
}

#footer h4{
 font-size: 18px;
}

#footer a{
 color: #585858;
}

#footer ul{
 padding: 0;
 list-style-type: none;
}

/***
 * Listings
*/

#listing-result h5.card-title{
    margin-bottom: 5px;
}
#listing-result h5.card-title a{
    text-decoration: none;
    color: #585858;
}

#listing-result .listing-type{
    font-size: 14px;
    margin-bottom: 10px;
}

#listing-result .rating{
    margin-bottom: 10px;
}

#listing-result .card{
    box-shadow: 2px 2px 20px 0 rgba(0,0,0,.1)
}

#listing-result .price{
  color: #ff408b;
}

.rating{
 background-image: url('/images/rating-stars.png');
 background-position: 0 -20px;
 height: 16px;
 padding: 0;
 width: 80px;
}
.rating span{
 background-image: url('/images/rating-stars.png');
 background-position: 0 0;
 display: block;
 height: 16px;
 margin: 0;
 overflow: hidden;
 padding: 0;
 width: 0
}

.listing-price .price{
    font-size: 25px;
    font-weight: bold;
    text-align: right;
}

.listing-price .price-description{
    font-size: 13px;
    text-align: right;
}

#listing-result .card-text.listing-description{
    font-size: 14px;
    line-height: 18px;
}

#listing-result .safarinow-booking-buttons{
    margin: 10px 0;
    text-align:right;
}

.safarinow-booking-buttons .btn{
    float: right;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #fff;
    width: 125px;
    border-radius: 3px;
    padding: 8px 5px;
    border: none;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.safarinow-booking-buttons .btn-enquire{
    background: linear-gradient(#5abef5,#3b9bef);
}
.safarinow-booking-buttons .btn-book{
  background: linear-gradient(#bedc09,#99c805);
  margin-left: 10px;
}

.safarinow-booking-buttons .btn:hover{
 color: #fff;
}
.safarinow-booking-buttons .btn-enquire:hover{
    background: linear-gradient(#3b9bef,#5abef5);
}
.safarinow-booking-buttons .btn-book:hover{
  background: linear-gradient(#99c805,#bedc09);
  margin-left: 10px;
}

    

#listing-result .result-count{
    color: #585858;
    margin-bottom: 15px;
}


@media only screen and (max-width: 767px) {
  .listing-price {
    margin-top: -55px;
    margin-bottom: 20px;
  }
  
  #header .header-blue h1{
   font-size: 33px;
  }
  
  #content #listing .title-block{
   position: relative;
  }
  #content #listing .title-block h1{
   font-size: 20px;
  }
  #content #listing .title-block h4{
   font-size: 16px;
  }
  
  #content #listing .price-block{
   position: relative;
   bottom: auto;
   right: auto;
   background: none;
   color: #585858;
   padding-bottom: 15px;
  }
  #content #listing .price-block .price:before{
   color: #585858;
  }
  #content #listing .price-block .price{
   color: #ff408b;
  }
  #content #listing .price-block .safarinow-booking-buttons{
   height: 40px;
  }
  
  #listing .listing-side{
   margin-top: 30px;
   background: #f0f0f0;
   margin: 20px -10px 10px;
   padding: 10px
  }
  
}


/** Listing **/

#listing{
 max-width: 960px;
 margin: 0 auto;
}

#listing .hero-image img{
 width: 100%;
 max-height: 550px;
}

#listing .title-block{
   background: rgba(0,0,0,.55);
   z-index: 99;
   position: absolute;
   top: 8px;
   padding: 10px;
}

#listing .title-block h1 {
    color: #d9f628;
    margin: 0;
    padding: 0;
    font-size: 1.8em;
}
#listing .title-block h4 {
 color: #fff;
 font-size: 20px;
}

#listing .title-block .rating{
 text-align:right;
 margin-top: 5px;
}

#listing .price-block{
  width: auto;
  padding: 0.5em 1em 1em;
  position: absolute;
  bottom: 70px;
  right: 15px;
  background: rgba(0,0,0,.55);
  color: #fff;
  min-width: 300px;
}
#listing .price-block .price{
  text-align: right;
  font-size: 32px;
  font-weight: bold;
  color: #d9f628;
}
#listing .price-block .price:before{
  content: 'from';
  font-size: 18px;
  padding-right: 10px;
  font-weight: normal;
  font-style: italic;
  color: #fff;
}
#listing .price-block .price-description{
  font-style: italic;
  text-align: right;
  display: block;
  margin: -5px 0 10px;
}


#listing .listing-detail{
 background: #fff;
 padding: 20px;
 color: #585858;
}

#listing .listing-about{
 margin-bottom :20px;
}


#listing .listing-side ul{
 list-style-type: none;
 padding-left: 0;
}
#listing .listing-side ul li{
 margin-bottom: 5px;
 line-height: 20px;
 padding-bottom: 5px;
}
#listing .listing-side ul li i{
    margin-right: .8em;
    color: #666;
    float: left;
    height: 24px;
    font-size: 20px;
}


#listing .listing-detail h2{
  font-size: 25px;
  margin-bottom: 30px;
}

#listing .listing-features{

}
#listing .listing-features h5{
 font-size: 18px;
}
#listing .listing-features ul{
 list-style-type: none;
 padding: 0;
}
#listing .listing-features ul li i{
  color: #b1d64b;
}
#listing .listing-features ul li i:before{
 font-weight: 700;
}


#listing .listing-booking-footer{
 margin-top: 20px;
}
#listing .listing-booking-footer .footer-price{
 text-align:right;
 margin-bottom: 15px;
}
#listing .listing-booking-footer .footer-price .price{
 font-size: 20px;
 font-weight: bold;
 color: #ff408b;
}


/***********************************************************************************/
/* Custom Styles */


.content-block{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.1), 0 6px 20px 0 rgba(0,0,0,.1);
  padding: 20px 10px;
  font-size: 14px;
  background-color: #fff;
}

.content-block h4{
    color: #585858;
    font-size: 20px;
    text-transform: title-case;
}

.content-detail{
 padding-top: 20px;
}

#content-modules{
 padding: 10px 20px;
 color: #898989;
}
   
   div#breadcrumbs{
    margin-left: 0;
    margin-top: 0;
    padding: 0 0 10px;
   }
   div#breadcrumbs ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
   }
   div#breadcrumbs ul li{
     display: inline;
     font-size: 11px;
     font-family: arial;
     text-transform: uppercase;
/*     background: url('../images/breadcrumb-divider.png') center left no-repeat;*/
     padding: 0 5px 0 10px;
   }
   div#breadcrumbs ul li.first{
     padding: 0 5px 0 0;
     background: 0;
   }
   
   input.button-submit{
    /*background: url('../images/button-submit-bg.png') repeat-x; */
    border: 1px solid #f6c8aa;
    min-width: 0;
    padding: 1px 10px;
    color: #523110;
    cursor: pointer;
    border-radius: 5px 5px 5px 5px;
    behavior: url(/styles/PIE.htc); /* IE Workaround */
   }
   


div.message-error{
 border: 1px solid red;
 background: #fff;
 color: red;
 margin: 15px 0;
 padding: 5px 5px 5px 30px;
}
div.message-success{
 border: 1px solid green;
 background: #fff;
 color: green;
 margin: 15px 0;
 padding: 5px 5px 5px 30px;
}
table.zebra tr.even-row{
 background-color: #f4f1e9;
}

.search-form.top input.search-form-textbox{
 font-size: 10px;
 height: 14px;
 padding: 2px;
 border: 1px solid #f18e00;
 width: 150px;
 color: #84b011
}

.search-form.top input.search-form-button{
 border: 0;
/* background: url('/images/button-search.png') no-repeat;*/
 border-radius: 0;
 width: 20px;
 height: 22px;
 text-indent: -9999px;
}


td.table_end{
 border-color: #F18E00;
}

.enquiry-form{
 padding: 20px;
}

.price-special{
 color:#84B011;
}

.gallery-lightbox {
 padding: 30px 5px;
}

.result-message,.search-result-message{
 padding-left:20px;
 padding-right:20px;
 padding-top:20px;
}

.search-result-list {
 padding-left:20px;
 padding-right:20px;
 padding-bottom:20px;
}
 
/***************************************************************/
/** SafariNow Styles **/

.header-tags{
  margin-bottom: 15px;
}

.header-tags span{
 display: block;
 float: left;
 font-size: 12px;
 margin: 8px 10px 0 0;
}

.header-tags ul{
 list-style-position: inside;
 margin: 0;
 padding: 0;
 display: inline;
} 

.header-tags ul li{
 background-color: #A3FA94;
 color: #1F7212;
 border-radius: 3px 3px 3px 3px;
 cursor: default;
 display: block;
 float: left;
 font-size: 12px;
 list-style: none outside none;
 margin: 5px 8px 5px 0;
 padding: 2px 7px;
}



a.safarinow-button-small{
 background-image: url("/images/button-bg-small.png");
 border-radius: 3px 3px 3px 3px;
 font-size: 12px;
 padding: 1px 9px;
 background-position: 0 bottom;
 background-repeat: repeat-x;
 color: #FFFFFF !important;
 font-weight: bold;
 line-height: 1.5;
 text-align: center;
 margin-bottom: 5px;
}

a.safarinow-button-large{
 background-image: url("/images/button-bg-large.png");
 border-radius: 3px 3px 3px 3px;
 font-size: 14px;
 padding: 9px 9px;
 background-position: 0 bottom;
 background-repeat: repeat-x;
 color: #FFFFFF !important;
 font-weight: bold;
 line-height: 1.5;
 text-align: center;
}

a.quote-button{
 background-color: #88C6CD;
 border: 1px solid #4F8590;
 text-shadow: 0 -1px #4F8590;
}

a.book-button{
 background-color: #1fb10c;
 border: 1px solid #116b05;
 text-shadow: 0 -1px #116b05;
}

a.advertising-banner{
  background-image: url("/images/office_group_office_furniture.jpg");
  display: block;
  height: 401px;
  padding: 100px 0 0;
  text-align: center;
  width: 228px;
  color: #af181f;
  margin: 0 auto;
}

