/*
 * jQuery Nivo Slider v3.1
 * 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 */
/* The Nivo Slider styles */
.nivoSlider {
    position:relative;
    width:100%;
    height: 100%;
    overflow: hidden;
    min-height: 160px;
    background: #fff;
}
.nivoSlider img {
    position:absolute;
    display: none;
    z-index: 2 !important;
    height: 100% !important;
    object-fit: contain;
    object-position: left;
    top:0px;
    left:0px;
    font-family: 'object-fit: cover; object-position: left;';
    max-height: 400px;
}

#player {
    z-index: 2 !important;
    display: none;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

#playerContainer {
    background: #000;
}

.sliderIframe {
    display:block;
    width: 100%;
    height: 500px;

}

.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;
}

.nivo-slice {
    border-radius: 5px;
    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; }

.nivo-caption {
    position:absolute;
    left:0px;
    top: 0px;
    background: transparent;
    width:100%;
    z-index:8;
    opacity: 0.99;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    color: white;
    letter-spacing: 0em;

}

.nivo-caption .centered {
	background: transparent;
	padding-right: 0%;
    margin: 0 auto;
    height: 100%;
	box-sizing: border-box;
}

.nivo-caption .bg {
    position: absolute;
    width: 40%;
    left: 0;
    height: 100%;
    opacity: 0.3;
    z-index: 6;
}

.nivo-caption article {
    padding: 50px 2%;
    width: 32%;
    max-width: 500px;
    position: relative;
    z-index: 7;
}

.nivo-caption h1{
    font-size: 24px;
	color: #fff;
    font-weight: normal;
    padding: 0;
    margin:0 0 0.5em 0;
}

.nivo-caption h1 a {
	color: inherit;
	text-decoration: none;
}

.nivo-caption .grey-button {
     background-color: #002a55;
    border-radius: 0px;
    color: #fff;
    border: 2px solid #002a55;
    display: inline-block;
    font-weight: normal;
    margin-top: 30px;
    padding: 9px 30px;
}

.grey-button:hover {
    color: #fff;
    background-color: #4C79A1;
    border-color: #4C79A1;
    transition: all 0.3s ease-in-out;
}

.nivo-caption p {
    padding:0;
    margin:0;
}


.nivo-caption img {
	margin-top: 3px;
	width: 75px;
}

.nivo-html-caption {
    display:none;
}

.nivo-directionNav a{
    position: absolute;
    top: 35%;
    z-index:10;
    opacity: 0.66;
    cursor:pointer;
    display: none !important;
}

.nivo-nextNav {
    right: 0;
}
.nivo-prevNav {
    position: absolute;
    left: 20px;
    width: 70px;
    height: 125px;
    background:  url(/_local/templates/standard/images/icon-arrow-left.svg) no-repeat;
    background-size: cover;
}

.nivo-nextNav {
    position: absolute;
    right: 20px;
    width: 70px;
    height: 125px;
    background:  url(/_local/templates/standard/images/icon-arrow-right.svg) no-repeat;
    background-size: cover;
}

.nivo-controlNav {
    text-align:center;
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}


/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlOuter {
    bottom: 6px;
    height: 50px;
    left: 50%;
    margin-left: -100px;
    margin-top: -60px;
    position: absolute;
    width: 200px;
    text-align: center;
    z-index: 9 !important;
    display: none !important;
}

.nivo-controlNav {
    position: relative;
	margin: auto;
    text-align: center;
    white-space: nowrap;
    overflow: visible;
}

.nivo-controlNav a {
	cursor: pointer;
	display: inline-block;
	width: 10.66px;
	overflow: hidden;
	height: 10px;
    border: 2px solid #fff;
    border-radius: 9px;
	line-height: 55px;
	margin-right: 6px;
	text-indent: -9999;
    background: transparent;
}
.nivo-controlNav a.active,
.nivo-controlNav a:hover {
	opacity:1;
	background: #fff;
}

.nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	background: url(/_local/scripts/nivo-slider/themes/default/bullets.png) no-repeat;
	border:1px solid #999;
}

@media all and (-ms-high-contrast:none) {

     .nivoSlider img {
	    height: auto !important;
	 }


     *::-ms-backdrop, .nivoSlider img {
	    height: auto !important;
	 }
	 /*
	 #theme, #slider, .nivoSlider {
	    height: auto !important;
	 }
	 */

}

@media only screen and (min-width: 1700px) {

	.nivo-controlOuter {
	    bottom: none;
	    top: 795px;
	}

}


@media only screen and (max-width: 1500px) {

    .nivo-caption article {

        padding:  30px 10px;
        letter-spacing: 0em;
    }

}

@media only screen and (max-width: 1200px) {

    .nivo-caption .bg {
        width: 50%;
    }

	.nivo-directionNav {
        bottom: 45%;
        height: 100px;
        position: absolute;
        right: 0;
        width: 50%;
    }
    .nivo-prevNav {
        display: none;
    }

    .nivo-caption article {
        width: 45%;
        padding:  30px 10px;
        letter-spacing: 0em;
    }

    .nivo-caption article h1 {
        font-size: 20px;
    }
    .nivo-caption article p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1050px) {

    #slider {
        min-height: 225px;
    }

   .nivo-caption .bg {
        width: 60%;
    }

	.nivo-directionNav {
        width: 40%;
    }

    .nivo-caption article {
        width: 55%;
        padding:  20px 10px;
    }

}



@media only screen and (max-width: 870px) {

    .nivo-caption .bg {
        width: 65%;
    }

	.nivo-directionNav {
        width: 35%;
    }

    .nivo-caption article h1 {
        font-size: 130%;
    }

    .nivo-caption article p {
        font-size: 100%;
    }

    .nivo-caption article {
        width: 60%;
        font-size: 90%;
        padding:  20px 10px;
    }

    .nivo-caption .grey-button {
        margin-top: 20px;
        padding: 7px 30px 8px 30px;
    }

}

@media only screen and (max-width: 700px) {

     #slider {
        min-height: 180px;
     }

    .nivo-caption .bg {
        width: 100%;
    }

	.nivo-directionNav {
        display: none;
    }

    .nivo-caption article {
        width: 95%;
        padding:  20px 3% 20px 2%;
    }
}


@media only screen and (max-width: 480px) {

    #slider,
    .nivoSlider {
        min-height: 0px;
     }

    .nivo-caption {
        display: none !important;
    }

    .nivoSlider img {
        min-width: 0;
        min-height: 0;
        width: 100% !important;
    }

}

@media only screen and (max-width: 480px) {


    #slider,
    .nivoSlider {
	   min-height: 0px;

	}


}

@media only screen and (max-width: 360px) {

   #slider,
   .nivoSlider  {
	   min-height: 0;

	}

    .nivoSlider img {
        min-width: 0;
        width: 100% !important;
    }

}









