@import url(//fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(//fonts.googleapis.com/css?family=Lato:400,900);
@import url(//fonts.googleapis.com/css?family=Old+Standard+TT:400,700);
* {
    margin: 0;
    padding: 0px;
}

body {
    background: #ffffff;
    margin: 0;
    height: 100%;
    color: #384452;
    font-family: 'Lato', sans-serif;
    font-weight: 400;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

p {
    padding: 0;
    margin-bottom: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #384452;
    margin-top: 10px;
}

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

a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-transition: background-color .4s linear, color .4s linear;
    -moz-transition: background-color .4s linear, color .4s linear;
    -o-transition: background-color .4s linear, color .4s linear;
    -ms-transition: background-color .4s linear, color .4s linear;
    transition: background-color .4s linear, color .4s linear;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #01b2fe;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #2B2E31;
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #2B2E31;
}

.centered {
    text-align: center
}

.navbar {
    min-height: 56px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border:  none;
    text-transform: uppercase;
}
.navbar-tabs>li>a:hover {
    background-color: #5e5e5e !important;
    color: #fff !important;
}
.navbar-brand {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}
.navbar-collapse {

}
.logo {
    font-size: 42px;
    font-weight: bold;
    font-family: 'Old Standard TT', serif;
    color: #cccccc;
    margin: -10px;
    padding: 0px;
}

.logo span {
    color: #CCCC00;
}

.dropdown-menu {
    background: #ffffff;
    padding: 0px 0;
    text-transform: uppercase;
}

.dropdown-menu > li > a {
    color: #3e4952;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
}

.dropdown-menu > ul > li > a:hover,
.dropdown-menu > li > a:hover {
    background-color: #e7e7e7;
    background-image: none;
    filter: none;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: underline;

}
#footerMenuRight {
    padding:0px;
    margin: 0px;
    font-size: 14px;
}
#footerMenuRight li {
    display: block;
    float: left;
    list-style-type: none;
}
#footerMenuRight li a{
    color: #656565;
    padding:0px;
    margin: 0px;
}
#footerMenuRight li a:hover{
    color:#ccc;
    background: none;
}
#bs-example-navbar-collapse-2 li a:active {
    text-decoration: none;
}
#bs-example-navbar-collapse-2 li li a:hover {
    text-decoration: none;
}
.btn-theme {
    color: #fff;
    background-color: #384452;
    border-color: #384452;
    margin: 4px;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
    color: #fff;
    background-color: #00b3fe;
    border-color: #00b3fe;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus {
    color: #ffffff;
    background-color: #222222;
    border-color: #ffffff;
}

.dmbutton {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding-top: 1.025rem;
    padding-right: 2.25rem;
    letter-spacing: 0.85px;
    padding-bottom: 1.0875rem;
    padding-left: 2.25rem;
    font-size: 1.55rem;
    cursor: pointer;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    font-weight: normal !important;
}

.mtb {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mb {
    margin-bottom: 60px;
}

.mt {
    margin-top: 60px;
}

.hline {
    border-bottom: 2px solid #384452;
}

.hline-w {
    border-bottom: 2px solid #ffffff;
    margin-bottom: 25px;
}

#headerwrap {
    background-color: #ffffff;
    padding-bottom: 0px;
    text-align: center;
}

#headerwrap h3, #headerwrap h5 {
    color: white;
    font-weight: 400;
}

#headerwrap h1 {
    color: white;
    margin-bottom: 25px;
}

#headerwrap .img-responsive {
    margin: 0 auto;
}

/* Home-content Wrap */
#top-content {
    margin-bottom: 60px;
    margin-top: -10px;
}

#top-content-inner {
    margin-top: -10px;
}

#top-content i {
    color: #00b3fe;
    font-size: 60px;
    padding: 15px;
}

.ticker {
    background: rgba(0, 0, 0, .16);
    font-size: 20px;
    line-height: 30px;
    padding: 12px 0;
    color: #007ade;
    margin-bottom: 30px;
}

#top-content-inner > .ticker {
    margin-bottom: 0px;
}

#footerwrap {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #384452;
}

#footerwrap p {
    color: #bfc9d3;
}

#footerwrap h4 {
    color: white;
}

#footerwrap i {
    font-size: 30px;
    color: #bfc9d3;
    padding-right: 25px;
}

#footerwrap i:hover {
    color: #00b3fe
}

