/* custom fonts (not loading helvetica alternative Arimo styles as causes a 'FOUT') */
.wf-loading, .wf-inactive{
    font-family:Helvetica, 'Helvetica Neue', Arial, sans-serif;
}
.wf-active{
    font-family:Helvetica, 'Helvetica Neue', Arial, sans-serif;/*Arimo;*/
}
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading .head, .wf-loading legend
.wf-inactive h1, .wf-inactive h2, .wf-inactive h3, .wf-inactive h4, .wf-inactive h5, .wf-inactive .head, .wf-inactive legend{
    font-family:Georgia, serif;
}
.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active .head, .wf-active legend{
    font-family:'Bree Serif';
}

/* responsive horizontal fix */
@-ms-viewport {
    width: device-width;
}
@media (max-width: 1024px) {
    #navbar{
        width:1024px;
    }
    div#submenu-carousel{
        width:1024px;
    }
    div#top-carousel{
        width:1024px;
    }
    div.top-carousel-item{
        width:1024px;
    }
    div.top-carousel-meta {
        left:16px;
    }
    div#top-staticimage{
        width:1024px;
    }
    div.wrap{
        width:1024px;
    }
    div#footer-uspcities{
        width:1024px;
    }
    div#footer-bottom{
        width:1024px;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    #navbar{
        width:100%;
    }
    div#submenu-carousel{
        width:100%;
    }
    div#top-carousel{
        width:100%;
    }
    div.top-carousel-item{
        width:100%;
    }
    div.top-carousel-meta {
        margin-left:16px;
        left:5%;
    }
    div#top-staticimage{
        width:100%;
    }
    div.wrap{
        width:100%;
    }
    div#footer-uspcities{
        width:100%;
    }
    div#footer-bottom{
        width:100%;
    }
}
@media (min-width: 1280px) {
    #navbar{
        width:1280px;
    }
    div#submenu-carousel{
        width:1280px;
    }
    div#top-carousel{
        width:1280px;
    }
    div.top-carousel-item{
        width:1280px;
    }
    div.top-carousel-meta {
        left:144px;
    }
    div#top-staticimage{
        width:1280px;
    }
    div.wrap{
        width:1280px;
    }
    div#footer-uspcities{
        width:1280px;
    }
    div#footer-bottom{
        width:1280px;
    }
}


/* default head tags (font family already set in 'custom fonts') */
h1, h2{
    color:#333;
    font-weight:normal;
    font-size:20px;
}
h3{
    font-weight:normal;
    font-size:18px;
}

body{
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 14px;
    line-height: 20px;  
    background: #e1e2e4 url(/images/layout/bg.png) top left;
}
p{
    color:#313131;
}
a, .link{
    color:#276fc8;
    cursor:pointer;
    text-decoration:none;
}
#breadcrumbs, #breadcrumbs a {
    font-size: 12px;
    color: #999;
} 
.center-wrap{
    width:992px;
    margin:0 auto;
}
.pull-left{
    float:left;
}
.pull-right{
    float:right;
}
.clear{
    clear:both;
}
.light-blue{
    color:#aaccff;
}
.light-gray{
    color:#ccc;
}
.succes-message{
    padding:16px;
    margin-right:16px;
    background-color: #dff0d8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.warning-message{
    padding:16px;
    margin-right:16px;
    background-color: #ffcece;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.marginleft{
    margin-left:16px;
}
.marginTop{
    margin-top:16px;
}
.content-wide{
    width:690px;
    margin:16px 0;
}
.content-narrow{
    width:260px;
    margin:16px 0;
}
.content-wide.pull-right img, .content-narrow.pull-right img{
    float:right;
}
.content-wide.pull-right, .content-narrow.pull-right{
    padding-right:16px;
}

.cc-info{
    /*display:hidden;*//*js adds visibility and onclick*/
    width:16px;
    height:16px;
    background:url(/images/layout/cc-icon.png) top left;
}
.boxShadow{
    -webkit-box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}
