
/*
Author: Hari Thallapelly
Template: HT16
*/

/**
 *
 * 1.0 - Reset
 * 2.0 - Basic Structure
 * 3.0 - Header
 * 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: #2B2B2B;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

body {
  background: #f5f5f5;
}

a {
  text-decoration: none;
  color:#333333;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  margin: 5px 0 12px;
  color:#00BFC7;
  line-height:1.1em;
}

h1 {
  font-size: 35px;
  text-align:center;
  margin:10px 0;
  font-family: 'Lobster', cursive;
  color:#363636;
}

h2 {
  font-size: 26px;
  line-height: 1.1;
  font-family: 'Lobster', cursive;
}

h3 {
  font-size: 21px;
  line-height: 1.1;
  font-family: 'Lobster', cursive;
}

h4 {
  font-size: 18px;
  line-height: 1.2;
}

h5 {
  font-size: 16px;
  line-height: 1.3333333333;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}

.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;
}

hr {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #FFFFFF;
  margin: 20px 0;
}

.right {
  float:right
}

.left {
  float:left
}

.center {
  text-align:center
}

/* 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: #FFFFF;
 text-shadow: none;
}

/**
 * 2.0 Basic Structure
 *
 * -----------------------------------------------------------------------------
 */
.site {
  background:#FFFFFF;
}

.clear {
  clear:both;
}

/**
 * 3.0 Header
 *
 * -----------------------------------------------------------------------------
 */
header {
  background-color: #004E51;
  margin:0 auto;
  position:fixed;
  top:0;
  width:100%;
  height:130px;
  z-index:10001;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);/*Background for header section, change it to none if you dont want or change it to match the logo*/
}

.headerwrap {
  max-width:1160px;
  width:100%;
  margin:20px auto 0 auto;
  background-color: inherit; /*Background for header wrap with logo and right content */
  display:block;
  padding:10px 0 0 0;
  clear:both;
}

.headerleft-logo {
  float:left;
  text-align:left;
  margin:0;
  width:25%;
  max-width:100%;
}

.headerleft-logo a {
  display:table;
  padding:10px 0 0 0;
}

.headerright {
  float:right;
  text-align:right;
  width:73%;
  max-width:100%;
}

.headerright-content {
  padding-right:10px;
}

.headerright-content p {
  margin-top:15px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: right;
  padding: 0;
}

.headerright-content ul {
  margin-top:0;
}

/**
 * 4.0 Navigation Menu
 *
 * -----------------------------------------------------------------------------
 */
nav {
  background-color:none;
  clear:both;
  padding:0;
  margin:0;
}

nav ul {
  margin:0 !important;
  max-width:100%;
  font-size: 0;
}

.menuwrapper {
  max-width:1160px;
  width:100%;
  margin:0 auto;
  padding:0;
}

.menuwrapper ul {
  width:100%;
  padding:0;
  margin:0;
}

.menuwrapper ul li {
  display:inline-block;
 *display: inline;
  zoom:1;
  padding:0;
  text-align:center;
  border-right:1px solid #00A7AE;
}

.menuwrapper ul li a {
  padding:26px 15px;
  font-size: 16px;
  color:#FFFFFF;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.menuwrapper ul li a:hover {
  color: #FFFFFF !important;
  background-color:#00BFC7;
}

.menuwrapper ul li a::after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at center, #FFFFFF 0%, #FFFFFF 10%, transparent 10.01%, transparent 100%);
  background-size: 1% 1%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: 0.1s background-color ease-in;
  opacity: 0.3;
}

.menuwrapper ul li a:active::after {
  background-size: 1000% 1000%;
  transition: 0.15s background-size ease-out, 0.15s background-color ease-in;
  background-color: #DBDBDB;
  box-shadow: 0 10px 10px rgba(0,0,0,0.19), 0 6px 3px rgba(0,0,0,0.23);
  opacity: 0.3;
}

.menuwrapper ul li .active {
  color: #FFFFFF !important;
  background-color:#00BFC7;
}

.fa {
  clear:both;
}

/**********************************************
   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:0;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:18px;
  text-align:center;
  background-color:#333333;/*Background colour for show and hide menu in mobile versions*/
}

/**
 * 5.0 Slider Section
 *
 * -----------------------------------------------------------------------------
 */
