/*
Author: Hari Thallapelly
Template: CS14
*/

/**
 *
 * 1.0 - Reset
 * 2.0 - Basic Structure
 * 3.0 - Left and right panel
 * 4.0 - Navigation
 * 5.0 - Slider Section
 * 6.0 - Content
 * 7.0 - Footer
 * 8.0 - Custom theme styles
 * 9.0 - Media Queries

 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * -----------------------------------------------------------------------------
 */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, iframe {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: content-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}
body, button, input, select, textarea {
  color: #525252;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
a {
  text-decoration: none;
  color:#333333;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
  color: #000;
}
.sub-heading {
  font-size:20px;
}
address {
  font-style: italic;
  margin-bottom: 24px;
}
abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}
b, strong {
  font-weight: 700;
}
cite, dfn, em, i {
  font-style: italic;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
p {
  margin-bottom: 10px;
}
code, kbd, tt, var, samp, pre {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
  line-height: 1.6;
}
pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
blockquote {
  color: #767676;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2631578947;
  margin-bottom: 24px;
}
blockquote cite, blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}
blockquote strong, blockquote b {
  font-weight: 400;
}
small {
  font-size: smaller;
}
big {
  font-size: 125%;
}
sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
dl {
  margin-bottom: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 24px;
}
ul, ol {
  list-style: none;
  margin: 0px;
  padding-left:25px;
  padding-bottom:10px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin: 0 0 0 20px;
}
img {
  border: 0;
  max-width:100%;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}
legend {
  white-space: normal;
}
button, input, select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
button, input {
  line-height: normal;
}
input, textarea {
  background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
 input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table, th, td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}
td {
  border-width: 0 1px 1px 0;
}
del {
  color: #767676;
}
.divider {
  border-top:1px dotted #ad9f8f;
  padding-top:20px;
}
.right {
  float:right;
}
.left {
  float:left;
}
.center {
  text-align:center;
}
.clear {
  clear: both;
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
  background: #24890d;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #24890d;
  color: #fff;
  text-shadow: none;
}


/**
 * 2.0 Basic Structure
 *
 * -----------------------------------------------------------------------------
 */
.site {
  background: url(../images/main-background.jpg) no-repeat #cbd9f3;
  font-size:14px;
  color:#363636;
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  margin:30px 0;
  overflow:auto;
}
.bodywrapper{
  max-width:100%;
  width:1160px;
  margin:0 auto;
  background-color:#000;
  /* Next two lines fix a bug in the native Android browser that causes content not to be shown, for details see
  http://stackoverflow.com/questions/12923305/is-there-any-workaround-polyfill-for-android-4-0-3-stock-browser-z-index-issues */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}


/**
 * 3.0 Left and right panel
 *
 * -----------------------------------------------------------------------------
 */
.leftcontainer {
  float:left;
  text-align:left;
  width:25%;
  max-width:100%;
}
.rightcontainer {
  float:right;
  width:75%;
  max-width:100%;
  background-color:#fff;
}
header {
  background-color: inherit;
}
.logo{
  padding:10px 0;
  margin:0px;
  background-color:#4c8ac5;
  border-right:1px solid #4c8ac5;
  text-align:center;
}
.sticky {
  position:fixed;
  z-index:9999;
  top:0;
  max-width:290px;
}
.mobileph {
  display:none;
}


/**
 * 4.0 Navigation Menu
 *
 * -----------------------------------------------------------------------------
 */
nav {
  background-color:none;
  clear:both;
  padding:0px;
  margin:0;
}
.menuwrapper {
  list-style:none;
  padding:0;
  margin:0px;
  background:#084681;
}
.menuwrapper ul {
  width:100%;
  margin:0px;
  padding:0px;
}
.menuwrapper ul li {
  list-style-type:none;
  padding-left:20px;
  display:block;
  margin:0px;
}
.menuwrapper ul li a {
  color:#b0ebff;
  text-decoration:none;
  padding:10px !important;
  display:block;
  text-transform:uppercase;
  font-weight:300;
  letter-spacing:1px;
  font-size:18px;
}
.menuwrapper ul li a:hover {
  color:#fff;
}
.menuwrapper ul li .active {
  color:#fff;
}
.fa {
  padding-right:3px;
}

/**********************************************
Mobile
***********************************************/
#mfToggleText {
  display:inline-block;
  margin-left:10px;
}
#mfToggleMenu {
  display:none;
  cursor:pointer;
  color:#fff; /*Colour for show and hide menu in mobile versions*/
  text-decoration:none;
  padding:10px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:18px;
  text-align:center;
  background-color:#ad9f8f;/*Background colour for show and hide menu in mobile versions*/
}


