/*
Colors

#ffc039 (orange)
#c8b7b7 (red-grey)

font-family: 'Open Sans', sans-serif;
font-family: 'Satisfy', cursive;

*/

body {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	height: auto;
	color: #000;
	margin: 0;
	padding: 0;
}

img {
	width: 100%;
	height: auto;
}

p {
	font-size: 15px;
	color: #666666;
}

a:focus {
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Satisfy', cursive;*/
	margin-top: 0;
}

.satisfy {
	font-family: 'Satisfy', cursive;
}

.mb20 {
	margin-bottom: 20px;
}

.mt50 {
	margin-top: 50px;
}

.text-center {
	text-align: center;
}

.btn-primary {
	background-color: #ffc039;
	border: 1px solid #ffc039;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	font-size:15px;
	padding: 15px;
	width: 200px;
	font-weight: 700;
}

.btn-primary:hover {
	background-color: #ffc039;
	border: 1px solid #ffc039;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
}

.btn-primary.transparent {
	background-color: transparent;
	border: 1px solid #ffc039;
	border-radius: 0;
	color:#ffc039;
	text-transform: uppercase;
	width: 200px;
}

.btn-primary.transparent.wht {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	color:#fff;
	text-transform: uppercase;
	width: 200px;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #ffc039;
    border-color: #ffc039;
    box-shadow: none;
}
.notice {
    margin-top: 60px;
    text-align: center;
    border: 10px solid #ffc039;
    padding: 40px;
}

.notice p>strong {
	text-transform: uppercase;
	font-size: 18px;
}

/*carousel*/
.carousel-item p {
	color:#fff;
}
.carousel-indicators li {
	box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 192, 57, 0.5);
    background-clip: padding-box;
    border:none;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 100%;
}
.carousel-indicators li.active {
	background:rgba(255, 192, 57, 1);
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	display:none;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 140%;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 82%;
    color: #fff;
    text-align: center;
    opacity: 10;
    transition: opacity .15s ease;
}
.carousel-control-next i, .carousel-control-prev i{
	color:#fff;
}
/*menubar*/

.mobile-logo {
	display: none;
}

/* .header-transparent .logo {
	text-align: center;
	margin-top: 40px;
} */

.header-transparent .navbar-collapse {
	padding-top: 45px;
}
.header-transparent .social i {
	font-size: 20px;
    margin-left: 15px;
}
.header-white .logo img {
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header-transparent .col-md-12 {
	padding-right: 0;
	text-align: center;
}
.header-white .navbar-nav li {
	padding-right: 25px;
}
.header-white .navbar-nav li i {
	font-size: 20px;
}
.header-transparent .nav-link-head {
	color: #666666;
	text-decoration: none;
	padding-bottom: 0;
	text-align: center;
	float: none;
	margin-left: 0px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 15px
}

.nav>li>a>i {
	vertical-align: middle;
	padding: 0;
	font-size: 25px;
}

.nav>li>a>i:hover {
	color: #ffc039;
}

.header-white .navbar .navbar-expand-lg.navbar-light{
	background-color: white;
	border: none;
	color: #666666;
	font-weight: 300;
	font-size: 16px;
	vertical-align: middle;
	text-align: right;
	float: right;
	display: inline-block;
	padding-top: 20px;
}

.header-white .navbar .nav-link-head {
	color: #666666;
	text-decoration: none;
	text-align: right;
	float: right;
	margin-left: 0px;
	text-transform: uppercase;
	font-weight: 700;
}

.header-transparent .navbar .navbar-expand-lg.navbar-light{
	background-color: transparent;
	border: none;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	padding-top: 40px;
}

.header-transparent .header-navbar{
	margin-bottom: 0;
	margin-top: 0px;
	position: absolute;
	z-index: 999;
	background-color: transparent;
	width: 100%;
}

.header-transparent .navbar .nav-link-head {
	color: #fff;
	text-decoration: none;
	text-align: center;
	float: none;
	margin-left: 0px;
	text-transform: uppercase;
	font-weight: 700;
}
.social {
	color:#fff;
}
.header-white .social {
	color:#666666;
}
.social.active, .social:hover {
	color: #ffc039!important;
}
.nav-item a:hover, .nav-item a.active{
	color: #ffc039!important;
}

.navbar-nav li{
	float: none;
	/*text-align: center;*/
	display: inline-block;
}
.dropbtn {
	padding-bottom: 0;
	margin-bottom: 0;
	color: #666666;
	font-size: 15px;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #a2bfcc;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 15px;
    right: 0;
    top: 40px;
}

.dropdown-content input {
	display: block;
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content .btn-primary {
	width: 50%;
	padding: 10px;
	background-color: #4d1216;
	border-radius: 0;
	text-transform: uppercase;
	color: #666666;
	font-size: 15px;
	margin-top: 0;
}

.show {
	display:block;
}

.home-header #header-scroll{
	text-align: center;
}

.home-header #header-scroll p {
	position: relative;
	top: 90vh;	
	z-index: 2000!important;
	color: #fff;
	font-size: 20px;
}

#header-scroll i {
	position: relative;
	top: 89vh;
	left: 50%;
	z-index: 2000!important;
	color: #fff;
	font-size: 20px;
}

/*Home page*/

.home-header {
	background-image: url('/images/home/home-header.jpg');
	background-size: cover;
	background-position: center;
	height: 100vh;
	z-index: -100;
}

.welcome {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.welcome h2 {
	color: #c8b7b7;
	font-size: 50px;
}

.welcome h3 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	color: #666666;
}

.welcome .par {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: left;
}

