/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

#home-rotation-container {
    position: relative;
}

.nivoSlider {
    position:relative;
    background:#571963 url(loading.gif) no-repeat 50% 50%;
    /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

.nivo-controlNav {
    text-align: center;
    width: 270px;
    padding: 15px 0px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.nivo-controlNav a {
    display: inline-block;
    *zoom: 1;
    *display: block;
    width: 14px;
    height: 14px;
    background:url(nivoslider-nav-buttonmap-fff.png) no-repeat;
    background-position:-14px 0px;
    /*text-indent:-9999px;*/
    color: transparent;
    border:0;
    margin: 0px;
    overflow: hidden;
    filter: alpha(opacity=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
}
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.nivo-directionNav a {
    display:block;
    width:14px;
    height:14px;
    background:url(nivoslider-nav-buttonmap-fff.png) no-repeat;
    text-indent:-9999px;
    border:0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.nivo-controlNav a.nivo-nextNav {
    margin-left:6px;
    background-position:-28px 0;
    right:15px;
}
.nivo-controlNav a.nivo-prevNav {
    margin-right:6px;
    background-position:0px 0;
    left:15px;
}
.nivo-caption {
    right: 0px;
    bottom: 0px;
    position:absolute;
    top:0px;
    font-family: Helvetica, Arial, sans-serif;
    width: 275px;
    overflow: visible;
}
.nivo-caption.width790 {
    /* filter: alpha(opacity=70) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
    opacity: 0.7 !important; */
}
.nivo-caption .caption-wrapper {
    width: 200px;
    padding: 27px 35px 45px 20px;
    background-color: #571963;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.nivo-caption.width790 .caption-wrapper {
    /* background-color: #000; */
    
    background-color: rgba(0, 0, 0, 0.7) !important;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}

.nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}
.nivo-caption .caption-wrapper-object-one {
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0;
    background-image: url(nivoslider-caption-leftbg-purple.png);
    background-repeat: no-repeat;
}
.nivo-caption.width790 .caption-wrapper-object-one {
    background-image: url(nivoslider-caption-leftbg-black-pt7.png);
}
.nivoSlider .nivo-caption .caption-wrapper h3,
.nivoSlider .nivo-caption .caption-wrapper p,
.nivoSlider .nivo-caption .caption-wrapper a {
    padding: 0px;
    margin: 0px 0px 25px 0px;
}
.nivoSlider .nivo-caption .caption-wrapper h3,
.nivoSlider .nivo-caption .caption-wrapper p {
    color: #ffffff;
}
.nivoSlider .nivo-caption .caption-wrapper h3 {
    border: none;
    height: auto;
    font-size: 20px;
    line-height: 24px;
}
.nivoSlider .nivo-caption .caption-wrapper p {
    font-size: 14px;
    line-height: 20px;
}
.nivoSlider .nivo-caption .caption-wrapper .more-link {
    position: relative;
}
.nivoSlider .nivo-caption .caption-wrapper .more-link a {
    background-color: #ffffff;
    color: #571963;
    font-size: 12px;
    padding: 2px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url(/styles/border-radius.htc);
    border-radius: 3px;
    border: none;
}
.nivoSlider .nivo-caption.width790 .caption-wrapper .more-link a {
    color: #000000;
}
.nivoSlider .nivo-caption .caption-wrapper a,
.nivoSlider .nivo-caption .caption-wrapper a:hover {
    text-decoration: none;
    border: none;
}
.nivoSlider .nivo-caption .caption-wrapper div * {
    left: -1px !important;
    top: -1px !important;
}

/* enable this to center improperly sized images */
/* .nivoSlider .nivo-slice .nivo-slice-container img {
    margin: 0px auto;
} */