#blue {
    background: #00b3fe;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#blue h3 {
    color: white;
    margin-left: 15px;
}

.ctitle {
    color: #00b3fe;
    font-weight: 700;
    margin-bottom: 15px;
}

.csmall {
    font-size: 12px;
    color: #b3b3b3;
}

.csmall2 {
    font-size: 12px;
    color: #f39c12
}

.spacing {
    margin-top: 40px;
    margin-bottom: 40px;
}

.badge-theme {
    background: #00b3fe;
}

.share i {
    padding-right: 15px;
    font-size: 18px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.top-buffer {
    margin-top: 20px;
}

/* remove spacing between middle columns */
.row.no-gutter [class*='col-']:not(:first-child):not(:last-child) {
    padding-right: 0;
    padding-left: 0;
}

/* remove right padding from first column */
.row.no-gutter [class*='col-']:first-child {
    padding-right: 0;
}

/* remove left padding from first column */
.row.no-gutter [class*='col-']:last-child {
    padding-left: 0;
}

/* only for column content visible */
.col-lg-1 > div {
    background-color: #ddd;
}

.partners {
    background: #D7D7D7;
    min-height: 50px;
    /*margin-top: 60px;*/
}

.footer {
    /*color: white;*/
    line-height: 34px;
    background-color: #fff;
    /*background-image: -moz-linear-gradient(#004779, #343434);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#004779), to(#343434));
    background-image: -webkit-linear-gradient(#004779, #343434);
    background-image: -o-linear-gradient(#004779, #343434);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from', endColorstr='$to', GradientType=0); */
    min-height: 50px;
    /*color: rgba(255, 255, 255, 0.618);*/
    vertical-align: top;
}

.footer .fcol1, .footer .fcol2, .footer .fcol3 {
    display: inline-block;

    min-height: 200px;
    overflow: hidden;
    vertical-align: top;
    padding-top: 14px;
}

.footer .fcol1 .item, .footer .fcol2 .item, .footer .fcol3 .item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 90%;
    text-indent: 6px;
}

.footer .fcol1 .item:hover, .footer .fcol2 .item:hover, .footer .fcol3 .item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-top: 1px solid transparent;
}

.footer .fheader {
    /*color: white;*/
    font-size: 16px;
}

.footer a:hover {
    color: #ccc;
}

.footer input[type="text"] {
    border-radius: 5px 0 0 5px;
    border: 1px solid #ccc !important;
    background: #eeeeee;
    width: 66%;
    padding: 0px;
    height: 40px;
    text-indent: 14px;
    float: left;
    border: 0px;
    box-shadow: none;
}

.footer input[type="text"]:focus {
    background: white;
}

.footer input[type="submit"] {
    width: 34%;
    padding: 0;
    margin: 0px;
    height: 40px;
    line-height: 40px;
    color:  #fff;
    float: left;
    background: #007ade;
    border-radius: 0 5px 5px 0;
    border: 1px solid #ccc !important;
}

.footer input[type="submit"]:hover {
    background: #1294ff;
}

.footer input[type="submit"]:active {
    background: #006cc5;
}