.welcome .col-md-4 {
	padding: 0;
}

.award {
	margin-top:30px;
}


.tripadvisor {
	text-align: center;
}

.tripadvisor img {
	margin-top: 30px;
	width: 80%;
}

#TDC_1516700145_v1_5a6701f191856 {
	width: 215px!important;
	margin-left: 0;
}
.most-popular a {
	color:#337ab7!important;
}

/*#CDSWIDFRR img {*/
/*	width: 70%!important;*/
/*}*/

/*#CDSWIDFRR .widFRRImages {*/
/*	text-align: center!important;*/
/*	left: 40px!important;*/
/*	right:20px;*/
/*	display: block!important;*/
	
/*}*/

/*#CDSWIDFRR .top-background {*/
/*	height: 100px!important;*/
/*}*/

.welcome .btn-primary {
	margin-right: 10px;
	margin-left: 10px;
}

.home-offer {
	background-image: url('/images/home/home-what-we-offer.jpg');
	background-size: cover;
	background-position: center;
	height: auto;
	text-align: center;
}
.home-offer .row {
	padding:16% 0;
}
.home-offer h2 {
	color: #fff;
	line-height: 60px;
}

.home-offer .btn-primary {
	margin-top: 20px;
}

.carousel-control-next, .carousel-control-prev {
    top: 110%;
}
.gate-to-africa {
	padding-top: 40px;
	padding-bottom: 40px;
}

.gate-to-africa .slider {
	padding-bottom: 0;
	margin-bottom: 0;
}
.gate-to-africa .btn-primary {
	margin-top: 20px;
}

/*About page*/

.about-header {
	background-image: url('/images/about/about-header.jpg');
	background-size: cover;
	background-position: center;
	height: 300px;
	text-align: center;
}

.about-header h1 {
	color: #fff;
	font-size: 100px;
	padding-top: 100px;
}

.about {
	padding-top: 40px;
	padding-bottom: 40px;
}

.testimonials {
	text-align: center;
	background-color: #c8b7b7;
	padding: 80px 40px;
	color: #fff;
	margin-bottom: 40px;
	height: 55vh;
}

.about img {
	width: 50%;
}

.about .btn-primary {
	width: 100%!important;
	height: auto;
	font-size: 12px;
}

.book {
	/*position: absolute;*/
	/*left: 30px;*/
	font-weight: 700;
	color: #c8b7b7;
	text-transform: uppercase;
}

/*What we offer page*/

.what-header {
	background-image: url('/images/what-we-offer/what-header.jpg');
	background-size: cover;
	background-position: center;
	height: 300px;
	text-align: center;
}

.what-header h1 {
	color: #fff;
	font-size: 100px;
	padding-top: 100px;
}

.what-we-offer {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #efefef;
}

.what-we-offer .btn-primary {
	margin-top: 20px;
}

.facilities i {
	color: #ffc039;
	font-size: 25px;
	vertical-align: middle;
	margin-right: 10px;
}

.facilities p {
	color: #ffc039;
	text-transform: uppercase;
	margin-bottom: 0;
}

.facilities ul {
	list-style-type: none;
}
.facilities li {
	font-size: 14px;
}

.gallery {
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: center;
}

.gallery h2 {
	color: #c8b7b7;
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 50px;
}

.gallery img {
	margin-bottom: 30px;
}

.sights {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #efefef;
}

.sights img {
	width: 100%;
	margin-bottom: 20px;
}

.sights h2 {
	margin-left: 40px;
	color: #ffc039;
	margin-top: 0;
	font-size: 50px;
}

.sights p {
	margin-bottom: 27px;
	margin-left: 40px;
}
.form-control:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
	box-shadow: none;
}
/*Contact page*/

.contact-header {
	background-image: url('/images/contact/contact-header.jpg');
	background-size: cover;
	background-position: center;
	height: 300px;
	text-align: center;
}

.contact-header h1 {
	color: #fff;
	font-size: 100px;
	padding-top: 100px;
}

.contact {
	padding-top: 40px;
	padding-bottom: 40px;
}

.form-group input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-color: #000;
    border-radius: 0;
}
.form-group textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	height: 150px;
	border-color: #000;
    border-radius: 0;
}

.contact-form .btn-primary {
	width: 30%!important;
}

input:focus, textarea:focus {
	outline-color: #ffc039;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 14px;
}
.error {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}
 
.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #ffc039;
	color: #fff;
	display: none;
}
 
#email2 {
	display: none;
}

#map{
	height: 300px;
	width: 100%;
	margin-left: 50px;
}

.contact-details {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 50px;
}

.contact-details p, .contact-details a {
	font-size: 20px;
	color: #666666;
}

.contact-details i {
	color: #ffc039;
	font-size: 30px;
	vertical-align: middle;
	margin-right: 10px;
}

#content {
	text-align: center;
	max-width: 250px; 
}

#content #logo {
	width: 70%;
	margin-bottom: 10px;
}

#content p {
	margin-bottom: 10px;
	font-size: 15px;
	color: #000;
}

#content a {
	color: #000;
	margin-bottom: 10px;
	font-size: 15px;
}

/*footer*/

.footer {
	background-color: #ffc039;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
	text-align: center;
}

.footer h2 {
	font-size: 50px;
}

.footer p, .footer a {
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer i {
    font-size: 30px;
	vertical-align: middle;
	margin-right: 20px;
}

.footer-lower {
	background-color: #666666;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-lower p, .footer-lower a {
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-item1 {
	list-style: none;
}
.footer-item1 .nav-link {
	padding:0 40px 0 0;
}