body, html
{
    padding-top:0px;
}

.hover {
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    transition: all 250ms;
}
.hover:hover {
    opacity: 0.8;
}
.hover.intense:hover {
    opacity: 0.6;
}

.btn {
    color: white !important;
    background-color: #43B083;
    border: 0 !important;
}

#categories .btn {
    font-size: 0.7rem;
    color: black;
}

#double-panel h3 {
    font-size: 2.5rem;
    font-weight: bold;
}

#double-panel .left,
#double-panel .right {
    height: 31vh;
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center center;
}
@media only screen and (max-width: 1200px) {
    #double-panel .left,
    #double-panel .right {
        height: 40vh;
    }
}
#double-panel .left {
    color: #333;
    background-image: url('/global/images/monochrome_tryyourluck.png');
}
#double-panel .right {
    color: white;
    background-image: url('/global/images/monochrome_cacti.png');
}

#promotion-banner {
  background-color: #E52328;
  color: white;
}

#banner {
    color: white;
    background-size: cover;
    background-position: center center;
}

#options a {
    border-color: #B3922F;
    letter-spacing: 0.1rem;
    font-weight: bold;
    color: #B3922F;
}
#options a:hover {
    border-bottom: 2px solid;
    padding-bottom: 0.25rem;
}
#options a.active {
    border-bottom: 2px solid;
    padding-bottom: 0.25rem;
}
#options a.TradeAccess {
    color: #022D2B;
    border-color: #022D2B;
}


#content
{
    opacity:1;
}