﻿/*Carousel*/
@media (max-width: 470px), (max-device-width: 470px) {
    .carousel-2 div.pagerContainer div.caption
    {
        display: none;
    }
}
.carousel-2 {
	background: none;
    padding: 10px 20px;
	position: relative;
	font-family: Arial,Helvetica,sans-serif;
	visibility: hidden;
}
 
.carousel-2 .caroufredsel_wrapper {
    margin: 0 !important;
}
 
.carousel-2 ul {
    list-style: none;
    z-index: 1;
    margin: 0 20px 0 20px;
    min-height: 120px;
    min-width: 245px;
}
 
.carousel-2 div.slideContainer {
    min-height: 80px;
    min-width: 115px;
    margin: 0px auto 25px auto; 
    width: 95%;
    position: relative;
    padding-bottom: 5px;
    overflow: hidden;
}
   
.carousel-2 li {
    float: left;
}
.carousel-2 li:first-child {
}
 
.carousel-2 li a {
    position: relative;
    border: 1px solid #808080;
    height: 100%;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}

.carousel-2 li a img
{
    border: 1px solid #808080;
    height:78px;
}

.carousel-2 li a img.imagedistortion
{
    width: 135px !important;
    height: 101px !important;
}
 
.carousel-2 li a.selected {
    border-color: Black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

.carousel-2 div.pagerContainer {
    background: #C3B79F;
	width: 100%;
    margin: 15px 0px 0px 0px;
    bottom: 0;
}

.pagerColumn {
    display: table-cell;
    vertical-align: middle;
}
.pagerColumn:first-child{
    width: 64px;
    padding-left: 4px;
}
.pagerColumn:last-child {
    width: 72px;
    vertical-align: bottom;
    padding-right: 4px;
}

.carousel-2 div.slideContainer div.slide {
	width: 100%;
	height: 110px;
    overflow:hidden;
}

.carousel-2 div.slide ul {
    list-style: none;
    width:90%;
    text-align: justify;
    margin-left: 5%;
    font-size: 0.1px; /* IE 9/10 don't like font-size: 0; */
}
.carousel-2 div.slide li {
    display: inline-block;
}

.carousel-2 div.slide ul:after {
    content: '';
    width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
    display: inline-block;
}

.carousel-2 div.slide a {
    display: block;
}

.carousel-2 div.slideContainer div.slide a.oneImage {
	position: relative;
	width: 170px;
	height: 110px;
	margin-left: 12px;
	border: 1px solid #808080;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	cursor: pointer;
    overflow: hidden;
}

.carousel-2 div.slideContainer div.slide a.oneImage:first-child {
	margin-left: 0px;
}

.carousel-2 div.slideContainer div.slide a.oneImage img {
    max-width: 170px;
    max-height: 110px;
	position: absolute;
    border: 1px solid #808080;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.carousel-2 div.slideContainer div.slide a.selected {
	border-color: Black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.carousel-2 div.pagerContainer a.previousButton, .carousel-2 div.pagerContainer a.nextButton {
	display: block;
	width: 22px;
	height: 22px;
	float: left;
	background: url('../images/carouselSprite.png');
}

.carousel-2 div.pagerContainer a.previousButton {
	background-position: 0px -72px;
}

.carousel-2 div.pagerContainer a.nextButton {
	background-position: -22px -72px;
    margin-left: 10px;
}

.carousel-2 div.pagerContainer div.moreButtonContainer a.moreButton {
    display: block;
    line-height: 23px;
    font-size: 10px;
    font-weight: bold;
    text-shadow: 0px 1px 1px White;
    color: Black;
    cursor: pointer;
    text-align: right;
}

.carousel-2 div.pagerContainer span.ieFix {
	height: 22px;
	line-height: 22px;
}

.carousel-2 div.pagerContainer a.moreButton span {
	display: block;
	width: 9px;
	height: 9px;
	background: url('../images/carouselSprite.png') -44px 0px;
	position: absolute;
	right: 0px;
	top: 8px;
}

.carousel-2 div.pagerContainer div.caption {
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	color: #555555;
}

.carousel-2-imagedistortion
{
    width: 100%;
    height: 100%;
    top: 0px !important;
    left: 0px !important;
}

.carousel-2 .smallVideoOverlay {
	background: url('../images/dgovImageSprite.png') 0px -37px no-repeat;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left:-7px;
	margin-top:-7px;
	z-index: 2;
}

.carousel-2 .videoOverlay {
	background: url('../images/dgovImageSprite.png') -44px 0px no-repeat;
	width: 82px;
	height: 82px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -41px;
	margin-top: -41px;
	z-index: 2;
}


.slideshow-with-thumbs.royalSlider {
  width:100%;
  background:#111;
  overflow:hidden;
}
.slideshow-with-thumbs.royalSlider .rsGCaption{
  transition:bottom .2s;
  bottom:-1000px;
  padding: 10px 8px;
}
.slideshow-with-thumbs.royalSlider:hover .rsGCaption{
  bottom: 76px;
}
.slideshow-with-thumbs.royalSlider .rsGCaption .slideTitle {font-weight:bold;}
.slideshow-with-thumbs.royalSlider .rsLink {
  left:0;
  top:0;
  position:absolute;
  width:100%;
  height:100%;
  display:block;  
  z-index: 20;
  background: transparent;
  -webkit-backface-visibility: hidden;
  text-indent: -999em;
}

/*TODO: Delete the old slideshow*/

/***********/
/*Slideshow*/
/***********/
@media (max-width: 1199px), (max-device-width: 1199px)
{
    .slideshow-3 div.pagerContainer div.carousel a
    {
        margin: 3px 0px 0px 3px !important;
    }
}
@media (max-width: 991px), (max-device-width: 991px)
{
    .slideshow-3 div.pagerContainer div.carousel a
    {
        margin: 3px 0px 0px 6px !important;
    }
}
@media (max-width: 784px), (max-device-width: 784px) {
    .slideshow-3 .slideContainer img
    {
        position: absolute !important;
        max-height: 100%;
        max-width: 100%;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        -ms-transform: translate(-50%, -50%); /* IE 9 */
        -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
        transform: translate(-50%, -50%);
        position: absolute !important;
    }
    
    .slideshow-3 .slideContainer img.imagedistortion {
        top: 0 !important;
        left: 0 !important;
        margin-right: 0 !important;
        transform: none !important;
        width: 100%;
        height: 100%;
    }

    .slideshow-3 .slideContainer .slide > a
    {
        height: 0 !important;
        padding: 66.67% 0 0 0;
        display: block !important;
    }

}

.slideshow-3 {

	visibility: hidden;
    background: Black;
    border: solid 1px #878785;
    position: relative;
    overflow: hidden;
    font-family: Arial,Helvetica,sans-serif;
    /*max-width: 638px;*/
    margin-bottom: 25px; /* Spacing belongs in container */
}

.slideshow-3-pager-9 {
	/*width: 750px;*/
}

.slideshow-3.slideshow-3-pager-9 {
    height: 346px;
}

.slideshow-3-pager-8 {
	/*width: 720px;*/
}

.slideshow-3.slideshow-3-pager-8 {
    height: 346px;
}

.slideshow-3-pager-7 {
    /*width: 616.65px;*/
}

.slideshow-3.slideshow-3-pager-7 {
    height: 346px;	
}

.slideshow-3-minimum {
	height: auto;
	width: 100%;
	overflow: visible;
    max-width: 100%;
}

.slideshow-3 .slideContainer {
	overflow: hidden;
	z-index: 1;
}

.slideshow-3-pager-9 .slideContainer, .slideshow-3-pager-9 .slideContainer .slide {
	height: 346px;
}

.slideshow-3-pager-9 .slideContainer .slide > a {
	height: 346px !important;
}

.slideshow-3-pager-8 .slideContainer, .slideshow-3-pager-8 .slideContainer .slide {
	height: 346px;
}

.slideshow-3-pager-8 .slideContainer .slide > a {
	height: 346px !important;
}

.slideshow-3-pager-7 .slideContainer, .slideshow-3-pager-7 .slideContainer .slide {
	height: 346px;
}

.slideshow-3-pager-7 .slideContainer .slide > a {
	height: 346px !important;
}

.slideshow-3-minimum .slideContainer, .slideshow-3-minimum .slideContainer .slide {
	height: auto;
	width: 100%;
}

.slideshow-3-pager-9 .pagerContainer {
    /*width: 750px;*/
}

.slideshow-3-pager-8 .pagerContainer {
	/*width: 625px;*/
}

.slideshow-3-pager-7 .pagerContainer {
	/*width: 616.65px;*/
}

.slideshow-3-minimum .slideContainer .details {
	display: none;
}

.slideshow-3-minimum .slideContainer .pagerContainer {
	display: none;
}

.slideshow-3 div.slideContainer {
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    border-bottom: solid 1px #6D6E68;
    position: relative;
    z-index: 201;
}


.slideshow-3 div.pagerContainer {
    width:100%;
    height: 40px;
    position: absolute;
    background-color:black;
    bottom: 0px;
    left: 0;
    z-index: 203;
}

.slideshow-3 a.prevImage, .slideshow-3 a.nextImage {
    width: 43px;
    height: 61px;
    background-image: url('../images/imageSprite.png');
    position: absolute;
    top: 35%;
    z-index: 202;
    display: none;
}

.slideshow-3 a.prevImage {
    background-position: 0px -41px;
    left: 0px;
}

.slideshow-3 a.nextImage {
    background-position: -44px -41px;
    right: 0px;
}

.slideshow-3 div.slideContainer div.slide {
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    position: relative;
    overflow: hidden;
}

.slideshow-3 div.slideContainer div.slide a {
    position: relative;
}

.slideshow-3 div.slideContainer div.slide a img {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.slideshow-3 div.slideContainer div.slide div.details {
    width: 80%;
    height: 120px;
    margin-left:10%;
    margin-right:10%;
    background: Black;
    padding-left:10px;
    padding-right:10px;
    color: White;
    position: absolute;
    top: 307px;
    z-index: 202;
    overflow: auto;
    padding: 5px 5px 5px 5px;
    font-family: Helvetica, Arial, Sans-Serif;
}

.slideshow-3 div.slideContainer div.slide div.details div.slideTitle {
    color: White;
    font-weight: bold;
    font-size: 16px;
    padding: 2px 2px 2px 2px;
}

.slideshow-3 div.slideContainer div.slide div.details div.slideCaption {
    font-size: 12px;
    padding: 2px 2px 2px 2px;
}

.slideshow-3 div.slideContainer div.slide div.details div.slideLinks {
    font-weight: bold;
    font-size: 12px;
    padding: 2px 2px 2px 2px;
    color: #55B0FF;
    text-align: center;
}

.slideshow-3 div.slideContainer div.slide div.details div.slideLinks a.link {
    color: #55B0FF;
    text-decoration: none;
}

.slideshow-3 div.slideContainer div.slide div.details div.slideLinks a.link:hover {
    color: White;
}

.slideshow-3 div.pagerContainer a.prevCarousel {
    display: block;
    width: 22px;
    height: 33px;
    position: absolute;
    left: 0px;
    bottom: 0;
    background: url('../images/imageSprite.png') 0px -103px Black;
}

.slideshow-3 div.pagerContainer a.nextCarousel {
    display: block;
    width: 22px;
    height: 33px;
    position: absolute;
    right: 25px;
    bottom: 0;
    background: url('../images/imageSprite.png') -23px -103px Black;
}

.slideshow-3 div.pagerContainer div.carousel {
    width: 80%;
    height: 33px;
    position: absolute;
    left: 25px;
    top: 7px;
    background: Black;
    overflow: hidden;
}

.slideshow-3 div.pagerContainer div.carousel div.groupMaster {
    position: absolute;
    left: 0px;
    top: 0px;
}

.slideshow-3 div.pagerContainer div.carousel div.group {
    width: 100%;
    height: 33px;
    float: left;
}

.slideshow-3 div.pagerContainer a.firstCarousel, .slideshow-3 div.pagerContainer a.lastCarousel {
    display: block;
    width: 0px;
    height: 0px;
    line-height: 0px;
}

.slideshow-3 div.pagerContainer div.carousel a {
    display: inline-block;
    width: 31px;
    height: 25px;
    border: solid 1px Black;
    margin: 3px 0px 0px 6px;
    overflow: hidden;
    position: relative;
}

.slideshow-3 div.pagerContainer div.carousel a.activeSlide {
    margin-top: 1px !important;
    border: 2px solid white;
}

.slideshow-3 div.pagerContainer div.carousel a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.slideshow-3-imagedistortion {
    width: 100%;
    height: 100%;
    top: 0px !important;
    left: 0px !important;
}

.slideshow-3 .smallVideoOverlay {
    background: url('../images/dgovImageSprite.png') 0px -37px no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
    z-index: 2;
}

.slideshow-3 .videoOverlay {
    background: url('../images/dgovImageSprite.png') -44px 0px no-repeat;
    width: 82px;
    height: 82px;
    position: absolute;
    margin-left: 277px;
    margin-top: -219px;
    z-index: 2;
}

/*End TODO: Delete old slideshow*/
    
/*************/
/*Top Rotator*/
/*************/
@media (max-width: 784px), (max-device-width: 784px) {

    .top-rotator-2 .slideContainer img
    {
        position: absolute !important;
        max-height: 100%;
        max-width: 100%;
        top: 50% !important;
        left: 50% !important;
        margin-right: -50%;
        -ms-transform: translate(-50%, -50%); /* IE 9 */
        -webkit-transform:  translate(-50%, -50%); /* Chrome, Safari, Opera */
        transform: translate(-50%, -50%);
    }

    .top-rotator-2 div.slideContainer div.slide div.leftSide img.imagedistortion
    {
        top: 0 !important;
        left: 0 !important;
        margin-right: 0 !important;
        transform: none !important;
        width: 100% !important;
        height: 100% !important;
    }

    .top-rotator-2 .slideContainer .slide .leftSide > a
    {
        height: 0 !important;
        padding: 66.67% 0 0 0;
        display: block !important;
    }

    .top-rotator-2 div.slideContainer div.slide div.leftSide
    {
        width: 100% !important;
        min-width: inherit !important;
        left: 0 !important;
        top: 0 !important;
        position: relative !important;
    }
    /* hide right pane now*/
    .top-rotator-2 div.slideContainer div.slide div.rightSide
    {
        display:none !important;
    }

    .top-rotator-2 div.slideContainer
    {
        height: auto !important;
        min-height: inherit !important;
    }
}/* end of max 784px*/
 
.top-rotator-2 div.slideContainer div.slide div.leftSide img
{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*transform: none !important;*/
}

.top-rotator-2 div.slideContainer div.slide div.leftSide img.imagedistortion
{
    top: 0 !important;
    width: 400px;
    height: 245px;
}

.top-rotator-2 a.prevImage, .top-rotator-2 a.nextImage
{
    width: 43px;
    height: 61px;
    background-image: url('../images/imageSprite.png');
    position: absolute;
    top: 35%;
    z-index: 202;
}

.top-rotator-2 a.prevImage
{
    background-position: 0px -41px;
    left: 0px;
}

.top-rotator-2 a.nextImage
{
    background-position: -44px -41px;
    right: 0px;
}

.top-rotator-2
{
    background: #36332C;
    position: relative;
    overflow: hidden;
    z-index: 200;
    font-family: Arial,Helvetica,sans-serif;
    border: 1px solid #CFCCC5;
    color: #F6F3EC;
    visibility: hidden;
    margin-bottom: 25px; /*Spacing belongs in container */
}

.top-rotator-2-pager-9
{
    /*width: 638px;*/
}

.top-rotator-2-minimum
{
    width: 100%;
    visibility: hidden;
}

.top-rotator-2 div.slideContainer
{
    width: 100%;
    min-height: 302px;
    position: relative;
    z-index: 201;
}

.top-rotator-2 div.pagerContainer
{
    width: 100%;
    height: 18px;
    text-align: right;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 202;
}

.top-rotator-2 div.slideContainer div.slide
{
    width: 100%;
    height: 100%;
    position: relative;
}

.top-rotator-2 div.slideContainer div.slide div.creator
{
    position: absolute;
    left: 15px;
    bottom: 1px;
    color: #CFCCC5;
}

.top-rotator-2 div.slideContainer div.slide div.leftSide
{
    position: absolute;
    width: 62%;
    height: 245px;
    left: 15px;
    top: 15px;
    overflow: hidden;
}


.top-rotator-2 div.slideContainer div.slide div.rightSide
{
    width: 35%;
    height: 260px;
    margin-right: 5px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.top-rotator-2 div.slideContainer div.slide div.rightSide div.slideText
{
    height: 95%;
    padding-top: 10px;
    padding-left: 15px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.top-rotator-2 div.slideContainer div.slide div.rightSide div.slideText div.slideTitle
{
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

.top-rotator-2 div.slideContainer div.slide div.rightSide div.slideText div.slideCaption
{
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
}

.top-rotator-2 div.slideContainer div.slide div.rightSide div.slideLinks
{
    padding-left: 5px;
    height: 20px;
}

.top-rotator-2 div.slideContainer div.slide div.rightSide div.slideLinks a.link
{
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin: 2px 0px 0px 2px;
    color: #F6F3EC;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 4px;
    text-decoration: none;
}

.top-rotator-2 div.slideContainer div.slide div.rightSide div.slideLinks a.link:hover
{
    text-decoration: underline;
}

.top-rotator-2 div.pagerContainer a.page
{
    width: 17px;
    height: 18px;
    margin: 3px 0px 0px 5px;
    display: inline-block;
    text-decoration: none;
    background: #7B7B7B;
}

.top-rotator-2 div.pagerContainer a.page.activeSlide
{
    background: #9D0000;
}

.top-rotator-2-imagedistortion
{
    width: 100%;
    height: 100%;
    top: 0px !important;
    left: 0px !important;
}

.top-rotator-2 .smallVideoOverlay
{
    background: url('../images/dgovImageSprite.png') 0px -37px no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
    z-index: 2;
}

.top-rotator-2 .videoOverlay
{
    background: url('../images/dgovImageSprite.png') -44px 0px no-repeat;
    width: 82px;
    height: 82px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -41px;
    margin-top: -41px;
    z-index: 2;
}

/*slider controls for 16:9 slideshow*/
.slide-control { position: absolute; top: 0; height: 70%; width: 40px; cursor: pointer; color: #fff; z-index: 1001; display: none; }
.slide-control.right { right: 0; }
.slide-control.left { left: 0; }
.slide-control .fa { font-size: 45px; line-height: 1; margin-top: -23px; position: absolute; top: 50%; left: 0; right: 0; text-align: center; }

.top-rotator:hover .slide-control { 
    display: block; 
    animation: fade 0.5s linear;
}

.top-rotator .pagerContainerSection { position: relative; }
.pager-control { position: absolute; top: 0; height: 100%; width: 15px; cursor: pointer; color: #fff; z-index: 1001; display: none; background-color:black; }
.pager-control.right { right: 0; }
.pager-control.left { left: 0; }
.pager-control .fa { font-size: 20px; line-height: 1; margin-top: -10px; position: absolute; top: 50%; left: 0; right: 0; text-align: center; }
.pagerContainerSection.pager-scroll-buttons-needed:hover .pager-control { 
    display: block; 
    animation: fade 0.5s linear;
    opacity: 0.8;
}

.top-rotator .pagerContainer::-webkit-scrollbar { width: 0 !important }
.top-rotator .pagerContainer { overflow: -moz-scrollbars-none; }
.top-rotator .pagerContainer { -ms-overflow-style: none; }

/*Top Rotator*/
.top-rotator { background: #eee; visibility: hidden; }
.top-rotator .slideContainer { position: relative; z-index: 11; }
.top-rotator .slideContainer:after { content: ""; display: table; clear: both; }
.top-rotator a { transition: all 0.25s ease; }
.top-rotator .pagerContainer { height: 100px; background-color: #000000; overflow-x: auto; overflow-y: hidden; white-space: nowrap; }
.top-rotator a.page { width: 20px; height: 20px; margin: 3px 0px 0px 5px; display: inline-block; text-decoration: none; background: #333; color: white; text-align: center; font-size: 11px; line-height: 20px; }
.top-rotator a.page:hover { background: #807849; transition: all 0.35s ease; }
.top-rotator a.page.activeSlide { background: #807849; }
.top-rotator .slide { width: 100%; }
.top-rotator .top { overflow: hidden; height: 0; padding-top: 56.25%; background: #fff; position: relative; }
.top-rotator a.slide-inner { display: block; background-color: white; background-repeat: no-repeat; text-decoration: none; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background-size: cover; background-position: 50% 50%; }
.top-rotator a.slide-inner.slide-inner-portrait { background-size: auto 100%; background-position: 50% top; }
.top-rotator .slide img { position: absolute; left: -999em; }
.top-rotator .bottom { display: block; position: relative; padding: 20px; background: #eee; }
.top-rotator .creator { position: absolute; left: 15px; bottom: 1px; color: #CFCCC5; }
.top-rotator .slideTitle { color: #123d64; font-size: 20px; font-weight: bold; padding: 0; margin: 0 0 10px; }
.top-rotator .slideCaption { display: block; font-size: 14px; margin-bottom: 10px; min-height: 40px; }
.top-rotator .slideLinks { font-size: 12px; max-width: 50%; min-height: 20px; }
.top-rotator .slideLinks a.link { display: inline-block; border-left: 1px solid #45668E; margin: 0 7px 0 0px; padding: 0 0 0 7px; line-height: 1em; font-size: 14px; }
.top-rotator .slideLinks a.link:first-child { border: none; padding: 0; }
.top-rotator-imagedistortion { width: 100%; height: 100%; top: 0px !important; left: 0px !important; }
.top-rotator .smallVideoOverlay { background: url('../images/dgovImageSprite.png') 0px -37px no-repeat no-repeat; width: 14px; height: 14px; position: absolute; left: 50%; top: 50%; margin-left: -7px; margin-top: -7px; z-index: 2; }
.top-rotator .videoOverlay { background: url('../images/dgovImageSprite.png') -44px 0px no-repeat no-repeat; width: 82px; height: 82px; position: absolute; left: 50%; top: 50%; margin-left: -41px; margin-top: -41px; z-index: 2; }
.top-rotator .YouTubeContainer, .top-rotator .DvidsVideo { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.top-rotator.slideshow .bottom {
  background-color: rgba(0,0,0,0.5);
  position:absolute;
  bottom:0;
  right: 0;
  width: 100%;
  overflow:hidden;
  padding: 10px;
  display: none;
}
.top-rotator.slideshow .slideText{}
.top-rotator.slideshow .slideTitle{font-size:16px;font-family: 'Orbitron', sans-serif;text-transform:uppercase;margin-bottom:0;}
.top-rotator.slideshow .slideTitle a, .top-rotator.slideshow .slideCaption{color:#fff;text-shadow: 3px 3px 2px rgba(0,0,0,.75)}
.top-rotator.slideshow .slideTitle a{}
.top-rotator.slideshow .slideCaption{font-size:12px;text-shadow:2px 2px 0px rgba(0,0,0,.75);min-height: 20px;}
.top-rotator.slideshow a.slide-inner.slide-inner-portrait{background-color:#222;}
.top-rotator.slideshow .DvidsVideo, .top-rotator.slideshow .YouTubeContainer{z-index:1;}
.top-rotator.slideshow .slideLinks{ min-height: inherit; }

.top-rotator:hover .bottom {
    display: block;   
    animation: fade 0.5s linear
}
@keyframes fade {
  0%,100% { opacity: 0 }
  100% { opacity: 1 }
}

@media (max-width: 767px) {
  .top-rotator .slide-control { display: none; }
  .slide-control {position: absolute; top: 0; height: 50%; }
  .top-rotator div.slideContainer div.slide div.bottom div.slideLinks { min-height: 0; }
  .top-rotator-2 .split { width: auto; float: none; }

  .top-rotator.slideshow .slideTitle{font-size:20px;}

}
@media (max-width: 600px) {
  .top-rotator.slideshow .slideCaption{display:none;}
}

.cycle-thumb {
    height: 100px !important;
    white-space: nowrap;
    text-align: center; 
    margin-right: 4px; 
    display: inline;
    position: relative;
}

.cycle-thumb:before,
.cycle-thumb_before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.cycle-thumb img {
    vertical-align: middle;
    margin: auto;
    max-height: 72px;
    max-width: 160px;
}

.cycle-thumb a {
    height: 72px;
    display: inline-block;
    background-color:#02874a;
}

.cycle-thumb.activeSlide {
    
}

.cycle-thumb.activeSlide img {
    opacity: 0.3;
}

.cycle-thumb {
    list-style:none;
    behavior: expression(
        function(t){
            t.insertAdjacentHTML('afterBegin','<span class="frame_before"></span>');
            t.runtimeStyle.behavior = 'none';
        }(this)
    );
}