.slider {
  background:#F3F3F3;
  padding:0;
  margin:130px 0 0 0;
  top:0 !important;
}

.sliderwrapper {
  text-align:center;
  max-width:100%;
  margin:0 auto;
  clear:both;
}

.fotorama__wrap {
  margin:0 auto
}

/**
 * 6.0 Main Content Section
 *
 * -----------------------------------------------------------------------------
 */
.content {
  background-color: #FFFFFF;
  padding:20px 0;
  clear:both;
}

.contentwrapper {
  max-width:1160px;
  width:100%;
  top: 0;
  margin:0 auto;
  clear:both;
}

.grid-container {
  max-width: 100%;
  margin: 0 auto;
  padding:0 10px;
  position: relative;
  margin: -100px 0 0 0;
}

.row {
  padding:0 0 25px 0;
}

.sidebar {
  width: 32%;
  float:right;
  background-color:#F3F3F3;
  margin-top:20px;
}

/******* ClearFix Hack ********/
.row:before, .row:after {
  content: "";
  clear:both;
  display: table;
}
 [class*='col-'] {
 float: left;
 min-height: 1px;
  /**** Add Gutter ****/
  margin-right: 2.5%;
}

[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: #000000;
 margin: 0;
 padding: 0;
 padding-bottom:10px;
}

[class*='col-'] {
  /*background-color: #F3F3F3;*/
}

.col-content {
  width: 100%;
  padding: 10px 0;
}

/**
 * 7.0 Footer Section
 *
 * -----------------------------------------------------------------------------
 */
footer {
  background-color:#004E51;
  padding:0;
  margin:0;
}

.footerwrapper {
  max-width:1160px;
  width:100%;
  margin:0 auto;
  padding:0 0 10px 0;
  background-color:#004E51;
  display:table;
  clear:both;
  color:#FFFFFF;
  font-size:12px;
}

.footertopwrap {
  padding:20px 10px 5px 10px;
}

.footerbottomwrap {
  border-bottom: 1px solid #666666;
  border-top: 1px solid #000000;
  margin-top:10px;
  padding:0 10px;
}

.footercontent {
  max-width:55%;
  width:100%;
  float:left;
  clear:right;
}

.footercontent a {
  color: #FFFFFF;
}

.footercontent a:hover {
  color: #CE9892;
}

.footersocial {
  max-width:40%;
  width:100%;
  float:right;
  text-align:right;
}

.footerleft {
  float:left;
  clear:right;
  max-width:50%;
  width:100%;
}

.footerright {
  float:right;
  max-width:50%;
  width:100%;
  text-align:right;
  padding-top:10px;
}

.footerright a {
  color:#FFFFFF;
  text-decoration:underline;
}

footer ul {
  margin:0;
  padding-left:0 !important;
}

.footernav {
  list-style:none;
  margin:10px 0;
  padding:0 0 10px 0;
}

.footernav li {
  display:inline;
}

.footernav li a:first-child {
  padding-left:0 !important;
}

.footernav li a {
  text-decoration:none;
  display:inline;
  color:#FFFFFF;
  padding:0 7px;
}

.footernav li a:hover {
  text-decoration:underline;
}

.facebookBtn, .twitterBtn, .youtubeBtn, .nosocialBtn {
  background-color:#999999;
  text-align:center;
  color:#FFFFFF;
  width:48px;
  height:48px;
  line-height:48px;
  vertical-align:middle;
  display:inline-block;
  font-size:22px;
  border-right:1px solid #777777;
}

.facebookBtn:hover {
  background-color:#6893D5;
}

.twitterBtn:hover {
  background-color:#8DE2FF;
}

.youtubeBtn:hover {
  background-color:#FF8180;
  border-right:1px solid #FF8180;
}


/**
 * 8.0 Custom theme styles
 *
 * -----------------------------------------------------------------------------
 */
.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.bggrey {
  background:url(../images/contentbg.jpg) center top #EEEEEE;
  background-repeat:repeat;
}

.bggrey1 {
  background-color:#EEEEEE;
}

.width50 {
  width:75%;
  margin:0 auto;
}

.width50 h1 {
  margin-bottom:40px;
}

h1 span {
  font-size:25px;
  display:block;
  color:#666666;
}

h1:after {
  content:'';
  display: block;
  position: absolute;
  width: 6%;
  border-bottom:2px solid #00BFC7;
  left:47%;
  margin-top:5px;
}

