/* #0c223e, #002e6c, #0075a8, #00adbb, #ffd100 */
body{
    font-family: 'Brandon Grotesque Light Regular';
    font-size:18px;
    line-height: normal;
}

strong, b{
    font-family: 'brandon_grotesquemedium';
}

input, textarea, select, button {
    font-family:inherit;
    font-size:1em;
    font-weight: normal;
    line-height: 1em;
}

:focus{
    box-shadow: none;
    border: none;
    outline-width: 0;
}

#jqt {
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    user-select: none;
    font-family: 'Brandon Grotesque Light Regular';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

#jqt.fullscreen #home .info {
    display: none;
}
div#jqt #about {
    padding: 100px 10px 40px;
    text-shadow: rgba(0, 0, 0, 0.3) 0px -1px 0;
    color: #999;
    font-size: 13px;
    text-align: center;
    background: #161618;
}
div#jqt #about p {
    margin-bottom: 8px;
}
div#jqt #about a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
 
.blink {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;
}

#jqt .toolbar>h1 {
    position: absolute;
    overflow: hidden;
    /*left: 50%;
    bottom: 9px;
    margin: 1px 0 0 -75px;
    width: 150px;*/
    width: 56%;
    left: 22%;
    top: 50%;
    margin: -10px 0 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
    text-shadow: none;
    line-height: 1em;
}

#jqt .add, #jqt .back, #jqt .button, #jqt .cancel {
    max-width: 19%;
    width:30px;
    box-sizing: border-box;
    text-align: center;
    padding: 0 3px;
    color: #0c223e;
    text-shadow: white 0 1px 0;
    border: 1px solid #002e6c;
    background-color: #00adbb;
}

#jqt ul li.arrow:after, #jqt ul li.forward:after, .base-chevron {
    content: '›';
    width: 22px;
    height: 100%;
    vertical-align: middle;
    font-size: 30px;
    line-height: 30px;
    font-family: "Brandon Grotesque Light Regular", "Futura","Futura Condensed",Helvetica,Arial,sans-serif;
    font-weight: 700;
    filter: alpha(Opacity=60);
    opacity: .6;
    position: absolute;
    right: 0;
    top: 50%;
    /* bottom: 0; */
    pointer-events: none;
    z-index: 10;
    margin-top: -15px;
    box-sizing: border-box;
}

#jqt>* {
    background-color: #00adbb;/*acqua*/
}

#jqt .toolbar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0075a8;
    border-bottom: 1px solid #002e6c;
    z-index: 10;
    position: relative;
    padding: 10px;
    height: 44px;
}

#jqt .footer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*background-color: transparent;
    border-top: 1px solid #002e6c;*/
    z-index: 10;
    position: relative;
    padding: 0;
    height: 44px;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration:none;
    text-align: center;
}

#jqt .footer a, #jqt .footer a:link, #jqt .footer a:visited{
    vertical-align: middle;
    background: #002e6c;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    padding: 14px 5px;
    font-weight: bold;
	height: 44px;
    white-space: nowrap;
	color:white;
    box-sizing: border-box;
    border-right:none;
    border-left:1px solid #00adbb;

    /* gradient */
    background: #0075a8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0075a8 0%, #002e6c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0075a8 0%, #002e6c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0075a8 0%, #002e6c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0075a8', endColorstr='#002e6c', GradientType=0);

}

#jqt .footer a:active{
    vertical-align: middle;
    background: #002e6c;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    padding: 14px 5px;
    font-weight: bold;
	height: 44px;
    white-space: nowrap;
	color:white;
    box-sizing: border-box;
    border-right:1px solid #0075a8;
    border-left:1px solid #00adbb;

    /* gradient */
    background: #002e6c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #002e6c 0%, #0075a8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #002e6c 0%, #0075a8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #002e6c 0%, #0075a8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#002e6c', endColorstr='#0075a8', GradientType=0);
}

#jqt ul.linedVersion {
    padding:10px;
    margin:10px auto;
    background-color: transparent;
    color: white;
    text-shadow: none;
    border: none;
    font: 700 18px "Brandon Grotesque Light Regular", "Helvetica Neue",Helvetica;
}

#jqt ul.linedVersion li{
    background-color:none;
    border-bottom: none;
    padding: 10px 10px 10px 15px;
}

#jqt ul.linedVersion li:last-child{
    border-bottom:none;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    height:0;
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
/*::-webkit-scrollbar-thumb {
    background: #FF0000;
}*/