/**
 * 5.0 Slider Section
 *
 * -----------------------------------------------------------------------------
 */
.sliderwrapper {
  background-color: transparent;
  padding:0px;
  margin:0;
}
.slider-images {
  max-width:100%; /*Change to 100% for full width slider images*/
  text-align:center;
  background-color:#FFF;
  float:right;
}


/**
 * 6.0 Main Content Section
 *
 * -----------------------------------------------------------------------------
 */
.contentwrapper {
  padding:25px;
}


/**
 * 7.0 Footer Section
 *
 * -----------------------------------------------------------------------------
 */
footer {
}
.footerwrapper {
  color:#525252;
  font-size:12px;
  background-color: #000;
}
.footerleft {
  float:left;
  clear:right;
  width:25%;
  background-color:#000;
}
.footerright {
  float:right;
  background-color: #000;
  width:75%;
  color:#E8E8E8;
}
.footersocial {
  padding:75px 0 76px 0;
  margin:0 auto;
  text-align:center;
}
.footernav {
  list-style:none;
  padding:25px;
}
footer ul {
  margin:0px;
  padding-left:0px !important;
}
.footernav li {
  display:inline;
}
.footernav li a:first-child {
  padding-left:0px !important;
}
.footernav li a {
  text-decoration:none;
  display:inline;
  color:#bcbcbc;
  padding:0 15px;
  font-size:14px;
}
.footernav li a:hover {
  text-decoration:underline;
}


/**
 * 8.0 Custom theme styles
 *
 * -----------------------------------------------------------------------------
 */
h1 {
  font-size:30px;
  color:#d35900;
}
h2 {
  font-size:25px;
}
h3 {
  font-size:20px;
  margin-top:15px;
}
h4 {
  font-size:15px;
}
h1,h2,h3,h4{
  margin-bottom:10px;
}
p {
  margin-bottom:15px;
  line-height:19px;
}
a {
  color:#f27820;
}
a:hover {
  color:#666;
}
.contactblock {
  background-color: #000;
  padding: 25px 25px 34px 25px;
  color:#9b8f88;
  font-size:16px;
}
.contactblock p{
  text-transform:uppercase;
  font-weight:300;
  letter-spacing:2px;
}
.contactblock span{
  font-size:30px;
  color:#fff;
  line-height:45px;
  letter-spacing:1px;
}
.facebookBtn, .twitterBtn, .youtubeBtn, .nosocialBtn {
  background-color:#507cbe;
  text-align:center;
  color:#fff;
  width:48px;
  height:48px;
  line-height:48px;
  vertical-align:middle;
  display:inline-block;
  font-size:22px;
}
.twitterBtn {
  background-color:#63cdf1;
}
.youtubeBtn {
  background-color:#f16261;
}
.facebookBtn:hover {
  background-color:#6893d5;
}
.twitterBtn:hover {
  background-color:#8de2ff;
}
.youtubeBtn:hover {
  background-color:#ff8180;
}
.nosocialBtn {
  /* Use this when no social buttons are needed, it holds the footsocial div open to the correct height */
  background-color: transparent;
}

/********************************************
Buttons
********************************************/
.button-container {
  margin: 10px 0;
}
.button {
  padding: 5px 10px;
}
.buttonlarge {
  padding: 10px 30px !important;
  font-size: 125%;
}
.buttonbooknow {
  background-color: #DD7B35;
  border-color: #285E8E;
  color: #FFFFFF;
  display:inline-table;
}
.buttonbooknow:hover {
  /* background-color: #495065; */
  color: #000000;
}
.buttonenquire {
  background-color: #3276B1;
  border-color: #285E8E;
  color: #FFFFFF;
  display:inline-table;
}
.buttonenquire:hover {
  /* background-color: #495065; */
  color: #000000;
}

/********************************************
Forms
********************************************/
label {
  padding-top: 5px;
  font-size: 1.2em;
}

input, textarea, select {
  padding: 1%;
  width: 99%;
  font-family: Helvetica, sans-serif;
  font-size: 1.4em;
  margin: 0 0 10px 0;
  border: 1px solid #CCCCCC;
}

textarea {
  height: 90px;
}

textarea:focus, input:focus {
  border: 1px solid #FFCC00;
}

input.submit-button {
  width: 100px;
}

