﻿.cr-container
{
    width: 100%;
    height: 333px;
    z-index: 100;
}
.cr-content-wrapper
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cr-content-container
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    overflow: hidden;
    margin-top: 20px;
}
.cr-img
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
}
.cr-content
{
    position: relative;
    z-index: 10;
    height: 340px;
}
.cr-content h2
{
    font-size: 50px;
    line-height: 40px;
    width: 70%;
    color: #fff;
    text-shadow: 1px -1px 1px rgba(0,0,0,0.5);
    font-family: 'Holtwood One SC' , serif;
}
.cr-content h3
{
    width: 40%;
    color: #fff;
    padding: 15px 0px;
    line-height: 30px;
}
.cr-content h3 span
{
    background: #000;
    padding: 4px 0px;
    font-style: italic;
    font-family: Georgia, serif;
    letter-spacing: 3px;
    font-size: 16px;
}
.cr-more-link
{
    text-transform: uppercase;
    color: #000;
    font-size: 11px;
    padding: 0px 5px;
}
.cr-more-link:hover
{
    text-shadow: 1px -1px 1px rgba(0,0,0,0.5);
    color: #fff;
}

.cr-thumbs
{
    position: absolute;
    left: 0;
    height: 83px;
    width: 100%;
    bottom: 11px;
    z-index: 20;
    overflow: hidden;
    background-image: url(/images/slider_nav_bg.png);
    background-position: 0 99%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.cr-thumbs div
{
    width: 20%;
    float: left;
    margin: 1.2em 3% 1.2em 1%;
    cursor: pointer;
    line-height: 1.35em;
    cursor: pointer;
    position: relative;
    display: none;
    height: 90px;
    text-align: center;
}
.cr-thumbs div:first-child
{
    margin: 1.2em 3%;
}
.cr-thumbs div:last-child
{
    margin: 1.2em 0 1.2em 3%; /*margin: 1.2em 0 1.2em 0;*/
}
.cr-thumbs img
{
    display: block;
    margin: 6px 5px 6px 0px;
    border: 4px solid #fff;
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}

.cr-thumbs h4
{
    /*position:absolute;*/
    z-index: 200; /*bottom:30px;*/
    font-size: 14px\0/;
    font-size: 0.875rem;
    text-align: center;
    color: #fff;
}
.cr-thumbs div:hover h4
{
    bottom: 30px;
}
.cr-thumbs div.cr-selected h4
{
    font-weight: bold;
}
.cr-thumbs div.cr-selected img
{
    border-color: #000;
}
.cr-nav span
{
    position: absolute;
    z-index: 50;
    text-indent: -9000px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    margin-bottom: -17px;
    left: -24px;
}
.cr-nav span.cr-nav-next
{
    background-position: bottom left;
    right: -24px;
    left: auto;
}
.cr-nav span.cr-nav-prev:hover, .cr-nav span.cr-nav-next:hover
{
    bottom: 34px;
}
.cr-hide, .cr-show, .cr-nav
{
    position: absolute;
    z-index: 50;
    left: 50%;
    margin-left: -25px;
    bottom: -10px;
    cursor: pointer;
    width: 60px;
    height: 15px;
    display: none;
}
.cr-show
{
    background-position: bottom center;
}

@media screen and (max-width: 900px)
{
    .cr-thumbs
    {
        bottom: 10%;
        height: 73px;
    }
    .cr-thumbs h4
    {
        line-height: 16px;
    }
    .cr-thumbs div
    {
        width: 20%;
    }
}
@media screen and (max-width: 768px)
{
    .cr-thumbs
    {
        bottom: 12%;
        height: 73px;
    }
}

@media screen and (max-width: 620px)
{
    .cr-thumbs
    {
        bottom: 20%;
        background-size: 100% auto;
    }
    .cr-thumbs div:last-child
    {
        margin: 1.2em 0 1.2em 3%;
    }
}
@media screen and (max-width: 500px)
{
    .cr-thumbs
    {
        bottom: 33% !important;
        height: 68px;
    }
    .cr-thumbs div
    {
        height: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 950px)
{
    .cr-thumbs
    {
        background-size: 100%;
    }
    /*.cr-thumbs div{width:25%;}*/
    .cr-thumbs h4
    {
        font-size: 12px\0/;
        font-size: .750rem;
    }
    .cr-content
    {
        height: 270px;
    }
    .cr-container
    {
        height: 283px;
    }
    .sliderAlt, .innerSlideshowWrapper
    {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px)
{
    .cr-thumbs h4
    {
        font-size: 11px\0/;
        font-size: .720rem;
    }
    /*.cr-thumbs div{width:23%; padding:0 1%;}*/
    .cr-content
    {
        height: 220px;
    }
    .sliderAlt, .innerSlideshowWrapper
    {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 479px) and (max-width: 567px)
{
    /*.cr-thumbs{background-size:100%; bottom:31%;}*/
    .cr-thumbs h4
    {
        font-size: 10px\0/;
        font-size: .625rem;
    }
    .sliderAlt, .innerSlideshowWrapper
    {
        height: 260px;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px)
{
    .sliderAlt
    {
        display: none;
    }
    .sliderMobView
    {
        display: block !important;
        position: relative;
        margin-bottom: 2em;
    }
    .sliderMobView img
    {
        padding-bottom: 110px;
    }
    .sliderDescMob
    {
        background-image: url(/images/tab_bg_mob.png);
        background-position: 0 0;
        bottom: 0;
        left: 0;
        position: absolute;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }
    .sliderDescMob p
    {
        font-size: 11px\0/;
        font-size: .725rem;
        padding-top: 1em;
    }
    .sliderDescMob em
    {
        font-style: italic;
    }
}