/*custom elements */
::-webkit-scrollbar { 
    display: none; 
}

.splashcover{
    background-color:transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    background-image:url(../img/splash.png);
}

.dummymap{
    background-color:transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    background-image:url(../static-img/dummy-map.jpg);
}

.ghostLine{
    display: block;
    height: 1px;
    background-color: white;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    left: 0;
    opacity: 0.5;
}

div.scrollmenu {
    background: #0075a8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0075a8 0%, #002e6c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0075a8 0%, #002e6c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0075a8 0%, #002e6c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0075a8', endColorstr='#002e6c', GradientType=0);
    color: white;
    text-shadow: black 0 1px 0;
    overflow-x:auto;
    overflow-y:hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;

    background: #0075a8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0075a8 0%, #002e6c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0075a8 0%, #002e6c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0075a8 0%, #002e6c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0075a8', endColorstr='#002e6c', GradientType=0);

    color: white;
    text-shadow: black 0 1px 0;
    border-right:1px solid #0075a8;
    border-left:1px solid #00adbb;
}

div.scrollmenu a:first-child{
    border-left:none !important;
}

div.scrollmenu a:last-child{
    border-right:none !important;
}

div.scrollmenu a:active {
    background: #002e6c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #002e6c 0%, #0075a8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #002e6c 0%, #0075a8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #002e6c 0%, #0075a8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#002e6c', endColorstr='#0075a8', GradientType=0);
}

#jqt h1, #jqt h2, #jqt h3, #jqt h4, #jqt h5, #jqt h6 {
    font: 700 1.5em "Brandon Grotesque Light Regular", "Helvetica Neue",Helvetica;
    margin: 10px 20px 6px;
    color: #0c223e;
    text-shadow: none;
    text-transform: uppercase;
}

#jqt ul, #jqt ul.individual li {
    background-color: #eee;
    color: #002e6c;
    text-shadow: #fff 0 1px 0;
    border: 1px solid #0c223e;
    font: 700 18px "Brandon Grotesque Light Regular", "Helvetica Neue",Helvetica;
}

#jqt ul li {
    border-top: none;
}

#jqt ul li input[type=email], #jqt ul li input[type=number], #jqt ul li input[type=password], #jqt ul li input[type=search], #jqt ul li input[type=tel], #jqt ul li input[type=text], #jqt ul li input[type=url], #jqt ul li select, #jqt ul li textarea {
    color: white !important;
    text-shadow: none;
    background: rgba(255,255,255,0.2);
    border: 0;
    font: 400 17px "Brandon Grotesque Light Regular", "Helvetica Neue", Helvetica;
    padding: 10px;
    display: inline-block;
    margin-left: 0;
    width: 100%;
    -webkit-appearance: textarea;
    appearance: textarea;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}

#jqt ul li ::-webkit-input-placeholder {
    color: white !important;
    text-shadow:none;
}

input[type=search] { 
	/* color: red;   */
	text-align: left;
	cursor: pointer;
	display: block; 
	width: 100%; 
	/* letter-spacing: 0px;         */
	text-shadow: 0 0 2px black;       
    /* word-spacing: 20px;                */
    -webkit-appearance: none;
    appearance: none;
}

.beachMenuSearch input[type=search]{
    width:80% !important;
    float:left;
    color: white !important;
    text-shadow: none;
    background: rgba(255,255,255,0.2);
    border: 0;
    font: 400 17px "Brandon Grotesque Light Regular", "Helvetica Neue", Helvetica;
    padding: 10px;
    display: inline-block;
    margin-left: 0;
    width: 100%;
    -webkit-appearance: none !important;
    appearance: none !important;
    -webkit-border-radius: 5px 0 0 5px !important;
    -ms-border-radius:  5px 0 0 5px !important;
    -moz-border-radius:  5px 0 0 5px !important;
    -o-border-radius:  5px 0 0 5px !important;
    border-radius:  5px 0 0 5px !important;
    box-sizing: border-box;
}

/*.beachMenuSearch input[type=search]::placeholder, .beachMenuSearch input[type='search']::-webkit-input-placeholder{
    color:white !important;
}*/

.beachMenuSearch ul{
    padding:0 !important;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
	appearance: none;
}

