@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
body {background-image:url(../img/bg.jpg); background-repeat:repeat;font-family: 'Open Sans', sans-serif; font-weight:400;color:#6C4625;}
.menu { font-weight:400; z-index:999; margin-bottom:0px; font-weight:700;  }

.header {background-color:#6c4625; min-height:30px; padding:10px 0px 5px 0px; color:#fff; font-size:12px; }
.introhead {padding:10px 0px; min-height:100px; background-image:url(../img/header_bg.png); background-position:right; background-size:contain; background-repeat:no-repeat;}
.btn-circle {width:30px;height: 30px;text-align:center;color:#FFF; border-color:#F05A28; background-color:#F05A28; margin:0px 3px; padding: 7.5px 0;font-size: 12px;border-radius: 15px;}
.btn-circle-footer {width: 30px; height: 30px;text-align: center;color:#6C4625;border-color:#C39A6B; background-color:#C39A6B; margin:0px 3px; padding: 7.5px 0;font-size: 12px;;border-radius: 15px;}
.btn-brown {background-color: #F05A28; color: #fff; font-weight: bold;}
.btn-brown:hover {background-color: #6C4625; color: #fff; font-weight: bold;}
.footer {color:#C39A6B; font-size:12px;background-color:#6C4625; color:C39A6B; padding:20px 0px;} .footer span {color:#fff;}
.footer p {}

.tripadvisor {color:C39A6B; margin-left:30px;}
.pelican-title {background-image:url(../img/cheetah-headings.png); background-size:cover; color:#F05A28; 
background-position:center; background-repeat:no-repeat; min-height:195px; max-height:195px; margin-bottom:5px; padding-top:30px;}

.wild-title {background-image:url(../img/wilderbeest-headings.png); background-size:cover; color:#F05A28; 
background-position:center; background-repeat:no-repeat; min-height:195px; max-height:195px; margin-bottom:5px; padding-top:30px;}

.chiefs-title {background-image:url(../img/lion-headings.png); background-size:cover; color:#F05A28; 
background-position:center; background-repeat:no-repeat; min-height:195px; max-height:195px; margin-bottom:5px; padding-top:30px;}

.dzibanana-title {background-image:url(../img/headings.png); background-size:cover; color:#F05A28; 
background-position:center; background-repeat:no-repeat; min-height:195px; max-height:195px; margin-bottom:5px; padding-top:30px;}

.mamasi-title {background-image:url(../img/boat-headings.png); background-size:cover; color:#F05A28; 
background-position:center; background-repeat:no-repeat; min-height:195px; max-height:195px; margin-bottom:5px; padding-top:30px;}

.page-title {background-image:url(../img/zebra-headings.png); background-size:cover; color:#F05A28; 
background-position:center; background-repeat:no-repeat; min-height:195px; max-height:195px; margin-bottom:5px; padding-top:30px;}

.contact-title {background-image:url(../img/ostrich-headings.png); background-size:cover; color:#F05A28; 
background-position:center; background-repeat:no-repeat; min-height:195px; max-height:195px; margin-bottom:5px; padding-top:30px;}

.dzibana-head { color:#6C4625; font-weight:600;}


#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(240, 90, 41, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

section#contact {
  background-position: center;
  background-repeat: no-repeat;
}
section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: 700;
  color: #F05A28;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  font-weight: 700;
  color: #F05A28;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  font-weight: 700;
  color: #F05A28;
}
section#contact :-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: 700;
  color: #F05A28;
}
section#contact .text-danger {
  color: #e74c3c;
}

.btn-xl {
  color: white;
  background-color: #F05A28;
  border-color: #F05A28;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 10px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #6C4625;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-xl .badge {
  color: #fed136;
  background-color: white;
}