.footer a, .footer a:visited, .footer a:hover, .footer a:active {
    color: inherit;
    text-decoration: none;
    border: 0px;
    outline: 0;
}
.footer a:hover {
    color:#777;
}
.image_description {
    position: absolute;
    width: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.image_description a, .image_description a:visited {
    color: #384452;
}

.image_description a:hover {
    color: #777;
}

.booking {
    border: none;
    display: inline-block;
    margin-top: 30px;
    margin-right: 30px;
}

.booking .mHeadline {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 2px;
    font-weight: bold;
}

.booking .bHeadline {
    font-size: 16px;
    line-height: 30px;
    border-top: 1px solid black;
}

.booking .bSection {
    padding-top: 40px;
}

@media all and (min-width: 740px) {


    .nav > li > a.lessPadding {
        padding-right: 8px;
        padding-left: 8px;
    }

    .nav > li > a.lessPaddingAfter {
        padding-right: 8px;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

}

@media all and (max-width: 767px) {
    #headerwrap {
        display: none;
    }
}

@media all and (max-width: 450px) {
    .logo {
        font-size: 32px;
    }
}

@media all and (min-width: 1200px) {
    .pBox {
        margin-left: 45px;
        margin-right: 45px;
    }
}




.bookBus {
    background: whitesmoke;
    margin-top: 30px;
    min-height: 366px;
    border-radius: 20px;
    border: 2px solid grey;
    padding: 0 10px;

    color: #666666;
    line-height: 22px;
}

.bookBus .title {
    font-size: 20px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    color: #444444;
}

iframe.purchase {
    width: 670px; /*or any other size*/
    height: 470px; /*or any other size*/
    overflow: hidden;
}

.locationWrap img {
    border: solid 1px grey;
    border-radius: 5px;
}

.locationWrap {
    font-size: 14px;
}

.locationWrap a {
    color: #384452;
}

input[type="text"], input[type="password"], input[type="email"],textarea {
    -webkit-font-smoothing: antialiased;
  background: #eee;
  border: 1px solid #ccc;
  color: black;
  width: 50%;
  font-size: 16px;
  padding: 8px;
  margin: 0px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  min-width: 110px;
vertical-align: top;
}

input[type="submit"] {
  width: 100px;
  padding: 0;
  margin: 0px;
  margin-left: 111px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  float: left;
  background: #007ade;
  border: 1px solid #ccc !important;
}
.contactForm {
    border: 1px solid #cccccc;
    border-radius: 5px;
    overflow: hidden;
    padding: 0px;
    width: 100%;
}

.contactForm .textWrapper {
    padding: 9px;
    background: white;
}

.contactForm textarea {
    width: 100%;
    border: 0px;
    padding: 0px;
    padding: 0px;
    margin: 0px;
    resize: none;
    height: 330px;
}

.contactForm input[type="text"], .contactForm input[type="password"], .contactForm input[type="email"] {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    height: 42px;
    padding: 0px;
    text-indent: 9px;
}

.contactForm .sendMessage {
    border-top: 1px solid #cccccc;
    line-height: 42px;
    text-align: right;
}

.gr1 {
    float: left;
    width: 100%;
}

.gr2 {
    float: left;
    width: 30%;
    padding-left: 30px;
}

.pBox {
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 18px;
}

.pBox a {
    color: #007ade;
    text-decoration: underline;
}

@media all and (max-width: 375px) {
    .pBox {
        width: 250px;
    }
}

.pImage {
    height: 234px;
    overflow: hidden;
}

.pDescription {
    background: #f5f5f5;
    padding: 10px;
    min-height: 145px
}

.bigSponsor {
    text-align: center;
    height: 310px;
    border: 1px solid #ccc;
    margin-bottom: 18px;
    border-radius: 5px

}

.table {
    width: 100%;
    vertical-align: top;
}

.table td {
    vertical-align: top;
}

.twoColumn td {
    width: 50%;
}

.twoColumnGR td:first-child {
    width: 38%;
}

.twoColumnGR td:last-child {
    width: 62%;
}

.twoColumnGR2 td:first-child {
    width: 62%;
}

.twoColumnGR2 td:last-child {
    width: 38%;
}

.threeColumn td {
    width: 33%;
}

.fourColumn td {
    width: 25%;
}

.fiveColumn td {
    width: 20%;
}

.sixColumn td {
    width: 18%;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {

    border-top: 0px;
}

.locationSection {
    height: 227px;
    border-top: 1px solid #888888;
    color: #454545;
    line-height: 22px;
}

.locationSection .leftPanel {
    width: 38%;
    float: left;
    padding-top: 8px;
}

.locationSection .rightPanel {
    float: left;
    width: 62%;
    height: 227px;
    background: #eeeeee;
    background-size: cover;
}

.nav1 div {
    height: 20px;
    width: 20px;
    border: 0px;
    margin-top: 15px;
    background-size: cover;
}

.nav1:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #5e5e5e;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
}



.navbar-collapse {
    max-height: 540px;
}

.item {
    white-space: nowrap;
}

#universalBar {
    margin: 0;
    padding: 0;
    background-image: url("../img/topstripe_background.png");
    background-repeat: repeat-x;
}

#universalBarMenu {
    padding-left: 0px;
}

#universalBarMenu ul {
    padding: 0px;
    margin: 0px;
}

#universalBarMenu ul li {

    display:block;
    float:left;

    list-style-type:none;
}

