/*
Colours
    Grey Backgrounds : #7e7e7e
    Text: #333
    Dark Grayish Cyan C54   M30   Y33  K1 (#7d9a9f)
    Grayish Orange R123 G187 B162  (#d5bba2)
	Dark blue #32374c
Fonts:
    Futura PT
    Arial
*/

body {
	font-family: 'futura-pt', sans-serif;
	margin: 0;
	padding: 0;
	color: #32374c;
	font-weight: 400;
	font-size: 15px;
}

img {
    width: 100%;
    height: auto;
}

a {
    color: inherit;
}

a:hover, a:focus, a:link {
    outline: none;
    text-decoration: none;
    border-bottom: 0;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	text-transform: uppercase;
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
}

p, a, li {
    color: #7e7e7e;
	font-size: 20px!important;
	font-weight: 300!important;
}

.mobi-0 {
	display: none;
}

.center-align {
	text-align: center;
}

.btn-primary {
    background-color: #7d9a9f;
    border: none;
    border-radius: 0;
    width: 200px;
    padding: 10px 20px;
    color: #fff!important;
	font-size: 15px;
    text-transform: uppercase;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:hover {
    background-color: #7d9a9f;
    border: none;
    border-radius: 0;
    width: 200px;
    padding: 10px 20px;
    color: #fff!important;
}

.btn-primary:hover {
    background-color: #7d9a9f!important;
}

.btn-primary.wht {
    background-color: #fff;
    border: none;
    border-radius: 0;
    width: 200px;
    padding: 10px 20px;
    color: #333!important;
}

.btn-primary.wht:hover {
    background-color: #fff!important;
}

.mb0 {
    margin-bottom: 0;
}

.mt0 {
    margin-top: 0;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.p-l-0 {
	 padding-left: 0;
}

.p-r-0 {
	padding-right: 0;
}

.mobi-only {
	display: none;
}

.parallax {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding-top: 15%;
    padding-bottom: 15%;
}

.parallax h2  {
    color: #fff;
    font-family: 'futura-pt', sans-serif;
    font-size: 50px;
}

.parallax p {
    color: #fff;
    font-family: 'futura-pt', sans-serif;
    font-size: 20px;
}

/*----------------------- General Navbar styles -------------------------------*/
.logo {
    text-align: center;
}

.logo img {
    width: 40%;
}

.mobi-logo {
    display: none;
}

.navbar-nav {
    float: none;
    margin: 0;
}

.logo img {
    width: 30%;
}

.navbar-nav>li {
    text-transform: uppercase;
    text-align: center;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    text-align: center!important;
}

.header .navbar-nav {
    padding-top: 30px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 17px!important;
    text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px 9px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	 color: #fff;
    font-size: 17px!important;
	background-color: transparent;
}

header .navbar-header, header .navbar-nav, header .navbar-nav>li, header .navbar-collapse.collapse {
    text-transform: uppercase;
    text-align: right;
	padding-right: 0;
	float: right;
}

header .navbar-default {
    background-color: transparent!important;
    border-color: transparent!important;
    text-align: center;
    display: block;
}

.navbar-default .navbar-nav>li {
    display: inline-block;
    float: none;
}

.navbar-default .navbar-nav>li>a>i {
    padding-left: 5px;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent!important;
    color: #fff!important;
}

.navbar {
    margin-bottom: 0;
}

.header {
    background-color: transparent!important;
	position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.header .logo img {
    width: 85%;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent!important;
	color: #fff!important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #fff!important;
	color: #000!important;
}

.navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center!important;
}

.dropdown-menu {
    position: absolute;
    top: 90%;
    left: -45px;
    float: none;
    padding: 5px 0;
    margin: 10px 0 0;
    border-radius: 0;
	border: 0;
}

.dropdown-menu>li>a {
    text-align: left;
	background-color: transparent;
    padding: 5px 20px;
    font-size: 17px!important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    background-color: transparent;
    padding: 5px 20px;
    font-size: 17px;
}

/*------------------------------- Home page -----------------------------------*/


.home-header {
    background-image: url('/images/home/home-header.jpg');
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    position: relative;
	background-attachment: fixed;
}

.home-header-text {
    color: #fff;
    text-transform: uppercase;
    padding-top: 40vh;
    padding-left: 10%;
}

.home-header .home-header-text h1 {
    font-size: 60px;
}

.home-header .home-header-text p {
    font-size: 30px;
    color: #fff;
}

#header-scroll {
    position: absolute;
    right: 5%;
    bottom: 0;
    background-color: #000;
    color: #fff;
    padding: 10px;
}

.home-info {
    padding-top: 75px;
    padding-bottom: 75px;
	text-align: center;
}

.home-info p {
	font-size: 20px;
	font-weight: 300;
}

.home-info-heading {
	padding-top: 0px;
	padding-bottom: 30px;
}

.home-room-img {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.img-overlay {
    position: absolute;
    text-align: center;
    top: 40%;
    left: 0;
    right: 0;
}

.img-overlay p {
    text-transform: uppercase;
    color: #fff;
	font-weight: 500!important;
    font-size: 30px!important;
	margin-bottom: 0;
}

.home-info-text {
    padding-top: 20px;
}

.home-info-text h2 {
    margin-top: 0;
    text-transform: uppercase;
    color:#7e7e7e;
    font-size: 30px;
    margin-bottom: 20px;
}

.home-info-text p {
    text-align: justify;
    margin-bottom: 20px;
}

.parallax.home {
    background-image: url('/images/home/parallax.jpg');
}

.home-activities {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background-color: #ececec;
}

.home-activities h2 {
	margin-bottom: 20px;
}

.image-wrapper {
	position: relative;
}

.activity-description {
	background-color: #fff;
	padding: 20px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	padding-top: 30%;
}

.activity-description p {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.home-activities a:hover .image-wrapper img {
	-moz-transform: scale (1.1);
	-webkit-transform: scale:(1.1);
	transform: scale(1.1);
}

.home-activities .image-wrapper img {
	-moz-transition: all 0.9s;
	-webkit-transition: all 0.9s;
	transition: all 0.9s;
}

.image-wrapper {
	overflow:hidden;
}

.home-footer {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-footer img {
	width: 50%;
    margin-bottom: 20px;
}

.home-footer p {
    font-size: 20px;
    font-weight: 400;
}

#map {
    width: 100%;
    height: 400px;
}

#content {
    min-width: 300px;
	max-width: 400px;
	width: auto;
    text-align: center;
}

#content img {
    max-width: 160px;
	margin-bottom: 15px;
}

#content p, #content a {
	font-size: 18px!important;
}

