/*Colour
#f4b01b - Orange
#f0efef - Light gray
*/

body {
    font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 0;
	color: #32374c;
	font-weight: 300;
	font-size: 15px;
}

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

a, a:hover, a:focus, a:link {
    outline: none;
    border-bottom: 0;
    text-decoration: none;
    color: #32374c;
}

.btn-primary {
    background-color: #fbaf2b;
    border-radius: 0;
    text-transform: uppercase;
    border: none;
    font-size: 15px;
    min-width: 200px;
    padding: 15px 20px!important;
    color: #fff!important;
    -webkit-box-shadow: 4px 2px 10px 0px rgba(143,141,143,1);
    -moz-box-shadow: 4px 2px 10px 0px rgba(143,141,143,1);
    box-shadow: 4px 2px 10px 0px rgba(143,141,143,1);
}

.btn-primary:link, .btn-primary:visited, .btn-primary:hover, .btn-primary:active {
    background-color: #fbaf2b!important;
}

/*ul {*/
/*    padding-left: 15px;*/
/*}*/

.mobi-only {
    display: none;
}

.mobi-logo {
    display: none;
}

.header {
    background-color: #f0efef;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    padding-top: 10px;
}

.navbar {
    margin-bottom: 0;
    border: none;
    text-align: right;
}

.navbar-nav {
    float: none;
    margin: 0;
    text-align: right;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
}

.nav>li>a {
    padding: 10px 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #000!important;
    font-weight: 600;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav a:hover {
    border-bottom: 2px solid #f4b01b;
    background-color: transparent!important;
    display: inline-block;
}

/*=============================== Home page ===================================*/

/*.home-header {*/
/*    background-image: url('/images/home/header-image.jpg');*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    padding-top: 25%;*/
/*    padding-bottom: 5%;*/
/*    text-align: center;*/
/*}*/

/*.home-header {*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    padding-top: 3%;*/
/*    padding-bottom: 2%;*/
/*    min-height: 297px;*/
/*    text-align: center;*/
/*}*/

.home-header h1 {
    background-color: rgba(0,0,0,0.5);
    display: inline-block;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
}

.intro {
    background-color: #f0efef;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.intro .col-md-4 {
    z-index: 99999;
}

.intro .col-md-8 {
    z-index: 900;
}

.intro-background {
    background-image: url('/images/home/pattern.jpg');
    background-position: center;
    background-size: cover;
    padding: 30px 60px;
    -webkit-box-shadow: 3px 5px 12px -2px rgba(0,0,0,1);
    -moz-box-shadow: 3px 5px 12px -2px rgba(0,0,0,1);
    box-shadow: 3px 5px 12px -2px rgba(0,0,0,1);
    /*min-height: 400px;*/
    height: auto;
    min-width: 350px;
    width: auto;
    margin-right: -200px;
}

.intro-background p, .intro-background li {
    font-weight: normal;
    line-height: 30px;
}

.intro-background h2 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 0;
}

/*.intro-background.home {*/
/*    margin-top: -100px;*/
/*}*/

.other-headers, .home-header {
    background-position: center;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
}

/*.other-headers.functions h1 {*/
/*    padding-left: 30%;*/
/*}*/

.other-headers h1{
    background-color: rgba(0,0,0,0.5);
    display: inline-block;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
}

.intro-background {
    margin-top: -150px;
}

.gallery {
    margin-top: 40px;
    margin-bottom: 120px;
}

/*============================== Menu page ====================================*/

.menu-btns {
    text-align: center;
    margin-top: 60px;
}

.menu-btns p {
    margin-bottom: 40px;
}

.menu-btns a {
    margin-right: 10px;
    margin-left: 10px;
}

/*============================== Contact page =================================*/
.fb-page {
    -webkit-box-shadow: 3px 5px 12px -2px rgba(0,0,0,1);
    -moz-box-shadow: 3px 5px 12px -2px rgba(0,0,0,1);
    box-shadow: 3px 5px 12px -2px rgba(0,0,0,1);
}

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

textarea {
    width: 100%;
    padding: 10px;
    height: 100px;
    margin-bottom: 10px;
    border: none;
}

input:focus, textarea:focus {
    outline: #f4b01b;
}

.contact-form .btn-primary {
    width: auto;
}

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

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

#email2 {
	display: none;
}

/*============================== Contact page =================================*/
.widgets {
    float: right;
}

.facebook-integration {
    display: inline-block;
    text-align: left;
    margin-right: 20px;
    margin-top: 20px;
}

.tripadvisor {
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.tripadvisor img {
    width: auto;
}

#CDSWIDSSP img {
    display: block!important;
}

/*================================ Footers ====================================*/
.footer-logo {
    background-color: #000;
    text-align: center;
}

.footer-logo img {
    margin-top: -100px;
    width: 90%;
}

.footer {
    background-image: url('/images/footer-background.jpg');
    background-position: center;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 5%;
    height: 100%;
}

.footer-details {
    padding-left: 40px;
    padding-top: 0;
}

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

.footer-details p>strong {
    color: #f4b01b;
    margin-top: 20px;
}

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

#content {
    text-align: center;
}

#content img {
    width: 60%;
    margin-bottom: 10px;
}

#content a, #content p {
    color: #000;
}

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

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