
/* ==[ Template MC13, Markup by Hari Thallapelly 2015 ]== */

/**
 *
 * 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;
}
a {
  color:#356FAA;
}
a:link, a:visited {
    color: #356FAA;
    text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
  color: #363636;

}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 5px 0 12px;
  color:#3BB2CB;
  margin:15px 0;
  font-family: 'Junge', serif;
  font-weight:bold;

}

h1 {
  font-size: 22px;
  }

h2 {
  font-size: 22px;
  line-height: 1.1;
}

h3 {
  font-size: 22px;
  line-height: 1.1;
}

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: 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;
}

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: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #24890d;
  color: #fff;
  text-shadow: none;
}


/**
 * 2.0 Basic Structure
 *
 * -----------------------------------------------------------------------------
 */
.site {
  /*Background for the website*/
}
body {
  font-size:15px;
  color:#1f1f1f;
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  color:#525252;
}

.clear{
  clear:both;
}


/**
 * 3.0 Header
 *
 * -----------------------------------------------------------------------------
 */

 header{
  background-color: #3BB2CB;/*Background for header section*/
  position:fixed;
  z-index:9999;
  width:100%;
  height:120px;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  transition: height 0.5s;
}

.fixedtop-shrink{
  background-color:#3BB2CB;
  height:80px;
}

.fixedtop-shrink .headerleft-logo img{
  width:64% !important;
  -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  -o-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  transition: width 1s ease-in-out, left 1.5s ease-in-out;
}

.fixedtop-shrink .headerright{
  padding-top:10px;
}

.headerwrapper{
  max-width:1160px;
  width:100%;
  margin:0 auto;
  background-color: inherit; /*Background for header wrap with logo and right content */
  padding:0px;
  clear:both;
}

.headerleft-logo{
  float:left;
  text-align:left;
  margin:0px; /*Change to fit the requirements*/
  z-index:999;
  width:35%;
  max-width:100%;
}

.headerleft-logo a{
  display:table;
  padding:10px;
}

.headerright{
  float:right;;
  padding-top:40px;
}

.headerright-content{
}

.headerright-content p{
  }

  .headerright-content ul{
  margin-top:0px; /*Change to fit the requirements*/
}

.mobileph{
  display:none;
  color:#fff;
}

.mobileph a{
  color:#fff !important;
}


/**
 * 4.0 Navigation Menu
 *
 * -----------------------------------------------------------------------------
 */
nav{
  background-color:none; /*Background for header section, change it to none if you dont want or change it to match your requirements*/
  clear:both;
  padding:0px;
  margin:5px 0;
}

.menuwrapper{
  max-width:1160px;
  width:100%;
  margin:0 auto;
}

.navmenu li{
  display:block;
  float:left;
  margin:0 0 0 6px;
}

.navmenu li a{
  display:block;
  padding:8px 12px;
  border-radius:5px;
  font-weight:bold;
  text-transform:uppercase;
  font-size:15px;
  color:#fff;
  text-decoration:none;
}

.navmenu .selected, .navmenu li a:hover {
  background-color:#f3f3f3;
  color:#3BB2CB;
}


 /**********************************************
   Mobile
  ***********************************************/

#mobilemenutext{
  display:inline-block;
  margin-left:10px;
}

#mobilemenu {
  display:none;
  cursor:pointer;
  color:#fff; /*Colour for show and hide menu in mobile versions*/
  text-decoration:none;
  padding:5px 10px;
  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-color:#3BB2CB;
  padding:125px 0 10px 0;
  margin:0 0 0 0;
  clear:both;
}

.sliderwrapper{
  text-align:center;
  width:1160px;
  max-width:100%;
  margin:0 auto;
  clear:both;
  -webkit-box-shadow: 1px 9px 16px -7px rgba(185,185,185,1);
  -moz-box-shadow: 1px 9px 16px -7px rgba(185,185,185,1);
  box-shadow: 1px 9px 16px -7px rgba(185,185,185,1);
}

.sliderleft-images{
  max-width:100%; /*Change to 100% for full width slider images*/
  text-align:center;
  border:1px solid #f0f0f0;
  padding:20px 20px 0 20px;
  background-color:#fff;
}

.sliderright-content{
  float:right;
  text-align:left;
  width:35%;/*Change to 100% if slider images are 100%*/
  padding-right:15px;
}


/**
 * 6.0 Main Content Section
 *
 * -----------------------------------------------------------------------------
 */

.content{
  background-image:url(../images/intro-strip-bg.png);
  border-top:2px dotted #cccccc;
  border-bottom:2px dotted #cccccc;
  margin-top:10px;
  clear:both;
}

.contentwrapper{
  width:1160px;
  max-width:100%;
  margin:0 auto;
  clear:both;
}

