@charset "utf-8";
/* CSS Document */
/*
font-family: 'Roboto', sans-serif;
font-family: 'El Messiri', sans-serif;
*/
/* logo css */
.logo {
    position: absolute;
    text-align: center;
    z-index: 9;
    margin: 0px auto;
    width: 100%;
    top: 40px;
}

.container-fluid {
	padding-top: 40px;
	padding-bottom: 35px;
}

/* slider css */
html,
body {
    height: 100%;
	font-family: 'Roboto', sans-serif;
}

.home-carousel.carousel {
    height: 70%;
    min-height: 500px;	
}
.home-carousel .item,
.home-carousel .active {
    height: 100%;
}

.home-carousel .carousel-inner {
    height: 100%;
}

.home-carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.scroll-text {
	color: #fff;
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

.home-carousel .carousel-caption {
	text-shadow: none;
}

.home-carousel .carousel-caption h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 100;
	color: #000000;
    margin-bottom: 10px;	
}

.home-carousel .carousel-caption h3 {
	font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 100;
    color: #000000;
    margin-bottom: 40px;
}

.home-carousel .carousel-caption .btn {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #333333;
    background: transparent;
    padding: 6px 25px;	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.home-carousel .carousel-caption .btn:hover {
    color: #ffffff;
    background: #333333;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

h2 {
	font-family: 'El Messiri', sans-serif;
	font-size: 32px;
	font-weight: 400;
	color: #333333;
	text-align: center;
    margin-bottom: 30px;	
}

.info-text-wrapper {
	text-align: center;
    width: 920px;
    margin: 0px auto;
}

.show-hide-info-text {
    color: #0072bb;
    font-size: 16px;
    font-weight: 400;
}

.show-hide-info-text:hover, 
.show-hide-info-text:focus {
    color: #23527c;
	text-decoration: none;
}

p {
	font-size: 17px;
	line-height:25px;
	font-weight: 300;
	color: #798087;
	margin-top:20px;
}

/* amenities */
.amenities-container {
    background: url(../images/amenities-bg.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; 
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
}

.amenities-container .amenities {
	text-align: center;
    width: 20%;
    margin-bottom: 50px;
}

.amenities-container .amenities p {
	font-size: 16px;
	font-weight: 300;
	color: #333333;
}

.amenities-container .amenities p span {
	font-size: 12px;
	display: block;	
}

/* location */
.locations-container {
	border-bottom: 1px solid #d6dbe1;
}

.locations {
	padding: 0;
	margin: 0;
}

.locations ul {
    padding-left: 25px;
}

.locations li {
	list-style-type: none;
	display: inline-block;
	width: 380px;
	vertical-align: top;
	margin-right: 40px;
}

.locations li img {
	width: 100%;
}

.locations li h4 {
	font-size: 20px;
	font-weight: 300;
	color: #333333;
}

.locations li h4 span {
	font-size: 14px;
	display: block;
	margin-top: 12px;
}

.locations li h4:nth-child(odd) {
	margin-top: 0px;
	margin-bottom: 15px;
}

.locations li h4:nth-child(even) {
	margin-bottom: 0px;
	margin-top: 15px;
}

.googleSource {
    font-size: 12px;
    font-weight: 300;
    color: #798087;
    margin-bottom: 0;
    margin-top: 30px;
}

/* form css */
.contact-text {
	font-size: 16px;
	font-weight: 300;
	color: #9b5e22;
	text-align: center;
    margin-bottom: 40px;
}

.contact-form {
	width: 780px;
    margin: 0px auto;
}

.contact-form .form-group {
	
}

.contact-form .form-group .form-control {
    font-family: 'El Messiri', sans-serif;
    font-size: 32px;
    font-weight: 400;
    border: 0px;
    border-bottom: 1px solid #d6dbe1;
    box-shadow: none;
    border-radius: 0;
    /*padding: 2px 0px;*/
	padding: 0px;
    height: 40px;
    vertical-align: top;	
}

.contact-form .form-group .form-control:focus {
    border-bottom: 1px solid #798087;
}

.contact-form .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d6dbe1;
}
.contact-form .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #d6dbe1;
}
.contact-form .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #d6dbe1;
}
.contact-form .form-group .form-control:-moz-placeholder { /* Firefox 18- */
  color: #d6dbe1;
}

