@charset "UTF-8";
/*
Author: Hari Thallapelly
Template: PH14
*/

/**
 *
 * 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: #FFFFFF;
  text-shadow: none;
}

::-moz-selection {
  background: #24890D;
  color: #FFFFFF;
  text-shadow: none;
}


/**
 * 2.0 Basic Structure
 *
 * -----------------------------------------------------------------------------
 */
.site {
  /*Background for the website*/
  background-image: url(../images/main-background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom center;
  background-size: cover;
  background-color: #FFFFFF;
  font-size:14px;
  color:#363636;
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  margin:30px 0 0 0;
  overflow:auto;
}

.bodywrapper{
  max-width:100%;
  width:1160px;
  margin:0 auto;
  /* 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:75%;
  max-width:100%;
  margin-right:2%;
}

.rightcontainer {
  float:right;
  width:23%;
  max-width:100%;
}

header {
  background-color: inherit;/*Background for header section, change it to none if you dont want or change it to match the logo*/
}

.logo{
  padding:20px 0;
  margin:0px auto;
  text-align:center;
  background-color:#fff;
  border-bottom:1px solid #ccc;
}

.sticky {
  position:fixed;
  z-index:9999;
  top:0;
  max-width:290px;
}

.mobileph {
  display:none;
}


/**
 * 4.0 Navigation Menu
 *
 * -----------------------------------------------------------------------------
 */
nav {
  background-color: #F5F5F5; /*Background for header section, change it to none if you dont want or change it to match your requirements*/
  clear:both;
  padding:0px;
  margin:0;
}

.menuwrapper {
  list-style:none;
  padding:0;
  margin:0px;
}

.menuwrapper ul {
  width:100%;
  margin:0px;
  padding:10px 0;
}

.menuwrapper ul li {
  list-style-type:none;
  padding-left:15px;
  display:inline-block;
  margin:0px;
}

.menuwrapper ul li a {
  color:#333333;
  text-decoration:none;
  padding:15px 10px !important;
  display:block;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size: 13px;
  font-weight: bold;
}

.menuwrapper ul li a:hover {
  color:#FFFFFF;
  background-color:#F47520;
}

.menuwrapper ul li .active {
  color:#FFFFFF;
  background-color:#F47520;
}

.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:#146D37;/*Background colour for show and hide menu in mobile versions*/
}


/**
 * 5.0 Slider Section
 *
 * -----------------------------------------------------------------------------
 */
.sliderwrapper {
  background-color: transparent; /*Background colour for slider section, change it to match your requirements*/
  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:15px 15px 45px 15px;
  background-color:#FFFFFF;
}

[class*='col-'] {
  float: left;
  min-height: 1px;
  /**** Add Gutter ****/
  margin-right: 2.5%;
}

.col-1 {
  width: 6.0%;
}

.col-2 {
  width: 14.5%;
}

.col-3 {
  width: 23%;
}

.col-4 {
  width: 31.6%;
}

.col-5 {
  width: 40.0%;
}

.col-6 {
  width: 48.7%;
}

.col-7 {
  width: 57.5%;
}

.col-8 {
  width: 65.9%;
}

.col-9 {
  width: 74.5%;
}

.col-10 {
  width: 83.0%;
}

.col-11 {
  width: 91.5%;
}

.col-12 {
  width: 100%;
}

.row div:last-of-type {
  margin-right: 0;
}

.outline, .outline * {
  border: 1px solid #691405;
}

[class*='col-'] > p {
  color: #525252;
  margin: 0;
  padding: 0;
  padding-bottom:10px;
}

[class*='col-'] {
  /*background-color: #f3f3f3;*/
}


/**
 * 7.0 Footer Section
 *
 * -----------------------------------------------------------------------------
 */
footer {
  background-color:#146D37;
  border-top: 5px solid #F47520;
  box-shadow: 10px 0 10px #333333;
  overflow:auto;
}

.footerwrapper {
  color:#FFFFFF;
  font-size:12px;
  width:1160px;
  max-width:100%;
  margin:0 auto;
  padding:20px 0;
}

.footerleft {
  float:left;
  clear:right;
  width:75%;
}

.footerright {
  float:right;
  width:25%;
  color:#E8E8E8;
}

.footersocial {
  float:right;
  padding-bottom:10px;
}

.footernav {
  list-style:none;
  padding:0 0 10px 0;
}

footer ul {
  margin:0px;
  text-align:right;
  padding-left:0px !important;
}

.footernav li {
  display:block;
}

.footernav li a:first-child {
  padding-left:0px !important;
}

.footernav li a {
  text-decoration:none;
  display:inline;
  color:#BCBCBC;
  padding:0;
  font-size:14px;
}

.footernav li a:hover {
  text-decoration:underline;
}


/**
 * 8.0 Custom theme styles
 *
 * -----------------------------------------------------------------------------
 */
