@import url(https://fonts.googleapis.com/css?family=Hind:400,600|Montserrat:600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);


@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url(../fonts/OpenSans-ExtraBold.ttf) format('truetype');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url(../fonts/OpenSans-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: nimbus_sans_lbold;
    src: url(../fonts/NimbusSanL-Bol-webfont.woff2) format('woff2'), url(../fonts/NimbusSanL-Bol-webfont.woff) format('woff'), url(../fonts/NimbusSanL-Bol-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: nimbus_sans_lregular;
    src: url(../fonts/NimbusSanL-Reg-webfont.woff) format('woff'), url(../fonts/NimbusSanL-Reg-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: nimbus_sans_d_otRgCn;
    src: url(../fonts/nimbus-sans-d-ot-regular-condensed_32754-webfont.woff2) format('woff2'), url(../fonts/nimbus-sans-d-ot-regular-condensed_32754-webfont.woff) format('woff'), url(../fonts/nimbus-sans-d-ot-regular-condensed_32754-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: nimbus_sans_l_otBdCn;
    src: url(../fonts/nimbus-sans-l-ot-bold-condensed_32760-webfont.woff2) format('woff2'), url(../fonts/nimbus-sans-l-ot-bold-condensed_32760-webfont.woff) format('woff'), url(../fonts/nimbus-sans-l-ot-bold-condensed_32760-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: nimbus_sans_no5_t_otlight;
    src: url(../fonts/nimbus-sans-no5-t-ot-light_32768-webfont.woff2) format('woff2'), url(../fonts/nimbus-sans-no5-t-ot-light_32768-webfont.woff) format('woff'), url(../fonts/nimbus-sans-no5-t-ot-light_32768-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
html {
    font-size: 15px
}
body {
    /* font-family: Arial, sans-serif; */
    font-family: 'OpenSans-Regular';
    font-size: 15px;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background-color: #020924;
    /* background-image: url(../images/bg-black.png), url(../images/Bg_jugaonline.jpeg);
    background-position: bottom center, center center;
    background-attachment: fixed;
    background-repeat: repeat-x, repeat */
}
::-webkit-input-placeholder {
    color: 999
}
:-moz-placeholder {
    color: 999;
    opacity: 1
}
::-moz-placeholder {
    color: 999;
    opacity: 1
}
:-ms-input-placeholder {
    color: 999
}
::-ms-input-placeholder {
    color: 999
}
::placeholder {
    color: 999
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, .8);
    display: none
}
.overlay-content {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555
}
.overlay-content img {
    width: 100px
}
.alertify .ajs-dialog {
    max-width: 340px;
    min-height: 122px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border-radius: 0;
    text-align: center
}
.alertify .ajs-header {
    color: #fff;
    border-radius: 6px 6px 0 0;
    font-family: inherit;
    font-size: 18px;
    padding: 15px;
    border-bottom: 1px solid #E03635;;
    background-color: #E03635;;
    border-radius: 0
}
.alertify.ajs-closable .ajs-commands button.ajs-close {
    display: inline-block;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    background-image: none;
    height: 23px;
    width: 23px
}
.alertify.ajs-closable .ajs-commands button.ajs-close::after {
    content: 'X';
    position: absolute;
    top: 2px;
    right: 7.5px;
    font-weight: 700
}
.alertify .ajs-footer {
    border-top: none;
    border-radius: 0
}
.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: center
}
.alertify .ajs-footer .ajs-buttons .ajs-button {
    background-color: #E03635;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #051829;
    padding: 5px 28px;
    border: 2px solid #09348a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    opacity: 1;
    color: #000
}
.alertify .ajs-footer .ajs-buttons .ajs-button:hover {
    background-color: #000;
    color: #fff!important
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:focus {
    outline-color: #daa520
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    color: #fff
}
.clearfix {
    clear: both
}
#bc00001683 .modal-dialog {
    max-width: 380px;
    margin: 0 auto
}
.modal-dialog .submit-btn {
    text-align: center
}
.modal-header h3 {
    font-size: 21px
}
.modal-header .closeModal {
    background-color: #000;
    border: none;
    color: #fff;
    border-radius: 23px;
    width: 23px
}
.modal-body .forgotPass {
    cursor: pointer;
    display: block;
    text-align: center;
    color: #000
}
.modal-body .forgotPass:hover {
    font-weight: 700
}
.modal-body .recoverPassBtn {
    padding: 5px 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    color: #666;
    border-top: 1px solid #ccc;
    width: 100%
}
.modal-body .recoverPassForm {
    display: none;
    position: relative
}
.modal-body .recoverPassClose {
    position: absolute;
    right: 0;
    top: -45px;
    font-size: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px
}
.bmd-modalContent {
    box-shadow: none!important;
    background-color: transparent!important;
    border: 0
}
.modal-ios {
    text-align: center!important;
    padding: 0!important;
    width: 100%;
    height: 100%;
    z-index: 99999
}
.modal-ios:before {
    content: ''!important;
    vertical-align: middle!important
}
.modal-dialog-ios {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)!important;
    width: 100%!important;
    max-width: 100%!important;
    height: 100vh!important;
    margin: 0!important;
    padding: 0!important;
    display: block!important;
    vertical-align: middle!important
}
.modal-content-ios {
    height: 100%!important;
    min-height: 100%!important;
    border-radius: 0!important;
    background-color: #000;
    border: none
}
.modal-content-ios .modal-body {
    height: 100%;
    padding: 0
}
.modal-content-ios .modal-body iframe {
    height: calc(100% - 40px);
    top: 40px;
    position: relative
}
.modal-content-ios .modal-header {
    background-color: transparent;
    padding: 5px;
    border-bottom: none;
    position: absolute;
    z-index: 9999;
    right: 0
}
.modal-content-ios .close {
    -webkit-appearance: none;
    background-color: #E03635;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: 700;
    opacity: 1;
    color: #000
}
.alert {
    margin: 10px 0
}
.alert button.close {
    color: #666
}
@media (max-width: 767px) {
    body {
        font-size: 14px
    }
}
@media screen and (min-width: 1200px) {
    body {
        width: 100%;
        height: 100%
    }
}
p {
    color: #000;
    line-height: normal;
    margin-bottom: 20px;
    line-height: inherit
}
h1,
h3,
h4,
h5,
h6 {
    font-family: 'OpenSans-Regular';
    font-weight: 700;
    color: #eeeff3;
    margin: 0 0 .4em
}
h2 {
    font-family: 'OpenSans-Regular';
    font-weight: 300;
    color: #E03635;
    margin: 0 0 .4em
}
ul {
    padding-left: 0;
    margin: 0;
    list-style-position: inside
}
a {
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}
a:focus,
a:hover {
    text-decoration: none
}
a:focus {
    outline: 0!important
}
img {
    max-width: 100%;
    height: auto
}
.page-wrapper {
    position: relative;
    overflow: hidden;
    background: rgba(2, 9, 36, 0.2)
}
.ingresoModal .modal-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}
.ingresoModal .modal-header h3 {
    margin-bottom: 0;
    margin-right: auto
}
.modalRevoke .modal-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.modalRevoke .modal-header h3 {
    margin-bottom: 0;
    margin-right: auto;
}
@media screen and (min-width: 1200px) {
    .page-wrapper {
        background: rgba(2, 9, 36, 0.2);
       /* background: #eeeeee2e; */
        /* width: 1250px; */
        margin: 0 auto 0
    }
}
.float-right {
    float: right
}
.wow {
    visibility: hidden
}
.fi:before {
    margin: 0
}
.section-padding {
    padding: 5px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.section-padding-bottom{
    margin-bottom: 25px !important;
}
@media (max-width: 1199px) {
    .section-padding {
        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    .section-padding {
        padding: 10px 0
    }
}
.backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    opacity: .5;
    transition: opacity .15s linear;
    display: none
}
.lock-scroll {
    position: fixed;
    overflow: hidden;
    width: 100%
}
.contact-validation-active .error-handling-messages {
    width: 100%;
    margin-top: 15px;
    clear: both
}
.contact-validation-active label.error {
    color: red!important;
    font-size: .93333rem;
    font-weight: 400;
    margin: 5px 0 0 0
}
.contact-validation-active #loader,
.contact-validation-active #loader-2 {
    display: none;
    margin-top: 10px
}
.contact-validation-active #error,
.contact-validation-active #error-2,
.contact-validation-active #success,
.contact-validation-active #success-2 {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none
}
@media (max-width: 767px) {
    .contact-validation-active #error,
    .contact-validation-active #error-2,
    .contact-validation-active #success,
    .contact-validation-active #success-2 {
        font-size: 15px
    }
}
.contact-validation-active #success,
.contact-validation-active #success-2 {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px
}
.contact-validation-active #error,
.contact-validation-active #error-2 {
    background-color: #ff1a1a;
    border-left: 5px solid red
}
.contact-validation-active #loader {
    text-align: center;
    color: #fff;
    font-size: 8px;
    font-size: .53333rem
}
.back-to-top {
    background-color: #E03635;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}
@media (max-width: 991px) {
    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px
    }

}
.back-to-top:hover {
    background-color: #1e5292
}
.back-to-top i {
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.mfp-wrap {
    background-color: rgba(0, 0, 0, .9);
    z-index: 99999
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}
.fancybox-overlay {
    background: rgba(0, 0, 0, .9);
    z-index: 9999!important
}
.fancybox-wrap {
    z-index: 99999!important
}
.section-title,
.section-title-s2,
.section-title-s5,
.section-title-s6,
.section-title-s7,
.section-title-white {
    margin-bottom: 35px
}
@media (max-width: 991px) {
    .section-title,
    .section-title-s2,
    .section-title-s5,
    .section-title-s6,
    .section-title-s7,
    .section-title-white {
        margin-bottom: 35px
    }
}
.section-title h2,
.section-title-s2 h2,
.section-title-s5 h2,
.section-title-s6 h2,
.section-title-s7 h2,
.section-title-white h2 {
    font-size: 30px;
    font-size: 2rem;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: .5em;
    position: relative;
    letter-spacing: -1px
}
@media (max-width: 1199px) {
    .section-title h2,
    .section-title-s2 h2,
    .section-title-s5 h2,
    .section-title-s6 h2,
    .section-title-s7 h2,
    .section-title-white h2 {
        font-size: 27px;
        font-size: 1.8rem
    }
}
@media (max-width: 991px) {
    .section-title h2,
    .section-title-s2 h2,
    .section-title-s5 h2,
    .section-title-s6 h2,
    .section-title-s7 h2,
    .section-title-white h2 {
        font-size: 24px;
        font-size: 1.6rem
    }
}
@media (max-width: 767px) {
    .section-title h2,
    .section-title-s2 h2,
    .section-title-s5 h2,
    .section-title-s6 h2,
    .section-title-s7 h2,
    .section-title-white h2 {
        font-size: 20px;
        font-size: 1.33333rem
    }
}
.section-title h2:before,
.section-title-s2 h2:before,
.section-title-s5 h2:before,
.section-title-s6 h2:before,
.section-title-s7 h2:before,
.section-title-white h2:before {
    content: "";
    background-color: #bc0000;
    width: 33px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}
@media (max-width: 767px) {
    .section-title h2:before,
    .section-title-s2 h2:before,
    .section-title-s5 h2:before,
    .section-title-s6 h2:before,
    .section-title-s7 h2:before,
    .section-title-white h2:before {
        height: 3px
    }
}
.section-title-white h2 {
    color: #fff
}
.section-title-s2,
.section-title-s5,
.section-title-s6,
.section-title-s7 {
    text-align: center
}
.section-title-s2 h2,
.section-title-s2 p,
.section-title-s5 h2,
.section-title-s5 p,
.section-title-s6 h2,
.section-title-s6 p,
.section-title-s7 h2,
.section-title-s7 p {
    color: #fff
}
.section-title-s2 h2:before,
.section-title-s5 h2:before,
.section-title-s6 h2:before,
.section-title-s7 h2:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
.section-title-s2 h2,
.section-title-s5 h2,
.section-title-s6 h2,
.section-title-s7 h2 {
    margin: 0 0 .83em
}
.section-title-s2 p,
.section-title-s5 p,
.section-title-s6 p,
.section-title-s7 p {
    margin: 0
}
@media screen and (min-width: 1200px) {
    .section-title-s2 p,
    .section-title-s5 p,
    .section-title-s6 p,
    .section-title-s7 p {
        padding: 0 45px
    }
}
.section-title-s3,
.section-title-s4 {
    margin-bottom: 30px
}
.section-title-s3 h2,
.section-title-s4 h2 {
    font-size: 30px;
    font-size: 2rem;
    line-height: 1.33em;
    margin: .13em 0 0;
    padding-bottom: .3em;
    position: relative
}
@media (max-width: 1199px) {
    .section-title-s3 h2,
    .section-title-s4 h2 {
        font-size: 27px;
        font-size: 1.8rem
    }
}
@media (max-width: 991px) {
    .section-title-s3 h2,
    .section-title-s4 h2 {
        font-size: 24px;
        font-size: 1.6rem
    }
}
@media (max-width: 767px) {
    .section-title-s3 h2,
    .section-title-s4 h2 {
        font-size: 20px;
        font-size: 1.33333rem
    }
}
.section-title-s3 h2:before,
.section-title-s4 h2:before {
    content: "";
    background-color: #bc0000;
    width: 80px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0
}
.section-title-s3>span,
.section-title-s4>span {
    color: #9a9a9a;
    text-transform: uppercase;
    letter-spacing: 2px
}
.section-title-s4 h2 {
    margin: 0 0 .83em
}
.section-title-s5 h2,
.section-title-s6 h2,
.section-title-s7 h2 {
    color: #051829
}
.section-title-s5 p,
.section-title-s6 p,
.section-title-s7 p {
    color: #6a6a6a
}
.section-title-s6 h2,
.section-title-s7 h2 {
    text-transform: none
}
.section-title-s6 h2:before,
.section-title-s7 h2:before {
    display: none
}
.section-title-s7 h2 {
    padding-bottom: 0
}
.theme-btn,
.theme-btn-s2,
.theme-btn-s3,
.theme-btn-s4,
.theme-btn-s5 {
    cursor: pointer;
    font-family: 'OpenSans-ExtraBold';
    background-color: #E03635;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #fff;
    padding: 7px 28px;
    border: 0px solid #E03635;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: normal;
    align-self: baseline
}
.theme-btn-s2:hover,
.theme-btn-s3:hover,
.theme-btn-s4:hover,
.theme-btn-s5:hover,
.theme-btn:hover {
    background-color: #020924;
    color: #E03635 !important;
    /* border: 2px solid #E03635; */
}
.theme-btn-s2,
.theme-btn:focus {
    font-family: 'OpenSans-ExtraBold';
    /* outline-color: #daa520 */
}
@media (max-width: 1199px) {
    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3,
    .theme-btn-s4,
    .theme-btn-s5 {
        font-size: 15px;
        font-size: 1rem;
        padding: 8px 22px
    }
}
@media (max-width: 991px) {
    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3,
    .theme-btn-s4,
    .theme-btn-s5 {
        font-size: 14px;
        font-size: .93333rem;
        padding: 8px 20px
    }
}
@media (max-width: 767px) {
    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3,
    .theme-btn-s4,
    .theme-btn-s5 {
        font-size: 13px
    }
}
.theme-btn-s2 {
    background-color: #020924;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 20px
}
.theme-btn.btn-100 {
    width: 100%!important
}
.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active {
    background-color: #E03635;
    color: #ffb306 !important
}
.theme-btn-s3:hover {
    border-color: #051829;
    color: #bc0000
}
.theme-btn-s4 {
    background-color: #051829;
    border-color: #051829;
    color: #bc0000
}
.theme-btn-s4:hover {
    background-color: #bc0000;
    border-color: #bc0000;
    color: #051829
}
.theme-btn-s5 {
    background-color: transparent;
    border: 2px solid #bc0000;
    color: #fff
}
.theme-btn-s5:hover {
    background-color: #bc0000
}
.form fieldset {
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #fefefe;
    margin-bottom: 30px
}
.form fieldset legend {
    border-bottom: none;
    margin-bottom: 5px;
    text-align: center
}
.form input,
.form select,
.form textarea {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959;
    background-color: #fff!important
}
.form input:focus,
.form select:focus,
.form textarea:focus {
    border-color: #daa520;
    -webkit-box-shadow: 0 0 5px 0 #daa520;
    -moz-box-shadow: 0 0 5px 0 #daa520;
    -o-box-shadow: 0 0 5px 0 #daa520;
    -ms-box-shadow: 0 0 5px 0 #daa520;
    box-shadow: 0 0 5px 0 #daa520;
    background-color: #fff!important
}
.form::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #999
}
.form:-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #999
}
.form::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #999
}
.form:-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #999
}
.form .form-group {
    position: relative;
    margin-bottom: 30px
}
.form.registerForm input[type=checkbox] {
    -webkit-appearance: checkbox
}
.form.registerForm input[type=radio] {
    -webkit-appearance: radio
}
.form label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 34px;
    margin-bottom: 0
}
.form .require {
    color: #b94a48
}
.form p.require {
    position: absolute;
    font-size: 12px;
    top: 35px
}
.form h3 {
    font-size: 24px!important;
    margin-bottom: 30px!important;
    color: #000!important
}
.form .validation {
    position: absolute;
    right: 20px;
    top: 0
}
.form .validation img {
    width: 33px;
    height: 33px
}
.form.registerForm .genre {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center!important;
    -webkit-box-align: center!important;
    -moz-box-align: center!important;
    -ms-flex-align: center!important;
    -webkit-align-items: center
}
.form.registerForm .genre.parsley-error {
    background-color: #f2dede;
    border: 1px solid #b94a48;
    background-image: url(../images/error.svg)!important;
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form.registerForm .genre label {
    margin-right: 5px;
    margin-bottom: 0
}
.form.registerForm .genre input[type=radio] {
    margin-right: 5px;
    margin-top: 0;
    margin-left: 28px
}
.form.registerForm .genre input[type=radio]:first-child {
    margin-left: 0
}
.form.registerForm .conditions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 15px
}
.form.registerForm .conditions label {
    text-align: center;
    margin-right: 20px
}
.form.registerForm .conditions input[type=checkbox] {
    margin-right: 5px;
    margin-top: 0
}
@media (max-width: 767px) {
    .page-content-data .form .form-group {
        position: relative;
        margin-bottom: 20px;
        clear: both;
        overflow: hidden
    }
    .page-content-data .form .form-group p.require {
        position: static;
        width: 100%;
        margin-bottom: 0
    }
    .page-content-data .form.registerForm .conditions {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        box-orient: vertical;
        align-items: flex-start!important;
        -webkit-box-align: flex-start!important;
        -moz-box-align: flex-start!important;
        -ms-flex-align: flex-start!important;
        -webkit-align-items: flex-start
    }
    .page-content-data .form.registerForm .conditions label {
        text-align: left
    }
    .page-content-data ol {
        padding-left: 10px!important
    }
    .page-content-data .filterRow.fechas {
        display: block!important
    }
}
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}
.wpcf7-form select {
    font-style: normal;
    background-image: url(../images/select-icon.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer
}
.wpcf7-form select::-ms-expand {
    display: none
}
.social-links {
    overflow: hidden;
    list-style-type: none
}
.social-links li {
    float: left
}
.social-links li a {
    display: block;
    text-align: center
}
.page-content {
    margin-bottom: 100px
}
.page-title {
    position: relative;
    width: 100%
}
.page-title:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.page-title .container>.row {
    vertical-align: middle;
    display: table-cell
}
.page-title h2,
.page-title ol {
    color: #E03635
}
.page-title h2 {
    font-size: 125% !important;
    font-weight: 800;
    margin: .5em 0;
    color: white !important;
    text-transform: uppercase;
    font-family: 'OpenSans-ExtraBold'
}
@media (max-width: 1199px) {
    .page-title h2 {
        font-size: 42px;
        font-size: 2.8rem
    }
}
@media (max-width: 991px) {
    .page-title h2 {
        font-size: 35px;
        font-size: 2.33333rem
    }
}
@media (max-width: 767px) {
    .page-title h2 {
        font-size: 28px;
        font-size: 1.86667rem;
        font-weight: 700;
        margin-bottom: 15px
    }
}
.page-title .breadcrumb {
    background-color: transparent;
    padding: 0
}
.page-title .breadcrumb li {
    font-size: 18px;
    font-size: 1.2rem;
    color: #bc0000;
    margin-right: 5px
}
@media (max-width: 991px) {
    .page-title .breadcrumb li {
        font-size: 15px;
        font-size: 1rem
    }
}
.page-title .breadcrumb li a {
    color: #fff
}
.page-title .breadcrumb li a:hover {
    color: #bc0000
}
.page-title .breadcrumb>li+li:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #fff;
    margin-right: 5px
}
.page-content-title {
    padding: 15px;
    border-bottom: 1px solid #E03635;
    background-color: #E03635
}
.page-content-title h3 {
    color: #fff;
    margin-bottom: 0
}
.page-content-data {
    background-color: #fff;
    padding: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-radius: 25px;
}
.page-content-data>.row {
    margin-bottom: 35px
}
.page-content-data .nav-tabs {
    border-bottom: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 15px
}
.page-content-data .nav-tabs>li {
    padding: 5px 8px
}
.page-content-data ol {
    padding-left: 20px
}
.page-content-data .example {
    background-color: #f9f9f9;
    border: 1px solid #999;
    border-left-width: 2px;
    border-radius: .25rem;
    display: block;
    border-left-color: #E03635;
    margin-top: 10px;
    padding: 10px 20px
}
.page-content-data .nav-tabs>li.active {
    border-bottom: 4px solid #E03635
}
.page-content-data .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px 4px 0 0;
    padding: 0;
    color: #000;
    text-align: center
}
.page-content-data .nav-tabs>li>a:active,
.page-content-data .nav-tabs>li>a:focus,
.page-content-data .nav-tabs>li>a:hover {
    color: #daa520;
    background-color: #fff
}
.page-content-data .nav-tabs>li.active>a,
.page-content-data .nav-tabs>li.active>a:active,
.page-content-data .nav-tabs>li.active>a:focus,
.page-content-data .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: none;
    font-weight: 700
}
.page-content-data .filterRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end
}
.page-content-data h2 {
    color: #000;
    font-size: 24px
}
.page-content-data h3 {
    color: #E03635;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.page-content-data h4 {
    color: #000;
    margin: 20px 0;
    font-weight: 400;
    font-size: 21px
}
.page-content-data h6 {
    color: #000
}

.page-content-data .box-provider {
    /*box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 4px 0px, rgba(0, 0, 0, 0.12) 0px 2px 4px 0px;*/
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    color: rgb(34, 34, 34);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 390px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    overflow: hidden;
    border-image: initial;
    transition: all 0.2s ease-in-out 0s;
    padding: 20px;
}

.page-content-data .box-provider img {
    max-width: 170px;
    margin: 25px auto;
}

.page-content-data .card {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    text-align: center;
    margin-bottom: 30px;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased
}
.page-content-data .card:hover {
    background-color: #f7f7f7
}
.page-content-data .card:focus {
    box-shadow: 0 3px 10px -2px hsla(150, 5%, 65%, .5);
    background-color: #bc0000!important;
    outline-color: #daa520
}
.page-content-data .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}
.page-content-data .card-body a {
    display: block
}
.page-content-data .card .card-body span {
    font-size: 2.8rem;
    color: #E03635
}
.page-content-data .card:focus .card-body span {
    color: #000
}
.page-content-data .card .card-body h5 {
    font-size: 16px;
    font-weight: lighter;
    color: #343434;
    margin: 20px 0;
    text-transform: uppercase
}
.page-content-data .card:focus .card-body h5 {
    color: #000
}
.page-content-data .card-text:last-child {
    margin-bottom: 0
}

.page-content-data .questions {
    margin-bottom: 40px;
    ;
}

.page-content-data .question {
    margin-bottom: 25px;
    font-weight: bold;
}

@media only screen and (max-width: 500px) {
    .page-content-data .questions {
        padding-left: 0;
        border-left: none;
    }
}