.contact-form .form-group .form-field-info {
    font-size: 12px;
    font-weight: 300;
    color: #c0c4c9;
}

.date-count-field {
	text-align: center;
}

.date-count-field h4 {
    font-family: 'El Messiri', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #9b5e22;
    margin-top: 0;
    margin-bottom: 15px;
}

.date-count-field .field {
    width: 50%;
    display: inline-block;
    float: left;
    border-right: 1px solid #d6dbe1;
    padding: 15px 0px;
}

.date-count-field .field:last-child {
	border-right: 0px;
}

.date-count-field .field label {
    font-size: 12px;
    font-weight: 300;
    color: #c0c4c9;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.date-count-field .field .form-control {
    font-family: 'El Messiri', sans-serif;
    font-size: 28px;
    font-weight: 400;
    border: 0px;
    box-shadow: none;
    border-radius: 0;
    /*padding: 8px 0px;*/
	padding: 0px;
    height: 40px;
    color: #798087;
    background: transparent;
	text-align: center;
    vertical-align: top;	
}

.date-count-field .field .input-group {
    width: 140px;
    margin: 0px auto;
}

.date-count-field .field .input-group .input-group-btn .btn {
    border: 0;
    border-radius: 0;
    color: #798087;
    text-align: center;
    padding: 0px 12px 4px 12px;
    background: transparent;
}

.date-count-field .field .input-group .input-group-btn .btn .glyphicon {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 300;	
}

.date-count-field .field .input-group .input-group-btn .btn:hover,
.date-count-field .field .input-group .input-group-btn .btn:focus {
	background: transparent;
	color: #9b5e22;
	outline: none;
	box-shadow: none;
}

.fieldContainer {
    width: 40%;
    display: inline-block;
    float: left;
    border-right: 1px solid #d6dbe1;
	border-bottom: 1px solid #d6dbe1;
}

.fieldContainer1 {
	width: 20%;
	display: inline-block;
	float: left;
	border-bottom: 1px solid #d6dbe1;
}

.date-count-field.fieldContainer1 .field {
	width: 100%;
	display: inline-block;
	float: left;	
}

.contact-form .ex-points {

}

.contact-form .ex-points p {
	color: #798087;
    font-size: 12px;
    font-weight: 300;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
}

.contact-form .request-btn {
    color: #c0c4c9;
    font-size: 20px;
    font-weight: 400;
    border: 2px solid #c5c8cd;
    background: transparent;
    padding: 6px 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	margin-bottom: 20px;
}

.contact-form .request-btn:hover {
    color: #ffffff;
	background: #c0c4c9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.tclink {
    color: #9b5e22;
    font-size: 14px;
    font-weight: 300;
}

.tclink:hover, .tclink:focus {
	text-decoration: none;
    color: #7b4816;
}

.social {
    margin-top: 50px;
    margin-bottom: 50px;
}

.social h4 {
    font-family: 'El Messiri', sans-serif;
    font-size: 18px;
    font-weight: 400;
	color: #798087;
}

.social a img {
    padding: 0px 6px;
}

footer {
	margin-bottom: 20px;
}

footer p {
    font-family: 'El Messiri', sans-serif;
    font-size: 18px;
    font-weight: 400;
	color: #798087;
}

footer p span, footer p span a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
	color: #798087;
}

/* inner page */
.logo-inner {
    position: relative;
    top: 0;
    margin-top: 40px;
    margin-bottom: 60px;
}

.termsConditions {
	
}

.termsConditions h2 {
    margin-bottom: 50px;
}

.termsConditions .termsConditionsPara {
    border-bottom: 1px solid #d6dbe1;
    text-align: center;
    width: 800px;
    margin: 0px auto 60px auto;
    padding-bottom: 30px;
}