.searchResetButton{
    position: absolute;
    vertical-align: middle !important;
    right: 20%;
    color: #002e6c !important;
    box-sizing: border-box !important;
    top: 0;
    bottom: 0;
    padding: 0 10px !important;
    background: transparent !important;
    width: 40px !important;
    font-family: "brandon_grotesquemedium" !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

#jqt ul li input[type=search] {
    padding: 10px 40px 10px 10px;
}

.large{
    width:80%;
    box-sizing:border-box;
    margin:auto !important;
}

.freeContainer{
    padding:10px;
    margin:10px auto;
    background-color:transparent;
}

.beachMenuSearch button{
    display:block;
    float:right;
    background:#002e6c;
    padding:5px;
    color:white;
    box-sizing:border-box;
    border:none;
    width:20%;
    text-align:center;
    vertical-align:middle;
    -webkit-border-radius:0 10px 10px 0;
    -ms-border-radius:0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    border: 0;
    font: 400 17px "Brandon Grotesque Light Regular", "Helvetica Neue", Helvetica;
    padding: 10px;
}

.pagedesign{
    background-image:url(../img/waves-bottom-page.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size:20% auto;
}

.clearfloat, .clear{
    clear:both;
    line-height:0;
    height:0;
    visibility: hidden;
}

.backIcon{
    background-image:url(../img/backward.png) !important;
    background-position:center !important;
    background-repeat:no-repeat !important;
    background-size:contain !important;
    background-color: transparent !important;
    border: none !important;
    opacity: 0.5;
}

.paginationBox{
    text-align: center;
    margin:10px 10px 20px;
}

.paginationArrow{
    overflow: hidden;
    width: auto;
    height: 30px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: 0 0;
    margin: 0;
    padding: 0 10px;
    color: #0c223e;
    text-shadow: #00adbb 0 1px 0;
    border: 1px solid #002e6c;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-image: none;
    background-color: #0075a8;
    width:40%;
    display:inline-block;
    zoom:1;
    *display:inline;
    box-sizing: border-box;
}

.paginationArrow{
    border:none;
    background-color:transparent;
}

.paginationArrow img{
    height:100%;
    width:auto;
    opacity:0.5;
}

.wrapperBox{
    margin:10px;
    padding:10px;
    box-shadow: border-box;
    text-align:center;
}

.hider{
    display:block;
}

.subTitle{
    font-size:1.2em;
    line-height:1em;
    border-bottom:1px white solid;
}

.hiddenBox{
    display:none;
    font-size: 0.9em;
    font-weight: normal;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid red;
}

.alertDate{
    font-size:0.8em;
    font-weight:normal;
    font-style:normal;
}

.loading {
    width: 100%;
    position: absolute;
    left: 0;
    top: 3%;
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
    color: gray;
}

.loadGif {
    width: auto;
    height: 20px;
    padding: 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: none;
}

.loadWrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: none;
    /* background-color: rgba(0,46,108,0.8); */
    background-color: transparent;
    background-position: left top;
    background-repeat: repeat;
    z-index: 3001;
}

.innerWrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/loader-darkblue.gif);
    /* background-image: url(../img/caricoos-icon.gif); */
    /*background-image: url(../img/loader-icon-caricoos.gif);*/
    background-size: 30px auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.fullPageBox{
    position: fixed;
    z-index: 3000;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    box-sizing: border-box;
    background-color:rgba(0,46,108,0.8);
    display:table;
}

.innerBox {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.closeModalBox{
    line-height:20px;
    font-size:16px;
    text-align:center;
    color:white;
    background:red;
    position: absolute;
    width:20px;
    right:-10px;
    top:-10px;
    z-index: 100;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
}

.modBoxWrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg.png);
    background-position: left top;
    background-repeat: repeat;
}

.innerModBoxWrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.modalContent{ 
    display:block;
    /*zoom:1;
    *display:inline;*/
    /* margin:10%; */
    width:80%;
    padding:10px;
    /* max-width:400px; */
    max-height: 80%;
    height:100%;
    border:1px solid white;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
    -ms-border-radius:10px;
    border-radius:10px;
    color:white;
    background:rgb(26, 26, 65);
    position: relative;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-overflow-scrolling: touch;
}

.modalContent li{
    list-style:none;
}

.modalContent textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    height: 100px;
    display: block;
    border:none;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.modalContent input[type='text']
