body { margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; color: #1e1e1e; background-color: #fff; }

a { color: #a59fad; text-decoration: none; }

.slideGradient { position: absolute; width: 100%; z-index: 999; height: 150px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.clear { clear: both; }

.bookbutton { background: #553778; color: #FFF; text-decoration:none; display:block; width:200px; text-align:center; padding:10px; margin-top:10px;
              border-radius:10px;
    }

.itt-footer {  text-align: center; font-size: 10px; padding-top: 5px; padding-bottom: 5px; }

.iframeWrapper {
    height: 0;
    padding-bottom: 25%;
    padding-top: 25px;
    position: relative;
}
.iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  border:0;
  width: 100%;
  height: 100%;
}

.centered {
    position: absolute;
    left: 0%;
    right: 0%;
    background-color: #553778;
    padding: 15px 0px 5px 0px;
    border-radius: 10px;
    width: 800px !important;
    margin: 0 auto;
    margin-top: -710px;
    z-index: 100;
}

.centered p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 23px; 
	color:#fff;
	margin: 0px 0px 5px 0px ;
}

.centered .bottomtext {
	font-size: 14px !important;
}

.centered a {
	color: #fff;
	text-decoration: underline;
}



.map-overlay { 
	background:#553778; /* Colour not needed - just so you can see it! */
	opacity:0.5; /* Opacity not needed - just so you can see it! */
	position:absolute;
	width: 100%; /* Width of your map iframe */
	height:100%;
	z-index:3; /*Make sure the overlay is above the iframe with z-index*/
	cursor: zoom-in;
	top:0;
}
.map-overlay-remove {
	display:none; 
}
.activate-map {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #376a9b;
    display: none;
    font-family: inherit;
    height: 50px;
    left: 50%;
    margin-left: -75px;
    position: relative;
    top: 80%;
    width: 150px;
}
.map-overlay:hover .activate-map {display:block; cursor: pointer}
.activate-map:hover { background: #376A9B; color: #FFF }

html, body { height: 100% } 

#CDSSCROLLINGRAVE { margin: auto !important; margin-bottom: 20px !important; margin-top: 20px !important; }

.covereverything {
	position: fixed;
    width: 100%;
    background: rgba(0,0,0,0.8);
    height: 100%;
    z-index: 99999;
}

.piggyinthemiddle {
    position: relative;
    margin: 0 auto;
    width: 380px;
    margin-top: 14%;
    padding: 10px;
	border-radius: 5px;
    background-color: #b397cb;
    border: 2px solid #553778;
}

.middlebox {
    margin: 0px;
	border-radius: 5px;
	background-color: #fff;
    border: 2px solid #553778;
    padding: 5px 0px 15px 0px;
}

.middlebox h2 {
	text-align: center;
}

.middlebox p {
	color: #333;
	font-weight: 700;
	text-align: center;
}

#closepopup {
	color: #333;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    position: absolute;
    display: block;
    background-color: #eee;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 18px;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    padding: 7px 10px 6px 10.5px;
    border: 2px solid #553778;
    line-height: 19px;
	cursor: pointer;
}

@media only screen and (max-width: 1000px) {
.piggyinthemiddle {
    width: 90%;
	margin-top: 30%;
}
.middlebox {
    padding: 5px 5px 15px 5px;
}
.piggyinthemiddle img {
    width: 100%;
	height: inherit !important;
}
.centered {
    position: relative !important;
	margin-top: 0px !important;
	width: 100% !important;
	border-radius: 0px;
	top: 0px;
}

.centered p {
	font-size: 17px !important;
}

}

.gallery { list-style: none; margin: 0; padding: 0; }
.gallery li { float: left; margin-right: 7px; }
.gallery li img { width: 250px; height: 186px; }
.gallery li.right { float: right; }
.gallery li.last { margin-right: 0; }
.gallery li.last img { width: 222px; }

.gallery li:nth-child(1) img { width: 479px !important; height: inherit !important; }
.gallery li:nth-child(12) img { width: 479px !important; height: inherit !important; }
.gallery li:nth-child(23) img { width: 479px !important; height: inherit !important; }
.gallery li:nth-child(34) img { width: 479px !important; height: inherit !important; }

.pictureBand ul { margin: 0; padding: 0; list-style: none; }
.pictureBand ul li { float: left; display: block; width: 20%; box-sizing: border-box; outline: 5px solid #fff;  }
.pictureBand ul li img { width: 100%; }

.back2rooms { text-align: center !important; margin: 0; padding:0; margin-left: -18px; margin-top: 15px; }
.back2rooms a {  color: #999; }

.centerHeading { text-align: center; }
.centerHeading  { margin-bottom: 5px; }

.centerHeadinglocation { text-align: left; }
.centerHeadinggroup { text-align: left; }

.niceHeading {  font-size: 30px !important; font-family: 'Open Sans', sans-serif !important; margin-top: 0 !important; }

.breadcrumbs { margin-top: 30px; color: #1e1e1e !important; }

.contactRight { float: left; box-sizing: border-box; padding-left: 30px; width: 684px; }
.contactRight p { margin-top: 0; }




.contactLeft { float: left; width: 285px; border-right: 1px solid #ccc; padding-right: 30px; }
.contactLeft p { margin-top: 0; }
.contactLeft input { padding: 7px; width: 85%; font-family: 'Open Sans', sans-serif; font-size: 14px; margin-bottom: 10px; }
.contactLeft textarea { margin-bottom: 10px; padding: 7px; width: 100%; height: 120px; font-family: 'Open Sans', sans-serif; font-size: 14px; }
.contactLeft button { border: 0; padding: 7px; background-color: #a59fad; color: #fff; font-family: 'Open Sans', sans-serif; font-size: 14px; margin-top: 7px;}

.half { width: 50% !important; }

.roomContent { float: left; box-sizing: border-box; padding-right: 30px; width: 480px; }
.roomPricing { float: left; width: 480px; border-left: 1px solid #ccc; padding-left: 30px; }
.roomPricing h1 { margin-top: 0; }
.roomPricing h3 {  font-size: 24px !important; }
.roomPricing ul { margin: 0; padding: 0; margin: 15px; }
.roomPricing ul li { margin-bottom: 10px; }

.roomPricing h2 { margin: 0 !important; padding: 0 !important; font-size: 18px !important; color: #a59fad;font-family: 'Open Sans', sans-serif !important;font-weight: 400 !important; }
.roomPricing h2 span { font-weight: 400 !important; color: #1e1e1e; }

.roomContent p { margin-top: 0; }

hr { border: 0; border-top: 1px solid #ccc; margin: 0; padding: 0; margin-bottom: 30px; }

.banner { width: 100%; height: inherit; }
.banner img { width: 100%; height: inherit; display: block; }

.mapBanner { width: 100%; height: inherit; }
.mapBanner iframe { width: 100%; height: 380px; display: block; }

.luxuryrooms { position: relative; margin-bottom: 30px; }
.luxuryrooms img { display: block; }
.luxuryrooms div { position: absolute; bottom: 0; right: 0; left: 0; width: 100%; color: #fff; }
.luxuryrooms div h2 { margin: 0; padding: 0; margin-left: 30px; margin-bottom: 20px; font-family: 'Tangerine', cursive; font-size: 62px; text-shadow: 1px 1px #000; }

.superiorrooms { position: relative; float: left; width: 485px; margin-right: 30px; margin-bottom: 30px; }
.superiorrooms img { display: block; }
.superiorrooms div { position: absolute; bottom: 0; right: 0; left: 0; width: 100%; color: #fff; }
.superiorrooms div h2 { margin: 0; padding: 0; margin-left: 30px; margin-bottom: 20px; font-family: 'Tangerine', cursive; font-size: 62px; text-shadow: 1px 1px #000; }

.budgetrooms { position: relative; float: left; width: 485px; margin-bottom: 30px; }
.budgetrooms img { display: block; }
.budgetrooms div { position: absolute; bottom: 0; right: 0; left: 0; width: 100%; color: #fff; }
.budgetrooms div h2 { margin: 0; padding: 0; margin-left: 30px; margin-bottom: 20px; font-family: 'Tangerine', cursive; font-size: 62px; text-shadow: 1px 1px #000; }

.medindirooms { position: relative; float: left; width: 485px; margin-right: 30px; }
.medindirooms img { display: block; }
.medindirooms div { position: absolute; bottom: 0; right: 0; left: 0; width: 100%; color: #fff; }
.medindirooms div h2 { margin: 0; padding: 0; margin-left: 30px; margin-bottom: 20px; font-family: 'Tangerine', cursive; font-size: 46px; text-shadow: 1px 1px #000; }

.madibarooms { position: relative; float: left; width: 485px; }
.madibarooms img { display: block; }
.madibarooms div { position: absolute; bottom: 0; right: 0; left: 0; width: 100%; color: #fff; }
.madibarooms div h2 { margin: 0; padding: 0; margin-left: 30px; margin-bottom: 20px; font-family: 'Tangerine', cursive; font-size: 46px; text-shadow: 1px 1px #000; }

#back-to-top {
    position: fixed;
    bottom: 97px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #a59fad;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #141414;
}
#back-to-top.show {
    opacity: 1;
}

.call2action { float: right; margin-right: 30px; margin-top: 57px; font-size: 18px; }
.call2action p { margin: 0; padding: 0; }

.special {  box-sizing: border-box; border-top: 1px solid #ccc; padding-top: 20px; padding-bottom: 20px; }

.special h2, .special h3 { font-family: 'Tangerine', cursive; }
.special h2 { font-size: 46px !important;margin: 0 !important; }
.special h3 { font-size: 36px !important; margin: 0 !important; padding: 0 !important; color: #a59fad; }

.attraction {  box-sizing: border-box; width: 100%; text-align: center; line-height: 30px;}
.attraction span { color: #a59fad; }

.attraction h2 { font-size: 20px !important; font-weight: 700 !important; margin: 0 !important; padding: 0 !important; padding-top: 15px !important;font-family: 'Open Sans', sans-serif !important; }

.attraction.first h2 {  padding-top: 0 !important; }

.attraction img { width: 500px; height: 300px; }
.attraction img.left { float: left; margin-right: 30px; }
.attraction img.right { float: right; margin-left: 30px; }

.attraction.left h2 { padding-top: 15px !important; }

.galleryRooms { list-style: none; margin: 0; padding: 0; margin-top: 25px; }
.galleryRooms li {  float: left; margin-right: 5px; margin-bottom: 0px; }
.galleryRooms li.noM { margin-right: 0; }
.galleryRooms li img { background-color: #fff;  }

.specialsRight { float: right;width: 450px; }


.specialImagesRight {  list-style: none; margin: 0; padding: 0; min-height: 330px; }
.specialImagesRight li {  float: left; margin-right: 5px; margin-bottom: 0; }
.specialImagesRight li.noM { margin-right: 0; }
.specialImagesRight li img { background-color: #fff;  }

.header { top: 0; }

.header.small { background: rgba(0,0,0,0.5); height: 70px; position: fixed; top: 0; z-index: 99999999; width: 100%; -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease; }

.header.small .menu { margin-top: 17px; }
.header.small .logo { margin-top: 10px; top: 0; left: 10px; }
.header.small .logo img { width: 50px; }
.header.small .logo span { font-size: 24px; margin-top: 9px; }

.header.rest { background: rgba(0,0,0,0.5); height: 70px; position: fixed; top: 0; z-index: 99999999; width: 100%; -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease; }

.header.rest .menu { margin-top: 17px; }
.header.rest .logo { margin-top: 10px; top: 0; left: 10px; }
.header.rest .logo img { width: 50px; }
.header.rest .logo span { font-size: 24px; margin-top: 9px; }

.specials { width: 48%; float:right; min-height: 333px; max-height: 333px; box-sizing:border-box;  padding-top: 5px; padding-bottom: 5px; background-color: #b397cb; text-align: center; color: #fff; }
.specials strong { color: #a59fad; }

.specials h3 { font-family: 'Tangerine', cursive; font-size: 42px !important; }

.logo { min-height: 180px; z-index: 999; font-family: 'Tangerine', cursive; text-align: center; padding-top: 20px; padding-bottom: 20px;width: 545px; margin-left: 20px; }
.logo span:nth-child(2) { color: #a59fad; font-size: 62px; font-weight: 600; margin-top: 38px;display: block; }
.logo span:nth-child(3) { color: #a59fad; font-size: 38px; font-weight: 600;display: block; }
.logo img { 
   margin-bottom: 10px; float: left;}
	
.imgFloat { float: right; margin-left: 30px; }
.imgFloatLeft { float: left; margin-right: 30px; margin-bottom: 30px;  margin-top:8px; }

.TA_rated { float: left; }

.acc img { float: left; }

.acc .travelground { margin-top: 25px; margin-left: 80px; }

.acc .aa { margin-top: 10px; margin-left: 80px; }

.acc .cpo { margin-top: 10px; margin-left: 80px; }

.acc .vineyard { margin-top: 20px; margin-left: 80px; }

.footer {  width: 100%; background-color: #a59fad; padding-top: 20px; padding-bottom: 10px; color: #fff; min-height: 35px; }
.footer span { float: right; }

.footer a { color: #fff; }

.social-media { float: right;  margin-top: -7px;}

.social-media div { position: absolute; right: 250px; top: 1px; }

.social-media a { display: inline-block; width: 24px; height: 24px; padding: 7px; -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; margin-left: 5px;}

.social-media a:nth-child(2) { background-image: url(../images/fb.png); background-repeat: no-repeat; background-position: center center; background-color: #4862a3; }
.social-media a:nth-child(3) { background-image: url(../images/twitter.png); background-repeat: no-repeat; background-position: center center; background-color: #2faffa; }
.social-media a:nth-child(4) { background-image: url(../images/tripadvisor.png); background-repeat: no-repeat; background-position: center center; background-color: #509038; }
.social-media a:nth-child(5) { background-image: url(../images/instagram.png); background-repeat: no-repeat; background-position: center center; background-color: #fff; }
.social-media a:nth-child(6) { background-image: url(../images/email.png); background-repeat: no-repeat; background-position: center center; background-color: #c01414; }

.book { position: absolute;  color: #fff; z-index: 9999; right: 0; top: 65%; padding: 10px; padding-left: 60px; text-align: center;-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; background: url(../images/calendar-book.png) no-repeat 10% 50% #553778; cursor: pointer; text-decoration: none; }

.book:hover { background-color: #a59fad; }

.bookButton { display: block; width: 254px; margin-top: 10px;color: #fff; z-index: 9999; padding: 10px; text-align: center;-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; background: #a59fad; cursor: pointer; text-decoration: none; }

.bookButton:hover { background-color: #a59fad; }

.rates { width: 600px; border-collapse: collapse; }
.rates td { padding: 5px; text-align: left; border: 1px solid #ccc; }
.rates td.left { background-color: #f2f2f2; font-weight: bold; }

.rates thead { font-weight: bold; background-color: #553778; color: #fff; }

.buttonpanel { width: 100%; background-color: #a59fad;  text-align: center; }

.menu { margin: 0; padding: 0; list-style: none; z-index: 9999; font-size: 18px; font-weight: 300; letter-spacing: 1.2px; width: 1000px; margin: auto;  }
.menu li { float: left; }
.menu li a { color: #fff; text-decoration: none; display: block; padding: 25px; padding-top: 15px; padding-bottom: 15px; 
 }

.menu li a:hover { background-color: #ccc; color: #1e1e1e; }

.menu li a.current { background-color: #ccc; color: #1e1e1e; }

.main { margin-top:0 !important; color: #a59fad; margin-top: -30px !important; }

.content { width: 1000px; margin: auto; position: relative; }
.content h1 { font-weight: 300; font-size: 60px; color: #a59fad;font-family: 'Tangerine', cursive; }
.content h2 { font-weight: 300; font-size: 50px; margin: 0; padding: 0; margin-top: 0; margin-bottom: 20px;font-family: 'Tangerine', cursive; }
.content h3 { font-weight: 700; font-size: 26px; margin: 0; padding: 0; margin-top: 20px; margin-bottom: 20px; }
.content h5 { font-weight: 700; font-size: 16px; margin: 0; padding: 0; margin-top: 20px; margin-bottom: 20px; }

.ratesImg { float: right; margin-top: 13px; margin-left: 25px;  }

.bookingForm table { border-collapse: collapse; }

.bookingForm td { padding: 10px; border: 1px solid #ccc; color: #553778;   }
.bookingForm input { padding: 7px; width: 100%; box-sizing: border-box; font-family: 'Open Sans', sans-serif; }
.bookingForm select { padding: 7px;width: 100%; box-sizing: border-box; font-family: 'Open Sans', sans-serif; }
.bookingForm textarea { padding: 7px; width: 100%; box-sizing: border-box; height: 150px; margin-top: 10px; font-family: 'Open Sans', sans-serif; }
.bookingForm thead { background-color: #553778; text-align: center; font-size: 24px; }
.bookingForm thead td { color: #fff; font-weight: 300; }
.bookingForm button { border: 0; background-color: #553778; color: #fff; padding: 10px; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 300; cursor: pointer; }

.content.rest { margin-top: 90px; }

#full-width-slider {
  width: 100%;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
  width: 200px;
  left: 20%;
  top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 
.photosBy a {
  color: #000;
}
.fullWidth {
  margin: 0 auto 0;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 690px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px !important;
    }
	
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}


#nav-text { display: none; } 


/** START MOBILE CSS **/

@media only screen and (max-width : 570px) { 

.logo { width: 100%; }

.logo img { float: none; margin: 0; width: 30%; }

.logo span:nth-child(2) { margin-top: 10px; font-size: 46px; }
.logo span:nth-child(3) { font-size: 26px; }

.special1 { width:100%; font-size:15px; display:block; border:none;  }



}

@media only screen and (max-width : 395px) {
	.call2action { font-size: 15px; }
}

@media only screen and (max-width : 1000px) {
	.window { margin-top: 60px; }
	.roomPricing { border: 0; padding: 0; width: 100%; }
	
	.noM { margin: 0; }
	
	.bookbutton { margin: auto; margin-top: 10px;}
	
	.galleryRooms { margin: 0; margin-bottom: 30px; margin-top: 30px; }
	.galleryRooms li { margin: 0; padding: 0; float: none; width: 100%; text-align: center; }
	.galleryRooms li img { width: 70%; }
	
	.roomContent { float: none; margin: auto; padding: 0; width: 100%; max-width: 480px; }
	
	.st-accordion ul li > a { font-size: 24px !important; line-height: inherit !important; }
	
	.st-accordion ul li > a span { display: none; }
	
	.specialsRight { float: none; width: 100%; }
	.specialImagesRight li { width: 100%; }
	
	.specialImagesRight li img { width: 100%; }
	
	.specialImgLeft { width: 100%; }
	
	#boxes #dialog {
    width: 90%;
    height: auto;
    top: 96px !important;
    padding: 15px 20px 15px 5px;
	}
	.special1 { height: 100% !important; }
	
	.mobileimg { width: 90%; max-width: 250px; height: inherit;}
	
	.contactLeft { border: 0; float: none; width: 100%; padding: 0; }
	.contactRight { padding: 0; float: none; width: 100%; margin-top: 30px; }
	
	.luxuryrooms img, .superiorrooms img, .budgetrooms img, .medindirooms img, .madibarooms img { width: 100%; height: inherit; }
	.luxuryrooms, .superiorrooms, .budgetrooms, .medindirooms, .madibarooms { width: 100%; }
	.medindirooms { margin-bottom: 30px; }
	.luxuryrooms div h2, .superiorrooms div h2, .budgetrooms div h2, .medindirooms div h2, .madibarooms div h2 { margin: 0; padding: 0; font-size: 32px; text-align: center; }
	.superiorrooms div, .budgetrooms div { bottom: 40%; }
	.luxuryrooms div, .medindirooms div, .madibarooms div  { bottom: 20%; }
	
	.bookButton { width: 100%; box-sizing: border-box;}
	
	.gallery li.right { float: none;  }
	.gallery li { float: none;margin: 0; margin-bottom: 10px; }
	.gallery li:nth-child(1) img, .gallery li:nth-child(12) img, .gallery li:nth-child(23) img, .gallery li:nth-child(34) img { width: 50% !important; height:inherit !important; display: block; margin: auto;  }
	.gallery li img { width: 50% !important; height:inherit !important; display: block; margin: auto; border: 0; outline: 0; }
	
	.breadcrumbs { text-align: center; }
	
	.banner { height: auto; }
	
	.attraction { padding-bottom: 20px; }
	
	.attraction img.left, .attraction img.right { float: none; margin: 0; }
	
	
	.header { padding-top: 60px; }
	
	.content, .specials { padding-left: 30px; padding-right: 30px;  }
	
	#TA_cdsscrollingravewide711 { display: none; }
	
	.content { width: 100%;box-sizing: border-box; }
	
	.specials { width: 90%; margin-bottom: 30px;box-sizing: border-box; display: inline-table;}
	
	.social-media { float: none; }
	.social-media div { display: none; }
	
	.footer { text-align: center; }
	
	.imgFloat, .imgFloatLeft { float: none; display: block; margin: 0 auto;max-width: 250px; }
	

	
	.attraction img { width: 100%; height: inherit; max-width: 500px; }
	
	.logo { margin: auto; }
	
	.call2action { float: none; margin: 0;text-align: center; }

nav {  background-color: #553778; height: 50px; padding: 0; width: inherit; margin: inherit; border: 0; }

      #nav-text { display: block; color: #fff; margin-top: 15px; text-indent: 15px; } 
	   
	   #nav
    {
        position: fixed;
    right: 0;
    top: 0;
		z-index: 9999999;
		width: 100%;
		
    }
	#nav li a { padding-top: 10px; padding-bottom: 10px; color: #fff; display: block; font-size: 18px;  }
	#nav li a span { font-size: 32px; }

	
	
        #nav > a
        {
        }
        #nav:not( :target ) > a:first-of-type,
        #nav:target > a:last-of-type
        {
            display: block;
			position: absolute; right: 5px; top: 0px;
			background-image: url('../images/nav.png');
			background-repeat: no-repeat;
			width: 50px;
			height: 50px;
			width: 100%;
			background-position: right;
			
        }
 
    /* first level */
 
    #nav > ul
    {
        height: auto;
        display: none;
        position: relative;
        left: 0;
        right: 0;
		margin-top: 14px!important;
		width: 100%;
		
		
    }
        #nav:target > ul
        {
            display: block;
			
			
        }
        #nav > ul > li
        {
            width: 100%;
            float: none;
			margin: 0; padding: 0;
			background-color: #2b2b2b;
			border-bottom: 2px solid #fff;
			text-indent: 10px;
			
        }
 
    /* second level */
 
    #nav li ul
    {
        position: relative!important;
		width: 100%;
    }
	
	    #nav li:hover li a
    {
    }

}

@media only screen and (max-width : 820px) {  
.gallery li:nth-child(1) img, .gallery li:nth-child(12) img, .gallery li:nth-child(23) img, .gallery li:nth-child(34) img { width: 70% !important; } 
.gallery li img { width: 70% !important; }
}

@media only screen and (max-width : 340px) {  
.gallery li:nth-child(1) img, .gallery li:nth-child(12) img, .gallery li:nth-child(23) img, .gallery li:nth-child(34) img { width: 90% !important; } 
.gallery li img { width: 90% !important; }
}

/** END MOBILE CSS **/