/*
Orange #022233
Pinkish-orange #022233
Dark Grey #535151
*/

.btn-tourism {
    background-color: #ED002E;
    color: #fff;
    font-weight: bold;
}

/*
a:link {
    color: #0013fe;
}

a:visited {
    color: #0013fe;
}
*/
a:hover {
    color: #0013fe;
}
/*
a:active {
    color: #0013fe;
}*/

#pills-home-tab a:link {
    color: #0013fe;
}

#pills-home-tab a:visited {
    color: #0013fe;
}

#pills-home-tab {
    cursor: pointer;
}

@media (max-width:992px) {
    .main-header .nav>li>a {
        padding: 22px 7px 0 7px;
        font-size: 12px;
    }
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

@media (min-width:767px) {
    .navbar-nav>li>a {
        padding-bottom: 5px;
        padding-top: 5px;
    }
}

body {
    font-family: 'Poppins', sans-serif;
}

.bg-primetime-darkblue {
    background-color: #022233;
}

.bg-primetime-blue {
    background: #022233;
}

.pointer {
    cursor: pointer;
}

.main-header {
    height: 80px;
}

.navbar-nav a {
    font-family: 'Roboto', sans-serif;
    font-size: 1.0em;
}

.navbar-nav a:link {
    color: #022233;
}

/* visited link */
.navbar-nav a:visited {
    color: #022233;
}

/* mouse over link */
.navbar-nav a:hover {
    color: #2430da;
}

/* selected link */
.navbar-nav a:active {
    color: #022233;
}

.dropdown-item:active {
    background-color: #022233;
}

.dropdown-item:focus {
    background-color: #022233;
}

h1 {
    font-weight: 300;
}

.lead {
    font-weight: 300;
}

.promo {
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 61px;
    position: relative;
}

.promo .color-correction {
    position: absolute;
    z-index: 0;
    background-color: rgba(45, 157, 231, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
}

.promo>.container {
    position: relative;
    z-index: 1;
}

.promo .promo-text {
    padding: 60px 0;
    color: #ffffff;
}

.promo .promo-text hr {
    border-top-color: #ffffff;
}

.promo .register {
    padding: 20px;
    margin: 60px 0;
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    text-align: center;
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.promo .register .form-control {
    background: rgba(0, 0, 0, 0);
    border-color: #ffffff;
    color: #ffffff;
}

.promo .register .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.promo .register .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.promo .register .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.promo .register .dropdown-menu {
    top: 125%;
}

.promo .register .ok {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    border-radius: 3px;
    color: #3c3c3c;
    display: none;
    overflow: hidden;
    padding: 20px;
    text-align: center;
}

.promo .register .ok .icon {
    font-size: 30px;
}

.promo .register.success {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.promo .register.success .ok {
    display: block;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.promo .register .form-error {
    background-color: #ffffff;
}

.promo .register .has-error .form-control,
.promo .register .has-error .btn-empty {
    border-color: #e74c3c !important;
}

.counter {
    padding: 60px 0;
    background-color: #ffffff;
    color: #555555;
    border-bottom: 1px solid #eeeeee;
}

.counter .count-digits {
    text-align: center;
    padding: 15px 0 0;
    position: relative;
}

.counter .count-digits p {
    margin: 0 auto 15px;
    font-size: 36px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    border: 1px solid #999999;
    font-weight: 300;
}

.counter .count-digits span {
    display: inline-block;
    margin-bottom: 15px;
}

.counter .btn-empty-inverse {
    min-width: 60px;
}

.counter .title {
    font-size: 250%;
    color: #0013fe;
}

.counter .subtitle {
    font-size: 100%;
    color: #0013fe;
}

.counter .dates {
    font-size: 200%;
    color: #000000;
}

.counter .subtext {
    font-size: 110%;
    margin-top: -15px;
    margin-bottom: 10px;
}

.count-title {
    margin-top: 50px;
}

@media(max-width:767px) {
    .counter .count-title {
        font-size: 90%;
    }

    .counter .count-title .title {
        font-size: 200%;
    }

    .counter .subtitle {
        font-size: 150%;
        padding-bottom: 20px;
    }

    .count-title {
        margin-top: -20px;
    }

    .counter img {
        width: 75%;
        height: auto;
    }

    .counter .count-digits p {
        margin: 0 auto 15px;
        font-size: 36px;
        width: 85px;
        height: 85px;
        line-height: 85px;
        border-radius: 50%;
        border: 1px solid #999999;
        font-weight: 300;
    }
}

.intro {
    padding: 30px 0;
    /*color: #FFFFFF;
    background-color: #0013fe;
    opacity: 0.8;*/
}

.intro .section-heading {
    text-align: center;
    margin-bottom: 30px;
}

.intro .section-heading h1 {
    margin-top: 0;
}

.vendor {
    padding: 30px 0;
    background-color: #ffffff;
}

.vendor .section-heading {
    text-align: left;
    margin-bottom: 60px;
}

.vendor .section-heading h1 {
    margin-top: 0;
}

.schedule {
    padding: 60px 0;
}

.schedule {
    font-size: 18px;
}

.schedule .section-heading {
    text-align: left;
    margin-bottom: 60px;
}

.schedule .section-heading h1 {
    margin-top: 0;
}

.schedule .tab-content {
    padding: 20px;
}

.schedule .tab-content h4 {
    margin: 10px 0;
}

.schedule .panel-group {
    margin-bottom: 0;
}

.schedule .panel-title>a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
}

.schedule .panel-default {
    border-color: #022233;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.schedule .panel-default>.panel-heading {
    background-color: #022233;
}


/* not active */

.nav-pills .pill-1 .nav-link:not(.active) {
    background-color: transparent;
    color: #022233;
}

.nav-pills .pill-2 .nav-link:not(.active) {
    background-color: transparent;
    color: #022233;
}

.nav-pills .pill-3 .nav-link:not(.active) {
    background-color: transparent;
    color: #022233;
}


/* active */

.nav-pills .pill-1 .nav-link {
    background-color: #022233;
    color: white;
}

.nav-pills .pill-2 .nav-link {
    background-color: #022233;
}

.nav-pills .pill-3 .nav-link {
    background-color: #022233;
    color: white;
}

.theses {
    padding: 30px 0;
    background-color: #022233;
    color: #ffffff;
}

.theses .icon-wrap {
    border: 1px solid #ffffff;
    border-radius: 3px;
    height: 100px;
    width: 100px;
    margin: auto auto;
}

.theses.icon-wrap img {
    width: 60px;
    height: auto;
}

.theses img {
    margin: 30px auto;
}

.multimedia {
    padding: 60px 0;
    color: #000000;
    background-color: #FFFFFF;
}

.multimedia hr {
    border-top-color: #ffffff;
}

#video-container {
    position: relative;
    display: inline-block;
}

/*#video-container:after {
    content: url("../img/playbutton.png");
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 45%;
    margin-left: -32px;
    margin-top: -32px;
}*/

#video-container-discover {
    position: relative;
    display: inline-block;
}

/*#video-container-discover:after {
    content: url("../img/playbutton.png");
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 45%;
    margin-left: -32px;
    margin-top: -32px;
}*/

/*#video-container {
    position: relative;
    padding-top: 77.67%;
    width: 777px;
    background-image: url("../img/tv-screen.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.video-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 3%;
}*/

video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

@media(max-width:820px) {

    #video-container {
        position: relative;
        width: 90%;
        background-image: url("../img/tv-screen.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

}

.photo {
    padding: 60px 0;
}

.photo hr {
    border-top-color: #3c3c3c;
}

.photo .photo-wrapper {
    margin-bottom: 20px;
}

.transitionbar {
    padding: 60px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.transitionbar .color-correction {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #022233;
}

.transitionbar .color-correction2 {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #022233;
}

.transitionbar .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    padding-bottom: 0;
}

.transitionbar .carousel-indicators {
    bottom: -30px;
}

.transitionbar .carousel-indicators li {
    height: 10px;
    width: 20px;
}

.transitionbar .carousel-indicators li.active {
    height: 10px;
    width: 20px;
    margin: 1px;
}

.transitionbar blockquote {
    border-left-width: 0;
    margin: 0;
    text-shadow: none;
    font-size: 22px;
    font-weight: 300;
}

.transitionbar blockquote footer {
    color: #ffffff;
}

@media (max-width:768px) {
    .transitionbar {
        background-image: none;
    }

    .transitionbar h1 {
        font-size: 150%;
    }

    .transitionbar h2 {
        font-size: 100%;
    }
}

.discover {
    padding: 60px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.discover .color-correction {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 92, 47, 0.9);
}

.discover .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    padding-bottom: 0;
}

.discover .carousel-indicators {
    bottom: -30px;
}

.discover .carousel-indicators li {
    height: 10px;
    width: 20px;
}

.discover .carousel-indicators li.active {
    height: 10px;
    width: 20px;
    margin: 1px;
}

.discover blockquote {
    border-left-width: 0;
    margin: 0;
    text-shadow: none;
    font-size: 22px;
    font-weight: 300;
}

.discover blockquote footer {
    color: #ffffff;
}

@media (max-width:768px) {
    .discover {
        background-image: none;
    }
}

.courseDesc {
    padding: 60px 0;
}

.courseDesc img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: auto;
}

.courseDesc .section-heading {
    text-align: center;
    padding-bottom: 20px;
}

.courseDesc .courseTitle {
    font-weight: bold;
    font-size: 18px;
}

.courseDesc p.normal {
    line-height: 1.1;
}

.courseDesc {
    font-size: 16px;
}

.courseDesc .courseSection {
    padding: 25px 0;
}

.speakers {
    padding: 60px 0;
}

.speakers .title {
    font-size: 75%;
}

.speakers .section-heading {
    text-align: center;
}

.speakers .section-heading h1 {
    margin-top: 0;
}

.speakers .speaker:hover .speaker-contacts.left-top {
    left: 0;
    top: 0;
}

.speakers .speaker:hover .speaker-contacts.left-bottom {
    left: 0;
    bottom: 0;
}

.speakers .speaker:hover .speaker-contacts.right-bottom {
    right: 0;
    bottom: 0;
}

.speakers .speaker:hover .speaker-contacts.right-top {
    right: 0;
    top: 0;
}

.speakers .speaker:hover .speaker-img img {
    border-color: #022233;
}

.speakers .speaker-img {
    width: 70%;
    padding: 30px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.speakers .speaker-img img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #eeeeee;
    display: inline-block;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

.speakers .speaker-contacts {
    text-decoration: none;
    color: #ffffff;
    background-color: #022233;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    display: block;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.speakers .speaker-contacts i {
    line-height: 50px;
}

.speakers .speaker-contacts.left-top {
    left: 50%;
    top: 50%;
}

.speakers .speaker-contacts.left-bottom {
    left: 50%;
    bottom: 50%;
}

.speakers .speaker-contacts.right-bottom {
    right: 50%;
    bottom: 50%;
}

.speakers .speaker-contacts.right-top {
    right: 50%;
    top: 50%;
}

.speakers .speaker-desc {
    text-align: center;
    padding: 0 20% 20px;
}

.speakers .speaker-desc2 {
    text-align: justify;
    padding: 0 20% 20px;
}

.speakers .speaker-desc p {
    font-size: 18px;
    margin-top: 10px;
}

.speakers .speaker-desc2 p {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}


/*.testimonials{padding:60px 0;position:relative;background-repeat:no-repeat;background-position:center center;background-size:100% auto;}
.testimonials .color-correction{position:absolute;top:0;width:100%;height:100%; color: #FFFFFF; background-color:grey;}
.testimonials .section-heading{text-align:center;margin-bottom:30px;}
.testimonials .color-correction h1 {padding-top: 20px; }
.testimonials .carousel-caption{position:absolute;left:auto;right:auto;padding-bottom:0;}*/

.testimonials .carousel-inner .item img {
    width: 1903px;
    height: 380px;
}

.testimonials .carousel-indicators {
    bottom: -30px;
    background: rgba(70, 70, 70, 0.1);
}

.testimonials .carousel-indicators li {
    height: 10px;
    width: 20px;
}

.testimonials .carousel-indicators li.active {
    height: 10px;
    width: 20px;
    margin: 1px;
}

.testimonials blockquote {
    border-left-width: 0;
    margin: 0;
    text-shadow: none;
    font-size: 22px;
    font-weight: 300;
}

.testimonials blockquote footer {
    color: #ffffff;
}

@media (max-width:768px) {
    .testimonials {
        background-image: none;
    }

    .testimonials .carousel-inner .item img {
        width: 951px;
        height: 190px;
    }
}

.contactus {
    padding: 10px 0;
    background-color: #022233;
}

.contactus .section-heading {
    text-align: center;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.contactus h1 {
    margin-top: 40px;
}

.contactus hr {
    border-top-color: #999999;
}

.hotel {
    padding: 30px 0;
    background-color: #E6E6E6;
}

.hotel .section-heading {
    text-align: left;
    margin-bottom: 0px;
}

.hotel .section-heading h1 {
    margin-top: 25px;
}

.hotel .section-heading h2 {
    margin-top: 25px;
}

.hotel .less p {
    margin-top: 0px;
    font-size: 24px;
}

.hotel .logo {
    margin-top: -20px;
}

.hotel .info1 {
    font-size: 0.75em;
}

.hotel .info2 {
    font-size: 0.85em;
}

.hotel ul {
    list-style: none;
}

.hotel ul li::before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-top: 0.75em;
}

.areamap {
    background-color: #FFFFFF;
}

@media (max-width:768px) {
    .hotel .list-inline li {
        width: 33.333333%;
    }
}

.hotel .list-inline li img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.partners {
    padding: 60px 0;
    background-color: #ffffff;
}

.partners .section-heading {
    text-align: left;
    margin-bottom: 60px;
}

.partners .section-heading h1 {
    margin-top: 0;
}

.subscribe {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 20px;
}

.subscribe .input-group {
    padding-top: 15px;
    padding-bottom: 7px;
}

.subscribe .form-control {
    border-color: #F2F2F2;
    background-color: #F2F2F2;
    color: #000000;
}

.subscribe .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.subscribe .input-group-addon {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
    color: #ffffff;
}

.subscribe .form-wrapper {
    position: relative;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 1;
}

.subscribe .form-wrapper .ok {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #F2F2F2;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    color: #ffffff;
    display: none;
    overflow: hidden;
    padding: 20px;
    text-align: center;
}

.subscribe .form-wrapper .ok h3 {
    margin: 10px 0;
}

.subscribe .form-wrapper.success {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.subscribe .form-wrapper.success .ok {
    display: block;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    z-index: 9;
}

.subscribe-box {
    background-color: #E6E6E6;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    opacity: 0.95;
}

.map {
    position: relative;
}

#map {
    display: block;
    height: 740px;
    width: 100%
}

.street-view {
    height: 250px;
}

.location {
    position: absolute;
    z-index: 100px;
    bottom: 20px;
    width: 100%;
}

.location .popover {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.location .popover i {
    min-width: 40px;
}

.location .popover li {
    font-size: 20px;
    line-height: 2;
}

.location .popover .popover-title {
    font-size: 24px;
    text-align: center;
    padding: 20px 14px;
}

.transportation a:link {
    color: #022233;
}

/* visited link */
.transportation a:visited {
    color: #022233;
}

/* mouse over link */
.transportation a:hover {
    color: #2430da;
}

/* selected link */
.transportation a:active {
    color: #022233;
}

#attr-more {
    display: none;
}

.aboutus a:link {
    color: #E0ECF8;
}

/* visited link */
.aboutus a:visited {
    color: #E0ECF8;
}

/* mouse over link */
.aboutus a:hover {
    color: #E0ECF8;
}

/* selected link */
.aboutus a:active {
    color: #E0ECF8;
}

@media (max-width:768px) {
    .location .street-view {
        height: 200px;
        margin-bottom: 10px;
    }

    .location .popover .popover-title {
        padding: 5px 7px;
        font-size: 14px;
    }

    .location .popover li {
        font-size: 14px;
        line-height: 1.6;
    }
}

.main-footer {
    /*padding: 30px 0;
    color: #000000;
    background-color: #ffffff;
    font-size: 1em;*/
    font-weight: normal;
}

.main-footer a:link {
    color: #E0ECF8;
}

/* visited link */
/* a:visited {
    color: #E0ECF8;
} */

/* mouse over link */
.main-footer a:hover {
    color: #535151;
}

/* selected link */
.main-footer a:active {
    color: #535151;
}

.main-footer .social ul {
    margin: 0 0 10px;
}

.main-footer .social li {
    text-align: center;
}

.main-footer .social a {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-size: 1em;
    color: #022233;
    border-radius: 50%;
    border: 1px solid #022233;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.main-footer .social a:hover {
    color: #36d7b7;
    border-color: #36d7b7;
}

.main-footer .social i {
    margin-top: 10px;
}

.preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 9999;
}

.preloader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -29px;
}

.remove-scroll {
    overflow: hidden;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    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;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.CTXKO {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 1000%;
    width: auto;
}

.primetime a {
    color: #FFFFFF;
}

.img-float-right img {
    float: right;
}

.caps {
    text-transform: uppercase;
}

.dwnbut {
    padding: 20px 0;
}

.bg-white {
    background: #FFFFFF;
}

.bg-lime {
    background: #022233;
}

.bg-darkgreen {
    background: #0B610B;
}

.bg-bluegrey {
    background: #81BEF7;
}

.bg-lightbgrey {
    background: #E0ECF8;
}

.text-white {
    color: #FFFFFF;
}

.left-border-col {
    border-left: 3px solid grey;
}

.row-height-top div {
    height: 20px;
}

.row-height div {
    height: 50px;
    font-weight: bold;
}

.row-event-height div {
    line-height: 50px;
}

.vcenter {
    line-height: 50px;
}