, .modalContent input[type='password']
, .modalContent input[type='date'] {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border:none;
    display: block;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.modalContent button{
    color:#002e6c;
    padding: 5px;
    display: inline-block;
    background: white;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bodyWrap {
    padding: 10px;
}

.customButton{
    display:inline-block;
    background:#002e6c;
    padding:0.5em;
    color:white;
    box-sizing:border-box;
    border:none;
    text-align:center;
    vertical-align:middle;
    -webkit-border-radius:1.5em;
    -ms-border-radius:1.5em;
    -moz-border-radius:1.5em;
    -o-border-radius: 1.5em;
    border-radius: 1.5em;
    font: 400 17px "Brandon Grotesque Light Regular", "Helvetica Neue", Helvetica;
}

.redBg{
    background:red !important;
    color:white !important;
}

.grayBg{
    background:gray !important;
    color:white !important;
}

.greenBg{
    background:green !important;
    color:white !important;
}

.blueBg{
    background:#002e6c !important;
    color:white !important;
}

.acquaBg{
    background:#00adbb !important;
    color:#002e6c !important;
}

.half{
    width: 40% !important;
    margin: 10px 5% !important;
    box-sizing: border-box;
}

.logoBox {
    top: 0px;
    left: 25%;
    width: 50%;
    height: 50px;
    position: absolute;
    z-index: -1;
    background: url(../img/logo-white.png) center center no-repeat;
    background-size: contain;
}

.headerLogo {
    width: 100%;
    height: 50px;
    display: block;
}

.hidden {
    display: none;
}

.headericon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    background-image: url(../img/headericon-reverse.png);
    background-size: auto 71%;
    background-position: right center;
    background-repeat: no-repeat;
}

.imageHeader {
    display: block;
    margin: auto;
}

.nowrap {
    white-space: nowrap;
}

/*.flex-row{
    display: flex;
    justify-content: center;
    margin:10px auto;
    flex-wrap: nowrap;
    overflow-x: auto;
}*/

.topImage{
    width:100%;
    height:auto;
    border:none;
    display:block;
    margin:0 auto 10px;
}

.flex-row{
    /* border-top:1px solid white; */
    white-space: nowrap;
    vertical-align: middle;
    text-align:center;
    overflow-y:hidden;
    overflow-x:auto;
}

.sectionHead{
    border-top:1px solid white;
    border-bottom:1px solid white;
    margin:10px auto;
    text-transform: uppercase;
    /* opacity: 0.5; */
}

.dayBox{
    width:20%;
    padding:0 1%;
    /* font-size: 0.9em; */
    display:inline-block;
    zoom:1;
    *display:inline;
    border-left: 1px dotted #0075a8;
}

.dayBox:first-child{
    border-left:none;
}

.dayBoxDouble{
    width:40%;
    padding:0 2%;
    /* font-size: 0.9em; */
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: top;
    border-left: 1px dotted #0075a8;
    margin-left: 1px;
}

.dayBoxDouble:first-child{
    border-left:none;
}

.innerDayBoxDouble{
    width:50%;
    margin:0;
    /* font-size: 0.9em; */
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align:top;
}

.waveBox{
    width:40%;
    margin:0 2%;
    /* font-size: 0.9em; */
    display:inline-block;
    zoom:1;
    *display:inline;
}

.waveBoxDouble{
    width:40%;
    margin:0 2%;
    /* font-size: 0.9em; */
    display:inline-block;
    zoom:1;
    *display:inline;
}

.innerWaveBoxDouble{
    width:50%;
    margin:0;
    /* font-size: 0.9em; */
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align:top;
}

.weatherImageHolder{
    width:100%;
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:center middle;
    background-size:cover;
}

.weatherImageHolder img{
    width:100%;
    height:auto;
    display:block;
}

.waveImageHolder{
    width: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.7;
}

.waveImageHolder img{
    width:100%;
    height:auto;
    display:block;
}

.innerDayBox{
    width:100%;
    margin:0;
    display:inline-block;
    zoom:1;
    *display:inline;
}

.cellBox{
    width:40%;
    margin:0 2%;
    vertical-align: middle;
    display:inline-block;
    zoom:1;
    *display:inline;
}

.beachName{
    margin: 0 auto 5px !important;
    font-size: 2em !important;
    line-height:  1em !important;
}

.cellQualityBox{
    width:40%;
    margin:0 2%;
    vertical-align:middle;
    display:inline-block;
    zoom:1;
    *display:inline;
}

.qualityImageHolder{
    width:40%;
    height:auto;
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:center middle;
    background-size:cover;
    display:inline-block;
    zoom:1;
    *display:inline;
}

.qualityImageHolder img{
    width:100%;
    height:auto;
    display:block;
}

.waterQualityValue{
    width:50%;
    font-size:3em;
    line-height:1em;
    display:inline-block;
    zoom:1;
    *display:inline;
    opacity:0.5;
}

.dateBox{
    /* opacity:0.5; */
}

.toggleHeader{
    font-size:1em !important;
    color:white !important;
    text-align:center;
    border-top:1px solid white;
    border-bottom:1px solid white;
    margin:10px auto !important;
    text-transform: uppercase;
    /* opacity: 0.5; */
}

.reviewHeader{
    font-size:0.9em !important;
    color:white !important;
    text-align:left;
    margin:0 !important;
    line-height:1em;
}

ul.reverse{
    background-color:transparent !important;
    border:none !important;
}

ul.reverse li {
    background-color: transparent !important;
    color: white;
    text-shadow: none;
    border-top: none;
    border-bottom: 1px solid white;
    font: 700 0.8em "Brandon Grotesque Light Regular", "Helvetica Neue",Helvetica !important;
    line-height:1em;
    padding:5px;
    font-style:normal !important;
    text-align:left;
}

ul.reverse li:last-child {
    background-color: transparent !important;
    color: white;
    text-shadow: none;
    border-bottom: none;
    font: 700 0.8em "Brandon Grotesque Light Regular", "Helvetica Neue",Helvetica !important;
    line-height:1em;
}

.reviewText{
    padding: 10px;
    font-style: normal;
    border-top: 1px solid white;
    line-height: 1em;
}

.starbox img{
    width:30px;
    height:auto;
    display:inline-block;
    max-width:20%;
}

#revBox{
    margin-top:0 !important;
}