h1 {
  background: none repeat scroll 0 0 #F47520;
  color: #FFFFFF;
  display: block;
  font-weight: 100;
  padding: 20px 15px 5px 15px;
  font-size:30px;
  line-height:50px;
}

h2 {
  font-size:25px;
}

h3 {
  font-size:20px;
  margin-top:15px;
}

h4 {
  font-size:15px;
}

p {
  margin-bottom:15px;
  line-height:19px;
}

a {
  color:#F27820;
}

a:hover {
  color:#000000;
}

.widgetblock {
  padding: 15px 20px;
  font-size:16px;
  margin-bottom:20px;
}

.reservationphone{
  text-align:center;
  background-color: #FFFFFF;
  font-weight:bold;
  /*position:fixed;
  z-index:-999;*/
  /* Two lines above used to make Free Phone block sticky */
}

.reservationphone p{
  text-transform:uppercase;
  letter-spacing:1px;
}

.reservationphone span{
  font-size:28px;
  line-height:35px;
}

.contactdetails{
  background-color: rgba(244, 117, 32, 0.9);
  color:#FFFFFF;
  /*margin-top:170px;*/
  /* Line above used in conjunction with .reservationphone lines to make Free Phone block sticky */
}

.contactdetails p{
  line-height:1.5em;
}

.contactdetails a{
  color: #FFFFFF;;
}

.weatherblock{
  background-color: rgba(244, 117, 32, 0.9);
  text-align:center;
}

.facebookBtn, .twitterBtn, .youtubeBtn {
  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;
}


/********************************************
Buttons
********************************************/
.button-container {
  margin: 10px 0;
}

.button {
  padding: 5px 10px;
}

.buttonlarge {
  padding: 10px 30px !important;
  font-size: 125%;
}

.buttonbooknow {
  background-color: #F47520;
  color: #FFFFFF;
  display:inline-table;
}

.buttonbooknow:hover {
  /* background-color: #495065; */
  color: #000;
}

.buttonenquire {
  background-color: #146D37;
  color: #FFFFFF;
  display:inline-table;
}

.buttonenquire:hover {
  /* background-color: #495065; */
  color: #000000;
}


/********************************************
Client Reviews
********************************************/
.reviews-inner {
  padding: 10px 20px;
  margin: 0 0 20px 0;
  border-bottom: 1px dotted #DDDDDD;
}

.reviews-inner h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  text-align:center;
  padding: 0;
}

.reviews-inner p.review-date {
  margin: 0;
  padding: 0 0 0 20px;
  text-align:center;
}

.reviews-inner blockquote {
  border: none;
  font-size:inherit;
  background: transparent;
  margin: 0;
  color:#000000;
  padding: 10px 20px 0 20px;
  quotes: "\201C""\201D""\201C""\201D";
}

.reviews-inner blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 50px;
  line-height: 0.1em;
  vertical-align: -0.4em;
  margin-right: 5px;
}

.reviews-inner blockquote p {
  display: inline;
  margin: 0;
}

.reviews-inner blockquote cite {
  display: block;
  margin: 0 0 0 20px;
  text-align:right;
}

.reviews-inner blockquote cite:before {
  content: "\2013\00a0";
}

.reviews-inner blockquote + br {
  display: none;
}


/********************************************
Content Boxes
********************************************/
.contentboxwrapper {
  margin: 0 0 10px 0;
  padding: 0;
  clear: both;
}

.contentboxcontent {
  clear: both;
}

.contentboximagewrapper {
  display: table-cell;
  min-width: 285px;
}

.contentboximage {
  max-width: 100%;
  padding: 5px;
  margin: 10px 10px 10px 10px;
  background-color: #FFFFFF;
}

.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:390px;
  margin-bottom:3px;
  padding-right:15px;
  display:block;
  float:left;
}

.amenitieslist ul {
  overflow:auto;
  margin:0px;
  list-style:none;
}

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;
}

.footermapcontainer {
  width:100%;
  height:250px;
  overflow:hidden;
  margin:0 auto 10px 0 !important;
}

.map {
  position: relative;
  padding-bottom: 75%; /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
}

.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) {
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 767px) {
  .site{
    margin:0px;
    background-image:none;
  }

  .leftcontainer, .rightcontainer, .footerleft, .footerright{
    width:100%;
  }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    width:100%;
  }

  .logo{
    margin:0 auto;
    text-align:center;
  }

  #mfToggleMenu {
    display:block;
  }

  .menuwrapper ul{
    margin:0px !important;
    max-width:100%;
    display:none;
    padding: 0;
  }

  .menuwrapper ul li{
    border-bottom:1px solid #292524;
    text-align:center;
    width: 100%;
    padding: 0;
  }

  .contactblock{
    text-align:center;
    margin:0 auto;
    float:none;
  }

  .contentwrapper {
    padding:10px;
  }

  .footerwrapper{
    width:98%;
    padding:1%;
  }
}

@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:#FFFFFF;
    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) {
}