/*----------------------------- Activities page -------------------------------*/
.activities {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #ececec;
}

.activities h2 {
    font-size: 25px;
}

.activities p>strong {
	font-size: 20px;
	text-transform: uppercase;
}

.activities p {
    font-size: 17px;
}

/*----------------------------- General header --------------------------------*/

.other-page-header {
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    position: relative;
	background-attachment: fixed;
	text-align: center;
}

.other-page-header h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
	padding-top: 85vh;
	font-size: 50px;
}

/* About page */

.about {
	padding-top: 40px;
	padding-bottom: 40px;
}

.about p {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 40px;
}

/*-------------------------- General Suites page ------------------------------*/

.suite-info {
    padding-top: 40px;
    padding-bottom: 40px;
}

.suites-gallery {
    padding-bottom: 10px;
}

.suites-gallery img {
    margin-bottom: 30px;
    
}

.suites-rates {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #7e7e7e;
}

.suites-rates p, .suites-rates h2 {
    color: #fff!important;
}

.sml-txt {
    font-size: 12px;
    margin-top: 20px;
}

.main-gallery {
    padding-bottom: 40px;
}

.parallax.suites {
    background-image: url('http://via.placeholder.com/1920x800');
}

/*----------------------------- Individual Suite pages ------------------------*/

.individual-suite-info {
    padding-top: 40px;
    padding-bottom: 40px;
	text-align: center;
}

.individual-gallery img {
    margin-bottom: 10px;
}

.individual-gallery .col-md-12 {
    padding: 0;
}

.individual-suite-rates {
    text-align: center;
    background-color: #7e7e7e;
    color:#fff;
	padding-top: 100px;
    padding-bottom: 100px;
}

.individual-suite-rates h2 {
    text-transform: uppercase;
    margin-top: 0;
}

.individual-suite-rates p {
    color: #fff;
    margin-bottom: 20px;
	font-size: 22px;
}

.parallax.individual-suite {
    background-image: url('/images/our-suites/bright-and-beautiful.jpg');
}

.amenities {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #ececec;
}

.amenities .col-md-6 {
	padding: 5px;
}

.amenity {
	background-color: #fff;
    padding: 20px;
    text-align: center;
    text-align: left;
	min-height: 270px;
    height: auto;
}

/* .amenities.long-desc .amenity.suite-info {
	padding: 20px 40px 20px 40px;
}

.amenities.long-desc .amenity {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    text-align: left;
    min-height: 300px;
    height: auto;
} */

/* .amenities.long-desc .amenity.list {
	padding: 50px 20px;
} */

/* .amenity.suite-info {
    padding: 46px 40px 0 40px;
    text-align: center;
}

.amenity.list {
	padding: 20px 15px;
} */

.amenity.list .col-md-6 {
	padding-right: 0!important;
	padding-left: 5px!important;
}

.amenity ul {
	list-style-type: none;
	padding-left: 0;
}

.amenity li {
    line-height: 25px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 300;
    margin-left: 30px;
}

.amenity i {
    font-size: 17px;
    margin-right: 10px;
    margin-left: -33px;
}

.amenity p {
    font-size: 20px;
    font-weight: 300;
	margin-bottom: 0;
}

/*-------------------------------- Gallery page -------------------------------*/

.gallery {
    padding-top: 40px;
    padding-bottom: 30px;
}

.gallery .col-md-4 {
    margin-bottom: 30px;
}

/*----------------------- General form styles ---------------------------------*/
input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

textarea {
    width: 100%;
    height: 190px;
    padding: 10px;
    margin-bottom: 10px;
}

input:focus, textarea:focus {
    outline:1px solid #7d9a9f;
}

.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 ------------------------------------*/

.contact {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact i {
    font-size: 20px;
    vertical-align: middle;
    padding-right: 20px;
	color: #7d9a9f;
}

.contact p>span {
    padding-left: 40px;
}

.contact h2 {
    font-size: 25px;
}

/*Footer*/
.footer {
    background-color: #7d9a9f;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer p {
    margin-bottom: 0;
    color: #fff;
	font-size: 15px!important;
}

.footer a {
    color: #fff;
	padding-right: 15px;
	font-size: 15px!important;
}

.footer i {
	padding-right: 15px;
}

.footer .navbar-nav>li>a, .footer .nav>li>a {
    padding: 5px 0 0px 13px;
	text-transform: none;
	font-size: 15px!important;
	text-transform: uppercase;
	font-weight: 300;
}

.footer .navbar-nav {
    float: right!important;
}

.footer .navbar-header, .footer .navbar-nav>li {
    text-align: right;
	font-size: 15px!important;
}

.footer-lower {
	padding: 20px 0;
}

.footer-lower p, .footer-lower a {
	margin-bottom: 0;
	font-size: 18px;
    font-weight: 400;
}

.footer-lower .text-right {
	text-align: right;
}