#getMore a{
    color:white;
    text-decoration:none;
    display:inline-block;
    padding:5px;
    border:1px solid white;
    -webkit-border-radius:5px;
    border-radius:5px;
}

i {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 0.2em;
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 0.2em;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-left: 0.2em;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: middle;
    margin-top: -0.5em;
    margin-left: 0.2em;
}

select{
    width:100%;
    background:white;
    box-sizing:border-box;
    margin-bottom:5px;
}

.pageHeaderImage{
    text-align:center;
}

.pageHeaderImage img{
    width:50%;
    height:auto;
    display:inline-block;
    zoom:1;
    *display:inline;
    margin: 10px auto -10px;
}

.beachListName{
    font-family:'brandon_grotesqueregular';
    text-transform:uppercase;
}

.beachCity{
    font-size: 0.8em;
    line-height: 0.8em;
    display: block;
}

#jqt .whiteButton {
    background-image: none;
    background-color: rgba(255,255,255,0.5);
    color: #002e6c;
    text-shadow: none;
    font-family:'brandon_grotesqueregular';
    text-transform:uppercase;
    border:none;
}

.forecastdailytext{
    text-align:left;
    padding-top:5px;
    border-top:dotted white 1px;
}

.warningBox{
    background:yellow;
    padding:10px;
    margin:0;
    color:red;
    line-height:1em;
    text-align:center;
    box-sizing:border-box;
}

.warningBoxTitle{
    background:red;
    color:white;
    text-align:center;
    font-weight:bold;
    box-sizing:border-box;
    padding:10px;
}

.warningBox a, .warningBox a:link, .warningBox a:visited, .warningBox a:active, .warningBox a:hover{
    font-weight:bold;
    color:#002e6c;
    text-decoration:none;
    font-family:'brandon_grotesqueregular';
    text-transform:uppercase;
}

.contentWrapper{
    color:white;
    padding:10px;
    font-size:1em;
    line-height:normal;
}

.contentWrapper h2{
    color:white !important;
    text-align:center;
}

.adbox{
    background-color:#0075a8;
    background-image:url(../img/loader-darkblue.gif);
    background-size: 1.2em 1.2em;
    background-repeat:no-repeat;
    background-position: center;
    min-height:50px;
    box-sizing: border-box;
    display:none;
    padding:0;
    margin:0;
    box-sizing:border-box;
    vertical-align:bottom;
}

.bannerBox{
    box-sizing:border-box;
}

.bannerBox img{
    width:100%;
    h;
    height: auto;
    display: block;
}