.fielderror {
  background-color: #FFB6C1;
  border: 1px solid #FF0000;
}

.formerrors {
  background-color: #FFFFCC;
  border: 1px solid #FF0000;
  margin: 5px 30px 5px 30px;
  padding: 10px 30px 0px 30px;
}

.error {
  color: #FF0000;
}

.g-recaptcha {
  width: 99%;
  display: inline-block;
}


/********************************************
Content Boxes
********************************************/
.contentboxwrapper {
  margin: 0 0 10px 0;
  padding: 0;
  clear: both;
}
.contentboxcontent {
  clear: both;
}
.contentboximagewrapper {
  display: table-cell;
  min-width: 305px;
}
.contentboximage {
  max-width: 100%;
  padding: 5px;
  margin: 10px 10px 10px 10px;
  background-color: #FFF;
}
.contentboxtext {
  display: table-cell;
  text-align: left;
  max-width: 100%;
  width: 100%;
  vertical-align: top;
  padding: 0;
}
.contentboxtext h2 {
  padding: 10px 0 10px 0;
  margin: 0 0 10px 0;
}
.contentboxfooter {
  padding: 10px 0;
}
.contentboxwrapper h3 {
  float: left;
  clear: right;
  padding: 0;
  margin: 0;
}
.contentboxfooterbuttons {
  /* Just a container */
}
.contentboxfooterbuttons a {
  margin-right: 10px;
}

a[href^=tel]{
  color: inherit;
  text-decoration: none;
}
.amenitieslist ul{
  display:inline-block;
}
.amenitieslist li {
  width:148px;
  margin-bottom:3px;
  padding-right:15px;
  display:block;
  float:left;
}
.amenitieslist ul {
  overflow:auto;
  margin:0px;
  list-style:none;
}
.locationaddress{
  background-color: #F7F7F7;
  padding:10px 0;
  margin-bottom:20px;
}
.locationaddress ul{
  display:inline-block;
}
.locationaddress ul li {
  display: block;
  float: left;
  padding: 0 8px;
  width: 220px;
}
article {
  margin-bottom:20px;
}
.articleblock {
  background-color:#fff;
  padding:10px;
  border: 1px solid #DDDDDD;
  margin-top:10px;
}
.articleblock img {
  margin-right:20px;
}
.mapcontainer {
  width:100%;
  margin:0 auto !important;
}
.map {
  position: relative;
  padding-bottom: 75%; /*  This is the aspect ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.videocontainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.videocontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.minheight {
  min-height: 246px;
}


/**
 * 9.0  Media Queries
 *
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
 .leftcontainer, .footerleft {
    width:28%;
  }
  .rightcontainer, .footerright {
    width:72%;
  }
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 767px) {
  .site{
    margin:5px;
    background-image:none;
  }
  .leftcontainer, .rightcontainer, .footerleft, .footerright{
    width:100%;
  }
  .logo{
    margin:0 auto;
    text-align:center;
  }
  #mfToggleMenu {
    display:block;
  }
  #mfToggleText{
    display:inline-block;
    margin-left:10px;
  }
  #mfToggleMenu {
    cursor:pointer;
    color:#b0ebff;
    text-decoration:none;
    padding:13px;
    text-transform:uppercase;
    font-weight:300;
    letter-spacing:1px;
    font-size:19px;
    border-bottom:1px solid #292524;
    text-align:center;
    background-color:#453d3a;
  }
  .menuwrapper ul{
    margin:0px !important;
    max-width:100%;
    display:none;
  }
  .menuwrapper ul li{
    border-bottom:1px solid #292524;
    text-align:center;
  }
  .contactblock{
    text-align:center;
    margin:0 auto;
    float:none;
  }
  .contentwrapper {
    padding:10px;
  }
}

@media screen and (max-width: 625px) {
  .contentboximagewrapper {
    display: block;
    text-align: center;
  }
  .contentboximage {
    display: inline-block;
    max-width: 100%;
    padding: 5px;
    border: 1px solid #DDDDDD;
    margin: 10px 0;
  }
  .contentboxtext {
    display: block;
    text-align: left;
    max-width: 100%;
    width: auto;
    vertical-align: top;
  }
}

@media screen and (max-width: 580px) {
  .mobileph {
    display:block;
    background-color:#FFF;
    color:inherit;
    font-size:18px;
    padding:10px 0;
    text-align: center;
  }
  a[href^=tel]{
    color: inherit;
    text-decoration: underline;
  }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 320px) {
}