﻿/*SITE WIDE*/

body {
    /*padding-top: 150px;*/
    padding-top: 60px;
    /*Padding 60px for normal operation, 150px for Christmas bells*/
    font-family: 'roboto condensed';

    font-weight: 300;
    font-size: 16px;
    -webkit-tap-highlight-color: #ccc; /*Enables a background color when touched on iOS*/
}


/*Cookie Consent Style Overrides*/
.cc_container {
    background:  rgba(56, 126, 210, 0.90) !important;
    padding:10px 30px 10px !important;
}

.cc_container a {
    color:black !important;
}
/*END Cookie Consent Style Overrides*/

b,
strong {
  font-weight: 400;
}

.hundredpercentwidth
{
    width:100%;
}

.clear-tap-highlight{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.00);
}

.sticky {
    position: fixed;
    top: 60px;
}

.previous {
    font-weight: bold;
}

.next {
    font-weight: bold;
}

.fillheight {
    height: 100%;
}


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background: rgba(56, 126, 210, 0.95);
}



/*HEADER LOGO START*/
.default-brand-logo {
    background-image: url(/images/header/wdwmagic_header_logo_117x44.png);
    background-size: 117px 44px;
    height: 44px;
    width: 117px;
}


@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

    .default-brand-logo {
        background-image: url(/images/header/wdwmagic_header_logo_retina_234x88.png);
        background-size: 117px 44px;
        height: 44px;
        width: 117px;
    }
}
/*HEADER LOGO END*/


h1, h2, h3, h4, h5, h6 {
  
    font-family: 'roboto condensed';
 
    font-weight: 300;
  
}

h4 {
    line-height:1.3;
}

.page-header {
    margin-bottom: 0px;
    margin-top: 30px;
    border-bottom-width: 0px;
    padding-bottom: 0px;
}


a {
    text-decoration: none;
    color: #176093;
}

    a:hover {
        color: #176093;
        text-decoration: underline;
    }


    .link-color
    {
        color: #176093;
    }

.btn-default {
    background-image: none;
}

.btn
{
    border-radius:0px;
}

.carousel-inner > .item > img {
    margin: 0 auto;
    max-height: 900px;
}


.carousel a {
    color: white;
}


.carousel-caption h2 {
    /*background: rgba(56, 126, 210, 0.5);*/
    background:rgba(3, 0, 0, 0.51);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}


.clear-top-margin {
    margin-top: 0 !important;
}


.clear-bot-margin {
    margin-bottom: 0;
}

.margin-5px-left {
    margin-left: 5px;
}

.margin-5px-right {
    margin-right: 5px;
}


.margin-10px-right {
    margin-right: 10px;
}

.margin-3px-top {
    margin-top: 3px;
}

.margin-5px-top {
    margin-top: 5px;
}


.margin-10px-top {
    margin-top: 10px;
}

.margin-10px-bot {
    margin-bottom: 10px;
}

.margin-15px-top {
    margin-top: 15px;
}

.margin-15px-left {
    margin-left: 15px;
}

.margin-20px-top {
    margin-top: 20px;
}


.margin-25px-top {
    margin-top: 25px;
}

.margin-30px-top {
    margin-top: 30px;
}

.margin-15px-bot {
    margin-bottom: 15px;
}


.margin-20px-bot {
    margin-bottom: 20px;
}

.margin-25px-bot {
    margin-bottom: 25px;
}

.padding-30px-top {
    padding-top: 30px;
}

.padding-5px-top {
    padding-top: 5px;
}

.padding-5px-bot {
    padding-bottom: 5px;
}


.padding-15px-top {
    padding-top: 15px;
}

.padding-15px-bot {
    padding-bottom: 15px;
}

.line-height-reduce
{
    line-height:130%;
}

.line-height-1
{
    line-height:100%;
}

.offcolor {
    background-color: #f7f7f7;
}

.offcolor-blue {
    background-color: #F0F7FC;
}

.thumb-only
{
     color:darkgray;
    background-color:#fff;
     border-color:#ddd;
    border-style:solid;
    border-width:1px;
  
}

.thumb-withcount
{
    color:#333;
   background-color:#fff;
    border-color:#ddd;
    border-style:solid;
    border-width:1px;
}

.thumb-only:hover
{
    color:darkgray !important;
}

.thumb-withcount:hover
{
    color:#333 !important;
}

