#tabSelect {
    margin: 0 -100px;
    height: 455px;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

#tabSelect .slides {
    width: 500px;
    height: 455px;
    position: absolute;
    top: 0;
    left: 150px;
    overflow: hidden;
}
 
#tabSelect .slide a {
    color: #9bc140;
}

#tabSelect .slides .slide {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    color: #fff;
    overflow-y: auto;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
}

#tabSelect .slides .slide.clickable {
    cursor: pointer;
}

.indicator {
    width: 100%;
    bottom: 20px;
    height: 36px;
    margin-bottom: 25px;
    vertical-align: middle;
    left: 20px;
}

.indicator .tab.active {
    color: #9bc140;
}

.indicator .tab {
    padding-left: 37px;
    text-transform: uppercase;
    padding-right: 40px;
    padding-top: 15px;
    height: 40px;
    background: #fff;
    float: left;
    cursor: pointer;
    position: relative;
}

.indicator .tab.active {

}

#tabSelectbuttons {
    text-align: center;
    font-size: 0;
    margin-bottom: 50px;
}

#tabSelectbuttons a {
    background: url("/source/975dbf24a96334a2393857f933617f5b.png") top right no-repeat #2e2e2e;
    display: inline-block;
    font-size: 24px;
    padding: 30px 50px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 475px;
    box-sizing: border-box;
}

#tabSelectbuttons a img {
    margin: -10px 0;
}

#tabSelectbuttons a:hover {
    background-color: #962628;
}

#tabSelectbuttons .watchvideo {
    background-color: #000;
}

#tabSelect {
    margin: 0;
    background-size: cover;
    background-position: center;
}

#tabSelect .slides {
    width: 100%;
    left: 0;
    top: 0;
    height: 411px;
}

#tabSelect .slides .slide {
    box-sizing: border-box;
    padding: 20px;
}

#tabSelect .slides .slide h1 {
    font-size: 30px;
    letter-spacing:0;
}

.indicator {
    width: 100%;
    bottom: 20px;
    left: 20px;
    font-family:'gotham_bookregular';
}

.hasContent p:first-child {
    margin-left: -19px;
    width: 310px;
    position: relative;
    height: 278px;
    padding-top: 29px;
    padding-left: 33px;
    background-color: rgba(0, 0, 0, .5);
    margin-top: 77px;
    padding-right: 51px;
    word-spacing: 2px;
    overflow: auto;
}

#tabTextHeader {
    background-color: #9bc140;
    width: 350px;
    height: 44px;

    margin: -317px 24px 0px -34px;
}

.hasContent #nextContainer {
    height: 18px;
    position: absolute;
    text-align: right !important;
    padding-left: 0px;
    margin-left: -19px;
    width: 310px;
    padding-top: 8px;
    background-color: rgba(0, 0, 0, .5);
}

.hasContent .tabSelectText {
    height: 100%;
    position: absolute;
    background-color: #9bc140;
    font-size: 20px;
    font-family: 'gotham_bookregular';
    line-height: 20px;
    padding-left: 36px;
    padding-top: 6px;
    letter-spacing: 2px;
    font-weight: 100;

}

@media (max-width: 880px) {
    .indicator .tab {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 640px) {
    .indicator .tab {
        display: none;
    }
}

.hasContent .prev-arrow, .hasContent .next-arrow {
    cursor: pointer;
    position: relative;
    height: 30px;
    background: #9bc140;
    float: left;
    margin-left: -1px;
    text-align: center;
    padding-left: 4px;
    width: 64px;
    margin-top: -10px;
    font-size: 15px;
    padding-top: 2px;
}

.prev-arrow:after {
    content: '';
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 30px solid #9bc140;
    border-bottom: 30px solid transparent;
    border-left: 0px solid transparent;
    border-right: 42px solid transparent;
    position: absolute;
    top: 0px;
    right: -35px;
}

.hasContent .next-arrow {
    width: 65px;
    margin-left: 245px;
    margin-top: -29px;

}

.next-arrow:before {
    content: '';
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid #9bc140;
    border-left: 50px solid transparent;
    position: absolute;
    top: -30px;
    left: -50px;
}

.hasContent .prev-arrow {
    text-align: center;
    padding-left: 4px;
    width: 64px;
}

#tabTextHeader:after {
    content: '';
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 44px solid #9bc140;
    border-bottom: 33px solid transparent;
    border-left: 0px solid transparent;
    border-right: 50px solid transparent;
    position: absolute;
    top: 0px;
    right: -49px;
}

#nextContainer {font-family:'gotham_bookregular';}

.noContent .prev-arrow {
    cursor: pointer;
    height: 20px;
    background: #9bc140;
    float: left;
    text-align: center;
    padding-left: 8px;
    font-size: 15px;
    margin-top: 197px;
    margin-left: -21px;
    width: 65px;
    left: 0;
    position: relative;
}

.noContent .next-arrow {
    position: absolute;
    cursor: pointer;
    height: 20px;
    background: #9bc140;
    float: left;
    text-align: center;
    padding-left: 7px;
    font-size: 15px;
    margin-top: 202px;
    width: 65px;
    right: 0;
}

.noContent .prev-arrow:after {
    content: '';
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 20px solid #9bc140;
    border-bottom: 20px solid transparent;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    top: 0px;
    right: -29px;
}

.noContent .next-arrow:before {
    content: '';
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #9bc140;
    border-left: 30px solid transparent;
    position: absolute;
    top: -20px;
    left: -30px;
}