/*
Colours:
#3b4056 (Grey-blue)
#91a7bc (Light blue)
#efeeec99 (light-grey)
#939393 (grey)
#f6f6f6 (off-white)
*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    color: #3b4056;
    font-weight: 300;
}

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

h1 {
    /*font-family: 'Allura', cursive;*/
    font-family: 'Forum', cursive;
    margin-top: 0;
}

h2 {
    /*font-family: 'Allura', cursive;*/
    font-family: 'Forum', cursive;
    margin-top: 0;
    font-size: 40px;
}

p {
    font-size: 16px;
}

a:focus, a:visited, a:hover {
 text-decoration: none;
 outline: none;
}

.close {
    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    top: 7px;
    right: 20px;
}

.modal-title {
    padding: 10px 30px;
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    padding: 60px;
    text-align: center;
}

.modal-body h4 {
    margin-bottom: 20px;
    font-size: 25px;
}

.modal-body img {
    margin-bottom: 20px;
}

.modal-body p {
    font-size: 17px;
}

/*.cdsROW.narrow {*/
/*    width: 150px;*/
/*    text-align: center;*/
/*}*/

.widgets .tripadvisor {
    margin-left:30px;
    margin-top: 20px;
}

.widgets .tripadvisor img {
    width: 60%;
}

.tripadvisor .TA_cdsratingsonlynarrow>img {
    height: 0!important;
}

.widgets .sa-venues {
    width: 120px;
}

.widgets .sa-venues img {
    width: 50%;
}

.widgets .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}

.navbar-header {
    display: none;
}

.header {
    text-align: center;
}

#navbar {
    background-color: #3b4056;
}

.header img {
    margin-bottom:0px;
    width: 17%;
    margin-top: 10px;
}

.header p {
    font-size: 25px;
    margin-bottom: 0;
    font-family: 'Forum', cursive;
}

.navbar-default {
    background-color: transparent;
    border: none;
    /*padding-top: 20px;*/
}

.navbar-nav {
    text-align: center;
    float: none;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
}

.navbar-default .navbar-nav>li>a {
    font-size: 20px;
    font-weight: 500;
    color: #fff!important;
}

.navbar-default .navbar-nav>li>a:visited, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active {
    color: #91a7bc;
}

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

.navbar-default .navbar-nav>li>a .active {
    font-size: 20px;
    font-weight: 700;
    color: #3a3f55;
}

.navbar {
    margin-bottom: 0;
}

/*Flexslider General styles*/

.flexslider {
    margin: 0px!important;
    border: none;
}

/*.flexslider {*/
/*  margin: 0 0 60px;*/
/*  background: #fff;*/
/*  border: 4px solid #fff;*/
/*  position: relative;*/
/*  zoom: 1;*/
/*  -webkit-border-radius: 4px;*/
/*  -moz-border-radius: 4px;*/
/*  border-radius: 4px;*/
/*}*/

.flexslider .slides img {
    width: 100%;
    display: inline-block;
}

.flex-control-nav {
    display: none;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
/*   margin: -20px 0 0; */
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
   -webkit-transition: none!important;
  -moz-transition: none!important;
  -ms-transition: none!important;
  -o-transition: none!important;
  transition: none!important;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  display: inline-block;
  content: '\f001';
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: 20px;
}

.flex-direction-nav .flex-next {
  right: 20px;
  text-align: right;
}

/*==========================================*/

/*Hovereffect*/
.image-wrapper img{
  	width: 100%;
	height: auto;
	background-color: transparent; /* fallback color */
	background-position: center;
	background-size: cover;
		-moz-transition: all 0.5s;
	  -webkit-transition: all 0.5s;
	transition: all 0.5s;  	
	overflow: hidden;
}

.hovereffect:hover .image-wrapper img,
.hovereffect:focus .image-wrapper img {
	-moz-transform: scale(1.1);
	  -webkit-transform: scale(1.1);
	  transform: scale(1.1);
}

/*==============================================*/

/*Home page*/

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

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

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