#cse-search-form {
    width: 250px;
    margin-top: 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.gsc-search-button {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.gsc-input {
    padding-right: 5px !important;
}

.gsc-control-searchbox-only, .gsc-input, .gsc-search-button, .gsc-search-button-v2, .gsib_a, .gsc-input, .gstl_50, .gsc-input-box, .gsc-search-box .gsc-search-box td, .gsc-search-box tbody, .gsc-search-box tr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input.gsc-input {
    font-size: 13px !important;
    margin-top: 4px !important;
    padding-bottom: 5px !important;
}

.gsc-input-box {
    height: 30px !important;
}

.gsib_a {
    padding-top: 1px !important;
}

.gsc-completion-container {
    position: fixed !important;
}

.nav-secondary-first {
    padding: 10px 15px;
    display: block;
}

.form-control {
    font-size: 18px;
}


.panel-right-300wide {
    width: 300px;
}


#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    /*bottom: -82px;*/
    bottom: -60px;
    right: 10px;
}

#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    /*bottom: 18px;*/
    bottom: 40px;
    right: 10px;
}



.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 10;
    background-color: #777777;
    /*background:rgba(56, 126, 210, 0.5);*/
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 15px;
    bottom: 120px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        background-color: #888888;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 0.5;
    }

    .scroll-top-wrapper i.fa {
        line-height: inherit;
    }




.spinner {
    height: 60px;
    width: 60px;
    margin: 0px auto;
    position: relative;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0,174,239,.15);
    border-right: 6px solid rgba(0,174,239,.15);
    border-bottom: 6px solid rgba(0,174,239,.15);
    border-top: 6px solid rgba(0,174,239,.8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}


.hide {
    display: none;
}


.panel-title a {
    /*Sets panel-title to be fully clickable across its entire area - used on left hand filters*/
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
}

.clear-right-padding {
    padding-right: 0;
}

.clear-left-padding {
    padding-left: 0;
}


.breadcrumb {
    text-transform: capitalize;

}


.border-top {
    border-top-width: 1px;
    border-top-color: darkgrey;
    border-top-style: solid;
}

.attribute-icon {
    padding-left: 3px;
    padding-right: 3px;
    top: 2px;
}



.popover {
    width: 300px;
}

.dim-image {
    opacity: 0.2;
  
}


.rating-stars {
    cursor: default !important;
}

.rating-container {
    cursor: default !important;
}

.star-rating {
    cursor: default !important;
}

.btn-link {
    color: #176093;
}

    .btn-link:hover {
        text-decoration: none;
        color: #176093;
    }



.adunit-header
{
    margin-top:10px;
    margin-bottom:20px;
}

.adunit-footer
{
    margin-top:30px;
    margin-bottom:30px;
}

.notice-mustread
{
    padding:5px;
}


.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}


.bs-callout-default-infopanel {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    /*margin-top: 0;
    margin-bottom: 10px;*/
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}


.bs-callout-warning {
    border-left-color: #f0ad4e;
}


.bs-callout-info {
    border-left-color: #5bc0de;
}


.bs-callout-purple {
    border-left-color: #5133AB;

}

.bs-callout-red {
    border-left-color: #c0392b;
  
}

.bs-callout-green {
    border-left-color:#16a085;
  
}

.bs-callout-lightpurple {
    border-left-color: #9b59b6;


}

.bs-callout-lightgreen {
    border-left-color: #27ae60;


}

.bs-callout-blue {
    border-left-color: #2980b9;

  
}

.bs-callout-orange {
    border-left-color: #d35400;

   
}

.bs-callout-yellow {
    border-left-color: #f1c40f;
   
}

.bs-callout-gray {
    border-left-color: #7f8c8d;
   
}


.background-purple {
    background-color: #5133AB !important;

}

.background-red {
   background-color: #c0392b !important;
  
}

.background-green {
    background-color:#16a085 !important;
  
}

.background-lightpurple {
    background-color: #9b59b6 !important;


}

.background-lightgreen {
   background-color: #27ae60 !important;


}

.background-blue {
    background-color: #2980b9 !important;

  
}

.background-orange {
    background-color: #d35400 !important;

   
}

.background-yellow {
    background-color: #f1c40f !important;
   
}

.background-gray {
    background-color: #7f8c8d!important;
   
}


