/* ------------------- Fonts ------------------- */

@font-face {
    font-family: 'Gibson';
    src: url('//d2umhuunwbec1r.cloudfront.net/fonts/gibson/Gibson-Regular.eot');
    /* IE9 Compat Modes */
    
    src: url('//d2umhuunwbec1r.cloudfront.net/fonts/gibson/Gibson-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/gibson/Gibson-Regular.woff') format('woff'),
    /* Modern Browsers */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/gibson/Gibson-Regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/gibson/Gibson-Regular.svg#bb4fbf86d689ca03dd32847e97000d9e') format('svg');
    /* Legacy iOS */
    
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'GibsonBold';
    src: url('//d2umhuunwbec1r.cloudfront.net/fonts/gibson/Gibson-Bold.eot');
    /* IE9 Compat Modes */
    
    src: url('//d2umhuunwbec1r.cloudfront.net/fonts/gibson/Gibson-Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/gibson/Gibson-Bold.woff') format('woff'),
    /* Modern Browsers */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/gibson/Gibson-Bold.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/gibson/Gibson-Bold.svg#54530b27eb950d30f06b883889356356') format('svg');
    /* Legacy iOS */
    
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Museo Slab 700';
    src: url('//d2umhuunwbec1r.cloudfront.net/fonts/museo_slab/Museo_Slab_700.eot');
    /* IE9 Compat Modes */
    
    src: url('//d2umhuunwbec1r.cloudfront.net/fonts/museo_slab/Museo_Slab_700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/museo_slab/Museo_Slab_700.woff') format('woff'),
    /* Modern Browsers */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/museo_slab/Museo_Slab_700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/museo_slab/Museo_Slab_700.svg#8a3cfc6bc4fcac96c5c1b9e5e7d4b0a0') format('svg');
    /* Legacy iOS */
    
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Museo Slab 900';
    src: url('//d2umhuunwbec1r.cloudfront.net/fonts/museo_slab/Museo_Slab_900.eot');
    /* IE9 Compat Modes */
    
    src: url('//d2umhuunwbec1r.cloudfront.net/fonts/museo_slab/Museo_Slab_900.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/museo_slab/Museo_Slab_900.woff') format('woff'),
    /* Modern Browsers */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/mmuseo_slabuseo/Museo_Slab_900.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('//d2umhuunwbec1r.cloudfront.net/fonts/museo_slab/Museo_Slab_900.svg#9f7096d3ce6d5c733eae8f58eab65d8f') format('svg');
    /* Legacy iOS */
    
    font-style: normal;
    font-weight: 400;
}
/* ------------------- General Styling ------------------- */

* {
    font-family: 'Gibson', sans-serif;
}
h1,
h2,
h1 strong,
h2 strong {
    font-family: 'Museo Slab 700', serif;
    font-weight: 700;
}
/* tighten up headings */
h1 {
    letter-spacing: -.03em;
}
h3,
h4,
h5,
h6,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-family: 'GibsonBold', serif;
}
h4 a {
    font-family: 'GibsonBold', serif;
    font-size: 18px;
}
h5, .h5 {
    font-size:17px;
}
p {
    font-size: 16px;
}
strong,
b {
    font-family: 'GibsonBold', serif;
}
a {
    text-decoration: none;
}
a:hover {
    /*font-weight: bold;*/
    text-decoration: none;
}
ul,
ol {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 30px;
    line-height: 1.6em;
}
hr {
    clear: both;
}
.clear {
    clear: both;
}
/* ------------------- Carousel Styling ------------------- */