@media only screen and (max-width: 400px) {
    .page-content-data .card-body {
        padding: 1rem
    }
    .page-content-data .card .card-body h5 {
        font-size: 14px;
        margin: 10px 0
    }
    .page-content-data .card .card-body p {
        font-size: 11px
    }
}
.page-content-data dl {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f9f9f9
}
.page-content-data dl dd {
    margin-bottom: 10px
}
.page-content-data dl.retiroBalance {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f9f9f9
}
.page-content-data dl.retiroBalance dt {
    width: 20%;
    float: left
}
.page-content-data dl.retiroBalance dd button {
    margin-left: 15px;
    padding: 7px 35px;
}
.page-content-data .filterBtn {
    height: 34px;
    padding: 4px 10px
}
.page-content-data .filterBtn span {
    margin-left: 5px
}
.page-content-data .registerNow .theme-btn {
    text-align: center;
    height: 50px;
    vertical-align: middle;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 21px
}
.page-content-data table {
    margin-top: 20px;
    width: 100%!important
}
.page-content-data table thead tr th {
    font-size: 14px;
    border-bottom: 1px solid #ddd
}
.page-content-data table tbody {
    border-top: none
}
.page-content-data table tr td,
.page-content-data table tr th {
    padding: 10px 8px
}
.page-content-data table tr td {
    color: #666
}
.page-content-data table tbody tr:first-child td {
    border-top: none
}
.page-content-data table tbody tr.accountSelected td {
    background-color: #fdc901;
    border-top: none!important;
    border-bottom: none!important;
    color: #000!important
}
.page-content-data table tr td.selectAccount {
    border-bottom: none;
    border-left: none;
    border-right: none;
    height: 100%;
    vertical-align: middle;
    padding: 0
}
.page-content-data table tr td form {
    margin-bottom: 0;
    display: inline-block
}
.page-content-data table tr td input[type=radio] {
    display: none
}
.page-content-data table tr td input[type=radio]:not(:disabled)~label {
    cursor: pointer
}
.page-content-data table tr td input[type=radio]:disabled~label {
    color: rgba(188, 194, 191, 1);
    border-color: rgba(188, 194, 191, 1);
    box-shadow: none;
    cursor: not-allowed
}
.page-content-data table tr td label {
    height: 100%;
    display: block;
    border-radius: 0;
    padding: 15px;
    margin-bottom: 0;
    text-indent: -9999px;
    text-align: center;
    position: relative;
    min-height: 100%;
    height: auto!important;
    height: 100%
}
.page-content-data table tr td label p {
    margin-bottom: 0!important;
    font-family: 'OpenSans-Regular'
}
.page-content-data table tr td input[type=radio]+label::after {
    color: rgba(61, 63, 67, 1);
    border: 2px solid #fdc901;
    content: "";
    position: absolute;
    top: 15px;
    right: 10px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: 0 0;
    text-indent: initial
}
.page-content-data table tr td input[type=radio]:checked+label::after {
    font-family: FontAwesome;
    background: #fdc901;
    color: #000;
    content: "\f00c";
    font-size: 16px;
    position: absolute;
    top: 12px;
    right: 5px;
    height: 30px;
    width: 30px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%
}
.dataTables_wrapper .dataTables_filter {
    margin-top: 20px;
    margin-bottom: 10px
}
.dataTables_filter label {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    color: #000
}
.dataTables_filter label input {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959;
    background-color: #fff!important;
    -webkit-appearance: none
}
.dataTables_filter label input:focus {
    border-color: #daa520;
    -webkit-box-shadow: 0 0 5px 0 #daa520;
    -moz-box-shadow: 0 0 5px 0 #daa520;
    -o-box-shadow: 0 0 5px 0 #daa520;
    -ms-box-shadow: 0 0 5px 0 #daa520;
    box-shadow: 0 0 5px 0 #daa520;
    background-color: #fff!important;
    -webkit-appearance: none
}
.dataTables_paginate ul li a {
    color: #000
}
.dataTables_paginate ul li a:focus,
.dataTables_paginate ul li a:hover {
    background-color: #fdc901;
    color: #000
}
.dataTables_paginate ul li.active a {
    background-color: #fdc901!important;
    border-color: transparent!important
}
table.dataTable thead>tr>th {
    background-position: 2px center;
    background-repeat: no-repeat;
    background-size: 8px
}
table.dataTable thead>tr>th.monto {
    background-position: right center
}
table.dataTable thead .sorting {
    background-image: url(../images/sort_both_disabled.png);
    background-size: 12px
}
table.dataTable thead .sorting_asc {
    background-image: url(../images/sort_asc.png)
}
table.dataTable thead .sorting_desc {
    background-image: url(../images/sort_desc.png)
}
table.dataTable thead .sorting_asc_disabled {
    background-image: url(../images/sort_asc_disabled.png)
}
table.dataTable thead .sorting_desc_disabled {
    background-image: url(../images/sort_desc_disabled.png)
}
table.dataTable thead th.sorting,
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc {
    padding-right: 15px!important;
    padding-left: 15px
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    content: ''
}
.visible-xxs {
    display: none!important
}
@media only screen and (max-width: 580px) {
    .visible-xxs {
        display: block!important
    }
    .page-content-data .filterBtn {
        float: right;
        width: 100%
    }
    .hero .hero-slider .slide-caption>.btns>a:first-child {
        /* margin-right: 0!important */
    }
    .btn-terms {
        font-size: .7rem!important;
        margin: 5px auto -15px!important
    }
    .barra-menu ul {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        box-orient: vertical
    }
    .barra-menu ul li {
        border-right: none!important;
        border-bottom: 1px solid #834334
    }
    .barra-menu ul li:first-child a:hover::before {
        top: 0!important
    }
    .barra-menu ul li:last-child {
        border-bottom: none
    }
    .barra-menu ul li a {
        font-size: 24px!important;
        padding: 15px 3px!important;
        line-height: normal
    }
    .barra-menu ul li a:hover:before {
        top: -1px!important;
        left: 48%!important
    }
    .barra-menu ul li a span {
        display: inline-block!important
    }
    .tabWrap {
        position: relative;
        margin: 0 auto;
        overflow: hidden;
        padding: 5px;
        height: 50px
    }
    .page-content-data .scrollTabs {
        position: absolute;
        left: 0;
        top: 0;
        min-width: 3000px;
        margin-left: 12px;
        margin-top: 0;
        display: block;
        margin-bottom: 25px
    }
    .scrollTabs li {
        display: table-cell;
        position: relative;
        text-align: center;
        cursor: grab;
        cursor: -webkit-grab;
        color: #efefef;
        vertical-align: middle
    }
    .scroller {
        text-align: center;
        cursor: pointer;
        display: none;
        padding: 7px;
        padding-top: 11px;
        white-space: no-wrap;
        vertical-align: middle;
        background-color: #fff
    }
    .scroller-right {
        float: right
    }
    .scroller-left {
        float: left
    }
}
@media only screen and (max-width: 991px) {
    .page-content-data {
        padding-top: 20px
    }
    .page-content-data .filterRow .theme-btn {
        width: 100%;
        margin-top: 20px
    }
    .page-content-data table {
        margin-top: 20px;
        border: none!important
    }
    .page-content-data table tr td label {
        display: block;
        border-radius: 0;
        padding: 7px 0!important;
        margin-bottom: 0;
        text-align: center;
        position: relative;
        right: 0
    }
    .page-content-data table tr td label p {
        padding-left: 10px;
        text-align: left;
        text-indent: initial;
        float: left
    }
    .page-content-data table tr td input[type=radio]:checked+label {
        background-color: transparent;
        color: rgba(255, 255, 255, 1)
    }
    .page-content-data table tr td input[type=radio]+label::after {
        right: 50%;
        left: 46%;
        height: 20px;
        width: 20px;
        display: block;
        top: 5px
    }
    .dataTables_info {
        font-size: 12px
    }
    .dataTables_paginate ul {
        font-size: 12px
    }
    #cuentasBancariasTable tbody tr td input[type=radio]:checked+label::after {
        right: 50%;
        left: 46%;
        display: block;
        height: 25px;
        width: 25px;
        font-size: 18px;
        line-height: 23px;
        top: 19px
    }
    #cuentasBancariasTable tbody tr {
        border-radius: 7px
    }
    #cuentasBancariasTable tbody tr.accountSelected td {
        background-color: #fdc901!important;
        border-top: 1px solid #fdc901!important;
        border-bottom: 1px solid #fdc901!important
    }
    #cuentasBancariasTable tbody tr td {
        border: none;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 35px;
        font-size: 14px
    }
    #cuentasBancariasTable tbody tr td.selectAccount {
        padding-left: 0;
        padding-right: 0
    }
    #cuentasBancariasTable tbody tr td .accountNum {
        font-size: 21px;
        font-family: 'Share Tech Mono', monospace
    }
    #cuentasBancariasTable tbody tr td .fa-user {
        float: left;
        font-size: 25px;
        margin-right: 20px
    }
    #cuentasBancariasTable tbody tr td .fa-credit-card {
        float: left;
        font-size: 20px;
        margin-right: 15px;
        margin-bottom: 45px
    }
    #cuentasBancariasTable tbody tr:hover {
        background-color: #fff
    }
    #cuentasBancariasTable tbody tr td:first-child {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        text-align: left;
        font-size: 18px;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 70px
    }
    #cuentasBancariasTable tbody tr td:first-child .theme-btn {
        position: absolute;
        right: 10px;
        padding: 5px;
        background-color: transparent;
        border: none
    }
    #cuentasBancariasTable tbody tr td:first-child .theme-btn i {
        font-size: 18px
    }
    #cuentasBancariasTable tbody tr td:nth-child(2) {
        padding-bottom: 15px
    }
    #cuentasBancariasTable tbody tr td:last-child {
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px
    }
    .page-content-data>.row {
        margin-bottom: 20px
    }
    #casinoHistory h2 {
        margin-top: 20px
    }
    tr.detalleMov td dl:first-child::before {
        content: "";
        position: absolute;
        left: 30px;
        right: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
        border-top: 0;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #f9f9f9;
        border-left: 8px solid transparent;
        top: -10px;
        width: 10px;
        height: 10px;
        z-index: 999
    }
    #ReportListMobile {
        font-size: 12px;
        width: 100% !important;
        display: block;
        overflow-x: auto;
    }
    #ReportListMobile thead{
        width: 100%;
    }
    #ReportListMobile tbody{
        width: 100%;
    }
    #ReportListMobile thead tr.resumenMov {
        border-bottom: 1px solid #ddd
    }
    #ReportListMobile thead tr th {
        font-size: 12px!important;
        font-weight: 700
    }
    #ReportListMobile thead tr th.fecha {
        width: 50px!important
    }
    #ReportListMobile tbody tr.detalleMov td {
        padding: 0!important;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee
    }
    #ReportListMobile tbody tr.detalleMov td dl {
        margin-top: -1px!important;
        border-top: none;
        margin-bottom: 0!important;
        position: relative
    }
    #ReportListMobile tbody tr.detalleMov td dl dt {
        width: 50%;
        max-width: 80px;
        float: left
    }
    #ReportListMobile tr.selected td {
        background-color: #eee
    }
    #ReportListMobile tr td {
        padding: 10px 5px!important;
        border: none!important
    }
    .account {
        background-color: #fff;
        border: 1px solid #999;
        color: #666;
        margin-bottom: 15px;
        border-radius: 6px;
        cursor: pointer;
        width: 100%;
        padding: 15px;
        position: relative
    }
    .accountSelected {
        background-color: #fdc901!important;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
        color: #000!important;
        border: 1px solid #fdc901
    }
    .account h2 {
        font-size: 21px
    }
    .account label {
        position: absolute;
        right: -20px;
        top: 48px;
        width: 60px;
        height: calc(100% - 96px);
        margin-bottom: 0
    }
    .account label::before {
        color: rgba(61, 63, 67, 1);
        border: 2px solid #fdc901;
        content: "";
        position: absolute;
        top: 45px;
        right: 10px;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background-color: #fff;
        text-indent: initial
    }
    .account input[type=radio] {
        display: none;
        position: absolute;
        top: 45px;
        right: 13px
    }
    .account input[type=radio]:checked+label::after {
        font-family: FontAwesome;
        background: #fdc901;
        color: #000;
        content: "\f00c";
        font-size: 16px;
        position: absolute;
        top: 43px;
        right: 7px;
        height: 30px;
        width: 30px;
        line-height: 26px;
        text-align: center;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        font-size: 18px;
        line-height: 23px
    }
    .account .theme-btn {
        background-color: transparent;
        border-color: transparent;
        position: absolute;
        top: 10px;
        right: 0
    }
    .account .theme-btn:focus {
        color: #fdc901;
        outline: 0
    }
    .accountSelected .theme-btn:focus {
        color: #fff;
        outline: 0
    }
    .accountGroup {
        padding-left: 35px;
        margin-bottom: 10px;
        position: relative
    }
    .accountGroup i {
        position: absolute;
        font-size: 20px;
        left: 0;
        top: 2px
    }
    .accountGroup span {
        display: block
    }
    .accountGroup.user {
        padding-bottom: 10px;
        margin-top: 10px
    }
    .accountHolder {
        text-align: left;
        font-size: 16px;
        font-weight: 700
    }
    .accountRut {
        font-weight: 700
    }
    .accountType {
        color: #999
    }
    .accountSelected .accountType {
        color: #000
    }
    .accountNum {
        font-size: 21px;
        font-family: 'Share Tech Mono', monospace
    }
    .page-content-data dl.retiroBalance {
        margin-bottom: 0
    }
    .page-content-data dl.retiroBalance dt {
        float: left;
        width: 60%
    }
    .page-content-data dl.retiroBalance dd {
        text-align: right
    }
    .page-content-data dl.retiroBalance dd button {
        margin-left: 0;
        width: 100%
    }
    .page-content-data dl.retiroBalance dt.inputMonto {
        float: right;
        width: 40%;
        margin-bottom: 15px;
        text-align: right;
        margin-top: 5px
    }
}
.page-content-data .btn-group,
.page-content-data .reCaptcha {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center
}
.page-content-data .btn-group button {
    margin: 0 10px
}
.page-content-data .form-info p {
    color: #000
}
.preloader {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10001;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}
.preloader div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.preloader img {
    width: 120px
}
.services-grids {
    overflow: hidden
}
.services-grids .inner {
    min-height: 111px;
    position: relative;
    overflow: hidden
}
.services-grids .gameImg {
    padding: 0;
    margin-bottom: 15px;
    transform: none;
    transition: none
}
.services-grids .gameImg img {
    scale: none;
    transition: none
}
.services-grids .gameImg:hover img {
    transform: none;
    filter: none
}
@media only screen and (max-width: 580px) {
    .col-table {
        width: 100%!important
    }
}
.services-grids .ez-mesa {
    margin: 0 0 20px 0;
    position: relative;
    background-color: #000;
    border: solid 1px #daa520
}
.services-grids .ez-title {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 10px;
    left: 10px;
    padding: 2.5px 15px;
    font-size: 80%;
    border-radius: 25px;
    font-family: 'OpenSans-ExtraBold';
}
.services-grids .playBtn-mask,
.services-grids .disabled-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
    cursor: pointer
}

.services-grids .playBtn,
.services-grids .disabled-mask span {
    top: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    height: 100%;
    position: absolute;
    left: 0;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.services-grids .disabled-mask span {
    background-color: rgba(255, 255, 255, .7);
    top: 0;
    opacity: 1;
    padding: 0 20px;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #051829;
}
.services-grids .ez-mesa .playBtn-mask {
    left: 0;
    z-index: 2;
}
.services-grids .playBtn-mask {
    cursor: pointer;
}
.services-grids .disabled-mask {
    z-index: 1;
}
.services-grids .playBtn-mask,
.services-grids .disabled-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    overflow: hidden;
}
.services-grids .playBtn {
    top: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    height: 100%;
    position: absolute;
    left: 0;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}
.services-grids .playBtn hr {
    width: 100%
}
.services-grids .playBtn-mask:hover .playBtn {
    background-color: rgba(17, 60, 123, 0.9);
    top: 0;
    opacity: 1;
    padding: 0 20px
}
.services-grids .playBtn span {
    background-image: none;
    padding: 5px 28px;
    border: none;
    margin: 0 auto
}
.services-grids .btn-play {
    width: 100%;
    height: 100%;
    padding: 60px 50px;
    position: absolute;
    left: 0;
    top: 57%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}
.services-grids .btn-play:hover {
    background-color: #E03635;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    top: 0
}
.services-grids .vgmesa {
    border: solid 1px #bc0000
}
@media (max-width: 1199px) {
    .services-grids .inner {
        min-height: 218px
    }
}
.services-grids .details {
    width: 100%;
    height: 100%;
    padding: 0 50px;
    position: absolute;
    left: 0;
    top: 57%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}
@media (max-width: 1199px) {
    .services-grids .details {
        padding: 50px 30px
    }
}
.services-grids .info {
    position: relative
}
.services-grids .details h3 {
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
    margin: 0 0 1.2em
}
@media (max-width: 1199px) {
    .services-grids .details h3 {
        font-size: 17px;
        font-size: 1.13333rem;
        margin: 0 0 1.2em
    }
}
@media (max-width: 767px) {
    .services-grids .details h3 {
        font-size: 15px;
        font-size: 1rem;
        margin: 0 0 1.2em
    }
}
.services-grids .details h3 i {
    background: #bc0000;
    color: #051829;
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    left: -5px
}
@media (max-width: 1199px) {
    .services-grids .details h3 i {
        padding: 5px 8px
    }
}
.services-grids .details p {
    font-size: 14px;
    font-size: .93333rem;
    color: #fff;
    margin: 0 0 1.79em
}
.services-grids .details .more {
    font-weight: 600;
    color: #051829;
    text-transform: capitalize
}
.services-grids .grid:hover .details {
    background-color: #E03635;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    top: 0
}
.services-grids .grid:hover .details h3 {
    color: #051829;
    margin: 0 0 .59em
}
.services-grids .grid:hover .details h3 i {
    background: 0 0
}
.dots-s1 .owl-controls {
    margin-top: 0
}
.dots-s1 .owl-dots {
    height: 15px
}
.dots-s1 .owl-dots .owl-dot span {
    background: #bfbfbf;
    width: 8px;
    height: 8px;
    margin: 0 7px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}
.dots-s1 .owl-dots .owl-dot.active span,
.dots-s1 .owl-dots .owl-dot:hover span {
    background-color: #bc0000
}
.dots-s1 .owl-dots .owl-dot.active span {
    width: 9px;
    height: 9px
}
.slider-arrow-s1 .owl-controls {
    margin-top: 0
}
.slider-arrow-s1 .owl-controls .owl-nav .owl-next,
.slider-arrow-s1 .owl-controls .owl-nav .owl-prev {
    background-color: #bc0000;
    width: 34px;
    height: 34px;
    line-height: 37px;
    font-size: 18px;
    font-size: 1.2rem;
    color: #051829;
    padding: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}
.slider-arrow-s1 .owl-controls .owl-nav .owl-next:hover,
.slider-arrow-s1 .owl-controls .owl-nav .owl-prev:hover {
    background-color: #e4b500;
    color: #051829
}
.barra-menu {
    margin-top: 20px
}
.barra-menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    list-style: none;
    background: transparent;
    /* background: #bc0000;
    background: -moz-linear-gradient(top, #bc0000, #810000);
    background: -webkit-gradient(left top, left bottom), color-stop(0, #bc0000), color-stop(100%, #810000);
    background: -webkit-linear-gradient(top, #bc0000, #810000);
    background: -o-linear-gradient(top, #bc0000, #810000);
    background: -ms-linear-gradient(top, #bc0000, #810000);
    background: linear-gradient(to bottom, #E03635, #601717) */
}
.barra-menu ul li {
    text-align: center;
    text-align: center;
    width: 100%;
    border-radius: 50px;
    background: #E03635;
    padding: 5px;
    margin: 5px;
    width: 98%;
}
.barra-menu ul li:last-child {
    border-right: 0
}
.barra-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 95%;
    display: block;
    line-height: 22px;
    height: 100%;
    padding: 7px 3px;
    position: relative;
    font-weight: 600;
}
.barra-menu ul li a:hover {
    background: #aad00000;
    background: -moz-linear-gradient(top, #d0c20000 0, #a18a0711 100%);
    background: -webkit-gradient(left top, left bottom, color-stop 0, #d08e0000, color-stop 100%, #a18a0703);
    background: -webkit-linear-gradient(top, #d0aa0010 0, #a1850700 100%);
    background: -o-linear-gradient(top, #d0aa000a 0, #a17d0703 100%);
    background: -ms-linear-gradient(top, #c2d00007 0, #a197070c 100%);
    background: linear-gradient(to bottom, #d0a00007 0, #a1920713 100%);
    text-shadow: 0 0 14px rgba(0, 0, 0, .77);
    /* -webkit-filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d00000', endColorstr='#a10707', GradientType=0);
    progid: DXImageTransform.Microsoft.gradient( startColorstr='#d00000', endColorstr='#a10707', GradientType=0) */
}
/* .barra-menu ul li a:hover:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #322c28;
    top: 0;
    left: 46%
} */
.barra-menu ul li a span {
    color: #ffb306;
    display: block
}
.btn-terms {
    text-transform: uppercase;
    font-size: .8em;
    padding: 0 5px;
    margin: 10px 20px 0 auto;
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important
}
@media (max-width: 991px) {
    .slider-arrow-s1 .owl-controls .owl-nav .owl-next,
    .slider-arrow-s1 .owl-controls .owl-nav .owl-prev {
        width: 30px;
        height: 30px;
        line-height: 33px;
        font-size: 16px;
        font-size: 1.06667rem
    }
}
.theme-accordion-s1 {
    margin-bottom: 0
}
.theme-accordion-s1 .panel-default {
    background: 0 0;
    border: 1px solid #dee0e1;
    border-radius: 0
}
.theme-accordion-s1 .panel-group .panel+.panel {
    margin-top: 8px
}
.theme-accordion-s1 .panel-heading {
    background-color: transparent;
    padding: 0;
    border-radius: 0
}
.theme-accordion-s1 .panel-heading a {
    background-color: rgba(253, 212, 51, .95);
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #222;
    display: block;
    padding: 15px 25px;
    position: relative
}
@media (max-width: 1800px) {
    .theme-accordion-s1 .panel-heading a {
        background-color: #bc0000
    }
}
@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading a {
        font-size: 16px;
        font-size: 1.06667rem;
        padding: 12px 20px
    }
}
@media (max-width: 767px) {
    .theme-accordion-s1 .panel-heading a {
        padding: 12px 15px
    }
}
.theme-accordion-s1 .panel-heading a:before {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 20px;
    font-size: 1.33333rem;
    position: absolute;
    right: 25px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}
@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading a:before {
        font-size: 18px;
        font-size: 1.2rem;
        right: 20px
    }
}
.theme-accordion-s1 .panel-heading .collapsed {
    background-color: #fff
}
.theme-accordion-s1 .panel-heading .collapsed:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}
.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
    background: rgba(255, 255, 255, .9);
    border: 0;
    padding: 24px 33px 12px
}
@media (max-width: 1800px) {
    .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
        background-color: #fff
    }
}
@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
        padding: 20px 20px 10px
    }
}
@media (max-width: 767px) {
    .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
        padding: 15px 15px 8px
    }
}
.team-grids .team-grid {
    overflow: hidden;
    position: relative
}
.team-grids .member-pic-social {
    position: relative;
    overflow: hidden
}
.team-grids .social {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s
}
.team-grids .social-links {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11;
    opacity: 0
}
.team-grids .member-pic-social:hover .social-links {
    opacity: 1
}
.team-grids .social-links>li+li {
    margin-left: 20px
}
.team-grids .social-links li a {
    font-size: 24px;
    font-size: 1.6rem;
    color: #fff
}
@media (max-width: 1199px) {
    .team-grids .social-links li a {
        font-size: 18px;
        font-size: 1.2rem
    }
}
.team-grids .social-links li a:hover {
    color: #051829
}
.team-grids .member-info {
    text-align: center;
    padding-top: 25px
}
.team-grids .member-info h3 {
    font-size: 22px;
    font-size: 1.46667rem;
    margin: 0 0 3px
}
@media (max-width: 1199px) {
    .team-grids .member-info h3 {
        font-size: 18px;
        font-size: 1.2rem
    }
}
@media (max-width: 991px) {
    .team-grids .member-info h3 {
        font-size: 16px;
        font-size: 1.06667rem
    }
}
@media (max-width: 991px) {
    .team-grids .member-info p {
        font-size: 14px;
        font-size: .93333rem
    }
}
.team-grids .owl-controls .owl-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 59%;
    z-index: 10
}
@media (max-width: 1199px) {
    .team-grids .owl-controls .owl-nav {
        display: none
    }
}
.team-grids .owl-controls .owl-dots {
    position: relative;
    top: 80px;
    z-index: 10
}
@media (max-width: 1199px) {
    .team-grids .owl-controls .owl-dots {
        top: 0
    }
}
.team-grids .owl-controls .owl-nav .owl-next,
.team-grids .owl-controls .owl-nav .owl-prev {
    background: 0 0;
    font-size: 24px;
    font-size: 1.6rem;
    color: #051829;
    padding: 0;
    position: absolute
}
.team-grids .owl-controls .owl-nav .owl-next:hover,
.team-grids .owl-controls .owl-nav .owl-prev:hover {
    background: 0 0;
    color: #bc0000
}
.team-grids .owl-controls .owl-nav .owl-prev {
    left: -65px
}
.team-grids .owl-controls .owl-nav .owl-next {
    right: -65px
}
.team-grids .owl-controls .owl-dots .active span,
.team-grids .owl-controls .owl-dots .owl-dot:hover span {
    background: #bc0000
}
.square-hover-effect {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10
}
.square-hover-effect .hover-1,
.square-hover-effect .hover-2,
.square-hover-effect .hover-3,
.square-hover-effect .hover-4 {
    background: #E03635;
    width: 50%;
    height: 50%;
    position: absolute;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    opacity: 0
}
.square-hover-effect .hover-1 {
    left: 0;
    top: 0
}
.square-hover-effect .hover-2 {
    left: 50%;
    top: 0
}
.square-hover-effect .hover-3 {
    left: 50%;
    top: 50%
}
.square-hover-effect .hover-4 {
    left: 0;
    top: 50%
}
.square-hover-effect-parent:hover .hover-1,
.square-hover-effect:hover .hover-1 {
    left: 50%;
    top: 0;
    opacity: 1
}
.square-hover-effect-parent:hover .hover-2,
.square-hover-effect:hover .hover-2 {
    left: 50%;
    top: 50%;
    opacity: 1
}
.square-hover-effect-parent:hover .hover-3,
.square-hover-effect:hover .hover-3 {
    left: 0;
    top: 50%;
    opacity: 1
}
.square-hover-effect-parent:hover .hover-4,
.square-hover-effect:hover .hover-4 {
    left: 0;
    top: 0;
    opacity: 1
}
.page-title {
    font-size: 22px;
    line-height: 35px;
    padding: 3px 0;
    text-align: left
}
.tab-games .nav-tabs {
    border-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.tab-games .nav-tabs>li {
    font-size: 13px;
    cursor: pointer;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0;
    padding: 0 15px;
    background: 0 0;
    display: inline-block;
    background: #151515;
    border-radius: 5px;
}
.tab-games .nav-tabs>li>a {
    color: grey;
    background: #151515;
    border-radius: 0;
    padding: 6px 10px;
    /* border: 1px solid #1f1f1f!important; */
}
.tab-games .nav-tabs>li.active>a::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #E03635;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto
}
/* .tab-games .nav-tabs>li>a:hover {
    color: inherit;
    border: 1px solid transparent!important
} */
.tab-games .nav-tabs>li.active {
    color: #fff;
    background: #E03635;
    font-weight: 700
}
.tab-games .nav-tabs>li.active:hover {
    background: #E03635
}
.tab-games .nav-tabs>li:hover {
    color: #fff;
    /* background: #292929 */
}
.tab-games .nav-tabs>li.active>a,
.tab-games .nav-tabs>li:hover>a {
    color: inherit;
    background: 0 0!important;
    border-radius: 0;
    border: 1px solid transparent!important
}
.tab-games .nav-tabs>li.active>a:focus,
.tab-games .nav-tabs>li.active>a:hover {
    padding: 6px 10px;
    border: 1px solid transparent!important
}
.tab-games .tab-content {
    overflow: hidden;
    background-color: transparent;
    padding: 0;
    margin-top: 20px
}