.progress-bar-gray {
  background-color: #f1c40f;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 0px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.thumbnail .caption {
  padding-left: 0px;
  padding-right:0px;
  padding-top:4px;
  padding-bottom:0px;

}


.pager li > a
{
    border-radius:4px;
}

.badge
{
    border-radius:4px;
}

.dropdown-clear-rounded
{
    border-radius:0px !important;
}

.oneliner {
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}



.stack {
	margin: 0px auto;
	width: 60px;
	padding: 0;
	position: relative;
	max-width: 100%;
}

.stack img {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	outline: 1px solid transparent;

    width: 60px; height: 60px; border-top:0px solid white;
}

.stack-blank 
{
    opacity:0.2;
}

.stack img:last-child {
	position: relative;
}

.stack-queue {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.stack-queue.active {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

.stack-queue img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 50% -50%;
	transform-origin: 50% -50%;
}

.stack-queue.active img:first-child {
	-webkit-transform: scale(.85);
	transform: scale(.85);
}

.stack-queue.active img:nth-child(2) {
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

.stack-queue.active img:nth-child(3) {
	-webkit-transform: scale(.95);
	transform: scale(.95);
}





/* Side Grid */
.stack-sidegrid img:first-child,
.stack-sidegrid img:nth-child(2),
.stack-sidegrid img:nth-child(3) {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.stack-sidegrid img:nth-child(4) {
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.stack-sidegrid img:nth-child(3) {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.stack-sidegrid img:nth-child(2) {
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.stack-sidegrid img:first-child {
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.stack-sidegrid.active img {
	-webkit-transform: scale(0.48);
	transform: scale(0.48);
}


/*END SITE WIDE*/

/*PAGE SPECIFIC*/

.tile {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    min-height: 160px;
}

.title {
    margin-top: 0px;
}

.purple, .blue, .red, .orange, .green, .yellow, .lightgreen, .gray, .lightpurple {
    color: #fff;
}

.purple {
    background: #5133AB;
}

    .purple:hover {
        -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
    }

.lightpurple {
    background: #9b59b6;
}

    .lightpurple:hover {
        -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
    }


.red {
    background: #c0392b;
}

    .red:hover {
        -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
    }

.green {
    background: #16a085;
}

    .green:hover {
        -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
    }

.lightgreen {
    background: #27ae60;
}

    .lightgreen:hover {
        -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
    }


.blue {
    background: #2980b9;
}

    .blue:hover {
        -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
    }


.orange {
    background: #d35400;
}

    .orange:hover {
        -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
    }

.yellow {
    background: #f1c40f;
}

    .yellow:hover {
        -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
    }

.gray {
    background: #7f8c8d;
}

    .gray:hover {
        -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
    }

.linkcolor
{
    background-color:#176093;
}

.item01-inpage-nav {
    z-index: 999;
    background-color: #f5f5f5;
    width: 100%;
}


.item01-galleryimg-overlay {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    text-align: center;
    padding-right: 15px;
}

.item01-attr-icon
{
    color:darkgray;
}

.item01-attr-info-icon
{
    color:#176093;
}

.item05-galleryimg-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-right: 15px;
 
}

.item05-galleryimg-overlay a {
 
    
    
}

.item05_NewsDisplay-relatedcontent-section {
    border-bottom:0px solid #f5f5f5;
    margin-bottom:20px;
}



.item05_NewsDisplay-relatedcontent-section .thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 0px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.item05_NewsDisplay-relatedcontent-section .thumbnail .caption {
  padding: 0px;

}

/*.item05_NewsDisplay-latestgalleries-section-caption {
    position:absolute;
    bottom:4px;
    right:0;
    background:rgba(3, 0, 0, 0.51);
    padding-left:4px;
    padding-right:4px;
    margin-left:19px;
   margin-right:19px;
 margin-top:4px;
    color:#fff !important;
    z-index:2;
}

.item05_NewsDisplay-latestgalleries-section-caption-thumbnail {
    margin-bottom:0px;

}*/

.thumbnail-compact
{
    position:relative;
    margin-bottom:20px;
}
.thumbnail-compact > img,
.thumbnail-compact a > img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.caption-compact {
    position:absolute;
    bottom:0px;
    left:0;
    background:rgba(3, 0, 0, 0.40);
    padding-left:4px;
    padding-right:4px;
    margin-left:0px;
   margin-right:0px;
 margin-top:0px;
    color:#fff !important;
    z-index:2;
    width:100%;
}



.caption-compact-viewgallery-icon {
    /*display: none;*/
    opacity:0;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    
    font-size: 76px;
    color:#fff !important;
    
}

.caption-compact h4
{
    margin-bottom:0px;
}


.caption-compact a {

    color:#fff !important;

}

.item03_GalleryDisplay-caption {
    padding:9px !important;
}


.item03_GalleryDisplay-thumbnail {

  border: 1px solid #ddd;

}

.item03_GalleryDisplay-thumbnail .caption {
  padding: 0px;

}



.default-today-parkicon {
    padding-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}


.default-ontheforums h3 {
    margin-top: 0px;
}

.default-ontheforums-signins {
    width: 300px;
    margin-bottom: 10px;
}


p.rssincl-itemtitle {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #333;
    padding-bottom: 0px;
    padding-left: 0px;
    background-size: 12px 11px;
    background-repeat: no-repeat;
    background-position: left center;
}


p.rssincl-itemdate {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    padding-left: 0px;
    display: none;
}

p.rssincl-itemauthor {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #333;
    font-size: 13px;
  
   
    font-weight: 300;
  
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    margin-left: 0px;
    display: none;
}

.rssincl-entry {
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    border-bottom: 0px solid #f5f5f5;
}

.default-today-dataitem {
    font-size: 12px;
    color: #176093;
}


.default-today-dataitemcurrent {
    color: #176093;
    padding-top: 5px;
}


.default-news-secondary .jumbotron {
    padding-top: 0px;
    padding-bottom: 0px;
}

/*Remove indent on bullet list*/
.default-ontheforums ul, .default-ontheforums li {
    margin-left: 10px;
    padding: 0;
    list-style-type: circle;
}

.default-footer
{
    background: rgba(56, 126, 210, 0.1);
    border-top:solid;
    border-top-color:rgba(56, 126, 210, 1);
    border-top-width:2px;
    margin-top:30px;
}
.default-footer p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.default-footer {
    color: #333;
}

.default-footer a {
    color: #333;
}


.default-footer-socialicons {
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 0px;
    font-size: 16px;
}

.default-footer-disclaimer {
    font-size: 12px;
    color:#808080;
    text-align: center;
    padding: 10px;
}

.default-projects h3, .default-projects h4 {
    /*margin-top:0px;*/
}


.calendar01-month.table tr th {
    min-width: 100px;
}

.calendar01-scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.Item01-body {
  
     font-family: 'roboto condensed';
    line-height: 1.5;
    font-size:18px;
}

.Item05_NewsDisplay-article-body {
    
    font-weight:300;

     font-family: 'roboto';
 font-size:18px;
    line-height: 1.5;
    clear:both;
    border-bottom:1px solid #eee;
}

    .Item05_NewsDisplay-article-body h2 {
        clear: both;
        margin-top:30px;
    }

    .Item05_NewsDisplay-article-body ul {
        margin-bottom:30px;
    }

.Item05_NewsDisplay-article-body > p {
    
margin-bottom:20px;
clear:both;
}
  

.Item05_NewsDisplay-header-image
{
    max-width:100%;height:auto;
}

.Item05_NewsDisplay-article-image .thumbnail .caption {
    font-family:'roboto condensed';
    font-size:80%;
}

.Item05_NewsDisplay-article-image-fullwidth .thumbnail .caption {
    font-family:'roboto condensed';
    font-size:80%;
}

.Item05_NewsDisplay-article-image-fullwidth {
    padding-left: 0;
    padding-right: 0;
}

.Item05_NewsDisplay-article-image {
    /*padding-left: 0;
    padding-right: 0;*/
}




.generic01-body {

    font-family: 'roboto';
    line-height: 1.5;
    /*font-size:18px;*/
}



.Article02_Detail-article-body {
    
    font-weight:300;

     font-family: 'roboto';
 font-size:18px;
    line-height: 1.5;
    clear:both;
    padding-bottom:25px;
    border-bottom:1px solid #eee;
}

    .Article02_Detail-article-body h2 {
        /*clear: both;*/
        margin-top:30px;
    }

    .Article02_Detail-article-body ul {
        margin-bottom:30px;
    }

.Article02_Detail-article-body > p {
    
/*margin-bottom:20px;
clear:both;*/
}
  

.Article02_Detail-header-image
{
    max-width:100%;height:auto;
}

.Article02_Detail-article-image .thumbnail .caption {
    font-family:'roboto condensed';
    font-size:80%;
}

.Article02_Detail-article-image-fullwidth .thumbnail .caption {
    font-family:'roboto condensed';
    font-size:80%;
}

.Article02_Detail-article-image-fullwidth {
    padding-left: 0;
    padding-right: 0;
}

.Article02_Detail-article-image {
    /*padding-left: 0;
    padding-right: 0;*/
}






.Attractions01-listview h3 {
    margin-top: 0px;
}


.Calendar01-weekend {
    /*background-color: #F3F7FE;*/
     background-color: #F5FCFF;
}

.Calendar01-weekday {
    /*background-color: #F5FCFF;*/
    background-color:white;
}

.Calendar01-today {
    background-color:#fff2bf;
    
}


/*Clear top radius on screens with filters*/
.list-group {
    border-radius: 0;
}

/*Clear top radius on screens with filters*/
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.filter-list-group {
    margin-bottom: 0 !important;
}


.panel-group .list-group .list-group-item {
    border-radius: 0;
    border-left: none;
    border-right: none;
}

    .panel-group .list-group .list-group-item:last-child {
        border-bottom: none;
    }



/*NAVBAR*/

.navbar-primary.navbar-default {
    /*background: -webkit-linear-gradient(top,#7eace2 5px,#387ed2 20px);
    background: -moz-linear-gradient(top,#7eace2 5px,#387ed2 20px);*/
    /*background: #387ed2;*/
    background: rgba(56, 126, 210, 0.95);
    border-color: #E7E7E7;
    /*font-family: oswald;*/
    font-family: roboto condensed;
    font-weight: 700;
}


.yamm-content {
    padding-top: 0px;
    
}

.nav-list > ul > li > h5
{
    font-weight:400;
}

/* title */
.navbar-primary.navbar-default .navbar-brand {
    color: #FFFFFF;
    text-shadow: none;
    padding-top: 3px;
    padding-bottom: 0px;
}

    .navbar-primary.navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: #5E5E5E;
    }
/* link */
.navbar-primary.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    text-shadow: none;
}

    .navbar-primary.navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #333;
    }

.navbar-primary.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: yellow;
}

.navbar-primary.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #f5f5f5;
}
/* caret */
.navbar-primary.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}

