@import url("soe-underwater.css");

#aspnetForm
{
    height: 100%;
}
.breaker
{
    clear: both;
}
.hidden
{
    display: none;
}
#layout.white
{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
}
.lt-ie9 #layout.white, .lt-ie10 #layout.white
{
    filter: alpha(opacity=100);
    background-color: white;
}

#layout a:hover
{
    color: #f19c09;
}

.row.nopadding .col-md-3
{
    margin: 0 !important;
    padding: 0 !important;
}

h2.codetext-alert {
	font-size: 12px;
	background-color: #ea9999;
	padding: 10px;
}

h2{
	font-size: 26px;
	font-style: italic;
}
h4, .h4
{
    line-height: 1.25em;
}

video#bgvid {
    position: fixed;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;

    background-size: cover;
}
.st-container.overflowed video#bgvida
{
    min-width: inherit;
    min-height: inherit;
    top:0;
    bottom: inherit;
}
.container-masthead-holder
{
    padding: 8em 0;
    text-align: center;
}
.soe-no-title .container-masthead-holder
{
    padding: 3em 0;
    text-align: center;
}
.container-masthead{
	text-align: center;
    display: inline-block;
}

.container-masthead h1, .page-h1{
	font-family: 'Monoton', helvetica;
	font-size: 59px;
	font-weight: normal;
	color: #ffffff;
	line-height: 70px;
	text-transform: uppercase;
	text-shadow: 0 0 12px #000;
	word-spacing: 0.5em;
}
.bigtitle
{
    font-family: 'Monoton',helvetica;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 40px;
    vertical-align: bottom;
    display: inline-block;
    margin: 60px 0 0 0;
    padding-bottom: 15px;
    word-spacing: 0.5em;
}
.blue
{
    color: #09c3f1;
}
#soe-logo img, #soe-logo-ham img
{
    width: 290px;
}
.img-responsive
{
    max-width: 100%;
    text-align: center;
}
.img-responsive-full
{
    width: 100%;
}
@media (max-width: 620px){
    .container-masthead h1
    {
        font-size: 2.0em;
        line-height: 1.35em;
    }
    .container-masthead-holder
    {
        padding: 1em 0;
    }
    .hide-mobile {
      display: none;
    }
}

#footer
{
    text-align: center;
    color: White;
    margin-top: 1em;
    position: relative;
    z-index: 0;
    background: url("/images/soe/footer/soe-footer-background-end.png");
    background-size: 100%;
    background-repeat: repeat-y;
    background-color: #0b7894;
}
#footer a
{
    color: White;
    text-decoration: underline;
}
#footer svg
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.footer-content
{
    position: relative;
    z-index: 1;
    padding-top: 100px;
    background: url("/images/soe/footer/soe-footer-background.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 1.5em;
}
.footer-content .icons img
{
    padding: 20px;
}
.footer-content .social img
{
    padding: 0 5px;
}
/* horizontal nav */
#horizontal-nav
{
    background-color: White;
    box-shadow: 0 0 12px #000;
    padding: 10px;
    background-image: url("/images/soe/nav/soe-horizontal-background.gif");
}
#horizontal-nav .soe-top-menu
{
    width: 58px;
    float: left;
    cursor: pointer;
}
#horizontal-nav #st-trigger-effects:hover
{
    background-color: #eee;
    border-radius: 10px;
}
#horizontal-nav #st-trigger-effects .two
{
    display: none;
}
/*
#horizontal-nav #st-trigger-effects:hover .one
{
    display: none;
}
#horizontal-nav #st-trigger-effects:hover .two
{
    display: block;
}*/

/*#horizontal-nav .right-section
{
    width: 420px;
    float: right;
}*/



#horizontal-nav .soe-top-vacation-guide, #horizontal-nav .soe-search-top
{
    float: right;
}
#horizontal-nav .soe-search-top
{
    margin-top: 17px;
}
#horizontal-nav .soe-top-vacation-guide
{
    width: 200px;
    height: 70px;
    margin-bottom: -10px;
    margin-top: 5px;
    margin-right: 10px;
}
#horizontal-nav .soe-top-vacation-guide .text-area
{
    display: block;
    float: left;
    width: 80px;
    color: black;
    text-transform: uppercase;
    line-height: 1.05em;
    font-size: 0.90em;
    text-align: right;
    /* margin-top: 1em; */
}
#horizontal-nav .soe-top-vacation-guide .text-area .vac-strong
{
    font-weight: bold;
}
/* search bar */
.soe-search-top input#txtKeywords_0, .soe-search-ham input#txtKeywords_1
{
    border-radius: 10px;
    border: 1px solid #bbb;
    padding: 0.5em;
    line-height: 1em;
}

.soe-search-top input#txtKeywords_0, .soe-search-ham input#txtKeywords_1
{
    width: 164px;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}
.soe-search-ham input#txtKeywords_1
{
    width: 236px;
}
.soe-search-top input#txtKeywords_0{
  display: none;
}

.soe-search-top input#txtKeywords_0.enlarged
{
    width: 200px;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}
