    
   /* The dropdown container */
    .dropdown {
        float: right;
        overflow: hidden;
        z-index:1500;
    }

/* Dropdown content (hidden by default) */
  
    .dropdown-content {
        display: none;
        position: absolute;
        padding-left:7px;
        padding-right:7px;
	    padding-top:4px;
	    padding-bottom:3px;
	    margin-right:-2px;
	    margin-left:-2px;
	    font-weight: 600;
	    text-decoration:none;
	    background-color:#fff;
	   -webkit-border-radius: 13px;
	   -moz-border-radius: 13px;
	   border-radius: 13px;
	  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.59);
	  -moz-box-shadow:    0px 3px 6px 0px rgba(0, 0, 0, 0.59);
       box-shadow:         0px 3px 6px 0px rgba(0, 0, 0, 0.59);
       min-width: 75px;
       overflow:auto;
       z-index: 1600;
    }    

    /* Links inside the dropdown */
    .dropdown-content a {
      float: none;
      color:#0d6ba9;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      text-align: left;
    }



   /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {
       display: block;
    } 


body {
	overflow-y: scroll;
	padding: 0;
	margin:0;
	font-size: 12px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	outline: none;
	background: url('../images/backfade.png') repeat-x;
	color:#157dc1 !important;

	}

.square-installments-banner  {
    width: 300px;
    height: 250px;
    background-image: url(../images/LearnMoreButton.png);
     
}

a {
	outline: none;
	color: #157dc1;
	}

img {
	text-decoration:none !important;
}

/**.blue {
	color:#157dc1 !important;
}**/

.announcement {
	display:block;
	font-size: 18px;
	/* background-image: url(../images/announcementback.png);
	background-size: cover; */
	background-color:#0d6ba9;
	width: 100%;
	height: auto;
	-webkit-box-shadow: inset 0px -8px 12px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    inset 0px -8px 12px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         inset 0px -8px 12px 0px rgba(0, 0, 0, 0.4);
}

.announcement p {
	color:#fff;
	text-align:center;
	padding: 10px;
	margin: 0px auto;

}

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

.container {
	max-width:1199px;
	margin-left: auto;
	margin-right:auto;
	background:#fff;
	-webkit-box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.59);
	-moz-box-shadow:    0px 12px 18px 0px rgba(0, 0, 0, 0.59);
	box-shadow:         0px 12px 18px 0px rgba(0, 0, 0, 0.59);
	z-index:0;
	color: #157dc1;

}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


hr{
    width: 95%;
    height: 2px;
    margin: 25 auto;
    background-color:#2baadf;
    opacity: 0.75;
}

.title{
font-size: 1.6em;
}

.rates{
margin-top: 24px;
}

.title a{
	text-decoration: none;
}

.title-large{
    font-size: 2.4em;
    font-weight: 600;
}

.column2-index .title{
    font-size: 1.6em;
    font-weight: 600;
}

.column2-index .title-large{
    font-size: 2.6em;
    font-weight: 600;
}

.column2-index .title-largest{
    font-size: 3.0em;
    font-weight: 900;
    font-style: italic;
}

.index-text{
  font-size: 1.4em;
}


.dateoverlay {
	position:absolute;
	top:237px;
	right:40px;
	z-index:1001;
}


.full {
	display:block;
}

.med {
	display:none;
}

.small {
	display:none;
}

.header {
	width: 100%;
	position:relative;
	height: 316px;
}

.full {
	display:block;
}

.med {
	display:none;
}

.small {
	display:none;
}

.footer {
	font-size: .8em;
	width: 100%;
	position:relative;
	display:block;
	min-height: 110px;
	text-align:center;
	background: url('../images/footerback.png') repeat-x;
	color:#fff;
	padding-top:11px;
	padding-bottom: 20px;
}

.footer a{
	text-decoration:none;
	color:#fff;
}

.footer a:hover{
	text-decoration:underline;
}

.socialicon {
	display:inline-block;

}


.navigation {
	width: 96.5%;
	margin-left: 50%;
	left:-48.4%;
	margin-right: auto;
	margin-top: -115px;
	position:absolute;
	z-index:2000;
}

.navigation a{
	font-size: 15px;
	display:inline-block;
	padding-left:7px;
	padding-right:7px;
	padding-top:4px;
	padding-bottom:3px;
	margin-right:-2px;
	margin-left:-2px;
	font-weight: 400;
	text-decoration:none;
	color:#157dc1;
}