.navbar-primary.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* mobile version */
.navbar-primary.navbar-default .navbar-toggle {
    border-color: #FFFFFF;
}

    .navbar-primary.navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #4184d5;
        
    }

    .navbar-primary.navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

/*Enable auto dropdown on hover*/
.dropdown:hover .dropdown-menu {
    /*display: block;*/
}

/*END NAVBAR*/



/*CUSTOM SPECIFICS small screen mobile class devices - eg. iphone 4*/
@media (max-width: 320px) {
    .bannerad_300px {
        margin-left: -5px;
        text-align: center;
    }
}

/*XS SPECIFICS mobile class devices - eg. phones*/
@media (max-width: 767px) {
    .bannerad_300px {
     
        text-align:center;
    }

    .carousel-caption h2 {
        font-size: 16px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
      
    }

    h3 {
        font-size: 22px;

    }

    h4 {
        font-size: 20px;
     
    }

    h5 {
        font-size: 16px;
        margin-top:3px;
        margin-bottom:3px;
    }

    h6 {
        font-size: 14px;
    }

    /*Hide author and date for xs devices from forum post feed*/
    p.rssincl-itemauthor {
        display: none;
    }

    p.rssincl-itemdate {
        display: none;
    }

    #cse-search-form
    /*Sets Google Search to be 100% width on mobile*/ {
        width: 90%;
        margin-top: 13px;
        margin-left: 5%;
        margin-right: 5%;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #FFFFFF;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #000000;
        }

    .dropdown-header {
        color: #000000;
    }

    .dropdown-toggle a {
        color: #000000;
    }

    .dropdown-menu {
        background-color: #f5f5f5 !important;
    }


    .col-xs-6 li
    /*add spacing between rows on nav for XS devices*/ {
        padding-bottom: 6px;
    }

    .default-carousel
    /*Expand carousel to full width on mobile*/ {
        padding-left: 0px;
        padding-right: 0px;
    }

    .firstitem
    /*Removes top margin to close gap on section above*/ {
        margin-top: 0px;
    }

    .tab-pane {
        /*Sets a height for the div with the javascript async loader for forums content*/
        min-height: 100px;
    }

    .breadcrumb {
        font-size: 13px;
        margin-bottom: 5px;
    }

    /*Fix for issue with half size image insde editor copy on xs*/
      .Item05_NewsDisplay-article-body p {
    clear:both;
    }

      /*Expand half sized embedded images to occupy full width of screen on xs*/
      .Item05_NewsDisplay-article-image {
    padding-left: 0;
    padding-right: 0;
}

            /*Expand half sized embedded images to occupy full width of screen on xs*/
      .Article02_Detail-article-image {
    padding-left: 0;
    padding-right: 0;
}

      /*Enable horizontal scroll for navpills used in inpage nav*/
      .nav-pills {
     overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;  
    display: -moz-box;   
  }
.nav-pills>li {
      float:none;
    }

}
/*END XS CSS*/