@media (max-width: 480px) {
    .tab-games .nav-tabs {
        padding: 0 15px
    }
    .tab-games .nav-tabs>li {
        margin: 0
    }
    .tab-games .nav-tabs>li a {
        font-size: 12px;
        text-align: center;
        padding: 6px 10px
    }
}
.thumbnails {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px
}
.thumbnails img {
    width: 100%;
    border: 3px solid #E03635;
    border-radius: 25px;
}
.thumbnails .play {
    border-radius: 25px;
    color: #fff;
    width: 100%;
    height: 100%;
    bottom: -100%;
    text-align: center;
    position: absolute;
    background: rgba(255, 0, 0, .4);
    transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.thumbnails.NoDiscp .play {
    bottom: 0;
    transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.thumbnails.NoDiscp {
    filter: grayscale(90%);
}
.thumbnails:hover .play {
    bottom: 0;
    transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}
.thumbnails .play h4 {
    color: #fff;
    font-weight: 700;
    margin-top: initial;
    padding: 0 10px;
    text-shadow: 3px 3px 2px #020924;
    font-family: 'OpenSans-ExtraBold';
    margin-bottom: 5px;
}
.thumbnails .play p {
    padding: 0 30px
}
.thumbnails .play a {
    display: block;
    cursor: pointer;
    padding: 0px 15px;
    text-shadow: 3px 3px 2px #020924;
}

.thumbnails .play a i {
    color: #fff;
    font-size: 120%;
}
.thumbnails .play i {
    color: #fff;
    font-size: 14px
}
@media screen and (min-width: 992px) {
    .service-single-sidebar {
        padding-right: 40px
    }
}
@media (max-width: 991px) {
    .service-single-sidebar {
        margin-top: 80px
    }
}
.service-single-sidebar ul {
    list-style-type: none
}
.service-single-sidebar>.widget+.widget {
    margin-top: 50px
}
.service-single-sidebar .services-link-widget ul>li+li {
    margin-top: 10px
}
.service-single-sidebar .services-link-widget ul li a {
    background-color: #f5f2f2;
    font-weight: 600;
    color: #242424;
    padding: 14px 20px;
    display: block;
    text-transform: uppercase
}
@media (max-width: 1199px) {
    .service-single-sidebar .services-link-widget ul li a {
        font-size: 14px;
        font-size: .93333rem
    }
}
@media (max-width: 767px) {
    .service-single-sidebar .services-link-widget ul li a {
        font-size: 12px;
        font-size: .8rem;
        padding: 10px 15px
    }
}
.service-single-sidebar .services-link-widget ul li a:hover,
.service-single-sidebar .services-link-widget ul li.current a {
    background-color: #bc0000
}
.service-single-sidebar .download-brocher-widget a {
    background-color: #bc0000;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    padding: 17px 20px 17px 50px;
    position: relative;
    display: block;
    text-transform: uppercase
}
@media (max-width: 1199px) {
    .service-single-sidebar .download-brocher-widget a {
        font-size: 14px;
        font-size: .93333rem
    }
}
@media (max-width: 767px) {
    .service-single-sidebar .download-brocher-widget a {
        font-size: 13px;
        font-size: .86667rem;
        padding: 10px 15px 10px 40px
    }
}
.service-single-sidebar .download-brocher-widget a i {
    background-color: #051829;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.service-single-sidebar .contact-widget {
    border: 2px solid #e9e9e9;
    padding: 30px 25px
}
.service-single-sidebar .contact-widget h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    margin: 0 0 .8em
}
@media (max-width: 991px) {
    .service-single-sidebar .contact-widget h3 {
        font-size: 17px;
        font-size: 1.13333rem
    }
}
.service-single-sidebar .contact-widget p {
    margin: 0
}
.pagination-wrapper {
    text-align: center
}
.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none
}
.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px
}
@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px
    }
}
.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0
}
.pagination-wrapper .pg-pagination li a {
    font-family: Montserrat, sans-serif;
    background-color: #051829;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-weight: 500
}
@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li a {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background-color: #bc0000;
    color: #051829
}
@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 80px
    }
}
@media (max-width: 767px) {
    .blog-sidebar {
        margin-top: 70px
    }
}
.blog-sidebar .widget {
    margin-bottom: 75px
}
@media (max-width: 991px) {
    .blog-sidebar .widget {
        margin-bottom: 60px
    }
}
.blog-sidebar .widget ul {
    list-style: none
}
.blog-sidebar .widget:last-child {
    margin-bottom: 0
}
.blog-sidebar h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    color: #0d0d0d;
    margin: 0 0 1.25em;
    text-transform: uppercase
}
@media (max-width: 767px) {
    .blog-sidebar h3 {
        font-size: 17px;
        font-size: 1.13333rem
    }
}
.blog-sidebar .archive-widget ul li,
.blog-sidebar .category-widget ul li {
    border-bottom: 1px solid #fff
}
.blog-sidebar .archive-widget ul li>a,
.blog-sidebar .category-widget ul li>a {
    padding: 10px 0
}
.blog-sidebar ul li {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 700
}
.blog-sidebar ul li>a {
    display: block;
    color: #404040;
    position: relative
}
.blog-sidebar ul li:first-child a {
    padding-top: 0
}
.blog-sidebar ul li:last-child a {
    padding-bottom: 0
}
.blog-sidebar ul li:last-child {
    border: 0
}
.blog-sidebar ul li>a:hover {
    color: #051829
}
.blog-sidebar ul li>a .badge {
    background-color: transparent;
    font-size: 15px;
    font-size: 1rem;
    color: #404040;
    position: absolute;
    right: 5px
}
.blog-sidebar ul li>a .badge:after,
.blog-sidebar ul li>a .badge:before {
    font-size: 14px;
    font-size: .93333rem;
    position: absolute;
    top: 3px
}
.blog-sidebar ul li>a .badge:before {
    content: "(";
    left: 0
}
.blog-sidebar ul li>a .badge:after {
    content: ")";
    right: 0
}
.blog-sidebar .search-widget input {
    background-color: transparent;
    padding: 8px 12px;
    height: auto
}
.blog-sidebar .search-widget input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #051829
}
@media (max-width: 767px) {
    .blog-sidebar .recent-post-widget ul {
        margin-left: -15px
    }
}
.blog-sidebar .recent-post-widget ul li {
    border: 0;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative
}
@media (max-width: 767px) {
    .blog-sidebar .recent-post-widget ul li {
        padding: 0 0 40px 100px;
        overflow: visible
    }
}
.blog-sidebar .recent-post-widget ul li:last-child {
    margin-bottom: 0
}
.blog-sidebar .recent-post-widget .post-pic {
    width: 30%;
    float: left
}
@media (max-width: 767px) {
    .blog-sidebar .recent-post-widget .post-pic {
        width: 70px;
        float: none;
        position: absolute;
        left: 15px
    }
}
.blog-sidebar .recent-post-widget .details {
    width: 68%;
    float: right
}
@media (max-width: 767px) {
    .blog-sidebar .recent-post-widget .details {
        width: 100%;
        float: none
    }
}
.blog-sidebar .recent-post-widget .details>span {
    font-size: 12px;
    font-size: .8rem;
    color: #666;
    text-transform: uppercase
}
.blog-sidebar .recent-post-widget .details h4 {
    font-size: 14px;
    font-size: .93333rem;
    margin: .5em 0;
    text-transform: capitalize
}
@media (max-width: 767px) {
    .blog-sidebar .recent-post-widget .details h4 {
        font-size: 13px;
        font-size: .86667rem;
        padding-top: 10px
    }
}
.blog-sidebar .recent-post-widget .details h4 a {
    color: #000
}
.blog-sidebar .recent-post-widget .details h4 a:hover {
    color: #051829
}
.blog-sidebar .tag-widget .all-tags {
    margin-left: -12px
}
.blog-sidebar .tag-widget .all-tags a {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 700;
    color: gray;
    border: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}
.blog-sidebar .tag-widget .all-tags a:hover {
    color: #051829
}
.blog-sidebar .instagram-widget ul {
    overflow: hidden;
    margin-right: -8px
}
.blog-sidebar .instagram-widget ul li {
    width: 33.33%;
    float: left;
    padding: 0 8px 8px 0
}
.blog-sidebar .instagram-widget ul li img {
    max-width: 100%
}
@media (max-width: 767px) {
    .blog-sidebar .instagram-widget ul li img {
        width: 100%
    }
}
.products-grids .grid {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 #d9d9d9;
    -moz-box-shadow: 0 0 15px 0 #d9d9d9;
    -o-box-shadow: 0 0 15px 0 #d9d9d9;
    -ms-box-shadow: 0 0 15px 0 #d9d9d9;
    box-shadow: 0 0 15px 0 #d9d9d9;
    text-align: center
}
.products-grids .img-holder img {
    display: inline-block
}
.products-grids .img-holder-info-list {
    position: relative
}
.products-grids .info-list {
    width: 152px;
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}
@media (max-width: 767px) {
    .products-grids .info-list {
        width: 122px
    }
}
.products-grids .info-list>div {
    width: 50px;
    float: left;
    margin-right: 1px
}
@media (max-width: 767px) {
    .products-grids .info-list>div {
        width: 40px
    }
}
.products-grids .info-list>div:last-child {
    margin-right: 0
}
.products-grids .info-list>div a {
    background-color: #051829;
    height: 45px;
    display: block;
    text-align: center;
    padding: 10px 0
}
@media (max-width: 767px) {
    .products-grids .info-list>div a {
        height: 40px;
        line-height: 40px;
        padding: 0
    }
}
.products-grids .info-list>div a:hover {
    background-color: #020b12
}
.products-grids .info-list>div img {
    display: inline-block
}
@media (max-width: 767px) {
    .products-grids .info-list>div img {
        max-width: 17px
    }
}
.products-grids .product-info {
    padding: 30px 15px;
    text-align: center;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}
@media (max-width: 767px) {
    .products-grids .product-info {
        padding: 20px 15px
    }
}
.products-grids .product-info h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    margin: 0 0 .4em
}
@media (max-width: 767px) {
    .products-grids .product-info h3 {
        font-size: 18px;
        font-size: 1.2rem;
        margin: 0 0 .4em
    }
}
.products-grids .product-info h3 a {
    color: #000
}
.products-grids .product-info .rating i {
    font-size: 18px;
    font-size: 1.2rem;
    color: #bc0000
}
@media (max-width: 1199px) {
    .products-grids .product-info .rating i {
        font-size: 16px;
        font-size: 1.06667rem
    }
}
@media (max-width: 767px) {
    .products-grids .product-info .rating i {
        font-size: 14px;
        font-size: .93333rem
    }
}
.products-grids .product-info .price {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #999;
    display: block;
    margin-top: 15px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}
@media (max-width: 767px) {
    .products-grids .product-info .price {
        margin-top: 10px;
        font-size: 16px;
        font-size: 1.06667rem
    }
}
.products-grids .grid:hover {
    -webkit-box-shadow: 0 11px 35px -6px rgba(5, 24, 41, .5);
    -moz-box-shadow: 0 11px 35px -6px rgba(5, 24, 41, .5);
    box-shadow: 0 11px 35px -6px rgba(5, 24, 41, .5)
}
.products-grids .grid:hover .product-info {
    background-color: #051829
}
.products-grids .grid:hover .price,
.products-grids .grid:hover .product-info h3 a {
    color: #fff
}
.products-grids .grid:hover .info-list {
    opacity: 1;
    visibility: visible
}
.shop .pagination-wrapper {
    padding-top: 50px;
    clear: both
}
@media (max-width: 991px) {
    .shop .pagination-wrapper {
        padding-top: 30px
    }
}
@media (max-width: 1199px) {
    .shop-sidebar {
        margin-top: 80px
    }
}
@media (max-width: 767px) {
    .shop-sidebar {
        margin-top: 70px
    }
}
.shop-sidebar ul {
    list-style: none
}
.shop-sidebar .widget {
    margin-bottom: 65px
}
.shop-sidebar .widget:last-child {
    margin-bottom: 0
}
.shop-sidebar .widget h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    margin: 0 0 1.7em;
    padding-bottom: .6em;
    text-transform: uppercase;
    position: relative
}
.shop-sidebar .widget h3:before {
    content: "";
    background-color: #051829;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0
}
@media (max-width: 991px) {
    .shop-sidebar .widget h3 {
        font-size: 18px
    }
}
.shop-sidebar .widget>ul li {
    font-size: 14px;
    font-size: .93333rem
}
.shop-sidebar .widget>ul li:first-child a {
    padding-top: 0
}
.shop-sidebar .widget>ul li:last-child a {
    padding-bottom: 0;
    border-bottom: 0
}
.shop-sidebar .widget>ul li a {
    display: block;
    font-weight: 700;
    color: #333;
    padding: 9px 0;
    border-bottom: 1px solid #e6e6e6;
    position: relative
}
.shop-sidebar .widget>ul li a:hover,
.shop-sidebar .widget>ul li a:hover .badge {
    color: #051829
}
.shop-sidebar .widget>ul li a i {
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.shop-sidebar .widget>ul li a .badge {
    color: #333;
    background: 0 0;
    position: absolute;
    right: 7px
}
.shop-sidebar .widget>ul li a .badge:before {
    content: "(";
    position: absolute;
    left: 0
}
.shop-sidebar .widget>ul li a .badge:after {
    content: ")";
    position: absolute;
    right: 0
}
.shop-sidebar .filter-price-widget .slider.slider-horizontal {
    width: 100%
}
.shop-sidebar .filter-price-widget .slider.slider-horizontal .slider-track {
    background: #d9d9d9!important;
    height: 2px;
    margin: 0
}
.shop-sidebar .filter-price-widget .slider.slider-horizontal .slider-track .slider-selection {
    background: #404040!important
}
.shop-sidebar .filter-price-widget .slider.slider-horizontal .slider-handle {
    background: #051829;
    width: 14px;
    height: 14px;
    top: 3px
}
.shop-sidebar .filter-price-widget .value {
    overflow: hidden;
    margin-top: 17px
}
.shop-sidebar .filter-price-widget .value>div {
    display: inline-block;
    float: left
}
.shop-sidebar .filter-price-widget .price {
    font-size: 14px;
    font-size: .93333rem;
    font-weight: 700;
    color: #999;
    line-height: 30px;
    float: right!important
}
.shop-sidebar .filter-price-widget .price #max-value,
.shop-sidebar .filter-price-widget .price #min-value {
    color: #000
}
.shop-sidebar .filter-price-widget .price #max-value {
    display: inline-block;
    position: relative;
    padding-left: 15px
}
.shop-sidebar .filter-price-widget .price #max-value:before {
    content: "";
    border-bottom: 1px solid #000;
    width: 10px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.shop-sidebar .filter-price-widget .theme-btn,
.shop-sidebar .filter-price-widget .theme-btn-s2,
.shop-sidebar .filter-price-widget .theme-btn-s3,
.shop-sidebar .filter-price-widget .theme-btn-s4,
.shop-sidebar .filter-price-widget .theme-btn-s5 {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-size: .86667rem;
    font-weight: 700;
    padding: 0 17px;
    text-transform: uppercase;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px
}
.shop-sidebar .filter-price-widget .theme-btn-s2:before,
.shop-sidebar .filter-price-widget .theme-btn-s3:before,
.shop-sidebar .filter-price-widget .theme-btn-s4:before,
.shop-sidebar .filter-price-widget .theme-btn-s5:before,
.shop-sidebar .filter-price-widget .theme-btn:before {
    display: none
}
.site-header .navigation {
    /* background: -webkit-linear-gradient(#E03635 5%, #601717 100%);
    background: -o-linear-gradient(#E03635 5%, #601717 100%);
    background: linear-gradient(#E03635 5%, #601717 100%); */
    background-color: #020924;
    margin-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 10px 0px;
}
.site-header .navigation>.container {
    position: relative
}
.site-header .navigation ul {
    list-style-type: none;
    margin-right: 0px
}
.site-header .promotions .label {
    position: absolute;
    top: -7px;
    right: 5px;
    z-index: 999;
    background-color: #ec3d08;
    border-radius: 50%
}
.site-header .promotions .fa {
    font-size: 18px
}

.header-style-1 #navbar>ul>li>a,
.header-style-2 #navbar>ul>li>a,
.header-style-3 #navbar>ul>li>a,
.header-style-4 #navbar>ul>li>a,
.header-style-5 #navbar>ul>li>a,
.header-style-6 #navbar>ul>li>a {
    font-size: 13px;
    font-weight: 600;
    padding: 5px 15px;
    position: relative;
    font-weight: 800;
}
@media (max-width: 991px) {
    .site-header .navigation {
        min-height: 65px
    }
    .site-header .promotions .label {
        top: 15px;
        right: 10px
    }
}
.site-header #navbar {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}
.site-header #navbar h2 {
    margin-top: 15px;
    text-align: center;
    color: #fff
}
.site-header #navbar>ul li a:focus,
.site-header #navbar>ul li a:hover,
.site-header #navbar>ul>li.active>a {
    text-decoration: none;
    color: #E03635;
    background: #020924;
}
@media screen and (min-width: 991px) {
    .site-header #navbar li {
        position: relative;
        border-right: 2px solid #020924
    }
    .site-header #navbar li:last-child {
        border-right: 0
    }
    .site-header #navbar>ul>li>a {
        font-size: 15px;
        font-size: 1rem;
        color: #fff
    }
    .site-header #navbar>ul .sub-menu {
        background-color: #020924;
        width: 220px;
        position: absolute;
        left: 0;
        top: 130%;
        z-index: 1000;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s
    }
    .site-header #navbar>ul>li .sub-menu li {
        border-bottom: 1px solid #35280a;
        border-right: none
    }
    .site-header #navbar>ul>li .sub-menu>li:last-child {
        border-bottom: 0
    }
    .site-header #navbar>ul>li .sub-menu a {
        font-size: 13px;
        font-size: .86667rem;
        color: #eeeeee;
        display: block;
        padding: 11px 15px
    }
    .site-header #navbar>ul>li .sub-menu a:hover {
        background-color: #6d1a1a;
    }
    .site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: 110%;
        top: 0
    }
    .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative
    }
    .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
        font-family: FontAwesome;
        content: "\f105";
        font-size: 15px;
        font-size: 1rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .site-header #navbar>ul>li:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1
    }
    .site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1
    }
}
@media (max-width: 991px) {
    .site-header #navbar>ul>li a {
        display: block;
        font-size: 14px;
        font-size: .93333rem
    }
    .site-header #navbar>ul>li .sub-menu {
        background-color: #020924
    }
    .site-header #navbar>ul>li .sub-menu li:first-child {
        border-top: none
    }
    .site-header #navbar>ul>li .sub-menu li {
        border-bottom: none
    }
    .site-header #navbar>ul .sub-menu>li:last-child {
        border-bottom: 0
    }
    .site-header #navbar>ul>li>.sub-menu a {
        padding: 10px 15px;
        color: #fff
    }
    .site-header #navbar>ul>li>.sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px
    }
    .site-header #navbar>ul .menu-item-has-children>a {
        position: relative
    }
    .site-header #navbar>ul .menu-item-has-children>a:before {
        font-size: 15px;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-right: 6px solid transparent;
        border-top: 6px solid #E03635;
        border-left: 6px solid transparent;
        content: ""
    }
}
@media screen and (min-width: 992px) {
    .site-header #navbar .has-mega-menu {
        position: static
    }
    .site-header #navbar .half-mega-menu,
    .site-header #navbar .mega-menu {
        background-color: #fff;
        padding: 20px;
        border-top: 2px solid #051829;
        position: absolute;
        right: 0;
        top: 120%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s
    }
    .site-header #navbar .mega-menu {
        width: 1140px;
        right: 15px
    }
    .site-header #navbar .half-mega-menu {
        width: 585px
    }
    .site-header #navbar .mega-menu-box-title {
        font-size: 14px;
        font-size: .93333rem;
        text-transform: uppercase;
        font-weight: 700;
        display: block;
        padding-bottom: 7px;
        margin-bottom: 7px;
        border-bottom: 1px solid #e6e6e6
    }
    .site-header #navbar .mega-menu-list-holder li a {
        font-size: 14px;
        font-size: .93333rem;
        display: block;
        padding: 7px 8px;
        margin-left: -8px
    }
    .site-header #navbar .has-mega-menu:hover>ul {
        top: 100%;
        visibility: visible;
        opacity: 1
    }
}
@media (max-width: 1199px) {
    .site-header #navbar>ul .mega-menu {
        width: 950px;
        right: 15px
    }
    .site-header #navbar>ul .half-mega-menu {
        width: 485px
    }
}
@media (max-width: 991px) {
    .site-header #navbar>ul .half-mega-menu,
    .site-header #navbar>ul .mega-menu {
        width: auto
    }
    .site-header #navbar>ul .half-mega-menu .row,
    .site-header #navbar>ul .mega-menu .row {
        margin: 0
    }
    .site-header #navbar .mega-menu-content>.row>.col {
        margin-bottom: 25px
    }
}
@media (max-width: 991px) {
    .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px
    }
    .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        font-size: .93333rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px
    }
}
@media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn {
        display: none
    }
    .site-header #navbar .close-navbar {
        display: none
    }
}
@media (max-width: 991px) {
    body {
        background-image: url(../images/Bg_jugaonline.jpeg);
        background-position: center center;
        background-repeat: repeat
    }
    .site-header .container {
        width: 100%
    }
    .site-header .navbar-header button {
        background-color: #051829;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 20
    }
    .site-header .navbar-header button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px
    }
    .site-header .navbar-header button span:last-child {
        margin: 0
    }
    .site-header #navbar {
        background: #020924;
        display: block!important;
        width: 280px;
        height: 100%!important;
        margin: 0;
        padding: 0 15px;
        position: fixed;
        right: -300px;
        top: 0;
        z-index: 100;
        overflow-y: auto;
        border-top: none
    }
    .site-header #navbar .cajeroMobile a {
        display: inline-block;
        padding: 10px;
        text-align: center;
        width: 50%;
        float: left;
        background-color: #E03635;
        border: 2px solid #E03635;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase
    }
    .site-header #navbar .cajeroMobile {
        overflow: hidden;
        margin-bottom: 15px
    }
    .site-header #navbar .cajeroMobile a:first-child {
        border-right-color: #000;
        border-right-width: 1px
    }
    .site-header #navbar .cajeroMobile a:last-child {
        border-left-color: #000;
        border-left-width: 1px
    }
    .site-header #navbar .cajeroMobile a:focus,
    .site-header #navbar .cajeroMobile a:hover {
        background-color: #000;
        color: #fdc901;
        border: 2px solid #fdc901
    }
    .site-header #navbar ul a {
        color: #fff
    }
    .site-header #navbar>ul li a:focus,
    .site-header #navbar>ul li a:hover {
        background-color: #E03635;
        color: #fff
    }
    .site-header #navbar>ul>li.menu-item-has-children .sub-menu li a:focus,
    .site-header #navbar>ul>li.menu-item-has-children .sub-menu li a:hover {
        background-color: #E03635;
        color: #000;
        font-weight: 700
    }
    .site-header #navbar>ul li a:focus::after,
    .site-header #navbar>ul li a:hover::after {
        content: none
    }
    .site-header #navbar .navbar-nav {
        overflow: auto
    }
    .site-header #navbar>ul {
        margin-left: 0!important;
        border: 1px solid #000;
        clear: both;
        background-color: transparent;
        border-bottom-color: #E03635
    }
    .site-header #navbar .close-navbar {
        background-color: transparent;
        width: 35px;
        height: 35px;
        color: #fff;
        border: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        outline: 0;
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 20
    }
    .site-header #navbar>ul>li.divider {
        display: none
    }
    .site-header #navbar>ul>li {
        border-bottom: 1px solid #333
    }
    .site-header #navbar>ul>li:last-child {
        border-bottom: none
    }
    .site-header #navbar>ul>li>a {
        padding: 15px 10px;
        text-transform: uppercase;
        border-color: #000;
        font-weight: 800;
    }
    .site-header .slideInn {
        right: 0!important
    }
}
@media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand {
        font-size: 24px
    }
    .site-header #navbar .navbar-nav {
        margin: 0
    }
}
@media (max-width: 991px) {
    .site-header .navbar-collapse.collapse {
        display: none
    }
    .site-header .navbar-collapse.collapse.in {
        display: block
    }
    .site-header .navbar-header .collapse,
    .site-header .navbar-toggle {
        display: block
    }
    .site-header .navbar-header {
        float: none
    }
    .site-header .navbar-right {
        float: none
    }
    .site-header .navbar-nav {
        float: none
    }
    .site-header .navbar-nav>li {
        float: none
    }
}
.topbar-style-1,
.topbar-style-2 {
    background: #E03635;
    padding-top: 15px;
    padding-bottom: 15px;
}

.topbar-style-1 .container-fluid{
    max-width: 1200px;
    margin: 0 auto;
}

.topbar-style-1 .topbar-contact-info .theme-btn-s2 {
    margin-top: 0!important
}

.topbar-style-1 .container .sessionData {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 767px) {
    .topbar-style-1 .container .sessionData {
        display: block;
    }
    .topbar-style-1 .site-logo,
    .topbar-style-2 .site-logo {
        text-align: center;
        border-bottom: 1px solid #082540;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .topbar-style-1 .topbar-contact-info-wrapper,
    .topbar-style-2 .topbar-contact-info-wrapper {
        justify-content: center !important;
    }
}

@media (max-width: 767px) {
    .topbar-style-1 .site-logo,
    .topbar-style-2 .site-logo {
        text-align: center;
        border-bottom: 1px solid #082540;
        padding-bottom: 15px;
        margin-bottom: 15px
    }
    .topbar-style-1 .topbar-contact-info-wrapper,
    .topbar-style-2 .topbar-contact-info-wrapper {
        justify-content: center!important
    }
}
.topbar-style-1 .topbar-contact-info a,
.topbar-style-2 .topbar-contact-info a {
    display: inline-block
}
@media (max-width: 767px) {
    .barra-menu ul li a {
        font-size: 18px;
        line-height: 18px!important
    }
}
.topbar-style-1 .topbar-contact-info>div,
.topbar-style-2 .topbar-contact-info>div {
    display: inline-block;
    float: left;
    position: relative
}
@media (max-width: 767px) {
    .topbar-style-1 .topbar-contact-info>div,
    .topbar-style-2 .topbar-contact-info>div {
        float: none;
        display: block;
        text-align: left
    }
}
@media screen and (min-width: 992px) {
    .topbar-style-1 .topbar-contact-info>div+div,
    .topbar-style-2 .topbar-contact-info>div+div {
        margin-left: 35px
    }
}
@media (max-width: 480px) {
    .topbar-style-1 .topbar-contact-info .details {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
}
.topbar-style-1 .topbar-contact-info>div>i,
.topbar-style-2 .topbar-contact-info>div>i {
    font-size: 18px;
    font-size: 1.2rem;
    color: #bc0000;
    position: absolute;
    left: 0
}
.topbar-style-1 .topbar-contact-info .details {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    height: 25px
}
.topbar-style-1 .topbar-contact-info p,
.topbar-style-2 .topbar-contact-info p {
    font-size: 14px;
    color: #fff;
    line-height: 100%;
    margin: 0;
    font-family: 'OpenSans-Regular'
}
.topbar-style-2 .topbar-contact-info2 p {
    font-size: 14px;
    color: #fff;
    line-height: 100%;
    margin: .2em 0 .2em
}
.text-right {
    text-align: right
}
.topbar-style-1 .details>span,
.topbar-style-2 .details>span {
    font-size: 12px;
    font-size: .8rem;
    color: #9a9a9a
}
@media screen and (min-width: 992px) {
    .header-style-1 .navigation-holder,
    .header-style-2 .navigation-holder,
    .header-style-3 .navigation-holder,
    .header-style-4 .navigation-holder,
    .header-style-5 .navigation-holder,
    .header-style-6 .navigation-holder {
        padding: 0
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-style-1 .navbar-header .site-logo {
        height: 60px!important;
        display: flex!important;
        align-items: center!important
    }
    .header-style-1 .navbar-header .site-logo img {
        max-width: 170px
    }
    .header-style-1 #navbar>ul>li>a {
        font-size: 12px!important;
        font-weight: 600;
        padding: 5px 10px!important
    }
}
.bm-mobile {
    display: none!important
}
.bm-desk {
    margin-top: 0
}
@media screen and (max-width: 991px) {
    .barra-menu {
        margin-bottom: 15px;
        margin-top: 15px
    }
    .slide.slick-slide {
        background-size: cover!important
    }
    .hero .slide .row {
        padding-top: 60px!important
    }
    .small-banner p {
        margin-bottom: 10px
    }
    .bm-mobile {
        display: block!important
    }
    .bm-desk {
        display: none!important
    }
}
@media screen and (min-width: 992px) {
    .header-style-1 #navbar>ul>li>a,
    .header-style-2 #navbar>ul>li>a,
    .header-style-3 #navbar>ul>li>a,
    .header-style-4 #navbar>ul>li>a,
    .header-style-5 #navbar>ul>li>a,
    .header-style-6 #navbar>ul>li>a {
        font-size: 13px;
        font-weight: 600;
        padding: 5px 15px;
        position: relative
    }
    .header-style-1 #navbar>ul>li>a:hover:before,
    .header-style-2 #navbar>ul>li>a:hover:before,
    .header-style-3 #navbar>ul>li>a:hover:before,
    .header-style-4 #navbar>ul>li>a:hover:before,
    .header-style-5 #navbar>ul>li>a:hover:before,
    .header-style-6 #navbar>ul>li>a:hover:before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
        border-top: 0;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #211906;
        border-left: 6px solid transparent
    }
}
.cart-contact {
    position: absolute;
    right: 0;
    top: 30px
}
@media (max-width: 991px) {
    .cart-contact {
        top: 18px;
        left: 15px
    }
}
.cart-contact .mini-cart {
    float: left;
    position: relative
}
@media screen and (min-width: 992px) {
    .cart-contact .mini-cart {
        margin-top: -4px
    }
}
.cart-contact .mini-cart>button {
    font-size: 15px;
    font-size: 1rem;
    color: #0d1d36;
    display: inline-block;
    border: 0;
    outline: 0;
    background: 0 0;
    font-weight: 600;
    margin-right: 30px
}
@media (max-width: 767px) {
    .cart-contact .mini-cart>button {
        font-size: 13px;
        font-size: .86667rem;
        margin-right: 15px
    }
}
.cart-contact .mini-cart>button i:before {
    font-size: 18px;
    font-size: 1.2rem;
    color: #0d1d36;
    display: inline-block;
    padding-right: 5px
}
@media (max-width: 767px) {
    .cart-contact .mini-cart>button i:before {
        font-size: 15px;
        font-size: 1rem
    }
}
.cart-contact .top-cart-content {
    background: #fff;
    width: 292px;
    border-top: 2px solid #bc0000;
    position: absolute;
    top: 45px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}
