/* Carousel Styles */
.carousel-inner img {
    max-height: 65vh;
    max-width: none !important;
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.carousel-control.left span {
    padding: 15px;
}

.carousel-control.right span {
    padding: 15px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
    background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 10%;
    left: 20px;
    right: 20px;
    color: #fff;
    line-height: 1;
}

.header-text .heading {
    text-align: left;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 10px;
}

.header-text .subheading {
    text-align: left;
    margin-bottom: 20px;
}

.header-text .button {
    text-align: left;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
    border-radius: 20px;
    padding: 6px 25px;
}

.btn-theme {
    background-color: transparent;
    margin-right: 15px;
    transition: all 0.4s ease-in-out;
}

.btn-theme:hover {
    color: #000 !important;
    background-color: #FFF;
    transition: all 0.2s ease-in-out;
}

.caption-text {
    position: absolute;
    bottom: 40px;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #FFFFFF;
    line-height: 1;
}

.caption-text .caption {
    font-weight: bold;
}
.caption-text .caption span {
    padding: 5px;
}

@media screen and (min-width: 769px) {
    .header-text .heading, .caption-text .caption span {
        background: none !important;
        padding: 0px;
    }
}
@media screen and (max-width: 768px) {
    .btn-theme {
        color: #000 !important;
        background-color: #FFF;
    }
    
    .carousel-indicators {
        bottom: 23px !important;
    }
}
@media screen and (min-width: 1400px) {
    
    .header-text .heading {
        font-size: 3.6vmin;
    }
}

.carousel-indicators {
    bottom: 25px;
}

.carousel-indicators .active,
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border: 2px solid #FFFFFF;
    margin: 0px 12px;
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.1);
}
.slideshow-1-module .guild-branding {
    position: absolute;
    left: 0px;
    bottom: 0px;
    max-width: 50%;
    -webkit-transform: translateY(16%);
    transform: translateY(16%);
    pointer-events: none;
}
.slideshow-1-module .slide {
    height: 50vh;
    min-height: 320px;
}
.slideshow-1-module .item:not(.active).prev .header-text, .slideshow-1-module .item:not(.active).next .header-text {
    opacity: 0;
}
.slideshow-1-module .item.active .heading {
    animation: slideshow-1-heading .7s;
}
.slideshow-1-module .slideshow-1-cta
{ 
    position:relative;
    min-height:105px;
    line-height:105px;
    text-align:center;
}
.slideshow-1-module .slideshow-1-cta .ctaText
{
    font-size:2em; 
    vertical-align:middle;
}
.slideshow-1-module .slideshow-1-cta .buttonholder
{
    margin-left:4%;
    vertical-align:middle;  
}
.slideshow-1-module .slideshow-1-cta .btn-round
{
    font-size: 1.3em;
    padding: 0.4em 2em 0.3em;
}
.slideshow-1-module .slideshow-1-cta .border
{
    height:5px;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
}

.slideshow-1-module .slideshow-1-cta .yellowcurve-transparent
{
    bottom:100%;
}

@keyframes slideshow-1-heading {
    0% { opacity: 0; transform: translateX(200px); }
    100% { opacity: 1; transform: translateX(0px); }
}
.slideshow-1-module .item.active .subheading {
    animation: slideshow-1-subheading .95s;
}
@keyframes slideshow-1-subheading {
    0% { opacity: 0; transform: translateX(200px); }
    10% { opacity: 0; transform: translateX(200px); }
    100% { opacity: 1; transform: translateX(0px); }
}
.slideshow-1-module .item.active .button {
    animation: slideshow-1-button 1.15s;
}
@keyframes slideshow-1-button {
    0% { opacity: 0; transform: translateX(200px); }
    20% { opacity: 0; transform: translateX(200px); }
    100% { opacity: 1; transform: translateX(0px); }
}
@media screen and (max-width: 800px)
{
    .slideshow-1-module .slideshow-1-cta
    {
        line-height:50px;
        padding:25px 15px;
    }
    .slideshow-1-module .slideshow-1-cta .buttonholder
    {
        margin-left:0;
        margin-top:10px;
        display:block;
    }
}
@media screen and (max-width: 480px) {
    .slideshow-1-module .slide {
        background-position-x: 170vw !important;
    }
}