/*SM SPECIFICS*/

@media (min-width: 768px) {


    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    .bannerad_300px {
     
        text-align:center;
    }

    .navbar-default {
        font-size: 16px;
    }

    .carousel-caption h2 {
        font-size: 30px;
    }


    #cse-search-form
    /*Sets Google Search to be wider on SM*/ {
        width: 140px;
        margin-top: 10px;
    }

    .default-news-primary h2 {
        font-size: 26px;
    }

    .default-news-primary h3 {
        font-size: 20px;
    }


    .default-news-secondary h3 {
        font-size: 20px;
    }
}



/*MD SPECIFICS*/

@media (min-width: 992px) {

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }


    .navbar-default {
        font-size: 16px;
    }

    .item03_gallerydisplay-photo {
        /*max-height:400px;
        width:auto;*/
    }

    .carousel-caption h2 {
        font-size: 44px;

    }



    .default-news-primary h2 {
        font-size: 28px;
     
    
    }

    .default-news-primary h3 {
        font-size: 20px;

    }




    .default-news-secondary h3 {
        font-size: 19px;
  
 
    }

    #cse-search-form
    /*Sets Google Search to be wider on MD*/ {
        width: 200px;
        margin-top: 10px;
    }
}

/*LG SPECIFICS*/

@media (min-width: 1200px) {

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    .navbar-default {
        font-size: 18px;
    }

    #cse-search-form
    /*Sets Google Search to be wider on LG*/ {
        width: 200px;
        margin-top: 10px;
    }

    .carousel-caption h2 {
        font-size: 48px;
    }

    .default-news-primary h2 {
        font-size: 28px;
    }

    .default-news-primary h3 {
        font-size: 20px;
    }


    .default-news-secondary h3 {
        font-size: 20px;
    }
}