@media (max-width: 991px) {
    .cart-contact .top-cart-content {
        top: 40px;
        left: -14px
    }
}
.cart-contact .top-cart-content .top-cart-title {
    padding: 12px 15px;
    border-bottom: 1px solid #e4e2e2
}
.cart-contact .top-cart-content p {
    font-size: 14px;
    font-size: .93333rem;
    font-weight: 600;
    color: #051829;
    margin: 0;
    text-transform: uppercase
}
.cart-contact .top-cart-content .top-cart-items {
    padding: 15px
}
.cart-contact .top-cart-content .top-cart-item {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e4e2e2
}
.cart-contact .top-cart-content .top-cart-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0
}
.cart-contact .top-cart-content .top-cart-item-image {
    width: 48px;
    height: 48px;
    border: 2px solid #eee;
    float: left;
    margin-right: 15px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.cart-contact .top-cart-content .top-cart-item-image a,
.cart-contact .top-cart-content .top-cart-item-image img {
    display: block;
    width: 44px;
    height: 44px
}
.cart-contact .top-cart-content .top-cart-item-image:hover {
    border-color: #bc0000
}
.cart-contact .top-cart-content .top-cart-item-des {
    position: relative;
    overflow: hidden
}
.cart-contact .top-cart-content .top-cart-item-des a {
    width: auto;
    height: auto;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    color: #333
}
.cart-contact .top-cart-content .top-cart-item-des a:hover {
    color: #bc0000
}
.cart-contact .top-cart-content .top-cart-item-des .top-cart-item-price {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    display: block
}
.cart-contact .top-cart-content .top-cart-item-des .top-cart-item-quantity {
    font-size: 12px;
    color: #555;
    display: block;
    position: absolute;
    right: 0;
    top: 2px
}
.cart-contact .top-cart-content .top-cart-action {
    padding: 25px 15px 25px;
    border-top: 1px solid #e4e2e2
}
.cart-contact .top-cart-content .top-cart-action .top-checkout-price {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 600;
    color: #051829
}
.cart-contact .top-cart-content .top-cart-action .theme-btn,
.cart-contact .top-cart-content .top-cart-action .theme-btn-s2,
.cart-contact .top-cart-content .top-cart-action .theme-btn-s3,
.cart-contact .top-cart-content .top-cart-action .theme-btn-s4,
.cart-contact .top-cart-content .top-cart-action .theme-btn-s5 {
    font-size: 14px;
    font-size: .93333rem;
    padding: 3px 15px;
    float: right
}
.cart-contact .top-cart-content-toggle {
    top: 54px;
    opacity: 1;
    visibility: visible
}
@media (max-width: 991px) {
    .cart-contact .top-cart-content-toggle {
        top: 47px
    }
}
.get-quote {
    float: right;
    border: dashed
}
@media (max-width: 991px) {
    .cart-contact .get-quote {
        float: left;
        margin: 4px 0 0
    }
}
@media (max-width: 991px) {
    .cart-contact .get-quote .theme-btn,
    .cart-contact .get-quote .theme-btn-s2,
    .cart-contact .get-quote .theme-btn-s3,
    .cart-contact .get-quote .theme-btn-s4,
    .cart-contact .get-quote .theme-btn-s5 {
        padding: 3px 15px
    }
}
.header-style-2 .site-logo,
.header-style-3 .site-logo,
.header-style-4 .site-logo,
.header-style-5 .site-logo,
.header-style-6 .site-logo {
    margin-top: 15px
}
@media (max-width: 991px) {
    .header-style-2 .site-logo,
    .header-style-3 .site-logo,
    .header-style-4 .site-logo,
    .header-style-5 .site-logo,
    .header-style-6 .site-logo {
        margin-top: 8px;
        position: relative;
        max-width: 200px;
        z-index: 10
    }
}
@media (max-width: 767px) {
    .header-style-2 .site-logo,
    .header-style-3 .site-logo,
    .header-style-4 .site-logo,
    .header-style-5 .site-logo,
    .header-style-6 .site-logo {
        /* margin: 12px 0 0 10px; */
        max-width: 160px;
        margin: 0 auto;
    }
}
.header-style-2 .navigation-holder,
.header-style-3 .navigation-holder,
.header-style-4 .navigation-holder,
.header-style-5 .navigation-holder,
.header-style-6 .navigation-holder {
    margin-right: 160px
}
@media (max-width: 991px) {
    .header-style-2 .cart-contact .mini-cart,
    .header-style-3 .cart-contact .mini-cart,
    .header-style-4 .cart-contact .mini-cart,
    .header-style-5 .cart-contact .mini-cart,
    .header-style-6 .cart-contact .mini-cart {
        float: right;
        margin-right: 65px
    }
}
.header-style-2 .cart-contact .mini-cart>button,
.header-style-3 .cart-contact .mini-cart>button,
.header-style-4 .cart-contact .mini-cart>button,
.header-style-5 .cart-contact .mini-cart>button,
.header-style-6 .cart-contact .mini-cart>button {
    margin-right: 0
}
.header-style-2 .cart-contact .top-cart-content,
.header-style-3 .cart-contact .top-cart-content,
.header-style-4 .cart-contact .top-cart-content,
.header-style-5 .cart-contact .top-cart-content,
.header-style-6 .cart-contact .top-cart-content {
    right: 0
}
@media (max-width: 991px) {
    .header-style-2 .cart-contact .top-cart-content,
    .header-style-3 .cart-contact .top-cart-content,
    .header-style-4 .cart-contact .top-cart-content,
    .header-style-5 .cart-contact .top-cart-content,
    .header-style-6 .cart-contact .top-cart-content {
        right: auto;
        left: -140px
    }
}
.topbar-style-2 .topbar-contact-info {
    float: none
}
.topbar-style-2 .get-quote {
    float: right;
    margin-top: 12px
}

.topbar-contact-info {
    margin: 0 auto;
}
@media screen and (min-width: 992px) {
    .topbar-style-2 .get-quote {
        position: relative;
        right: -10px
    }
}
@media (max-width: 767px) {
    .topbar-style-2 .get-quote {
        float: none;
        text-align: center;
        margin-top: 15px;
        margin: 25px 0 15px
    }
}
@media (max-width: 991px) {
    .topbar-style-2 .topbar-contact-info>div+div {
        margin-left: 35px
    }
}
@media (max-width: 767px) {
    .topbar-style-2 .topbar-contact-info>div+div {
        margin-left: 0
    }
}
@media screen and (min-width: 992px) {
    .header-style-3 {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10
    }
    .header-style-3 .navigation,
    .header-style-3 .topbar-style-2 {
        background: 0 0
    }
    .header-style-3 .topbar-contact-info p {
        color: #bc0000
    }
    .header-style-3 .topbar-style-2 .details>span {
        color: #9a9a9a
    }
    .header-style-3 .topbar-style-2 .get-quote {
        position: relative;
        right: -10px
    }
    .header-style-3 #navbar>ul>li>a {
        color: #fff
    }
    .header-style-3 #navbar>ul>li>a:hover {
        color: #bc0000
    }
    .header-style-3 .cart-contact .mini-cart>button,
    .header-style-3 .cart-contact .mini-cart>button i:before {
        color: #bc0000
    }
}
@media (max-width: 991px) {
    .header-style-3 .navigation {
        background: #020b12
    }
    .header-style-3 .cart-contact .mini-cart>button,
    .header-style-3 .cart-contact .mini-cart>button i:before {
        color: #fff
    }
}
@media screen and (min-width: 992px) {
    .header-style-4,
    .header-style-5 {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10
    }
}
@media screen and (min-width: 992px) {
    .header-style-4 .topbar-style-2,
    .header-style-5 .topbar-style-2 {
        background: 0 0
    }
    .header-style-4 .topbar-style-2 .topbar-contact-info p,
    .header-style-5 .topbar-style-2 .topbar-contact-info p {
        color: #bc0000
    }
    .header-style-4 .topbar-style-2 .details>span,
    .header-style-5 .topbar-style-2 .details>span {
        color: #9a9a9a
    }
    .header-style-4 .navigation,
    .header-style-5 .navigation {
        background-color: transparent
    }
    .header-style-4 .navigation .container,
    .header-style-5 .navigation .container {
        background-color: #fff;
        border-radius: 5px
    }
    .header-style-4 .cart-contact,
    .header-style-5 .cart-contact {
        right: 15px
    }
}
.topbar-left p {
    color: white;
    margin: 0 15px 0 0
}
.topbar-left p i{
    color: #020a24;
    padding-right: 5px;
    font-size: 85%;
}

.topbar-user i{
    font-size: 125% !important
}

.topbar-left p span{
    padding-right: 5px;
    font-weight: 800;
}

.topbar-left .topbar-user {
    font-weight: 700;
    margin-right: 20px!important;
    font-size: 110%;
}
.topbar-left .details {
    display: flex;
    justify-content: flex-start;
    height: 35px;
    align-items: center;
    font-size: 90%;
}
.topbar-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: flex-end
}

.topbar-center .session {
    color: white !important;
    font-size: 80%;
    line-height: 18px;
    width: 100%;
    text-align: left;
}

.topbar-center .session span {
    margin-right: 10px;
}

.topbar-center .session span:last-child {
    margin-right: 0;
}

.clockdate-wrapper i{
    color: #020a24;
}

@media (max-width: 767px) {
    .topbar-left .details {
        height: 20px;
    }
    .topbar-center .session {
        text-align: center !important;
    }
    .topbar-left .details {
        justify-content: center;
    }
    .topbar-right .session {
        text-align: center;
    }
}

@media (max-width: 380px) {
    .topbar-right .session {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .topbar-left .details {
        /* justify-content: space-between; */
        min-height: 22px;
        display: block;
        text-align: center;
        height: unset;
    }

    .topbar-left .details p{
        margin: 0 0px 5px 0 !important;
    }
}

.header-style-1 .social {
    line-height: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start
}

.header-style-1 .social i:hover,
.header-style-1 .social i:active,
.header-style-1 .social i:focus {
    color: #ffb306 !important;
}
.header-style-1 .topbar-contact-info-wrapper {
    display: flex;
    justify-content: flex-end
}
.header-style-1 .micuenta {
    margin-left: 30px
}
.header-style-1 .micuenta button {
    padding: 5px 8px;
    position: relative;
}

.header-style-1 .notify .label {
    width: 23px;
    height: 20px;
    position: absolute;
    top: 1%;
    left: 14px;
    z-index: 999;
    background-color: #E03635;
    border-radius: 50px;
    font-size: 10px;
    padding: 3px;
    border: 1px solid rgba(2, 9, 36, 0.4);
    color: white;
}

.header-style-1 .notify .label .fa {
    font-size: 18px;
}

.header-style-1 .micuenta.open button {
    background-color: #020b12;
    color: #fff
}
.header-style-1 .micuenta h3 {
    color: #000;
    font-weight: 600;
    text-align: center;
    margin: 10px 0
}
.header-style-1 .micuenta .dropdown-menu {
    right: 13px;
    left: auto;
    top: 35px;
    min-width: 250px;
    padding: 10px 20px
}
.header-style-1 .micuenta .dropdown-menu a {
    text-transform: uppercase;
    padding: 7px 10px
}
.header-style-1 .social>span,
.header-style-4 .social>span {
    font-size: 14px;
    font-size: .93333rem;
    color: #bc0000;
    position: relative;
    top: 9px
}
.header-style-1 .social-links,
.header-style-4 .social-links {
    display: inline-block;
    position: relative;
    top: 15px;
    left: 8px
}
.header-style-4 .social-links>li+li,
.header-style-5 .social-links>li+li {
    margin-left: 15px
}
.header-style-4 .social-links li a,
.header-style-5 .social-links li a {
    font-size: 14px;
    font-size: .93333rem;
    color: #fff
}
.header-style-5 {
    position: static
}
@media (max-width: 991px) {
    .header-style-1 .social {
        display: none
    }
}
@media (max-width: 767px) {
    .site-logo {
        /* margin-top: 15px;
        margin-left: 5px; */
        max-width: 160px;
        margin: 0 auto;
    }
    .header-style-1 .social {
        float: none;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 10px
    }
}
.header-style-5 .topbar {
    background-color: #051829
}
.header-style-1 .social-links {
    top: 5px;
    left: 8px
}
.header-style-1 .social>span {
    top: 0
}
.header-style-5 .lower-topbar {
    padding: 12px 0
}
@media (max-width: 991px) {
    .header-style-5 .lower-topbar {
        border-bottom: 1px solid #d4d2d2
    }
}
.header-style-5 .lower-topbar .site-logo {
    margin: 0
}
@media (max-width: 767px) {
    .header-style-5 .lower-topbar .site-logo {
        margin: 0 auto
    }
}
.header-style-5 .lower-topbar .awards {
    float: right;
    overflow: hidden;
    position: relative;
    top: 5px
}
@media (max-width: 767px) {
    .header-style-5 .lower-topbar .awards {
        float: none;
        border-top: 1px solid #d4d2d2;
        padding-top: 17px;
        margin: 10px -15px 0
    }
}
.header-style-5 .lower-topbar .awards>div {
    min-height: 43px;
    padding-left: 58px;
    position: relative;
    float: left
}
@media (max-width: 767px) {
    .header-style-5 .lower-topbar .awards>div {
        width: 210px;
        float: none;
        margin: 0 auto 10px
    }
}
@media (max-width: 991px) {
    .header-style-5 .lower-topbar .awards>div {
        padding-left: 40px
    }
}
.header-style-5 .lower-topbar .awards>div:first-child {
    margin-right: 40px
}
@media (max-width: 767px) {
    .header-style-5 .lower-topbar .awards>div:first-child {
        margin-right: auto
    }
}
.header-style-5 .lower-topbar .awards .icon {
    position: absolute;
    left: 0;
    top: -8px
}
.header-style-5 .lower-topbar .awards .icon .fi:before {
    font-size: 44px;
    font-size: 2.93333rem;
    color: #bc0000
}
.header-style-5 .lower-topbar .awards h4 {
    font-size: 16px;
    font-size: 1.06667rem;
    margin: 0
}
.header-style-5 .lower-topbar .awards p {
    font-size: 12px;
    font-size: .8rem;
    margin: 0
}
@media screen and (min-width: 992px) {
    .header-style-5 .navigation,
    .header-style-5 .navigation .container {
        background-color: #bc0000
    }
    .header-style-5 #navbar>ul>li>a {
        padding: 15px
    }
    .header-style-5 #navbar>ul>li>a:before {
        display: none
    }
    .header-style-5 #navbar>ul>li>a:hover {
        color: #fff
    }
}
@media screen and (min-width: 992px) {
    .header-style-5 .cart-contact {
        right: 195px;
        top: 15px
    }
    .header-style-5 .cart-contact .top-cart-content-toggle {
        top: 39px
    }
}
.header-style-5 .request-quote {
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 0;
    border-radius: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}
@media (max-width: 991px) {
    .header-style-5 .request-quote {
        right: auto;
        width: 130px;
        height: 40px;
        line-height: 40px;
        top: 12px
    }
}
.header-style-5 .request-quote:hover {
    background-color: #000;
    color: #fff
}
@media screen and (min-width: 992px) {
    .header-style-6 .topbar-style-2 {
        background-color: #fff;
        border-bottom: 1px solid #e5e5e5
    }
    .header-style-6 .topbar-style-2 .topbar-contact-info p {
        color: #111;
        font-weight: 600
    }
}
.header-style-6 .topbar-style-2 .theme-btn,
.header-style-6 .topbar-style-2 .theme-btn-s2,
.header-style-6 .topbar-style-2 .theme-btn-s3,
.header-style-6 .topbar-style-2 .theme-btn-s4,
.header-style-6 .topbar-style-2 .theme-btn-s5 {
    color: #fff
}
.hero {
    position: relative;
    overflow: hidden;
    background: rgba(35, 28, 22, 1);
    background: -moz-linear-gradient(left, rgba(35, 28, 22, 1) 0, rgba(0, 0, 0, 1) 0, rgba(47, 42, 48, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(35, 28, 22, 1)), color-stop(0, rgba(0, 0, 0, 1)), color-stop(100%, rgba(47, 42, 48, 1)));
    background: -webkit-linear-gradient(left, rgba(35, 28, 22, 1) 0, rgba(0, 0, 0, 1) 0, rgba(47, 42, 48, 1) 100%);
    background: -o-linear-gradient(left, rgba(35, 28, 22, 1) 0, rgba(0, 0, 0, 1) 0, rgba(47, 42, 48, 1) 100%);
    background: -ms-linear-gradient(left, rgba(35, 28, 22, 1) 0, rgba(0, 0, 0, 1) 0, rgba(47, 42, 48, 1) 100%);
    background: linear-gradient(to right, rgba(35, 28, 22, 1) 0, rgba(0, 0, 0, 1) 0, rgba(47, 42, 48, 1) 100%)
}
.hero .slide {
    background-image: none!important;
    overflow: hidden
}
@media (max-width: 380px) {
    .col-xxs-12 {
        width: 100%!important
    }
}
@media (max-width: 320px) {
    .col-slots {
        width: 100%!important
    }
    .col-slots.col-xs-6:nth-child(odd) {
        padding-right: 15px!important
    }
    .col-slots.col-xs-6:nth-child(even) {
        padding-left: 15px!important
    }
}
@media (max-width: 767px) {
    .col-slots.col-xs-6:nth-child(odd) {
        padding-right: 7.5px
    }
    .col-slots.col-xs-6:nth-child(even) {
        padding-left: 7.5px
    }
}
@media (min-width: 1200px) {
    .hero .slide .bingo-caption img {
        top: 25px!important
    }
    .hero .hero-slider .slide-caption>p {
        /* font-size: 25px!important */
    }
}
@media (max-width: 767px) {
    .hero .slide .row {
        padding-left: 10px!important
    }
    .hero .slide .container {
        margin-left: initial
    }
    .hero .slide {
        position: relative;
        background-repeat: no-repeat;
        position: relative
    }
}
@media (min-width: 581px) {
    .hero .slide .slider-img-desktop {
        display: block!important
    }
    .hero .slide .slider-img-mobile {
        display: none!important
    }
    .hero .slide .bingo-caption {
        position: relative
    }
    .hero .slide .bingo-caption img {
        position: absolute;
        max-width: 180px;
        left: 15px;
        top: 15px
    }
    .hero .slide .bingo-caption h2 {
        width: 100%;
        background-color: rgba(0, 0, 0, .4);
        padding: 35px 0;
        font-size: 45px!important
    }
    .hero .slide .slide-caption h2 {
        /* padding-right: 20px!important */
    }
    .hero .slide .slide-caption p {
        /* padding-right: 40px!important */
    }
}
@media (max-width: 1199px) {
    .hero .hero-slider .slide-caption>h2 {
        /* font-size: 50px!important; */
        text-shadow: 2px 4px 10px #000
    }
    .hero .hero-slider .slide-caption>.btns .theme-btn {
        /* font-size: 18px!important;
        padding: 10px 15px */
    }
    .hero .hero-slider .slick-list .slick-current .slide-caption>p {
        
    }
}
@media (max-width: 767px) {
    .hero .hero-slider .slide-caption>.btns .theme-btn {
        /* font-size: 16px!important;
        padding: 8px 15px */
    }
}
@media (max-width: 360px) {
    .hero .hero-slider .slide-caption>h2 {
        /* font-size: 20px!important */
    }
    .hero .slide .slide-caption {
        /* height: 77% */
    }
    .title_promotion {
        font-size: 14px!important
    }
    .playBtn-mask {
        top: 5%!important
    }
}
@media (min-width: 1200px) {
    .hero .hero-slider .slide-caption>h2 {
        /* font-size: 80px!important;
        text-shadow: 2px 2px 7px #000 */
    }
}
.hero .slide .slider-bg {
    display: none
}
.hero .slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.hero .slide:focus {
    outline: 0
}
.hero .slide .container {
    height: 100%;
    display: table;
    padding: 0
}
.hero .slide .row {
    display: table-cell;
    padding-top: 140px;
    padding-left: 70px
}
.hero .slick-next,
.hero .slick-prev {
    background-color: transparent;
    width: 45px;
    height: 45px;
    z-index: 9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}
.hero .slick-next:hover,
.hero .slick-prev:hover {
    /* background-color: #e4b500 */
}
@media (max-width: 991px) {
    .hero .slick-next,
    .hero .slick-prev {
        width: 25px;
        height: 25px
    }
}
.hero .slick-prev {
    left: 5px
}
@media screen and (min-width: 1600px) {
    .hero .slick-prev {
        left: 50px
    }
}
.hero .slick-prev:before {
    font-family: FontAwesome;
    content: "\f104";
    opacity: 1
}
.hero .slick-next {
    right: 5px
}
@media screen and (min-width: 1600px) {
    .hero .slick-next {
        right: 50px
    }
}
.hero .slick-next:before {
    font-family: FontAwesome;
    content: "\f105";
    opacity: 1
}
.hero .slick-dots {
    bottom: 15px;
    display: none!important
}
@media (max-width: 991px) {
    .hero .slick-dots {
        display: none!important
    }
}
.hero .slick-dots li,
.hero .slick-dots li button {
    width: 15px;
    height: 15px
}
@media (max-width: 767px) {
    .hero .slick-dots li,
    .hero .slick-dots li button {
        width: 14px;
        height: 14px
    }
    .hero .hero-slider .slick-list .slick-current .slide-caption>p {
        
    }
}
@media (max-width: 580px) {
    .hero .slide .slide-caption {
        top: 20% !important;
        width: 55% !important;
    }
    .hero .hero-slider .slide-caption>p,
    .hero .hero-slider .slick-list .slick-current .slide-caption>p {
        font-size: 135%;
    }
    .hero .hero-slider .slide-caption>h2 {
        font-size: 135%;
    }
    .hero .slide .slider-img-desktop {
        display: none!important
    }
    .hero .slide .slider-img-mobile {
        display: block!important
    }
    .hero .hero-slider .slide-caption>.btns .theme-btn {
        padding: 10px 0px !important;
        font-size: 70% !important;
        max-width: 120px !important;
    }
    .hero .slick-dots {
        bottom: 5px!important
    }
}
.hero .slick-dots li button {
    background-color: #bc0000;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.hero .slick-dots li button:before {
    display: none
}
.hero .slick-dots li {
    opacity: .5
}
.hero .slick-dots .slick-active {
    opacity: 1
}
.hero .hero-slider .slide-caption>.btns,
.hero .hero-slider .slide-caption>h2,
.hero .hero-slider .slide-caption>p {
    color: #fff;
    opacity: 0
}
.hero .hero-slider .slick-list .slick-current .slide-caption>h2 {
    -webkit-animation: fadeInLeftSlow 1.5 .8 forwards;
    -moz-animation: fadeInLeftSlow 1.5s .8s forwards;
    -o-animation: fadeInLeftSlow 1.5s .8s forwards;
    -ms-animation: fadeInLeftSlow 1.5s .8s forwards;
    animation: fadeInLeftSlow 1.5s .8s forwards
}
.hero .hero-slider .slick-list .slick-current .slide-caption>p {
    -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
    -moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
    -o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
    -ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
    animation: fadeInLeftSlow 1.5s 1.4s forwards
}
.hero .hero-slider .slick-list .slick-current .slide-caption>.btns {
    -webkit-animation: fadeInLeftSlow 1.5s .6s forwards;
    -moz-animation: fadeInLeftSlow 1.5s .6s forwards;
    -o-animation: fadeInLeftSlow 1.5s .6s forwards;
    -ms-animation: fadeInLeftSlow 1.5s .6s forwards;
    animation: fadeInLeftSlow 1.5s .6s forwards;
    padding-top: 20px;
}
.hero .hero-slider .slide-caption {
    text-align: center;
    position: absolute;
    top: 35%;
    justify-content: flex-end!important;
    right: 0!important;
    width: 45%;
    margin-bottom: 0;
}
.hero .hero-slider .slide-caption>h2 {
    font-family: 'Arial black', sans-serif;
    font-size: 175%;
    color: #E03635;
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 0;
    font-family: 'OpenSans-ExtraBold';
}
.hero .hero-slider .slide-caption>p {
    margin-bottom: 0;
    font-family: 'OpenSans-Regular'; 
    /* font-size: 22px */
}
.hero .hero-slider .slide-caption>p span.dark-red {
    font-family: Arial, sans-serif;
    color: #E03635;
    font-weight: 700;
    text-shadow: 2px 2px 7px #000
}
.hero .hero-slider .slide-caption>.btns {
    margin-top: auto
}
.hero .hero-slider .slide-caption>.btns .theme-btn {
    display: block!important;
    padding: 10px 20px;
    max-width: 180px;
    margin: 0 auto;
}
.hero .hero-slider .slide-caption>h2 span {
    color: #fff
}
.hero .hero-slider .slide-caption>h2 span.ligth {
    font-family: nimbus_sans_no5_t_otlight, Helvetica, Roboto, sans-serif
}
.hero .hero-slider .slick-list .slick-current .slide-caption>p {
    font-size: 150%;
    color: #fff;
}
.hero .hero-slider .slide-caption>.btns>a:first-child {
    /* margin-right: 20px */
}
.hero-slider-style-2 {
    text-align: center;
    height: 100vh;
    min-height: 600px
}
.hero-slider-style-2 .hero-slider .slick-list .slick-current .slide-caption>p {
    padding-right: 0
}
@media (max-width: 991px) {
    .hero-slider-style-2 {
        height: 450px
    }
}
@media (max-width: 767px) {
    .hero-slider-style-2 {
        min-height: 420px
    }
}
.hero-slider-style-2 .slide {
    height: 100vh;
    min-height: 600px
}
@media screen and (min-width: 992px) {
    .hero-slider-style-2 .slide {
        padding-top: 100px
    }
}
@media (max-width: 991px) {
    .hero-slider-style-2 .slide {
        height: 450px
    }
}
@media (max-width: 767px) {
    .hero-slider-style-2 .slide {
        min-height: 420px
    }
}
.hero-slider-style-2 .slide:before {
    content: "";
    background-color: rgba(0, 0, 0, .65);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.site-footer .upper-footer {
    background-color: #051829;
    padding: 100px 0
}
@media (max-width: 991px) {
    .site-footer .upper-footer {
        padding: 80px 0 35px
    }
}
@media (max-width: 767px) {
    .site-footer .upper-footer {
        padding: 70px 0 30px
    }

    
}
.site-footer .upper-footer ul {
    list-style: none
}
.site-footer .upper-footer a,
.site-footer .upper-footer li,
.site-footer .upper-footer p,
.site-footer .upper-footer ul {
    color: #fff
}
.site-footer .upper-footer a:hover {
    color: #bc0000
}
@media (max-width: 991px) {
    .site-footer .upper-footer .row>.col {
        margin-bottom: 55px
    }
}
@media (max-width: 767px) {
    .site-footer .upper-footer .row>.col {
        margin-bottom: 40px
    }
}
.site-footer .widget .footer-logo,
.site-footer .widget>h3 {
    font-size: 24px;
    font-size: cacl-rem-value(24);
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 2em;
    padding-bottom: .5em;
    position: relative
}
@media (max-width: 991px) {
    .site-footer .widget .footer-logo,
    .site-footer .widget>h3 {
        font-size: 20px;
        font-size: cacl-rem-value(20)
    }
}
@media (max-width: 767px) {
    .site-footer .widget .footer-logo,
    .site-footer .widget>h3 {
        font-size: 16px;
        font-size: cacl-rem-value(16)
    }
}
.site-footer .widget .footer-logo:before,
.site-footer .widget>h3:before {
    content: "";
    background-color: #bc0000;
    width: 28px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px
}
.site-footer .about-widget .contact-info {
    margin-top: -20px
}
@media screen and (min-width: 1200px) {
    .site-footer .about-widget .contact-info {
        padding-right: 45px
    }
}
@media (max-width: 767px) {
    .site-footer .about-widget .contact-info {
        margin-top: -10px
    }
}
.site-footer .about-widget .footer-logo:before {
    display: none
}
.site-footer .about-widget ul li {
    position: relative;
    padding-left: 38px;
    line-height: 1.78em
}
.site-footer .about-widget ul li i {
    font-size: 24px;
    color: #bc0000;
    position: absolute;
    left: 0;
    top: 3px
}
.site-footer .about-widget ul>li+li {
    margin-top: 28px
}
@media (max-width: 767px) {
    .site-footer .about-widget ul>li+li {
        margin-top: 10px
    }
}
@media (max-width: 767px) {
    .site-footer .about-widget img {
        max-width: 160px
    }
}
.site-footer .service-links-widget {
    overflow: hidden
}
.site-footer .service-links-widget ul li {
    position: relative;
    padding-left: 20px
}
.site-footer .service-links-widget ul li:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #bc0000;
    position: absolute;
    left: 0;
    top: -3px
}
.site-footer .service-links-widget ul li+li {
    margin-top: 25px
}
@media (max-width: 767px) {
    .site-footer .service-links-widget ul li+li {
        margin-top: 10px
    }
}
.site-footer .quick-links-widget {
    overflow: hidden
}
@media screen and (min-width: 1200px) {
    .site-footer .quick-links-widget {
        padding-right: 45px
    }
}
.site-footer .quick-links-widget ul li+li {
    margin-top: 15px
}
@media (max-width: 767px) {
    .site-footer .quick-links-widget ul li+li {
        margin-top: 10px
    }
}
.site-footer .quick-links-widget ul {
    width: 50%;
    float: left
}
.site-footer .twitter-feed-widget ul li+li {
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid #494949
}
.site-footer .twitter-feed-widget p {
    color: #ccc
}
.site-footer .twitter-feed-widget i {
    color: #198cfa;
    display: inline-block;
    padding-right: 5px
}
.site-footer .footmenu {
    background-color: #E03635;
    padding: 25px 0;
    text-align: center
}
.site-footer .footmenu p {
    color: #808790;
    margin: 0
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    color: #fff
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    text-align: justify;
}
.footmenu ul {
    display: flex;
    justify-content: center
}
.footmenu li {
    position: relative;
    padding: 5px 0px;
    padding-left: 11px;
    padding-right: 15px;
    border-right: 0px solid #492f0a;
    align-self: stretch;
    line-height: normal;
    font-weight: 500;
}
.footmenu ul li:last-child {
    border-right: none
}
.footmenu a {
    color: #fff;
    padding: 10px 0px;
    font-size: 100%;
}
.footmenu a:hover {
    color: white
}