.margintop {
  margin-top:20px;
}

.addresstop {
  display:block;
  text-align:center;
  color:#555555;
  right:0;
  position:absolute;
  top:0;
  z-index:99999;
  background-color:#00BFC7;
  width:100%;
  padding-top:5px;
  font-size:13px;
  letter-spacing:1px;
  line-height:20px;
}

.addresstop p {
  margin-bottom:5px;
}

.addresstop a {
  color:#555555;
}

.addresstop span:after {
  content:' | ';
}

.addresstop .button {
  background-color:#777777;
  color:#FFFFFF;
  padding:2px 5px;
  border-radius:2px;
}

/*Fixed phone icon start*/
.fixedph {
  position:fixed;
  right:0;
  top:48%;
  z-index:99999;
}

.mobileinfoicon {
  display: none;
  font-size: 15px;
  white-space: nowrap;
  text-shadow: 0 1px 1px rgba(255,255,255,0.3);
  transition: all 0.2s linear;
  color:#FFFFFF;
  background-color:#006AFF;
  border-radius:10px 0 0 0;
  padding:10px 15px;
}

.fixedphlink {
  display: inline-block;
  position: relative;
  float: left;
  clear: both;
  overflow: hidden;
  transition: all 0.3s linear;
  border-radius:10px 0 0 10px;
}

.fixedphicon {
  display: block;
  font-size: 18px;
  white-space: nowrap;
  text-shadow: 0 1px 1px rgba(255,255,255,0.3);
  transition: all 0.2s linear;
  color:#FFFFFF;
  background-color:#000000;
  padding:5px;
}

.fixedphtext {
  position:absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 0;
  color:#FFFFFF;
  background-color:#004E51;
  font-size: 28px;
  line-height:28px;
  vertical-align:middle;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: left;
  text-indent: 10px;
  overflow: hidden;
  transition: width 0.3s linear;
  padding-top:15px;
}

.fixedphlink:hover {
  padding-right: 180px;
  box-shadow: 0 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
}

.fixedphlink:hover .fixedphicon {
  text-shadow: 0 1px 1px #5D81AB;
}

.fixedphlink:hover .fixedphtext {
  width: 180px;
}

.fixedplinkh:active {
  position: relative;
  top: 1px;
  background: #5D81AB;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
  border-color: #80A9DA;
}
/*Fixed phone icon end*/

/********************************************
Buttons
********************************************/
.button-container {
  margin: 10px 0;
}

.button {
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
}

.buttonlarge {
  padding: 10px 30px !important;
  font-size: 125%;
}

.buttonbooknow {
  background-color: #00BFC7;
  border-color: #285E8E;
  color: #FFFFFF;
}

.buttonbooknow:hover {
  /* background-color: #495065; */
  color: #000000;
}

.buttonenquire {
  background-color: #999999;
  border-color: #285E8E;
  color: #FFFFFF;
}

.buttonenquire:hover {
  /* background-color: #495065; */
  color: #000000;
}

/********************************************
Client Reviews
********************************************/
.reviews-inner {
  padding: 10px 20px;
  margin: 0 0 20px 0;
  background-color: #F2F2F2;
  border: 1px solid #DDDDDD;
}

.reviews-inner h4 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-family: "Lobster", cursive;
}

.reviews-inner p.review-date {
  margin: 0;
  padding: 0 0 0 20px;
}

.reviews-inner blockquote {
  border: none;
  font-size:16px;
  background: transparent;
  margin: 0;
  color:#363636;
  padding: 10px 20px 0 20px;
  quotes: "\201C""\201D""\201C""\201D";
}

.reviews-inner blockquote:before {
  color: #CCCCCC;
  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;
}

.reviews-inner blockquote cite:before {
  content: "\2013\00a0";
}

.reviews-inner blockquote + br {
  display: none;
}

/********************************************
Content Boxes
********************************************/
.contentboxwrapper {
  margin: 0 0 30px 0;
  padding: 0;
  border: 1px solid #DDDDDD;
  background: #F5F5F5;
  clear: both;
}

.contentboxcontent {
  clear: both;
}

.contentboximagewrapper {
  display: table-cell;
  min-width: 297px;
}

.contentboximage {
  max-width: 100%;
  padding: 5px;
  border: 1px solid #DDDDDD;
  margin: 10px 10px 10px 10px;
  background-color: #FFFFFF;
}