.termsConditions .termsConditionsPara:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.termsConditions .termsConditionsPara h4 {
	font-family: 'El Messiri', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

.termsConditions .termsConditionsPara p {
    font-size: 16px;
    font-weight: 300;
    color: #798087;
    margin-bottom: 30px;
}

/* home page gallery */
.wrapper {
  width: 100%;
  position: relative;
  background-color: #fff;
}
.wrapper:after {
  padding-top: 42.85714285714287%;
  display: block;
  content: '';
}
.wrapper .column {
  position: absolute;
  left: 0;
  top: 0;
  width: 14.2857142857142857%;
  float: left;
  padding: 6px;
  box-sizing: border-box;
}
.wrapper .column .inner {
  width: 100%;
  position: relative;
}
.wrapper .column .inner:after {
  padding-top: 100%;
  /* ratio 1:1 */
  display: block;
  content: '';
}
.wrapper .column .inner:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.1);
}
.wrapper .column .inner:hover:before {
  background-color: rgba(0, 0, 0, 0);
}
.wrapper .column:nth-child(1) {
	width: 33.33%;
    height: 61%;  
}
.wrapper .column:nth-child(1) .inner {
	height: 100%;
}

.wrapper .column:nth-child(2) {
    width: 33.33%;
    left: 33.33%;
    height: 61%;	
}

.wrapper .column:nth-child(2) .inner {
	height: 100%;
}

.wrapper .column:nth-child(3) {
    left: 66.66%;
    height: 100%;
    width: 16.6%;
}

.wrapper .column:nth-child(3) .inner {
	height: 100%;
}

.wrapper .column:nth-child(4) {
    width: 33.33%;
    left: 16.66%;
    top: auto;
    bottom: 0;
}
.wrapper .column:nth-child(4) .inner:after {
  padding-top: 48.7%;
}
.wrapper .column:nth-child(5) {
    left: 0;
    top: auto;
    bottom: 0;
    width: 16.66%;
}
.wrapper .column:nth-child(6) {
    left: 49.99%;
    top: auto;
    bottom: 0;
    width: 16.66%;
}
.wrapper .column:nth-child(7) {
    width: 16.66%;
	height: 61%;
    left: auto;
    top: 0;
    right: 0;
}

.wrapper .column:nth-child(7) .inner {
	height: 100%;
}

.wrapper .column:nth-child(8) {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 16.66%;
}

.wrapper .column .inner {
  background-size: cover;
  background-position: center;
}

.wrapper .column .inner .viewMoreBtn {
    position: absolute;
    padding-top: 36%;
    width: 100%;
    height: 100%;
    font-family: 'El Messiri', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
}

.wrapper .column:nth-child(1) .inner {
 /* background-image: url('https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xfa1/t51.2885-15/11055800_1556880671238497_1776548525_n.jpg');*/
 	/*background: #d2e3e9;*/
	background-image: url('../images/gallery/1.jpg');
}
.wrapper .column:nth-child(2) .inner {
	background-image: url('../images/gallery/2.jpg');
}
.wrapper .column:nth-child(3) .inner {
	background-image: url('../images/gallery/3.jpg');
}
.wrapper .column:nth-child(4) .inner {
	background-image: url('../images/gallery/4.jpg');
}
.wrapper .column:nth-child(5) .inner {
	background-image: url('../images/gallery/5.jpg');
}
.wrapper .column:nth-child(6) .inner {
	background-image: url('../images/gallery/6.jpg');
}
.wrapper .column:nth-child(7) .inner {
	background-image: url('../images/gallery/7.jpg');
}
.wrapper .column:nth-child(8) .inner {
	background-image: url('../images/gallery/8.jpg');
}


.thankyouMsg {
    padding: 20px 0px;
}

.thankyouMsg h2 {
	margin-bottom: 10px;
}