.soe-search-top .btnSearch, .soe-search-ham .btnSearch
{
    background-image: url("/images/soe/nav/soe-hm-search.gif");
    background-color: White;
    text-indent: -200px;
    width: 25px;
    border: 0;
    height: 28px;
    vertical-align: middle;
    background-repeat: no-repeat;
    padding: 0;
}
.soe-search-top .btnSearch:hover, .soe-search-ham .btnSearch:hover
{
    padding: 0;
    background-color: transparent;
}

.st-menu-open
{
    overflow: hidden;
}



/* nav side hamburger func */

*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body
{
	height: 100%;
}
html,
body,
.st-container,
.st-pusher,
.st-content {
	/*height: 100%;*/
}



.st-content {
	overflow-y: scroll;
	background: #f3efe0;
}

.st-content,
.st-content-inner {
	position: relative;
}

.st-container {
	position: relative;
	/*overflow: hidden;*/
}
.st-menu-open.st-container, .st-menu-open .st-pusher, .st-menu-open .st-content {
	/*height: 100%;*/
}

.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;

}

.st-pusher #img-background
{
    background-repeat: no-repeat;
	background-position:top top;
	background-attachment: fixed;
	background-size: cover;
	background-color: #cbcbcb;
	height: 100%;
	width: 100%;
	position: fixed;
    z-index: -100;
    top: 0;
    left: 0;
}


.ipad .st-pusher #img-background
{

    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
}
@media all and  (max-width: 750px)
{
    .st-pusher #img-background
    {

        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center top;
    }
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	z-index: 1;
}

.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 305px;
	height: 100%;
	background: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: auto;
}


.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 10px;
}
.st-menu ul.menu-section
{
    padding: 10px 20px 0 20px;
}

.st-menu h2 {
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 2em;
}

/*.st-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	color: #333;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}*/
/*
.st-menu ul li a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #fff;
}
*/
.st-menu
{
    font-family: Arial, Helvetica, Sans-Serif;
}
.st-menu ul li .subitems .subsection a.subitemTitle
{
    text-transform: uppercase;
    color: #2bafd0;
    padding: 0.5em 0 0.25em 0;
    display: block;
}
.st-menu ul li .subitems .subsection a.subitemTitle.first
{
    padding: 0em 0 0.25em 0;
}
.st-menu .menu-section > li
{
  border-bottom: 1px solid #989a9b;
}

.st-menu ul li a.main
{
    text-transform: uppercase;
    color: #333;
    padding: 0.5em 0;
    font-weight: bold;
    font-size: 1.35em;
    margin: 0;
    padding: 0.1em 0 0.1em 0;
    width: 100%;
    display: block;
}
.st-menu ul li a.main.visitors, .st-menu ul li a.main.last
{
    border: 0;
}

.st-menu ul li .subsection .inside-section ul
{
    padding: 0;
}

.st-menu ul li .subsection .inside-section ul li a
{
    width: 49%;
    float: left;
    font-size: 0.85em;
    color: #989a9b;

}
.st-menu .separator
{
    border-top: 4px solid #989a9b;
    margin: 0 10px;
}

.st-menu ul.menu-section .subitems
{
    padding: 0 0 0.5em 0;
}


/* Individual effects */

/* Effect 1: Slide in on top */
.st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
	display: none;
}

/* Effect 2: Reveal */
.st-effect-2.st-menu-open .st-pusher {
	-webkit-transform: translate3d(305px, 0, 0);
	transform: translate3d(305px, 0, 0);
	overflow-x: hidden;
}
.st-effect-2.st-menu-open #soe-hamburger-close
{
    visibility: visible;
	/*-webkit-transform: translate3d(305px, 0, 0);
	transform: translate3d(305px, 0, 0);
	transition: transform 0.5s;*/
}

.st-effect-2.st-menu {
	/*z-index: 1;*/
}

.st-effect-2.st-menu-open .st-effect-2.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.st-effect-2.st-menu
{
    left: -305px;
	/*-webkit-transform: translate3d(-305px, 0, 0);
	transform: translate3d(-305px, 0, 0);*/
}
.st-effect-2.st-menu-open .st-effect-2.st-menu {
	-webkit-transform: translate3d(305px, 0, 0);
	transform: translate3d(305px, 0, 0);
}
.st-effect-2.st-menu::after {
	display: none;
}
.lt-ie10 .st-effect-2.st-menu-open .st-effect-2.st-menu, .lt-ie9 .st-effect-2.st-menu-open .st-effect-2.st-menu
{
	visibility: visible;
	left: 0px;
}
.lt-ie10 .st-effect-2.st-menu-open .st-pusher, .lt-ie9 .st-effect-2.st-menu-open .st-pusher
{
    left: 305px;
}

/* Effect 3: Push*/
.st-effect-3.st-menu-open .st-pusher {
	-webkit-transform: translate3d(305px, 0, 0);
	transform: translate3d(305px, 0, 0);
}

.st-effect-3.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-3.st-menu-open .st-effect-3.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-3.st-menu::after {
	display: none;
}

/* Effect 4: Slide along */
.st-effect-4.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-4.st-menu {
	z-index: 1;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

.st-effect-4.st-menu-open .st-effect-4.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-4.st-menu::after {
	display: none;
}

/* Effect 5: Reverse slide out */
.st-effect-5.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-5.st-menu {
	z-index: 1;
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
}

.st-effect-5.st-menu-open .st-effect-5.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Effect 6: Rotate pusher */

.st-effect-6.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-6 .st-pusher {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-6.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0) rotateY(-15deg);
	transform: translate3d(300px, 0, 0) rotateY(-15deg);
}

