
a{

}
html {
    overflow-x: hidden;
}
body{
font-family: 'Raleway', monospace;
    overflow-x: hidden;
    position: relative;
}
.site-container{
	display: block;
	max-width: 1400px;
	margin: auto;
	padding: 0 19px;
}
header.site-container{
    padding: 0 10px;
}

p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    font-family: 'Raleway', monospace;
}
h1, h2, h3{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

header {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

header .logo {
	float: left; 
}
header .logo img{
	width: 310px;
    margin-top: 1px;
}
header .search {
	float: right;
    display: inline-block;
    margin-bottom: 15px;
    display: none;
}
header .search input{
    background: #d4b69e;
    border: 0;
    padding: 5px;
    padding-right: 30px;
}
header .search span{
	margin-left: -25px;
}
header .search-mobile {
    display: none;
}
header .menu {
    display: inline-block;
    float: right;
    clear: right;
}
header .menu ul {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 0;
}
header .menu ul li {
	display: inline-block;
	float: left;
	list-style: none;
	position: relative;
}
header .menu ul li a{
	color: #000;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 15px;
    font-family: 'Montserrat', monospace;
    font-weight: 500;
    display: block;
}
body.js_nav .menu > ul > li > a {
    font-weight: bold;
}
header .menu ul li ul {
	display: none;
    position: absolute;
    background: rgba(0, 0, 0, 1);
    width: 300px;
    top: 40px;
    padding-bottom: 10px;
}
header .menu ul li ul li {
	display: inline-block;
	width: 100%;
}
header .menu ul li ul li a{
	display: inline-block;
	width: 100%;
    color: #fff;
    padding: 5px 20px;
}
header .menu ul li:hover ul {
	display: block;
}
#close_mobile_menu {
    display: none;
}


.home-hero {
	display: inline-block;
	width: 100%;
}
.home-hero .video{
	position: relative;
}
.home-hero video{
    width: 100%;
    height: auto;
}
.home-hero h2{
	position: absolute;
	text-align: center;
	width: 100%;
	display: inline-block;
	bottom: 50px;
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
font-family: 'Raleway', monospace;
}
.home-hero .carousel .carousel-inner .item {
  -webkit-transition: -webkit-transform 2s ease-in-out;
    -o-transition: -o-transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.carousel-inner>.item.active, 
.carousel-inner>.item.next.left, 
.carousel-inner>.item.prev.right {
    display: block;
    -webkit-transform: none;
    transform: none;
}

.home-hero .carousel img{
    width: 100%;
    height: auto;
}

.carousel-fade .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    /*width: 100%;*/
    width: 102%;
    max-width: 102%;
    line-height: 1;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  -moz-transition: all ease-in 1s; 
  -webkit-transition: all ease-in 1s; 
  transition: all ease-in 1s;
}    
.carousel-fade .carousel-inner .active {
  opacity: 1;
}    
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}    
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}    
.carousel-fade .carousel-control {
  z-index: 2;
}


@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


.home-section1 {
	display: inline-block;
	width: 100%;
}
.home-section1 h1{
	text-align: center;
	text-transform: uppercase;
	font-size: 39px;
	margin: 30px 0;
}
.home-section1 p{
    font-size: 16.5px;
    line-height: 25px;
font-family: 'Raleway', monospace;
}

.home-section2 {
	display: inline-block;
	width: 100%;
}
.home-section2 .banner {
	display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
    min-height: 100px;
}
.home-section2 .banner p{
	font-size: 30px;
	margin: 30px 0;
}
.home-section2 .banner img{

}


.home-section3 {
	display: inline-block;
	width: 100%;
    margin: 30px 0;
}
.home-section3 h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	margin: 30px 0;
}
.home-section3 a {
	display: inline-block;
	width: 100%;
	position: relative;
    float: left;
}
.home-section3 .col-xs-12 {
    padding: 0;
}
.home-section3 .col-xs-12 img{
	width: 100%;
	height: auto;
}
.home-section3 .col-xs-12 span{
    position: absolute;
    top: 10%;
    left: 10%;
    color: white;
    font-size: 50px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Satisfy', cursive;
}



.home-section4 {
	display: inline-block;
	width: 100%;
    margin-bottom: 50px;
}
.home-section4 h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	margin: 30px 0;
}
.home-section4 .col-xs-12 {
	text-align: center;
    padding: 0;
    position: relative;
}
.home-section4 .col-xs-12 img{
	width: 100%;
	height: auto;
}
.home-section4 .col-xs-12 .over {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 10px;
}
.home-section4 .col-xs-12:hover .over {
    background: rgba(0, 0, 0, 0.7);
}
.home-section4 .col-xs-12 span.title{
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	margin-top: 5px;
	margin-bottom:0px;
}
.home-section4 .col-xs-12 span.type{
	display: block;
    /*color: #FF6666;*/
    font-size: 16px;
    font-weight: 500;
}


.home-section5 {
	display: inline-block;
	width: 100%;
}
.home-section5 h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	margin: 30px 0;
}
.home-section5 .col-xs-12 {
	margin-bottom: 30px;
}
.home-section5 .col-xs-12 a{
	text-align: center;
	display: inline-block;
	width: 100%;
}
.home-section5 .col-xs-12 img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.home-section5 .col-xs-12 span{
	text-align: center;
    display: block;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
}


.home-section6 {
	display: inline-block;
	width: 100%;
}
.home-section6 h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	margin: 30px 0;
}
.home-section6 h4{
    text-transform: capitalize;
font-family: 'Raleway', monospace;
    text-align: center;
    font-size: 25px;
}
.home-section6 .photos .item{
    width: 33.33%;
    float: left;
    display: inline-block;
}
.home-section6 .photos img{
	width: 100%;
	height: auto;
}
.home-section6 .col-md-7 img{
	width: 100%;
	height: auto;
}
.home-section6 .col-md-7 .banner {
	font-size: 30px;
	text-align: center;
	margin: 30px 0;
}