.home-intro {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('/images/twig2.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.home-intro h1 {
    text-transform: uppercase;
    font-size: 40px;
}

.home-intro p>a {
    text-transform: uppercase;
    font-weight: 700;
    color: #3b4056;
    font-size: 20px;
    padding-top: 20px;
}

.col-cats {
    text-align: center;
    margin-bottom: 15px;
}

.col-cats:nth-child(odd) {
    width: 32.5%;
    float: left;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    min-height: 200px;
    position: relative;
}

.col-cats:nth-child(even) {
    float: left;
    margin-right: 25px;
    margin-left: 25px;
    min-height: 200px;
    width: 32.3%;
    overflow: hidden;
    position: relative;
}

.col-cats .img-overlay {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
}

.col-cats .img-overlay h2 {
    color: #fff;
}

.col-cats .img-overlay h2:after {
    content: '';
    width: 30%;
    top:50%;
    left: 35%;
    position: absolute;
    border: 3px solid #fff;
}

.col-cats .img-overlay p>a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.home-testimonials {
    background-color: #91a7bc;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.home-testimonials p {
    color: #fff;
}

.home-testimonials .item {
    padding: 40px;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    width: auto;
    font-size: 20px;
    padding:10px;
    display: inline-block;
}

#map {
    height: 500px;
    width: 100%;
}

content p {
    font-size: 17px;
}

/*Accommodation page*/

.acc-header p {
    color: #fff;
    font-size: 50px;
    font-family: 'Forum', cursive;
    margin-top: 400px;
    background-color: rgba(59,64,86,0.5);
    padding: 15px;
    display: inline-block;
    margin-bottom: 0;
}

.acc-heading {
    background-color: #91a7bc;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.acc-heading h1 {
    color: #fff;
    font-size: 72px;
    margin-bottom: 0;
}

.self-catering {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.self-catering a {
    color: #3b4056;
}

.bed-breakfast {
    padding-bottom: 60px;
    text-align: center;
}

.room-intro {
    padding-bottom: 30px;
}

.self-catering-intro {
    padding-bottom: 30px;
}

.self-catering-intro h2, .room-intro h2 {
    margin-bottom: 40px;
}

.self-catering-intro h2:after {
    content: '';
    width: 14%;
    top: 30%;
    bottom: 20px;
    left: 43%;
    position: absolute;
    border-top: 3px solid #3b4056;
}

.room-intro h2:after {
    content: '';
    width: 14%;
    top: 20%;
    bottom: 20px;
    left: 43%;
    position: absolute;
    border-top: 3px solid #3b4056;
}

.owl-carousel.owl2 {
    position: relative;
    width: 100%;
}

.owl-carousel.owl2 .owl-nav {
    position: absolute;
    top: 50%;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.owl-carousel.owl2 .owl-nav .owl-prev {
    left: 20px;
    float: left;
}

.owl-carousel.owl2 .owl-nav .owl-next {
    right: 20px;
    float: right;
}

.nav-tabs {
    border-bottom: none!important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-radius: 0;
    background-color: #3b4056;
    color: #fff;
    border: none;
}

.nav-tabs>li>a {
    border-radius: 0;
    margin-right: 0;
    background-color: #939393;
    border-left: 1px solid #fff!important;
    border-bottom: none!important;
    border-top: none!important;
    border-right: none!important;
    color: #fff;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #939393;
    border-bottom: none!important;
}

.nav-tabs>li {
    width: 33.33%;
    font-size: 20px;
    border-right:1px solid #fff!important;
    border-bottom: none;
}

.nav-tabs.nav2>li {
    width: 50%;
    font-size: 20px;
}

/*#tab1 {*/
/*    background-color: #3b4056;*/
/*    color: #fff;*/
/*    text-transform: uppercase;*/
/*}*/

/*#tab2 {*/
/*   background-color: #91a7bc;*/
/*    color: #fff;*/
/*    text-transform: uppercase;*/
/*}*/

/*#tab3 {*/
/*    background-color: #939393;*/
/*    color: #fff;*/
/*    text-transform: uppercase;*/
/*}*/

/*#tab4 {*/
/*    background-color: #3b4056;*/
/*    color: #fff;*/
/*    text-transform: uppercase;*/
/*}*/

/*#tab5 {*/
/*    background-color: #91a7bc;*/
/*    color: #fff;*/
/*    text-transform: uppercase;*/
/*}*/

.tab-content>.active {
    width: 99.99%;
}

.tab-content {
    background-color: #efeeec99;
    text-align: justify;
    color: #3b4056;
}

.tab-text {
    padding: 40px 60px;
}

.tab-text h2 {
    display: inline-block;
}

.tab-text span {
    display: inline-block;
    font-weight: 600;
    vertical-align: middle;
    height: 40px;
    font-size: 18px;
    padding-left: 30px;
}

.rates {
    border-top: 1px solid #3b4056;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rates p>strong {
    text-transform: uppercase;
    margin-bottom: 40px;
}

.rates p>a {
    color: #3b4056;
    font-weight: 700;
}

.tab-content table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tab-content th {
    background-color: #3b4056;
    color: #fff;
    padding: 10px;
    border: 1px solid #3b4056;
    width: 50%;
}

.tab-content td {
    border: 1px solid #3b4056;
    padding: 10px;
}

/*Gallery page*/

.gallery-heading {
    background-color: #91a7bc;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.gallery-heading h1 {
    color: #fff;
    font-size: 72px;
    margin-bottom: 0;
}

.gallery {
    padding-top: 60px;
    padding-bottom: 30px;
}

.gallery .col-md-3 {
    margin-bottom: 30px;
}

/*Activities page*/

.activities-intro {
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
}

.act-intro p {
    text-align: center;
    margin-bottom: 60px;
}

.act-item {
    margin-bottom: 20px;
    height: 200px;
}

.activities .owl-carousel .owl-item img {
    width: 30%;
    display: inline-block!important;
    float: left;
}

.activities .act-desc {
    width: 70%;
    display: inline-block;
    float: left;
    padding: 5px 20px;
    text-align: justify; 
}

.act-desc h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    font-size: 25px;
    color: #3b4056!important;
}

.hire {
    text-align: right;
    background-image: url('/images/activities/bike.jpg');
    background-position: center;
    background-size: cover;
    height: 600px;
    padding-top: 12%;
}

.hire h4 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}