.footmenu li:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: white;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.footmenu li:hover:after { 
    width: 100%; 
    left: 0; 
}

#main_menu li:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #E03635;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
#main_menu li:hover:after { 
    width: 100%; 
    left: 0; 
}

@media (max-width: 580px) {

    .hero .hero-slider .slick-list .slick-current .slide-caption>.btns{
        padding-top: 10px !important;
    }
    .footmenu {
        padding: 0!important
    }
    .footmenu ul {
        display: block
    }
    .footmenu li {
        border-right: none;
        border-bottom: 1px solid #492f0a;
        align-self: stretch;
        line-height: normal;
        display: block;
        padding-top: 15px;
        padding-bottom: 15px
    }
    .footmenu ul li:last-child {
        border-bottom: none
    }
    .hero .hero-slider .slide-caption h2>br {
        display: none
    }
    .bannerRegistro {
        background-image: url(../images/BannerRegister-Mobile.gif)!important;
        height: 140px!important
    }
}
.bannerRegistro {
    background-image: url(../images/BannerRegister.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 160px
}
.site-footer .copyright-info {
    background-color: #020924;
    padding: 15px 0;
    text-align: center
}
.site-footer .copyright-info p {
    color: white;
    text-align: center;
    font-size: 85%;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 10px;
}

@media (max-width: 360px) {
    .hero .hero-slider .slide-caption>h2 {
        font-size: 85% !important;
    }

    .hero .hero-slider .slide-caption>p,
    .hero .hero-slider .slick-list .slick-current .slide-caption>p {
        font-size: 85%  !important;
    }

    .hero .slide .slide-caption {
        top: 15% !important;
    }

    .hero .hero-slider .slide-caption>.btns .theme-btn {
        padding: 7px 0px !important;
        font-size: 60% !important;
        max-width: 95px !important;
    }
}

@media (max-width: 359px) {
    .theme-btn,
    .theme-btn-s2 {
        min-width: unset !important;    
        font-size: 80% !important;
    }

}

@media (max-width: 767px) {
    .site-footer .copyright-info p {
        /* font-size: 13px;
        font-size: cacl-rem-value(13) */
    }
}
.site-footer .copyright-info a {
    color: white
}

.site-footer .copyright-info a i{
    font-size: 160%;
}
.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 10000;
    opacity: 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    transition: all .7s
}
@media screen and (min-width: 1200px) {
    .sticky-header {
        width: 1250px!important;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}
.sticky-on {
    opacity: 1;
    top: 0
}
.header-style-3 .sticky-header {
    background-color: #0b3356
}
@media screen and (min-width: 992px) {
    .header-style-3 .sticky-header #navbar>ul>li>a:hover {
        color: #bc0000
    }
}
.header-style-4 .sticky-header,
.header-style-5 .sticky-header {
    background-color: #fff
}
.header-style-5 .sticky-header {
    background-color: #bc0000
}
.header-style-5 .sticky-header .container {
    border-radius: 0
}
.all-news-link,
.all-service-link {
    text-align: right
}
@media (max-width: 991px) {
    .all-news-link,
    .all-service-link {
        text-align: left;
        margin-top: 25px
    }
}
.service-slider .owl-controls {
    margin-top: 50px
}
@media (max-width: 991px) {
    .service-slider .owl-controls {
        margin-top: 35px
    }
}
@media (max-width: 991px) {
    .service-slider {
        margin-top: 50px
    }
}
.services-grid-section .all-services {
    text-align: center;
    padding-top: 30px
}
.services-grid-view {
    overflow: hidden;
    margin: 0 -15px
}
.services-grid-view .grid {
    width: 25%;
    float: left;
    padding: 0 15px 30px
}
@media (max-width: 991px) {
    .services-grid-view .grid {
        width: 50%
    }
}
@media (max-width: 650px) {
    .services-grid-view .grid {
        width: 100%;
        float: none
    }
}
.testimonials {
    position: relative
}
.testimonials:before {
    content: "";
    background-color: rgba(5, 24, 41, .9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.testimonials-slider {
    position: relative
}
.testimonials-slider .inner {
    padding: 0 155px
}
@media (max-width: 1199px) {
    .testimonials-slider .inner {
        padding: 0 120px
    }
    .bninfo {
        bottom: 110px!important
    }
    .bnngif {
        bottom: 60px!important
    }
    .bndate {
        bottom: 4px!important
    }
}
@media (max-width: 767px) {
    .testimonials-slider .inner {
        padding: 0
    }
}
.testimonials-slider .slide-item:before {
    font-family: Flaticon;
    content: "\f102";
    font-size: 60px;
    color: #bc0000;
    position: absolute;
    left: 30px;
    top: -14px
}
@media (max-width: 1199px) {
    .testimonials-slider .slide-item:before {
        font-size: 50px;
        font-size: 3.33333rem
    }
}
@media (max-width: 991px) {
    .testimonials-slider .slide-item:before {
        font-size: 40px;
        font-size: 2.66667rem
    }
}
@media (max-width: 767px) {
    .testimonials-slider .slide-item:before {
        font-size: 35px;
        font-size: 2.33333rem
    }
}
@media (max-width: 767px) {
    .testimonials-slider .slide-item:before {
        display: none
    }
}
.testimonials-slider .slide-item img {
    width: auto
}
.testimonials-slider .slide-item p {
    font-size: 22px;
    font-size: 1.46667rem;
    color: #fff
}
@media (max-width: 1199px) {
    .testimonials-slider .slide-item p {
        font-size: 18px;
        font-size: 1.2rem
    }
}
@media (max-width: 991px) {
    .testimonials-slider .slide-item p {
        font-size: 16px;
        font-size: 1.06667rem
    }
}
.testimonials-slider .client-quote {
    margin-bottom: 40px
}
.testimonials-slider .client-details {
    position: relative;
    padding: 0 0 10px 85px
}
.testimonials-slider .client-pic {
    position: absolute;
    left: 0;
    min-height: 58px;
    border-bottom: 2px solid #bc0000
}
.testimonials-slider .client-info {
    padding-top: 5px
}
.testimonials-slider .client-info h4 {
    font-size: 20px;
    font-size: 1.33333rem;
    color: #bc0000;
    margin: 0 0 .3em
}
@media (max-width: 1199px) {
    .testimonials-slider .client-info h4 {
        font-size: 16px;
        font-size: 1.06667rem
    }
}
.testimonials-slider .client-info>span {
    font-size: 14px;
    font-size: .93333rem;
    color: #ddd
}
.testimonials-slider .owl-controls {
    position: absolute;
    right: 0;
    bottom: -45px
}
@media (max-width: 767px) {
    .testimonials-slider .owl-controls {
        position: static;
        text-align: left;
        margin: 15px 0 0 -5px
    }
}
.testimonials-slider .owl-controls .owl-next,
.testimonials-slider .owl-controls .owl-prev {
    text-align: center
}
@media screen and (min-width: 1200px) {
    .offer-text {
        padding-right: 30px
    }
}
.offer-text>p:nth-child(2) {
    margin-bottom: 55px
}
@media (max-width: 991px) {
    .offer-text>p:nth-child(2) {
        margin-bottom: 40px
    }
}
.offer-grids {
    overflow: hidden;
    margin: 0 -15px
}
@media (max-width: 991px) {
    .offer-grids {
        margin-top: 80px
    }
}
@media (max-width: 767px) {
    .offer-grids {
        margin-top: 60px
    }
}
.offer-grids .grid {
    width: 50%;
    float: left;
    padding: 0 15px
}
@media (max-width: 600px) {
    .offer-grids .grid {
        width: 100%;
        float: left;
        margin-bottom: 30px
    }
}
.offer-grids>.grid:nth-child(1),
.offer-grids>.grid:nth-child(2) {
    margin-bottom: 40px
}
.offer-grids>.grid:last-child {
    margin-bottom: 0
}
.offer-grids .details {
    padding-left: 75px;
    position: relative
}
@media (max-width: 767px) {
    .offer-grids .details {
        padding-left: 55px
    }
}
.offer-grids .details>h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    margin: 0 0 1em
}
@media (max-width: 1199px) {
    .offer-grids .details>h3 {
        font-size: 18px;
        font-size: 1.2rem
    }
}
@media (max-width: 767px) {
    .offer-grids .details>h3 {
        font-size: 16px;
        font-size: 1.06667rem
    }
}
.offer-grids .details .icon {
    position: absolute;
    left: 0;
    top: -10px
}
@media (max-width: 1199px) {
    .offer-grids .details .icon {
        left: 8px
    }
}
@media (max-width: 991px) {
    .offer-grids .details .icon {
        left: 0
    }
}
.offer-grids .details .icon i:before {
    font-size: 45px
}
@media (max-width: 1199px) {
    .offer-grids .details .icon i:before {
        font-size: 40px
    }
}
@media (max-width: 767px) {
    .offer-grids .details .icon i:before {
        font-size: 30px
    }
}
.offer-grids .details .offer-details {
    font-weight: 600;
    color: #bc0000;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}
.offer-grids .details .offer-details:hover {
    color: #e4b500
}
.offer-section {
    padding-bottom: 145px
}
@media (max-width: 991px) {
    .offer-section {
        padding-bottom: 80px
    }
}
.offer-pic {
    padding: 40px 0 0 45px;
    position: relative
}
@media (max-width: 991px) {
    .offer-pic {
        display: none
    }
}
.offer-pic:after {
    content: "";
    width: 465px;
    height: 465px;
    border: 2px solid #bc0000;
    position: absolute;
    left: 150px;
    top: -22px
}
.offer-pic img {
    position: relative;
    z-index: 2
}
.recent-projects {
    background-color: #051829
}
@media (max-width: 767px) {
    .projects-grid-view,
    .recent-projects-grids {
        overflow: hidden
    }
}
.projects-grid-view .grid,
.recent-projects-grids .grid {
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left
}
@media (max-width: 767px) {
    .projects-grid-view .grid,
    .recent-projects-grids .grid {
        width: 50%;
        float: left
    }
}
@media (max-width: 550px) {
    .projects-grid-view .grid,
    .recent-projects-grids .grid {
        width: 100%;
        float: none
    }
}
@media (max-width: 550px) {
    .projects-grid-view .project-img img,
    .recent-projects-grids .project-img img {
        width: 100%
    }
}
.projects-grid-view .project-info,
.recent-projects-grids .project-info {
    background-color: rgba(75, 65, 25, .9);
    width: 100%;
    height: 100%;
    border: 2px solid #E03635;
    position: absolute;
    top: 65%;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s
}
.projects-grid-view .project-info span {
    display: none
}
.projects-grid-view .grid:hover .project-info,
.recent-projects-grids .grid:hover .project-info {
    opacity: 1;
    top: 0
}
.projects-grid-view .grid:hover .project-info span {
    display: inline-block
}
.projects-grid-view .inner-info,
.recent-projects-grids .inner-info {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}
.projects-grid-view .inner-info>a,
.recent-projects-grids .inner-info>a {
    color: #fff
}
.projects-grid-view .inner-info h3,
.recent-projects-grids .inner-info h3 {
    font-family: Hind, sans-serif;
    font-size: 22px;
    font-size: 1.46667rem;
    color: #fff;
    margin: 0 0 .2em;
    position: relative;
    top: -10px;
    opacity: 0;
    -webkit-transition: all .3s .5s;
    -o-transition: all .3s .5s;
    transition: all .3s .5s
}
@media (max-width: 991px) {
    .projects-grid-view .inner-info h3,
    .recent-projects-grids .inner-info h3 {
        font-size: 20px;
        font-size: 1.33333rem
    }
}
@media (max-width: 767px) {
    .projects-grid-view .inner-info h3,
    .recent-projects-grids .inner-info h3 {
        font-size: 18px;
        font-size: 1.2rem
    }
}
.projects-grid-view .inner-info .tags,
.recent-projects-grids .inner-info .tags {
    color: #bc0000;
    position: relative;
    top: 10px;
    opacity: 0;
    -webkit-transition: all .3s .5s;
    -o-transition: all .3s .5s;
    transition: all .3s .5s
}
@media (max-width: 767px) {
    .projects-grid-view .inner-info .tags,
    .recent-projects-grids .inner-info .tags {
        font-size: 14px;
        font-size: .93333rem
    }
}
.projects-grid-view .grid:hover .inner-info .tags,
.projects-grid-view .grid:hover .inner-info h3,
.recent-projects-grids .grid:hover .inner-info .tags,
.recent-projects-grids .grid:hover .inner-info h3 {
    top: 0;
    opacity: 1
}
@media (max-width: 550px) {
    .projects-grid-view .mCustomScrollBox,
    .recent-projects-grids .mCustomScrollBox {
        position: static
    }
}
.projects-grid-view .mCSB_horizontal.mCSB_inside>.mCSB_container,
.recent-projects-grids .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 80px
}
.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    max-width: 850px;
    margin: 0 auto
}
@media (max-width: 991px) {
    .projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal,
    .recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        max-width: 700px
    }
}
.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 10px
}
.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: #3a444c
}
.projects-grid-view .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.recent-projects-grids .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #bc0000
}
@media (max-width: 550px) {
    .projects-grid-view .mCSB_inside>.mCSB_container,
    .recent-projects-grids .mCSB_inside>.mCSB_container {
        margin-right: 0
    }
}
.projects-grid-view-section .more-projects {
    margin-top: 30px;
    text-align: center
}
.projects-grid-view {
    margin: 0 -15px
}
.projects-grid-view .grid {
    width: calc(50% - 30px);
    margin: 0 15px 10px;
    float: left
}
@media (max-width: 991px) {
    .projects-grid-view .grid {
        width: calc(50% - 30px);
        margin-bottom: 10px
    }
    .section-padding {
        padding: 0!important
    }
}
@media (max-width: 550px) {
    .projects-grid-view .grid {
        width: calc(100% - 30px);
        float: none;
        margin-bottom: 10px
    }
    .projects-grid-view .grid:last-child {
        margin-bottom: 0
    }
}
.about-us-faq {
    position: relative
}
.about-us-faq .backhoe-loader {
    position: absolute;
    right: 0;
    top: 160px
}
@media (max-width: 1800px) {
    .about-us-faq .backhoe-loader {
        display: none
    }
}
.about-us-section .btns {
    margin: 50px 0 45px
}
@media (max-width: 767px) {
    .about-us-section .btns {
        margin: 35px 0
    }
}
.about-us-section .social>p {
    text-transform: uppercase
}
.about-us-section .social-links a {
    font-size: 32px;
    font-size: 2.13333rem;
    color: #333
}
@media (max-width: 991px) {
    .about-us-section .social-links a {
        font-size: 26px;
        font-size: 1.73333rem
    }
}
@media (max-width: 767px) {
    .about-us-section .social-links a {
        font-size: 22px;
        font-size: 1.46667rem
    }
}
.about-us-section .social-links a:hover {
    color: #bc0000
}
.about-us-section .social-links>li+li {
    margin-left: 15px
}
@media (max-width: 991px) {
    .about-us-section .social-links>li+li {
        margin-left: 10px
    }
}
.faq-section {
    position: relative;
    z-index: 1
}
@media (max-width: 1199px) {
    .faq-section {
        margin-top: 50px
    }
}
@media (max-width: 767px) {
    .faq-section {
        margin-top: 40px
    }
}
.faq-section .faq-accordion {
    padding-top: 7px
}
.partners {
    padding-top: 0
}
.partners-bg {
    background-color: #f6f6f6;
    padding: 45px 0
}
.partners-slider .grid {
    border: 7px solid rgba(0, 0, 0, .5);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}