.grayBorder{
    border-bottom: 1px solid #ccc;
    margin-right: 16px;
}
#bluebar{
    width:100%;
    position:relative;
    z-index:8000;/*100000*/
    background-image: -ms-linear-gradient(top, #3366AA 0%, #225588 100%);
    background-image: -moz-linear-gradient(top, #3366AA 0%, #225588 100%);
    background-image: -o-linear-gradient(top, #3366AA 0%, #225588 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3366AA), color-stop(1, #225588));
    background-image: -webkit-linear-gradient(top, #3366AA 0%, #225588 100%);
    background-image: linear-gradient(to bottom, #3366AA 0%, #225588 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3366AA', endColorstr='#225588'); /* IE9 fix */
    -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
    box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.6);
    
}
#navbar{
    margin:0 auto;
    min-height:48px;
    color:#fff;

    background-image: -ms-linear-gradient(top, #3366AA 0%, #225588 100%);
    background-image: -moz-linear-gradient(top, #3366AA 0%, #225588 100%);
    background-image: -o-linear-gradient(top, #3366AA 0%, #225588 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3366AA), color-stop(1, #225588));
    background-image: -webkit-linear-gradient(top, #3366AA 0%, #225588 100%);
    background-image: linear-gradient(to bottom, #3366AA 0%, #225588 100%);
}
div#navbar-slogan{
    margin:13px 0 0 0;
    width:530px;
    float:left;
}
div#navbar-slogan a{
    font-size:23px;
    line-height:20px;
    text-decoration:none;
    color:#fff;
}
span#navbar-slogantext{
    color:#b1c9e9;/*#aaccff;*/
    margin-left:8px;
    font-size:18px;
    position:relative;
    top:-6px;   
}

span#navbar-sloganslash{
    padding-right: 8px;
    
}

span#navbar-sloganarrow{
    position:relative;
    left:-3px;
    padding-right:25px;
    background:url(/images/layout/navbar-slogan-arrow.png) center right no-repeat;
}

div#navbar-right{
    height:48px;
    width:460px;
    float:right;
}
div#navbar-search{
    height:100%;
    width:179px;/*206*/
    float:right;
    border-right:1px solid #153453;
}
.navbar-outersearchbox{
    width:161px;
    height:24px;
    margin-top:11px;
    border:1px solid #c1d1e4;
    -webkit-box-shadow:0px 0px 5px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow:0px 0px 5px 0px rgba(255, 255, 255, 0.3);
}
.navbar-innersearchbox{
    width:161px;
    height:24px;
    background:#fff;
    -webkit-box-shadow:inset 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:inset 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:inset 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.searchcomplete{
    margin:3px 0 0 3px;
    border:0px;
    width:113px;/* max width for mobile */
    height:15px;/* max (line)height for mobile */
    line-height:15px;
    float:left;
    vertical-align:middle;
}
.navbar-searchboxsubmit{
    margin:3px 2px 0 0;
    border:0px;
    width:18px;
    height:18px;
    vertical-align:middle;
    display:inline-block;
    float:right;
    cursor:pointer;
    background:url(/images/layout/navbar-search-button.png) center center no-repeat;
}
div#navbar-favorites{
    float:right;
}
div#navbar-favorites-wrap{
    float:right;
    height:48px;
    width:110px;
    border-left:1px solid #4b76a9;
    border-right:1px solid #153453;
}
div#navbar-favorites a{
    margin:11px 0 0 16px;
    text-decoration:none;
    display:block;
    color:#fff;
}
span#navbar-star{
    width:26px;
    height:26px;
    display:block;
    float:left;
    text-align:center;
    background:url(/images/layout/navbar-favorites-star.png) 0px 0px no-repeat;
}
span#navbar-star.active{
    background:url(/images/layout/navbar-favorites-star.png) 0px -26px no-repeat;
}

span#navbar-starcount{
    position:relative;
    top:4px;
    font-weight:bold;
    text-shadow:1px 1px 1px #000000;
    filter:dropshadow(color=#000000, offx=1, offy=1);
}
span#navbar-yourfavorites{
    line-height:29px;
    margin-left:4px;
}

div#navbar-user{
    width:159px;
    height:48px;
    float:right;
    border-left:1px solid #4b76a9;
}
div#navbar-user a{
    color:white;
    display:inline-block;
    margin:15px 0 0 16px;   
}

div#submenu-carousel{
    margin:0 auto;
    height:384px;
    /*background:#666666;*/
    /*overflow:hidden;*/
}
div#submenu{
    width:992px;
    height:48px;
    margin:0 auto;
    z-index:5000;
    position:relative;
    background:#fff;
    -webkit-box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.4);
    box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
/*div#submenu-discover{
    float:left;
    font-weight:bold;
    height:48px;
    width:302px;
}
div#submenu-discover span{
    width:83px;
    height:32px;
    line-height:30px;
    float:left;
    vertical-align:middle;
    margin:9px 0 0 16px;
    color:#666;
}
select#submenu-discovercity{
    border:1px solid #bbb;
    color:#333;
    font-weight:bold;
    width:146px;
    height:30px;
    margin:9px 0 0 0;
    padding:5px 0 5px 3px;
    vertical-align:middle;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E2E2E2));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #E2E2E2 100%);
}
button#submenu-submit{
    border:0px;
    width:40px;
    height:32px;
    margin:7px 0 0 3px;
    vertical-align:middle;
    display:inline-block;
    cursor:pointer;
    background:url(/images/layout/navbar-submenu-arrow.png) 10px 1px no-repeat;
}
button#submenu-submit:hover{
    background:url(/images/layout/navbar-submenu-arrow.png) 10px -31px no-repeat;
}*/
div.submenu-items.pull-left{
    width:600px;
}
div.submenu-items.pull-right{
    width:380px;
}
div.submenu-items>ul{
    margin:0px;
    padding:0px;
    height:48px;
    list-style:none;
}
div.submenu-items h1{
    float:left;
}
ul.submenu-hotspot-items{
    /*width:325px !important;*/
    width:auto !important;
    float:right;
}
div.submenu-items>ul>li{
    border-left:1px solid #ddd;
    float:left;
    height:48px;
}
div.submenu-items.pull-right>ul>li{
    float:right;
}
div.submenu-items>ul>li>a{
    color:#333;
    height:48px;
    display:block;
    padding:0 16px;
    font-size:16px;
    line-height:48px;
    text-decoration:none;
}
div.submenu-items>ul>li a.submenu-pageactive{
    /*line-height:50px;*//*fix for 1px diff for bold fonts*/
    font-weight:bold;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E2E2E2));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #E2E2E2 100%); 
}
div.submenu-items>ul>li a:hover, div.submenu-items>ul>li a.submenu-pageactive:hover{
    color:#333;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E2E2E2));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #E2E2E2 100%);
}
.submenu-items .dropdown-toggle{
    -webkit-border-radius: 0px 0px 0px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
}
.submenu-items div.dropdown-menu{
    width:455px;
    z-index:99999;
    background:#fff;
    padding: 0;
    margin: 0;
    border: 0;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    /*-webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;*/
}
.submenu-items div.dropdown-menu ul{
    width:150px;
    float:left;
    margin:0px;
    padding:0px;
    list-style:none;
}
.submenu-items div.dropdown-menu ul li{
    border-left:0;
    display:block;
}
/*.submenu-items div.dropdown-menu ul li a.submenu-pageactive, .submenu-items div.dropdown-menu ul li a.submenu-pageactive:hover {
    background-image:none;
}*/

