/* Related content blocks on the right rail*/
.related-content{
    overflow: hidden;
    position: relative;
    padding: 10px;
    margin: 10px;
    border-top: 10px solid #222222;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(237,237,237,1);
    -moz-box-shadow: 0px 2px 5px 1px rgba(237,237,237,1);
    box-shadow: 0px 2px 5px 1px rgba(237,237,237,1);
}
@media (min-width: 768px) {
    .related-content{
        margin: 10px 0 25px;
    }
}
.related-content-header{}
.related-content-header .heading{
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin: 10px 0px 25px;
}
.related-content-header .heading a{
    font-size: 11px;
    font-size: 1.1rem;
}
.related-content-body,
.related-content-body p,
.related-content-body ul,
.related-content-body ol{
    font-family: roboto_slabregular, arial, helvetica;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: initial;
}
.related-content-footer .right,
.related-content-footer .left{
    position: absolute;
    bottom: -10px;
    width: 54px;
    height: 10px;
}
.related-content-footer .left{
    left: 0;
    background: url(../img/related-content-footer-left.png) left no-repeat;
}
.related-content-footer .right{
    right: 0;
    background: url(../img/related-content-footer-right.png) right no-repeat;
}

.related-content:first-child{
    margin-top: 0px;
}
.related-content.large{
    box-shadow: none;
    padding: 0;
}
.related-content.no-shadow{
    box-shadow: none;
}

.related-content.large .related-content-footer, .related-content.no-shadow .related-content-footer{
    display: none;
    visibility: hidden;
}

/*
    VCard for MicroFormats
    Do not rename classes nested in VCard within html
*/
.vcard{}
.vcard p{
    font-family: robotoregular;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 10px;
}

/* Category preview*/
.category-preview{
    margin: 20px 0;
}
.category-preview.row{
    margin: 40px 0;
}
.category-preview .title{
    font-family: roboto_slabbold, arial, helvetica;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin: 0;
}
.category-preview p{
    font-family: robotoregular, arial, helvetica;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 18px;
    line-height: 1.8rem;
}

/* Preview blocks */
.preview-snippet{
    border-top: 10px solid #222222;
    margin-bottom: 25px;
}
.preview-snippet .img-responsive{
    width: 100%;
}
.preview-snippet .main-title{
    font-size: 17px;
    font-size: 1.7rem;
}
.preview-snippet a{ text-decoration: none;}
.preview-snippet a:hover .main-title{
    text-decoration: underline;
}

/* Carousel */
.carousel{
    background: #14a4ca;
}
.carousel .carousel-indicators{
    position: inherit;
    bottom: 10px;
}
.carousel .carousel-indicators li{
    background: #ffffff;
}
.carousel .carousel-indicators .active{
    background: #faae4c;
    border: none;
}
.carousel .carousel-control.left,
.carousel .carousel-control.right{
    background: none;
}
.carousel .carousel-control .img-responsive{
    position: absolute;
    top: 35%;
}
.carousel .carousel-control.left .img-responsive{ left: 50%;}
.carousel .carousel-control.right .img-responsive{ right: 50%;}
.carousel .carousel-inner .item .img-responsive{
    width: 100%;
}
.carousel .carousel-inner .item .carousel-caption{
    position: static;
    right: inherit;
    left: inherit;
    padding: 10px 10px 15px;
}
.carousel .carousel-inner .item .carousel-caption p{
    color: #ffffff;
    font-family: roboto_condensedregular, arial, helvetica;
    font-size: 15px;
    font-size: 1.5rem;
}
.carousel .carousel-inner .item.active{}

/* Tooltips */
.tool-tip{
    opacity: 1;
    filter: alpha(opacity=1);
}
.tooltip{
}
.tooltip-left{
    border-radius: 10px;
    padding-left: 10px;
    background: url(../img/tooltip-bg-left.png) left bottom repeat-y;
    /*box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);*/
}
.tooltip-right{
    border-radius: 10px;
    padding-right: 10px;
    background: url(../img/tooltip-bg-right.png) right top repeat-y;
}
.tooltip-top{
    padding-top: 10px;
    background: url(../img/tooltip-bg-top.png) top repeat-x;
}
.tooltip-bottom{
    padding-bottom: 10px;
    background: url(../img/tooltip-bg-bottom.png) bottom repeat-x;
}

.tooltip-inner{
    font-family: roboto_condensedregular, arial, helvetica;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 20px;
    line-height: 2rem;
    color: #ffffff;
    background: url(../img/tooltip-bg.png);
    box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.75);
    padding: 10px;
}
.tooltip-arrow{
    min-height: 29px;
    max-height: 100%;
    min-width: 29px;
    max-width: 100%;
    border: none;
}
/* ToolTip Positions */
.tooltip.top{
    margin-top: -20px;
}
.tooltip.top .tooltip-arrow{
    bottom: -17px;
    margin-left: -15px;
    background: url(../img/tooltip-arrow-top.png) center no-repeat;
}

.tooltip.right{ margin-right: 19px;}
.tooltip.right .tooltip-arrow{
    background: url(../img/tooltip-arrow-right.png) center no-repeat;
}

.tooltip.bottom{ margin-top: 19px;}
.tooltip.bottom .tooltip-arrow{
    background: url(../img/tooltip-arrow-bottom.png) center no-repeat;
}

.tooltip.left{ margin-left: 19px;}
.tooltip.left .tooltip-arrow{
    background: url(../img/tooltip-arrow-left.png) center no-repeat;
}

/* ToolTip ID Positioning */
#banner .tool-tip,
#overseas-map .tool-tip{
    position: absolute;
    z-index: 1;
}
#banner .tool-tip.tip-1{ top: 45%; left: 24%;}
#banner .tool-tip.tip-2{ top: 24%; left: 50%;}
#banner .tool-tip.tip-3{ top: 65%; left: 85%;}

#overseas-map .tool-tip.tip-1{ top: 17%; left: 23%;}
#overseas-map .tool-tip.tip-2{ top: 32%; left: 40%;}
#overseas-map .tool-tip.tip-3{ top: 37%; left: 43%;}
#overseas-map .tool-tip.tip-4{ top: 3%; left: 42%;}
#overseas-map .tool-tip.tip-5{ top: 37%; left: 49%;}
#overseas-map .tool-tip.tip-6{ top: 39%; left: 59%;}
#overseas-map .tool-tip.tip-7{ top: 17%; left: 76%;}
#overseas-map .tool-tip.tip-8{ top: 33%; left: 84%;}

img {
    max-width: 100%;
}