.contentboxtext {
  display: table-cell;
  text-align: left;
  max-width: 100%;
  width: 100%;
  vertical-align: top;
  padding: 10px;
}

.contentboxtext h2 {
  padding: 10px 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #DDDDDD;
}

.contentboxfooter {
  border-top: 1px solid #DDDDDD;
  padding: 10px 0;
}

.contentboxfooter h3 {
  float: left;
  clear: right;
  padding: 0 0 0 10px;
  margin: 0;
}

.contentboxfooterbuttons {
  /* Just a container */
}

.contentboxfooterbuttons::after {
  /* ClearFix Hack */
  content: "";
  clear: both;
  display: table;
}

.contentboxfooterbuttons a {
  margin-right: 10px;
}

.border-top {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #FFFFFF;
  padding:10px;
}

.badges {
  text-align:center;
  margin-bottom:0;
}

.badges img {
  padding-left: 10px;
}

.content_padding {
  padding:0 10px;
}

article {
  margin-bottom:20px;
}

.articleblock {
  background-color:#FFFFFF;
  padding:10px;
  border: 1px solid #DDDDDD;
  margin-top:10px;
}

.articleblock img {
  margin-right:20px;
}

.contactblock {
  width:92%;
  margin:0 auto;
  padding:5px 0 20px 0;
}

.contactblock span {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}

.home-accom {
  width: 32%;
  clear:right;
  float:left;
  text-align:center;
  background:rgba(186, 186, 186, 0.6);
  margin-bottom:20px;
}

.home-loc {
  width: 32%;
  clear:right;
  float:left;
  margin:0 2%;
  text-align:center;
  background:rgba(186, 186, 186, 0.6);
  margin-bottom:20px;
}

.home-act {
  width: 32%;
  clear:right;
  float:left;
  text-align:center;
  background:rgba(186, 186, 186, 0.6);
  margin-bottom:20px;
}

.home-accom:hover, .home-loc:hover, .home-act:hover {
  background:rgba(186, 186, 186, 0.8);
}

.is-cms #feature1, .is-cms #feature2, .is-cms #feature3 {
  cursor: text;
}

.summary-container {
  padding:0 0 20px 0;
}

.icon-circle {
  color:#FFFFFF;
  font-size:50px;
  padding-top:20px;
  height:122px;
  width:100%;
  background:url(../images/icon-circle.png) no-repeat center top;
}

.summary-container img {
  max-width:100%;
  padding-top:0;
}

.summary {
  font-size: 13px;
  padding:10px 0 0 0;
  width: 100%;
  height:100%;
  position:relative;
}

.summary span {
  color:#000000;
  padding:0 0 5px 0;
  margin:0;
  font-size:25px;
}

.summary span:after {
  content:'';
  display: block;
  position: absolute;
  width: 60%;
  left:20%;
  border-bottom:1px solid #00bfc7;
  margin-bottom:10px;
}

.summary p {
  padding:10px 10px 20px 10px;
  color:#363636;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height:1.2em;
  max-height: 3.5em;
}

.ghost {
  padding: 8px;
  color: #000000;
  background-color: transparent;
  border: 2px solid #000000;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: color 0.3s ease-out,  background-color 0.3s ease-out,  border-color 0.3s ease-out;
}

.ghost:hover {
  background-color: #00BFC7;
  border-color: #00BFC7;
  color: #000000;
  transition: color 0.3s ease-in,  background-color 0.3s ease-in,  border-color 0.3s ease-in;
}

.headingColorBG {
  background:rgba(24, 49, 71, 0.8);
}

.moreinfo {
  background-color:#941D3B;
  color:#FFFFFF;
  padding:2px 5px;
  float:right;
}

.content_room {
  margin-bottom: 10px;
  padding: 10px 0 0 0;
  border: 1px solid #DDDDDD;
  background: #F5F5F5;
}

.room_img {
  width:30%;
  max-width:100%;
  float:left;
  padding: 5px;
  border: 1px solid #DDDDDD;
  margin: 0 0 10px 10px;
  background-color:#FFFFFF;
}

.room_details, .tariff {
  width: 100%;
  max-width:100%;
}

.style {
  max-width:500px;
  width:100%;
  margin:0 auto !important;
}