div#top-carousel{
    position:relative;
    top:-48px;
    overflow:hidden;
    z-index:4000;
    height:384px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}
#top-carousel .bx-controls{
    z-index:52;
    position:relative;
    top:-47px;
}
#top-carouselbx{
	margin:0;
	padding:0;
	list-style:none;
}
div#top-carousel-control{
    position:relative;
    top:-67px;
    z-index:5000;
    margin:0 auto;
    width:500px;
    text-align:center;
}
div#top-carousel-control a{
    font-size:50px;
    text-decoration:initial;
    line-height:0px;
    position:relative;
    bottom:0px;
    color:#9d9e9f;
    /*text-shadow:0px 1px 1px #000000;
    filter:dropshadow(color=#000000, offx=0, offy=1);*/
}
div#top-carousel-control a.active{
    color:#ff9000;
}
div.top-carousel-item{
    position:relative;
    width:1280px;
    height:384px;
}
div.top-carousel-item .cc-info{
    position:absolute;
    right:8px;
    bottom:8px;
}

div.top-carousel-home {
    /*position:absolute;
    padding:0 21px 21px 21px;
    margin: 0 auto;
    top: 110px;
    left: 213px;
    */
    position:relative;
    top:110px;
    margin: 0 auto;
    padding:0 21px 21px 21px;
    width: 853px;
    text-align:center;
    color: white;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 );
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.top-carousel-home h1 {
    color: white;
    font-size: 38px;
    padding: 0.67em 0 0 0;
}


div.top-carousel-home p {
    font-size: 20px;
    color:#fff;
    font-family: 'Bree Serif';
    padding: 0px !important;
    margin: 0px 0xp 20px 0px !important;
    
}

div.top-carousel-home #top-carousel-yourmap h1{
    font-size:36px;
    margin: 0;
    padding: 41px 0 12px 0;
}
div.top-carousel-home #top-carousel-yourmap p{
    font-size:17px;
    margin:0 0 21px 0;
    font-family:inherit;
}
div.top-carousel-home #top-carousel-yourmap{
    width:475px;
    text-align:left;
    float:left;
}
div.top-carousel-home #top-carousel-video{
    width:320px;
    margin-top:21px;
    display:inline;
    float:right;
}


div.top-carousel-meta{
    position:absolute;
    bottom:40px;
    width:552px;
    height:160px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 );
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.top-carousel-meta-cta{
    float:left;
    width:424px;
    margin:12px 0 16px 16px;
}
div.top-carousel-meta-cta h2{
    color:#fff;
    font-size:24px;
    line-height:26px;
    margin:0;
}
div.top-carousel-meta-cta p{
    color:#fff;
    line-height:20px;
}
div.top-carousel-meta-cta p span.top-carousel-meta-spots{
    margin-left:10px;
    position: relative;
    top:9px;
    height:24px;
    overflow:hidden;
    display:inline-block;
}
div.top-carousel-meta-cta p span.top-carousel-meta-spots a{
    color:#a8cce7;
    text-decoration:none;
}
.top-carousel-meta-mentions{
    float:right;
    width:96px;
    height:160px;
    text-align:center;
    background:-moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0.4)));
    background:-webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%);
    background:-o-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%);
    background:-ms-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%);
    background:linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66000000',GradientType=0 );
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.top-carousel-meta-mentions p{
    color:#fff;
    font-size:11px;
    line-height:13px;
    margin:18px 0 0 0;
}
.top-carousel-meta-mentions span{
    width:32px;
    height:26px;
    margin:12px 32px 7px 32px;
    display:inline-block;
}
.top-carousel-logo-tw{
    background:url(/images/layout/top-carousel-logos.png) 0px 0px;
}
.top-carousel-logo-fb{
    background:url(/images/layout/top-carousel-logos.png) 0px -26px;
}
.top-carousel-logo-4s{
    background:url(/images/layout/top-carousel-logos.png) 0px -52px;
}
.top-carousel-logo-ig{
    background:url(/images/layout/top-carousel-logos.png) 0px -78px;
}
div#top-staticimage{
    height:384px;
    position:relative;
}
div#top-staticimage .cc-info{
    position:absolute;
    right:8px;
    bottom:8px;
}
div#submenu-carousel.collapsed, .collapsed div#top-carousel, .collapsed div#top-carousel div#top-staticimage{
    height:96px;
}

