/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
.bxSlider
{
    display: none;
}

.bxSlider1
{
    display: block;
}

.responsive .bxSlider
{
    margin-bottom: 10px;
}

#header .bxSlider
{
    margin-bottom: 0;
}

.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important; 
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
    background:white; 
    filter:alpha(opacity=0); 
    opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption, .nivo-caption-bg {
    position:absolute;
    left:0px;
    bottom:0px;
    color:#fff !important;
    width:100%;
    z-index:14;
    padding-bottom: 6px;
    overflow: hidden;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    background: #000;
}

.nivo-caption-bg
{
    z-index: 12;
}

.nivo-caption p {
    padding: 0 10px 5px;
    margin:0;
    color:#fff !important;
}
.nivo-caption a {
    display:inline !important;
    text-decoration: none;
    color:#fff !important;
}

.nivo-caption a,
.nivo-caption h3,
.nivo-caption p
{
    color:#fff !important;
}

.nivo-caption a:hover
{
    text-decoration: underline;
}

.nivo-caption a.readmore {
    font-weight: bold;
    text-decoration: underline;
    color: #e00122 !important;
    padding: 5px 10px;
    margin-top: 6px;
}

.nivo-caption a.readmore:hover {
    color: #fff !important;
}

.nivo-caption h3
{
    margin: 0;
    margin-top: 5px;
    padding: 5px 10px 3px;
    color:#fff !important;
    font-weight: bold;
}

.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav
{
    height: 100%;
    line-height: 100%;
}
.nivo-directionNav a {
    position:absolute;
    top: 0;
    height: 100%;
    line-height: 100%;
    z-index:13;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    position: absolute;
    z-index: 14;
}
.nivo-controlNav a {
    cursor:pointer;
    
    border: 1px solid #000;
    background: #eee;
    text-indent: -5000px;
    display: block;
    height: 12px;
    width: 12px;
}
.nivo-controlNav a.active {
    font-weight: bold;
    background: #e00122;
}

.slider-wrapper
{
    position: relative;
    overflow-x: hidden;
}

.squares-bottom-left .nivo-controlNav a
{
    float: left;
    margin-left: 15px;
}
.squares-bottom-left .nivo-controlNav
{
    bottom: 13px;
}

.squares-bottom-right .nivo-controlNav a
{
    float: right;
    margin-right: 15px;
}
.squares-bottom-right .nivo-controlNav
{
    bottom: 13px;
    right: 0;
}


.squares-top-left .nivo-controlNav a
{
    float: left;
    margin-left: 15px;
}
.squares-top-left .nivo-controlNav
{
    top: 13px;
}

.squares-top-right .nivo-controlNav a
{
    float: right;
    margin-right: 15px;
}
.squares-top-right .nivo-controlNav
{
    top: 13px;
    right: 0;
}


.nivo-thumbs-enabled a
{
    width: auto;
    height: auto;
    text-indent: 0;
    display: inline;
    position: relative;
}

.nivo-thumbs-enabled
{
    position: relative;
    overflow: hidden;
    padding: 6px 0;
}
.thumbs-bottom-left .nivo-thumbs-enabled,
.thumbs-bottom-right .nivo-thumbs-enabled,
.thumbs-bottom-center .nivo-thumbs-enabled
{
    width: 9000px;
}

.nivo-thumbs-enabled img
{
    display: block;
}

.thumbs-bottom-left .nivo-controlNav a
{
    float: left;
    margin-left: 6px;
}
.thumbs-bottom-right .nivo-controlNav
{
    float: right;
}
.thumbs-bottom-right .nivo-controlNav a
{
    float: right;
    margin-right: 6px;
}

.thumbs-bottom-right .nivo-controlNav
{
    right: 0;
}
.thumbs-bottom-center .nivo-controlNav
{
    text-align: center;
    left: 0;
    right: 0;
}
.thumbs-bottom-center .nivo-controlNav a
{
    margin: 0 3px;
    display: inline-block;
    vertical-align: bottom;
}

.thumbs-left .nivo-thumbs-enabled, 
.thumbs-right .nivo-thumbs-enabled
{
    background:#000;
    position: absolute;
    padding: 0 15px;
    top: 0;
    left: 0;
    height: 100%;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}


.thumbs-right .nivo-thumbs-enabled
{
    lefT: auto;
    right: 0;
}

.thumbs-left .nivo-thumbs-enabled a, 
.thumbs-right .nivo-thumbs-enabled a
{
    DISPLAY: BLOCK;
    BORDER: NONE;
    margin: 7px 0;;
    
}

.thumbs-left .nivoSlider
{
    right:0;
}

.thumbs-right .nivoSlider
{
    left: 0;
}

.nivo-control img
{
    border: 1px solid #fff;
}

.nivo-control.active img
{
    border: 1px solid #e00122;
    
}

.nivo-prevNav
{
    text-indent: -9999px;
    opacity:0.5;
    width: 45px;
    background: transparent url(../../../../../../content/dam/common/images/component/Arrow-Left.png) center center no-repeat;
}

.nivo-nextNav
{
    text-indent: -9999px;
    opacity:0.5;
    width: 45px;
    background: transparent url(../../../../../../content/dam/common/images/component/Arrow-Right.png) center center no-repeat;
} 