.thankyouMsg h4 {
    font-size: 22px;
    font-weight: 300;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

.back {
    position: absolute;
    top: 50px;
    left: 50px;
    font-size: 18px;
    z-index: 99;
}

.back a {
    color: #9b5e22;
    font-weight: 300;
	font-family: 'Roboto', sans-serif;
}

.back a:hover, .back a:focus {
    text-decoration: none;
    color: #7b4816;
}

.back a .glyphicon {
	vertical-align: middle;
    margin-bottom: 4px;
}


@media screen and (min-width: 768px) {

.carousel-caption {
    right: 15%;
    left: 15%;
    padding-bottom: 30px;
    bottom: 20%;
}

.forMob {
	display: none;
}

}

@media screen and (max-width: 1300px) {

.home-carousel .carousel-caption h2 br {
	display: none;
}

}

@media screen and (max-width: 1199px) {

.info-text-wrapper {
    width: 80%;
}

.home-carousel .carousel-caption h2 {
    font-size: 32px;
}

}

@media screen and (max-width: 991px) {

.contact-form {
    width: 700px;
}

.termsConditions .termsConditionsPara {
    width: 80%;
}

.home-carousel .carousel-caption h2 {
    font-size: 28px;
}

.home-carousel .carousel-caption h3 {
    margin-bottom: 25px;
}

.wrapper .column .inner .viewMoreBtn {
    font-size: 24px;
    line-height: 18px;
}

.contact-form .form-group .form-control {
    font-size: 28px;
}

.date-count-field .field .form-control {
    font-size: 24px;
}
	
}

@media screen and (max-width: 768px) {

.home-carousel.carousel {
    min-height: 480px;
}

.carousel-caption {
    bottom: 80px;
}

.info-text-wrapper {
    width: 100%;
}

.amenities-container .amenities {
    width: 50%;
	margin-bottom: 20px;
}

.amenities-container .amenities p {
    min-height: 50px;
}

.locations ul {
    padding-left: 0;
}

.locations li {
    vertical-align: top;
    margin-right: 3%;
    margin-bottom: 20px;
    width: 48%;
    border-bottom: 1px solid #d6dbe1;
    padding-bottom: 20px;
}

.locations li:nth-child(even) {
	margin-right: 0px;
}

.contact-form {
    width: 100%;
}

.fieldContainer {
    width: 50%;
    margin-bottom: 20px;
}

.fieldContainer1 {
    width: 100%;
}

.termsConditions .termsConditionsPara {
    width: 100%;
}

.wrapper .column {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 50% !important;
    bottom: auto !important;
    right: auto !important;
    float: left;
    padding: 6px;
    box-sizing: border-box;
}

.wrapper .column .inner:after {
    padding-top: 100% !important;
}

h2 {
    font-size: 26px;
}

p {
    font-size: 16px;
}

.container-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
}

.wrapper .column .inner .viewMoreBtn {
    font-size: 32px;
    line-height: 24px;
    padding-top: 40%;
}

.locations li:nth-child(even) h4.forMob {
	display: block;
    margin-bottom: 0px;
    margin-top: 15px;	
}

.locations li:nth-child(even) h4 {
    display: none;
}

.locations li h4 {
    min-height: 75px;
}

}

@media screen and (max-width: 580px) {

.home-carousel .carousel-caption h2 {
    font-size: 20px;
}

.home-carousel .carousel-caption h3 {
    margin-bottom: 15px;
    font-size: 16px;
    margin-top: 0px;
}

.home-carousel.carousel {
    height: 70%;
    min-height: 400px;
}

.carousel-caption {
    bottom: 30px;
}

.logo {
    top: 20px;
}

.logo-inner {
    margin-top: 20px;
}

h2 {
    font-size: 24px;
}

.locations li {
    vertical-align: top;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #d6dbe1;
    padding-bottom: 15px;
}

.locations li h4 {
    min-height: 0px;
    width: 65%;
    display: inline-block;
    float: left;
    margin-top: 0 !important;
    padding-left: 15px;
}

.locations li img {
    width: 35%;
    display: inline-block;
    float: left;
}

.fieldContainer {
    width: 100%;
    border-right: 0px;
}

.wrapper .column .inner .viewMoreBtn {
    font-size: 24px;
    line-height: 18px;
    padding-top: 36%;
}
	
.thankyouMsg {
    padding: 10px 0px;
}

.date-count-field .field {
    width: 100%;
    display: block;
    float: left;
    border-right: 0px;
    padding: 10px 0px 0px 0px;
    border-bottom: 1px solid #d6dbe1;
}

.date-count-field .field label {
    margin-bottom: 0px;
}

.fieldContainer {
    border-bottom: 0px;
}

.date-count-field h4 {
    margin-bottom: 10px;
}

.amenities-container .amenities img {
    max-width: 100%;
}

.back {
    top: 10px;
    left: 10px;
}
	
}

@media screen and (max-width: 480px) {
	
}