.navigation a:hover{
	font-size: 15px;
	display:inline-block;
	padding-left:7px;
	padding-right:7px;
	padding-top:4px;
	padding-bottom:3px;
	margin-right:-2px;
	margin-left:-2px;
	font-weight: 400;
	text-decoration:none;
	background-color:#157dc1;
	color:#fff !important;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.59);
	-moz-box-shadow:    0px 3px 6px 0px rgba(0, 0, 0, 0.59);
	box-shadow:         0px 3px 6px 0px rgba(0, 0, 0, 0.59);
}

.left {
	float: left;
}

.right {
	float: right;
}

.content {
	margin-top:-6px;
	width: 90%;
	margin-left: auto;
	margin-right:auto;
	display:block;
	overflow: visible;
	color: #157dc1;

}

.column1 {
	text-align: right;
	width: 40%;
	padding: 7px;
	display: inline-block;
	float: left;
	overflow: visible;
	margin-right: 12px;
			color: #157dc1;

}

.column1-index {
	text-align: right;
	width: 40%;
	padding: 7px;
	display: inline-block;
	float: left;
	overflow: visible;
	margin-right: 12px;
			color: #157dc1;

}

.column1-index .title-largest{
    font-size: 3.8em;
    font-weight: 500;
    
}

.column1-documentary{
	text-align: left;
	width: 44%;
	float: left;
	overflow: visible;
	margin-right: 12px;
	color: #157dc1;

}

.column2 {
	text-align: left;
	width: 56%;
	padding: 5px;
	padding-left: 12px;
	display: inline-block;
	overflow: visible;
    color: #157dc1;

}

.column2-documentary{
	text-align: left;
	width: 48%;
	padding: 5px;
	padding-left: 24px;
	display: inline-block;
	overflow: visible;
    color: #157dc1;

}

.column2-index {
text-align: center;
width: 56%;
padding: 5px 5px 100px 16px;
display: inline-block;
overflow: visible;
color: #157dc1;
}

.title {
	font-size: 24px;
	font-weight: 300;
    color: #157dc1;
}


.rates{
margin-top: 24px;
}

.tit {
	width: 88%;
	max-width:400px;
}

.column1 .subtitle{
	text-align:left;
	font-size: 1.1em;
	margin-left: 6px;
	padding: 6px 0px 6px 12px;
	}

.column1 .subtitle strong{
	text-align:left;
	font-size: 1.4em;
	margin-left: -16px;
	}

.column2 .subtitle{
	font-size: 1.3em;
	}

.pic1 {
	width: 100%;
}

.pic2 {
	height: 250px;
}

.spacer {
	width:100%;
	height: 40px;
	padding:0;
	margin: 0;
	display:block;
}