div.wrap{
    position:relative;
    margin:0 auto;
}
div.center{
    margin:0 auto;
    width:992px;
}
div.content-left{
    width:640px;
    float:left;
}
div.content-sidebar{
    width:320px;
    float:right;
}




/*.btn styles borrowed from twitter bootstrap http://twitter.github.com/bootstrap/ */
.btn{
    display: inline-block;
    padding: 5px 15px;
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-decoration:none;
    color: #333333;
    text-align: center;
    /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.disabled,
.btn[disabled],
.ttd-favorite:hover,
.ttd-favorite:focus,
.ttd-favorite:active
{
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.ttd-favorite:hover,
.ttd-favorite:focus,
.ttd-favorite:active,
.ttd-favorite.active {
  background-color: #cccccc \9;
}
.btn:hover,
.btn:focus,
.ttd-favorite:hover,
.ttd-favorite:focus,
.ttd-favorite:active
{
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.active>.btn,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover{
    color:#000;
    border:1px solid #999999;
    background-position: 0 0;
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    transition:none;
    background: #dddddd;
    background: -moz-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#bbbbbb));
    background: -webkit-linear-gradient(top, #dddddd 0%,#bbbbbb 100%);
    background: -o-linear-gradient(top, #dddddd 0%,#bbbbbb 100%);
    background: -ms-linear-gradient(top, #dddddd 0%,#bbbbbb 100%);
    background: linear-gradient(to bottom, #dddddd 0%,#bbbbbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#bbbbbb',GradientType=0 );
}

.dropdown-menu .active a img.close {
    margin-top: 2px;
    float: right;
    display: inline !important;
}

.btn-big{
    font-size:18px;
    line-height:20px;
    padding:6px 16px 11px 16px;
    -webkit-box-shadow:inset 1px 1px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow:inset 1px 1px 1px 0px rgba(255, 255, 255, 0.2);
}
.btn-small{
    padding-bottom:6px;
    -webkit-box-shadow:inset 1px 1px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow:inset 1px 1px 1px 0px rgba(255, 255, 255, 0.2);
}
.btn-blue{
    color:#fff;
    border:1px solid #113366;
    background-color: #2b5e9a;
    background-image: -moz-linear-gradient(top, #3366aa, #225588);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3366aa), to(#225588));
    background-image: -webkit-linear-gradient(top, #3366aa, #225588);
    background-image: -o-linear-gradient(top, #3366aa, #225588);
    background-image: linear-gradient(to bottom, #3366aa, #225588);
    background-repeat: repeat-x;
}
.btn-orange{ 
    color:#fff;
    border:1px solid #cb7300;
    background-position: 0 0;
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    transition:none;
    background: #ffa22a;
    background: -moz-linear-gradient(top, #ffa22a 0%, #ff9000 50%, #ec8500 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa22a), color-stop(50%,#ff9000), color-stop(99%,#ec8500));
    background: -webkit-linear-gradient(top, #ffa22a 0%,#ff9000 50%,#ec8500 99%);
    background: -o-linear-gradient(top, #ffa22a 0%,#ff9000 50%,#ec8500 99%);
    background: -ms-linear-gradient(top, #ffa22a 0%,#ff9000 50%,#ec8500 99%);
    background: linear-gradient(to bottom, #ffa22a 0%,#ff9000 50%,#ec8500 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa22a', endColorstr='#ec8500',GradientType=0 );
    background-repeat: repeat-x;
}
.btn-orange:hover, .btn-orange.active{ 
    color:#fff;
    background-position: 0 0;
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    transition:none;
    background: #ffa22a;
    background: -moz-linear-gradient(top, #ffa22a 0%, #e07e01 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa22a), color-stop(99%,#e07e01));
    background: -webkit-linear-gradient(top, #ffa22a 0%,#e07e01 99%);
    background: -o-linear-gradient(top, #ffa22a 0%,#e07e01 99%);
    background: -ms-linear-gradient(top, #ffa22a 0%,#e07e01 99%);
    background: linear-gradient(to bottom, #ffa22a 0%,#e07e01 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa22a', endColorstr='#e07e01',GradientType=0 );
    background-repeat: repeat-x;
}
.btn-gray, .btn-gray:hover, .btn-blue:hover, .btn-gray:focus, .btn-blue:focus, .btn-orange:focus{
    color:#fff;
    border:1px solid #333;
    background-position: 0 0;
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    transition:none;
    background-color: #4e4e4e;
    background-image: -moz-linear-gradient(top, #666, #333);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#333));
    background-image: -webkit-linear-gradient(top, #666, #333);
    background-image: -o-linear-gradient(top, #666, #333);
    background-image: linear-gradient(to bottom, #666, #333);
    background-repeat: repeat-x;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active{
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.dropdown-caret{
    position:relative;
    top:-2px;
    left:5px;
    width:8px !important;
    height:4px;
    display: inline-block;
    background:url(/images/layout/dropdown-caret.png) 0px 0px;
}
.dropup .dropdown-caret{
    width:8px !important;
    height:4px;
    display: inline-block;
    background:url(/images/layout/dropdown-caret.png) 0px -4px;
}
.dropup,.dropdown{
    position:relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 180px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #bbb;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}
.dropdown-menu li{
    margin:0 !important;
    float:none !important;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #000;
  text-decoration: none;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
}


.dropdown-menu li.active a  {

}


/*.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #000;
  text-decoration: none;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
}*/
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #000;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.ttd-block{
    float:left;
    position:relative;
    margin:0 0 16px 16px; 
    width:304px;
    height:308px;
    background:#fff;
    -webkit-box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}
.ttd-block h3{
    margin:11px 16px 6px 16px;
    color:#313131;
}
.ttd-block h3 a{
    text-decoration:none;
    color:#115588;
}
.ttd-block p{
    color:#313131;
    font-size:13px;
    line-height:17px;
    margin:0 16px 0 16px;
}
.ttd-image{
    position:relative;
    width:304px;
    height:180px;
}
.ttd-mapwrap{
    width:304px;
    height:180px;
    background:#b2ddc9;
}
.ttd-ribbon{
    position:absolute;
    top:18px;
    left:-4px;
    text-decoration:none;
    padding-bottom:4px;
    background:url(/images/layout/ttd-ribboncorner.png) left bottom no-repeat;
}
.ttd-ribbon span{
    color:#fff;
    padding:6px 16px;
    display:inline-block;
    background: #7db9fc;
    background: -moz-linear-gradient(top,  #7db9fc 0%, #6b9ed7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9fc), color-stop(100%,#6b9ed7));
    background: -webkit-linear-gradient(top,  #7db9fc 0%,#6b9ed7 100%);
    background: -o-linear-gradient(top,  #7db9fc 0%,#6b9ed7 100%);
    background: -ms-linear-gradient(top,  #7db9fc 0%,#6b9ed7 100%);
    background: linear-gradient(to bottom,  #7db9fc 0%,#6b9ed7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9fc', endColorstr='#6b9ed7',GradientType=0 );
    -webkit-box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.7);
    box-shadow:1px 1px 1px 0px rgba(0, 0, 0, 0.7);
}
.ttd-favorite{
    position:absolute;
    top:8px;
    right:8px;
    display: inline-block;
    padding: 8px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fdfdfd, #e4e4e4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#e4e4e4));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #e4e4e4);
    background-image: -o-linear-gradient(top, #fdfdfd, #e4e4e4);
    background-image: linear-gradient(to bottom, #fdfdfd, #e4e4e4);
    background-repeat: repeat-x;
    border: 1px solid #aaaaaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ttd-favorite span, .ttd-favorite.active:hover span{
    width:24px;
    height:24px;
    display:block;
    background:url(/images/layout/ttd-favorite-star.png) 0px 0px;
}
.ttd-favorite.active span, .ttd-favorite:hover span{
    background:url(/images/layout/ttd-favorite-star.png) 0px 24px;
}
.ttd-text{
    word-wrap:break-word;
}
.ttd-mentions-wrap{
    position:absolute;
    left:0;
    bottom:0;
    height:40px;
    width:304px;
    background-color:#eee;
}
.ttd-mentions{
    position:relative;
    top:12px;
    left:16px;
    width:255px;
    height:16px;
    display:block;
    color:#666; 
    padding-left:27px;
    font-size:12px;
    line-height:15px;
    background:url(/images/layout/ttd-mentions.png) left center no-repeat;
}
.ttd-block.ttd-compact{
    height:auto;
    margin:0;
}
.ttd-compact .ttd-ribbon{
    display:none;
}
.ttd-compact .ttd-image{
    height: 58px;
    /*height: 180px;*/
    overflow:hidden;
    position:relative;
}
.ttd-compact .ttd-image img{
    position:absolute;
    /* top:-50px; */
}

.ttd-compact .ttd-image{
    height: 58px;
    /*height: 180px;*/
    overflow:hidden;
    position:relative;
}
.ttd-compact .ttd-image img{
    position:absolute;
    /* top:-50px; */
}


.ttd-image-small-img {
    height: 58px !important; 
    overflow:hidden;
    position:relative;
}
.ttd-compact .ttd-image-small-img img{
    position:absolute;
    top:-50px;
}



.ttd-compact .ttd-text{
    height:49px;
}
.ttd-image .cc-info{
    position:absolute;
    right:8px;
    bottom:8px;
}
.ttd-compact .ttd-image .cc-info{
    right: 58px;
}
.ttd-compact .ttd-mentions-wrap{
    display:none;
}

.ttd-preview{
    float:left;
    position:relative;
    margin:0 0 16px 16px; 
    width:304px;
    height: 341px;
    background:#fff;
    -webkit-box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}
.ttd-preview .ttd-image, .ttd-preview .ttd-mapwrap{
    overflow:hidden;
    height:120px;
}
.ttd-preview .leftColumn{
    width:33px;
    margin:10px 0 0 0;
    display:inline-block;
}
.ttd-preview .leftColumn .spotNum{
    padding: 0px 4px 1px 4px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0px;
    margin-left: 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f37c75;
}
.ttd-preview .inside{
    margin:10px 8px;
}
.ttd-preview h3{
    /*width:257px;*/
    display:inline;
    margin:11px 0px 6px 0px;
    padding:0;
    color:#fa7d72;
}
.ttd-preview h3 a{
    text-decoration:none;
    color:#fa7d72;
}
.ttd-preview .inside h3{
    font-size:16px;
}
.ttd-preview ul{
    margin:0 0 0 0;
    padding:0;
    list-style:none;
    font-size:12px;
}
.ttd-preview ul li{
    margin:5px 0 0 0;
}
.ttd-preview ul li p{
    display:inline-block;
    width:250px;
    margin:0;
}
.ttd-preview ul li span{
    width:18px;
    height:18px;
    vertical-align:top;
    margin:0px 10px -3px 8px;
    display:inline-block;
}
.ttd-preview ul li.web span{
    background: url('/images/layout/ttd-preview-icons.png') no-repeat 0px 0px;
}
.ttd-preview ul li.address span{
    background: url('/images/layout/ttd-preview-icons.png') no-repeat 0px -18px;
}
.ttd-preview ul li.time span{
    background: url('/images/layout/ttd-preview-icons.png') no-repeat 0px -36px;
}
.ttd-preview ul li.info span{
    background: url('/images/layout/ttd-preview-icons.png') no-repeat 0px -72px;
}
.ttd-preview .mapDetails{
    font-style:italic;
    margin:5px 0 0 0;
}
.ttd-preview .mapDesc{
    margin:4px 0 0 0;
    word-wrap:break-word;
}
.ttd-preview .mapDesc.empty, .ttd-preview h3.empty{
    color:#cccccc;
}
.ttd-preview .mapStatus{
    color: #999999;
    font-size: 14px;
    margin-left: 10px;
    font-style: italic;
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}
.ttd-preview .mapActions{
    position: absolute;
    bottom: 0px;
}

#showall{
    width:624px;
}
#showall span{
    float:left; 
}
#showall-left{
    
}
#showall-right{
    float:right;
}

.tab-content {
    /*overflow:auto;*/
}
.tab-content > .tab-pane{
    display:none;
}
.tab-content > .active{
    display: block;
}

div.jcarousel-container{
    overflow:hidden;
}
#socialdatawidget{
    width:276px;
    padding:0;
    margin:0 0 0 14px;
}
#socialdatawidget h2{
    margin:28px 0 16px 2px;
    padding:0;
}
#socialdatawidget ul{
    list-style:none;
    margin:0;
    padding:0;
    height:244px;/*228*/
    overflow:hidden;
}
#socialdatawidget ul li{
    width:276px;/*235*/
    height:244px;/*228*/
    padding:0;
    margin:16px 0 0 0;
    cursor:pointer;
}
#socialdatawidget .bx-wrapper .bx-pager.bx-default-pager a{
    margin:0 2px;
}
#socialdatawidget .bx-wrapper .bx-pager{
    top:-3px;
}
.socialdatawidget-twitterlogo{
    position:relative;
    top:-21px;
    left:113px;
    z-index:1000;
    width:32px;
    height:26px;
    background:url(/images/layout/sd-logos.png) 0px 0px;
}
.socialdatawidget-instagramlogo{
    position:relative;
    top:-21px;
    left:113px;
    z-index:1000;
    width:32px;
    height:26px;
    background:url(/images/layout/sd-logos.png) 0px -26px;
}
.socialdatawidget-facebooklogo{
    position:relative;
    top:-21px;
    left:113px;
    z-index:1000;
    width:32px;
    height:26px;
    background:url(/images/layout/sd-logos.png) 0px -52px;
}
.socialdatawidget-foursquarelogo{
    position:relative;
    top:-21px;
    left:113px;
    z-index:1000;
    width:32px;
    height:26px;
    background:url(/images/layout/sd-logos.png) 0px -78px;
}
.socialdatawidget-media{
    margin:0 0 0 2px;
    width:272px;/*230*/
    height:224px;/*230*/
    background:#fff;
    -webkit-box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.4);
}
.socialdatawidget-media a{
    color:#000;
}
.socialdatawidget-media-img{
    position:relative;
    top:5px;
    left:5px;
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width:262px;/*220*/
    height:214px;/*220*/
}
.socialdatawidget-media-meta{
    background-color:rgba(255,255,255,0.79);
    height:59px;
    width:100%;
    position:absolute;
    bottom:0px;
    left:0px;
}
.socialdatawidget-media-meta p{
    margin:13px 0 0 12px;
    font-size:13px;
    line-height:17px;
}
.socialdatawidget-media-meta p span, .socialdatawidget-twittermeta p span{
    color:#115588;
}
.socialdatawidget-media-meta p small, .socialdatawidget-twittermeta p small{
    font-size:11px;
}

.socialdatawidget-balloon{
    position:relative;
    padding-bottom:12px;
}
.socialdatawidget-balloon-inner .socialdatawidget-twitterlogo{
    top:-17px;
}
.socialdatawidget-balloon-inner .socialdatawidget-foursquarelogo{
    top:-17px;
}

.socialdatawidget-balloon-inner{
    margin-top:0px;
    padding:0px 0px 0px 0px;
    background:#fff;
    border:1px solid #979797;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    z-index:5500;
}
.socialdatawidget-balloon-inner p{
    margin:0 15px 12px 15px;
    padding:0;
    font-size:13px;
    line-height:19px;
    position:relative;
    top:-8px;
}
.socialdatawidget-balloon-arrow{
    position:absolute;
    left:12px;
    bottom:0;
    z-index:6000;
    width:24px;
    height:13px;
    background:url(/images/layout/sd-balloon.png)
}
.socialdatawidget-twittermeta{
    margin-top:15px; 
}
.socialdatawidget-accountimage{
    float:left;
    width:48px;
    height:48px;
    background:#fff;
    -webkit-box-shadow:1px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:1px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow:1px 1px 2px 0px rgba(0, 0, 0, 0.4);
}
.socialdatawidget-accountimage img{
    position:relative;
    top:2px;
    left:2px;
    width:44px;
    height:44px;
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.socialdatawidget-twittermeta p{
    float:left;
    font-size:13px;
    line-height:16px;
    margin:7px 0 0 0;
    padding-left:17px;
}

.socialdatawidget-control{
    margin-top:22px;
    width:304px;
    text-align:center;
}
.socialdatawidget-controlleft{
    position:relative;
    top:-15px;
    margin-right:12px;
    width:50px;
    display:inline-block;
    border-top:1px solid #f6f7f7;
    -webkit-box-shadow:0px -1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
}
.socialdatawidget-controlright{
    position:relative;
    top:-15px;
    margin-left:12px;
    width:50px;
    display:inline-block;
    border-top:1px solid #f6f7f7;
    -webkit-box-shadow:0px -1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow:0px -1px 0px 0px rgba(0, 0, 0, 0.2);
}
.socialdatawidget-control a{
    font-size:50px;
    text-decoration:none;
    line-height:0px;
    position:relative;
    bottom:0px;
    color:#9b9c9d;
}


/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}


#weather-wrap{
    height: 137px;
    margin:31px 0 0 16px;
}
#weather-wrap h2{
    margin:0 0 15px 0;
}
#weather{
    width:272px;
    height:102px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.7);
    box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.7);
}
#weather-inner{
    width:272px;
    height:102px;
    position:relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow:inset 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
    background:rgba(0, 0, 0, 0.1);
}
#weather-inner table{
    position:relative;
    top:15px;
    /*margin:0 auto;*/
}
#weather img{
    margin:0 12px 0 11px;/* extra padding because we have weather data for 5 days instead of 6 */
    opacity:0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
}
#weather table thead tr th{
    color:#747475;
    font-size:17px;
    text-align:center;
    font-weight:normal;
    line-height:18px;
}
#weather table thead tr th span{
    position:relative;
    top:-3px;
}
#weather table tbody tr td{
    color:#474848;
    font-size:16px;
    text-align:center;
}
#weather table tbody tr td span{
    position:relative;
    bottom:-4px;
}
#weather table thead tr th.border, #weather table tbody tr td.border{
    border-left:1px solid #abacae;
}
#weather-arrow{
    width:28px;
    height:9px;
    background:url(/images/layout/weather/arrow.png) bottom center;
    position:relative;
    top:5px;
    margin:0 auto;
    /*position:absolute;
    left:13px;
    bottom:0;*/
}

.map-container{
    width:624px;
    margin:21px 0 0 16px;
    background:#fff;
    -webkit-box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}
.map-container-big{
    width:954px !important;

}


.map-container p.mapcontent {
    padding: 8px 8px 0px 8px;
}

.map-map{
    width:624px;
    height:450px;
}

.map-big-map {
    width:954px !important;
    height:450px;
}

.map-filters{
    margin:11px 0 12px 16px;
    width:608px;
}
.map-filters #map-showspots{
    color:#666;
    float:left;
    width:95px;
}
.map-filters #map-showspots strong{
    display:block;
}
.map-filters .btn-group{
    margin:5px 0 16px 0;
}
.map-spots{
    display:none;
}
.map-filter-container img{
    width:22px;
    height:26px;
    vertical-align: middle;
}
.map-filter-container .inactive a{
    color:#ccc;
}
.map-filter-container .inactive a img{
    filter: alpha(opacity = 30);
    -moz-opacity:0.3;
    opacity:0.3;
    -khtml-opacity:0.3;     
}
.map-filter-container .active a img{
    filter: alpha(opacity = 100);
    -moz-opacity:1;
    opacity:1;
    -khtml-opacity:1;   
}

.input-shade input{
    width: 200px;
    height: 22px;
    border: 0px;
    margin: 2px 0 0 5px;
    color: #666;
}
.input-shade{
    width: 210px;
    height: 24px;
    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

.no-results{
    width:640px;
    background:#fff;
    margin-bottom:32px;
    -webkit-box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}
.no-results ul{
    margin:0 0 16px 16px;
    display:inline-block;
    padding:0;
    list-style:none;
}
.no-results ul.nopadding{
    margin:0 0 0 16px;
}
.no-results ul li{
    width:608px;
    display:block;
}
.no-results ul li.noborder{
    border-bottom:0px;
}
.no-results ul li img{
    float:left;
    margin:16px 16px 0 0;
}
.no-results ul li span{
    float:left;
    margin-top:16px;
}
.no-results ul li p{
    display:block;
    height:48px;
    margin:16px 0 0 0;
    padding:0 0 0 64px;
    background:url(/images/hotspot/sd-nothing-happingat.png) left center no-repeat;
}
.no-results ul li a, .no-results ul li a span{
    color:#276fc8;
    text-decoration:none;
}
    
div#footer{
    width:100%;
    position:relative;
    bottom:0;
    color:#fff;
}
div#footer-uspcitieswrap{
    width:100%;
    position:relative;
    background-image: -ms-linear-gradient(top, #3366AA 0%, #225588 100%);
    background-image: -moz-linear-gradient(top, #3366AA 0%, #225588 100%);
    background-image: -o-linear-gradient(top, #3366AA 0%, #225588 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3366AA), color-stop(1, #225588));
    background-image: -webkit-linear-gradient(top, #3366AA 0%, #225588 100%);
    background-image: linear-gradient(to bottom, #3366AA 0%, #225588 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3366AA', endColorstr='#225588'); /* IE9 fix */
    
    
}
div#footer-uspcities{
    position:relative;
    margin:0 auto;
    background-image: -ms-linear-gradient(top, #3366AA 0%, #225588 100%);
    background-image: -moz-linear-gradient(top, #3366AA 0%, #225588 100%);
    background-image: -o-linear-gradient(top, #3366AA 0%, #225588 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3366AA), color-stop(1, #225588));
    background-image: -webkit-linear-gradient(top, #3366AA 0%, #225588 100%);
    background-image: linear-gradient(to bottom, #3366AA 0%, #225588 100%);
}
div#footer-usps{
    margin:34px 0 31px 16px;
    width:335px;
    height:225px;
    border-right:1px solid #4573ad;
    float:left;
}
div#footer-usps h2{
    color:#fff;
    margin-top:0px;
}
div#footer-usps ul{
    list-style:none;
    padding:0;
    margin:0;
}
div#footer-usps ul li{
    padding:0 20px 0 33px;
    margin-bottom:10px;
    background:url(/images/layout/footer-uspscheck.png) top left no-repeat;
}
div#footer-cities{
    float:left;
    width:570px;
    margin:34px 0 0 48px;
}
div#footer-cities h2{
    color:#fff;
    margin-top:0px;
    width:450px;
}
div#footer-cities ul{
    width:190px;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
}
div#footer-cities ul li a{
    color:#fff;
    text-decoration:none;
}
div#footer-cities ul li a:hover{
    color:#fff;
    text-decoration:underline;
}
div#footer-bottomwrap{
    width:100%;
    border-top:1px solid #2a5b8c;
    background:#224477;
    height:50px;
}
div#footer-bottom{
    margin:0 auto;
    position:relative;
    background:#224477;
    height:50px;
}
div#footer-bottom span{
    margin-top:15px;
    width:380px;
    float:left;
}
div#footer-bottom span a{
    text-decoration:none;
    font-weight:bold;
    color:#fff;
}
div#footer-bottom ul{
    float:right;
    width:520px;
    list-style:none;
}
div#footer-bottom ul li{
    float:right;
}
div#footer-bottom ul li a{
    color:#ccc;
    text-decoration:none;
}
.footer-social-logos{
    margin-left:23px;
}
.footer-social-logos span{
    margin:0 0 0 6px !important;
    width:26px !important;
    height:21px;
}
.footer-social-logos .facebook{
    background:url(/images/layout/footer-social-logos.png) 0px 0px no-repeat;
}
.footer-social-logos .twitter{
    background:url(/images/layout/footer-social-logos.png) 0px -21px no-repeat;
}