.st-effect-6.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-6.st-menu-open .st-effect-6.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);
	transform: translate3d(-100%, 0, 0) rotateY(15deg);
}

.st-effect-6.st-menu::after {
	display: none;
}

/* Effect 7: 3D rotate in */

.st-effect-7.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-7 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-7.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-7.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
	transform: translate3d(-100%, 0, 0) rotateY(-90deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-7.st-menu-open .st-effect-7.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
	transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* Effect 8: 3D rotate out */

.st-effect-8.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-8 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-8.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-8.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
	transform: translate3d(-100%, 0, 0) rotateY(90deg);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-8.st-menu-open .st-effect-8.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
	transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

.st-effect-8.st-menu::after {
	display: none;
}

/* Effect 9: Scale down pusher */

.st-effect-9.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-9 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-9.st-menu-open .st-pusher {
	-webkit-transform: translate3d(0, 0, -300px);
	transform: translate3d(0, 0, -300px);
}

.st-effect-9.st-menu {
	opacity: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-9.st-menu-open .st-effect-9.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-9.st-menu::after {
	display: none;
}

/* Effect 10: Scale up */

.st-effect-10.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-10.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-10.st-menu {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, -300px);
	transform: translate3d(0, 0, -300px);
}

.st-effect-10.st-menu-open .st-effect-10.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Effect 11: Scale and rotate pusher */

.st-effect-11.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-11 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-11.st-menu-open .st-pusher {
	-webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
	transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}

.st-effect-11.st-menu {
	opacity: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-11.st-menu-open .st-effect-11.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-11.st-menu::after {
	display: none;
}

/* Effect 12: Open door */

.st-effect-12.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.st-effect-12 .st-pusher {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-12.st-menu-open .st-pusher {
	-webkit-transform: rotateY(-10deg);
	transform: rotateY(-10deg);
}

.st-effect-12.st-menu {
	opacity: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-12.st-menu-open .st-effect-12.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-12.st-menu::after {
	display: none;
}

/* Effect 13: Fall down */

.st-effect-13.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-13.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-13.st-menu {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.st-effect-13.st-menu-open .st-effect-13.st-menu {
	visibility: visible;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-speed: 0.2s;
	transition-speed: 0.2s;
}

/* Effect 14: Delayed 3D rotate */

.st-effect-14.st-container {
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.st-effect-14 .st-pusher {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-14.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-14.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
	transform: translate3d(-100%, 0, 0) rotateY(90deg);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.st-effect-14.st-menu-open .st-effect-14.st-menu {
	visibility: visible;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
	transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
	/*padding-left: 305px;*/
}


#soe-hamburger-close
{
    display: none;
    opacity: 1;
    /*margin-right: -48px;
    margin-top: 10px;*/
    left: 0;
    top: 14px;
}
.lt-ie9 #soe-hamburger-close, .lt-ie10 #soe-hamburger-close
{
    filter: alpha(opacity=100);
}
.st-menu-open #soe-hamburger-close
{
    display: block;
    width: 55px;
    height: 50px;
    background-color: Black;
    position: absolute;
    z-index: 100;
    text-align: center;
}
.st-menu-open .st-menu
{
    /*z-index: 100;*/
}
#soe-logo-ham
{
    padding-top: 5px;
    padding-bottom: 10px;
    display: block;
}
.st-menu .under-items
{
    padding: 10px 20px 0 20px;
    text-align: center;
}
.st-menu .under-items a.newsletter-signup
{
    display: block;
    background-color: #989898;
    color: White;
    text-transform: uppercase;
    margin-top: 10px;
}
.st-menu .under-items a.newsletter-signup:hover
{
    background-color: #545454;
    text-decoration: none;
}
.st-menu .under-items .social img
{
    padding: 7px;
}
.st-menu .under-items .social a.first img
{
    padding-left: 0px;
}
.st-menu .under-items .social a.last img
{
    padding-right: 0px;
}
#soe-hamburger-close-mobile
{
    display: none;
}
.open-mobile-search
{
    display: none;
}
@media all and  (max-width: 640px)
{
    .st-menu
    {
        width: 100%;
    }
    .st-menu.st-effect-2
    {
        left: -100%;
    }
    .st-effect-2.st-menu-open .st-effect-2.st-menu {
	    -webkit-transform: translate3d(100%, 0, 0);
	    transform: translate3d(100%, 0, 0);
    }
    .no-csstransforms3d .st-pusher, .no-js .st-pusher {
	  /*  padding-left: 100%;*/
    }

    .st-effect-2.st-menu-open .st-pusher {
	    -webkit-transform: translate3d(100%, 0, 0);
	    transform: translate3d(100%, 0, 0);
	    overflow-x: hidden;
    }
    #soe-hamburger-close-mobile
    {
        display: block;
        width: 15%;
        padding: 5px 5px 0 0;
        opacity: 1;
    }
    #soe-hamburger-close-mobile img
    {
        width: 100%;
    }
    #soe-logo-ham
    {
        width: 80%;
        float: left;
    }
    #soe-logo-ham img
    {
        width: 100%;
    }
    #horizontal-nav
    {
        text-align: center;
        padding: 0 10px;
    }
    #horizontal-nav .soe-search-top
    {
        padding-bottom: 10px;
    }

    /* gen header, serious */
    #soe-logo
    {
        max-width: 200px;
        display: inline-block;
        vertical-align: middle;
        margin-top: 10px;
    }
    #soe-logo img
    {
        max-width: 100%;
        padding-right: 18px;
    }
    .open-mobile-search
    {
        display: inline;
        max-width: 15%;
        border: 0;
        vertical-align: middle;
        background-repeat: no-repeat;
        padding: 0;
        float: right;
        margin: 18px 0px 0 0;
        width: 25px;
        height: 28px;
    }
    .open-mobile-search img
    {
        width: 100%;
    }
    #horizontal-nav .soe-search-top
    {
        display: none;
        float: none;
    }
    .soe-search-top input#txtKeywords_0, .soe-search-top input#txtKeywords_0.enlarged
    {
        width: 90%;
    }
    #horizontal-nav .mobhidden
    {
        display: none !important;
    }
    #horizontal-nav .mobshown
    {
        display: block !important;
    }
}
#slab
{
    overflow: hidden;
}

/* autocomplete top nav*/
.ui-autocomplete
{
    z-index: 101;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9em !important;
    font-family: Arial, Helvetica, Sans-Serif !important;

}
.soe-search-top .ui-autocomplete
{
    width: 230px;
}
.ui-autocomplete li
{
    padding: 4px;
    cursor: pointer;
}

/* top nav menu */
.soe-top-menu-center
{
    position: absolute;
    left: 37%;
    top: 15px;
    font-family: Arial, Helvetica, Sans-Serif;

}
.soe-top-menu-center ul
{
    list-style: none;
    padding: 0;
}
.soe-top-menu-center ul.master>li
{
    float: left;
    position: relative;
    height: 70px;
}
.soe-top-menu-center .nav-separator
{
    float: left;
    vertical-align: top;
    margin-top: -6px;
    padding: 0 8px;
    width: 70px;
    height: 65px;
}

.soe-top-menu-center a.tab
{
    color: Black;
    text-decoration: none;
    padding: 0.5em 0 0.25em 0;
    display: block;
}
.soe-top-menu-center ul.master>li.tab-holder.current
{
   /* background-image: url("/images/soe/nav/soe-hm-lead.png");
    background-repeat: no-repeat;
    background-position: left bottom;*/
}
.soe-top-menu-center ul.master>li.tab-holder .current-background
{
    display: none;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 32px;
}
.soe-top-menu-center a.tab .arw
{
    float: left;
    margin-top: 3px;
    margin-left: 15px;
}
.soe-top-menu-center a.tab .title
{
    text-transform: uppercase;
    color: #2bafd0;
    display: block;
    margin-left: 36px;
    font-size: 1.25em;
    line-height: 1.25em;
}
.soe-top-menu-center a.tab .secondary-title
{
    display: block;
    margin-left: 36px;
    font-size: 0.85em;
}
.soe-top-menu-center .hidden-menu
{
    display: none;
    background-color: White;
    width: 508px;
    padding: 15px 0 15px 0;
    position: absolute;
    background-image: url("/images/soe/nav/soe-top-menu-bak.gif");
    background-repeat: no-repeat;
    top: 70px;
    box-shadow: 0px 8px 12px rgba(0,0,0,0.51);
    z-index: 100;
}
.soe-top-menu-center .hidden-menu.booking-menu
{
    width: 306px;
}
.soe-top-menu-center .hidden-menu.booking-menu #jrs_calendar_form
{
    margin-top: -15px;
}
.soe-top-menu-center .hidden-menu a.subsectionTitle
{
    text-transform: uppercase;
    color: Black;
    font-size: 1.0em;
}
.soe-top-menu-center .hidden-menu .inside-section
{
    padding-bottom: 1.5em;
}
.soe-top-menu-center .hidden-menu .inside-section a
{
    color: #6e6e6e;
    font-size: 0.85em;
}
.soe-top-menu-center .hidden-menu .column
{
    float: left;
    border-right: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    width: 169px;
    padding: 0 14px;
}
.soe-top-menu-center .hidden-menu .column.first
{
    border: 0;
}
.soe-top-menu-center .hidden-menu .column.last
{

    border: 0;
}

.soe-top-menu-center .hidden-menu .inside-section.international img
{
    float: left;
    padding: 4px 2px;
}
.soe-top-menu-center .hidden-menu .inside-section.international img.first
{
    padding-left: 0;
}
.soe-top-menu-center .hidden-menu .inside-section.international img.last
{
    padding-right: 0;
}

/* header weather */
#headerWeatherBoxSrc
{
    display: none;
}
.soe-top-menu-center .weather-widget .topTemp
{
    background-color: #36989c;
    padding: 10px;
}
.soe-top-menu-center .weather-widget .bottomDescription
{
    background-color: #286d91;
    vertical-align: middle;
}

.soe-top-menu-center .weather-widget .bottomDescription .hw_text
{
    padding: 0 10px 5px 10px;
    text-transform: uppercase;
    display: block;
}
.soe-top-menu-center .weather-widget .bottomDescription a.hw_text:hover
{
    color: White;
}

.soe-top-menu-center .weather-widget
{
    color: White;
    text-align: center;
    font-size: 0.85em;
}
.soe-top-menu-center .weather-widget a
{
    color: White;
}
.soe-top-menu-center .weather-widget .bottomDescription .hw_img img
{
    width: 100%;
    display: inline-block;
}
.soe-top-menu-center .weather-widget .bottomDescription .hw_img
{
    width: 50%;
    display: inline-block;
}

@media (max-width: 1080px)
{
    .soe-top-menu-center {/*display: none;*/ top: 0px;
        right: 50px !important;
        left: auto !important;

    }
    .soe-top-menu-center ul.master>li
    {
        float: left !important;
        height: auto !important;
    }
    .soe-top-menu-center a.tab .secondary-title
    {
        display: none;
    }
    .soe-top-menu-center a.tab .title
    {
        font-size: 1.0em;
        line-height: 1.0em;
    }
}

@media (max-width: 1244px)
{
     .soe-top-menu-center {
      display: block;
      top: 28px;
     }
    .soe-top-menu-center li.separator {
        display: none;
    }
    .soe-top-menu-center a.tab .arw
    {
        margin-top: 1px;
    }
    #horizontal-nav
    {
        z-index: 2 !important;
    }
}
@media (max-width: 727px)
{
    .soe-top-menu-center {display: none !important;}
}
@media (max-width: 1080px)
{
    .soe-top-menu-center .hidden-menu
    {
        right: 0px;
    }
}


@media (max-width: 1360px)
{
    .soe-top-vacation-guide {display: none; }
}
.soe-top-menu-center .hidden-menu a:hover
{
    color: #f19c09;
}
div.PBViewing
{
    float: none !important;
}
a.EktronEditorsMenuMarker
{
    position: absolute;
    z-index: 999;
}
.button-holder-full
{
    text-align: center;
    margin-bottom: 2em;
}
.button-holder-full.NMB
{
    margin-bottom: 0;
}
a.button, input.button, input[type=submit], input[type=button]
{
    display: inline-block;
    background-color: #4abedb;
    color: White;
    padding: 0.25em 2em;
    border: 0;
}
#layout a.button:hover, #layout input.button:hover, input[type=submit]:hover, input[type=button]:hover
{
    display: inline-block;
    color: White;
    padding: 0.25em 2em;
    border: 0;
    text-decoration: none;
    background-color: #f19c09;
}
a.button-inverted, input.button-inverted
{
    display: inline-block;
    color: White;
    padding: 0.25em 2em;
    border: 0;
    background-color: #f19c09;
}
#layout a.button-inverted:hover, #layout input.button-inverted:hover
{
    background-color: #4abedb;
}

.sharethis
{
    float: right;
    padding: 0.5em 0;
    display: none;
}
.breadcrumbs
{
    padding: 0.5em 0;
    color: #f19c09;
}
.PBColumn
{
    width: 100%;
}
#layout .content h1
{
    background-color: #09c3f1;
    color: White;
    display: block;
    margin: 0 0 0.5em 0;
    padding: 0.25em;
    border-bottom: 1px solid #cbcbcb;
}
/*Thick hr with a thin line after it*/
hr.thick-line{
    margin-bottom: 10px !important;
    border-top: 5px solid #cbcbcb !important;
    border-bottom: 1px solid #cbcbcb;
    height: 5px;
}


/* Monthly Pages -BurlyOctopus - 1/24/14*/

.month_container {
	padding:24px;
	border: 1px solid #d7d7d7;
	overflow: auto;
	background: #ffffff;
	margin-bottom: 24px;

}

.month_image {
	width: 20%;
	float: left;
}

.month_image img{
	max-width: 100%;
}
.monthly-events-widget .month_image img{
    padding: 15px;
}

.month_text {
	width: 80%;
	float: right;
	padding-left: 10px;
}

.month_text h1 {

	font-weight: normal;
	color: #21538c;
}

.month_text a {
	color: #21538c;
	text-decoration: none;
}

.month_header_text {
	font-family: Helvetica, Arial, sans-serif;


}
.month_header_text h1 {
	font-family: Helvetica, Arial, sans-serif;

}

@media (max-width: 740px){

	.month_image {
		width: 100%;

	}

	.month_text {
		width: 100%;
		padding-left: 0px;

	}

}



/* up to the minute */
.social_media_page_column ul
{
    list-style-type: none;
    padding: 0;
}
.date_bar
{
    background-color: #ddd;
    line-height: 20px;
    text-align: right;
    font-weight: bold;
    margin-bottom: 15px;
}
.social_media_page_column ul li
{
    padding: 0.5em 0;
}
.date_bar .the_day, .date_bar .the_month_year, .date_bar .the_time
{
    padding-right: 0.5em;
}
.social_media_page_column .smp_facebook_repeater img
{
    width: 120px;
}
.social_media_page_column .sectional_header {
  border-bottom: 5px solid #09c3f1;
  height: 50px;
}

.social_media_page_column .links a {
  color: black;
  margin-left: 0.5em;
  font-size: 0.9em;
}
.social_media_page_column .smp_youtube_repeater a
{
    margin-left: 15px;
}
.social_media_page_column h3.txt-blogs, .social_media_page_column h3#txt-events, .social_media_page_column h3.txt-social-media
{
  font-size: 24px;
  background-color: rgb(213, 213, 213);
  padding: 10px;
  font-style: italic;
}
  .social_media_page_column .facebook-img
  {
      border-radius: 5px;
  }

/*download vac guide tout */
.soe-download-vacation-guide-cta
{
    background-color: #f1f1f1;
    margin-bottom: 15px;
}
.soe-download-vacation-guide-cta .text
{
    padding: 15px;
    text-align: center;
    color: Black;
    text-transform: uppercase;
    padding-bottom: 12px;
}
.soe-download-vacation-guide-cta h2
{
  font-size:22px;
  margin: 0px;
}
.soe-download-vacation-guide-cta img.image
{
    width: 230px;
    float: right;
}
.soe-download-vacation-guide-cta .text p
{
    margin-top: 1em;
}
.soe-download-vacation-guide-cta .button-holder-full
{
    margin-top: 5%;
}
.col-md-3 .soe-download-vacation-guide-cta img.image
    {
        display: none;
    }
@media (max-width: 991px){
    .col-md-3 .soe-download-vacation-guide-cta img.image
    {
        display: block;
    }
}
@media all and (min-width: 768px) and (max-width: 991px)
{
    .col-sm-6 .soe-download-vacation-guide-cta img.image
    {
        display: none;
    }
    .col-sm-6 .soe-shorelines-blog .soe-blog-content h4
    {
        font-size: 1.25em;
    }
    .col-sm-6 .soe-shorelines-blog .soe-blog-content .author span
    {
        font-size: 1.10em;
    }
}
@media (max-width: 479px){
    .soe-download-vacation-guide-cta img.image, .col-md-3 .soe-download-vacation-guide-cta img.image
    {
        display: none;
    }
}

/* local vids popups */
.mfp-container #my_video_1
{
    width: 100%;
    height: auto;
}
.mfp-container #videoPlayerContent
{
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
}


/* this week in vb */
.soe-this-week
{
    background-color: #ee426b;

    color: White;
    text-align: right;
    margin-bottom: 15px;
}
.soe-this-week .text
{
    padding: 15px;
}

.soe-this-week h3
{
    font-family: 'Monoton',helvetica;
    margin: 0 0 0.25em 0;
    font-size: 2.5em;
}
.soe-this-week a, .soe-this-week a:hover
{
    color: White !important;

}
.soe-this-week .image
{
    float: left;
}
.soe-this-week .button-holder-full
{
    margin-bottom: 0;
}
@media (max-width: 628px){
    .soe-this-week img.image
    {
        display: none;
    }
    .soe-this-week
    {
        text-align: center;
    }
}
@media all and (min-width: 991px) and (max-width: 1199px) {
    .soe-this-week h3
    {
        font-size: 1.75em;
    }
}

/* vac down modal */
.tb_vgDownloadModal
{
    width: 420px;
    background-color: White;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 15px;
}
.tb_vgDownloadModal .dvg_inputs
{
    margin-top: 25px;
}

.tb_vgDownloadModal #dlMenu
{
    display: inline;
    margin-top: 6px;
}
.tb_vgDownloadModal #dlButton
{
    display: inline;
}

.vg_Choice
{
    text-align: center;
}

.micro-nav {
	margin-bottom: 15px;
}

.micro-nav h5{
	background-color: #09c3f1;
	color: White;
	display: block;
	text-align: center;
	margin: 0 0 0.5em 0;
	padding: 0.25em;

}

.micro-nav ul{
	list-style: disc;
	margin-bottom: .5em;
}

.micro-nav a{
	color: #000000;
}

#google_map
{
    /*height: 300px;*/
    height: 380px;
}
.article-image-left
{
    float: left;
    margin: 0 15px 15px 0;
}
.article-image-right
{
    float: right;
    margin: 0 0px 15px 15px;
}
.article-image-left.more-right
{
    margin-right: 25px;
}
.article-inline-nextto-image
{
    margin-left: 165px;
}
.wedding_location
{
    clear: both;
}
/*#content-wrap ul
{
    list-style-type: disc;
}
#content-wrap div.dropzone div.PBViewing ul.columnwidgetlist
{
    list-style-type: none;
}*/
.wedding-locations ul
{
    /*list-style-type: none;   */
    margin-left: 165px;
    padding-left: 15px;
}

/* International modal style */

#international-modal
{
    display: none;
    width: 320px;
    background-color: White;
    border-radius: 10px;
    box-shadow: 0 0 12px #000;
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 20px;
    display: block;
      margin-left: -160px;
      /* margin-right: auto; */
      left: 50%;
}
#international-modal a.close
{
    position: absolute;
      right: -15px;
  top: -15px;
  color: white !important;
  font-size: 30px;
  background-color: black;
  border-radius: 25px;
  font-weight: normal;
  padding: 0;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border: 1px solid #fff;
  text-decoration: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  text-align: center;
  color: #FFF;
  font-style: normal;
  font-size: 30px;
  font-family: Arial, Baskerville, monospace;
}
#international-modal a.close:hover
{
  opacity: 1;
  filter: alpha(opacity=100);
}
#international-modal p a
{
    display: block;
    margin-top: 1em;
}

/* End International modal style */

/* Mobile Nav style */
.mobile-sticky-nav-region
{
  display: none;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 99;
  transition: margin 0.5s;
}
.mobile-sticky-nav{
  position: relative;
  background-color: #9f9f9f;
  width: 100%;
  text-align: center;
}
.mobile-sticky-nav-region.minimized{
  margin-bottom: -42px;
  margin-bottom: -92px;
}
.mobile-sticky-nav
{
  position: relative;
}
.mobile-sticky-nav a.revealMobileNav
{
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -28px;
  display: inline-block;
  height: 36px;
  width: 56px;
  background-image: url("/images/soe/mobile/mn-hide-icon.png");
  background-repeat: no-repeat;

}
.mobile-sticky-nav-region.minimized a.revealMobileNav
{
  background-image: url("/images/soe/mobile/mn-show-icon.png");
}

.mobile-sticky-nav .bar
{
  /*height: 68px;*/
  padding-top: 2px;
  padding-bottom: 2px;
}
.mobile-sticky-nav .bar ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-sticky-nav .bar ul li
{
  display: inline-block;
}
/*
.mobile-sticky-nav .bar ul li a.nearme
{
  background-image: url("/images/soe/mobile/mn-icons-nearme.gif");
}
.mobile-sticky-nav .bar ul li a.dining
{
  background-image: url("/images/soe/mobile/mn-icons-dining.gif");
}
.mobile-sticky-nav .bar ul li a.events
{
  background-image: url("/images/soe/mobile/mn-icons-events.gif");
}
.mobile-sticky-nav .bar ul li a.attractions
{
  background-image: url("/images/soe/mobile/mn-icons-attractions.gif");
}
.mobile-sticky-nav .bar ul li a.wheretostay
{
  background-image: url("/images/soe/mobile/mn-icons-wheretostay.gif");
}*/


@media all and (max-width: 477px)
{
  .mobile-sticky-nav-region .bar ul li a img
  {
    width: 100%;
    max-height: 100%;
  }
  .mobile-sticky-nav-region .bar ul li
  {
    width: 18%;
  }
  .mobile-sticky-nav .bar
  {
    /*height: 60px;*/
  }
  .mobile-sticky-nav-region.minimized{
    /*margin-bottom: -52px;*/
  }

}
@media all and (max-width: 450px)
{

  .mobile-sticky-nav .bar
  {
    /*height: 53px;*/
  }
  .mobile-sticky-nav-region.minimized{
    /*margin-bottom: -48px;*/
  }

}
@media all and (max-width: 600px)
{
  .mobile-sticky-nav-region
  {
    display: block;
  }
}

/* End Mobile Nav style */



/* mobile fixes */

@media all and (max-width: 720px)
{
    .container-masthead h1, .page-h1
    {
        font-size: 45px;
        line-height: 50px;
    }
}
@media all and (max-width: 640px)
{
    .container-masthead h1, .page-h1
    {
        font-size: 30px;
        line-height: 35px;
    }
}

/* end mobile fixes */

@media all and (max-width: 530px)
{
    .article-image-left, .article-image-right
    {
        float: none;
        text-align: center;
        margin: 0 15px 15px 0px;
    }
    .wedding_location h3
    {
        margin-top: 0;
    }
    .wedding-locations ul
    {
        margin-left: auto;
        padding-left: auto;
    }
    .article-inline-nextto-image
    {
        margin-left: 0;
    }
}


@media all and  (max-width: 640px)
{
    .tb_vgDownloadModal
    {
        width: 100%;
    }
}
@media all and  (max-width: 400px)
{
    .tb_vgDownloadModal .dvg_image
    {
        display: none;
    }
}

/* 3 beaches home */
@media all and  (max-width: 740px)
{
    .hero-beaches-promos
    {
        height: auto;
    }
    .hero-beaches-promos a
    {
        width: 76px;
        height: 76px;
    }
    .hero-beaches-promos img
    {
        width: 76px;
    }
    .hero-beaches-promos img:hover
    {
        width: 76px;
        -webkit-transition: width 0.5s;
        transition: width 0.5s;
    }
    .st-pusher
    {
        background-size: auto 100%;
        background-position: center center;
    }
    #layout .content h1
    {
        font-size: 1.9em;
    }
    #google_map
    {
        /*height: 300px;*/
        height: 300px;
    }

}

div.design_content {
	overflow: inherit !important;
}


.col-md-6.Canada-listings:nth-child(odd) {
  clear: both;
}

/* kooza */
h1.smallerH1
{
	font-size: 29px;
}
@media (min-width: 620px){
			.smallerH1Title
			{
				font-size: 36px;
			}
}

/*Beaches Footer*/

.beaches-footer-links{
	margin-top: 20px;
}

.beaches-footer-links .row {
  margin-bottom: -20px;
}


.beaches-footer-links h1{
  font-family: 'Monoton', helvetica;
  font-size: 38px;
  font-weight: normal;
  color: #ffffff;
  line-height: 53px;
  text-transform: uppercase;
  text-shadow: 0 0 12px #000;
  word-spacing: 0.5em;
  text-align: center;
 }

 .beaches-footer-links .col-md-4{
 	padding:0px;
 }

 .requestVacGuideFormCanadian .field.zipCode input {
     width: 15em !important;
 }

 .requestVacGuideFormCanadian .field.zipCode {
    float: left;
    margin-left: 0;
    margin-top: 1em;
}

table.newsletter_inside_table {
  color: #fff;
}

.confirmation-code{
  color: #000;
}

@-moz-document url-prefix() {
  .requestVacGuideFormCanadian select{
    background-image: none !important;
  }
}

/* soe Event Ticker */
.soe-events-ticker
{
    z-index: 0;
    position: relative;
    background-color: #399cc0;
    background-image: url("/widgets/soeFeaturedEventsTicker/images/ticker-bg.jpg");
    background-repeat: repeat-x;
    color: White;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.65);
    /*height: 55px;*/
}
.soe-events-ticker a
{
    color: White;
}
.soe-events-ticker .slick-holder
{
    padding-bottom: 0px;
    margin-bottom: 0;
    padding: 0 40px;
}
.soe-events-ticker .slick-holder.slick-initialized .slick-slide
{
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.soe-events-ticker .slick-prev, .soe-events-ticker .slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: white;
  top: 50%;
  margin-top: -20px;
  padding: 0;
  border: none;
  outline: none;
  font-family: 'Monoton', helvetica;
}

.soe-events-ticker .slick-prev:before, .soe-events-ticker .slick-next:before {
  font-size: 30px;
  line-height: 40px;
  color: #010101;
  opacity: 1;
  font-family: 'Monoton', helvetica;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.soe-events-ticker .slick-prev {
	left: 0px;
}

.soe-events-ticker .slick-prev:before {
	content: "<";
	color: white;
}

.soe-events-ticker .slick-next {
	right: 0px;
}

.soe-events-ticker .slick-next:before {
	content: ">";
	color: white;
}
.soe-events-ticker
{
    display: none;
}
@media all and (max-width: 768px)
{
    .soe-events-ticker
    {
        display: block;
    }
}
/* Beaches Hero Masthead Changes*/
.beaches-masthead img{
  float: left;
  max-width: 180px;
  margin-top: -33px;
  margin-bottom: -40px;
  padding-right: 10px;
}
.beaches-masthead h1{
  float: left;
}

@media (max-width: 620px){
  .beaches-masthead img{display: none;}
}


/*Search Updates*/

.listingSearchSection h1.header-style{
  font-family: 'Monoton', helvetica;
  font-size: 40px !important;
  font-weight: normal;
  color: #ffffff;
  line-height: 70px;
  text-transform: uppercase;
  text-shadow: 0 0 12px #000;
  word-spacing: 0.5em;
  background-color: transparent !important;
  border: none !important;
}
.listingSearchSection .soe-refine-box{
    background-color: #e1eff2;
}
.listingSearchSection .soe-filter {
    background-image: url("/images/soe/soe-refine-search-bk.gif");
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 15px;
}

.listingSearchSection .soe-filter-header {
    background-color: #516367;
    /* height: 50px; */
    background-image: url("/images/soe/soe-refine-search-tl.gif");
    background-repeat: no-repeat;
}
.listingSearchSection .soe-filter-header span {
    color: White;
    font-size: 1.5em;
    margin-left: 50px;
    line-height: 50px;
    display: block;
}
.listingSearchSection .soe-filter .title {
    font-style: italic;
    margin-top: 1em;
    margin-bottom: 0.25em;
}
.listingSearchSection .soe-filter .sc_txtKeywords {
    width: 100%;
}

.listingSearchSection .soe-filter .apply-button {
    margin-top: 2em;
}
.listingSearchSection .soe-filter .search input{
  width: 100%;
  font-size: 1.25em;
}

.listingSearchSection h1.refine-title{
  font-size: 30px;
  display: inline-block !important;
  margin-bottom: 1.25em !important;
  margin-bottom: 0;
  padding-left: 0;

}

.listingSearchSection .soe-filter-arw {
    height: 10px;
    background-image: url("/images/soe/soe-refine-search-br.gif");
    background-repeat: no-repeat;
    background-position: top right;
}
.search-filter-list{
  margin-bottom: 20px;
}
.search-filter-list ul{
  padding: 0 20px;
  -webkit-display: -webkit-box;
  -webkit-display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  text-align: center;
  background-color: #ebebeb;
  list-style: none;
  padding: 0;
}
.search-filter-list li{
  -webkit-display: -webkit-box;
  -webkit-display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-justify-content: space-around;
  -webkit-flex-direction: column;
  justify-content: space-around;
  flex-direction: column;
  text-align: center;
}
.search-filter-list li.flexTwo{
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.search-filter-list li a{
  width: 100%;
  height: 100%;
  padding: 15px 0px;
  color: #000000;
  position: relative;
  text-decoration: none;
}
.search-filter-list li a.active::after{
  content:"";
  border-style: solid;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left:-10px;
  border-width: 10px 12.5px 0 12.5px;
  border-color: #09c3f1 transparent transparent transparent;
}
.search-filter-list li a:hover{
  background-color: #09c3f1;
  color: #ffffff !important;
  text-decoration: none;
}
.search-filter-list li a.active{
  background-color: #09c3f1;
  color: #ffffff;
}
.pnlSearchResultsMessage {
    font-size: 1.0em !important;
    font-style: italic;
}