.rounded {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.schedule {
	font-size: 12px;
}

.container ul{
text-align: left;
}


.container ul li{
    line-height: 140%;
    margin: 6px;
}

.container ul.simple{
margin-top: 4px;
}

.container ul.simple li{
line-height: 130%;
font-size: 1.1em;
margin: 2px 0 2px 2px;
}

.container ul.simple li a{
line-height: 130%;
font-size: 1.0em;
margin: 2px 0 2px 2px;
}

.container ul.simple ul{
margin-top: 6px;

}

.container ul.simple ul li{
line-height: 120%;
font-size: 1.1em;
margin: 2px 0 2px 2px;

}

ul.pagination li {

    line-height: 120%;
    width: 100%;
    margin-bottom: 1px;
	list-style:none;
}

ul.red {
	outline:10px solid red;
}

ul.simplePagerNav{
	margin-top:30px;
}

ul.simplePagerNav li{
	text-align: center;
    display:inline-block;
    height: 20px;
    width:20px;
    padding:2px;
	font-size:14px;



}

ul.simplePagerNav li a{
    color: #000;
    text-decoration: none;
}

li.currentPage {
	background:#157dc1;
}

ul.simplePagerNav li.currentPage a {
	color: #fff;
	font-weight:800;
}

/* Popup box BEGIN 
.popupRates{
  position: absolute;
  top: 20%;
  left: 30%;
  background-color: #ffffff;
  opacity: 1.0;
  max-width: 500px;
  max-height: 750px;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: relative;
    top:  -20px;
    left: 50%;
    z-index:10001;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #157dc1;
    color: #fff;
    border: 3px solid #fff;
}
*/

/*  Preload Slider Images */ 
.preload-images {
  display: none;
  width: 0;
  height: 0;
  background: url(images/GarSup1.png),
              url(images/AmbSui1.png),
              url(images/GarVis1.png),
              url(images/AmbDel1.png);
}


/*  DEPRECATED --
//IMAGE SLIDER FOR RATES POPUPS 
// using DARKBOX CSS/JS

.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 500px;
  max-height: 750px;

}

.wrapper ul{
list-style-type: none;
}

.slide-content {
  display: inline-block;
  width:100%;
  vertical-align: top;
  height: 100%;
}

.slide-content img{
width:100%;
max-width: 500px;
border-radius: 5px;
z-index: 10002;
}

.fa {
  position: relative;
  top: 2em;
  float: left;
  cursor: pointer;
  transition: color .25s;
}

.fa:hover {color: #0086b3;}

.fa.fa-arrow-left {
  margin-right: .5em;
  margin-left: .75em;
  font-size: 21px;
}

.prevCircle {
  position: absolute;
  top: 390px;
  left: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0.5;
  background-color: black;
  z-index: 19;
}

.previous {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 20;
}

.prevCircle:hover {
  opacity: 0.7;
  cursor: pointer;
}
.fa.fa-arrow-right {
  float: right;
  margin-right: .25em;
  font-size: 21px;
}

.nextCircle {
  position: absolute;
  top: 390px;
  right: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0.5;
  background-color: black;
  z-index: 19;
}

.next {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 20;
}

.nextCircle:hover {
  opacity: 0.7;
  cursor: pointer;
}
.slider {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 500px;
  list-style-type: none;
}
ul li.slide {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
	margin: 0;
	line-height: 100%;
	border-radius: 5px;
	height: 100%;
	width: 100%;
	max-width: 500px;
	max-height: 750px;
	}
END IMAGE SLIDER FOR RATES POPUPS 
*/

.table1 td {
        text-align:center;
        border: 1px solid black;
}

 .rates-left{
  text-align: left;
  width: 100%;

 }

table.rates-table{
   
    border-radius: 12px;
    border: 5px solid #2baadf;
    margin: 8px 6px 6px 8px;
    margin: auto;
    
}

table.rates-table th{
font-weight: 600;
font-size: 1.6em;
text-align: center;
color: #fff;
line-height: 1.8em;
}

table.rates-table th strong{
font-weight: 600;
font-size: 1.6em;
text-align: center;
line-height: 1.8em;
}


table.rates-table td{
   text-align: center;
   padding: 1px 1px 1px 1px;
   line-height: 1.6em;
   font-size: 1.2em;
}


table.rates-table .rates-rooms{
    text-align: right;
    padding-left: 12px;
    font-size: 1.6em;
    font-weight: 600;
    color: #2baadf;
}

table.rates-table .rates-total{
    text-align: center;
    font-size: 1.6em;
    color: #2baadf;
}

table.rates-table .rates-per-person{
   text-align: center;
   font-style: italic;
   font-size: .8em;
   padding-top: 2px;
   padding-left:2px;
   color: #2baadf;
}

table.pageme {
    border-collapse: collapse;
}

table.pageme td {
    border-collapse: collapse;
}

.blog_content {
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	padding: 14px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	-webkit-box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.59);
	-moz-box-shadow:    0px 3px 22px 0px rgba(0, 0, 0, 0.59);
	box-shadow:         0px 3px 22px 0px rgba(0, 0, 0, 0.59);
}

.blog_content img {
	max-width: 100%;
	height: auto;
}

.blog_title {
	line-height:100%;
}



.overlay {
	background:#000;
	position:fixed;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	z-index:2000;
	opacity: .7;
	display:none;

}

.learnmorebutton {
	height: 83px;
	width: 307px;
	background-image: url(../images/learnmorebutton.png);
	border: none;
	margin: auto;
	
}

.kinksafebutton {
	height:110px;
	width:307px;
	background-image: url(../images/button_kinksafe_up1.png);
	border: 0px none;
	margin: auto;
}

.kinksafebutton:hover {
	background-image: url(../images/button_kinksafe_down1.png);
	cursor:pointer;
}

.kinksafebuttonright {
	height:110px;
	width:307px;
	background-image: url(../images/button_kinksafe_up.png);
	border:none;
	margin:0px;
	float: right;
}

.kinksafebuttonright:hover {
	background-image: url(../images/button_kinksafe_down.png);
	cursor:pointer;
}

.registerbutton {
	height:83px;
	width:307px;
	background-image: url(../images/button_register_down.png);
	border: 0px none;
	margin: auto;
}

