﻿.carousel-caption {
    font-family: flamabold;
    bottom: 35%;
    font-size: 40px;
}

.carousel-item-title .h1 {
    font-size: 80px;
    color: #ffffff;
}

.carousel-indicators { bottom: 50px; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .thumbnail a > img, .thumbnail > img {
    max-height: 777px;
    width: 100%
}

.CarouselBtn {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-family: flamamedium;
    color: #f5f5f5;
    font-size: 14px;
    padding: 7px 20px;
    border: solid #f5f5f5 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.CarouselBtn:hover {
    background: #ff1240;
    text-decoration: none;
    color: #f5f5f5;
    border: solid #ff1240 2px;
}

.BottomCarouselBtn {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-family: flamamedium;
    color: #f5f5f5;
    font-size: 13px;
    padding: 6px 20px;
    border: solid #f5f5f5 2px;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 15px;
}

.BottomCarouselBtn:hover { color: #f5f5f5; }

.carousel-bottom {
    background-color: #ff1240;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 11;
    opacity: 0.9;
    /*margin-top:-50px*/
}

.CarouselBottomContent {
    font-family: flamabasic;
    color: #f5f5f5;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

.CarouselBottomContent span {
    font-family: flamamedium;
    color: #f5f5f5;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

/*Carousel Animation*/

/*End Carousel Animation*/

.carousel-fade .active.left, .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 2;
}

.carousel-fade .next, .carousel-fade .prev {
    left: 0;
    opacity: 1;
    z-index: 1;
}

.carousel-fade .item { transition: opacity 1s ease 0s; }

/* Responsive Video */

.wrapper {
    position: relative;
    width: 100%;
}

.inner-intro {
    background-color: #f7f7f7;
    display: block;
    height: 530px;
    position: relative;
}


.full-screen-intro {
    /*overflow: hidden;*/
    position: relative;
}

.content-cap-wraper {
    display: table;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.full-cap-wraper {
    display: table;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.content-caption {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 100%;
}

.content-caption-botom {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    height: 10%;
}

/* End Responsive Video */

/* Sticky Bar */

.sticky {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    border-top: 0;
    margin-top: 0;
}

/* End Sticky Bar */

@media (max-width: 1270px) {
    .carousel-item-title .h1, h1 { font-size: 60px; }

    .carousel-caption { bottom: 25%; }
}

@media (max-width: 910px) {
    .carousel-item-title .h1, h1 { font-size: 40px; }

    .carousel-caption { bottom: 25%; }
}

@media (max-width: 780px) {
    .carousel-bottom { margin-top: 0; }

    .carousel-indicators { bottom: 10px; }
}

@media (max-width: 590px) {
    .CarouselBtn { font-size: 10px; }
}

@media (max-width: 530px) {
    .carousel-item-title .h1, h1 { font-size: 30px; }

    .carousel-caption { bottom: 5%; }

    .carousel-indicators { bottom: 0; }
}

@media (max-width: 360px) {
    .carousel-item-title .h1, h1 { margin-bottom: -15px; }
}

@media (max-width: 767px) {
    .carousel-bottom {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .CarouselBottomContent { font-size: 12px }
}

/* Standard Slider */

.StandardSlider .carousel > .StandardSlider .carousel-inner > .StandardSlider .item > .StandardSlider .circleElement {
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 11%;
    left: 39%;
    width: 400px;
    height: 400px;
    opacity: .5;
}

.StandardSlider .carousel-control {
    width: 60px;
    height: 0;
    /*margin-top: -20px;*/
    top: 35%;
    font-size: 100px;
    background: none;
    border: none;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.StandardSlider .carousel-caption {
    padding: 35px;
    text-align: center;
}

.StandardSlider .carousel-caption h4 {
    font-family: "lato";
    font-weight: 100;
    font-size: 61px;
}

.StandardSlider .carousel-caption p {
    font-family: "lato";
    margin-top: 39px;
    font-size: 22px;
    margin-bottom: -8px;
    font-weight: 300;
    line-height: 30px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active { opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1; }

.StandardSlider .carousel-fade, .StandardSlider .carousel-control { z-index: 2; }

.StandardSlider .carousel-indicators {
    top: 35px;
    background: #404549;
    padding: 30px;
    border-radius: 10px;
    background: none;
    bottom: -35px;
    padding: 0;
    border: 0;
    top: inherit;
}

.StandardSlider .carousel-indicators li {
    cursor: pointer;
    /*background-color: #999;
    background-color: rgba(255, 255, 255, 0.3);*/
    background-color: #d3d3d3;
    border: #d3d3d3;
    margin: 0;
}

.StandardSlider .carousel-indicators .active {
    background-color: #ff3442;
    width: 10px;
    height: 10px;
    border: #ff3442;
}


@media (max-width: 991px) {
    .StandardSlider .carousel-control {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 60px;
        font-weight: 300;
        height: 0;
        top: 40%;
        width: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .StandardSlider h1 { font-size: 30px !important; }

    .StandardSlider .carousel-caption {
        padding: 15px;
        text-align: center;
    }

    .StandardSlider .carousel-caption h4 { font-size: 30px; }

    .StandardSlider .carousel-caption p {
        margin-top: 10px;
        font-size: 10px;
        margin-bottom: -10px;
    }


    .StandardSlider .carousel { margin-bottom: 0; }

    .StandardSlider .hero-unit { padding-bottom: 60px; }

    .StandardSlider .hero-unit p { font-size: 16px; }

    .StandardSlider .carousel-control {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 40px;
        height: 0;
        top: 40%;
        width: 70px;
    }
}

StandardSlider .carousel-container {
    width: 100% !important;
    padding-left: 0;
    margin-top: 35px;
}

/* End Standard Slider*/


/* Notifications */

.NotificationMobile {
    color: black;
    font-family: flamamedium;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.NotificationMobile:hover, .NotificationMobile:focus { color: black; }
/* End Notifications*/