.carousel {
    margin-top: -60px;
    overflow: hidden;
    width: 100%;
}
.carousel-inner {
}
.carousel-caption {
    background-color: rgba(0, 0, 0, .5);
    z-index: 10;
    padding: 0 0 10px 25px;
    color: #fff;
    text-align: left;
    display: none;
    /* Remove when captions are enabled  */
}
.carousel-indicators {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    margin: 0;
    padding: 0 25px 25px 0;
    text-align: right;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.carousel-caption {
    background: none;
}
.carousel img {
    width: 100%;
}
/* ------------------- Hpark attention banner styling ------------------- */
.attention {
    border: 3px solid #e4a23b; 
    margin: -30px 0 15px 0; 
    text-align:center; 
    background-color:#e4c28c;
    display: none;
} 
.attention h4 {
    color:#fff;
}
.attention h4 a {
    text-decoration: underline; 
}
/* ------------------- Header Styling ------------------- */

.header {
    background: transparent url(../img/park-navigation-bg.png) bottom center repeat-x;
    margin-bottom: -60px;
    position: relative;
    z-index: 1000;
    min-height: 230px;
}
.mainContent {
    background: transparent url(../img/park-content-bg.png) top center repeat-x;
    margin-top: -55px;
    position: relative;
    /*padding-top: 135px;*/
    padding-top: 100px;
    padding-bottom: 60px;
}
.mainBody p a {
    text-decoration: underline;
}
.topBar {
    background-image: url(../img/topbar-bg.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    padding: 5px 0;
    color: #fff;
}
.topBar .right {
    text-align: right;
}
.topBar a {
    color: #fff;
    padding: 0px 5px;
}

.logo img {
    width: 330px;
    padding: 20px 0;
    max-height: 100px;
}
/*------ Navigation ------*/

.navbar {
    margin-bottom: 0px;
}
.navbar-header {} 
.navbar li a {
    font-family: 'Museo Slab 700', serif;
    font-size: 18px;
    /*color: #481800;*/
    padding: 10px 10px;
    text-transform: uppercase;
}
.nav>li>a:focus, .nav>li>a:hover {
    font-weight: normal;
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{
  @media {
    _::-webkit-full-page-media, _:future, :root.navbar li a  {
 
      letter-spacing: -1px !important;
     
    }
  }
}

@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0)
{
  @media {
    .safari_only {
        color:#0000FF;
        background-color:#CCCCCC;
    }
  }
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
}
.navbar {} .parkSort {
    background-color: #9f3b00 !important;
}
.navbar-default {
    color: #fff;
    background-color: #ccc6c6;
    border-color: #aca1a2;
}
.dropdown-menu {
   /* background-color: #481800;*/
    -webkit-transition: all 0.4s ease;
    transition: background-color 0.4s ease;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-right .dropdown-menu {
    right: auto;
}
.navbar li ul li a {
    display: block;
    padding: 6px 20px 4px;
    clear: both;
    font-weight: normal;
    /*line-height: 1.428571429;*/
    line-height: 1.1;
    color: #fff;
    white-space: normal;
    font-size: 14px;
}
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}
.navbar-nav .open .dropdown-menu {
    /*background: #481800;*/
}
@media (max-width: 768px) {
    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
}
/* ------------------- Row Styling ------------------- */

.second.row {
    margin-top: 40px;
    margin-bottom: 40px;
}
/* ------------------- Featured Articles Styling ------------------- */

.article {
    margin-bottom: 40px;
}
.article h2 {
    /*border-bottom: 3px solid #481800;*/
    
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.article p {
    font-family: 'Gibson', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}
.article .contentImg img {
    border: 5px solid #d9c69e;
    width: 100%;
}

/* ------------------- Park Hour Styling ------------------- */

.parkInformation {
    text-align: center;
}
/* ------------------- Feature Progams Styling ------------------- */

.featureBox1,
.featureBox2 {
    min-height: 340px;
    background-position: center top;
    background-size: cover;
}
/*--- Hover effect ---*/

.hovereffect {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hovereffect:hover .overlay {
    background-color: rgba(0, 0, 0, 0.8);
}
.hovereffect img {
    display: block;
    position: relative;
}
.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 25px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hovereffect:hover h2 {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}
.hovereffect .info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    margin: 15px;
    padding: 5%;
    font-size: 14px;
}
.hovereffect a {
    color: #fff;
    border: 3px solid #fff;
    padding: 5px 16px;
    border-radius: 0px;
}
.hovereffect a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, .8);
}
.hovereffect:hover .info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}
/* ------------------- Quick Link Styling ------------------- */