.home-contact {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
}
.home-contact .left {
    text-align: left;
    display: block;
    margin: auto;
    max-width: 280px;
}
.home-contact .left h2 {
    font-family: 'Satisfy', cursive;
    font-size: 45px;
    font-weight: bold;
    color: #888;
    text-transform: capitalize;
}
.home-contact .left p.big {
    font-size: 20px;
    text-align: left;
}
.home-contact .left .infos {
    margin-top: 30px;
    margin-bottom: 30px;
}
.home-contact .left .infos p i {
    display: inline-block;
    float: left;
    font-size: 30px;
    margin-right: 15px;
}
.home-contact .left .infos span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}
.home-contact .left .infos p {
    text-align: left;
    margin: 0;
    line-height: 1.2;
    display: inline-block;
    width: 280px;
}
.home-contact form input {
    color: #555;
    background: rgb(242, 244, 236);
    padding: 10px;
    height: auto;
    font-size: 16px;
    border: 0;
    outline: none;
    box-shadow: none;
}
.home-contact form textarea {
    color: #555;
    background: rgb(242, 244, 236);
    padding: 10px;
    height: auto;
    min-height: 120px;
    font-size: 16px;
    border: 0;
    outline: none;
    box-shadow: none;
}
.home-contact form input.submit {
    background: no-repeat;
    border: 0;
    padding: 5px;
    width: 100px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    background: #fddb00;
    color: #000;
}
.home-contact form input.submit:hover {
    background: #000;
    color: #fff;
}


footer {
	margin-top: 50px;
    background: #242322;
    text-align: center;
    color: #fff;
    padding: 30px 15px;
}
footer .subscribe p{
	font-size: 16px;
    text-transform: capitalize;
    display: inline-block;
}
footer .subscribe .email{
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    display: inline-block;
}
footer .subscribe form input{
    float: left;
    border: 0;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 25px;
}
footer .subscribe form button:hover{
    background: #d29e0c;
}
footer .subscribe form button{
    background: #f3ba17;
    border: 0;
    color: #242322;
    text-transform: capitalize;
    font-size: 15px;
    padding: 7px 15px;
    font-weight: 500;
}
footer .socials {
    
}
footer .socials p{
    display: block;
    text-transform: uppercase;
    color: #a2a2a2;
}
footer .socials .icons {
	display: inline-block;
}
footer .socials .icons a {
    color: white;
    margin: 5px;
    text-align: center;
    display: inline-block;
}
footer .socials .icons a:hover {
    color: #f3ba17;
}
footer .socials .icons a img{
    height: 35px;
    width: auto;
}
footer .socials .icons a i{
    font-size: 20px;
    line-height: 30px;
}
footer .links a {
    color: #fff;
    display: block;
    margin-bottom: 15px;
}
footer .copyright {
    margin-top: 20px;
}
footer .copyright p {
    margin: 0;
    font-size: 14px;
}
footer .logo-footer img {
    width: 220px;
    margin: auto;
}
footer .col-xs-12 {
    margin-bottom: 20px;
}


#go-top{
    display: none;
    position: absolute;
    top: auto;
    bottom: 50px;
    right: 15px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #a5a5a5;
    color: white;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 25px;
    line-height: 25px;
    cursor: pointer;
}



/*safaris page*/

header.safari-header .logo img{
    width: 220px;
}
header.safari-header .menu{
}
header.safari-header .menu > ul{
    display: block;
}
header.safari-header .menu ul li ul{
    background: rgb(144, 144, 46);
}
header.safari-header .menu ul li a{
    line-height: 30px;
    font-size: 13px;
    font-weight: normal;
    padding: 8px 15px;
}
header.safari-header .menu ul li ul li a{
    color: #fff;
}
header.safari-header .search{
    margin-bottom: 10px;
}
header.safari-header.fixed {
    background: rgba(0, 0, 0, 0.20);
}

