/* slider
------------------------------------------------------------------------------*/

.slider {
    position: relative;
    height: 458px;
    margin-bottom: 8px;
}
ul.bxslider > li {
    margin: 0;
}

.slider h2 {
    font-size: 15px;
    font-weight: normal;
}
.slider p {
    color: #999999;
    font-size: 15px;
    line-height: normal;
}

.sliderThumbnail .slider {
    width: 762px;
    float: left;
}
.sliderThumbnail { padding: 10px 10px 0 10px; }

.slider.type-2 {
    height: 458px;
    margin-bottom: 8px;
}

.slider.type-2 li { height: 458px; }

.slider.type-2 .top-link {
    background: #e5e6e6;
    height: 48px;
    line-height: 48px;
    color: #000;
    display: block;
    position: relative;
    float: left;
    padding: 0 33px 0 64px;
    font-size: 16px;
}

.slider.type-2 .top-link:before {
    position: absolute;
    content: "";
    width: 49px;
    height: 48px;
    top: 0;
    left: 0;
    background: #ffde00;
}

.slider.type-2 .top-link:after {
    position: absolute;
    content: "";
    width: 0;
    top: 21px;
    left: 20px;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
}

.slider.type-2 .top-link:hover {
    text-decoration: none;
}

.slider.type-2 .top-link:hover:after {
    border-color: #367c2b transparent transparent transparent;
}

.slider li {
    height: 458px;
    background-size: cover;
    position: relative;
    background-position: 50% 50%;
}

.sliderThumbnail .slider li {
    height: 458px;
}
.slider li .bt {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CC000000', endColorstr='#CC000000');
    font-size: 18px;
    padding: 10px 18px 10px 18px;
    line-height: 23px;
    height: 85px;
}

.slider.type-2 li .bt {
    padding: 22px 18px 21px 18px;
}

.slider .bx-pager {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 82px;
    text-align: center;
}

.sliderThumbnail .slider .bx-pager {
    bottom: 88px;
}

.slider.type-2 .bx-pager {
    bottom: 89px;
}

.slider .bx-pager-item {
    display: inline-block;
    text-align: left;
    text-indent: -9999em;
    z-index: 99;
    padding: 0 3px;
}

.slider .bx-pager-item a {
    height: 10px;
    width: 10px;
    display: block;
    border-radius: 20px;
    background: #f9f9f9;
}

.slider .bx-pager-item a.active,
.slider .bx-pager-item a:hover {
    background: #ffde00;
}

.bx-next,
.bx-prev {
    position: absolute;
    top: 50%;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF');
    height: 35px;
    width: 35px;
    z-index: 99;
    margin: -15px 0 0 0;
    text-indent: -999em;
}

.type-2 .bx-next,
.type-2 .bx-prev {
    display: none;
}

.bx-next {
    left: auto;
    right: 0;
}

.bx-next:after {
    position: absolute;
    top: 13px;
    left: 15px;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #367c2b;
}

.bx-prev:after {
    position: absolute;
    top: 13px;
    left: 15px;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    border-color: transparent #367c2b transparent transparent;
}

.bx-next:hover:after {
    border-color: transparent transparent transparent #999;
}

.bx-prev:hover:after {
    border-color: transparent #999 transparent transparent;
}

.slider a.more {
    font-size: 15px;
    padding-left: 12px;
    position: relative;
    line-height: 21px;
    text-decoration: none;
    color: #FFDE00 !important;
    background: none;
}

.slider a.more:hover:after {
    border-color: transparent transparent transparent #fff;
}

.slider a.more:hover {
    color: #ffffff !important;
}

.slider .more:after {
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    top: 6px;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #ffdd00;
}

.dropri {
    display: none;
}

.bxPagerPadding {
    height: 85px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CC000000', endColorstr='#CC000000');
}

#bxPagerContainer {
    float: right;
    width: 208px;
    background: #E6E6E6;
    display: none;
}

.sliderThumbnail #bxPagerContainer {
    display: block;
}

.bxPager {
    height: 373px;
    background: #E6E6E6;
    overflow-y: auto;
    text-align: center;
    padding: 16px 0;
}

.bxPager img {
    margin-top: 11px;
}

.bxPager a:first-child img { margin-top: 0; }


#hotspotwrapper {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#hotspotwrapper .hotspots {
    cursor: pointer;
    position: absolute;
    text-align: left;
    display: table;
    border-radius: 40px;
    padding-left: 1px;
    width: 42px;
    height: 43px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;

}
#hotspotwrapper #textspotbackground {
    opacity: 0;
    height: 180px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