.google-maps {
  position: relative;
  padding-bottom: 75%; /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
  border:5px solid #FFFFFF;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Iframe */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 10px;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hidden {
  overflow: hidden;
}

.amenities, .affiliations {
  margin: 2px;
  border: none;
}

/********************************************
Add ticks to an unordered list
********************************************/
.col-content ul {
  padding-left:30px;
}

.col-content ul {
  list-style-type: none;
}

.col-content li:before {
  font-family: "FontAwesome";
  /*content: "\f00c"; */ /* fa-check */
  /*content: "\f14a"; */ /* fa-check-square */
  /*content: "\f046"; */ /* fa-check-square-o */
  content: "\f058"; /* fa-check-circle */
  /*content: "\f05d";*/ /* fa-check-circle-o */
  margin:0 5px 0 -30px;
  color: #FFA800;
  font-size: 14px; /* Font Awesome fonts are designed to work at 14px and multiples */
}

/********************************************
jQuery UI overrides
********************************************/
.ui-accordion-content {
  color: #363636;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}


 /**
 * 9.0  Media Queries
 *
 * -----------------------------------------------------------------------------
 */

@media screen and (min-width:1000px) {
  .addresstop {
    display:block !important
  }
}

@media screen and (max-width:1180px) {
  .contentwrapper {
    width:98%;
    padding:1%;
    margin:0 auto;
  }

  .col-content {
    padding:0;
  }
}

@media screen and (max-width:1000px) {
  .fixedph {
    position:absolute;
  }

  .anchour {
    display: block;
    position: relative;
    top: auto;
    visibility: hidden;
  }

  #mfToggleText {
    display:inline-block;
    margin-left:10px;
  }

  #mfToggleMenu {
    display:block;
    cursor:pointer;
    color:#FFFFFF; /*Colour for show and hide menu in mobile versions*/
    text-decoration:none;
    padding:35px 10px 10px 10px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:18px;
    float:right;
    text-align:right;
    background-color:#00BFC7;/*Background colour for show and hide menu in mobile versions*/
  }

  nav {
    width:100%;
    height:100%;
    float:right;
    background-color:none;
    clear:both;
    padding:0;
    margin:0;
    right:0;
  }

  header {
    background-color: #00BFC7;
    margin:0 auto;
    top:0;
    width:100%;
    position:relative;
    z-index:9999;
    height:100px;/*Background for header section, change it to none if you dont want or change it to match the logo*/
  }

  .headerwrap {
    max-width:1160px;
    width:100%;
    margin:0 auto;
    background-color: #00BFC7; /*Background for header wrap with logo and right content */
    display:block;
    padding:0;
    clear:both;
  }

  .headerleft-logo {
    float:left;
    width:50%;
    margin:0;
    padding:0;
  }

  .headerleft-logo img {
    display:block;
    float:left;
  }

  .headerleft-logo a {
    display:table;
  }

  .headerright {
    text-align:center;
    width:45%;
    clear:both;
  }

  .headerright-content {
    padding-right:0;
  }

  .headerright-content p {
    margin-top:25px;
    color: #FFFFFF;
    font-size : 20px;
    text-align : center;
    padding : 0;
  }

  .headerright-content ul {
    margin:0 !important;
  }

  .menuwrapper ul {
    display:none;
  }

  .menuwrapper ul {
    max-width:100%;
    height:100%;
    padding:0;
  }

  .menuwrapper ul li {
    border-top:1px solid #DC9203;
    display:block;
    max-width:100%;
    background-color:#00BFC7;
  }

  .menuwrapper ul li a {
    padding:7px 0!important;
    font-size : 15px;
    display:block;
    width:100%;
  }

  .menuwrapper i, .menuwrapper br {
    display:none;
  }

  .slider {
    margin:0;
  }

  .active {
    color: #DDDDDD;
  }

  .footertopwrap, .footerwrapbottom {
    padding-left:10px;
    padding-right:10px;
  }

  .footerleft, .footerright {
    padding:0;
    max-width:40%;
  }

  .sliderwrapper h1 {
    font-size:95%;
  }

  .minheight {
    min-height: inherit;
  }

  .addresstop {
    display:none;
  }
}