.quickLink {
    margin-bottom: 20px;
}
.quickLink a {
    font-family: 'Museo Slab 700', serif;
    font-size: 18px;
    padding: 20px 0;
    text-align: center;
    display: block;
    transition: background-color .5s ease;
}
.quickLink a:hover {
    font-family: "Museo Slab 700";
    text-decoration: none;
    background-color: rgba(241, 213, 155, .15);
}
.homepageContent {
    margin:-40px 0 40px 0;
}
/* ------------------- Image Caption ------------------- */

.captionRight {
    margin-left: 15px;
    margin-top:8px;
    float: right;
    color: gray;
}
.captionLeft {
    margin-right: 15px;
    margin-top:8px;
    float: left;
    color: gray;
}
.img-caption {
    display: block;
    text-align: center;
    margin: 0px;
    padding: 5px 0;
    font-size: 14px;
}
/* ------------------- Calendar Styling ------------------- */

.eventArea div.fadeBottom {
    position: absolute;
    width: 100%;
    height: 80px;
    z-index: 200;
    top: 446px;
    background: TRANSPARENT;
    background: -webkit-linear-gradient( rgba(255, 255, 255, 0), rgba( 255, 255, 255, 1));
    background: -o-linear-gradient( rgba(255, 255, 255, 0), rgba( 255, 255, 255, 1));
    background: -moz-linear-gradient( rgba(255, 255, 255, 0), rgba( 255, 255, 255, 1));
    background: linear-gradient( rgba(255, 255, 255, 0), rgba( 255, 255, 255, 1));
}
.featuredImg {
    margin-top: 5px;
    margin-right: 15px;
    float: left;
    margin-bottom: 10px;
    max-width: 300px;
}
ul.scroller {
    height: 460px;
    overflow: scroll;
}
li a {
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
}
.eventList {
    list-style: none;
    margin: 0;
    padding: 0 15px 0 15px;
}
.moreDown {
    font-size: 36px;
    margin: -6px 0 0 0;
    padding: 0;
    text-align: center;
    opacity: .2;
}
.eventDate {
    padding: 25px;
}
.eventDate .diamond {
    background-color: #4789b9;
    text-align: center;
    height: 49px;
    width: 49px;
    line-height: 21px;
    margin-left: -15px;
    -ms-transform: rotate(45deg);
    /* IE9 */
    
    -moz-transform: rotate(45deg);
    /* FF3.5/3.6 */
    
    -o-transform: rotate(45deg);
    /* Opera 10.5 */
    
    -webkit-transform: rotate(45deg);
    /* Saf3.1+ */
    
    transform: rotate(45deg);
    /* Newer browsers */
    
    filter: progid: DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
    /* IE6,IE7, but produces nasty results, so I disabled it */
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
    /* IE8 */
}
.eventDate .holder {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: none !important;
    -ms-transform: rotate(-45deg);
    /* IE9 */
    
    -moz-transform: rotate(-45deg);
    /* FF3.5/3.6 */
    
    -o-transform: rotate(-45deg);
    /* Opera 10.5 */
    
    -webkit-transform: rotate(-45deg);
    /* Saf3.1+ */
    
    transform: rotate(-45deg);
    /* Newer browsers */
    
    text-align: center;
    padding: 10px 0px;
}
.eventDate span {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    display: block;
    line-height: 17px;
}
.month {
    font-weight: 700;
    font-size: 19px;
}
.date {
    font-size: 19px;
}
.vertCenter {
    padding: 25px 0 0 10px;
}
.eventInfo h3 {
    margin: 0px;
    font-size: 18px;
}
.eventInfo h4 {
    margin: 0px;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    color: #4486b6;
    font-weight: 300;
}
.eventInfo h4 span {
    font-family: 'Oswald', sans-serif;
}
/* Corner Ribbon Styling */
/* The ribbons */

