@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');
/* /incl/_variables.scss */
/* /incl/_init.scss */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html, body {
    background: #f6f7fb;
    color: #656d78;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body, body *, select, input, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, form, fieldset, table, tr, td, img {
    font-family: "Open Sans", Arial, sans-serif;
}

input, button, select, textarea, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

::-moz-selection {
    color: #fff;
    background: #0086cf;
}

::selection {
    color: #fff;
    background: #0086cf;
}

b {
    font-weight: inherit;
}

i {
    font-style: inherit;
}

a {
    color: #0086cf;
}

b {
    font-weight: inherit;
}

i {
    font-style: inherit;
}

.cp_hidden {
    display: none;
    visibility: hidden;
}

.cp_hide {
    display: none !important;
    visibility: hidden !important;
}

.cp_show {
    display: block !important;
    visibility: visible !important;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft, .textleft {
    text-align: left !important;
}

.alignright, .textright {
    text-align: right;
}

.center, .aligncenter, .textcenter {
    text-align: center;
}

.disabled {
    opacity: .3;
    pointer-events: none;
}

.mobileOnly {
    display: none !important;
}

.btn.primary {
    color: #fff;
    border: 1px solid #0086cf;
    padding: 12px 10px;
    font-weight: 600;
    background: #0086cf;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0797e4), color-stop(100%, #067aba));
    background-image: -webkit-linear-gradient(top, #0797e4, #067aba);
    background-image: -moz-linear-gradient(top, #0797e4, #067aba);
    background-image: -ms-linear-gradient(top, #0797e4, #067aba);
    background-image: -o-linear-gradient(top, #0797e4, #067aba);
    background-image: linear-gradient(to bottom, #0797e4 0%, #067aba 100%);
    box-shadow: none;
    border-radius: 3px;
}

@media screen and (max-width: 800px) {
    .mobileOnly {
        display: block !important;
    }

    .headRight .mobileOnly {
        display: inline-block !important;
    }
}

h1, h2, h3, h4 {
    color: #434a54;
    margin: 1em 0 .5em 0;
}

h2 {
    font-size: 24px;
    font-weight: 700;
}

h4 {
    font-size: 14px;
    text-transform: uppercase;
}

p {
    margin: .5em 0 1em 0;
}

.block {
    display: block !important;
}

.clearpadding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'cincopaicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 24px;
    line-height: 1;
    vertical-align: middle; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

/* /incl/_utils.scss */
::-webkit-scrollbar {
    width: 16px;
    border: 5px solid transparent;
    background-clip: padding-box;
}

::-webkit-scrollbar-track {
    background: #dedede;
    border: 5px solid transparent;
    background-clip: padding-box;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #959595;
    border-radius: 10px;
    border: 5px solid transparent;
    background-clip: padding-box;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #b8b8b8;
    border: 5px solid transparent;
    background-clip: padding-box;
}

.cp-hide {
    display: none !important;
    visibility: hidden !important;
}

.row {
    margin-left: 0;
    margin-right: 0;
    font-size: 0rem;
    background: inherit;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        display: inline-block;
        vertical-align: top;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        font-size: 1rem;
        display: inline-block;
        vertical-align: top;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

/* latin */
@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 400;
    src: local('Muli Regular'), local('Muli-Regular'), url(//fonts.gstatic.com/s/muli/v10/z6c3Zzm51I2zB_Gi7146Bg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* cyrillic */
@font-face {
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 700;
    src: local('Philosopher Bold'), local('Philosopher-Bold'), url(//fonts.gstatic.com/s/philosopher/v8/napvkewXG9Gqby5vwGHICC_vZmeiCMnoWNN9rHBYaTc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin */
@font-face {
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 700;
    src: local('Philosopher Bold'), local('Philosopher-Bold'), url(//fonts.gstatic.com/s/philosopher/v8/napvkewXG9Gqby5vwGHICIlIZu-HDpmDIZMigmsroc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/*default header styles */
header.default_header {
    display: block;
    border-top: 4px solid #0c8cdd;
    border-bottom: 1px solid #e2e2e2;
    height: auto;
    border-bottom: 1px solid #d8dadf;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.white-hub header.default_header {
    display: block;
    border-top: 4px solid #0c8cdd;
    border-bottom: 1px solid #e2e2e2;
    height: auto;
    border-bottom: 1px solid #d8dadf;
    border-top: 4px solid #0c8cdd;
    border-bottom: 1px solid #e2e2e2;
    height: 78px;
}

header.default_header > div {
    max-width: 1280px;
    min-width: 316px;
    margin: 0 auto;
}

.white-hub header.default_header > div {
    max-width: 960px;
    min-width: 316px;
    margin: 0 auto;
}

header.default_header #logo {
    position: relative;
    max-width: 165px;
    font-size: 0;
    line-height: 0;
    height: auto;
    border: 0;
    display: inline-block;
    margin: 15px 8px 0 8px;
}

.white-hub header.default_header #logo {
    position: relative;
    margin-top: 10px;
    display: inline-block;
}

header.default_header img {
    max-width: 100%
}

.white-hub header.default_header img {
    max-width: 80px;
    height: 50px;
    object-fit: contain;
}

header.default_header h1 {
    font-size: 24px;
    line-height: 22px;
    display: inline-block;
    font-weight: 100;
    color: #444;
    margin-top: 27px;
    margin-left: 30px;
    vertical-align: top;
}

.white-hub header.default_header h1 {
    font-size: 22px;
    line-height: 22px;
    display: inline-block;
    font-weight: 100;
    color: #444;
    margin-top: 24px;
    margin-left: 10px;
    vertical-align: top;
}

.default_footer {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 12px;
}

.hdrMobileMenu {
    float: right;
    width: 50px;
    margin-top: 15px;
    margin-right: 8px;
}

.white-hub .hdrMobileMenu {
    position: relative;
    top: 35px;
    left: 0px;
    display: none;
}

.hdrMobileMenu .showMobileMenu {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    padding: 5px;
}

.white-hub .hdrMobileMenu .showMobileMenu {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    padding: 5px;
    background: transparent;
    border: none;
}

.white-hub .hdrMobileMenu .showMobileMenu:focus {
    outline: none;
}

.white-hub .hdrMobileMenu .showMobileMenu i:before {
    content: "\e909";
    font-size: 14px;
    color: #444444;
}

@media screen and (max-width: 991px) {
    ul.categoriesMenuList {
        display: none;
        float: left;
        width: calc(100% - 60px);
    }

    h3.category-list-label {
        display: inline-block;
        color: #0086cf;
        float: right
    }
}

@media screen and (min-width: 992px) {
    .hdrMobileMenu {
        display: none !important
    }

    ul.categoriesMenuList {
        display: block !important;
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 657px) {
    .default_header h1 {
        font-size: 18px
    }
}

.videoSection, .contentSection {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 0;
    min-height: 520px;
}

.white-hub .videoSection, .white-hub .contentSection {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    padding: 20px 0 0;
    min-height: 520px;
    overflow: hidden;
}

.video-container {
    padding: 10px;
    clear: both;
    background: inherit;
    border: none
}

ul.categoriesMenuList {
    padding: 0;
    list-style-type: none;
    margin-top: 15px;
}

ul.categoriesMenuList li {
    position: relative;
    margin: 0px;
}

.mainContainer .load_more {
    display: none;
    visibility: hidden;
    text-align: center;
    font-size: 20px;
    padding: 15px;
    cursor: pointer;
    border: 1px dashed transparent;
	background: transparent;
}

.loading .load_more {
    display: block !important;
    visibility: visible;
    font-size: 0;
}

.loading .load_more{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    background: rgba(255,255,255,1);
    z-index: 100000;
	background: transparent;
}

.loading .load_more:before {
    margin: auto;
    height: 64px;
    width: 64px;
    animation: loader-rotate 0.8s infinite linear;
    border: 5px solid #0086cf;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	content: ""
}

.loading_pls {
    padding: 15px;
}

.mainContainer.notloaded * {
    display: none
}

.videoWrap {
    margin-left: 0;
}

.white-hub .videoWrap {
    margin-left: 0;
}

.white-hub .videoWrap, .white-hub .videoInfo {
    width: 100% !important;
    margin-left: 0;
}

.videoInfo {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.white-hub .videoInfo {
    margin: 20px 0 0;
    display: inline-block;
    padding: 0 10px;
}

.videoInfo h1 {
    width: 100%;
    word-break: break-word;
    margin-top: 0
}

.videoInfo h4 {
    margin-top: 0
}

.white-hub .videoInfo .videoInfoTitle {
    margin-top: 4px;
    font-family: Arial;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    color: #444444;
    text-transform: none;
}

.white-hub .videoInfo .videoCatTitle {
    margin-top: 0;
    color: #bbbbbb;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

h3.category-list-label {
    margin-left: 8px;
    margin-top: 26px;
    text-transform: uppercase;
}

h3.category-list-label  .selected-cat{
    display:none;
    font-size: 12px;
    margin-top: 5px;
    font-weight: bold;
	cursor: pointer;
}


.mejs-container {
    max-height: 500px
}

.mejs-container.mejs-container-fullscreen {
    max-height: none
}

.portraitPoster .mejs-poster {
    display: none
}

/* share */

@font-face {
    font-family: 'cp-share';
    src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format('truetype');
    font-weight: normal;
    font-style: normal;
}

.ze-share ul {
    list-style: none;
}

.ze-share ul li {
    list-style: none;
    display: inline-block;
    margin: 1px 3px 1px 0;
}

.white-hub .ze-share ul li {
    margin: 0;
    padding-left: 2px;
    padding-right: 1px;
}

.ze-share i {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    width: 32px;
    height: 32px;
}

.ze-share ul {
    margin: 0;
    padding: 0 9px;
}

.white-hub .ze-share ul {
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    margin-top: 20px;
}

.ze-share [class^="icon-"], .swipebox-ze-share [class*=" icon-"] {
    font-family: 'cp-share' !important;
    speak: none;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center
}

.ze-share [class^="icon-"], .swipebox-ze-share.share-icons [class*=" icon-"] {
    font-size: 24px;
    background: #fff !important;
    color: #000;
    vertical-align: middle;
    padding: 5px;
    border-radius: 30px;
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 30px !important;
    transition: .5s ease all;
}

.white-hub .ze-share [class^="icon-"] {

    font-size: 18px;

    vertical-align: middle;

    padding: 0px;

    border-radius: 3px;

    margin: 2px;

    width: 30px;

    height: 30px;

    line-height: 30px !important;

    transition: none;

    background: #999999 !important;
}

.white-hub .ze-share [class^="icon-"]:before {
    color: #fff !important;
}

.social [class^="icon-"]:before {
    font-family: 'cp-share' !important;
}

.ze-share li .icon-pinterest:before {
    content: "\e904";
    color: #c9242e;
}

.ze-share li .icon-fb:before, .social li .icon-fb:before {
    content: "\e901";
    color: #46619e;
}

.ze-share li .icon-email:before, .social li .icon-email:before {
    content: "\e905";
    color: #4c4c4c;

}

.ze-share li .icon-linkedin:before, .social li .icon-linkedin:before {
    content: "\e903";
    color: #137fb9;
}

.ze-share li .icon-twitter:before, .social li .icon-twitter:before {
    content: "\e906";
    color: #1cabe9;
}

.ze-share li .icon-odnoklassniki:before {
    content: "\e909";
    color: #f58220;
}

.ze-share li .icon-tumblr:before {
    content: "\e902";
    color: #34455c;
}

.ze-share li .icon-gplus:before {
    content: "\e900";
    color: #f74237;
}

.ze-share li a:hover i {
    box-shadow: 0 3px 10px #000;
    transform: translateY(-2px);
    background: #d6d6d6 !important;
}
.ze-share li a span{
	display:none;
}

.white-hub .ze-share li a:hover i {
    box-shadow: none;
    transform: none;
}

@media (max-width: 480px) {
    .ze-share {
        right: 100px;
    }

    .ze-share ul li {
        margin: 1px;
    }

    .ze-share ul {
        padding: 9px 0px;
    }

    .white-hub .ze-share ul {
        justify-content: flex-start;
        flex-wrap: wrap;
        padding-bottom: 20px;
        border-bottom: 1px solid #cccccc;
        border-bottom-color: #525252;
    }

    .ze-share i {
        width: 0.95em
    }
}

/* share */

@-webkit-keyframes rotating-icon {
    0% {
        transform: rotateZ(0deg);
    }
    50% {
        transform: rotateZ(180deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

@-moz-keyframes rotating-icon {
    0% {
        transform: rotateZ(0deg);
    }
    50% {
        transform: rotateZ(180deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

@-o-keyframes rotating-icon {
    0% {
        transform: rotateZ(0deg);
    }
    50% {
        transform: rotateZ(180deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes rotating-icon {
    0% {
        transform: rotateZ(0deg);
    }
    50% {
        transform: rotateZ(180deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes loader-rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.video-line {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    max-width: 100%;
    padding: 20px;
    margin: 5px;
    overflow: visible;
    border: 1px solid #c7c8cd;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.video-container .video-line .thumb {
    cursor: pointer;
    height: 100px;
    overflow: hidden;
    margin: -3px -3px 10px -3px;
    width: auto !important;
    max-width: 110%;
    display: block;
    padding: 0;
    vertical-align: top;
    min-width: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.video-container .video-line .caption {
    clear: both;
    overflow: hidden;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    max-height: 44px;
    height: 44px;
    text-decoration: underline;
}

.video-line .thumb > div:after {
    font-family: 'cincopaicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 24px;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    display: none;
    width: 40px;
    height: 40px;
    font-size: 40px;
    background: #000;
    background: rgba(24, 24, 24, 0.62);
    border-radius: 20px;
    left: 50%;
    top: 50%;
    margin: -20px;
}

.video-line.video .thumb div:after {
    display: block; /*content: '\e614'; */
}

ul.categoriesMenuList li {
    font-size: 14px;
}

ul.categoriesMenuList li a {
    display: block;
    position: relative;
    top: 2px;
    padding: 10px;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px -1px 0px 0px #c5c6c3;
    -moz-box-shadow: inset 0px -1px 0px 0px #c5c6c3;
    box-shadow: inset 0px -1px 0px 0px #c5c6c3;
    color: #2d2d2d;
}

.thumb img {
    max-width: 100%
}

.videoSideMenu {
    font-size: 14px;
    background: inherit;
    padding: 10px;
    margin: 0;
    overflow: auto;
    overflow-x: hidden;
}

.video-line .thumb.portrait img {
    max-height: 100%;
    height: 100% !important;
    width: auto !important;
    min-width: 0;
}

.video-line .thumb.landscape img {
    max-width: 100%;
    width: 100%;
    height: auto !important;
    min-height: 100%
}

.video-line .thumb.portrait div {
    height: 100%
}

.video-container-head {
    margin-top: 15px;
    overflow: hidden;
    padding: 10px;
}

.video-container-head-top {
    overflow: hidden;
    border-bottom: 1px solid #d8dadf;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 36px;
}

.video-container-head-bottom {
    overflow: visible;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10000;
    align-items: center;
}

.contentSection {
    padding-top: 0;
    border: 1px solid #d8dadf
}

ul.categoriesMenuList li.active a {
    border: solid 3px #cccccc;
}

.pagination {
    display: inline-block;
    width: 56px;
    float: right;
    margin-right: 15px;
}

.pagination > div {
    display: inline-block
}

.pagination a.inactive i {
    color: #525252;
    opacity: 0.5;
    line-height: 42px;
}

.white-hub .pagination a.inactive i {
    line-height: 25px;
}
.resultsCount {
    display: inline-block;
    width: 100px;
    font-size: 14px;
    float: left;
    margin-left: 15px;
}

.resultsCount p span {
    font-weight: bold
}

.resultsCount p {
    line-height: 25px;
}

.cat_title {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-top: 11px;
    margin-left: 10px;
    text-transform: uppercase;
    overflow: hidden;
    width: calc(100% - 255px);
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: inherit;
}

.search_cont {
    display: inline-block;
    float: right;
    margin-right: 14px;
    width: 230px;
    position: relative
}

.search_cont:focus {
	outline: none
}

.search_cont a:first-child {
    float: right;
    color: #fff;
    border: 1px solid #0086cf;
    padding: 10px 11px;
    background: #0086cf;
    box-shadow: none;
    border-radius: 3px;
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block !important;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
}

.searchBox {
    width: 150px;
    display: inline-block !important;
    color: #aab2bd;
    font-size: 13px;
    padding: 9px;
    padding-right: 25px;
    border-radius: 2px;
    border: 1px solid #d8dadf;
    margin: 5px 0 5px 5px;
}

.search_clear {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 140px;
}

.white-hub .search_clear {
	right: 25px;
	left: auto;
}

.search_cont a:first-child i {
    display: none;
}

.default_footer_inner {
    display: none
}

.video-navigation {
    display: none
}

.video-navigation .video-navigation-left i {
    transform: rotate(180deg)
}

.video-duration, .thumb-video-duration {
    display: none;
}

.mejs-overlay-loading-cont {
    border-radius: 70px
}

.white-hub .ze-share > ul > li > a {
    display: block;
}

.white-hub .contentSection {
    border: none;
    display: flex;
    flex-wrap: wrap;
}

.white-hub .row.second-row {
    margin-top: 40px;
}

.white-hub h3.category-list-label {
    margin: 0;
    margin-bottom: 11px;
    margin-top: 4px;
    padding-bottom: 41px;
    border-bottom: solid 1px #c5c6c3;
    color: #525252;
}

.white-hub .video-container-head-top {
    border-bottom: solid 1px #c5c6c3;
    padding-bottom: 14px;
}

.white-hub .video-container-head {
    margin-top: 0;
    padding: 0;
    overflow: visible;
}

.white-hub .videoSideMenu {
    padding-top: 0;
    width: 27%;
}

.white-hub .search_cont {
    width: 240px;
    border: solid 1px #525252;
    margin-right: 0;
}

.white-hub ul.categoriesMenuList li a {
    padding: 15px 34px 15px 18px;
    box-shadow: none;
}

.white-hub ul.categoriesMenuList li {
}

.white-hub ul.categoriesMenuList li.active a {
    color: #444444;
    font-weight: bold;
    border: solid 2px #cccccc;
}

.white-hub .videoSideMenu + .col-md-9.clearpadding {
    width: 73%;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.white-hub h3.cat_title {
    display: none;
}

.white-hub .resultsCount p {
    margin-bottom: 0;
    line-height: 44px;
}

.white-hub .search_cont a:first-child {
    float: right;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
    text-transform: uppercase;
    width: 60px;
    margin: 0;
    box-sizing: border-box;
    border: 2px solid transparent;
    padding: 10px 15px;
    font-size: 0;
    background: transparent;
}

.white-hub .searchBox:focus, .white-hub .search_cont a:first-child:focus {
    border: 2px solid #0069a6;
    outline-color: #0069a6;
    outline: #0069a6;
}

.white-hub .video-line {
    width: 33.3333333333%;
    margin: 0;
    padding: 0px;
    min-height: 240px;
    border: none;
}

.white-hub .video-line .thumb.landscape img {
    width: 100%;
    max-height: 125px;
    object-fit: cover;
    min-height: 120px;
}

.white-hub .video-container .video-line .thumb {
    padding: 0;
    height: 125px;
    min-width: 125px;
    margin: 0 5px;
    line-height: 0;
}

.white-hub .video-container {
    padding: 0;
}

.white-hub .resultsCount {
    font-size: 12px;
    margin: 0;
}

.white-hub .pagination a {
}

.white-hub .pagination > div {
    box-sizing: border-box;
    border: 2px solid transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.white-hub .pagination {
    width: 60px;
    margin-right: 0;
}

.white-hub .searchBox {
    position: relative;
    width: 178px;
    font-size: 14px;
    border-radius: 2px;
    float: left;
    z-index: 2;
    padding: 14px;
    margin: 0;
    border: 2px solid transparent;
    font-weight: 700;
    color: #525252;
    background: transparent;
}

.white-hub .search_cont a:first-child i {
    display: inline-block;
    color: #3b6aa4;
}

.white-hub .search_cont a:first-child i:before {
    font-size: 20px;
}

.white-hub .default_footer {
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.white-hub .default_footer.default_footer_inner{
	display:none!important
}

.white-hub .video-container .video-line .caption {
    padding: 10px 5px 15px 5px;
    overflow: visible;
    word-break: break-word;
    max-height: none;
    height: auto;
	text-decoration: none
}

.white-hub .thumb-video-duration {
    display: inline-block;
    position: absolute;
    bottom: 4px;
    right: 4px;
    z-index: 10;
    text-align: center;
    height: 16px;
    padding: 0px 3px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    background-color: #000000;
    color: #FFFFFF;
}
@media screen and (max-width: 800px) {
    .videoSideMenu {
        z-index: 1;
        width: 96%;
        padding-top: 15px;
        padding-bottom: 15px;
        float: none;
        position: initial;
        margin: 0;
        margin-left: 2%;
        padding: 0;
    }

    .white-hub .videoSideMenu {
        z-index: 1;
        width: 96%;
        padding-top: 15px;
        padding-bottom: 15px;
        float: none;
        position: initial;
        margin: 0;
        margin-left: 2%;
        padding: 0;
    }

    .white-hub .videoSideMenu + .col-md-9.clearpadding {
        width: 96%;
    }

}

@media screen and (max-width: 991px) {
    .videoInfo {
        display: block;
        padding-top: 20px;
        text-align: center
    }

    .white-hub .videoInfo {
        width: 100%;
        margin-left: 10px;
        padding-right: 10px;
        text-align: left;
    }

    .white-hub .video-line {
        width: 50%;
        /* padding: 0px 10px 0px 0px; */
    }

    .white-hub .videoSideMenu + .col-md-9.clearpadding {
        width: 100%;
    }

    .white-hub .video-line .thumb.landscape img {
        max-height: 160px;
    }

    ul.categoriesMenuList {
        display: none;
        float: left;
        width: calc(100% - 60px);
    }

    h3.category-list-label {
        display: inline-block;
        color: #0086cf;
        float: right
    }

    .white-hub h3.category-list-label {
        float: left;
        width: 100%;
        padding-bottom: 41px;
    }

}

@media screen and (max-width: 657px) {

    .white-hub .video-duration {
        text-align: left;
    }

    .video-container {
        text-align: center
    }

    .cat_title {
        width: 100%;
        text-align: center
    }

    .search_cont {
        float: left
    }

    .videoSection {
        min-height: 400px
    }

    .white-hub .videoSection, .contentSection {
        min-height: 360px;
    }

    .white-hub .video-line .thumb.landscape img {
        max-height: 120px;
    }
}

@media (max-width: 480px) {
    .white-hub .video-line {
        width: 100%;
    }
/* 
    .white-hub .search_cont {
        display: none;
    } */

    .white-hub .video-container-head-top {
        border: none;
    }

    .white-hub .video-line .thumb.landscape img {
        max-height: 230px;
    }
}

/*@media (min-width: 480px) {
    .white-hub .hdrMobileMenu {
        display: none !important
    }
}*/
@media (max-width: 768px) {
    
    .white-hub  h3.category-list-label  .selected-cat{
        display:block;
    }
    .white-hub .hdrMobileMenu {
        display: block;
    }

}

@media (min-width: 480px) and (max-width: 768px) {

    .white-hub .video-line {
        width: 50%;
    }

    .white-hub .video-line .thumb.landscape img {
        max-height: 190px;
    }

    /*.white-hub ul.categoriesMenuList {
        display: block !important;
        width: 100%;
    } */

    .white-hub .search_cont {
        width: 100%;
        border-color: transparent;
    }

    .white-hub .search_cont input {
        width: calc(100% - 60px);
    }

    .white-hub .search_cont i.icon-search:before {
        color: grey;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .white-hub .video-line {
        width: 50%;
    }

    .white-hub .videoSideMenu + .col-md-9.clearpadding {
        width: 75%;
    }

    .white-hub .videoSideMenu {
        width: 25%;
        margin: 0;
        padding-left: 10px;
    }

    .white-hub .videoSideMenu ul.categoriesMenuList {
        display: inline-block !important;
    }

    .white-hub .video-line .thumb.landscape img {
        max-height: 190px;
    }
}

.social{display: inline-block}
.social ul{list-style: none; padding: 0; margin: 0;}
.social ul li { display: inline-block; margin: 0 10px;}
.social ul li i { font-size: 18px; }


.sortVideos, .chosen-container .chosen-single {
    font-size: 13px;
}

.chosen-container{

	color: #cccccc;
	
	border-color: #cccccc;
	
	margin: 0px 0px 0px 6px;
	
	position: relative;
	
	display: inline-block;
	
	vertical-align: middle;
	
	font-size: 13px;
	
	-webkit-user-select: none;
	
	-moz-user-select: none;
	
	user-select: none;
	
	margin-top: 4px;
}

.sortVideos-wrapper{
    margin-right: 10px
    

}

.sortVideos-wrapper .chosen-container .chosen-single, .sortVideos-wrapper .chosen-container .chosen-drop{
    color: #444444;
    background-color: #ffffff;
    border-color: #ffffff;
}

.sortVideos-wrapper .chosen-container .chosen-single{
    box-shadow: none;
    border: none;
    top: -2px;
    height: 30px;
    min-width: 118px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #000;
    position: relative;
	display: inline-block;
	color: #cccccc;
    border-color: #cccccc;
	cursor: pointer
}

.chosen-container .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px;
}

.chosen-container .chosen-single div {
    position: absolute;
    top: 0;
    right: 8px;
    display: flex;
    width: 18px;
    height: 100%;
    justify-content: center;
    align-items: center;
	color: #3b6aa4;
}

.chosen-container .chosen-single div i{
    font-size: 10px;
    line-height: 29px;
}

.chosen-container .chosen-drop{
    border-radius: 0px;
    box-shadow: none;
    border: none;
    margin: 0;
    background: #fff;
    position: absolute;
    z-index: 1010;
    width: 100%;
    background-clip: padding-box;
	top: 27px;
	display:none
}

.chosen-container .chosen-single.opened+.chosen-drop{
	display:block
}

.chosen-container .chosen-drop .chosen-results{
    padding: 0;
    margin: 0px;
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 240px;
    list-style: none;
}

.chosen-container .chosen-drop .chosen-results .chosen-result {
    cursor: pointer;
    padding: 8px 10px;
}

.chosen-container .chosen-drop .chosen-results .chosen-result:hover {
    background-color: #3b6aa4;
	color: #fff
}

.mejs-overlay-loading-wrapper{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mejs-overlay-loading-wrapper .mejs-overlay-loading{
	position: static!important;
	margin: 0!important
}

.hidden_overflow{
	overflow: hidden!important
}

html.video-channel, html.video-channel body{height: 100%;}
html.video-channel body{
	background: #fff;
}
html.video-channel .mainContainer {
	max-width:1520px;
	padding-left:20px;
		padding-right:20px;
}
html.video-channel, .video-channel .row.second-row, .video-channel .contentSection{ background: #fff;}
.video-channel header.default_header h1, .video-channel .videoInfoTitle, .video-channel .video-navigation span{color: #333}
.video-channel header.default_header, .video-channel .mainContainer{background: #fff;}
.video-channel .videoInfoDesc, .video-channel .video-container.only_text .video-line.activeVideo .caption{color: #333;}
.video-channel .searchBox{background: #32373E;}
.video-channel .default_footer, .video-channel .cat_title, .video-channel .video-container .video-line .caption, .video-channel .video-duration{color: #717c8c;}
.video-channel .video-navigation{ background:#fff}
.video-channel .video-navigation .inactive span{color: #ccc;}

.video-channel header.default_header{display: block; border: none; box-shadow: none;}
.video-channel header.default_header > div{max-width: 1520px;padding-top: 20px;width: 100%;padding-bottom: 30px;display: flex;align-items: center;}

.video-channel header.default_header h1{font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 600; line-height: 2.25; text-align: left; margin:0; margin-left: 25px; padding-right: 8px; width: 50%; text-align: left; position: relative;}
.video-channel header.default_header #logo{margin-left: 0;margin-right: 0; padding-left: 8px; width: 50%;height:68px;margin-top: 0;padding-left: 0;text-align:center;}
.video-channel header.default_header img {max-width:none; height:100%;object-fit: contain;width: 100%;}
.video-channel .mainContainer{max-width:100%; height:100%;margin: 0 auto;overflow: hidden;clear: both;display: flex;}
.video-channel  body.hidden_overflow .mainContainer{height: auto;} /*fix por preview scale */
.video-channel .row.first-row{width: 100%; height: 100%;text-align: center; float: left;max-width:1010px;}
.video-channel .row.second-row{width: 40%;height: auto;position: relative;top:0;right:0;max-width:490px;padding-left: 30px;  flex-shrink: 0;}
.video-channel .videoSection{padding: 0; min-height:0; position:relative}
.video-channel .videoWrap{width: 100%; margin-top: 150px; padding:0}
.video-channel .videoWrap >div{ transform: scale3d(1, 1, 1);}
.video-channel .videoInfo{width: 100%; padding-left: 13px; max-width: 800px; margin: 0 auto; text-align: left; padding-top: 20px; position:static;max-width: none; padding-left: 0;display:flex;justify-content: space-between;}
.video-channel .videoInfo .videoInfoWrapper{width:70%;}
.video-channel .videoCatTitle{display:none}
.video-channel .videoInfoTitle{margin-top: 40px;font-family: 'Montserrat'; font-size: 24px; font-weight: 600;line-height: 1.5;color: #2d3541;width:90%;}
.video-channel .videoInfoDesc{  font-size: 18px; font-family: 'Muli', sans-serif;}
.video-channel .searchBox{width: 100%;padding: 16px 20px; font-size: 20px;border-radius: 3px; border: solid 1px #b9bfc7; background-color: #ffffff; margin: 0;}
.video-channel .video-line{position: relative;display: block;margin: 2%;padding: 0;border: none;width:97%;display: flex;}
.video-channel .video-container.with_title .video-line{width: 46%; display: inline-block; }
.video-channel .categoriesMenu{display:none}
.video-channel .videoSideMenu{width:100%; padding:0}
.video-channel .contentSection{border:none; height: 100%; padding:0;position:relative;}
.video-channel .contentSection >div{width:100%; position: static;}
.video-channel .video-container .video-line .thumb{height:auto;flex: 1;}
.video-channel .video-container .video-line .thumb > div{ width: 230px; height: 129px !important;}
.video-channel .video-container.with_text .video-line .thumb{width: 50%!important; display: inline-block;}
.video-channel .video-container.only_text .video-line .thumb{display: none;}
.video-channel .search_cont{width: 100%; float:none;margin-right:0}
.video-channel .search_cont a:first-child{font-size: 0; border: none; float: none; position: absolute; top: 0px; right: 12px; margin: 0; height: 100%; background: none; padding: 0; line-height: 60px; color: #889097; pointer-events:none; outline:none;}
.video-channel .search_cont a:first-child i{display:inline-block; color: #97A0AD !important;}
.video-channel .searchBox:focus{outline:none}
.video-channel .search_clear{top: 50%; right:20px; left:auto; transform: translateY(-50%);}
.video-channel .default_footer{display:none;font-family: 'Open Sans', sans-serif; font-size:16px; text-align: left; padding-left: 13px;}
.video-channel .default_footer.default_footer_inner{margin-top: 50px;display:block;}
.video-channel .default_footer a {color:inherit}
.video-channel .ze-share{width: 230px;margin-top: 40px;background-color: #ffffff;}
.video-channel .ze-share ul{padding:0;cursor:pointer;position:absolute;width:230px;background: #fff; z-index:9;}
.video-channel .ze-share ul li {display:none;height:48px;}
.video-channel .ze-share ul:hover li {display:block;}
.video-channel .ze-share ul:hover{box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
.video-channel .ze-share ul:before{content: 'Share'; padding-left:20px;background: #0086cf; display: block; height: 48px; font-family: Montserrat; font-size: 16px; font-weight: 600; line-height: 2.25; letter-spacing: normal; text-align: center; color: #ffffff; display: flex; align-items: center; justify-content: flex-start;}
.video-channel .ze-share ul:after{font-size: 16px;  line-height: 2.25; letter-spacing: normal; text-align: left; color: #ffffff; content: "\e629"; position: absolute; right: 15px; top: 25px; transform: translateY(-50%); font-family: cincopaicons;}
.video-channel .ze-share ul li{width: 100%; border: 1px solid rgba(0, 0, 0, 0.16); border-top: none;margin: 0;}
.video-channel .ze-share li a{text-decoration: none; color: #656d78; font-family: 'Open Sans', sans-serif; font-size: 14px;}
.video-channel .ze-share li a:hover i {transform: none; background: none !important; box-shadow: none;}
.video-channel .ze-share li a span{display:inline;}
.video-channel .ze-share [class^="icon-"], .video-channel .swipebox-ze-share.share-icons [class*=" icon-"]{font-size: 16px; font-stretch: normal; line-height: 2.25; color: #46619e;}

.video-channel .custom_footer{font-size:1rem}
.video-channel .video-container{height: auto; margin-top: 0; position: absolute; top:122px; bottom: 70px; overflow: auto;width:100%;overflow-x: hidden;padding:0;}
.video-channel .video-container.with_title{width: 100%;}
.video-channel .video-container-head{position: absolute; top: 0; left: 0; right: 0; height: 126px;margin-top:0;padding:0;}
.video-channel .video-container-head-bottom{display:none}
.video-channel .video-container-head-top{border-bottom:none; padding-top:0;display: flex; flex-direction: column-reverse;padding-bottom:14px;}
.video-channel .cat_title{height: 46px; border-radius: 3px; background-color: #f6f7fb; text-transform:none; width: 100%;font-family: 'Montserrat'; letter-spacing: normal; text-align: left; color: #656d78; font-size: 14px; display: flex; align-items: center; padding-left: 20px; margin: 0; top: 70px; bottom: auto;margin-top:10px;}
.video-channel .video-container .video-line .caption{text-decoration:none;flex: 1;font-family: 'Montserrat'; font-size: 18px; font-weight: 600;text-align: left; color: #2d3541;}
.video-channel .video-container.with_text .video-line .caption{text-align: left;width: 50%; display: inline-block; padding-left: 14px; height:auto; max-height:none}
.video-channel .video-container.only_text .video-line .caption{width: 100%; display: block; padding:0 14px; height:auto; max-height:none}
.video-channel .video-navigation{height:70px; width:100%; display:block; position:absolute; bottom:0; }
.video-channel .video-navigation >div{float:left; height:100%; width:72px; text-align:center;cursor:pointer}
.video-channel .video-navigation .video-navigation-view{float:right; width:50px}
.video-channel .video-navigation span{line-height:70px }
.video-channel .video-container.with_title .video-duration{display:none}
.video-channel .video-duration{display:block; font-size: 14px; margin-top: 7px; font-family: 'Muli', sans-serif;}
.video-channel .video-duration{font-family: 'Open Sans'; color: #656d78;font-weight:400;}
.video-channel .video-container.only_text .video-duration{display:inline-block; float:right}
.video-channel .video-container.only_text .video-duration span{display:none}
.video-channel .video-container.only_text .video-duration span:first-child{display:inline-block}
.video-channel .loading .load_more{ position: fixed; top: 0; bottom: 0; margin: auto; height: 40px; width: 40px; left: 0; right: 0; z-index: 2000000; color: #fff;}
.video-channel .video-container.only_text .caption i{background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAMAAABFjsb+AAABIFBMVEUAAACIkJcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACIkJcAAAAAAACIkJcAAAAAAAAAAACIkJcAAACAiI4AAAAAAAAAAAAAAABjaG4AAAA1ODsAAABRVVkAAAAAAABLUFMAAAAAAAAAAAAAAAAAAAAjJSciJCaIkJeIkJd+hYx+hYwAAACIkJcrLjCFjZQeICFUWV1TWFyIkJdSV1uIkJeGjpVMUVVXXGF1fIJVWl5rcXZwd3xgZmtfZWmHj5aIkJeCipB8g4lzeoBxeH53foSIkJeIkJeDipGCipCIkJd/ho2Ei5J8hIqBiI93foWIkJeGjpWEjJOCiZCHj5aHj5aGjpWFjZSIkJeGjpWIkJeHj5aIkJeHj5aIkJeIkJd2Q0UNAAAAX3RSTlMAAAECAwQFBgcICQkLDAwNDg8PERESExQWFhcXGxscHR0eICEiIyMkJSYoKS0uLy83PD0+P0FDREhISk9PWF1pbnN5e31+lZien6Cjpaapqru9wMTV1tfY3+P29/r7/lajl4YAAAExSURBVBjTNdDbIgJRFAbg9a8aaXKaaIqo1B6pVCp0wkRoRqSDctpZ7/8WLnD7XX5EAIDj3uBx0DsGACIiAOWxiHyKyLj8b67WfvcoddT1tXZ/zZXFmVK5XE6ps4W4RERV/VZxUnFr04qnnMqbrhLxRDeztmkw2DDtbFNPmIrynLUMRM4BwLCyz1KkG7myDWBHHjYAGPaV3JAveRPArsj7OQAzLz6NvuIGwAci8n0BGPGvEQ0lyQBnRD4uQwxOypDupQ2AM/JyergWANpyTzXxGODk9YmyQwz2pEZ7M10CeD21v7XCQEnP9mi7s5xHgdC6GQAQnS8722Sm7+S1AA4wgMKr3KVNCsZUX+tBI4JIY6B1X8WCxKsJpzX9+5u2nMQqE3E4oZz6rffk3dYdlQgz/QA+9TbrHROyKgAAAABJRU5ErkJggg==);
    padding-left: 40px; background-repeat: no-repeat; line-height: 30px; background-position: 0 center; max-width: calc(100% - 40px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display:inline-block
}
.video-channel .video-container.only_text .activeVideo .caption i{background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAMAAACO0hVbAAABxVBMVEUAAADNzcwAAADNzcwAAAAAAAAAAADNzcwAAAAAAAAAAAAAAADNzcwAAAAAAAAAAADNzcwAAAAAAAAAAADNzcwAAADAwL8AAAC1tbQAAAAAAADNzcx7e3oAAAAAAAAAAACFhYUAAACAgH/Nzcx7e3oAAAAAAAAuLi6YmJcAAABubm59fXwAAAAAAAAAAAAAAAASEhK0tLMAAAAAAACHh4bNzcwGBgYsLCxJSUlYWFjNzcxBQUHNzcw+Pj5OTk53d3ZPT054eHfNzcxYWFdpaWiJiYiGhobHx8bNzcytrayampnLy8qFhYWhoaCSkpHNzczLy8rNzcyysrLIyMfLy8rNzcyXl5a1tbS2trXLy8qpqaitrayqqqnNzcyvr667u7qsrKvLy8qurq6/v77IyMe9vbzNzczFxcTDw8LHx8bNzczLy8rJycjNzczDw8K8vLu+vr29vby/v77MzMvIyMfNzczCwsHGxsXNzczDw8LDw8LIyMfNzczNzczMzMvKysnLy8rKysnLy8rIyMfMzMvMzMvNzczJycjLy8rKysnNzczMzMvMzMvNzczNzczNzczMzMvMzMvNzczNzczNzczNzczNzcwidILMAAAAlnRSTlMAAAEBAgMEBAUGBwgICQoLDA0ODw8QEBEREhMTFBUWFxcYGBgZGhsbGxwcHB0eICEhISIjIyMkJSosLS8wMjIyNDU2ODk5PT1AR0hMTU9TU1lbXFxcXGZnaGhrbG5ub3V3f4GDg4mOlJaYmJmfn6Cho6Sor7O3uMPDxMXIyMnKy8vMzc7U2tvf4ePk5e709vf4+/v8/f5UodhUAAABN0lEQVR42h3Q5VsCQRAG8N3zPAk5BDEQBfOsExTs7sIWG7u7WzGwW1jm73XW9+PveWbfmSWE8tiaO6tj6H8I4RY1eBUBgM/tMkotGxZuWWfwvjo+NHsUHqaWa+ZFsz2x5QoXxtlkTA6wMVkg5BAmPU7FYc9QlYIA86smkXTArifHrNdIWjn7lvnddp1AtkKNjnQvxSQGkHJTcfTlQpE3mQ8bObV9TWDF736SJvOO+f7JXghLItqeLFkrg+yRk6EUFiVCXk/1okmtCXLSi10woyXkIJRHo81FdaNIgrgGDWh9sE45cqIlP+dpOKucwACi0awTaNx9uCcBO1Lqn9l8LBVEgdY+wEK+AXcxKC2X8LYy0j99HPmec1slNHyqfOqG/9XHTqvHgZdhpHjV46zq7m0vdrt4DyF/gwhNSYuXUbcAAAAASUVORK5CYII=);}
.video-channel .default_footer .social{display:none;}
.video-channel .default_footer.default_footer_inner{padding-left:0;}


.video-channel .video-line{display: flex;margin-left:0;}
.video-channel .video-line .thumb{flex: 1}
.video-channel .video-line .caption{flex: 1; padding-left:30px; color: #333}
.video-channel .video-line .caption i{text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block;}
.video-channel .video-navigation-view{display: none}
.video-channel .row.first-row{background: #fff}
.video-channel .video-duration span:not(:first-child){
	display:none;
}

@media screen and (max-width: 1024.99px) {
	html.video-channel, html.video-channel body{height: auto}
	html.video-channel .mainContainer {padding-left:20px;padding-right:20px;flex-direction:column; overflow: visible;}
	.video-channel .row.first-row{width:100%; float:none}
	.video-channel .row.second-row{width:100%; float:none; position:relative; height:auto;margin-top: 50px;}
	.video-channel .mainContainer .row{width:100%}
	.video-channel .videoSideMenu{display: none!important}
	.video-channel header.default_header{width:100%; float:none;margin-bottom:0;overflow: hidden;}
	.video-channel header.default_header > div{padding-left: 20px;padding-right: 20px}
	.video-channel .ze-share{margin-top:0;}
	.video-channel .videoWrap{margin-top:10px;}
	.video-channel .videoInfoTitle{margin-top:0;}
	.video-channel .row.second-row{padding-left:0px;max-width:none;}
	.video-channel .videoInfo .videoInfoWrapper{width:68%;}
	.video-channel .video-container{top:0}
	.video-channel .video-container-head{padding-left:0;height: auto;}
	.video-channel .video-container-head-top{display: flex;flex-direction: row;justify-content: space-between;}
	.video-channel .video-container-head, .video-channel .video-container, .video-channel .video-navigation{position: static}
	.video-channel .video-navigation{background:inherit}
	.video-channel .cat_title{margin:0;height: 46px;max-width:354px;text-align:left; position: static;}
	.video-channel .search_cont{max-width: 354px;}
	.video-channel .searchBox{padding: 10px 20px;}
	.video-channel .search_cont a:first-child{line-height: 46px;}
	.video-channel .video-line{margin-top: 16px;}
	.video-channel .video-container .video-line .thumb{max-width:230px;}
	.video-channel .videoSection,.video-channel .contentSection{min-height:auto;}
	.video-channel .default_footer.default_footer_inner{display:none;}
	.video-channel .default_footer{display:block;}
	.video-channel .video-container .video-line .caption{height: auto;max-height: none;}	
}

@media screen and (max-width: 1024.99px) and (min-width: 800px){
    .video-channel .video-navigation >div{width:50px;}
    .video-channel .video-navigation .video-navigation-view{width:40px}
}


@media screen and (max-width: 768px) {
	.video-channel header.default_header > div{flex-direction:column;padding-bottom: 20px;}
	.video-channel .row.second-row{margin-top: 0;}
	.video-channel header.default_header h1{width:auto;font-size:16px;}
	.video-channel header.default_header #logo{margin-bottom:15px;}
	.video-channel .videoInfo .videoInfoWrapper{width:55%;}
	.video-channel .videoInfoTitle{font-size:18px;margin-bottom: 20px;}	
	.video-channel .videoInfo{justify-content: flex-start;flex-direction: column;margin-bottom: 20px;}
	.video-channel .ze-share{height: 38px;}
	.video-channel .ze-share ul:before{height: 38px;}
	.video-channel .ze-share ul:after{top:20px;}
	.video-channel .video-container-head-top{flex-direction:column;}
	.video-channel .video-container-head-top > *{max-width:none;}
	.video-channel .video-container-head-top > h3{margin-bottom:10px;}
	.video-channel .ze-share ul{width: 173px;}
}

@media screen and (max-width: 576px) { 

}
@media screen and (max-width: 450px) {
  .video-channel header.default_header > div{text-align:center}
  .video-channel header.default_header h1{width:100%; text-align:center}
}