.top-slider {
    display: inline-block;
    width: 100%;
    margin-top: 0;
}
.top-slider .site-container{
    padding: 0;
    max-width: 100%;
}
.top-slider .photo,
.top-slider .video {
    position: relative;
}
.top-slider video{
    width: 100%;
    height: auto;
}
.top-slider .photo img,
.top-slider .video img {
    width: 100%;
    max-width: 1250px;
    margin: auto;
    margin-top: 80px;
}
.top-slider h2{
    position: absolute;
    text-align: center;
    width: 100%;
    display: inline-block;
    bottom: 50px;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
font-family: 'Raleway', monospace;
}
.carousel .carousel-inner .item {
  -webkit-transition: -webkit-transform 2s ease-in-out;
    -o-transition: -o-transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.carousel-inner>.item.active, 
.carousel-inner>.item.next.left, 
.carousel-inner>.item.prev.right {
    display: block;
    -webkit-transform: none;
    transform: none;
}

.top-slider .carousel img{
    width: 100%;
    height: auto;
}

.text-top-section {
    display: inline-block;
    width: 100%;
}
.text-top-section img {
    width: 100%;
}
.text-top-section h1{
    text-align: center;
    text-transform: capitalize;
    font-size: 35px;
    margin: 30px 0;
}
.text-top-section h1.margin-top {
    margin-top: 100px;
}
.text-top-section p{
    font-size: 17px;
    line-height: 27px;
}

.anchors-section {
    display: inline-block;
    width: 100%;
}
.anchors-section .links {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.anchors-section .links .item {
    display: inline-block;
    margin: 20px;
}
.anchors-section .links .item h3 {
    font-size: 16px;
}
.anchors-section .links .item img {
    height: 35px;
}
.anchors-section .links .item a {
    color: #555!important;
    font-weight: bold;
}

/*.anchors-section .links a{
    color: #000;
}
.anchors-section .links h4 {
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
}
.anchors-section .links h4 img{
    height: 25px;
}
.anchors-section .links .box {
    max-width: 250px;
    margin: auto;
}
.anchors-section .links .box select{
    font-size: 18px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    width: 100%;
}
.anchors-section .links h4:hover + .box{
    display: block;
}
.anchors-section .links .box:hover{
    display: block;
}
.anchors-section .links .box a{
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
}*/



.anchors-section .anchors {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.anchors-section .anchors .col-md-12{
    margin-bottom: 30px;
}
.anchors-section .anchors h3{
    font-size: 30px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}
.anchors-section .anchors p{

}
.anchors-section .anchors .line {
    display: inline-block;
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    clear: both;
}
.anchors-section .anchors .img {
    width: 150px;
    float: left;
    display: inline-block;
}
.anchors-section .anchors .img img{
    width: 90%;
    height: auto;
}
.anchors-section .anchors .text {
    display: inline-block;
    width: calc(100% - 300px);
    padding-left: 20px;
    text-align: center;
}
.anchors-section .anchors .text p.title{
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}
.anchors-section .anchors .text a{
    font-size: 16px;
}
.anchors-section .anchors .flex {
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
}
.anchors-section .anchors .item {
    margin: 20px 0;
}
.anchors-section .anchors .item .img {
    width: auto;
    display: block;
    margin-bottom: 10px;
    float: none;
}
.anchors-section .anchors .item .text {
    width: auto;
    display: block;
    padding: 0;
}
.anchors-section .anchors .item .text .title {
    font-weight: 300;
    margin-bottom: 5px;
}

/*discover page*/

.text-section {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.text-section h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    margin: 30px 0;
}
.text-section h2{
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
    margin: 30px 0 20px;
}
.text-section h3{
    text-align: center;
    text-transform: capitalize;
    font-size: 25px;
    margin: 20px 0;
}
.text-section p{
    font-size: 17px;
    line-height: 27px;
    margin: 15px 0;
}
.text-section li{
    font-size: 17px;
    line-height: 27px;
}
.text-section a{
    font-size: 17px;
    margin-bottom: 15px;
}
.text-section img{
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.text-section span.caption{
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 10px;
}

.text-section.hotels .item {
    margin-bottom: 50px;
}
.text-section.hotels .item p {
    margin: 5px 0;
    padding: 0;
}
.text-section.hotels img.img-responsive {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
}

.rotate-icon {
	display: none;
}
.rotate-icon img {
    display: block;
    margin: 10px auto;
    width: 50px;
}

.to-do-section .col-sm-6 {
    margin-bottom: 30px;
}   
.to-do-section .col-sm-6 h4{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}
.to-do-section .col-sm-6 .img img{
    max-width: 100%;
    width: 90%;
    margin: auto;
}   


.img-center img{
    display: block;
    margin: 30px auto 50px;
    width: 100%;
    max-width: 700px;
}

.vechicle-section .row {
    margin-top: 50px;
    margin-bottom: 50px;
}
.vechicle-section .row img{
    width: 100%;
    height: auto;
}
.vechicle-section .row h3{
    font-size: 25px;
    text-transform: capitalize;
    margin-top: 0;
}
.vechicle-section .row p{
    text-align: left;
}
.vechicle-section .row form {
    display: inline-block;
}
a.enquire:hover{
    background: #d5d502;
    text-decoration: none;
}
a.enquire{
    background: yellow;
    color: #000;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
}
button.enquire:hover{
    background: #d5d502;
    text-decoration: none;
}
button.enquire{
    background: yellow;
    color: #000;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    border: 0;
}
.vechicle-section .row .enquire{
    float: left;
}


/*wildlife page*/

.links-section {
    text-align: center;
}
.links-section a{
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 20px 0;
    display: inline-block;
    cursor: pointer;
}
.links-section .big-menu {
    position: relative;
}
.links-section .big-menu .submenu {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}
.links-section .big-menu:hover .submenu {
    display: block;
}
.links-section .big-menu .submenu a {
    display: block;
    text-align: center;
    color: yellow;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin: 10px 0;
}

.wildlife .line {
    display: inline-block;
    width: 100%;
    max-width: 1200px;
    clear: both;
    margin: 30px 0;
}
.wildlife .line .image {
    width: 400px;
    max-width: 100%;
    float: left;
    margin-right: 20px;
}
.wildlife .line .image img{
    width: 100%;
    height: auto;
}
.wildlife .line .text h4{
    font-size: 22px;
    font-weight: bold;
}
.wildlife .line.long {
    max-width: 100%;
    text-align: left;
    margin: 20px 0;
}
.wildlife .line.long .image{
    width: 250px;
}
.wildlife .line.long p{
    text-align: left;
}

/*safaris page*/
.safari-package li,
.safari-package p {
    font-family: 'Raleway', sans-serif;
}
.safari-package h2,
.safari-package h3,
.safari-package h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.safari-package h2 {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 300;
}
.safari-package h4 {
    font-size: 22px;
    font-weight: 500;
}
.safari-package .page-links {
    text-align: center;
}
.safari-package .page-links a {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #a88c60;
    margin: 15px;
}
.safari-package .page-links a:hover {
    font-weight: normal;
}
.safari-package .day-images {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.safari-package .day-images a {
    display: inline-block;
    width: 31.33%;
    margin: 1%;
    float: left;
}
.safari-package .day-images a img {
    width: 100%;
    height: auto;
}
.table-price {
    width: 700px;
    max-width: 100%;
    margin: auto;
    text-align: left;
    font-weight: 700;
}
.table-price .first{
    color: #000;
    background-color: #b2d5d0;
    font-weight: normal
}
.table-price .second{
    color: #000;
      background-color: #d5d0b2;
       font-weight: normal
}
.table-price tr td {
    font-family: 'Raleway', sans-serif;
    font-weight: normal
}
.table-price tr.second:hover{
    background-color: #FFC273;
}
.table-price tr.first:hover{
    background-color: #D6D6D6;
}
.safari-package .inclusions .first {
    border-right: 1px solid #ccc;
}
.safari-package .inclusions .inner {
    padding: 15px;
}
.safari-package .inclusions h4 {
    text-align: left;
}
.safari-package .inclusions li {
    text-align: left;
}
.safari-package .addon .item {
    margin: 15px 0;
}
.safari-package .addon .item .inner {
    background: #eee;
}
.safari-package .addon .item img {
    width: 100%;
    height: auto;
}
.safari-package .addon .item .text {
    padding: 5px;
    text-align: center;
}
.safari-package .addon .item .country {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.safari-package .addon .item .title {
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0;
}
.safari-package .addon .item .subtitle {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.safari-package .addon .item a.view {
    background: #9a9a9a;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
}
.safari-package .addon .item a.view:hover {
    background: #716f6f;
    text-decoration: none;
}
.safari-package .book .email {
    display: inline-block;
    text-align: center;
}
.safari-package .book .email a {
    background: orange;
    color: #000;
    padding: 10px 20px;
    font-size: 25px;
    text-transform: lowercase;
    cursor: pointer;
    display: inline-block;
    border: 0;
}
.safari-package .book .email a:hover {
    background: #d28800;
    text-decoration: none;
}
.safari-package .book .chat {
    display: inline-block;
    text-align: center;
}
.safari-package .book .chat img {
    width: 50px;
    height: auto;
}
.safari-package .book .chat a {
    color: #000;
    font-size: 25px;
    text-transform: lowercase;
}
.safari-package .book .enquire-link {
    display: inline-block;
    text-align: center;
}
.safari-package .book .enquire-link button {
    font-size: 20px;
    font-weight: normal;
}
.safari-package .book .enquire-link p {
    text-transform: uppercase;
}


/*photos page*/
.no-slider-top {
    margin-top: 100px;
}
.photos-links {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.photos-links a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin: 10px 5%;
    background: #ffd02c;
    padding: 8px 15px;
    border-radius: 5px;
    display: inline-block;

}
.photos-links a:hover{
    background: #d0a81d;
    text-decoration: none;
}
.instagram-photo h2{
    text-transform: capitalize;
    text-align: center;
    font-style: italic;
    color: blue;
}

.filter-photos {
    text-align: left;
    margin: 30px 0;
    display: inline-block;
    width: 100%;
}
.filter-photos p{
    display: inline-block;
    margin: 0;
    margin-right: 20px;
    font-size: 15px;
    font-weight: bold;
    background: #ffd02c;
    padding: 6px;
    float: left;
}
.filter-photos .btn:focus {
    outline: 0;
}
.filter-photos .btn {
    border: none;
    outline: none;
    padding: 8px 10px;
    background-color: white;
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    color: #337ab7;
}
.filter-photos .btn:hover {
    background-color: #ddd;
}
.filter-photos .btn.active {
    background-color: #666;
    color: white;
}

.photos-section {
    max-width: 1200px;
    margin: auto;
    display: block;
}
.photos-section .row:after {
    content: "";
    display: table;
    clear: both;
}
.photos-section .column {
    display: none;
    margin-bottom: 30px;
}
.photos-section .show {
    display: block;
}

.photos-section .content {
    cursor: pointer;
    position: relative;
}
.photos-section .content .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    overflow: hidden;
    width: 100%;
    -webkit-transform: scale(0);
    transition: .3s ease;
}
.photos-section .content:hover .overlay {
    transform: scale(1);
}
.photos-section .content:hover .img {
    cursor: pointer;
    opacity: 0.8;
}
.photos-section .content .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.photos-section .content .overlay p.title{
    margin: 10px 0;
    font-size: 17px;
    display: none;
}
.photos-section .content .overlay p.desc{
    font-size: 15px;
    line-height: 22px;
    font-style: italic;
    margin: 10px 0;
    display: none;
}
.photos-section .content .overlay span.glyphicon {
    font-size: 40px;
    margin-top: 25%;
}
.photo-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
.photo-modal .modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    width: auto;
    max-width: 90%;
    max-height: 90%;
}
.photo-modal .close {
    color: white;
    position: absolute;
    top: 50px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    opacity: 1;
}
.photo-modal .close:hover,
.photo-modal .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.photo-modal .mySlides {
    display: none;
    text-align: center;
}
.photo-modal .mySlides img{
    width: auto!important;
    max-width: 90%;
    max-height: 90%;
}
.photo-modal .prev,
.photo-modal .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
.photo-modal .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.photo-modal .prev:hover,
.photo-modal .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
img.hover-shadow {
    transition: 0.3s;
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.videos-section .column {
    margin: 25px 0;
}
.videos-section .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videos-section .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.videos-section .video .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 99;
}
.videos-section .caption {
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.videos-section .caption p.tags {
    margin: 0;
    text-align: left;
    line-height: 1;
}
.videos-section .caption p.tags a {
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}
.videos-section .caption p.title {
    margin: 0;
    font-weight: bold;
    text-align: left;
}
.yt-video-modal {}
.yt-video-modal .modal-dialog {
    /*height: 90%;*/
    /*max-height: 90%;*/
    width: 1000px;
    max-width: 96%;
}
.yt-video-modal .close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: white;
    border-radius: 50%;
    opacity: 1;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 99;
}
.yt-video-modal .close span {
    font-size: 35px;
    font-weight: 450;
    text-shadow: none;
}
.yt-video-modal .modal-body {
    position: relative;
    padding: 0;
}
.yt-video-modal .modal-body .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.yt-video-modal .modal-body .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.photos-masonry .flex {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.photos-masonry .item {
    width: 100%;
    margin-bottom: 10px;
}
.photos-masonry .item .img {
    width: 100%;
    display: inline-block;
}
.photos-masonry .item .img img {
    width: 100%;
    height: auto;
    margin: 0;
    cursor: pointer;
}
.photos-masonry .overlay {
    display: none;
}

.fancybox-slide--image {
    background: #fff;
}



/*plan page*/

.plans .item {
    margin-bottom: 50px;
    text-align: center;
}
.plans .item img{
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 400px;
}
.plans .item .title{
    margin: 5px 0;
    font-weight: bold;
    text-transform: capitalize;
}
.plans .item a.more:hover{
    font-weight: bold;
    text-decoration: none;
}
.plans .item a.more{
    background: yellow;
    color: #000;
    text-transform: capitalize;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px 0;
    display: inline-block;
}

.text-section.links .item {
    text-align: center;
    display: inline-block;
    margin: 10px 50px;
}
.text-section.links .item img{
    width: 60px;
}
.text-section.links .item a{
    color: #000;
    font-weight: bold;
}
.text-section.links .item span{
    color: #000;
    font-weight: bold;
}
.by-road .routes p a{
    color: #000;
    font-weight: bold;
}
.by-road .route-map h3{
    color: #000;
    text-align: left;
    display: inline-block;
}
.by-air .routes p a{
    color: #000;
    font-weight: bold;
}

.rules-links {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.rules-links a{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    margin: 10px 20px;
}

.rules {
    display: block;
    max-width: 1000px;
    margin: auto;
}
.rules table {
    width: 100%;
}
.rules table th{
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    background: #666666;
    color: #fff;
}
.rules table th td{
    text-align: center;
}
.rules table td{
    text-align: left;
    text-transform: capitalize;
    padding: 10px;
}
.rules p.left{
    text-align: left;
}
.rules ul.left li{
    text-align: left;
}
.rules h4{
    font-weight: bold;
    margin: 50px 0 20px;
    text-align: center;
    text-transform: capitalize;
    font-size: 22px;
}


.car-gallery {
    display: block;
    max-width: 700px;
    margin: 30px auto;
}
.car-gallery .big-img {
    display: inline-block;
    width: 100%;
}
.car-gallery .big-img img{
    width: 100%;
    height: auto;
}
.car-gallery .small-img {
    display: inline-block;
    width: 102%;
    margin: 0 -1%;
}
.car-gallery .small-img img{
    width: 23%;
    height: auto;
    display: inline-block;
    float: left;
    margin: 1%;
    cursor: pointer;
}

.book-flight table{
    max-width: 1000px;
    margin: 30px auto;
}
.book-flight table tr th{
    text-align: center;
    font-size: 16px;
    padding: 10px;
}
.book-flight table tr td{
    font-size: 16px;
    padding: 10px;
}
.book-flight h4 {
    font-weight: bold;
    font-size: 20px;
}
.book-flight img.img-responsive{
    max-width: 700px; 
    margin: auto;
}
.text-section.pack {

}
.text-section.pack .text{
    display: inline-block;
    width: calc(100% - 270px);
    padding-right: 30px;
}
.text-section.pack img{
    float: right;
    width: 270px;
    margin-top: 10px;
}

.faqs .question {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.faqs .question h4 {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.faqs .question h4 span{
    background: yellow;
    font-size: 15px;
    padding: 5px;
    margin-right: 5px;
}
.faqs .question p{
    display: none;
}
.faqs .question.open p{
    display: block;
}

.masai-maps img{
    max-height: 320px;
    width: auto;
    max-width: 100%;
    height: auto;
}
.masai-maps p{
    margin: 5px 0;
    font-weight: bold;
}


.visit table.reduced{
    width: 1000px;
    max-width: 100%;
    margin: 20px auto;
}
.visit table tr th{
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px!important;
}
.visit table tr td{
    font-size: 18px;
    line-height: 30px!important;
    text-align: left;
    padding: 10px!important;
}
.visit table td.center {
    text-align: center;
}
.visit table td img{
    width: 50px;
}
.visit table td span {
    display: block;
}
.visit table td span img{
    width: 35px;
    margin: 5px;
    display: inline-block;
}

p.red {
    color: red;
}

.text-section .mb30{
    margin-bottom: 30px;
}



/*-----cookie-----*/


html.has-cookie-bar.cookie-bar-top-bar {
    margin-top: 30px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
#catapult-cookie-bar {
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    direction: ltr;
    padding: 0 20px;
    z-index: 99999;
    overflow: hidden;
    text-align:left;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
.ctcc-exclude-AF.geoip-continent-AF #catapult-cookie-bar,
.ctcc-exclude-AN.geoip-continent-AN #catapult-cookie-bar,
.ctcc-exclude-AS.geoip-continent-AS #catapult-cookie-bar,
.ctcc-exclude-EU.geoip-continent-EU #catapult-cookie-bar,
.ctcc-exclude-NA.geoip-continent-NA #catapult-cookie-bar,
.ctcc-exclude-OC.geoip-continent-OC #catapult-cookie-bar,
.ctcc-exclude-SA.geoip-continent-SA #catapult-cookie-bar {
    display: none;
}
.ctcc-exclude-AF.geoip-continent-AF,
.ctcc-exclude-AN.geoip-continent-AN,
.ctcc-exclude-AS.geoip-continent-AS,
.ctcc-exclude-EU.geoip-continent-EU,
.ctcc-exclude-NA.geoip-continent-NA,
.ctcc-exclude-OC.geoip-continent-OC,
.ctcc-exclude-SA.geoip-continent-SA {
    margin-top: 0 !important;
}
#catapult-cookie-bar.rounded-corners {
    border-radius: 3px;
}
#catapult-cookie-bar.drop-shadow {
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
}
.cookie-bar-block #catapult-cookie-bar {
    max-height: 999px;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
}
.has-cookie-bar #catapult-cookie-bar {
    opacity: 1;
    max-height: 999px;
    min-height: 30px;
}

.has-cookie-bar #catapult-cookie-bar {
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.11);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.11);
    -webkit-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.has-cookie-bar #catapult-cookie-bar {
    opacity: 1;
    max-height: 999px;
    min-height: 30px;
    padding: 15px 20px 15px;
}
#catapult-cookie-bar {
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    z-index: 99999;
    overflow: hidden;
    color: #ddd;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #464646;
}
.cookie-bar-block #catapult-cookie-bar span {
    display: block;
    margin: 1em 0;
}
.cookie-bar-bar #catapult-cookie-bar.float-accept span.ctcc-right-side {
    float: right;
}
button#catapultCookie {
    cursor: pointer;
    margin:0 20px 0 0;
}
.cookie-bar-bar button#catapultCookie {
    margin:0 0 0 20px;
}
.cookie-bar-bar .ctcc-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}
.cookie-bar-bar .float-accept .ctcc-inner {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media screen and (max-width: 991px) {
    .ctcc-left-side {
        margin-right: 1em;
    }
}
.ctcc-right-side {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.cookie-bar-block #catapult-cookie-bar h3 {
    margin: 0.5em 0 0;
}
.use_x_close .x_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-family: sans-serif;
    -webkit-transition-duration:0.5s;
    transition-duration:0.5s;
}
.cookie-bar-bar .use_x_close .x_close {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.x_close {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0px,0px,0px);
    width: 14px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.x_close span {
    display: block;
    position: absolute;
    height: 3px;
    width: 14px;
    background: #111;
    border-radius: 6px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    transition-delay: .14s;
    -webkit-transition-delay: .14s;
    -moz-transition-delay: .14s;
}
.x_close span:nth-child(1),
.x_close span:nth-child(2) {
    top: 14px;
}
.x_close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.x_close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.x_close:hover span:nth-child(1) {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.x_close:hover span:nth-child(2) {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}



#catapult-cookie-bar {background-color: #fff !important;}
.cookie-bar-bar .ctcc-inner {display: block;}
.ctcc-left-side {font-family: p22-underground, sans-serif;font-style: normal;font-weight: 100;font-size: 17px;color: #262626;}
.ctcc-inner .btn {    
    padding: 10px 59px 13px 33px;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #fff;
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    vertical-align: middle;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    background-color: transparent; 
    background-image: none;
    border-color: #D0A656;text-transform: uppercase;color: #50483F;padding: 8px 20px 11px 20px;font-size: 14px;}
.ctcc-inner .btn-default:before {display: none;}
.ctcc-inner .btn-default:after {display: none;}
.botm-cookie {float: right;}
.botm-cookie a:first-child {    
    font-style: normal;
    font-weight: 700;
    color: #D0CACA;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 15px 0px 0;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.botm-cookie a:first-child:hover, 
.botm-cookie a:first-child:focus {
    color: #d0a656 !important;
    text-decoration: none;
}
.botm-cookie .close {
    background-image: url(../images/close-icon.svg);width: 20px;height: 20px;border-radius: 100%;border: 1px solid #D0CACA;padding: 20px;background-size: 16px 16px;background-repeat: no-repeat;background-position: center;opacity: 1;
}
.cookie-bar-bar button#catapultCookie {margin: 0 0 0 20px;}
.has-cookie-bar #catapult-cookie-bar {-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.11);box-shadow: 0px 0px 30px rgba(0,0,0,0.11);-webkit-transition: all 0.5s ease-in 0s;transition: all 0.5s ease-in 0s;-webkit-backface-visibility: hidden;backface-visibility: hidden;
}



.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    position: fixed!important;
    bottom: 10px!important;
    top: auto!important;
    left: 50%!important;
    margin-left: -100px;
    width: 150px!important;
    text-align: center;
    z-index: 99999!important;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle {
    display: none;
}
#cookie_law_banner{
    background-color: #fddb00;
    color: rgb(0, 0, 0); 
    font-size: 12px; 
    font-family: Helvetica, Arial, sans-serif; 
    padding: 10px 0px; 
    position: fixed; 
    left: 0px; 
    right: 0;
    width: 100%; 
    z-index: 999999999; 
    text-align: center; 
    bottom: 0px; 
    line-height: 25px;  
    min-height: 1px!important;  
}
div#cookie_law_banner_text {
    display: inline-block;
    padding: 0;
    font-size: 16px;
    font-family: 'Raleway', monospace;
}
div#cookie_law_banner_text img{
    margin-right: 10px;
    float: left;
    width: 25px;
}
div#cookie_law_banner_text span{
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
}
#cookie_law_banner_close {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 16px;
    width: auto;
    height: auto;
    overflow: hidden;
    line-height: initial;
    text-align: center;
    float: right;
    font-family: 'Didact Gothic', sans-serif;
    cursor: pointer;
    padding: 4px 10px;
    text-transform: capitalize;
    margin-right: 20px;
    margin-top: 5px;
    border-radius: 5px;
}