#universalBarMenu ul li a {
    display:block;
    height:53px; width:65px;
    background: url("../img/topstripe_unselected.png") no-repeat 0 0;
    font-size: 9px;
    text-align: center;
    color: #656565;
    padding-top: 5px;
    padding-left:2px;
    padding-right:2px;


}
#universalBarMenu ul li a img{
    margin-top: 0px;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 5px;
    padding-left: 5px;
}
#universalBarMenu ul li a:hover
{
    background: url("../img/topstripe_selected.png") no-repeat 0 0;
    color: #656565;

}
#universalBarMenu ul li a:visited
{

    color: #656565;

}
#universalBarMenu ul  li#universalBarCurrent a{
    height:53px; width:63px;
    background: url("../img/topstripe_current.png") no-repeat 0 0;
}
#universalBarMenu ul  li#universalBarCurrent a:hover{
    background: url("../img/topstripe_current.png") no-repeat 0 0;
}


#universalBarMenu #universalBarMenuRight  li a{
    display:block;
    background-image: none;
    text-align: center;
    vertical-align: middle;
    color: #656565;
    margin-top:10px;
    margin-left:5px;
    width:25px;
}
#universalBarMenu #universalBarMenuRight  li a:hover {
    color: #ccc;
}
#universalBarHotText  {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
    padding-top: 0px;
}
#universalBarHotText h1 {
    margin: 0;
    margin-top:15px;
    font-size: 16px;
    color: #5e5e5e;
}
#universalBarHotText p {
    margin: 0px;
    line-height:12px;
    font-size: 12px;
}

#universalBarSocial ul {
    padding: 0px;
    margin: 0px;
    color: #333333;
    float: right;
    margin-top: 10px;
}

#universalBarSocial ul li {

    display:block;
    float:left;

    list-style-type:none;
}
#universalBarSocial  ul li a {
    display:block;
    width: 30px;

    text-align: center;
    color: #444;
}
#universalBarSocial ul li a:hover {
    color: #ccc;
}
#universalBarSocial ul li a:visited {
    color: #444;
}
h2.panel-title {
    font-family: 'Old Standard TT', serif;
}
.panel-title > a{
    color: #5e5e5e;

}
.panel-title > a:hover   {
    text-decoration: none;
    color: #111;
}
.myshadow {
    padding-left: 0px;

    background: #fff;
    margin-top: 0;
    -moz-box-shadow:10px 5px 15px rgba(0,0,0,.5);
    -webkit-box-shadow:10px 5px 15px rgba(0,0,0,.5);
    box-shadow: 10px 5px 15px rgba(0,0,0,.5); /*10px is horizontal offset, 5px is vertical offset, 15px is blur radius and rgba(0,0,0,.5) is shadow color*/
    margin-bottom: 30px;
}

.bx-wrapper .bx-caption span {
    font-size: 1em;
    padding: 10px;
    margin-bottom:10px;
}
.panel-title {

}
.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
}
.partners {
    color:#555;
}

.rockaway-riis {
    background-color: green !important;
}
.jones-moses {
    background-color: yellow !important;
}
.storm-king {
    background-color: red !important;
}
.camping-hiking {
    background-color: blue !important;
}
.event {
    width: 20px;
    height: 20px;
    border-radius: 0px !important;
}
.event-node {
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding-top: 5px;
}
.event-node-first {
    margin-top: 5px;
    padding-top: 5px;
}
.event-node img, .event-node-first img {
    margin-right:10px;
}
.events-list {
    font-size: 11px;
    text-align: left;
}
.purchase_form {
    position: relative;
    height: 1000px;
    width: 750px;
    z-index: 180;
    border-style: solid;

}
.control-label {
    text-align: left !important;
    margin-left: 0px !important;
}
.radio {
    text-align: left;
}

.depad-images {
    margin: -15px !important;
}
.depad-images p {
    margin: 15px !important;
}
.photo-div {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 10px !important;
}
#map_canvas {
    margin: 0;
    padding: 0;
    height: 300px;
    border: 1px solid #ccc;
}
.embed-responsive
{
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
}

.embed-responsive.embed-responsive-16by9
{
    padding-bottom: 56.25%
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object
{
    border: 0 none;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.highlight {
    color: red;
}
iframe.map {
    margin-bottom: 10px;

    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;

    -moz-box-shadow: 4px 4px 14px #000;
    -webkit-box-shadow: 4px 4px 14px #000;
    box-shadow: 4px 4px 14px #000;
}