.hire p {
    color: #fff;
    font-size: 17px;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

/*Enquire page*/
.enquiry-heading {
    background-color: #91a7bc;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.enquiry-heading h1 {
    color: #fff;
    font-size: 72px;
    margin-bottom: 0;
}

.enquiry {
    padding-top: 60px;
    padding-bottom: 60px;
}

.enquiry-form textarea {
    height: 125px;
}

/*Contact*/
.contact-heading {
    background-color: #91a7bc;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact-heading h1 {
    color: #fff;
    font-size: 72px;
    margin-bottom: 0;
}

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

.contact h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}

select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 0;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
    background-color: #fff;
}

textarea {
    width: 100%;
    padding: 10px;
    height: 100px;
}

.contact-form .btn-primary, .enquiry-form .btn-primary, .modal-body .btn-primary {
    width: 200px;
    padding: 10px;
    font-size: 15px;
    background-color: #91a7bc;
    border: none;
    border-radius: 0;
    margin-top: 10px;
}

input:focus, textarea:focus {
    outline-color: #91a7bc;
}

.contact-details {
    padding-left: 40px;
}

.contact-details p>a {
    color: #3b4056;
}

.contact-details p>i {
    font-size: 25px;
    padding-right: 20px;
    vertical-align: middle;
}

.contact-details p>i:before {
    width: 20px;
}

.contact-details p>span {
    padding-left: 43px;
    line-height: 40px;
}

.error {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #8ed28f;
	color: #fff;
	display: none;
}

#email2 {
	display: none;
}

/*404 page*/

.error-message {
    background-color:#efeeec99;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 50vh;
}

.error-message p>strong {
    font-size: 30px;
}

.error-message p {
    font-size: 18px;
}

.error-message ul {
    list-style-type: none;
    padding-left: 0;
}

.error-message li {
    font-size: 18px;
}

/*Footers*/

.footer {
    text-align: center;
    background-color: #3b4056;
    padding-top: 20px;
    padding-bottom: 40px;
}

.footer p, .footer a {
    color: #fff;
    font-size: 18px;
}

.footer h2 {
    color: #fff;
    margin-top: 40px;
}

.footer .sa-venues img {
    width: 80%;
}

.footer .afristay img {
    width: 80%;
}

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

.footer-lower p, .footer-lower a {
    color: #3b4056;
    font-size: 18px;
    margin-bottom: 0;
}

.footer-lower ul {
    list-style: none;
    margin-bottom: 0;
}

.footer-lower ul li {
    display: inline-block;
}

.footer-social {
    float: right;
}

.footer-social li i {
    font-size: 20px;
    padding-left: 10px;
    vertical-align: middle;
}