.corner-ribbon {
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/* Custom styles */

.corner-ribbon.sticky {
    position: fixed;
}
.corner-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
/* Different positions */

.corner-ribbon.top-left {
    top: 25px;
    left: -50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.corner-ribbon.top-right {
    top: 25px;
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.corner-ribbon.bottom-left {
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.corner-ribbon.bottom-right {
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/* Colors */

.corner-ribbon.white {
    background: #f0f0f0;
    color: #555;
}
.corner-ribbon.black {
    background: #333;
}
.corner-ribbon.grey {
    background: #999;
}
.corner-ribbon.blue {
    background: #39d;
}
.corner-ribbon.green {
    background: #2c7;
}
.corner-ribbon.turquoise {
    background: #1b9;
}
.corner-ribbon.purple {
    background: #95b;
}
.corner-ribbon.red {
    background: #e43;
}
.corner-ribbon.orange {
    background: #e82;
}
.corner-ribbon.yellow {
    background: #ec0;
}
/* ------------------- Top Banner Styling ------------------- */
.topBanner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
/* ------------------- Alt Page Ribbon Styling ------------------- */
.altPageRibbon {
    padding: 0px 6px;
    position: fixed;
    bottom: 8%;
    right: 0%;
    z-index: 1000;
    font-size: 2em;
    border-radius: 50px 0px 0px 50px;
    -moz-border-radius: 50px 0px 0px 50px;
    -webkit-border-radius: 50px 0px 0px 50px;
    margin-right: -122px;
    transition: margin-right 250ms ease-in-out;
}
#carousel{
    bottom: 50%;
}
.altPageRibbon:hover {
   margin-right: 0px;
   transition: all 1000ms ease;
}
.altPageRibbon a {
    color: #fff;
    opacity: .6;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.altPageRibbon a:hover {
    opacity: 1;
    text-decoration: none;
    color: #fff;
}
.altPageRibbon span {
    vertical-align: text-bottom;
    font-size: .75em !important;
}
/* ------------------- Featured Panel Styling ------------------- */

.featureMiniBox {
    width: 100%;
    min-height: 160px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}
.featureMiniBox a {} .featureMiniBox i {
    font-size: 50px;
}
.featureWeatherBox {
    text-align: center;
}
/* ------------------- Featurette Styling -------------------- */

.footer-feature {
    position: relative;
    padding: 40px 0;
    color: #fff;
    margin-top: 40px;
}
.footer-feature a {
    color: #fff;
    border: 3px solid #fff;
    padding: 5px 16px;
    text-align: right;
    border-radius: 0px;
    float: right;
}
.footer-feature h3:after {
    border-top: 3px solid #fff;
    content: " ";
    width: 40%;
    display: block;
    margin-top: 10px;
}
.footer-feature:before {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, .5);
}
.footer-feature a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, .8);
}
.interior-page .mainContent {
    padding-top: 75px;
    padding-bottom: 75px;
}
.footer-feature h3 {
    color: #fff;
}
.footer-feature .videoEmbed iframe {
    width: 100%;
}
/* ------------------- parkSection Styling ------------------- */

.parksSection {
    padding: 20px;
    background-image: url(../img/textureBG.png);
}
.slideToggle {
    display: none;
    padding-bottom: 20px;
}
.parksSection ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 24px;
    font-size: 16px;
}
.parksSection a {
    color: #fff;
}
.parksSection a:hover {
    color: #2a85b8;
}
.parksSection h3 {
    text-align: center;
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
    cursor: pointer;
    transition: opacity .3s ease;
}
.parksSection h3:hover {
    opacity: .8;
    transition: opacity .3s ease;
}
.parksSection h3.open .caret {
    border-top: none;
    border-bottom: 4px solid #fff;
}
.topBanner img {
    width: 100%;
}
/* ------------------- Table Styling ------------------- */

table {
    width: 100%;
}
table caption {
    font-size: 15px;
    font-family: 'Museo Slab 700', serif;
    color: #000;
}
table tr td {
    padding: 5px;
}
table th {
    font-size: 15px;
    font-family: 'Museo Slab 700', serif;
    padding: 5px 10px;
    border-bottom: 3px solid #000;
}
thead,
tbody {
    border: 1px solid #000;
}
/* ------------------- Tab Styling ------------------- */

.tabs {
    zoom: 1;
    position: relative;
    height: auto;
}
.tabs:after,
.tabs:before {
    content: "";
    display: table;
}
.tabs:after {
    clear: both;
}
.tabs .tabSection {
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none;
    padding: 15px 20px;
}
.tabs .tabSection:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 600px) {
    .tabs .tabSection {
        position: relative;
        width: 20%;
        height: 20%;
        display: block;
    }
}
.tabs .tabContent {
    zoom: 1;
    position: relative;
    height: auto;
    min-height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left: none;
    display: none;
}
.tabs .tabContent:after,
.tabs .tabContent:before {
    content: "";
    display: table;
}
.tabs .tabContent:after {
    clear: both;
}
@media screen and (min-width: 600px) {
    .tabs .tabContent {
        position: absolute;
        width: 80%;
        right: 0;
        top: 0;
        padding: 15px 30px;
    }
}
.tabs .active {
    cursor: default;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: none;
}
@media screen and (min-width: 600px) {
    .tabs .active {
        background: rgba(0, 0, 0, 0);
        border-right: 1px solid rgba(0, 0, 0, 0);
    }
}
.tabs .active + .tabContent {
    display: block;
}
/* ------------------- Tour Styling ------------------- */