.nivo-nextNav:hover
{
    background: rgba(50,50,50,.3)  url(../../../../../../content/dam/common/images/component/Arrow-Right.png) center center no-repeat;
    opacity:1.0;
} 
.nivo-prevNav:hover
{
    background: rgba(50,50,50,.3) url(../../../../../../content/dam/common/images/component/Arrow-Left.png) center center no-repeat;
    opacity:1.0;
}

.white-arrows .nivo-prevNav
{
    background: url(../../../../../../content/dam/common/images/glyphs/15-white.png) center center no-repeat;
}

.white-arrows .nivo-nextNav
{
    background: url(../../../../../../content/dam/common/images/glyphs/16-white.png) center center no-repeat;
} 

.white-arrows .nivo-nextNav:hover
{
    background: url(../../../../../../content/dam/common/images/glyphs/16-whiterollover.png) center center no-repeat;
} 
.white-arrows .nivo-prevNav:hover
{
    background: url(../../../../../../content/dam/common/images/glyphs/15-whiterollover.png) center center no-repeat;
}
.nivo-caption
{
    box-sizing: border-box;
}

.captions-left .nivo-caption,
.captions-right .nivo-caption,
.captions-left .nivo-caption-bg,
.captions-right .nivo-caption-bg
{
    bottom: 0;
    top: 0;
    width: 250px;
}

.captions-right .nivo-caption
{
    left: auto;
    right: 0;
}

.captions-left .nivo-prevNav
{
   left: 250px;
}

.captions-right .nivo-nextNav
{
   right: 250px;
}
.transparent .nivo-caption
{
    background: transparent;
    z-index: 15;
}

.black-transparent .nivo-caption
{
    background-color: transparent;
    background-color: rgba(0,0,0,.65);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000); 
    zoom: 1;
}

.overlay
{
    z-index: 13;
    position: relative;
}

#playpausebutton
{
    border: none;
    width: 17px;
    height: 17px;
    display: block;
    text-indent: -5555px;
    position: relative;
    top: -1px;
}

.nivo-caption h3.small
{
    font-size: 15px
}

.nivo-caption h3.medium
{
    font-size: 20px
}
.nivo-caption h3.large
{
    font-size: 28px
}
.nivo-caption * a
{
    position: relative;
    z-index: 10;
}

.captions-bottom.none.pause-true .nivo-caption,
.captions-bottom.none.pause-true .nivo-caption-bg
{
    padding-right: 30px;
}

.notsquares
{
    right: 8px;
    bottom: 7px;
    top: auto !important;
    left: auto;
    z-index: 15;
    position: absolute !important;
}

.captions-hidden .nivo-caption,
.captions-hidden .nivo-caption-bg
{
    display: none !important;
}

.responsive .nivoSlider
{
    height: auto !important;
}
.responsive .bxSlider
{
    overflow-x: hidden;
}

@media (max-width: 768px)
{
    .nivo-caption
    {
        width: 100% !important;
        height: auto !important;
        padding: 0 0 10px 0 !important;
        position: relative;
        background: #000 !important;
        
    }
    .nivo-caption-bg
    {
        display: none;
    }
    .nivo-caption > *
    {
        font-size: 13px !important;
    }
    
    .nivo-caption > p
    {
        font-weight: normal;
    }
    .nivo-directionNav a.nivo-prevNav
    {
        left: 0;
    }
    .nivo-directionNav a.nivo-nextNav
    {
        right: 0;
    }
    .nivo-controlNav a
    {
        float: right;
        margin-left:  0 !important;  
        margin-right: 15px;
    }
    .nivo-controlNav
    {
        float: right;
        bottom: auto !important;
        top: 13px;
        right: 0;
        background: transparent;
        height: 30px;
        display: none;

    }

    .captions-hidden .nivo-controlNav 
    {
        position: absolute;
        background: none;
    }
    .nivo-thumbs-enabled
    {
        display: none;
    }
    .nivo-directionNav a
    {
        top:5%;
    }
    
    .captions-right .nivo-caption
    {
        width:193px;
    }
}

@media (max-width: 480px) {

.nivo-directionNav a
    {
        top:0%;
    }
    
.nivo-prevNav
{
    text-indent: -9999px;
    width: 45px;
    background: transparent url(../../../../../../content/dam/common/images/component/Arrow-Left.png) center center no-repeat;
    background-position: 0% 0%;
}

.nivo-nextNav
{
    text-indent: -9999px;
    opacity: 0.5;
    width: 45px;
    background: transparent url(../../../../../../content/dam/common/images/component/Arrow-Right.png) center center no-repeat;
    background-position: 0% 0%;
} 

.nivo-nextNav:hover
{
    background: rgba(50,50,50,.3)  url(../../../../../../content/dam/common/images/component/Arrow-Right.png) center center no-repeat;
    background-position: 0% 0%;
} 
.nivo-prevNav:hover
{
    background: rgba(50,50,50,.3) url(../../../../../../content/dam/common/images/component/Arrow-Left.png) center center no-repeat;
    background-position: 0% 0%;
}

}
/*
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
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(clientlibs/default/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(clientlibs/default/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(clientlibs/default/arrows.png) no-repeat;
	text-indent:-9999px;
	border: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;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