.registerbutton:hover {
	background-image: url(../images/button_register_up.png);
	cursor:pointer;
}

.registerbuttonright {
	height:83px;
	width:307px;
	background-image: url(../images/button_register_up.png);
	border:none;
	margin:0px;
	float: right;
}

.registerbuttonright:hover {
	background-image: url(../images/button_register_down.png);
	cursor:pointer;
}

.inlinevid {
	position:relative;
	overflow:hidden;
	float: left;
	width:100%;
	min-height: 200px;
	max-height:280px;
	margin-bottom:12px;
	
}

.inlinevideo {
	margin-left: -1px;
	margin-bottom: -10px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

.videopop {
	display:none;
    background-color: white;
    -webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
    position: fixed;
    top: 10%;
    width:800px;
    margin-left: -400px;
    left: 50%;
    padding:18px;
    right: auto;
    bottom: auto;
	-webkit-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 5px 22px 0px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 5px 22px 0px rgba(0, 0, 0, 0.7);
    z-index: 90000;
    overflow:visible;
    color:#141414;

}

.videoplayer{
	width:800px;
	height:auto;
}


.modalclose {
 	position: relative;
	border-radius: 50%;
	cursor:pointer;
	font-size:12px;
	float: right;
	margin-right: -20px;
	margin-top:-20px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top:4px;
	padding-bottom:7px;
	border: 3px solid #fff;
	color:#fff;
	background-color:#157dc1;
	-webkit-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 5px 22px 0px rgba(0, 0, 0, 0.7);
}

.events_content{
    font-size: 1.5em;
}
.eventscalendar {

            width:100%;
	    min-height:630px;
            display: block;
            position:relative;
            left: 50%;
	transform: translate(-50%);
	z-index:0;

        }

.eventscolumn {
	display:block;
	font-size: .8em;
        width:12%;
        border-left: 1px solid #979797;
        border-right: 1px solid #979797;
        z-index:1;
        float: left;
	position:relative;
	overflow: visible;
        }

.eventstime {

        display:block;
        width:100%;
        height: 29px;
        color:#7d7d7d;
        background: white;
        border-bottom: 1px solid #979797;

        }

.eventsentry {
        display:block;
        position: absolute;
        min-height:10px;
        padding:4px;
        left: 10%;
        width: 85%;
	line-height: 100%;
        text-align: center;
        font-size: 1.2em;
        opacity: .8;
	z-index:2;
	font-weight: 550;
        }

.eventtimehide {
	display:none;
}

.eventpopup {
	display:none;
	border-radius:10px;
	padding:10px;
	position:fixed;
	width:500px;
	z-index: 50002;
	background-color:#fff;
	color:#000;
	left: 50%;
	top:50%;
	-webkit-box-shadow: 0px 6px 24px -4px rgba(0,0,0,0.6);
box-shadow: 0px 6px 24px -4px rgba(0,0,0,0.6);
transform: translate(-50%, -50%);
}

.gallerythumbnail {
	position:relative;
	display:inline-block;
	float:left;
	margin: 0px;
	padding: 5px;
	border-radius: 15px;
	width:13.3%;
	cursor:pointer;
}

.plungegallerymodal {
	display:none;
	position:fixed;
	left: 0px;
	top:0px;
	width:100vw;
	height:100%;
	z-index: 5000;
}

.plungegallerymodalclose {
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	color:#fff;
	padding:20px;
	z-index:5001;
}

.plungegalleryframe {
	outline:none;
	border: none;
	position:relative;
	display:inline-block;
	float: left;
	width:68vw;
	height:100vw;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}



.tpenavblockleft {
	position:relative;
	display:inline-block;
	float: left;
	height:100vw;
	width:15vw;
	text-align:right;
}

.tpenavblockleftclick {
	position:relative;
	top:24vw;
	color:#fff;
	cursor:pointer;
	margin-right:20px;
}

.tpenavblockright {
	position:relative;
	display:inline-block;
	float: left;
	height:100vw;
	width:15vw;
	text-align:left;
}

.tpenavblockrightclick {
	position:relative;
	top:24vw;
	color:#fff;
	cursor:pointer;
	margin-left:20px;
}




.plungegallerynavblockleft {
	position:relative;
	display:inline-block;
	float: left;
	height:100vw;
	width:15vw;
	text-align:right;
}

.plungegallerynavblockleftclick {
	position:relative;
	top:24vw;
	color:#fff;
	cursor:pointer;
	margin-right:20px;
}

.plungegallerynavblockright {
	position:relative;
	display:inline-block;
	float: left;
	height:100vw;
	width:15vw;
	text-align:left;
}

.plungegallerynavblockrightclick {
	position:relative;
	top:24vw;
	color:#fff;
	cursor:pointer;
	margin-left:20px;
}

.pichoriz {
    position:relative;
    display:block;
	left: 50%;
	transform: translateX(-50%);
	margin-top:100px;
    max-width:100%;
    max-height:650px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-webkit-box-shadow: 0px 6px 24px -4px rgba(0,0,0,0.6);
	box-shadow: 0px 6px 24px -4px rgba(0,0,0,0.6);
}

.caption {
	position:relative;
	display:block;
	max-width:350px;
	margin-top:-20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 12000;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color:#fff;
	color: #157dc1;
	padding: 4px 8px 4px 8px;
	-webkit-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 5px 22px 0px rgba(0, 0, 0, 0.7);
}

.picvert {
    position:relative;
    display:inline-block;
    max-width:80%;
    max-height:650px;
	margin-top:50px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-webkit-box-shadow: 0px 6px 24px -4px rgba(0,0,0,0.6);
	box-shadow: 0px 6px 24px -4px rgba(0,0,0,0.6);
}

.linksbox {
	position:relative;
	display:block;
	width:98%;
	height:auto;
	columns: 3;
	column-gap: 10px;
	column-fill: none;
}

.faqanswer {
            width: 80%;
            display:none;
            -webkit-border-radius: 12px;
            border-radius: 12px;
            padding:4px 8px 4px 8px;
            margin:0px auto;
			border: 1px solid grey;
}

.faqanswer p{
            padding: 10px;
}

@media (max-width: 1190px) {

	body {
		font-size: 13px;
	}

    .dropdown-content {
        display: none;
        position: absolute;
        padding-left:7px;
        padding-right:7px;
	    padding-top:4px;
	    padding-bottom:3px;
	    margin-right:-2px;
	    margin-left:-2px;
	    font-weight: 600;
	    text-decoration:none;
	    background-color:#fff;
	   -webkit-border-radius: 13px;
	   -moz-border-radius: 13px;
	   border-radius: 13px;
	  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.59);
	  -moz-box-shadow:    0px 3px 6px 0px rgba(0, 0, 0, 0.59);
       box-shadow:         0px 3px 6px 0px rgba(0, 0, 0, 0.59);
       min-width: 75px;
       overflow:auto;
       z-index: 1;
    }   

.inlinevid {
	position:  relative;
	overflow:hidden;
	width:100%;
	min-height: 50vw;
	max-height:90vw;
	margin-bottom:12px;
	background: url(../images/topvidplaceholder.gif) no-repeat;
	background-size: 100%;
}
  
.inlinevideo {
	margin-left: -1px;
	margin-bottom: -10px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}
  
  

.videopop {

    top: 3%;
    width:500px;
    margin-left: -260px;
    left: 50%;
    padding:8px;
    right: auto;
    bottom: auto;
	-webkit-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 5px 22px 0px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 5px 22px 0px rgba(0, 0, 0, 0.7);
    z-index: 90000;
    overflow:visible;
    color:#141414;

}


.videoplayer{
     	width:500px;
    	height:auto;
    }


	.schedule {
	font-size: 14px;
	}
	.container {
		width:100%;
	}
	.full {
		display:none;
	}

	.med {
		display:block;
		border: 1px solid white;
	}

	.small {
		display:none;
	}

	.container {
		width: 100%;
		position: static;
	}


	.navresp {
		width:100%;
		background: #fff;
		margin:0;

	}

	.navresp ul {
		display: block;
		height: 30px;
		width: 94%;
		margin: 0;
	}
	.navresp li {
		display: inline-block;
		font-size: 12px;
		font-weight: 580;
		list-style-type: none;
		margin-top:3px;
		margin-bottom:3px;
		margin-left:3px;
		margin-right: 3px;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 4px;
		padding-right: 4px;
		background-color:#fff;
		border: 1px solid #fff;
		color: #0d6ba9;
	}

	.navresp li:hover {
		 -webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.59);
		-moz-box-shadow:    0px 3px 6px 0px rgba(0, 0, 0, 0.59);
		box-shadow:         0px 3px 6px 0px rgba(0, 0, 0, 0.59);
	}

	.navresp li a{
		text-decoration: none;
	}

    .navresp .dropdown:hover .dropdown-content {
       display: block;
    } 

    .navresp .dropdown {
        float: right;
        overflow: hidden;
    }

    .navresp .dropdown-content {
        display: none;
        position: absolute;
        padding-left:7px;
        padding-right:7px;
	    padding-top:4px;
	    padding-bottom:3px;
	    margin-right:-2px;
	    margin-left:-2px;
	    font-weight: 600;
	    text-decoration:none;
	    background-color:#fff;
	   -webkit-border-radius: 13px;
	   -moz-border-radius: 13px;
	   border-radius: 13px;
	  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.59);
	  -moz-box-shadow:    0px 3px 6px 0px rgba(0, 0, 0, 0.59);
       box-shadow:         0px 3px 6px 0px rgba(0, 0, 0, 0.59);
       min-width: 75px;
       overflow:auto;
       z-index: 1;
    }    

    .navresp .dropdown-content a {
      float: none;
      color:#0d6ba9;
      padding: 1px 1px;
      text-decoration: none;
      display: block;
      text-align: left;	
	}


	.navresp li a:hover{
		 -webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.59);
		-moz-box-shadow:    0px 3px 6px 0px rgba(0, 0, 0, 0.59);
		box-shadow:         0px 3px 6px 0px rgba(0, 0, 0, 0.59);
	}



	.dateoverlay {
	    max-width: 100%;
		height: auto;
		width: 100%;
	
		z-index:10;
	}

	.imgmed {
	    max-width: 100%;
		width: 100%;
		height: auto;
	
		z-index:2;
	}

	.imgsm {
	    max-width: 100%;
		width: 100%;
		height: auto;
	
		z-index:2;
	}


	.content {
		display: block;
		width:95%;
		margin-top: 12px;
		color: #157dc1;
	}

	.column1 {
		text-align: center;
		width: 98%;
		padding: 5px;
		display: block;
		margin-left: 0;
		margin-right: 0;
		float: none;
		overflow: visible;
		color: #157dc1;
	}

	.column2 {
		text-align: left;
		width: 98%;
		padding: 5px;
		margin-left: 0;
		margin-right: 0;
		display: block;
		overflow: visible;
		color: #157dc1;

	}