.tour {
    border: 1px solid #000;
    padding: 10px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
/* ------------------- Inner Page Styling ------------------- */

h1 + div.border {
    margin-top: 0px;
}
p + h2,
p + h3,
p + h4,
ol + h2,
ol + h3,
ol + h4,
ul + h2,
ul + h3,
ul + h4,
div.border + h2,
div.border + h3,
div.border + h4,
div.border + p {
    margin-top: 40px;
}
/* -------------------- CK Editor Styles -------------------- */
/*Styling floated images via CKEditor*/

img[style*="left"] {
    margin: 0 20px 20px 0;
}
img[style*="right"] {
    margin: 0 0 20px 20px;
}
iframe[style*="left"] {
    margin: 0 20px 20px 0;
}
iframe[style*="right"] {
    margin: 0 0 20px 20px;
}
/* ------------------- newsletter Styling ------------------- */

.newsletterSignup {
    background-image: url(../img/textureBG.png);
    background-color: #82A042;
    padding: 20px;
    color: #fff;
}
.newsletterSignup .form {
    padding: 20px;
} 
.newsletterSignup h2 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 86px;
}
.newsletterSignup input {
    height: 40px;
    border: none;
    margin: 0px;
    width: 75%;
    color: #532417;
    padding: 0 20px;
}
.newsletterSignup button {
    background-color: #C34511;
    border: none;
    margin: 0px -5px;
    width: 25%;
    padding: 10px;
    text-transform: uppercase;
}
/* ------------------- SubFooter Styling ------------------- */

.subFooter {
    background-image: url(../img/textureBG.png);
    background-color: #4e0115;
    color: #fff;
    padding: 50px;
}
.subFooter a,
.subFooter p {
    color: #fff;
    font-size: 14px;
}
.subFooter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.subFooter h4 {
    margin-top: 20px;
}
.subFooter h4 a,
.subFooter h4 a:hover {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}
.subFooter h5,
.subFooter h5 a {
    font-family: 'GibsonBold', sans-serif;
    color: #fff;
    font-size: 16px;
}
.subFooter .social .fa {
    letter-spacing: 12px;
}
/* ------------------- Footer Styling ------------------- */