.partners-slider .grid:hover {
    border-color: #bc0000
}
.contact-section {
    position: relative
}
.contact-section:before {
    content: "";
    background-color: rgba(5, 24, 41, .9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
@media screen and (min-width: 992px) {
    .contact-section .section-title,
    .contact-section .section-title-s2,
    .contact-section .section-title-s5,
    .contact-section .section-title-s6,
    .contact-section .section-title-s7,
    .contact-section .section-title-white {
        margin-bottom: 30px
    }
}
.contact-section p {
    color: #aaa;
    line-height: 1.56em
}
.contact-section-contact-box {
    padding: 38px 45px;
    border: 2px solid #bc0000
}
@media (max-width: 991px) {
    .contact-section-contact-box {
        margin-bottom: 60px
    }
}
@media (max-width: 767px) {
    .contact-section-contact-box {
        margin-bottom: 45px
    }
}
@media (max-width: 450px) {
    .contact-section-contact-box {
        padding: 38px 25px
    }
}
.contact-section-contact-box .details ul {
    list-style-type: none;
    color: #fff
}
.contact-section-contact-box .details ul li {
    position: relative;
    padding-left: 25px
}
.contact-section-contact-box .details ul i {
    color: #bc0000;
    position: absolute;
    left: 0;
    top: 3px
}
.contact-section-contact-box .details ul>li+li {
    margin-top: 20px
}
.contact-form-s1 label {
    font-size: 12px;
    font-size: .8rem;
    font-weight: 400;
    display: block;
    color: #bc0000;
    text-transform: uppercase
}
@media (max-width: 767px) {
    .contact-form-s1 label {
        font-size: 11px;
        font-size: .73333rem
    }
}
.contact-form-s1 input,
.contact-form-s1 select {
    height: 38px;
    border: 0
}
@media (max-width: 767px) {
    .contact-form-s1 input,
    .contact-form-s1 select {
        height: 34px
    }
}
.contact-form-s1 form {
    overflow: hidden;
    margin: 0 -12px
}
.contact-form-s1 form>div {
    width: 50%;
    float: left;
    padding: 0 12px;
    margin-top: 12px
}
@media (max-width: 450px) {
    .contact-form-s1 form>div {
        width: 100%;
        float: none
    }
}
.contact-form-s1 form .submit-btn-wrap {
    width: 100%;
    float: none;
    clear: both;
    padding-top: 35px
}
.contact-form-s1 .wpcf7-submit {
    background-color: #bc0000;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}
.contact-form-s1 .wpcf7-submit:hover {
    background-color: #d4a900
}
.contact-women {
    position: absolute;
    left: 0;
    bottom: 0
}
@media (max-width: 1550px) {
    .contact-women {
        display: none
    }
}
.news-grids {
    margin: 0 -15px;
    padding-top: 20px;
    overflow: hidden
}
@media (max-width: 991px) {
    .news-grids {
        padding-top: 50px
    }
}
.news-grids .grid {
    width: 33.33%;
    float: left;
    padding: 0 15px
}
@media (max-width: 991px) {
    .news-grids .grid {
        width: 50%
    }
}
@media (max-width: 580px) {
    .news-grids .grid {
        width: 100%;
        float: none;
        margin-bottom: 40px
    }
}
@media (max-width: 991px) {
    .news-grids>.grid:last-child {
        margin-top: 40px
    }
}
@media (max-width: 580px) {
    .news-grids>.grid:last-child {
        margin-bottom: 0
    }
}
.news-grids .entry-details {
    padding: 20px 30px;
    border: 1px solid #e8e8e8
}
@media (max-width: 1199px) {
    .news-grids .entry-details {
        padding: 20px 25px
    }
}
@media (max-width: 767px) {
    .news-grids .entry-details {
        padding: 20px
    }
}
.news-grids .entry-meta ul {
    list-style: none;
    overflow: hidden
}
.news-grids .entry-meta ul li {
    font-size: 14px;
    font-size: .93333rem;
    color: #9a9a9a;
    float: left
}
@media (max-width: 1199px) {
    .news-grids .entry-meta ul li {
        font-size: 13px;
        font-size: .86667rem
    }
}
@media (max-width: 767px) {
    .news-grids .entry-meta ul li {
        font-size: 12px;
        font-size: .8rem
    }
}
.news-grids .entry-meta ul li a {
    color: #9a9a9a
}
.news-grids .entry-meta ul li i {
    display: inline-block;
    color: #bc0000;
    padding-right: 4px
}
.news-grids .entry-meta ul>li+li {
    margin-left: 15px
}
.news-grids .entry-media img {
    border-radius: 5px
}
.news-grids .entry-body h3 {
    font-family: Hind, sans-serif;
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 1.3em;
    font-weight: 600;
    margin: .72em 0 .83em
}
@media (max-width: 1199px) {
    .news-grids .entry-body h3 {
        font-size: 16px;
        font-size: 1.06667rem
    }
}
@media (max-width: 767px) {
    .news-grids .entry-body h3 {
        font-size: 14px;
        font-size: .93333rem
    }
}
.news-grids .entry-body h3 a {
    color: #051829
}
.news-grids .entry-body h3 a:hover {
    color: #bc0000
}
.news-grids .entry-body p {
    font-size: 14px;
    font-size: .93333rem;
    line-height: 1.57em
}
.cta {
    position: relative;
    text-align: center
}
.cta:before {
    content: "";
    background-color: rgba(5, 24, 41, .9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.cta .container {
    position: relative;
    z-index: 1
}
.cta h2 {
    font-size: 30px;
    font-size: 2rem;
    line-height: 1.3em;
    color: #fff;
    margin-bottom: 1.33em
}
@media (max-width: 1199px) {
    .cta h2 {
        font-size: 25px;
        font-size: 1.66667rem
    }
}
@media (max-width: 991px) {
    .cta h2 {
        font-size: 22px;
        font-size: 1.46667rem
    }
}
@media (max-width: 767px) {
    .cta h2 {
        font-size: 18px;
        font-size: 1.2rem
    }
}
.cta h2 span {
    color: #bc0000
}
.service-s2-top {
    margin-top: 10px
}
@media (max-width: 991px) {
    .service-s2-top {
        margin-top: 50px
    }
}
.service-s2-tab {
    overflow: hidden;
    margin-bottom: 60px
}
.service-s2-tab .tablinks {
    width: 17%;
    float: right;
    list-style: none
}
@media (max-width: 991px) {
    .service-s2-tab .tablinks {
        width: 30%
    }
}
@media (max-width: 767px) {
    .service-s2-tab .tablinks {
        width: 270px;
        float: none;
        margin-bottom: 25px
    }
}
.service-s2-tab .tablinks li {
    border: 1px solid transparent;
    margin-bottom: 2px
}
.service-s2-tab .tablinks li.active {
    border: 1px solid #bc0000
}
.service-s2-tab .tablinks li a {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #051829;
    display: block;
    padding: 5px 20px;
    text-align: right;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}
@media (max-width: 1199px) {
    .service-s2-tab .tablinks li a {
        font-size: 16px;
        font-size: 1.06667rem
    }
}
.service-s2-tab .tablinks li.active a span {
    visibility: visible;
    opacity: 1;
    display: inline-block
}
.service-s2-tab .tablinks li a span {
    padding-left: 8px;
    visibility: hidden;
    display: none;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}
.service-s2-tab .tab-content {
    width: 80%;
    float: left
}
@media (max-width: 991px) {
    .service-s2-tab .tab-content {
        width: 65%
    }
}
@media (max-width: 767px) {
    .service-s2-tab .tab-content {
        width: 100%;
        float: none
    }
}
.service-s2-tab .tab-pane {
    overflow: hidden
}
.service-s2-tab .tab-pane .img-holder {
    width: 45%;
    float: left;
    padding-bottom: 15px
}
@media (max-width: 991px) {
    .service-s2-tab .tab-pane .img-holder {
        width: 100%;
        float: none
    }
}
.service-s2-tab .tab-pane .img-holder img {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3)
}
.service-s2-tab .tab-pane .details {
    width: 55%;
    float: right;
    padding: 45px 100px 45px 45px
}
@media (max-width: 1199px) {
    .service-s2-tab .tab-pane .details {
        padding: 25px 41px 25px 35px
    }
}
@media (max-width: 991px) {
    .service-s2-tab .tab-pane .details {
        width: 100%;
        float: none;
        padding: 25px 0 0
    }
}
@media (max-width: 767px) {
    .service-s2-tab .tab-pane .details {
        padding: 15px 0 0
    }
}
.service-s2-tab .details h3 {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 0 .71em
}
@media (max-width: 1199px) {
    .service-s2-tab .details h3 {
        font-size: 20px;
        font-size: 1.33333rem
    }
}
@media (max-width: 767px) {
    .service-s2-tab .details h3 {
        font-size: 18px;
        font-size: 1.2rem
    }
}
.service-s2-tab .details .more {
    font-weight: 600;
    color: #bc0000;
    margin-top: 5px
}
.service-s2-tab .details .more:hover {
    color: #d9ad00
}
.service-s2-box-grids {
    margin: 0 -15px
}
.service-s2-box-grids .grid {
    width: 33.33%;
    float: left;
    padding: 0 15px
}
@media (max-width: 700px) {
    .service-s2-box-grids .grid {
        width: 100%;
        float: none;
        margin-bottom: 15px
    }
}
.service-s2-box-grids .grid .inner {
    border: 2px solid #e6e6e6;
    padding: 65px 42px 60px 100px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}
@media (max-width: 1199px) {
    .service-s2-box-grids .grid .inner {
        padding: 95px 42px 40px
    }
}
@media (max-width: 991px) {
    .service-s2-box-grids .grid .inner {
        padding: 95px 35px 30px
    }
}
@media (max-width: 767px) {
    .service-s2-box-grids .grid .inner {
        padding: 85px 35px 30px
    }
}
.service-s2-box-grids .grid:hover .inner {
    border-color: #bc0000
}
.service-s2-box-grids .inner h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    font-weight: 600;
    margin: 0 0 1em;
    position: relative
}
@media (max-width: 991px) {
    .service-s2-box-grids .inner h3 {
        font-size: 18px;
        font-size: 1.2rem
    }
}
@media (max-width: 767px) {
    .service-s2-box-grids .inner h3 {
        font-size: 16px;
        font-size: 1.06667rem
    }
}
.service-s2-box-grids .inner h3 span {
    font-size: 48px;
    font-size: 3.2rem;
    font-weight: 700;
    position: absolute;
    left: -80px;
    top: -45px
}
@media (max-width: 1199px) {
    .service-s2-box-grids .inner h3 span {
        font-size: 38px;
        font-size: 2.53333rem;
        left: 0;
        top: -60px
    }
}
@media (max-width: 991px) {
    .service-s2-box-grids .inner h3 span {
        font-size: 34px;
        font-size: 2.26667rem
    }
}
@media (max-width: 767px) {
    .service-s2-box-grids .inner h3 span {
        font-size: 30px;
        font-size: 2rem
    }
}
.service-s2-box-grids .inner h3 span:before {
    content: "";
    background-color: #bc0000;
    width: 2px;
    height: 140%;
    position: absolute;
    left: 60%;
    top: -10px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}
.service-s2-box-grids .inner>p:last-child {
    margin-bottom: 0
}
.our-team-bg {
    background-color: #f6f6f6;
    padding-bottom: 170px;
    margin-bottom: 45px
}
@media (max-width: 1199px) {
    .our-team-bg {
        padding-bottom: 80px
    }
}
@media (max-width: 991px) {
    .our-team-bg {
        padding-bottom: 60px
    }
}
.our-team .team-slider {
    position: relative
}
.our-team .owl-stage-outer {
    z-index: 10
}
.our-team .team-slider:after {
    content: "";
    width: 120%;
    height: 300px;
    border: 2px solid #bc0000;
    position: absolute;
    left: -10%;
    bottom: 0
}
@media (max-width: 1199px) {
    .our-team .team-slider:after {
        display: none
    }
}
.fun-fact {
    text-align: center;
    padding: 55px 0 100px
}
@media (max-width: 1199px) {
    .fun-fact {
        padding: 0 0 100px
    }
}
@media (max-width: 991px) {
    .fun-fact {
        padding: 0 0 60px
    }
}
@media (max-width: 767px) {
    .fun-fact {
        padding: 0 0 45px
    }
}
.fun-fact .start-count>.col:last-child .grid:after {
    display: none
}
.fun-fact .start-count>.col:last-child .grid {
    border-bottom: 0
}
@media (max-width: 767px) {
    .fun-fact .start-count>.col+.col .grid {
        margin-top: 20px
    }
}
.fun-fact .grid {
    padding: 0 40px;
    position: relative
}
@media (max-width: 1199px) {
    .fun-fact .grid {
        padding: 0 25px
    }
}
@media (max-width: 991px) {
    .fun-fact .grid {
        padding: 0 15px
    }
}
@media (max-width: 767px) {
    .fun-fact .grid {
        border-bottom: 1px solid #d9d9d9
    }
}
.fun-fact .grid:after {
    content: "";
    background: #d9d9d9;
    background: -webkit-linear-gradient(top, #fff 0, #d9d9d9 15%, #d9d9d9 80%, #fff 98%);
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(15%, #d9d9d9), color-stop(80%, #d9d9d9), color-stop(98%, #fff));
    background: -o-linear-gradient(top, #fff 0, #d9d9d9 15%, #d9d9d9 80%, #fff 98%);
    background: linear-gradient(top, #fff 0, #d9d9d9 15%, #d9d9d9 80%, #fff 98%);
    width: 2px;
    height: 105px;
    position: absolute;
    right: -15px;
    bottom: -2%
}
@media (max-width: 767px) {
    .fun-fact .grid:after {
        display: none
    }
}
.fun-fact .grid h3 {
    font-size: 60px;
    font-size: 4rem;
    margin: 0 0 3px
}
@media (max-width: 1199px) {
    .fun-fact .grid h3 {
        font-size: 50px;
        font-size: 3.33333rem
    }
}
@media (max-width: 991px) {
    .fun-fact .grid h3 {
        font-size: 40px;
        font-size: 2.66667rem
    }
}
@media (max-width: 767px) {
    .fun-fact .grid h3 {
        font-size: 30px;
        font-size: 2rem
    }
}
.fun-fact .grid h3>span:last-child {
    color: #bc0000
}
.fun-fact .grid .fact-title {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #9a9a9a;
    margin: 0 0 1.38em;
    display: block
}
.cta-newsletter {
    padding: 100px 0;
    position: relative
}
@media (max-width: 991px) {
    .cta-newsletter {
        padding: 80px 0;
        text-align: center
    }
}
@media (max-width: 767px) {
    .cta-newsletter {
        padding: 60px 0
    }
}
.cta-newsletter:before {
    content: "";
    background-color: rgba(5, 24, 41, .9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.cta-newsletter .cta-newsletter-inner h3 {
    font-size: 30px;
    font-size: 2rem;
    color: #fff;
    margin: 0 0 1.23em
}
@media (max-width: 1199px) {
    .cta-newsletter .cta-newsletter-inner h3 {
        font-size: 25px;
        font-size: 1.66667rem
    }
}
@media (max-width: 991px) {
    .cta-newsletter .cta-newsletter-inner h3 {
        font-size: 20px;
        font-size: 1.33333rem
    }
}
.cta-newsletter .cta-newsletter-inner h3 span {
    color: #bc0000
}
.cta-newsletter .subscrib-form {
    max-width: 725px;
    position: relative
}
@media (max-width: 1199px) {
    .cta-newsletter .subscrib-form {
        max-width: 625px
    }
}
@media (max-width: 991px) {
    .cta-newsletter .subscrib-form {
        max-width: 500px;
        margin: 0 auto
    }
}
@media (max-width: 767px) {
    .cta-newsletter .subscrib-form {
        max-width: 95%;
        margin: 0 auto
    }
}
.cta-newsletter .subscrib-form input {
    height: 45px;
    border: 0;
    padding-left: 25px;
    padding-right: 260px
}
@media (max-width: 1199px) {
    .cta-newsletter .subscrib-form input {
        height: 40px;
        padding-right: 200px
    }
}
@media (max-width: 991px) {
    .cta-newsletter .subscrib-form input {
        height: 38px;
        padding-left: 15px;
        padding-right: 140px
    }
}
@media (max-width: 767px) {
    .cta-newsletter .subscrib-form input {
        padding-right: 120px
    }
}
.cta-newsletter .subscrib-form button {
    background-color: #bc0000;
    width: 240px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #051829;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}
@media (max-width: 1199px) {
    .cta-newsletter .subscrib-form button {
        width: 180px;
        height: 40px;
        line-height: 40px
    }
}
@media (max-width: 1199px) {
    .cta-newsletter .subscrib-form button {
        font-size: 14px;
        font-size: .93333rem;
        width: 120px;
        height: 38px;
        line-height: 38px
    }
}
@media (max-width: 767px) {
    .cta-newsletter .subscrib-form button {
        width: 100px
    }
}
.cta-newsletter .subscrib-form button:hover {
    background-color: #e4b500
}
.cta-newsletter .newsletter-pic {
    position: absolute;
    right: 0;
    bottom: -100px
}
@media (max-width: 991px) {
    .cta-newsletter .newsletter-pic {
        display: none
    }
}
.testimoials-s2-grid-view .testimoials-s2-grid,
.testimoials-s2-slider .testimoials-s2-grid {
    border: 2px solid #bc0000;
    padding: 65px 35px 35px;
    border-radius: 5px;
    position: relative
}
@media (max-width: 767px) {
    .testimoials-s2-grid-view .testimoials-s2-grid,
    .testimoials-s2-slider .testimoials-s2-grid {
        padding: 45px 20px 20px
    }
}
.testimoials-s2-grid-view .testimoials-s2-grid:after,
.testimoials-s2-slider .testimoials-s2-grid:after {
    background: #bc0000 url(../images/testimonials/quote.png) no-repeat center center;
    content: "";
    width: 58px;
    height: 52px;
    position: absolute;
    right: 0;
    top: -2px;
    border-radius: 5px
}
@media (max-width: 991px) {
    .testimoials-s2-grid-view .testimoials-s2-grid:after,
    .testimoials-s2-slider .testimoials-s2-grid:after {
        width: 50px;
        height: 48px;
        background-size: 20px
    }
}
.testimoials-s2-grid-view .testimoials-s2-grid img,
.testimoials-s2-slider .testimoials-s2-grid img {
    width: auto;
    border-radius: 50%
}
.testimoials-s2-grid-view .client-info,
.testimoials-s2-slider .client-info {
    margin-top: 10px;
    position: relative;
    overflow: hidden
}
.testimoials-s2-grid-view .client-info .details,
.testimoials-s2-slider .client-info .details {
    height: 75px;
    display: inline-block;
    float: left;
    position: relative;
    padding-left: 90px
}
@media (max-width: 991px) {
    .testimoials-s2-grid-view .client-info .details,
    .testimoials-s2-slider .client-info .details {
        float: none;
        display: block
    }
}
.testimoials-s2-grid-view .client-info .details .pic,
.testimoials-s2-slider .client-info .details .pic {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%
}
.testimoials-s2-grid-view .client-info .info,
.testimoials-s2-slider .client-info .info {
    margin-top: 15px
}
.testimoials-s2-grid-view .client-info h4,
.testimoials-s2-slider .client-info h4 {
    font-size: 18px;
    font-size: 1.2rem;
    margin: 0
}
@media (max-width: 991px) {
    .testimoials-s2-grid-view .client-info h4,
    .testimoials-s2-slider .client-info h4 {
        font-size: 16px;
        font-size: 1.06667rem
    }
}
@media (max-width: 767px) {
    .testimoials-s2-grid-view .client-info h4,
    .testimoials-s2-slider .client-info h4 {
        font-size: 14px;
        font-size: .93333rem
    }
}
.testimoials-s2-grid-view .client-info p,
.testimoials-s2-slider .client-info p {
    font-size: 14px;
    font-size: .93333rem;
    text-transform: uppercase
}
@media (max-width: 767px) {
    .testimoials-s2-grid-view .client-info p,
    .testimoials-s2-slider .client-info p {
        font-size: 12px;
        font-size: .8rem
    }
}
.testimoials-s2-grid-view .client-info .rating,
.testimoials-s2-slider .client-info .rating {
    display: inline-block;
    float: right;
    margin-top: 15px
}
@media (max-width: 991px) {
    .testimoials-s2-grid-view .client-info .rating,
    .testimoials-s2-slider .client-info .rating {
        float: none;
        display: block;
        margin: -20px 0 0 88px
    }
}
.testimoials-s2-grid-view .client-info .rating i,
.testimoials-s2-slider .client-info .rating i {
    color: #bc0000
}
@media screen and (min-width: 992px) {
    .testimoials-s2-grid-view .owl-controls .owl-nav,
    .testimoials-s2-slider .owl-controls .owl-nav {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}
.testimoials-s2-grid-view .owl-controls .owl-nav .owl-next,
.testimoials-s2-grid-view .owl-controls .owl-nav .owl-prev,
.testimoials-s2-slider .owl-controls .owl-nav .owl-next,
.testimoials-s2-slider .owl-controls .owl-nav .owl-prev {
    background: 0 0;
    font-size: 20px;
    font-size: 1.33333rem;
    color: #051829
}
@media screen and (min-width: 992px) {
    .testimoials-s2-grid-view .owl-controls .owl-nav .owl-next,
    .testimoials-s2-grid-view .owl-controls .owl-nav .owl-prev,
    .testimoials-s2-slider .owl-controls .owl-nav .owl-next,
    .testimoials-s2-slider .owl-controls .owl-nav .owl-prev {
        font-size: 24px;
        font-size: 1.6rem;
        position: absolute;
        padding: 0;
        margin: 0
    }
}
@media screen and (min-width: 992px) {
    .testimoials-s2-grid-view .owl-controls .owl-nav .owl-prev,
    .testimoials-s2-slider .owl-controls .owl-nav .owl-prev {
        left: -70px
    }
}
@media screen and (min-width: 992px) {
    .testimoials-s2-grid-view .owl-controls .owl-nav .owl-next,
    .testimoials-s2-slider .owl-controls .owl-nav .owl-next {
        right: -70px
    }
}
.testimoials-s2-grid-view .owl-controls .owl-nav .owl-next:hover,
.testimoials-s2-grid-view .owl-controls .owl-nav .owl-prev:hover,
.testimoials-s2-slider .owl-controls .owl-nav .owl-next:hover,
.testimoials-s2-slider .owl-controls .owl-nav .owl-prev:hover {
    background: 0 0;
    color: #bc0000
}
.testimonials-s2-grid-view-section {
    padding-bottom: 70px
}
@media (max-width: 991px) {
    .testimonials-s2-grid-view-section {
        padding-bottom: 50px
    }
}
@media (max-width: 767px) {
    .testimonials-s2-grid-view-section {
        padding-bottom: 40px
    }
}
.testimoials-s2-grid-view {
    overflow: hidden;
    margin: 0 -15px
}
.testimoials-s2-grid-view .testimoials-s2-grid {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px
}
@media (max-width: 650px) {
    .testimoials-s2-grid-view .testimoials-s2-grid {
        width: calc(100% - 30px);
        float: none
    }
}
.features-title {
    border: 2px solid #bc0000;
    padding: 45px 30px;
    border-radius: 5px
}
@media (max-width: 991px) {
    .features-title {
        margin-bottom: 40px;
        padding: 35px 30px
    }
}
@media (max-width: 991px) {
    .features-title {
        padding: 25px 20px
    }
}
.features-title h2 {
    font-size: 30px;
    font-size: 2rem;
    margin: 0 0 .9em
}
@media (max-width: 1199px) {
    .features-title h2 {
        font-size: 25px;
        font-size: 1.66667rem
    }
}
@media (max-width: 767px) {
    .features-title h2 {
        font-size: 20px;
        font-size: 1.33333rem
    }
}
.features-title p {
    margin: 0
}
.feature-grid {
    text-align: center
}
@media (max-width: 767px) {
    .feature-grid {
        margin-bottom: 35px;
        padding-bottom: 35px;
        border-bottom: 1px solid #e6e3e3
    }
}
.feature-grid .icon {
    background-color: #bc0000;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    margin: 0 auto 35px;
    border-radius: 50%
}
@media (max-width: 1199px) {
    .feature-grid .icon {
        width: 75px;
        height: 75px;
        line-height: 75px
    }
}
@media (max-width: 767px) {
    .feature-grid .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin: 0 auto 25px
    }
}
.feature-grid .icon .fi:before {
    font-size: 50px;
    color: #000
}
@media (max-width: 1199px) {
    .feature-grid .icon .fi:before {
        font-size: 40px
    }
}
@media (max-width: 767px) {
    .feature-grid .icon .fi:before {
        font-size: 30px
    }
}
.feature-grid h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    margin: 0 0 .5em
}
@media (max-width: 1199px) {
    .feature-grid h3 {
        font-size: 17px;
        font-size: 1.13333rem
    }
}
.feature-grid p {
    margin-bottom: 1.7em
}
@media (max-width: 767px) {
    .feature-grid p {
        margin-bottom: 1.4em
    }
}
.feature-grid .more {
    color: #bc0000;
    font-weight: 600
}
.features .row>.col:last-child .feature-grid {
    border: 0;
    padding: 0;
    margin: 0
}
.services-s3 {
    background-color: #e8f0f7;
    padding-bottom: 70px
}
@media (max-width: 991px) {
    .services-s3 {
        padding-bottom: 50px
    }
}
@media (max-width: 767px) {
    .services-s3 {
        padding-bottom: 40px
    }
}
.services-s3-grids {
    overflow: hidden;
    margin: 0 -15px
}
.services-s3-grids .grid {
    width: 33.33%;
    float: left;
    padding: 0 15px 30px;
    position: relative
}
@media (max-width: 991px) {
    .services-s3-grids .grid {
        width: 50%
    }
}
@media (max-width: 600px) {
    .services-s3-grids .grid {
        width: 100%;
        float: none
    }
}
.services-s3-grids .grid:hover .details {
    background-color: #e4b500
}
.services-s3-grids .grid:hover h3 a {
    color: #fff
}
.services-s3-grids .grid .inner {
    position: relative;
    overflow: hidden
}
.services-s3-grids .grid .details {
    background-color: #bc0000;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}
.services-s3-grids .grid img {
    border-radius: 5px
}
.services-s3-grids .grid h3 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0
}
@media (max-width: 1199px) {
    .services-s3-grids .grid h3 {
        font-size: 15px;
        font-size: 1rem
    }
}
.services-s3-grids .grid h3 a {
    display: block;
    color: #051829;
    padding: 12px 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}
.pricing {
    text-align: center
}
.pricing .pricing-tab {
    list-style-type: none;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 50px;
    border-radius: 5px
}
.pricing .pricing-tab li {
    float: left
}
.pricing .pricing-tab li a {
    display: block;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 700;
    color: #bc0000;
    border: 2px solid #bc0000;
    padding: 15px 80px
}
@media (max-width: 1199px) {
    .pricing .pricing-tab li a {
        font-size: 14px;
        font-size: .93333rem;
        border: 2px solid #bc0000;
        padding: 10px 50px
    }
}
@media (max-width: 767px) {
    .pricing .pricing-tab li a {
        padding: 5px 30px
    }
}
.pricing .pricing-tab li.active a {
    background-color: #bc0000;
    color: #051829
}
.pricing .pricing-grids {
    overflow: hidden;
    margin: 0 -15px
}
.pricing .pricing-grids .pricing-grid {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 0 15px 15px
}
@media (max-width: 991px) {
    .pricing .pricing-grids .pricing-grid {
        width: 50%
    }
}
@media (max-width: 767px) {
    .pricing .pricing-grids .pricing-grid {
        width: 100%;
        float: none
    }
}
.pricing .pricing-grids .pricing-details {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    border-radius: 0 0 5px 5px
}
.pricing .pricing-grids .pricing-header {
    background-color: #051829;
    padding: 40px 0;
    border-radius: 5px 5px 0 0;
    position: relative;
    overflow: hidden
}
@media (max-width: 1199px) {
    .pricing .pricing-grids .pricing-header {
        padding: 30px 0
    }
}
.pricing .pricing-grids .pricing-header h3 {
    font-size: 24px;
    font-size: 1.6rem;
    color: #bc0000;
    margin: 0
}
@media (max-width: 1199px) {
    .pricing .pricing-grids .pricing-header h3 {
        font-size: 20px;
        font-size: 1.33333rem
    }
}
@media (max-width: 991px) {
    .pricing .pricing-grids .pricing-header h3 {
        font-size: 17px;
        font-size: 1.13333rem
    }
}
.pricing .pricing-grids .pricing-header .price {
    font-family: Montserrat, sans-serif;
    font-size: 48px;
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff;
    position: relative
}
@media (max-width: 1199px) {
    .pricing .pricing-grids .pricing-header .price {
        font-size: 40px;
        font-size: 2.66667rem
    }
}
@media (max-width: 991px) {
    .pricing .pricing-grids .pricing-header .price {
        font-size: 35px;
        font-size: 2.33333rem
    }
}
.pricing .pricing-grids .pricing-header .price span {
    font-size: 28px;
    font-size: 1.86667rem;
    position: relative;
    top: -13px
}
@media (max-width: 991px) {
    .pricing .pricing-grids .pricing-header .price span {
        font-size: 18px;
        font-size: 1.2rem
    }
}
.pricing .pricing-grids .pricing-header .sing-up {
    background-color: #bc0000;
    width: 165px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #051829;
    display: inline-block;
    border-radius: 5px
}
@media (max-width: 1199px) {
    .pricing .pricing-grids .pricing-header .sing-up {
        width: 125px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        font-size: .93333rem
    }
}
@media (max-width: 991px) {
    .pricing .pricing-grids .pricing-header .sing-up {
        width: 110px;
        height: 35px;
        line-height: 35px
    }
}
.pricing .pricing-grids .pricing-header .off {
    background-color: #fd3e03;
    color: #fff;
    display: block;
    padding: 0 25px;
    position: absolute;
    right: -32px;
    top: -24px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}
.pricing .pricing-grids .pricing-body {
    padding: 40px 15px
}
.pricing .pricing-grids .pricing-body ul {
    list-style-type: none
}
.pricing .pricing-grids .pricing-body ul li {
    color: #6a6a6a
}
.pricing .pricing-grids .pricing-body ul li i {
    color: #bc0000
}
.pricing .pricing-grids .pricing-body ul>li+li {
    margin-top: 17px
}
@media (max-width: 991px) {
    .pricing .pricing-grids .pricing-body ul>li+li {
        margin-top: 14px
    }
}
.pricing .pricing-grids .pricing-footer {
    border-top: 1px solid #d9d9d9;
    padding: 19px 0
}
@media (max-width: 1199px) {
    .pricing .pricing-grids .pricing-footer {
        padding: 14px 0
    }
}
.pricing .pricing-grids .pricing-footer a {
    font-size: 15px;
    font-size: 1rem;
    color: #051829
}
.pricing .pricing-grids .pricing-footer a span {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600
}
.pricing .pricing-grids .pricing-footer a:hover {
    color: #bc0000
}
.faq-pg-section .section-title-s4 p span {
    display: block;
    font-weight: 600
}
@media screen and (min-width: 992px) {
    .faq-pg-section .faq-section {
        border: 1px solid #dee0e1;
        padding: 70px;
        border-radius: 5px
    }
}
.service-single-content .title {
    position: relative;
    margin-top: 52px
}
@media screen and (min-width: 1200px) {
    .service-single-content .title {
        padding-right: 340px
    }
}
@media (max-width: 767px) {
    .service-single-content .title {
        margin-top: 40px
    }
}
.service-single-content .title h3 {
    font-size: 25px;
    font-size: 1.66667rem;
    margin: 0 0 2em
}
@media (max-width: 991px) {
    .service-single-content .title h3 {
        font-size: 20px;
        font-size: 1.33333rem
    }
}
@media (max-width: 767px) {
    .service-single-content .title h3 {
        font-size: 17px;
        font-size: 1.13333rem
    }
}
.service-single-content .download {
    position: absolute;
    right: 0;
    top: 0
}
@media (max-width: 1199px) {
    .service-single-content .download {
        position: static;
        margin-bottom: 40px
    }
}
.service-single-content .download a {
    padding: 10px 20px 10px 40px;
    border: 2px solid #bc0000;
    color: #6a6a6a;
    font-weight: 600;
    position: relative
}
@media (max-width: 1199px) {
    .service-single-content .download a {
        padding: 7px 15px 7px 30px
    }
}
@media (max-width: 991px) {
    .service-single-content .download a {
        font-size: 14px;
        font-size: .93333rem;
        padding: 5px 15px 5px 30px
    }
}
.service-single-content .download a i {
    position: absolute;
    left: 20px
}
@media (max-width: 1199px) {
    .service-single-content .download a i {
        left: 10px
    }
}
.service-single-content .details ul {
    list-style-type: none;
    padding: 2em 0 3em
}
.service-single-content .details ul li {
    position: relative;
    padding-left: 75px;
    font-weight: 600
}
@media (max-width: 1199px) {
    .service-single-content .details ul li {
        padding-left: 45px
    }
}
.service-single-content .details ul>li+li {
    margin-top: 45px
}
@media (max-width: 1199px) {
    .service-single-content .details ul>li+li {
        margin-top: 20px
    }
}
.service-single-content .details ul li i {
    background-color: #bc0000;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media (max-width: 1199px) {
    .service-single-content .details ul li i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px
    }
}
.service-single-content .details p {
    margin-bottom: 2em
}
@media (max-width: 991px) {
    .service-single-content .details h4 {
        font-size: 16px;
        font-size: 1.06667rem
    }
}
.project-single-section .project-single-details {
    border: 2px solid #bc0000;
    padding: 60px 50px;
    border-radius: 5px
}
@media (max-width: 1199px) {
    .project-single-section .project-single-details {
        padding: 40px 30px
    }
}
@media (max-width: 991px) {
    .project-single-section .project-single-details {
        margin-top: 50px
    }
}
@media (max-width: 767px) {
    .project-single-section .project-single-details {
        padding: 30px 25px
    }
}
.project-single-section .project-single-details h3 {
    font-size: 25px;
    font-size: 1.66667rem;
    margin: 0 0 .75em
}
@media (max-width: 991px) {
    .project-single-section .project-single-details h3 {
        font-size: 20px;
        font-size: 1.33333rem
    }
}
.project-single-section .project-info {
    list-style-type: none;
    padding-top: 40px
}
@media (max-width: 991px) {
    .project-single-section .project-info {
        padding-top: 20px
    }
}
.project-single-section .project-info li {
    font-size: 15px;
    font-size: 1rem
}
@media (max-width: 767px) {
    .project-single-section .project-info li {
        font-size: 14px;
        font-size: .93333rem
    }
}
.project-single-section .project-info li span {
    color: #051829;
    font-weight: 600
}
.project-single-section .project-info>li+li {
    margin-top: 13px
}
.project-single-section .project-info i {
    color: #bc0000;
    display: inline-block;
    padding-right: 5px
}
.contact-pg-section .contact-info ul li {
    padding-left: 45px;
    position: relative;
    list-style-type: none
}
.contact-pg-section .contact-info ul>li+li {
    margin-top: 50px
}
@media (max-width: 991px) {
    .contact-pg-section .contact-info ul>li+li {
        margin-top: 25px
    }
}
.contact-pg-section .contact-info .icon {
    background-color: #bc0000;
    width: 35px;
    height: 35px;
    line-height: 38px;
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%
}
.contact-pg-section .contact-info p {
    font-size: 17px;
    font-size: 1.13333rem;
    font-weight: 700;
    line-height: 1.4em;
    color: #051829;
    margin: 0
}
@media (max-width: 1199px) {
    .contact-pg-section .contact-info p {
        font-size: 15px;
        font-size: 1rem
    }
}
.contact-pg-section .contact-info p span {
    display: block;
    color: #969fab
}
.contact-pg-section .location-map {
    background-color: red;
    height: 357px;
    border-radius: 10px
}
@media (max-width: 991px) {
    .contact-pg-section .location-map {
        margin-top: 40px
    }
}
.contact-pg-section .contact-form {
    margin-top: 70px
}
.contact-pg-section .contact-form>div {
    margin-bottom: 40px
}
@media (max-width: 991px) {
    .contact-pg-section .contact-form>div {
        margin-bottom: 20px
    }
}
.contact-pg-section .contact-form label {
    font-size: 22px;
    font-size: 1.46667rem;
    color: #051829;
    font-weight: 600
}
@media (max-width: 1199px) {
    .contact-pg-section .contact-form label {
        font-size: 15px;
        font-size: 1rem
    }
}
.contact-pg-section .contact-form input,
.contact-pg-section .contact-form textarea {
    height: 45px;
    border: 2px solid #d1d7e0;
    border-radius: 10px
}
@media (max-width: 991px) {
    .contact-pg-section .contact-form input,
    .contact-pg-section .contact-form textarea {
        height: 35px;
        border: 1px solid #d1d7e0;
        border-radius: 5px
    }
}
.contact-pg-section .contact-form textarea {
    height: 230px
}
@media (max-width: 991px) {
    .contact-pg-section .contact-form textarea {
        height: 150px
    }
}
.contact-pg-section .contact-form .submit-btn {
    margin-bottom: 0
}
.contact-pg-section .contact-form .submit-btn button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-size: 1.2rem;
    padding: 0;
    font-weight: 600
}
@media (max-width: 1199px) {
    .contact-pg-section .contact-form .submit-btn button {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        font-size: 1rem
    }
}
@media (max-width: 991px) {
    .contact-pg-section .contact-form .submit-btn button {
        height: 40px;
        line-height: 40px
    }
}
.contact-pg-section #contact-form-s2 #loader i {
    color: #051829
}
.blog-grid-section .news-grids {
    overflow: hidden;
    padding-top: 0
}
.blog-grid-section .news-grids .grid {
    margin-bottom: 30px
}
.blog-grid-section .news-grids>.grid:last-child {
    margin-top: 0
}
.blog-grid-section .pagination-wrapper {
    margin-top: 50px
}
@media (max-width: 991px) {
    .blog-grid-section .pagination-wrapper {
        margin-top: 30px
    }
}
@media (max-width: 767px) {
    .blog-grid-section .pagination-wrapper {
        margin-top: 20px
    }
}
.blog-with-sidebar .news-grids {
    padding-top: 0
}
.blog-with-sidebar .news-grids .grid {
    width: 50%;
    margin-bottom: 30px
}
@media (max-width: 580px) {
    .blog-with-sidebar .news-grids .grid {
        width: 100%
    }
}
.blog-with-sidebar .news-grids>.grid:last-child {
    margin-top: 0
}
.blog-with-sidebar .pagination-wrapper {
    margin-top: 50px
}
@media (max-width: 991px) {
    .blog-with-sidebar .pagination-wrapper {
        margin-top: 30px
    }
}
@media (max-width: 767px) {
    .blog-with-sidebar .pagination-wrapper {
        margin-top: 20px
    }
}
.blog-single {
    background-color: #f2f2f2
}
.blog-single-content ul {
    list-style: none
}
@media screen and (min-width: 992px) {
    .blog-single-content {
        margin-bottom: 80px
    }
}
@media (max-width: 991px) {
    .blog-single-content {
        margin-bottom: 100px
    }
}
.blog-single-content .post-title-meta .btn {
    background-color: #051829;
    font-size: 12px;
    font-size: .8rem;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 13px;
    border: 0;
    border-radius: 0;
    cursor: auto
}
.blog-single-content .post-title-meta h2 {
    font-size: 30px;
    font-size: 2rem;
    font-weight: blod;
    margin: .57em 0 .53em;
    line-height: 1.3em;
    color: #1a1a1a
}
@media screen and (min-width: 1200px) {
    .blog-single-content .post-title-meta h2 {
        padding-right: 200px
    }
}
@media (max-width: 767px) {
    .blog-single-content .post-title-meta h2 {
        font-size: 22px;
        font-size: 1.46667rem
    }
}
.blog-single-content .post-title-meta ul {
    overflow: hidden;
    margin-bottom: 24px
}
.blog-single-content .post-title-meta ul li {
    font-size: 14px;
    font-size: .93333rem;
    float: left;
    text-transform: uppercase;
    margin-right: 8px;
    padding-right: 8px;
    position: relative
}
.blog-single-content .post-title-meta ul li:after {
    content: "/";
    color: #999;
    position: absolute;
    right: 0
}
.blog-single-content .post-title-meta ul li:last-child:after {
    display: none
}
.blog-single-content .post-title-meta ul li a {
    color: #999
}
.blog-single-content .post-title-meta ul li a:hover {
    color: #051829
}
.blog-single-content h3 {
    font-size: 21px;
    font-size: 1.4rem;
    color: #1a1a1a;
    margin: 0
}
@media (max-width: 767px) {
    .blog-single-content h3 {
        font-size: 18px
    }
}
.blog-single-content p {
    font-size: 16px;
    font-size: 1.06667rem;
    margin-bottom: 15px
}
@media (max-width: 767px) {
    .blog-single-content p {
        font-size: 14px
    }
}
.blog-single-content .comments,
.blog-single-content .post {
    background-color: #fff
}
.blog-single-content .post {
    padding: 0 45px 70px 45px
}
@media (max-width: 991px) {
    .blog-single-content .post {
        padding: 0 45px 45px
    }
}
@media (max-width: 767px) {
    .blog-single-content .post {
        padding: 0 20px 45px 20px
    }
}
.blog-single-content .post h3 {
    margin: 1.9em 0 .9em
}
.blog-single-content .post .media {
    margin: 0 -45px 48px
}
@media (max-width: 767px) {
    .blog-single-content .post .media {
        margin: 0 -20px 40px
    }
}
.blog-single-content .gallery-post {
    margin: 35px 0 0
}
.blog-single-content .gallery-post .gallery {
    overflow: hidden
}
.blog-single-content .gallery-post .gallery>div:first-child {
    width: 60%;
    float: left
}
.blog-single-content .gallery-post .gallery>div:last-child {
    width: 38%;
    float: right
}
.blog-single-content .tag-share {
    overflow: hidden;
    margin: 25px 0 15px
}
@media (max-width: 767px) {
    .blog-single-content .tag-share {
        margin: 25px 0
    }
}
.blog-single-content .tag-share>div {
    display: inline-block;
    float: left
}
@media (max-width: 767px) {
    .blog-single-content .tag-share>div {
        display: block;
        float: none!important
    }
}
.blog-single-content .tag-share>div:last-child {
    float: right
}
.blog-single-content .tag-share>div:first-child {
    padding-left: 20px
}
.blog-single-content .tag-share>div:first-child span {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    margin-right: 25px;
    position: relative;
    top: -11px
}
@media (max-width: 991px) {
    .blog-single-content .tag-share>div:first-child {
        padding-left: 0
    }
    .blog-single-content .tag-share>div:first-child span {
        font-size: 14px;
        font-size: .93333rem;
        margin-right: 15px;
        top: -20px
    }
}
@media (max-width: 767px) {
    .blog-single-content .tag-share>div:first-child {
        padding-left: 0
    }
    .blog-single-content .tag-share>div:first-child span {
        font-size: 14px;
        font-size: .93333rem;
        margin-right: 15px;
        top: 0;
        display: block;
        margin-bottom: 5px
    }
}
.blog-single-content .tag-share ul {
    display: inline-block;
    overflow: hidden
}
.blog-single-content .tag-share ul li {
    float: left;
    margin-right: 12px
}
.blog-single-content .tag-share ul li:last-child {
    margin-right: 0
}
.blog-single-content .tag-share .tag a {
    background-color: #fff;
    font-size: 14px;
    font-size: .93333rem;
    color: #333;
    display: inline-block;
    text-align: center;
    padding: 7px 15px;
    text-transform: lowercase
}
@media (max-width: 991px) {
    .blog-single-content .tag-share .tag a {
        padding: 5px 10px;
        margin-bottom: 10px
    }
}
.blog-single-content .tag-share .tag a:hover {
    background-color: #bc0000;
    color: #fff
}
.blog-single-content .tag-share .share {
    padding-bottom: 0
}
.blog-single-content .tag-share .share li {
    opacity: .9
}
.blog-single-content .tag-share .share li:hover {
    opacity: 1
}
.blog-single-content .tag-share .share li:first-child {
    background-color: #106ed2
}
.blog-single-content .tag-share .share li:nth-child(2) {
    background-color: #3ad0fb
}
.blog-single-content .tag-share .share li:last-child {
    background-color: #1379bb
}
.blog-single-content .tag-share .share a {
    font-size: 16px;
    font-size: 1.06667rem;
    color: #fff;
    display: inline-block;
    padding: 6px 15px
}
@media (max-width: 991px) {
    .blog-single-content .tag-share .share a {
        font-size: 14px;
        font-size: .93333rem;
        padding: 5px 10px
    }
}
.blog-single-content .tag-share .share a i {
    display: inline-block;
    padding-right: 4px
}
.blog-single-content .comments {
    padding: 55px 45px 0
}
@media (max-width: 1199px) {
    .blog-single-content .comments {
        padding: 45px 25px 0
    }
}
@media (max-width: 767px) {
    .blog-single-content .comments {
        padding: 40px 25px 0
    }
}
.blog-single-content .comments .title {
    margin-bottom: 65px
}
.blog-single-content .comments h3 {
    font-size: 22px;
    font-size: 1.46667rem;
    text-align: center;
    font-weight: 700
}
.blog-single-content .comments>ol {
    padding-left: 0
}
.blog-single-content .comments ol {
    list-style: none
}
.blog-single-content .comments ol>li {
    margin-bottom: 35px
}
.blog-single-content .comments ol>li:last-child {
    margin-bottom: 0
}
.blog-single-content .comments ol>li>ol {
    margin-left: 28px;
    margin-top: 35px;
    padding: 0
}
@media (max-width: 767px) {
    .blog-single-content .comments ol>li>ol {
        margin: 30px 0 0 0
    }
}
.blog-single-content .comments ol>li>ol>li {
    background-color: #fafafa;
    padding: 30px;
    margin-bottom: 35px!important
}
@media (max-width: 767px) {
    .blog-single-content .comments ol>li>ol>li {
        padding: 20px
    }
}
.blog-single-content .comments ol>li>ol>li:last-child {
    margin-bottom: 0!important
}
.blog-single-content .comments .article {
    overflow: hidden
}
.blog-single-content .comments .article h4 {
    font-size: 16px;
    font-size: 1.06667rem;
    margin: 0;
    text-transform: capitalize
}
@media (max-width: 767px) {
    .blog-single-content .comments .article h4 {
        font-size: 14px
    }
}
.blog-single-content .comments .article p {
    font-size: 15px;
    font-size: 1rem;
    margin-bottom: 5px
}
@media (max-width: 767px) {
    .blog-single-content .comments .article p {
        font-size: 14px
    }
}
.blog-single-content .comments .article .replay button {
    background-color: transparent;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 700;
    color: #051829;
    padding: 0;
    border: 0;
    outline: 0
}
@media (max-width: 767px) {
    .blog-single-content .comments .article .replay button {
        font-size: 14px
    }
}
.blog-single-content .comments .article .author-meta {
    overflow: hidden;
    margin-bottom: 5px
}
.blog-single-content .comments .article .author-meta>div {
    display: inline-block
}
.blog-single-content .comments .article .author-meta>div:last-child {
    font-size: 13px;
    font-size: .86667rem;
    color: gray;
    padding-left: 5px
}
.blog-single-content .comments .article .author-pic {
    width: 10%;
    float: left
}
@media (max-width: 767px) {
    .blog-single-content .comments .article .author-pic {
        width: 100%;
        float: none;
        margin-bottom: 10px
    }
}
.blog-single-content .comments .article .details {
    width: 90%;
    float: left
}
@media (max-width: 767px) {
    .blog-single-content .comments .article .details {
        width: 100%;
        float: none
    }
}
.blog-single-content .comment-respond {
    margin-top: 75px
}
.blog-single-content .comment-respond h3 {
    margin: 0 0 2em
}
.blog-single-content .comment-respond form {
    margin: 0 -15px;
    position: relative
}
.blog-single-content .comment-respond form input,
.blog-single-content .comment-respond form textarea {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc
}
.blog-single-content .comment-respond form textarea {
    height: 110px
}
.blog-single-content .comment-respond form>div {
    margin-bottom: 50px
}
.blog-single-content .comment-respond form .theme-btn-s2 {
    text-transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    left: 50%;
    bottom: -100px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
@media (max-width: 991px) {
    .blog-single-content .comment-respond form .theme-btn-s2 {
        position: relative;
        bottom: 0
    }
}
.shop .products-grids>.col {
    margin-bottom: 30px
}
@media (max-width: 500px) {
    .shop .products-grids>.col {
        width: 100%
    }
    .title_promotion {
        font-size: 12px
    }
}
.shop-with-sidebar .products-grids {
    overflow: hidden
}
.shop-with-sidebar .products-grids .grid-wrapper {
    width: 33.33%;
    float: left;
    padding: 0 7.5px;
    margin-bottom: 20px
}
@media (max-width: 1199px) {
    .shop-with-sidebar .products-grids .grid-wrapper {
        width: 50%
    }
}
@media (max-width: 500px) {
    .shop-with-sidebar .products-grids .grid-wrapper {
        width: 100%
    }
}
.shop-with-sidebar .products-grids .grid {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 3px 0
}
.shop-details-main-content .shop-single-slider-wrapper .slider-for {
    text-align: center
}
.shop-details-main-content .shop-single-slider-wrapper .slider-for img {
    display: inline-block
}
.shop-details-main-content .shop-single-slider-wrapper .slider-nav {
    padding: 0 25px;
    margin-top: 35px
}
.shop-details-main-content .shop-single-slider-wrapper .slider-nav>i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100
}
.shop-details-main-content .shop-single-slider-wrapper .slider-nav>i:hover {
    cursor: pointer
}
.shop-details-main-content .shop-single-slider-wrapper .slider-nav .nav-btn-rt {
    left: auto;
    right: 0
}
.shop-details-main-content .shop-single-slider-wrapper .slider-nav .slick-slide {
    text-align: center
}
.shop-details-main-content .shop-single-slider-wrapper .slider-nav .slick-slide img {
    display: inline-block
}
.shop-details-main-content .product-details {
    padding: 30px 30px 93px
}
@media (max-width: 1199px) {
    .shop-details-main-content .product-details {
        padding: 40px 30px 85px
    }
    .bninfo {
        bottom: 110px!important
    }
    .bnngif {
        bottom: 60px!important
    }
    .bndate {
        bottom: 4px!important
    }
}
@media (max-width: 991px) {
    .shop-details-main-content .product-details {
        margin-top: 45px;
        padding: 40px 30px
    }
}
@media (max-width: 767px) {
    .shop-details-main-content .product-details {
        padding: 0
    }
}
.shop-details-main-content .product-details h2 {
    font-size: 27px;
    font-size: 1.8rem;
    line-height: 1.3em;
    margin: 0 0 .33em;
    text-transform: capitalize
}
@media (max-width: 767px) {
    .shop-details-main-content .product-details h2 {
        font-size: 22px;
        font-size: 1.46667rem
    }
}
.shop-details-main-content .product-details .rating i {
    font-size: 16px;
    font-size: 1.06667rem;
    color: #bc0000
}
.shop-details-main-content .product-details .price {
    font-size: 36px;
    font-size: 2.4rem;
    color: #051829;
    margin: 7px 0 14px
}
@media (max-width: 991px) {
    .shop-details-main-content .product-details .price {
        font-size: 30px;
        font-size: 2rem
    }
}
@media (max-width: 767px) {
    .shop-details-main-content .product-details .price {
        font-size: 25px;
        font-size: 1.66667rem
    }
}
.shop-details-main-content .product-details .price .old {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #9d9d9d;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 5px
}
@media (max-width: 991px) {
    .shop-details-main-content .product-details .price .old {
        font-size: 20px;
        font-size: 1.33333rem
    }
}
@media (max-width: 767px) {
    .shop-details-main-content .product-details .price .old {
        font-size: 18px;
        font-size: 1.2rem
    }
}
.shop-details-main-content .product-details p {
    margin: 0
}
.shop-details-main-content .product-details .product-option {
    margin-top: 45px
}
.shop-details-main-content .product-details .product-option .p-row {
    overflow: hidden
}
.shop-details-main-content .product-details .product-option .p-row>div {
    height: 35px;
    display: inline-block;
    float: left;
    margin-right: 15px
}
.shop-details-main-content .product-details .product-option .p-row>div:first-child {
    width: 85px
}
.shop-details-main-content .product-details .product-option .p-row>div:last-child .theme-btn-s2:hover,
.shop-details-main-content .product-details .product-option .p-row>div:last-child .theme-btn-s3:hover,
.shop-details-main-content .product-details .product-option .p-row>div:last-child .theme-btn-s4:hover,
.shop-details-main-content .product-details .product-option .p-row>div:last-child .theme-btn-s5:hover,
.shop-details-main-content .product-details .product-option .p-row>div:last-child .theme-btn:hover {
    background: #051829;
    border-color: #051829;
    color: #fff
}
.shop-details-main-content .product-details .product-option .theme-btn,
.shop-details-main-content .product-details .product-option .theme-btn-s2,
.shop-details-main-content .product-details .product-option .theme-btn-s3,
.shop-details-main-content .product-details .product-option .theme-btn-s4,
.shop-details-main-content .product-details .product-option .theme-btn-s5 {
    font-size: 16px;
    font-size: 1.06667rem;
    padding: 0 10px;
    height: 35px;
    line-height: 35px
}
@media (max-width: 767px) {
    .shop-details-main-content .product-details .product-option .theme-btn,
    .shop-details-main-content .product-details .product-option .theme-btn-s2,
    .shop-details-main-content .product-details .product-option .theme-btn-s3,
    .shop-details-main-content .product-details .product-option .theme-btn-s4,
    .shop-details-main-content .product-details .product-option .theme-btn-s5 {
        font-size: 14px;
        font-size: .93333rem
    }
}
.shop-details-main-content .product-details .product-option .theme-btn-s2:before,
.shop-details-main-content .product-details .product-option .theme-btn-s3:before,
.shop-details-main-content .product-details .product-option .theme-btn-s4:before,
.shop-details-main-content .product-details .product-option .theme-btn-s5:before,
.shop-details-main-content .product-details .product-option .theme-btn:before {
    display: none
}
.shop-details-main-content .product-details .product-option .p-row>div:last-child .theme-btn,
.shop-details-main-content .product-details .product-option .p-row>div:last-child .theme-btn-s2,
.shop-details-main-content .product-details .product-option .p-row>div:last-child .theme-btn-s3,
.shop-details-main-content .product-details .product-option .p-row>div:last-child .theme-btn-s4,
.shop-details-main-content .product-details .product-option .p-row>div:last-child .theme-btn-s5 {
    background-color: #fff;
    color: #051829;
    border: 1px solid #e6e6e6
}
.shop-details-main-content .product-details #count-product {
    border-radius: 0;
    border: 1px solid #e6e6e6
}
.shop-details-main-content .product-details #count-product:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}
.shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-color: #e6e6e6
}
.shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover,
.shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover {
    background-color: #051829;
    color: #fff
}
.shop-details-main-content .product-info {
    margin-top: 75px
}
.shop-details-main-content .product-info h4 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.7em
}
.shop-details-main-content .product-info p {
    font-size: 14px
}
.shop-details-main-content .product-info .tab-pane p:last-child {
    margin-bottom: 0
}
.shop-details-main-content .product-info .nav-tabs {
    border: 0;
    margin-bottom: 30px
}
@media (max-width: 767px) {
    .shop-details-main-content .product-info .nav-tabs {
        margin-bottom: 20px
    }
}
.shop-details-main-content .product-info .nav-tabs li {
    margin-right: 45px;
    border: 0
}
.shop-details-main-content .product-info .nav-tabs li:last-child {
    margin-right: 0
}
@media (max-width: 767px) {
    .shop-details-main-content .product-info .nav-tabs li {
        margin-right: 15px
    }
}
.shop-details-main-content .product-info .nav-tabs li.active a {
    border: 0;
    outline: 0
}
.shop-details-main-content .product-info .nav-tabs a {
    font-size: 18px;
    color: #b3b3b3;
    border: 0;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}
@media (max-width: 767px) {
    .shop-details-main-content .product-info .nav-tabs a {
        font-size: 16px;
        font-size: 1.06667rem
    }
}
.shop-details-main-content .product-info .nav-tabs .active a,
.shop-details-main-content .product-info .nav-tabs a:hover {
    background: 0 0;
    color: #051829
}
.shop-details-main-content .product-info .client-review {
    overflow: hidden;
    margin-bottom: 30px
}
.shop-details-main-content .product-info .client-review:last-child {
    margin-bottom: 0
}
.shop-details-main-content .product-info .client-review .client-pic {
    width: 14%;
    float: left
}
@media (max-width: 767px) {
    .shop-details-main-content .product-info .client-review .client-pic {
        width: 100%;
        float: none;
        margin-bottom: 10px
    }
}
.shop-details-main-content .product-info .client-review .details {
    width: 86%;
    float: right
}
@media (max-width: 767px) {
    .shop-details-main-content .product-info .client-review .details {
        width: 100%;
        float: none
    }
}
.shop-details-main-content .product-info .client-review .name-rating-time {
    border-bottom: 1px solid #e6e6e6;
    margin-top: -5px
}
@media (max-width: 991px) {
    .shop-details-main-content .product-info .client-review .name-rating-time {
        margin-top: 0
    }
}
@media (max-width: 767px) {
    .shop-details-main-content .product-info .client-review .name-rating-time {
        padding-bottom: 3px
    }
}
.shop-details-main-content .product-info .client-review .name-rating-time>div,
.shop-details-main-content .product-info .client-review .name-rating>div {
    display: inline-block;
    font-size: 14px
}
@media (max-width: 767px) {
    .shop-details-main-content .product-info .client-review .name-rating-time>div,
    .shop-details-main-content .product-info .client-review .name-rating>div {
        font-size: 12px;
        display: block
    }
    .shop-details-main-content .product-info .client-review .name-rating-time>div h4,
    .shop-details-main-content .product-info .client-review .name-rating>div h4 {
        font-size: 12px
    }
}
.shop-details-main-content .product-info .client-review .rating {
    font-size: 14px;
    padding-left: 10px
}
@media (max-width: 767px) {
    .shop-details-main-content .product-info .client-review .rating {
        padding-left: 0;
        margin: 2px 0 7px
    }
}
.shop-details-main-content .product-info .client-review .name-rating-time .time {
    float: right;
    color: #b3b3b3;
    text-transform: uppercase
}
@media (max-width: 767px) {
    .shop-details-main-content .product-info .client-review .name-rating-time .time {
        float: none
    }
}
.shop-details-main-content .product-info .client-review .review-body {
    padding-top: 8px
}
.shop-details-main-content .product-info .client-review .review-body p {
    font-size: 14px
}
@media screen and (min-width: 1200px) {
    .shop-details-main-content .product-info .review-form-wrapper {
        padding-left: 45px
    }
}
@media (max-width: 991px) {
    .shop-details-main-content .product-info .review-form {
        margin-top: 45px
    }
}
.shop-details-main-content .product-info .review-form h4 {
    margin-bottom: 1.73em
}
.shop-details-main-content .product-info .review-form form input,
.shop-details-main-content .product-info .review-form form textarea {
    border-radius: 0
}
.shop-details-main-content .product-info .review-form form input:focus,
.shop-details-main-content .product-info .review-form form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}
.shop-details-main-content .product-info .review-form form textarea {
    height: 130px
}
.shop-details-main-content .product-info .review-form form>div {
    margin-bottom: 27px
}
.shop-details-main-content .product-info .review-form form>div:last-child {
    margin-bottom: 0
}
.shop-details-main-content .product-info .review-form form .rating-post>div {
    display: inline-block
}
@media (max-width: 767px) {
    .shop-details-main-content .product-info .review-form form .rating-post>div {
        display: block;
        float: none!important
    }
}
.shop-details-main-content .product-info .review-form form .rating-post>div:last-child {
    float: right
}
@media (max-width: 767px) {
    .shop-details-main-content .product-info .review-form form .rating-post>div:last-child {
        margin-top: 20px
    }
}
.shop-details-main-content .product-info .review-form form .rating a {
    font-size: 14px;
    color: #ccc;
    display: inline-block;
    margin-right: 10px
}
@media (max-width: 767px) {
    .shop-details-main-content .product-info .review-form form .rating a {
        font-size: 12px;
        margin-right: 5px
    }
}
.shop-details-main-content .product-info .review-form form .rating a:last-child {
    margin: 0
}
.shop-details-main-content .product-info .review-form form .rating a:hover {
    color: #051829
}
.shop-details-main-content .product-info .review-form form .theme-btn,
.shop-details-main-content .product-info .review-form form .theme-btn-s2,
.shop-details-main-content .product-info .review-form form .theme-btn-s3,
.shop-details-main-content .product-info .review-form form .theme-btn-s4,
.shop-details-main-content .product-info .review-form form .theme-btn-s5 {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
@media screen and (min-width: 767px) {
    .shop-details-main-content .product-info .review-form form .theme-btn,
    .shop-details-main-content .product-info .review-form form .theme-btn-s2,
    .shop-details-main-content .product-info .review-form form .theme-btn-s3,
    .shop-details-main-content .product-info .review-form form .theme-btn-s4,
    .shop-details-main-content .product-info .review-form form .theme-btn-s5 {
        font-size: 15px;
        font-size: 1rem;
        padding: 0 25px
    }
}
.shop-details-main-content .upsell-product {
    padding-top: 140px
}
@media (max-width: 991px) {
    .shop-details-main-content .upsell-product {
        padding-top: 90px
    }
}
@media (max-width: 767px) {
    .shop-details-main-content .upsell-product {
        padding-top: 80px
    }
}
.shop-details-main-content .upsell-product .title {
    margin-bottom: 50px
}
@media (max-width: 767px) {
    .shop-details-main-content .upsell-product .title {
        margin-bottom: 20px
    }
}
.shop-details-main-content .upsell-product .title h2 {
    font-size: 36px;
    margin: 0;
    text-transform: capitalize;
    text-align: center
}
@media (max-width: 767px) {
    .shop-details-main-content .upsell-product .title h2 {
        font-size: 25px
    }
}
.shop-details-main-content .upsell-product .title h2 span {
    color: #051829
}
.shop-details-main-content .upsell-product-slider .grid {
    width: auto!important
}
.shop-details-main-content .upsell-product-slider .owl-controls {
    margin: 0
}
.shop-details-main-content .upsell-product-slider .owl-dots span {
    background-color: #fff;
    width: 12px;
    height: 12px;
    border: 2px solid #000;
    margin: 0 5px 0 0
}
.shop-details-main-content .upsell-product-slider .owl-dots .active span {
    background-color: #051829;
    width: 14px;
    height: 14px;
    border-color: #051829
}
.datepicker * {
    font-size: 14px
}
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #fdc901!important;
    border-color: #daa520;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    background-image: none!important;
    filter: none;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
.gridSmartBox {
    width: 30%!important;
    margin: 5px!important
}
@media (max-width: 991px) {
    .gridSmartBox {
        width: 30%!important
    }
    .gridProyectImage {
        width: 100%!important
    }
}
.bntitle {
    font-size: 29px;
    color: #f4ba00;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 85px;
    line-height: 24px;
    border-bottom-style: solid;
    border-bottom-width: .5px;
    border-bottom-color: #fff
}
.bntitlespan {
    font-size: 19px;
    color: #fff
}
.bnlogo {
    font-size: 38px;
    text-transform: uppercase;
    color: #f4ba00;
    opacity: 1;
    position: absolute;
    left: 105px;
    text-align: center;
    font-style: italic;
    top: 88px;
    font-weight: 700;
    line-height: 38px
}
.bninfo {
    position: absolute;
    left: 8px;
    bottom: 180px;
    width: 387px
}
.bninfo .bndivh {
    font-size: 30px;
    width: 188px;
    float: left;
    text-align: left;
    padding-left: 10px;
    line-height: 20px;
    color: #f4ba00;
    font-weight: 700
}
.bninfo .bndivh span {
    font-size: 11px
}
.bninfo .bndivh2 {
    font-size: 30px;
    width: 188px;
    float: left;
    text-align: center;
    line-height: 20px;
    color: #f4ba00;
    font-weight: 700;
    border-left-style: solid;
    border-left-width: .5px;
    border-left-color: #f4ba00
}
.bninfo .bndivh2 span {
    font-size: 11px
}
.bnngif {
    position: absolute;
    left: 20px;
    width: 46%;
    bottom: 110px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 35px;
    border-bottom-style: solid;
    border-bottom-width: .5px;
    font-size: 24px
}
.bndate {
    position: absolute;
    left: 80px;
    bottom: 44px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    width: 220px;
    line-height: 22px
}
@media (max-width: 425px) {
    .gridSmartBox {
        width: 45%!important
    }
    .gridProyectImage {
        width: 100%!important
    }
    .bntitle {
        width: 100%!important;
        top: -5px!important;
        left: 0!important;
        border-bottom-style: hidden!important;
        font-size: 18px!important
    }
    .bntitlespan {
        position: absolute;
        left: 0;
        top: 36px;
        font-size: 13px!important;
        width: 70%
    }
    .bnlogo {
        left: 0!important;
        font-size: 29px!important;
        top: 62px!important;
        line-height: 24px!important;
        width: 68%!important;
        word-spacing: 8px;
        letter-spacing: -1px
    }
    .bninfo {
        bottom: 57px!important;
        left: 0!important;
        width: 100%!important
    }
    .bninfo .bndivh {
        width: 50%!important;
        font-size: 23px!important;
        padding-right: 7px!important;
        text-align: right!important
    }
    .bninfo .bndivh span {
        font-size: 8px!important
    }
    .bninfo .bndivh2 {
        width: 50%!important;
        font-size: 23px!important;
        padding-left: 7px!important;
        text-align: left!important
    }
    .bninfo .bndivh2 span {
        font-size: 8px!important
    }
    .bndate {
        bottom: 30px!important;
        font-size: 15px!important;
        width: 100%!important;
        left: 0!important;
        text-align: center!important
    }
    .bnngif {
        display: none!important
    }
}
@media (max-width: 375px) {
    .bnlogo {
        font-size: 21px!important;
        line-height: 17px!important;
        top: 39px!important
    }
    .bntitlespan {
        top: 25px;
        font-size: 11px!important
    }
    .bninfo {
        bottom: 52px!important
    }
    .bndate {
        bottom: 28px!important;
        font-size: 11px!important
    }
}
.modal-dialog {
    max-width: 380px
}
.bonus-grid {
    margin-bottom: 10px
}
#main_menu {
    text-transform: uppercase;
    padding: 20px 0px;
}
.boxHover {
    border: solid 4px transparent
}
.boxHover:hover {
    border: solid 4px #E03635
}

@media screen and (max-width: 580px) {
    .hero {
        margin-top: 10px
    }
    
    .barra-menu ul {
        background: 0 0!important
    }
    .hero .slick-dots {
        display: none!important
    }
    .barra-menu ul li a span {
        color: white !important;
    }
    .hero .slide .slider-img-mobile {
        display: none!important
    }
    .slider-img-banerMobile {
        display: block!important
    }
    .barra-menu ul li a {
        font-size: 90%!important;
        padding: 10px 3px!important
    }
    
    .hero .hero-slider .slide-caption>h2{
        font-size: 105%;
    }

    .hero .hero-slider .slide-caption>p,
    .hero .hero-slider .slick-list .slick-current .slide-caption>p {
        font-size: 105%;
    }

    .hero .hero-slider .slide-caption>.btns{
        /* position: absolute;
        bottom: 10px;
        right: 30px; */
    }
    .barra-menu ul li {
        margin-bottom: 3px;
        background: linear-gradient(#E03635 5%, #601717 100%);
    }
    .bonus-grid{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .textPromo,.tbmobile{display: none;}

}

.sb_frame{
    min-height: 80vh;;
}

@media (min-width: 1025px) {
	.sb_frame{
        /* height: 400px !important; */
    }
}
@media (min-width: 1026px) {
	.sb_frame{
        /* height: 500px !important; */
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.sb_frame{
        display: none;
    }

    .mainModal {position: fixed!important}
}

@media (max-width: 425px) {
	.sb_frame{
        /* height: 1100px !important; */
    }
}


.mainModal {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000a3;
    top: 0;
    padding: 10px;
    z-index: 20;
    display: none
}
.mainModal .close {
    font-size: 32px;
    right: 10px;
    margin: 10px;
    position: absolute;
    cursor: pointer;
    color: #000
}
.mainModal .content {
    position: relative;
    width: 100%;
    max-width: 80%;
    margin: auto;
    height: 100%;
    max-height: calc(100vh - 3.5rem);
    background: #fff;
    margin-top: 3%;
    border-radius: 5px
}
.mainModal .content .header {
    width: 100%;
    padding: 20px 10px 10px 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 175%;
    color: #E03635;
    font-family: 'OpenSans-ExtraBold';
}
.mainModal .content .body {
    overflow-y: auto;
    height: 80%;
    padding: 10px 5%;
    color: #000;
}
.mainModal .content .body h1,
.mainModal .content .body h3,
.mainModal .content .body h4,
.mainModal .content .body h5,
.mainModal .content .body h6 {
    color: #E03635!important;
    font-family: 'OpenSans-ExtraBold';
    font-size: 120%;
    padding-left: 10px;
}

/* ---------------------------------------------------------------------- */


/*  Messages
/* ---------------------------------------------------------------------- */

.panel-body.messages {
    padding: 0;
}

.messages-list {
    list-style: none;
    margin: 0;
    padding: 0;
    /* position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;*/
    width: 100%;
}

.messages-list .messages-item {
    border-bottom: 1px solid #c8c7cc;
    padding: 15px 15px 5px 25px;
    position: relative;
}

.messages-list .messages-item:hover {
    background-color: white;
    cursor: pointer !important;
}


/*.messages-list .messages-item:hover .messages-item-star {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}*/

.messages-list .messages-item.active {
    background-color: white;
}


/*.messages-list .messages-item.starred .messages-item-star {
    display: block;
    filter:;
    progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -webkit-filter:;
}*/

.messages-list .messages-item span {
    color: #bc0000;
    display: block;
}

.messages-list .messages-item span .spam {
    font-style: normal;
}

.messages-list .messages-item .messages-item-star,
.messages-list .messages-item .messages-item-attachment,
.messages-list .messages-item .messages-item-time,
.messages-list .messages-item .messages-item-actions {
    position: absolute;
}

.messages-list .messages-item .messages-item-star {
    color: #bc0000;
    left: 7px;
}

.messages-list .messages-item .messages-item-star:hover,
.messages-list .messages-item .messages-item-star:active,
.messages-list .messages-item .messages-item-star:focus {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.messages-list .messages-item .messages-item-attachment {
    left: 7px;
    top: 25px;
    color: #e4b500;
}

.messages-list .messages-item .messages-item-avatar {
    border-radius: 4px;
    float: left;
    height: 40px;
    width: 40px;
}

.messages-list .messages-item .messages-item-from {
    font-weight: bold;
    margin-top: 2px;
    color: #aeacb4;
}

.messages-list .messages-item .messages-item-time {
    right: 15px;
    top: 15px;
}

.messages-list .messages-item .messages-item-time .text {
    color: #8e8e93;
    font-size: 13px;
}

.messages-list .messages-item .messages-item-time .messages-item-actions {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    right: 0;
    top: 0;
    -moz-transition: opacity, 0.3s, ease-in-out 0s;
    -o-transition: opacity, 0.3s, ease-in-out 0s;
    -webkit-transition: opacity, 0.3s, ease-in-out 0s;
    transition: opacity, 0.3s, ease-in-out 0s;
    width: 65px;
    -ms-transition: opacity, 0.3s, ease-in-out 0s;
}

.messages-list .messages-item .messages-item-time .messages-item-actions>a,
.messages-list .messages-item .messages-item-time .messages-item-actions .dropdown>a {
    margin-left: 5px;
}

.messages-list .messages-item .messages-item-time .messages-item-actions>div {
    display: inline-block;
}

.messages-list .messages-item .messages-item-time .messages-item-actions .dropdown-menu {
    margin-top: 0;
}

.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon {
    border-radius: 30px;
    display: inline-block;
    height: 11px;
    margin: 0 5px 0 -13px;
    width: 11px;
}

.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.red {
    background: #C82E29;
}

.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.blue {
    background: #5F8295;
}

.messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon.green {
    background: #1FBBA6;
}

.messages-list .messages-item .messages-item-subject {
    font-size: 14px;
    margin-bottom: 4px;
    color: #5b5b60;
}

.messages-list .messages-item .messages-item-content {
    font-size: 15px;
    color: #2e2e2e;
    margin-bottom: 10px;
}

.messages-list .messages-item .messages-item-preview {
    color: #aeacb4;
    font-size: 13px;
}

.messages-list .messages-item.unreaded {
    background-color: #f1f1f1;
}

.messages-list .messages-item.unreaded .messages-item-from,
.messages-list .messages-item.unreaded .messages-item-subject,
.messages-list .messages-item.unreaded .messages-item-time .text,
.messages-list .messages-item.unreaded .messages-item-preview {
    color: #000 !important;
    font-weight: bolder;
}

.wrap-options {
    border-bottom: 1px solid #c8c7cc;
    min-height: 65px;
}

.messages-search {
    padding: 15px;
    width: 100%;
}

@media (max-width: 1200px) {
    .messages-search {
        display: none;
        position: absolute;
        top: 0;
    }
}

.message-actions {
    height: 65px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #EFEFF4;
}

.message-actions .actions {
    list-style: none;
}

.message-actions .actions>li {
    float: left;
    height: 65px;
    position: relative;
}

@media (max-width: 480px) {
    .message-actions .actions>li {
        display: none;
    }
}

.message-actions .actions>li:after {
    background: rgba(0, 0, 0, 0.07);
    content: "";
    height: 14px;
    position: absolute;
    right: -4px;
    top: 26px;
    width: 1px;
}

.message-actions .actions>li.actions-dropdown {
    display: none;
}

@media (max-width: 480px) {
    .message-actions .actions>li.actions-dropdown {
        display: block;
    }
}

.message-actions .actions>li>a,
.message-actions .actions>li>span>a {
    font-size: 12px;
    font-weight: 600;
    line-height: 65px;
    padding: 0 13px;
    white-space: nowrap;
    color: #8e8e93;
}

.message-actions .actions>li.email-list-toggle {
    display: none;
}

@media (max-width: 768px) {
    .message-actions .actions>li.email-list-toggle {
        display: block !important;
    }
    .header-style-1 .notify .label{
        right: 1%;
    }
}

.message-header {
    border-bottom: 1px solid white;
    padding: 15px 10px 10px;
}

.message-header .message-item-avatar {
    border-radius: 4px;
    float: left;
    height: 50px;
    width: 50px;
    margin-right: 10px;
}

.message-header .message-from {
    font-weight: bold;
    color: #5b5b60;
}

.message-header .message-to {
    color: #c2c2c5;
}

.message-header .message-time {
    color: #c2c2c5;
    font-size: 13px;
}

.message-subject {
    padding: 5px 10px 0;
    color: #5b5b60;
    font-size: 16px;
}

.message-content {
    padding: 20px 10px;
    color:  #0c0c0c;
    overflow: auto;
    height: 100% !important;
    position: relative;
    overflow-y: auto;
}

.inbox {
    border-spacing: 0;
    height: calc(100vh - 300px);
    border: 1px solid #ddd;
    overflow: auto;
}

.inbox .col {
    float: left;
    height: 100%;
    vertical-align: top;
}

.inbox .email-options {
    width: 240px !important;
    border-right: 1px solid #dee5e7;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .inbox .email-options {
        display: none;
    }
}

.inbox .email-options .email-options-title {
    color: #808285;
    font-size: 10px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.inbox .email-options .main-options {
    margin: 0;
    list-style: none;
    padding: 0;
}

.inbox .email-options .main-options li {
    line-height: 34px;
}

.inbox .email-options .main-options li .badge {
    margin-top: 8px;
}

.no-messages {
    bottom: 0;
    left: 0;
    margin-top: -34px;
    opacity: 0.5;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
}

.inbox .email-list {
    width: 360px !important;
    border-right: 1px solid #dee5e7;
    background: #ffffff;
}

@media (max-width: 768px) {
    .inbox .email-list {
        width: 100% !important;
        border-right: none;
        background: #ffffff;
        position: relative;
    }
}

.inbox .wrap-list {
    width: 359px;
    height: 100% !important;
    position: relative;
    overflow-y: auto;
}

.inbox .wrap-list .close-message-search {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 100;
    display: none;
}

.inbox .wrap-list .search-open .close-message-search {
    display: block;
}

.inbox .wrap-list .search-open .open-message-search {
    display: none;
}

.inbox .wrap-list .search-open .messages-options .btn-group {
    display: none;
}

.inbox .wrap-list .search-open .messages-search {
    display: block !important;
    right: 50px;
    left: 0;
    width: auto;
}

@media (max-width: 768px) {
    .inbox .wrap-list {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .inbox .wrap-list .messages-options {
        display: none;
    }
}

.inbox .email-reader {
    height: 100%;
    margin-left: 380px;
    position: relative;
    padding: 0;
    background: #ffffff;
}

.inbox .email-back {
    display: none;
}

@media (max-width: 1200px) {
    .inbox .email-reader {
        margin-left: 360px;
    }
}

@media (max-width: 768px) {
    .inbox {
        height: 100vh !important;
    }
    .inbox .email-back {
        display: inline-block;
        position: absolute;
        right: 30px;
        top: 10px;
    }
    .inbox .email-reader {
        position: absolute;
        margin-left: 0;
        left: 0;
        /* height: calc(100% - 987px);*/
        top: 125px;
        min-height: 900px;
    }
    .no-messages {
        display: none !important;
    }
    .inbox .message-content {
        padding: 65px 30px 20px 30px;
        overflow: visible;
    }
    .inbox .message-text {}
    .inbox .message-time {
        position: absolute;
        top: 20px;
        font-weight: bolder;
    }
}


/* ie8 fixes */

.ie8 .messages-list .messages-item .messages-item-star {
    display: none;
}

.ie8 .messages-list .messages-item:hover .messages-item-star {
    display: block;
}


/**/


/* ie8 fixes */

.ie8 .messages-list .messages-item .messages-item-time .messages-item-actions {
    display: none;
}



/* autoexclusion y autolimitacion */

ul.checktree {
    list-style: none;
    position: relative;
}

ul.checktree .autoexclusion {
    background-color: #f5f5f5;
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
}

ul.checktree .form-inline {
    margin-bottom: 20px;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.checktree .allGames {
    margin-bottom: 20px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.checktree button.startAe {
    position: absolute;
    right: 0;
    top: 0;
}

ul.checktree ul.autoexclusion label {
    color: #333;
}

ul.checktree ul.autoexclusion ul label {
    color: #555;
    font-weight: normal;
}

ul.checktree label {
    line-height: 34px !important;
    margin-bottom: 0;
}

ul.checktree label.disabled {
    color: #CCC !important;
}

ul.checktree .autoexclusion label input[type=checkbox] {
    margin-top: 0;
    margin-right: 5px;
}

ul.checktree li ul {
    list-style: none;
    margin-left: 30px;
    clear: both;
}

ul.checktree .form-inline .time {
    position: relative;
    margin-right: 10px;
}

ul.checktree .form-inline .time i {
    position: absolute;
    top: 9px;
    right: 5px;
    font-size: 18px;
    color: #999;
}

.autolimitacion .btn-group {
    justify-content: flex-start;
}

.autolimitacion .btn-group .startAl {
    margin: 0;
}

.alMonto,
.alPeriodo,
.alFecha {
    overflow: hidden;
    margin-bottom: 40px;
}

.autolimitacion label.notSelected {
    color: #888
}

.autolimitacion label.selected {
    color: #4d00e4;
}

.alMonto input {
    padding-left: 25px;
}

.alMonto i {
    position: absolute;
    left: 25px;
    top: 34px;
}

.alFecha i {
    position: absolute;
    right: 25px;
}


/*.autolimitacion {
    background-color: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}*/

.limite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.limite label {
    margin-bottom: 0;
    line-height: 40px;
}

.titleMsg {
    padding: 15px auto;
    border: 1px solid #ddd;
    background-color: #eee;
    font-weight: bolder;
    overflow: hidden;
}

.titleAe {
    border: 1px solid #ddd;
    background-color: #eee;
    font-weight: bolder;
    overflow: hidden;
}

.listAe {
    list-style: none;
    border: 1px solid #ddd;
    overflow-wrap: anywhere;
}

.listAe .gameTags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.listAe li {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    overflow-x: auto;
}

.listAe>li>div,
.titleAe>div {
    padding: 10px !important;
}

.listAe .status i {
    font-size: 1.2em;
}

.titleAe .date,
.listAe li .date {
    white-space: nowrap;
    padding: 0 0 0 10px;
}

.listAe li .label {
    margin-right: 2px;
    margin-bottom: 2px;
}

.listAe li .label:last-child {
    margin-right: 0;
}

.listAe li .theme-btn {
    padding: 5px 10px;
    white-space: nowrap;
}

#formAe {
    margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
    ul.checktree label.notime {
        display: block !important;
    }
}

@media (max-width: 767px) {
    ul.checktree .autoexclusion {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    ul.checktree .allAe {
        display: block !important;
    }
    ul.checktree .form-inline {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        float: none;
    }
    ul.checktree .form-inline .time {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    ul.checktree .form-inline .time .datepicker {
        margin-left: 10px;
    }
    ul.checktree button.startAe {
        position: static;
        margin-top: 30px;
    }
    ul.checktree button.startAe {
        position: static;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .btn-revoke {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (min-width: 551px) {
    .visible-xxs {
        display: none !important;
    }
}

@media (max-width: 550px) {
    .col-xxs-12 {
        width: 100% !important;
    }
    .hidden-xxs {
        display: none !important;
    }
    .visible-xxs {
        display: block !important;
    }
    .titleAe .date,
    .listAe .date {
        min-width: 80px;
    }
    .listAe li {
        display: block;
    }
    .listAe li .label {
        display: block;
    }
}

.SliderSegment, 
.BannersSegment{
    padding: 0 15px;
    padding-bottom: 10px;
}


.SideBarSegment > div{
    padding: 5px !important
}

.SideBarSegment{
    padding: 0px 0px !important;
    padding-left: 10px !important;
}

@media (max-width: 767px) {
    .SliderSegment, 
    .BannersSegment{
        padding: 0 5px;
        padding-bottom: 0px;
    }
    .SideBarSegment{
        padding-left: 0px !important;
    }
}
.BannersSegment img{
    width: 100% !important;
    border-radius: 25px;
}

.SideBarSegment > div > div,
.BannersSegment > div > div{
    padding: 5px !important;
}

.BannersSegment > div {
    padding: 0px !important;
}

.theme-btn{
    border-radius: 50px;
    background: #020924;
    font-size: 95%;
    padding: 10px 30px;
    
    text-align: center;
}

.btnMinWidth{
    min-width: 160px ;
}

.theme-btn-s2{
    border-radius: 50px;
    background: #E03635;
    font-size: 95%;
    padding: 7px 30px;
    border: 3px solid #020924;
}

.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active{
    color: #020924 !important;
    border: 3px solid #020924;
}

/*   Animacion de bordes   */
.newHoverbox {
    background: none;
    border: 0;
    box-sizing: border-box;
}
.newHoverbox::before, .newHoverbox::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
.draw {
    transition: color 0.25s;
}
.draw::before, .draw::after {
    border: 5px solid transparent;
    width: 0;
    height: 0;
    border-radius: 35px;
}
.draw::before {
    top: 0;
    left: 0;
}
.draw::after {
    bottom: 0;
    right: 0;
}
.draw:hover {
    color: #60daaa;
}
.draw:hover::before, .draw:hover::after {
    width: 100%;
    height: 100%;
}
.draw:hover::before {
    border-top-color: #60daaa;
    border-right-color: #60daaa;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
    border-bottom-color: #60daaa;
    border-left-color: #60daaa;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.meet:hover {
    color: #fbca67;
}
.meet::after {
    top: 0;
    left: 0;
}
.meet:hover::before {
    border-top-color: #E03635;
    border-right-color: #E03635;
}
.meet:hover::after {
    border-bottom-color: #E03635;
    border-left-color: #E03635;
    transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

.site-footer .footmenu,
.site-footer .copyright-info{
    font-family: 'OpenSans-Regular';
}

#header,
.barra-menu{
    font-family: 'OpenSans-ExtraBold';
}


#loginData input {
	outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

#loginData textarea {
  outline: none;
  border: none;
}

#loginData textarea:focus, input:focus {
  border-color: transparent !important;
}

#loginData input:focus::-webkit-input-placeholder { color:transparent; }
#loginData input:focus:-moz-placeholder { color:transparent; }
#loginData input:focus::-moz-placeholder { color:transparent; }
#loginData input:focus:-ms-input-placeholder { color:transparent; }

#loginData textarea:focus::-webkit-input-placeholder { color:transparent; }
#loginData textarea:focus:-moz-placeholder { color:transparent; }
#loginData textarea:focus::-moz-placeholder { color:transparent; }
#loginData textarea:focus:-ms-input-placeholder { color:transparent; }

#loginData input::-webkit-input-placeholder { color: #adadad;}
#loginData input:-moz-placeholder { color: #adadad;}
#loginData input::-moz-placeholder { color: #adadad;}
#loginData input:-ms-input-placeholder { color: #adadad;}

#loginData textarea::-webkit-input-placeholder { color: #adadad;}
#loginData textarea:-moz-placeholder { color: #adadad;}
#loginData textarea::-moz-placeholder { color: #adadad;}
#loginData textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #666666;
  line-height: 1.5;
}

.txt2 {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #333333;
  line-height: 1.5;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

#loginData .container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #f2f2f2;  
}

#loginData .wrap-login100 {
  width: 390px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 77px 55px 33px 55px;

  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}


/*------------------------------------------------------------------
[ Form ]*/

#loginData .login100-form {
  width: 100%;
}

#loginData .login100-form-title {
  display: block;
  font-family: Poppins-Bold;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}
#loginData .login100-form-title i {
  font-size: 60px;
}

/*------------------------------------------------------------------
[ Input ]*/

#loginData .wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #adadad;
  margin-bottom: 37px;
  margin-top: 20px;
}

#loginData .wrap-input{
  width: 85%;
  margin: 0 auto;
}

#loginData .input100 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 5px;
}

/*---------------------------------------------*/ 
#loginData .focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

#loginData .focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #020924;
  background: -webkit-linear-gradient(left, #030d33, #E03635);
  background: -o-linear-gradient(left, #030d33, #E03635);
  background: -moz-linear-gradient(left, #030d33, #E03635);
  background: linear-gradient(left, #030d33, #E03635);
}

#loginData .focus-input100::after {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #999999;
  line-height: 1.2;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0px;
  padding-left: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

#loginData .input100:focus + .focus-input100::after {
  top: -15px;
}

#loginData .input100:focus + .focus-input100::before {
  width: 100%;
}

#loginData .has-val.input100 + .focus-input100::after {
  top: -15px;
}

#loginData .has-val.input100 + .focus-input100::before {
  width: 100%;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    #loginData .wrap-login100 {
    padding: 77px 15px 33px 15px;
  }
}


.btnSlide{
    background-color: #E03635 !important;
    color: white;
    border-style: none;
    font-size: 100% !important;
    text-transform: uppercase;
}
.btnSlide:hover{background-color: black !important;}


.container {
    max-width: 1200px !important;
    width: 100% !important;
}

.tabTitle{
    color: white !important;
    font-size: 125% !important;
    font-family: 'OpenSans-Regular';
}

.page-content-title-new {
    padding: 15px;
    border-bottom: 1px solid #020924;
    background-color: #020924;
}

.scrollTabs li.active a{
    color: #E03635 !important; 
}

.scrollTabs li a{
    font-size: 100% !important;
}

.gameListImg{
    padding: 2.5px !important;
}
.gameListImg .thumbnails{
    margin-bottom: 0px !important;
}

.micuentaMenuStyle{
    background-color: #020924;
    border: 5px solid rgba(224, 54, 54, 0.4);
    padding: 5px 15px !important;
}

.micuentaMenuStyle > li{
    position: relative;
}

.micuentaMenuStyle > li > a{
    color: white;
    font-family: 'OpenSans-ExtraBold';
    font-size: 85%;
}

.micuentaMenuStyle > li > a:hover{
    color: white !important;
    text-decoration: none !important;
    /* background-color: rgba(224, 54, 54, 0.2) !important; */
    background-color: transparent !important;
}

.micuentaMenuStyle h3{
    color: white !important;
    font-family: 'OpenSans-Regular';
    font-size: 115%;
}


.micuentaMenuStyle li:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #E03635;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.micuentaMenuStyle li:hover:after { 
    width: 100%; 
    left: 0; 
}

.NameImgItem{
    position: absolute;
    top: 30%;
    left: 7%;
    font-size: 120%;
    font-family: 'OpenSans-ExtraBold';
    color: white;
    width: 50%;
    text-align: center;
}

.alert.alert-dismissible{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 15px;;
}

.alert-warning {
    color: #e03636;
    background-color: #fcf8e3;
    border-color: #e03636;
}

.page-title > .container > .col > .alert{
    font-size: 15px;
}

.page-title > .container > .col > .alert > .close{
    line-height:inherit !important;
}

.text-warning {
    color: #e03636;
}

.alert>p, .alert>ul{
    text-shadow: 1px 1px #949494;
}

.PhoneDigit{
    position: absolute;
    top: 5px;
    left: 20px;
    font-weight: 700;
}

.PhoneInfoDigit{
    width: calc(100% - 30px);
    margin-left: 30px;
}

.InfoPhoneDigit{
    position: absolute;
    right: 15px;
    font-size: 75%;
    top: -20px;
    font-style: italic;
    font-weight: 700;
}

@media (max-width: 430px) {
    .InfoPhoneDigit {
        width: 50%;
        top: -30px;
        font-size: 60%;
    }
}

.BannerInformativo{
    background-color: #E03635; 
    padding: 15px; 
    margin: 15px 0px;
    border-radius: 5px;
}

.BannerInformativo h4{
    color: white;
    font-weight: 800;
    font-size: 115%;
    margin: 5px 0;
    font-family: 'OpenSans-ExtraBold';
}

.BannerInformativo p{
    color: white;
    font-weight: 800;
    font-size: 95%;
    margin-bottom: 0;
    font-family: 'OpenSans-SemiBold';
}

#TerminosYCondicionesDiv h3{
    color: #E03635;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px !important;
    margin-bottom: 0px;
}

#TerminosYCondicionesDiv h6{
    font-family: 'OpenSans-Regular';
    font-weight: 700;
    color: #020924 !important;
    margin: 0 0 .4em;
    font-size: 95%;
}

#TerminosYCondicionesDiv ul{
    padding-bottom: 15px;
}

.SessionCountdown{
    color: white !important;
    margin-bottom: 0px;
    padding: 15px;
    font-size: 80%;
}

#application-container > iframe {
    height: calc(100vh - 50px);
}

.dis-block {
    display: block !important;
}

.table-exclusions span{
    display: inline-block;
    margin-bottom: 2px;
}