.index .column2{
text-align: center;
}
	.title {
		font-size: 36px;
		display: block;
	}

.rates{
margin-top: 24px;
}
	.tit {
		width: 70%;
		text-align: left;
	}


	.eventsentry {

        font-size: 1.0em;
	font-weight: 500;
        }

	.gallerythumbnail {
		width:16.6%;
	}

	.plungegallerymodal {
		display:none;
		position:fixed;
		left: 0px;
		top:0px;
		width:100vw;
		height:100%;
		z-index: 5000;
	}

	.plungegallerymodalclose {
		position:absolute;
		right:0px;
		top:0px;
		cursor:pointer;
		color:#fff;
		padding:20px;
		z-index:5001;
	}

	.plungegalleryframe {
		outline:none;
		border: none;
		position:relative;
		display:inline-block;
		float: left;
		width:68vw;
		height:100vw;
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
	}

	.plungegallerynavblockleft {
		position:relative;
		display:inline-block;
		float: left;
		height:100vw;
		width:15vw;
		text-align:right;
	}

	.plungegallerynavblockleftclick {
		position:relative;
		top:24vw;
		color:#fff;
		cursor:pointer;
		margin-right:20px;
	}

	.plungegallerynavblockright {
		position:relative;
		display:inline-block;
		float: left;
		height:100vw;
		width:15vw;
		text-align:left;
	}

	.plungegallerynavblockrightclick {
		position:relative;
		top:24vw;
		color:#fff;
		cursor:pointer;
		margin-left:20px;
	}

	.pichoriz {
		position:relative;
		display:block;
		left: 50%;
		transform: translateX(-50%);
		margin-top:100px;
		max-width:100%;
		max-height:650px;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-webkit-box-shadow: 0px 6px 24px -4px rgba(0,0,0,0.6);
		box-shadow: 0px 6px 24px -4px rgba(0,0,0,0.6);
	}

	.caption {
		position:relative;
		display:block;
		max-width:350px;
		margin-top:-20px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 12000;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		background-color:#fff;
		color: #157dc1;
		padding: 4px 8px 4px 8px;
		-webkit-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.7);
		box-shadow:         0px 5px 22px 0px rgba(0, 0, 0, 0.7);
	}

	.picvert {
		position:relative;
		display:inline-block;
		max-width:80%;
		max-height:650px;
		margin-top:50px;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-webkit-box-shadow: 0px 6px 24px -4px rgba(0,0,0,0.6);
		box-shadow: 0px 6px 24px -4px rgba(0,0,0,0.6);
	}

	.linksbox {
		columns: 2;
		column-gap: 10px;
	}
}
@media (max-width: 520px) {

	body {
		font-size: 14px;
	}
    
     .dropdown-content {
        display: none;
        position: absolute;
        padding-left:7px;
        padding-right:7px;
	    padding-top:4px;
	    padding-bottom:3px;
	    margin-right:-2px;
	    margin-left:-2px;
	    font-weight: 600;
	    text-decoration:none;
	    background-color:#fff;
	   -webkit-border-radius: 13px;
	   -moz-border-radius: 13px;
	   border-radius: 13px;
	  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.59);
	  -moz-box-shadow:    0px 3px 6px 0px rgba(0, 0, 0, 0.59);
       box-shadow:         0px 3px 6px 0px rgba(0, 0, 0, 0.59);
       min-width: 75px;
       overflow:auto;
       z-index: 1;
    }
     
	.smallmenu {
		position:fixed;
		overflow:hidden;
		height:1500px;
		left:-250px;
		top:0;
		width:200px;
		padding-left: 30px;
		background-color: #0d6ba9;
		z-index:10000;
		-webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.70);
		-moz-box-shadow:    0px 8px 14px 0px rgba(0, 0, 0, 0.70);
		box-shadow:         0px 8px 14px 0px rgba(0, 0, 0, 0.70);
		background-image: url(../images/navmenuback.png);
		background-repeat:no-repeat;
		background-size: 100% auto;
		-webkit-transition: all 1.25s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	}

	.smallmenuopen {
		position:fixed;
		overflow:hidden;
		height:1500px;
		left:-30px;
		top:0;
		width:200px;
		padding-left: 30px;
		background-color: #0d6ba9;
		z-index:10000;
		-webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.70);
		-moz-box-shadow:    0px 8px 14px 0px rgba(0, 0, 0, 0.70);
		box-shadow:         0px 8px 14px 0px rgba(0, 0, 0, 0.70);
		background-image: url(../images/navmenuback.png);
		background-repeat:no-repeat;
		background-size: 100% auto;
		-webkit-transition: all 1.25s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	}

	.openbox {
		position:fixed;
		cursor:pointer;
		width:100%;
		top:0px;
		background-color:#fff;
		font-color:#0d6ba9;
		font-size: 16px;
		font-weight: 800;
		padding:7px;
		-webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.60);
		-moz-box-shadow:    0px 8px 14px 0px rgba(0, 0, 0, 0.60);
		box-shadow:         0px 8px 14px 0px rgba(0, 0, 0, 0.60);
		z-index:9000;
	}

	.openbox a{
		text-decoration:none;
	}

	.openbox a:hover{
		cursor:pointer;
	}

	.closebox {
		width: 200px;
		text-align:right;
		height: 40px;
		color:#0d6ba9;
		font-size: 16px;
		padding-top:12px;
	}

	.closebox a{
		text-decoration:none;
		font-weight: 800;
		padding-top:3px;
		padding-bottom:3px;
		padding-left:7px;
		padding-right:7px;
		margin-right:10px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		border: 3px solid #0d6ba9;
		background-color:#fff;
		-webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.70);
		-moz-box-shadow:    0px 8px 14px 0px rgba(0, 0, 0, 0.70);
		box-shadow:         0px 8px 14px 0px rgba(0, 0, 0, 0.70);

	}

	.navresp {
		width:100%;
		background-color: rgba(0, 0, 0, 0.0);
		margin:0;
		z-index:10000;

	}

	.navresp ul {
		display: block;
		height: auto;
		width: 94%;
		margin: 0;
	}
	.navresp li {
		display: block;
		width: 180px;
		font-size: 16px;
		font-weight: 600;
		list-style-type: none;
		margin:5px 3px 10px -28px;
		padding:4px 4px 4px 4px;
		background-color: rgba(0, 0, 0, 0.0);
		border: none;
		color: #fff;
	}

	.navresp li:hover {
		cursor:pointer;
		 -webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.59);
		-moz-box-shadow:    0px 3px 6px 0px rgba(0, 0, 0, 0.59);
		box-shadow:         0px 3px 6px 0px rgba(0, 0, 0, 0.59);
	}

	.navresp li a{
		text-decoration: none;
		color:#fff;
	}

	.navresp .dropdown-content a {
		text-decoration: none;
		color:#0d6ba9;
	}

	.navresp li a:hover{
		cursor: pointer;

	}
	
	
	.schedule {
	font-size: 16px;
	}

	.blog_content {
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	padding: 14px;
	}

	.full {
		display:none;
	}

	.med {
		display:none;
	}

	.small {
		display:block;
	}

	.form-select {
		width: 250px;
	}

	.tit {
		width: 90%;
		text-align: left;
	}

	.kinksafebuttonright {
	height:110px;
	width:307px;
	background-image: url(../images/button_kinksafe_up.png);
	border:none;
	margin:0px auto;
	float: none !important;
	}

	.registerbuttonright {
	height:84px;
	width:308px;
	background-image: url(../images/button_register_down.png);
	border:none;
	margin:0px auto;
	float: none !important;
	}


    .inlinevid {
	position:  relative;
	overflow:hidden;
	float: left;
	width:100%;
	min-height: 90px;
	max-height: 200px;
	margin-bottom:12px;

    }