/******* ClearFix Hack ********/
.grid-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.row {
  margin:0 0 10px 0;
}

.row:before, .row:after {
  content: "";
  clear:both;
  display: table;
}

[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: #000;
  margin: 0 0 10px 0;
}

.col-content {
  width: 100%;
  padding: 10px 0;
}


/**
 * 7.0 Footer Section
 *
 * -----------------------------------------------------------------------------
 */
footer{
  background-color:#3BB2CB; /*Background colour for footer section, change it to none if you want image as background for whole website or change it to match your requirements*/
  padding:0px;
  margin:0;
  border-top: 2px dotted #cccccc;
}

.footerwrapper{
  max-width:1160px;
  width:98%;
  margin:0 auto;
  padding:0 0 10px 0;
  display:table;
  clear:both;
  color:#fff;
  font-size:15px;
}

.footertopwrap{
  padding:20px 0px 5px 0px;
}

.footerbottomwrap{
  margin-top:10px;
  padding:0px;
}

.footercontact{
  max-width:55%; /*Change % to fit your requirments*/
  width:100%;
  float:left;
  clear:right;
}

.footersocial{
  max-width:40%; /*Change % to fit your requirments*/
  width:100%;
  float:right;
  text-align:right;
}

.footerleft{
  float:left;
  clear:right;
  max-width:50%; /*Change % to fit your requirments*/
  width:100%;
}

.footercopyright{
  float:right;
  max-width:50%; /*Change % to fit your requirments*/
  width:100%;
  text-align:right;
  padding-top:10px;
}

footer a{
  color:#fff !important;
  text-decoration:underline;
}

footer ul{
  margin:0;
  padding-left:0px !important;
}

.footernav{
  list-style:none;
  margin:10px 0;
  padding:0 0 10px 0;
}

.footernav li{
  display:inline;
}

.footernav li a:first-child{
  padding-left:0px !important;
}

.footernav li a{
  text-decoration:none;
  display:inline;
  color:#fff;
  padding:0 7px;
}

.footernav li a:hover{
  text-decoration:underline;
}

.resphone-container span{
  font-size:30px;
  line-height:33px;
  font-weight:bold;
}

.resphone-container, .resphone-containerloc {
  padding-top:5px;
}

.resphone-containerloc span{
  font-size:30px;
  line-height:33px;
  font-weight:bold;
}


/**
 * 8.0 Custom theme styles
 *
 * -----------------------------------------------------------------------------
 */
 /********************************************
Content Boxes
********************************************/
.contentboxwrapper {
  margin: 0 0 10px 0;
  padding: 0;
  border: 1px solid #DDDDDD;
  background: #F5F5F5;
  clear: both;
}

.contentboxcontent {
  clear: both;
}

.contentboximagewrapper {
  display: table-cell;
  min-width: 287px;
}

.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: 5px 10px 0 10px;
}
.location .contentboxtext {
  display: table-cell;
  text-align: left;
  max-width: 100%;
  width: 100%;
  vertical-align: top;
  padding: 10px 10px 0 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 a {
  margin-right: 10px;
}

a[href^=tel]{
  color: #356FAA;
  text-decoration: none;
}

.buttonbooknow{
  background-color: #3BB2CB;
  border-color: #285e8e;
  border-radius:5px;
  color:#fff !important;
  padding:5px 10px;
  margin-left:5px;
  text-decoration:none !important;
  font-size:20px;
}

.buttonenquire{
  background-color: #bfbbbb;
  border-color: #285e8e;
  border-radius:5px;
  color:#000 !important;
  padding:5px 10px;
  margin-left:10px;
  text-decoration:none !important;
  font-size:20px;
}

.contact-info, .regional-info {
  padding:30px;
  background-color:#fff;
  border:1px solid #e3e3e3;
  float:left;
  margin-top:25px;
  min-height:300px;
  margin-right:0px;
}

.contact-info .button-container {
  border-top:1px dotted #cccccc;
  padding-top:15px;
}

.map {
  background-color:#fff;
  border:1px solid #e3e3e3;
  margin-top:25px;
  min-height:300px;
  margin-bottom:10px;
}

.contact-info h2 {
  margin-top:0px;
}

.resphone-container p, .resphone-containerloc p {
  margin:0px;
}

.contact-info .resphone-container, .resphone-containerloc {
  padding-top:15px;
  margin-top:15px;
  border-top:1px dotted #cccccc;
}

.feature-blocks-container{
  border:1px solid #E6E6E6;
  margin-bottom:20px;
}

.col-featureblock {
  width: 31.2%;
  margin-right:0% !important;
}

.featureblockborder{
  border-right:1px solid #E6E6E6;
  padding-right:10px;
  margin-right:18px !important;
}


/**
 * 9.0  Media Queries
 *
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width:1080px) {
  #mobilemenu {
    display:block;
  }

  #mobilemenutext{
    display:inline-block;
    margin-left:10px;
  }

  #mobilemenu {
    cursor:pointer;
    color:#fff; /*Colour for show and hide menu in mobile versions*/
    text-decoration:none;
    padding:5px 10px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:16px;
    text-align:right;
    background-color:#3BB2CB;/*Background colour for show and hide menu in mobile versions*/
  }

  nav{
    width:65%;
    float:right;
    background-color:none; /*Background for header section, change it to none if you dont want or change it to match your requirements*/
    clear:both;
    padding:0px;
    margin:5px 0;
    text-align:right;
  }

  nav ul{
    margin:0px !important;
    max-width:100%;
    display:none;
  }

  ul.navmenu {
    width:100%;
    padding:0px;
  }

  ul.navmenu li{
    list-style-type:none;
    display:inline-block;
    *display: inline;
    zoom: 1;
    width:100%;
    background-color:#3BB2CB;
    margin:0px;
  }

  ul.navmenu a{
    padding:10px 15px 5px 5px !important;
    font-size : 15px;
    display:block;
    text-align:right;
  }
  .fixedtop-shrink ul.navmenu a{
    text-align:right !important}
  .active {
    color: #DDDDDD;
  }
  .headerleft-logo{
    width:50%; /*Change to fit the requirements*/
  }
  .headerright{
    width:50%;
  }
  }
