.color-black {
    color: black !important;
}

/*      center-div    */
/*      buttons    */
.panel-info-hilight .panel-heading-info {
    padding: 1em 0;
}

.panel-info-hilight .panel-heading-info h1 {
    font-weight: 300;
    font-size: 26px;
    font-family: 'raleway', sans-serif;
    color: #ff5043;
    margin-top: 10px;
    display: inline;
}

.panel-info-hilight .panel-heading-info .red {
    color: #ff5043 !important;
}

.nav-solution {
    padding: 4px;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.panel-body-info {
    padding: 1em 0;
    text-align: justify;
    font-weight: 200;
    font-size: 16px;
}

.panel-body-info ul li {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1200px) {
    .panel-body-info ul li {
        font-size: 17px;
    }
}

.panel-body-info ul li span {
    color: #ff5043;
    margin-right: 8px;
    font-size: 16px;
}

.panel-body-info ul li p {
    font-size: 16px;
}

.panel-info {
    font-weight: 200;
}

.panel-info .panel-heading-info {
    padding: 1em 2em 0;
}

.panel-info .panel-heading-info h3 {
    font-weight: 300;
    font-size: 18px;
    margin-top: 10px;
    display: inline;
}

.panel-info .panel-heading-info .red {
    color: #f44336 !important;
}

.panel-info h1 {
    text-align: center;
    padding: 0;
    font-weight: 300;
    font-family: 'raleway', sans-serif;
    font-size: 26px;
    margin-top: 0;
    text-transform: uppercase;
    color: #606060;
}

.panel-info h1:after {
    font-family: 'FontAwesome';
    display: block;
    font-size: 25px;
    color: #f44336;
    text-align: center;
    content: "\f107";
}

.panel-info .color-sport:after {
    color: #34a8f7;
}

.panel-info h4 {
    text-align: center;
    color: #afafaf;
    font-weight: 200;
}

.panel-info .panel-body-info {
    padding: 1em 2em;
    text-align: justify;
}

.color-sport h1:after {
    color: #34a8f7;
}

.color-congress h1:after {
    color: #7075bf;
}



.bc-white,
.bc-white-cont {
    background-color: white;
}


.icon-header {
    display: block;
    max-width: 110px !important;
    height: auto;
}

.arrow-header {
    position: absolute;
    font-size: 30px !important;
    top: 40%;
    right: -18px;
    color: #cdcdcd !important;
}

.header-inner {
    z-index: 3;
    text-align: center;
    color: #fff;
}

.header-inner__hgroup {
    position: relative;
}

.hovercard .info2 {
    padding: 10px;
    border: none;
}

.hovercard .info2 .title {
    line-height: 1;
    color: #fff;
    vertical-align: middle;
    font-size: 2.2em;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    font-weight: lighter;
}

.hovercard .info2 .title a:hover {
    color: #00c3ff;
}

.hovercard .info2 .desc {
    overflow: hidden;
    line-height: 20px;
    margin-top: 15px;
    font-size: 20px;
    border-radius: 8px;
    width: auto;
    padding: 10px;
    background-color: rgba(27, 27, 27, 0.14);
    color: #fff;
    text-overflow: ellipsis;
}

.hovercard {
    position: relative;
    padding-top: 0;
    font-family: 'raleway', sans-serif;
    text-align: center;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(41, 91, 147, 0.14), rgba(0, 0, 0, 0));
    width: auto;
    max-width: 1000px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.overlay_solutions_sport:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(to left, #0768de, #40bff7);
    background: -o-linear-gradient(to left, #0768de, #40bff7);
    background: -moz-linear-gradient(to left, #0768de, #40bff7);
    background: linear-gradient(to left, #0768de, #40bff7);
}

@media only screen and (max-width: 768px) {
    .overlay_solutions_sport:before {
        transform: initial;
    }
}

.overlay__sport:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: skewY(-6deg);
    background-color: rgba(40, 57, 72, 0.2);
    background-color: #7D8496 \9;
    background: -webkit-linear-gradient(to left, #1f80f7, #40bff7);
    background: -o-linear-gradient(to left, #1f80f7, #40bff7);
    background: -moz-linear-gradient(to left, #1f80f7, #40bff7);
    background: linear-gradient(to left, #1f80f7, #40bff7);
}

@media only screen and (max-width: 768px) {
    .overlay__sport:before {
        transform: initial;
    }
}

.overlay_solutions_congress:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(to left, #5959a7, #348ac7);
    background: -o-linear-gradient(to left, #5959a7, #348ac7);
    background: -moz-linear-gradient(to left, #5959a7, #348ac7);
    background: linear-gradient(to left, #5959a7, #348ac7);
}

@media only screen and (max-width: 768px) {
    .overlay_solutions_congress:before {
        transform: initial;
    }
}

.overlay__congress:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: skewY(-6deg);
    background-color: rgba(40, 57, 72, 0.2);
    background-color: #7D8496 \9;
    background: -webkit-linear-gradient(to left, #7474bf, #348ac7);
    background: -o-linear-gradient(to left, #7474bf, #348ac7);
    background: -moz-linear-gradient(to left, #7474bf, #348ac7);
    background: linear-gradient(to left, #7474bf, #348ac7);
}

@media only screen and (max-width: 768px) {
    .overlay__congress:before {
        transform: initial;
    }
}

.overlay_solutions_entertainment:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(to left, #e73e91, #ff5858);
    background: -o-linear-gradient(to left, #e73e91, #ff5858);
    background: -moz-linear-gradient(to left, #e73e91, #ff5858);
    background: linear-gradient(to left, #e73e91, #ff5858);
}

@media only screen and (max-width: 768px) {
    .overlay_solutions_entertainment:before {
        transform: initial;
    }
}

.overlay_carousel:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(#fafafa, #eeeeee);
    background: -o-linear-gradient(#fafafa, #eeeeee);
    background: -moz-linear-gradient(#fafafa, #eeeeee);
    background: linear-gradient(#fafafa, #eeeeee);
}

@media only screen and (max-width: 768px) {
    .overlay_carousel:before {
        transform: initial;
    }
}

.overlay__entertainment:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: skewY(-6deg);
    background-color: rgba(40, 57, 72, 0.2);
    background-color: #7D8496 \9;
    background: -webkit-linear-gradient(to left, #f857a6, #ff5858);
    background: -o-linear-gradient(to left, #f857a6, #ff5858);
    background: -moz-linear-gradient(to left, #f857a6, #ff5858);
    background: linear-gradient(to left, #f857a6, #ff5858);
}

@media only screen and (max-width: 768px) {
    .overlay__entertainment:before {
        transform: initial;
    }
}

.overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.overlay .overlay__dark:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(40, 57, 72, 0.2);
    background-color: #7D8496 \9;
    background: -webkit-linear-gradient(rgba(56, 63, 99, 0.29), rgba(7, 145, 255, 0.45));
    background: -o-linear-gradient(rgba(56, 63, 99, 0.29), rgba(7, 145, 255, 0.45));
    background: -moz-linear-gradient(rgba(56, 63, 99, 0.29), rgba(7, 145, 255, 0.45));
    background: linear-gradient(rgba(56, 63, 99, 0.29), rgba(7, 145, 255, 0.45));
}

.overlay .overlay__home:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 101%;
    width: 100%;
    background-color: rgba(40, 57, 72, 0.2);
    background-color: #ffffff \9;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), white);
    background: -o-linear-gradient(rgba(255, 255, 255, 0.1), white);
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.1), white);
    background: linear-gradient(rgba(255, 255, 255, 0.1), #ffffff);
}

@media only screen and (max-width: 768px) {
    .overlay .overlay__home:before {
        background: -webkit-linear-gradient(rgba(255, 255, 255, 0.63), white);
        background: -o-linear-gradient(rgba(255, 255, 255, 0.63), white);
        background: -moz-linear-gradient(rgba(255, 255, 255, 0.63), white);
        background: linear-gradient(rgba(255, 255, 255, 0.63), #ffffff);
    }
}

.overlay .overlay__lnb:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(40, 57, 72, 0.2);
    background-color: #7D8496 \9;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.21), #3a5070);
    background: -o-linear-gradient(rgba(255, 255, 255, 0.21), #3a5070);
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.21), #3a5070);
    background: linear-gradient(rgba(255, 255, 255, 0.21), #3a5070);
}

@media only screen and (max-width: 768px) {
    .overlay .overlay__expire:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #778795;
    }
}

.btn-header {
    padding: 10px 20px;
    display: inline-block;
    color: #333;
    letter-spacing: 0.03em;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-header--white {
    background: #ffffff;
    color: #333;
}

.btn-header--white:hover {
    color: #f44336 !important;
}

.btn-header--red {
    background: #f44336 !important;
    color: white;
}

.btn-header--red:hover {
    color: white !important;
}

.btn-header--xs {
    padding: 6px 12px;
    font-size: 13px;
    margin-top: 5px;
}

.btn-header:focus {
    outline: none;
}

.btn-header__solutions {
    padding: 10px 20px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.22) !important;
    color: #ffffff !important;
    letter-spacing: 0.03em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-header__solutions--xs {
    padding: 6px 12px;
    font-size: 13px;
    margin-top: 5px;
}

.btn-header__solutions:focus {
    outline: none;
}