/*contact page*/
.form-group {
    margin-bottom: 25px;
}
form.contact-form {
    display: block;
    margin: 50px auto;
    max-width: 600px;
}
form.contact-form label{
    font-size: 16px;
    display: block;
    font-weight: 600;
}
form.contact-form input[type=date],
form.contact-form input{
    line-height: 25px;
    height: auto;
    font-weight: 500;
    color: #000;
    padding: 10px;
    font-size: 16px;
}
form.contact-form textarea{
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
}
form.contact-form .checkbox-gdpr label{
    font-size: 14px;
    margin-bottom: 15px;
}
form.contact-form input#submit-contact-form {
    background: yellow;
    color: #000;
    text-transform: capitalize;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px auto 10px;
    display: block;
    border: 0;
    width: 100px;
}
form.contact-form input#submit-contact-form.inactive{
    opacity: 0.5;
}
form.contact-form input#submit-contact-form:hover {
    text-decoration: none;
    font-weight: bold;
}
form.contact-form p.terms {
    font-size: 14px;
}


@media(min-width: 993px){
    header.scrolled {
        padding: 5px 0;
        border-bottom: 1px solid #ccc;
    }
    header.scrolled .search {
        margin-bottom: 10px;
    }
    header.scrolled .menu {
        margin: 5px 0 0;
    }
  
    header .mobile-menu {
        display: none;
    }

    header.safari-header.scrolled {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        float: left;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background: #fff;
    }
    header.safari-header.scrolled .menu{
        background: none;
    }
    header.safari-header.scrolled .menu ul li a {
        color: #000;
        padding: 5px 10px;
    }
    header.safari-header.scrolled .menu ul li ul {
        background: rgba(0, 0, 0, 1);
    }
    header.safari-header.scrolled .menu ul li ul li a {
        color: #fff;
    }

}


