/*
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: 0;
  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: #FFFFFF;
  text-shadow: none;
}
::-moz-selection {
  background: #24890D;
  color: #FFFFFF;
  text-shadow: none;
}


/**
 * 2.0 Basic Structure
 *
 * -----------------------------------------------------------------------------
 */
.site {
  background-image: url("../images/background.gif");
  background-repeat: repeat;
  background-color: #000000;
  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: #282523;
  /* 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: #FFFFFF;
}
header {
  background-color: inherit;
}
.logo{
  padding: 0;
  margin: 0;
  background-color: #443D3A;
}
.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: 0;
  margin: 0;
}
.menuwrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #443D3A;
}
.menuwrapper ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.menuwrapper ul li {
  list-style-type: none;
  padding-left: 20px;
  display: block;
  margin: 0;
}
.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: #FFFFFF;
}
.menuwrapper ul li .active {
  color: #FFFFFF;
}
.fa {
  padding-right: 3px;
}

/**********************************************
Mobile
***********************************************/
#mfToggleText {
  display: inline-block;
  margin-left: 10px;
}
#mfToggleMenu {
  display: none;
  cursor: pointer;
  color: #FFFFFF; /*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: 0;
  margin: 0;
}
.slider-images {
  max-width: 100%;
  text-align: center;
  background-color: #FFFFFF;
  float: right;
}


/**
 * 6.0 Main Content Section
 *
 * -----------------------------------------------------------------------------
 */
.contentwrapper {
  padding: 25px;
}


/**
 * 7.0 Footer Section
 *
 * -----------------------------------------------------------------------------
 */
footer {
}
.footerwrapper {
  color: #525252;
  font-size: 12px;
  background-color: #282523;
}
.footerleft {
  float: left;
  clear: right;
  width: 25%;
  background-color: #211F1E;
}
.footerright {
  float: right;
  background-color: #433B38;
  width: 75%;
  color: #E8E8E8;
}
.footersocial {
  padding: 51px 0 52px 0;
  margin: 0 auto;
  text-align: center;
}
.footernav {
  list-style: none;
  padding: 25px;
}
footer ul {
  margin: 0;
  padding-left: 0 !important;
}
.footernav li {
  display: inline;
}
.footernav li a:first-child {
  padding-left: 0 !important;
}
.footernav li a {
  text-decoration: none;
  display: inline;
  color: #BCBCBC;
  padding: 0 7px;
  font-size: 14px;
}
.footernav li a:hover {
  text-decoration: underline;
}


/**
 * 8.0 Custom theme styles
 *
 * -----------------------------------------------------------------------------
 */
h1 {
  font-size: 30px;
  color: #FF4500;
}
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: #FF4500;
}
a:hover {
  color: #666666;
}
.contactblock {
  background-color: #282523;
  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: 28px;
  color: #FFFFFF;
  line-height: 45px;
  letter-spacing: 1px;
}
.facebookBtn, .twitterBtn, .youtubeBtn, .nosocialBtn {
  background-color: #507CBE;
  text-align: center;
  color: #FFFFFF;
  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;
}
.ta-reviews {
  float: right;
  margin: 0 0 10px 20px;
}

/********************************************
Buttons
********************************************/
.button-container {
  margin: 10px 0;
}
.button {
  padding: 5px 10px;
}
.buttonlarge {
  padding: 10px 0px !important;
  font-size: 125%;
  width: 100%;
  text-align: center;
}
.buttonbooknow {
  background-color: #FF4500;
  color: #FFFFFF;
  display:inline-table;
}
.buttonbooknow:hover {
  /* background-color: #495065; */
  color: #000000;
}
.buttonenquire {
  background-color: #3276B1;
  color: #FFF;
  display:inline-table;
}
.buttonenquire:hover {
  /* background-color: #495065; */
  color: #000000;
}

/********************************************
Content Boxes
********************************************/
.contentboxwrapper {
  margin: 30px 0 10px 0;
  padding: 0;
  clear: both;
}
.contentboxcontent {
  clear: both;
}
.contentboxheader {
  text-align: left;
  max-width: 100%;
  width: 100%;
  vertical-align: top;
  padding: 0;
  border-bottom: 1px solid #AD9F8F;
  margin-bottom: 8px;
}
.contentboxheader h2 {
  font-size: 20px;
  padding: 0px 0 0px 0;
  margin: 0;
}
.contentboximagewrapper {
  display: table-cell;
  min-width: 287px;
}
.contentboximage {
  max-width: 100%;
  padding: 5px;
  margin: 10px 0 10px 0;
  background-color: #FFFFFF;
}
.contentboximage img {
  margin-right: 20px;
}
.contentboxtext {
  text-align: left;
  max-width: 100%;
  width: 100%;
  vertical-align: top;
  padding: 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: 0;
  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: #FFFFFF;
  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: 0 !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) {
  .mobile-hide {
    display: none;
  }
  .mobileph {
    display: block;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
  }
  a[href^=tel]{
    color: inherit;
    text-decoration: underline;
  }
}

@media screen and (max-width: 480px) {
  .ta-reviews {
    float: none;
    margin: 0 auto 10px auto;
    width: 240px;
  }
}

@media screen and (max-width: 320px) {
}