@media screen and (max-width:960px) {
  

  .col-featureblock {
    width: 30.5%;
    margin-right:0% !important;
  }

  .featureblockborder{
    border-right:1px solid #E6E6E6;
    padding-right:10px;
    margin-right:15px !important;
  }

  

  .footertopwrap, .footerwrapbottom{
    padding-left:10px;
    padding-right:10px;
  }

  .footerleft, .footercopyright{
    padding:0px;
    max-width:40%;
  }

  .room_details{
    max-width:100%;
    float:right;
    text-align:left;
  }

  .room_img{
    width:25%;
  }

  .sliderwrapper h1{
    font-size:95%;
  }

  

  .minheight {
    min-height: inherit;
  }

  .home-accom{
    width: 45%;
  }

  .home-loc{
    width: 45%;
  }

  .home-act{
    width: 45%;
  }

  .slider{
    background-image:none;
  }
}

@media screen and (max-width:768px) {
  .site {
    background:none;
  }

  .sliderwrapper{
    font-size:100%;
  }

  h1{
    font-size:20px !important;
  }

  .sliderwrapper{
    max-width:100%;
    margin:0 auto;
    background-color: #fff;
    display:block;
    clear:both;
  }

  .sliderleft-images{
    float:none;
    clear:both;
    margin:0 auto;
    max-width:100% !important;
  }

  .sliderright-content{
    float:none;
    text-align:left;
    max-width:100%;
    padding-right:0px !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{
    text-align:center;
  }

  .footernav{
  }

  footer ul{
    text-align:center;
    padding-left:0px !important;
  }

  .footercontact{
    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;
  }

  .footercopyright, .footerleft{
    float:none;
    clear:both;
    max-width:100%;
    margin:0 auto;
    text-align:center;
  }

  .resphone-container{
    text-align: center;
    float: none
  }

  #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:#fff !important;
    text-shadow: 1px 1px 2px #111111;
    filter: dropshadow(color=#111111, offx=1, offy=1);
    line-height: 40px;
    font-size:20px !important;
  }

  .slogan {
    color:#fff !important;
    text-shadow: 1px 1px 2px #111111;
    filter: dropshadow(color=#111111, offx=1, offy=1);
    line-height: 40px;
    font-size:28px !important;
  }

  .room_img{
    width:30%;
  }
}

@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;
    padding: 0 10px 0 10px;
  }
  .home-accom{
    width: 70%;
    float:none;
    margin:0 auto;
  }

  .home-loc{
    width: 70%;
    float:none;
    margin:0 auto;
    padding:0px;
  }

  .home-act{
    width: 70%;
    float:none;
    margin:0 auto;
  }

  .col-featureblock {
    width: 28.5%;
    margin-right:0% !important;
  }

  .featureblockborder{
    border-right:1px solid #E6E6E6;
    padding-right:10px;
    margin-right:15px !important;
  }
}

@media screen and (max-width:580px) {
  #mobilemenu {
    display:block;
  }

 #mobilemenutext{
    display:inline-block;
    margin-left:10px;
  }

  #mobilemenu {
    display:block;
    cursor:pointer;
    color:#fff; /*Colour for show and hide menu in mobile versions*/
    text-decoration:none;
    padding:5px 10px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:18px;
    text-align:center;
    background-color:#3BB2CB;/*Background colour for show and hide menu in mobile versions*/
  }

  .mobileph{
    display:block;
    background-color:inherit;
    color:#fff;
    font-size:18px;
  }

  .fixedtop-shrink {
    height:55px;
  }

  .fixedtop-shrink nav{
    float:right;
  }

  .fixedtop-shrink .headerleft-logo{
    float:left;
    text-align:left;
    width:132px;
    clear:right;
  }