@media screen and (max-width:768px) {
  .site {
    background:none;
  }

  .sliderwrapper {
    font-size:100%;
  }

  .sliderwrapper h1 {
    font-size:25px;
  }

  .sliderwrapper {
    max-width:100%;
    margin:0 auto;
    background-color: #FFFFFF;
    display:block;
    clear:both;
  }

  .sliderleft-images {
    float:none;
    clear:both;
    margin:0 auto;
    max-width:100% !important;
    padding:0 !important;
  }

  .sliderright-content {
    float:none;
    text-align:left;
    max-width:100%;
    padding-right:0 !important;
  }

  .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%;
  }

  .footertopwrap, .footerwrapbottom {
  }

  .footerleft {
    float:none;
    clear:both;
    max-width:100%;
    margin:0 auto;
    text-align:center;
    padding-bottom:10px;
  }

  .footerright {
    float:none;
    clear:both;
    max-width:100%;
    margin:0 auto;
    text-align:center;
  }

  #pageTitle {
    margin: -50px 0 0 0;
    background:rgba(24, 49, 71, 0.8);
    position: relative;
    z-index: 2;
  }

  .pagetitleh1 {
    width:100%;
    margin:0 auto;
  }

  .primaryCompanyColor {
    color:#FFFFFF !important;
    text-shadow: 1px 1px 2px #111111;
    filter: dropshadow(color=#111111, offx=1, offy=1);
    line-height: 40px;
    font-size:20px !important;
  }

  .slogan {
    color:#FFFFFF !important;
    text-shadow: 1px 1px 2px #111111;
    filter: dropshadow(color=#111111, offx=1, offy=1);
    line-height: 40px;
    font-size:28px !important;
  }

  .width50 {
    width:95%;
  }
}

@media screen and (max-width:650px) {
  .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%;
  }

  .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;
  }

  .summary-container {
    padding:0 0 20px 0;
    margin:0 0 20px 0;
  }

  .home-accom {
    width: 98%;
    float:none;
    margin:0 auto;
    padding:0 1%;
  }

  .home-loc {
    width: 98%;
    float:none;
    margin:0 auto;
    padding:0 1%;
  }

  .home-act {
    width: 98%;
    float:none;
    margin:0 auto;
    padding:0 1%;
  }

  .fixedph {
    position:fixed;
    right:0;
    bottom:0;
    top:auto;
    z-index:99999;
  }

  .fixedphicon {
    display:none;
  }

  .fa-3x {
    font-size:2em !important;
  }

  .mobileinfoicon {
    display:block;
  }

  nav {
    width:100%;
  }

  .footercontent {
    float:none;
    clear:both;
    max-width:100%;
    margin:0 auto;
    text-align:center;
    padding-bottom:10px;
  }

  .footersocial {
    float:none;
    clear:both;
    max-width:100%;
    margin:0 auto;
    text-align:center;
  }

  .grid-container {
    max-width: 100%;
    margin: 0 auto;
    padding:0 10px;
    position: relative;
    margin: 10px 0 0 0;
  }

  .sidebar {
    width:100%;
  }

  .addresstop {
    position:fixed;
    height:100%;
    left:0;
    background:rgba(255,168,0,0.90);
    overflow:scroll;
  }

  .addresstop i {
    color:#FFFFFF;
  }

  .addresstop i {
    display:block;
  }

  .addresstop span {
    display:block;
    padding:0 0 15px 0;
  }

  .addresstop span:after {
    content:'';
  }

  .addresstop p, .addresstop a {
    color:#000000;
    font-size:18px;
    overflow:scroll;
  }

  .addresstop p {
    padding:10% 0;
  }
}

@media screen and (max-width:480px) {
  header {
    height:auto;
  }

  .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%;
  }

  .headerleft-logo {
    float:none;
    display:block;
    width:100%;
    margin:0 auto;
    text-align:center;
    padding:0;
  }

  .headerleft-logo img {
    float:none;
    margin:0 auto;
    padding-bottom:10px;
  }

  .headerleft-logo a {
    display:block;
  }

  .headerright {
    float:none;
    text-align:center;
    width:100%;
    clear:both;
  }

  nav {
    position:relative;
  }

  #mfToggleMenu {
    padding:10px;
    float:none;
    text-align:center;
    background-color:#004E51;
  }

  .content {
    padding:0;
  }

  h1 {
    font-size:22px;
  }

  .width50 h1 {
    margin-bottom:15px;
  }

  .contentboxfooterbuttons a {
    margin:5px;
    float:left;
    clear:both;
  }
}