#hotspotwrapper .textspots {
    position: absolute;
    z-index: 1000;
    width:100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: white;
    text-shadow: 0px 1px 2px black;
    top: -10px;
}
#hotspotwrapper .textspotwrapper {
    padding: 10px 10px 0px 40px;
}
#hotspotwrapper .textspots ul {
    padding-left: 0px;
    margin: 0px;
}
#hotspotwrapper .textspots ul li {
    background: none;
    height: auto;
    font-family: Roboto, Verdana, sans-serif;
    font-size: 14px;
    list-style: none;
    margin-bottom: 10px;
    margin-top: 10px;
}
#hotspotwrapper .textspots h1 {
    color: #FC0;
    font-family: "JD Sans Bold", Verdana, sans-serif;
    font-weight: normal;
    text-shadow: none;
    padding-bottom: 1px;
    padding-top: 2px;
    font-size: 24px;
    text-transform: uppercase;
    display: table;
    margin-bottom: 6px;
}
#hotspotwrapper .textspots h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    text-transform: none;
}
#hotspotwrapper .hotspots:hover {
    background-color: #FC0;
}
#hotspotwrapper .shortanimationdelay {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
}
#hotspotwrapper .longanimationdelay {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s;
}
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.2); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }
    50% { -moz-transform: scale(1.2); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }
    50% { -o-transform: scale(1.2); }
    100% { -o-transform: scale(1); }
}
@-ms-keyframes pulse {
    0% { -ms-transform: scale(1); }
    50% { -ms-transform: scale(1.2); }
    100% { -ms-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1);-ms-transform: scale(1); }
    50% { transform: scale(1.2);-ms-transform: scale(1.2); }
    100% { transform: scale(1);-ms-transform: scale(1); }
}
#hotspotwrapper .animated.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    -ms-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}



/* HERO WITH CAROUSEL */
div.hero_with_carousel {
    height: 302px !important;
    overflow: hidden;
    position: relative;
    width: 762px;
    margin-bottom: 24px;
    z-index: 1;
    overflow: hidden;
    clear: both;
}

div.hero_with_carousel div#pager {
    bottom: 0;
    display: block;
    font-size: 11px;
    padding: 5px 0;
    position: absolute;
    right: 0;
    text-align: right;
    width: 300px;
    z-index: 22;
}

div.hero_with_carousel div#pager div#pager-numbers {
    margin: 0 23px 4px 0;
}

div.hero_with_carousel div#pager div#pager-numbers a {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 3px 0 0;
    padding: 1px 4px 0;
    color: #1e6624;
}

div.hero_with_carousel div#pager div#pager-numbers a.selected {
    background-color: #FFCC00;
    color: #FFFFFF;
}

div.hero_with_carousel div#pager span.pause-resume {
    background: url("../images/banner_sprites.png") no-repeat scroll 0 0 transparent;
    bottom: 9px;
    cursor: pointer;
    display: block;
    height: 14px;
    position: absolute;
    right: 9px;
    text-indent: -99999px;
    width: 14px;
}

div.hero_with_carousel div#pager span.pause-resume.resume {
    background-position: -14px 0 !important;
}

div.hero_with_carousel ul {
    list-style: none outside none;
}

div.hero_with_carousel ul li {
    height: 302px;
    overflow: hidden;
    position: relative;
    width: 762px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

div.hero_with_carousel div.right-copy-block {
    background: transparent url(../images/heroSpace_green_bg.png) no-repeat right;
    height: 302px;
    width: 251px;
    position: absolute;
    top: 0;
    right: 0;
}
div.hero_with_carousel div.right-copy-block.with-pagination {
    background-image: url(../images/heroSpace_green_bg_pagination.png);
}
div.hero_with_carousel div.right-copy-block div.right-copy-block-inner {
    margin-left: 12px;
    padding: 20px;
    overflow: hidden;
}
div.hero_with_carousel div.right-copy-block.with-pagination div.right-copy-block-inner {
    height: 260px;
}
div.hero_with_carousel div.right-copy-block h3 {
    color: #ffcc00;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}
div.hero_with_carousel div.right-copy-block h6 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 3px 0;
}
div.hero_with_carousel div.right-copy-block a {
    background: url('../images/bullet_arrow_y.gif') no-repeat 0 4px;
    color: #ffcc00;
    padding-left: 10px;
    font-size: 13px;
}
div.hero_with_carousel div.right-copy-block a:hover {
    text-decoration: underline;
}

div.hero_with_carousel div.slide-op-text {
    color: #000000;
    background: transparent url(../images/heroSpace_green_bg.png) no-repeat right;
    height: 302px;
    width: 251px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 15;
}
div.hero_with_carousel div.slide-op-text h3 {
    color: #ffcc00;
    font-size: 22px;
    font-weight: normal;
    line-height: normal;
    margin-left: 12px;
    padding: 20px;
}
div.hero_with_carousel div.slide-op-text p {
    color: #ffffff;
    font-size: 15px;
    margin-left: 12px;
    padding: 0 20px 10px;
}

div.hero_with_carousel #slideShowOverlay {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #000000;
    height: 460px;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 944px;
    z-index: 20;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

div.hero_with_carousel #slideShowOverlay.hide {
    display: none;
}
/* HERO WITH CAROUSEL */