/*WEATHER ICONS*/
@font-face {
    font-family: 'MeteoconsRegular';
    src: url('/css/meteocons-webfont.eot');
    src: url('/css/meteocons-webfont.eot?#iefix') format('embedded-opentype'), url('/css/meteocons-webfont.woff') format('woff'), url('/css/meteocons-webfont.ttf') format('truetype'), url('/css/meteocons-webfont.svg#MeteoconsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



.icon:before {
    font-family: 'MeteoconsRegular';
    content: attr(data-icon);
}
/*END WEATHER ICONS*/



.calendar_container {
    border-collapse: collapse;
    margin-top: 20px;
}

.calendar_headerrow {
    width: 135px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    background-color: #39434c;
    background-repeat: repeat-x;
    border-color: #E8EAEC;
    border-width: 1px;
    border-style: solid;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 14px;
}

.calendar_dropdown {
    font-family: roboto;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    font-weight: bold;
}

.calendar_date {
    font-family: roboto condensed;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    color: #39434c;
}

.Calendar01-date-light {
    color: darkgray;
    margin-right: 5px;

    font-weight: 400;
}

.calendar_date_previous {
    padding: 3px;
    width: 135px;
    height: 110px;
    vertical-align: top;
    border-color: #E8EAEC;
    border-width: 1px;
    border-style: solid;
    color: #C0C0C0;
}


.calendar_weekend {
    padding: 3px;
    width: 135px;
    height: 110px;
    vertical-align: top;
    background-color: #f3f7fe;
    border-color: #E8EAEC;
    border-width: 1px;
    border-style: solid;
}

.calendar_weekday {
    padding: 3px;
    width: 135px;
    height: 110px;
    vertical-align: top;
    background-color: #f5fcff;
    border-color: #E8EAEC;
    border-width: 1px;
    border-style: solid;
}

.calendar_normal_time {
    font-family: roboto Condensed;
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 0px;
    color: #39434c;
}

.calendar_mor_emh_time {
    font-family: roboto Condensed;
    font-size: 12px;
    font-weight: 400;
    color: #808080;
}

.calendar_eve_emh_time {
    font-family: roboto Condensed;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 5px;
    color: #808080;
}

.calendar_mor_emh_time_title {
    font-family: roboto Condensed;
    font-size: 12px;
    font-weight: 400;
    color: #808080;
    padding-top: 5px;
}

.calendar_eve_emh_time_title {
    padding-top: 5px;
    font-family: roboto Condensed;
    font-size: 12px;
    font-weight: 400;
    color: #808080;
}

.calendar_entertainment1 {
    font-family: roboto Condensed;
    font-size: 12px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #4177AD;
}

.calendar_entertainment2 {
    font-family: roboto Condensed;
    font-size: 12px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #4177AD;
}

.calendar_entertainment3 {
   font-family: roboto Condensed;
    font-size: 12px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #4177AD;
}


/*ADSENSE*/

.size728x090
{
    width: 728px;
    height: 90px;
}


@media(min-width: 768px) {
      .size300x250 {
        width: 300px;
        height: 250px;
    }

       .size300x600 {
        width: 300px;
        height: 600px;
    }
}




.pull-center
{
    text-align:center;
}

/*ADUNIT1*/


@media(min-width: 768px) {
    .Article02_Detail-adunit1-left {

        margin-right: 25px;
        margin-bottom: 25px;
    }
}

@media(min-width: 1200px) {
    .Article02_Detail-adunit1-left {

        margin-right: 25px;
        margin-bottom: 25px;
    }
}

@media(min-width: 768px) {
    .Article02_Detail-adunit1-center {
 
        margin-right: 25px;
        margin-bottom: 25px;
    }
}

@media(min-width: 1200px) {
    .Article02_Detail-adunit1-center {

        margin-top: 25px;
        margin-bottom: 25px;
    }
}


@media(min-width: 768px) {
    .Article02_Detail-adunit1-right {

        margin-left: 25px;
        margin-bottom: 25px;
    }
}

@media(min-width: 1200px) {
    .Article02_Detail-adunit1-right {

        margin-left: 25px;
        margin-bottom: 25px;
    }
}


/*ADUNIT2*/


@media(min-width: 768px) {
    .Article02_Detail-adunit2-left {

        margin-right: 25px;
        margin-bottom: 25px;
    }
}

@media(min-width: 1200px) {
    .Article02_Detail-adunit2-left {

        margin-right: 25px;
        margin-bottom: 25px;
    }
}

@media(min-width: 768px) {
    .Article02_Detail-adunit2-center {

        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media(min-width: 1200px) {
    .Article02_Detail-adunit2-center {

        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media(min-width: 768px) {
    .Article02_Detail-adunit2-right {

        margin-left: 25px;
        margin-bottom: 25px;
    }
}

@media(min-width: 1200px) {
    .Article02_Detail-adunit2-right {

        margin-left: 25px;
        margin-bottom: 25px;
    }
}

/*ADUNIT3*/


@media(min-width: 768px) {
    .Article02_Detail-adunit3-left {

        margin-right: 25px;
        margin-bottom: 25px;
    }
}

@media(min-width: 1200px) {
    .Article02_Detail-adunit3-left {

        margin-right: 25px;
        margin-bottom: 25px;
    }
}

@media(min-width: 768px) {
    .Article02_Detail-adunit3-center {

        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media(min-width: 1200px) {
    .Article02_Detail-adunit3-center {

        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media(min-width: 768px) {
    .Article02_Detail-adunit3-right {

        margin-left: 25px;
        margin-bottom: 25px;
    }
}

@media(min-width: 1200px) {
    .Article02_Detail-adunit3-right {

        margin-left: 25px;
        margin-bottom: 25px;
    }
}