.footer-social-logos .googleplus{
    background:url(/images/layout/footer-social-logos.png) 0px -42px no-repeat;
}



/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
    vertical-align: top;
    padding: 0;
    margin: 0;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    padding: 0;
    margin: 0;
    background: #fff;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
    padding: 0;
    margin: 0;
    position: relative;
    outline: none;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/images/layout/fancybox_sprite.png');
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8020;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('/images/layout/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    background: transparent url('/images/layout/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 20px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 20px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    padding: 0;
    overflow: visible;
    visibility: hidden;
}
#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: #000;
}
#fancybox-overlay.overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8030;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fa ncybox-title-inside-wrap {
    margin-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.base body{
    background:#fff;
}
.base .map-container{
    margin:0;
    background:#fff;
    -webkit-box-shadow:none;
    box-shadow:none;
}




/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.bx-wrapper ul{
    margin:0;
    padding:0;
    list-style:none;
}

/** THEME
===================================*/
/*.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: solid #fff 5px;
    left: -5px;
    background: #fff;
}*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position:relative;
    width: 100%;
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/layout/fancybox_loading.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #9b9c9d;
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    outline: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ff8f18;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/*
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
*/
/* AUTO CONTROLS (START / STOP) */
/*
.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 4px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
*/

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/*
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}*/