@media(min-width: 993px){
    .wildlife .line {
        padding-top: 100px!important;
        margin-top: -100px!important;
    }
}


@media(min-width: 1300px){
    .home-hero .carousel img {
        width: 100%;
        max-width: 100%;
    }
}

@media(max-width: 1200px){

    header .menu ul li a {
        font-size: 14px;
        padding: 10px;
    }
    header.scrolled .menu ul li a {
        padding: 5px 10px;
    }
    header .menu ul li ul{
        top: 30px;
    }
    header.scrolled .menu ul li ul {
        top: 30px;
    }

}


@media(min-width: 993px){
    header nav {
        display: block!important;
    }
}


@media(max-width: 993px){
    header{
        /*position: relative;*/
        text-align: center;
    }
    header .mobile-menu span{
        font-size: 25px;
        cursor: pointer;
    }
    header .logo {
        float: none;
        display: inline-block;
    }
    header .logo img {
        margin: 0 auto;
        width: 200px;
    }
  
    header .mobile-menu {
        display: block;
        float: left;
        margin-top: 5px;
    }
    header nav {
        display: none;
        position: absolute;
        background: black;
        top: 70px;
        left: 0;
        right: 0;
    }
    header.scrolled nav{
        top: 70px;
    }
    header .search {
        display: none;
    }
    header .menu {
        float: none;
        display: block;
        margin: 0;
    }
    header .menu ul {
        display: inline-block;
        margin: 0;
        width: 100%;
        padding: 10px 0;
    }
    header .menu ul li {
        float: none;
        width: 100%;
        text-align: center;
    }
    header .menu ul li a {
        font-size: 15px;
        padding: 7px 0px;
        display: inline-block;
    }
    header .menu ul li ul {
        width: 100%;
        position: relative;
        top: 0;
        padding-bottom: 10px;
        padding-top: 0;
        background: rgb(82, 82, 82);
    }
    header .search-mobile {
        display: inline-block;
        float: right;
        color: #fff;
        margin-top: 10px;
    }
    header.scrolled{
        position: relative;
    }
    header.safari-header.scrolled{
        position: relative;
    }
    header.safari-header .menu ul li a {
        line-height: 25px;
        color: #fff;
    }
    header.safari-header .menu ul li ul {
        background: rgb(82, 82, 82);
        top: 0;
    }
    

    body.js_nav .mobile_menu_wrapper {
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        -o-transform: translate(0px, 0px);
        position: fixed;
        left: 0;
        top: 0;
        width: 250px;
        background: #000;
        z-index: 9999;
        min-height: 100%;
    }
    body.js_nav .mobile_menu_wrapper {
        display: block;
        height: 100%;
        overflow: auto;
        padding: 0px 0 15px;
        background: #333333;
    }
    body.js_nav > * {
        -webkit-transform: translate3d(250px, 0px, 0px) scale3d(1, 1, 1);
        -moz-transform: translate3d(250px, 0px, 0px) scale3d(1, 1, 1);
        transform: translate3d(250px, 0px, 0px) scale3d(1, 1, 1);
    }
    body.js_nav .menu ul {
        padding: 0;
        margin: 0;
    }
    body.js_nav .menu ul li {
        border-bottom: 1px solid #4a4a4a;
    }
    body.js_nav .menu ul li a {
        display: block;
        padding: 5px;
        padding-left: 20px;
        text-align: left;
        color: #999999;
        text-transform: capitalize;
    }
    body.js_nav .menu ul li ul li{
        padding-left: 20px;
    }
    #close_mobile_menu {
        font-size: 22px;
        line-height: 40px;
        text-decoration: none;
        height: 40px;
        display: block;
        text-align: center;
        cursor: pointer;
    }
    #close_mobile_menu i {
        color: #fff;
        cursor: pointer;
    }
    #close_mobile_menu .fa-times-circle:before {
        content: "\f057";
    }
    #go-top{
        display: block;
    }
    .links-section .big-menu .submenu {
        top: 45px;
        background: #000;
        z-index: 999;
    }
    .links-section .big-menu .submenu a {
        font-size: 16px;
    }

}