.fixedtop-shrink ul.navmenu a{
    text-align:right !important}
  .fixedtop-shrink .headerleft-logo img{
    width:100% !important;
  }

  .fixedtop-shrink .headerright{
    width:50%;
    float:right;
    text-align:right;
  }

  .fixedtop-shrink #mobilemenu{
    text-align:right;
  }

  .fixedtop-shrink .mobileph{
    display:none;
  }

  nav{
    width:100%;
    float:right;
    background-color:none; /*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;
  }

  header{
    margin:0 auto;
    top:0;
    background-color: #3BB2CB;
    width:100%;
    z-index:9999;
    /*Background for header section, change it to none if you dont want or change it to match the logo*/
  }

  .headerwrapper{
    max-width:1160px;
    width:100%;
    margin:0 auto;
    background-color: #3BB2CB; /*Background for header wrap with logo and right content */
    display:block;
    padding:0px;
    clear:both;
  }

  .headerleft-logo{
    float:none;
    position:relative;
    text-align:center;
    width:100%;
    margin:0px;
    padding:0px; /*Change to fit the requirements*/
  }

  .headerleft-logo img{
    display:block;
    float:none;
    width:100%;
  }

  .headerleft-logo a{
    display:table;
    text-align:center;
    margin:0 auto;
  }

  .headerright{
    float:none;
    text-align:center;
    width:100%;
    padding-top:0px;
  }

  .headerright p{
    margin-top:25px; /*Change to fit the requirements*/
    color: #fff;
    font-size : 20px;
    text-align : center;
    padding : 0;
  }

  .headerright ul{
    margin:0px !important;
  }

  .navmenu{
    display:none;
    max-width:100%;
    height:100%;
    padding:0;
  }

  ul.navmenu li{
    display:block;
    max-width:100%;
    background-color:#3BB2CB;
    margin:0px;
  }

    ul.navmenu a{
    padding:7px 10px !important;
    font-size : 15px;
    text-align:center;
    margin:0 auto;
  }

  .col-featureblock {
    width: 100%;
    margin-right:0% !important;
  }

  .featureblockborder{
    border-right:none;
    padding-right:0px;
    margin-right:0px !important;
  }

  .slider{
    margin:85px 0 0 0;
  }

  .col-content{
    padding:10px 5px;
  }

  .room_img{
    max-width: 100%;
    float:left;
    clear:right;
  }

  .room_details{
    width:100%;
    padding:0px;
  }

  .room_img{
    width:40%;
    max-width:100%;}

  .room-content{
    width:100%;
    padding:0px;
  }

  .room-content p{
    padding-left:10px;
  }

  #pageTitle {
    margin: -40px 0 0 0;
    background:rgba(24, 49, 71, 0.8);
    position: relative;
    z-index: 2;
  }

  .pagetitleh1{
    max-width:1160px;
    width:100%;
    margin:0 auto;
  }

  .primaryCompanyColor {
    color:#fff !important;
    text-shadow: 1px 1px 2px #111111;
    filter: dropshadow(color=#111111, offx=1, offy=1);
    line-height: 30px;
    padding-left:5px;
    font-size:14px !important;
  }
}

@media screen and (max-width:480px) {
  .headerwrapper{
    max-width:1160px;
    width:100%;
    margin:0 auto;
    background-color: #3BB2CB; /*Background for header wrap with logo and right content */
    display:block;
    padding:0px;
    clear:both;
  }

  .headerleft-logo{
    float:none;
    text-align:center;
    width:100%;
    margin:0px; /*Change to fit the requirements*/
  }

  .headerleft-logo img{
    display:block;
    float:none;
    width:100%;
  }
.contentboxfooter {
    border-top: 1px solid #DDDDDD;
    padding: 10px 0;
  }
  .contentboxfooter h3 {
    float: none;
    clear: right;
    padding: 0 0 0 10px;
    margin: 0;
  }
  .contentboxfooterbuttons a {
    margin: 10px;
    float: none;
  }
  .home-accom{
    width: 98%;
    float:none;
    margin:0 auto;
  }

  .home-loc{
    width: 98%;
    float:none;
    margin:0 auto;
    padding:0px;
  }

  .home-act{
    width: 98%;
    float:none;
    margin:0 auto;
  }
}

@media screen and (max-width:340px) {
  .contentboxfooterbuttons a {
    display:table;
  }
}

 