.inlinevideo {
	margin-left: -1px;
	margin-bottom: -10px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

.videopop {

    top: 10%;
    width:300px;
    margin-left: -160px;
    left: 50%;
    padding:8px;
    right: auto;
    bottom: auto;
	-webkit-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 5px 22px 0px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 5px 22px 0px rgba(0, 0, 0, 0.7);
    z-index: 90000;
    overflow:visible;
    color:#141414;
}

.videoplayer{
	width:300px;
	height:auto;
}

.eventtimehide {
	display:block;
}

.eventscolumn {
        width:100%;
        }

	.eventscalendar {
            width:100%;
	    min-height:5060px;
	}

	.eventsentry {

        font-size: 1.6em;
	font-weight: 600;
        }

	.gallerythumbnail {
		width:25%;
	}

	.plungegallerymodal {
		display:none;
		position:fixed;
		left: 0px;
		top:40px;
		width:100vw;
		height:100%;
		z-index: 5000;

	}

	.plungegallerymodalclose {
		position:absolute;
		width:50px;
		left:0px;
		top:0px;
		cursor:pointer;
		color:#fff;
		padding:8px;
		z-index:5001;
	}

	.plungegalleryframe {
		outline:none;
		border: none;
		margin-top:70px;
		position:relative;
		display:block;
		float: left;
		width:100vw;
		height:100vh;
		overflow:visible;
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
	}

	.plungegallerynavblockleft {
		position:absolute;
		right:50px;
		top:0px;
		display:inline-block;
		height:50px;
		width:50px;
		text-align:center;
	}

	.plungegallerynavblockleftclick {
		position:inheret;
		top:0px;
		color:#fff;
		cursor:pointer;
		margin-right:0px;
		margin-top:8px;
	}

	.plungegallerynavblockright {
		position:absolute;
		right:0px;
		top:0px;
		display:inline-block;
		height:50px;
		width:50px;
		text-align:center;
	}

	.plungegallerynavblockrightclick {
		position:relative;
		top:0px;
		color:#fff;
		cursor:pointer;
		margin-left:0px;
		margin-top:8px;
	}

	.pichoriz {
		position:relative;
		display:block;
		left: 50%;
		transform: translateX(-50%);
		margin-top:0px;
		max-width:95%;
		max-height:650px;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-webkit-box-shadow: 0px 6px 24px -4px rgba(0,0,0,0.6);
		box-shadow: 0px 6px 24px -4px rgba(0,0,0,0.6);
	}

	.caption {
		position:relative;
		display:block;
		max-width:250px;
		margin-top:-20px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 12000;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		background-color:#fff;
		color: #157dc1;
		padding: 4px 8px 4px 8px;
		-webkit-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.7);
		box-shadow:         0px 5px 22px 0px rgba(0, 0, 0, 0.7);
	}

	.picvert {
		position:relative;
		display:inline-block;
		max-width:95%;
		max-height:450px;
		margin-top:0px;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-webkit-box-shadow: 0px 6px 24px -4px rgba(0,0,0,0.6);
		box-shadow: 0px 6px 24px -4px rgba(0,0,0,0.6);
	}

	.announcement {
		margin-top:38px;
	}

	.linksbox {
		columns: 1;
		column-gap: 0px;
	}

}