@media(max-width: 767px){

    .site-container {
        padding: 0 15px;
    }
    p {
        font-size: 16px;
        line-height: 25px;
    }
    li {
        font-size: 16px;
        line-height: 25px;
    }
    .home-section1 h1 {
        font-size: 30px;
        margin: 20px 0;
    }
    .home-section3 h2,
    .home-section4 h2,
    .home-section5 h2,
    .home-section6 h2 {
        font-size: 22px;
        margin: 20px 0;
    }
    .home-section5 .col-xs-12 span{
        font-size: 18px;
        margin-top: 10px;
    }
    .home-section5 .col-xs-12 img {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }

    .home-section2 .banner p {
        font-size: 20px;
        margin: 20px 0;
    }
    .home-section2 .banner{
        width: 100%;
    }
    .home-section3 .col-xs-12 span {
        top: 5%;
        left: 5%;
        font-size: 30px;
    }
    footer .top-footer {
        padding: 20px 0;
    }
    footer .top-footer p {
        font-size: 15px;
        padding-right: 0;
        display: block;
        margin-bottom: 10px;
    }
    footer .socials p {
        display: block;
        padding-right: 0;
    }
    .text-top-section h1 {
        font-size: 30px;
        margin: 20px 0;
    }
    .text-top-section p {
        font-size: 16px;
        line-height: 25px;
    }
    .text-top-section li {
        font-size: 16px;
        line-height: 25px;
    }
    .text-section{
        margin: 15px 0;
        overflow-x: hidden;
    }
    .text-section h2 {
        font-size: 25px;
        margin: 20px 0 10px;
    }
    .text-section p {
        font-size: 16px;
        line-height: 25px;
    }

    .anchors-section .anchors .line .img {
        width: 100%;
        max-width: 500px;
        float: none;
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }
    .anchors-section .anchors .line .text {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .img-center img{
        margin: 20px auto 20px;
    }
    .vechicle-section .row p {
        text-align: center;
    }
    .vechicle-section .row .enquire {
        float: none;
        font-size: 16px;
    }
    .vechicle-section .row h3 {
        margin: 10px 0;
        font-size: 20px;
    }

    .home-hero {
        overflow: hidden;
        height: 100vh;
    }
    .home-hero .visible-xs {
        display: flex!important;
        align-items: initial;
    }
    
    header.safari-header .logo img {
        width: 100px;
        margin-top: 0;
    }
    .anchors-section .links .box{
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    .text-top-section img.img-responsive,
    .text-section img.img-responsive {
        margin-left: -50%;
        margin-right: -50%;
        max-width: 200%;
        width: 200%;
    }
    .text-top-section img.normal-mobile,
    .text-section img.normal-mobile,
    .text-section.vechicle-section img.img-responsive {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 100%;
    }
    .wildlife .line .image img {
        width: calc(100% + 30px);
        height: auto;
        margin-bottom: 15px;
        margin-left: -15px;
    }
    .wildlife .line .image {
        width: 100%;
        max-width: 100%;
        float: none;
        margin-right: 0;
    }
    .wildlife .line.long .image {
        width: 100%;
    }
    .wildlife .line .text {
        text-align: center;
    }
    .wildlife .line.long p {
        text-align: center;
    }
    .to-do-section .col-sm-6 .img img {
        max-width: 120%;
        width: 120%;
        margin: auto;
        margin-left: -10%;
    }

    .filter-photos .btn {
        padding: 5px 10px;
        font-size: 16px;
    }
    .text-section p {
        font-size: 15px;
        padding: 5px;
    }
    .photos-section .content img{
        width: 100%;
        margin: 0;
    }
    .text-section .mb30 {
        margin-bottom: 10px;
    }
    .text-section.pack .text {
        width: 100%;
        padding-right: 0;
    }
    .text-section.pack img {
        float: none;
        margin-top: 0;
    }
    body.js_nav .menu ul li a{
        padding-left: 10px;
    }
    body.js_nav .menu ul li {
        font-size: 15px;
        line-height: 22px;
    }
    .home-section6 .col-md-5 {
        margin-bottom: 30px;
    }
    .safari-package .page-links a {
        font-size: 16px;
        margin: 10px;
    }
    .safari-package h2 {
        font-size: 30px;
    }
    .safari-package .day-images a {
        width: 100%;
        margin: 0;
        float: none;
        margin-bottom: 20px;
    }
    .safari-package .book .chat {
        margin: 25px 0;
    }
    .safari-package .addon .item .title {
        font-size: 22px;
    }
    .safari-package .book .enquire-link button,
    .safari-package .book .chat a,
    .safari-package .book .email a {
        font-size: 20px;
    }

    div#cookie_law_banner_text {
        font-size: 15px;
        line-height: 1.5;
    }
    div#cookie_law_banner_text img {
        width: 20px;
    }
    #cookie_law_banner_close {
        float: none;
    }
    .photos-masonry .flex {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .yt-video-modal .modal-dialog {
        top: 20%;
    }
    .photos-links a {
        font-size: 12px;
        margin: 5px;
        padding: 8px 10px;
    }
    .home-contact .left p.big {
        font-size: 17px;
    }
    .text-top-section h1.margin-top {
	    margin-top: 80px;
	}
	.rotate-icon {
		display: block;
	}
	
}


@media(max-width: 500px){

    /*.top-slider .video {
        overflow: hidden;
    }
    .top-slider .video img {
        width: 300%;
        max-width: 300%;
        margin: auto;
        margin-left: -100%;
    }*/
    .top-slider .video img.show-left {
        margin-left: 0%;
    }
    .text-top-section h1{
        margin-top: 10px;
    }

    .photos-masonry .flex {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    
    form.contact-form label {
        font-size: 14px;
        font-weight: 600;
    }

}