.footer {
    background-image: url(../img/textureBG.png);
    background-color: #230009;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.footer a {
    color: #fff;
}
#footerLogo {
    width: 40%;
    margin-top: 12px;
}
/* ------------------- Media Queries Styling ------------------- */
/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}
/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {


}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */

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

    .eventInfo h4 span {
        display: none;
    }
    .eventInfo h3 {
        margin: 0px;
        font-size: 14px;
    }
    .button {
        background-size:100%;
        font-size: 18px;
        padding: 13px;
    }
    .leadBtnRow div {
        padding: 36px 10px 40px 10px;
        line-height: 10px;
    }
    .leadBtnRow h3 {
        font-size: 26px;
    }
    .featurePanel .button {
        background-size: 63%;
    }
    .eventDate {
        padding: 0;
    }
    .eventDate .diamond {
        margin-left: 0;
    }
    .vertCenter {
        padding: 10px 0 0 10px;
    }
    .leadBtnRow {
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        margin-top: -50px;
        margin-bottom: 0px;
    }
    .collapse.in {
        margin-bottom: 60px;
        !important;
    }
    .navbar-nav .open .dropdown-menu {
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu>li>a:hover {
        background-image: none;
    }
}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    /* Stop list scrolling on mobile */
    ul.scroller {
        height: 100%;
        overflow: visible;
    }
    .fadeBottom, .moreDown {
        display: none;
    }
    li.event {
        padding-left: 0 !important;
    }
    .topBar .social {
        display: none;
    }
    .navbar li a {
        font-size: 16px;
    }
    .header {
        background: none;
        min-height: 250px;
    }
    .altPageRibbon {
        bottom:30%;
    }
    .topBanner img {
        width: 100%;
    }
    .mainContent {
        background: none;
    }
    .homepageContent {
        margin:-10px 0 20px 0;
    }
    .interior-page .mainContent {
        padding-top: 90px;
        padding-bottom: 75px;
    }
    .weatherBoxWrapper {
        content: " ";
        clear: both;
        margin-top: 20px;
    }
    .featureBox1,
    .featureBox2 {
        margin-bottom: 20px;
    }
    .hovereffect img {
        width: 100%;
    }
    .featureBox1,
    .featureBox2 {
        min-height: auto !important;
    }
    .featureBox1 .info p,
    .featureBox2 .info p {
        font-size: 11px;
    }
    .quickLinkWrapper {
        margin-top: 20px;
    }
    .mainContent {
        padding-top: 95px;
    }
    .carousel-caption {
        display: none;
    }
    .navbar .container {
        width: 100%;
    }
    .parkInformation {
        margin-top:20px;
    }
    .mainContent {
        padding-bottom:20px;
    }
    .newsletterSignup input {
        width:70%;
    }
    .eventArea h2 {
        padding: 30px 0 10px 0 !important;
    }
    li.event:hover {
        background-color: #FFF !important;
    }
}
/* iPad Portrait*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* STYLES GO HERE */
}
/* iPhone 5  */
/* Portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {}
/* ----------- iPhone 6 ----------- */
/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .leadBtnRow h3 {
        font-size: 21px !important;
    }
    .leadBtnRow div {
        padding: 33px 10px 18px 10px !important;
        line-height: 10px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 885px) {
    
    .header {
        min-height: 185px;
        background: none;
    }
    #navbar {
        /*      margin-top: 27px; */
    }
    .topBanner img {
        width: 100%;
    }
    #navbar a {
        text-align: center;
    }
    .navbar-toggle {
        margin-top: 45px;
    }
    .topBar .right,
    .topBar {
        text-align: center;
    }
    .logo img {
        float: left;
        padding: 20px;
    }
    #navbar {
        position: absolute;
        right: 0px;
        left: 0px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-top: 31px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding: 10px;
    }
    .collapse.in {
        display: block !important;
    }

}
/* Small Devices, Tablets */

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

    .header {
        min-height: 185px;
    }
    .topBanner img {
        width: 100%;
    }
    #navbar {
        /*      margin-top: 27px; */
    }
    #navbar a {
        text-align: center;
    }
    .navbar-toggle {
        margin-top: 31px;
    }
    .topBar .right,
    .topBar {
        text-align: center;
    }
    .logo img {
        float: left;
        padding: 20px;
    }
    #navbar {
        position: absolute;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .mainContent {
        background: none;
    }
    .featurePanel {
        text-align: center;
    }
    .featurePanel img {
        float: none;
        width: 30%;
    }
    .featurePanel .button {
        width: 61%;
        padding: 12px;
        margin: auto;
    }
    .eventArea .button {
        width: 42%;
        margin: auto;
    }
    /*.eventArea h2 {
        text-align: center;
    }*/
    .featurePrograms .button {
        background-size: 70%;
    }
    .articleArea .button {
        width: 52%;
        margin: auto;
        font-size: 18px
    }
    .leadBtnRow {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .leadBtnRow h3 {
        font-size: 30px;
    }
    .leadBtnRow div {
        padding: 52px 10px 52px 10px;
        line-height: 10px;
    }
    .featurePrograms,
    .parksSection,
    .subFooter {
        text-align: center;
    }
    #footerLogo {
        width: 20%;
    }
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .newsletterSignup h2 {
        line-height: 32px;
    }
    .newsletterSignup label {
        text-align: center;
        display: block;
    }
    .newsletterSignup button,
    .newsletterSignup input {
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .navbar {
        padding-bottom: 65px;
    }
    #navbar {
        margin-top: 5px;
    }
    .featuredImg {
        max-width:100%;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
    .topBanner img {
        width: 100%;
        margin-top:0px;
    }
    .header {
        min-height: 165px;
        max-height: 185px;
    }
    .subfooter a,
    .subfooter p {
        font-size: 16px;
    }
    #footerLogo {
        width: 40%;
    }
    .logo img {
        float: left;
        padding: 10px 10px 0 10px;
        -webkit-transition: all 0.4s ease-in-out;
    }
    .hovereffect .info {
        opacity: 1 !important;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.4s ease-in;
    }
    .overlay {
        background-color: rgba(0, 0, 0, 0.5) !important;
    }
    .hovereffect p {
        font-size: 13px;
    }
    .hovereffect h2 {
        transform: translateY(5px);
    }
    .logo img {
        max-width: 210px;
        max-height: 55px;
        margin: 0px;
    }
    .header {
        background: none;
    }
    .mainContent {
        background: none;
    }
    .mainContent p a {
        text-decoration: underline;
    }
    .interior-page .mainContent {
        padding-top: 105px;
        padding-bottom: 75px;
    }
    .icon {
        width: auto !important;
        height: auto !important;
    }
    .mainContent iframe {
        width: 100%;
        height: 100%;
    }
    .mainContent img {
        width: 100%;
        height: 100%;
    }
    .featurePanel {
        text-align: center;
    }
    .eventArea .button {
        width: 80%;
        margin: auto;
    }
    .featurePanel .button {
        width: 100%;
        margin: auto;
        padding: 12px;
    }
    .featurePanel img {
        float: none;
        width: 50%;
    }
    .vertCenter {
        padding: 10px 0 0 30px;
    }
    .articleArea .button {
        width: 81%;
        margin: auto;
    }
    .newsletterSignup h2 {
        color: #fff;
        font-size: 17px;
        text-align: center;
        line-height: 26px !important;
    }
    .featurePrograms,
    .parksSection,
    .subFooter {
        text-align: center;
        font-size: 16px;
    }
    .featurePrograms h3,
    .programTitle {
        height: auto;
    }
    .featurePrograms .button {
        margin-bottom: 30px;
    }
    .eventArea .button {
        background-size: 100%;
        font-size: 22px;
        margin-top: 20px;
    }
    .leadBtnRow {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .leadBtnRow h3 {
        font-size: 22px;
    }
    .leadBtnRow div {
        padding: 33px 10px 33px 10px;
        line-height: 10px;
    }
    .footer,
    .subFooter {
        font-size: 14px;
    }
}
/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    /*
    html {
        border: 5px solid yellow;
    }
*/
}
