@charset "UTF-8";
/*
Extra brakepoints and changing default ones.
XS  300+    (BS default x<750)
MS  480+    (extra brakepoint)
SM  720+    (BS default 750+)
MD  960+    (BS default 970+)
LG  1260+   (BS default 1200+)
XL  1440+   (extra brakepoint)
XXL 1920+   (extra brakepoint)
*/
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-slider:hover .slick-arrow { opacity: 1; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }

.slick-track:before, .slick-track:after { content: ""; display: table; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }

[dir="rtl"] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; outline: none; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/* Arrows */
.slick-prev, .slick-next { transition: all 0.5s cubic-bezier(0.2, 0.6, 0.4, 1); position: absolute; opacity: 0; height: 100px; width: 50px; line-height: 50px; font-size: 0; cursor: pointer; z-index: 1; background: rgba(0, 0, 0, 0.5); color: #FFFFFF; top: 120px; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.5; }

.slick-prev:before, .slick-next:before { font-size: 80px; font-family: Helvetica, Arial ,sans-serif; line-height: 1; color: #FFFFFF; opacity: 0.8; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { border-bottom-right-radius: 100px; border-top-right-radius: 100px; left: 0; text-align: left; }

[dir="rtl"] .slick-prev { left: auto; right: 4px; }

.slick-prev:before { content: "\2039"; }

[dir="rtl"] .slick-prev:before { content: "\203A"; }

.slick-next { border-bottom-left-radius: 100px; border-top-left-radius: 100px; right: 0; text-align: right; }

[dir="rtl"] .slick-next { left: 0; right: auto; }

.slick-next:before { content: "\203A"; }

[dir="rtl"] .slick-next:before { content: "\2039"; }

/* Dots */
.slick-dots { position: relative; list-style: none; display: block; text-align: center; padding: 0; margin: 0; line-height: 10px; height: 10px; width: 100%; bottom: 2px; }

.slick-dots li { position: relative; display: inline; height: 10px; width: 10px; margin: 0; padding: 0; cursor: pointer; }

.slick-dots li button { border: 0; background: transparent; display: inline; line-height: 10px; height: 10px; width: 10px; outline: none; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }

.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 10px; height: 10px; font-size: 30px; line-height: 10px; text-align: center; color: #9ea3b1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before { color: #ce2127; }

.df { /*
Customization for default Bootstrap grid.
Adding extra brakepoints and changing default ones.
XS  300+    (BS default x<750>x)
MS  480+    (extra brakepoint)
SM  720+    (BS default 750+)
MD  960+    (BS default 970+)
LG  1260+   (BS default 1200+)
XL  1440+   (extra brakepoint)
XXL 1920+   (extra brakepoint)
*/ }

@media (max-width: 479px) { .df #header.affix, .df #header.affix-under, .df .side-header.affix, .df .side-header.affix-under { width: 100%; }
  .df #header.affix + #content-main, .df #header.affix-under + #content-main, .df .side-header.affix + #content-main, .df .side-header.affix-under + #content-main { padding-top: 55px; }
  .df #header.affix.hide-up, .df #header.affix-under.hide-up, .df .side-header.affix.hide-up, .df .side-header.affix-under.hide-up { transform: translate(0, -55px); }
  .df .side-list li.open .sidebar-dropdown { left: 0; top: 50px; }
  .df #side-menu { width: calc(100% - 60px); max-width: 300px; min-width: 140px; }
  .df #side-menu .side-wrapper { width: auto; } }

@media (min-width: 480px) and (max-width: 719px) { .df #header.affix, .df #header.affix-under, .df .side-header.affix, .df .side-header.affix-under { width: 470px; }
  .df #header.affix + #content-main, .df #header.affix-under + #content-main, .df .side-header.affix + #content-main, .df .side-header.affix-under + #content-main { padding-top: 55px; }
  .df #header.affix.hide-up, .df #header.affix-under.hide-up, .df .side-header.affix.hide-up, .df .side-header.affix-under.hide-up { transform: translate(0, -55px); }
  .df .sidebar { margin-left: 35px; }
  .df .sidebar .sidebar-dropdown { left: 265px; } }

@media (min-width: 720px) and (max-width: 959px) { .df #header.affix, .df #header.affix-under, .df .side-header.affix, .df .side-header.affix-under { width: 710px; } }

@media (min-width: 960px) and (max-width: 1259px) { .df #header.affix, .df #header.affix-under, .df .side-header.affix, .df .side-header.affix-under { width: 950px; } }

@media (min-width: 1260px) and (max-width: 1439px) { .df #header.affix, .df #header.affix-under { width: 1250px; }
  .df #header.affix.hide-up, .df #header.affix-under.hide-up { transform: translate(0, 0); } }

@media (min-width: 1440px) and (max-width: 1919px) { .df #header.affix, .df #header.affix-under { width: 1430px; }
  .df #header.affix.hide-up, .df #header.affix-under.hide-up { transform: translate(0, 0); } }

@media (min-width: 1920px) { .df #header.affix, .df #header.affix-under { width: 1910px; }
  .df #header.affix.hide-up, .df #header.affix-under.hide-up { transform: translate(0, 0); } }

@media (max-width: 479px) { .df { margin-bottom: 377px; }
  .df .block-1, .df .block-2 { width: 100%; }
  .df .wrap-carousel { overflow: hidden; max-height: 785px; }
  .df .wrap-carousel.slick-initialized { max-height: none; padding-bottom: 5px; }
  .df .slick-arrow { transition: all 1s cubic-bezier(0.2, 0.6, 0.4, 1); opacity: .8; }
  .df .carousel-shop .slick-prev, .df .carousel-shop .slick-next, .df .carousel-travel .slick-prev, .df .carousel-travel .slick-next { top: 50%; }
  .df #carousel_slider_top .wrap-carousel { min-height: 640px; margin-bottom: 5px; }
  .df #carousel_slider_bottom .wrap-carousel { min-height: 795px; margin-bottom: 5px; }
  .df .col-block { width: 100%; }
  .df .widget-3-3 { margin-bottom: 10px; }
  .df .widget-news .readmore { display: none; }
  .df .login-block { position: static; }
  .df .login-block, .df .logged-in { height: auto; }
  .df .login-block .register, .df .logged-in .register { padding: 10px 15px; height: 35px; }
  .df .login-block .login, .df .logged-in .login { height: 170px; }
  .df .login-block .login .form-group, .df .logged-in .login .form-group { display: block; width: 100%; }
  .df .login-block .login .recovery, .df .logged-in .login .recovery { margin: 0; }
  .df .login-block .login .recovery a, .df .logged-in .login .recovery a { padding-left: 0; font-size: 12px; }
  .df .login-block .login label, .df .logged-in .login label { line-height: 20px; margin: 0; height: auto; display: block; }
  .df .login-block .login .default-login, .df .logged-in .login .default-login { border-spacing: 0; }
  .df .login-block .login .vertical-line, .df .logged-in .login .vertical-line { top: 20px; }
  .df .login-block .login .wrap-or, .df .logged-in .login .wrap-or { top: 57px; }
  .df .login-block .login .bsp, .df .logged-in .login .bsp { border-spacing: 0; }
  .df .login-block .login .social-login, .df .logged-in .login .social-login { margin-top: 10px; }
  .df .login-block .login .social-login .form-group, .df .logged-in .login .social-login .form-group { margin: 10px 0 30px; }
  .df .login-block:before, .df .logged-in:before { border-width: 12px; left: 59px; top: -22px; }
  .df .login-block .login-bottom-block, .df .logged-in .login-bottom-block { height: auto; }
  .df .login-block .login-bottom-block a, .df .logged-in .login-bottom-block a { padding: 0 0 20px 20px; }
  .df .login-block .login-bottom-block a p, .df .logged-in .login-bottom-block a p { text-align: left; width: 100%; margin-top: -10px; padding-left: 35px; font-size: 12px; }
  .df .login-block .login-bottom-block .ico-product, .df .logged-in .login-bottom-block .ico-product { padding-left: 0; }
  .df .login-block .login-bottom-block.go_domain_or_premium_user strong, .df .logged-in .login-bottom-block.go_domain_or_premium_user strong { font-size: 16px; }
  .df .login-block .mail-notification, .df .logged-in .mail-notification { position: relative; }
  .df .login-block .mail-notification p, .df .logged-in .mail-notification p { font-size: 12px; }
  .df .login-block .incoming .incoming-footer, .df .logged-in .incoming .incoming-footer { line-height: inherit; padding: 5px 10px; }
  .df .login-block .incoming .incoming-footer label, .df .logged-in .incoming .incoming-footer label { padding: 5px 0; float: none; text-align: left; }
  .df .col-carousel { clear: both; }
  .df .widget-shop { text-align: center; }
  .df .widget-shop .shop-pic span { right: 50px; }
  .df .widget-shop .shop-name { padding: 0 20px; }
  .df .widget-header .widget-right { width: 100px; overflow: hidden; }
  .df .modal-dialog { margin: 0 auto; }
  .df .modal-dialog .modal-header { width: calc(100% - 2px); }
  .df .modal-dialog .modal-header .modal-logo img { max-width: 200px; }
  .df .modal-dialog .modal-header .news-date { position: absolute; right: 0; bottom: 0; font-size: 12px; padding: 0 10px 3px 0; }
  .df .modal-dialog .modal-content { padding: 80px 0; }
  .df .modal-dialog .modal-content .modal-body { padding: 0 10px; }
  .df .modal-dialog .modal-content .modal-body .news-pic-wrap { height: auto; width: 100%; }
  .df .modal-dialog .modal-content .modal-body p:first-of-type { padding-left: 0; width: 100%; } }

@media (min-width: 480px) and (max-width: 719px) { .df { margin-bottom: 360px; }
  .df .wrap-carousel { max-height: 785px; }
  .df .wrap-carousel.slick-initialized { overflow: hidden; max-height: none; padding-bottom: 5px; }
  .df .slick-arrow { transition: all 1s cubic-bezier(0.2, 0.6, 0.4, 1); opacity: .5; }
  .df .carousel-shop .slick-prev, .df .carousel-shop .slick-next { top: 50%; margin: 0 5px; }
  .df .carousel-travel .slick-prev, .df .carousel-travel .slick-next { top: 90px; margin: 0 5px; }
  .df #carousel_slider_top .wrap-carousel { min-height: 640px; margin-bottom: 5px; }
  .df #carousel_slider_bottom .wrap-carousel { min-height: 795px; margin-bottom: 5px; }
  .df .widget-news .readmore { display: inline-block !important; }
  .df .col-block { width: 100%; }
  .df .widget-3-3, .df .widget-3-4 { margin-bottom: 10px; }
  .df #content-main, .df #content-center, .df #shop-block, .df #travel-block, .df #social { padding-left: 30px; padding-right: 30px; }
  .df .login-block, .df .logged-in { height: auto; }
  .df .login-block:before, .df .logged-in:before { border-width: 10px; left: 65px; top: -17px; }
  .df .login-block .login-bottom-block, .df .logged-in .login-bottom-block { height: auto; }
  .df .col-carousel { clear: both; }
  .df .widget-shop { text-align: center; }
  .df .widget-shop .shop-pic span { right: 10px; }
  .df .widget-shop .shop-name { padding: 0 20px; }
  .df .modal-dialog { margin: 0 auto; width: 100%; }
  .df .modal-dialog .modal-header { width: calc(100% - 2px); }
  .df .modal-dialog .modal-content { padding: 80px 0; }
  .df .modal-dialog .modal-content .modal-body { padding: 0 10px; }
  .df .modal-dialog .modal-content .modal-body .news-pic-wrap { height: auto; width: 100%; }
  .df .modal-dialog .modal-content .modal-body .news-pic-wrap .news-pic { width: auto; } }

@media (min-width: 720px) and (max-width: 959px) { .df .wrap-carousel { overflow: hidden; max-height: 320px; }
  .df .slick-arrow { transition: all 1s cubic-bezier(0.2, 0.6, 0.4, 1); opacity: .5; }
  .df .col-login { width: 300px; }
  .df .login-block .register, .df .logged-in .register { padding: 10px 15px; height: 35px; }
  .df .login-block .login, .df .logged-in .login { height: 170px; }
  .df .login-block .login .form-group, .df .logged-in .login .form-group { display: block; width: 100%; }
  .df .login-block .login .recovery, .df .logged-in .login .recovery { margin: 0; }
  .df .login-block .login .recovery a, .df .logged-in .login .recovery a { padding-left: 0; font-size: 12px; }
  .df .login-block .login label, .df .logged-in .login label { line-height: 20px; margin: 0; display: block; height: auto; }
  .df .login-block .login .default-login, .df .logged-in .login .default-login { border-spacing: 0; }
  .df .login-block .login .vertical-line, .df .logged-in .login .vertical-line { top: 20px; }
  .df .login-block .login .wrap-or, .df .logged-in .login .wrap-or { top: 57px; }
  .df .login-block .login .bsp, .df .logged-in .login .bsp { border-spacing: 0; }
  .df .login-block .login .social-login, .df .logged-in .login .social-login { margin-top: 10px; }
  .df .login-block .login .social-login .form-group, .df .logged-in .login .social-login .form-group { margin: 10px 0 30px; }
  .df .login-block:before, .df .logged-in:before { left: 60px; top: -25px; }
  .df .login-block .login-bottom-block.go_domain_or_premium_user p, .df .logged-in .login-bottom-block.go_domain_or_premium_user p { font-size: 12px; }
  .df .login-block .login-bottom-block.go_domain_or_premium_user strong, .df .logged-in .login-bottom-block.go_domain_or_premium_user strong { font-size: 14px; }
  .df .login-block .login-bottom-block a, .df .logged-in .login-bottom-block a { padding: 0 20px; }
  .df .login-block .login-bottom-block a p, .df .logged-in .login-bottom-block a p { text-align: left; width: 100%; margin-top: -10px; padding-left: 35px; font-size: 12px; }
  .df .login-block .login-bottom-block .ico-product, .df .logged-in .login-bottom-block .ico-product { padding-left: 0; }
  .df .login-block .mail-notification, .df .logged-in .mail-notification { padding-left: 10px; padding-right: 10px; }
  .df .login-block .mail-notification p, .df .logged-in .mail-notification p { font-size: 12px; padding-right: 30px; }
  .df .login-block .incoming .incoming-footer, .df .logged-in .incoming .incoming-footer { line-height: inherit; padding: 5px 10px; }
  .df .login-block .incoming .incoming-footer label, .df .logged-in .incoming .incoming-footer label { padding: 5px 0; float: none; text-align: left; }
  .df .col-carousel { clear: both; }
  .df .widget-shop .shop-pic { background-size: cover; }
  .df .modal-dialog { width: 80%; margin: 0 auto 0 20%; }
  .df #carousel_slider_top .wrap-carousel, .df #carousel_slider_bottom .wrap-carousel { min-height: 325px; margin-bottom: 10px; } }

@media all and (min-width: 720px) and (max-width: 959px) and (-ms-high-contrast: none), (min-width: 720px) and (max-width: 959px) and (-ms-high-contrast: active) { .df .modal-dialog .modal-header { width: 80%; width: calc(80% - 2px); } }

@media (min-width: 960px) and (max-width: 1259px) { .df .wrap-carousel { overflow: hidden; max-height: 320px; }
  .df .col-login { width: 540px; }
  .df .login-block::before, .df .logged-in::before { left: 65px; top: -27px; }
  .df .col-carousel { clear: both; }
  .df .widget-shop .shop-pic span { right: 20px; width: 50px; height: 50px; line-height: 50px; font-size: 20px; }
  .df .modal-dialog { width: 60%; margin: 0 auto 0 40%; }
  .df #carousel_slider_top .wrap-carousel, .df #carousel_slider_bottom .wrap-carousel { min-height: 325px; margin-bottom: 10px; } }

@media all and (min-width: 960px) and (max-width: 1259px) and (-ms-high-contrast: none), (min-width: 960px) and (max-width: 1259px) and (-ms-high-contrast: active) { .df .modal-dialog .modal-header { width: 60%; width: calc(60% - 2px); } }

@media (min-width: 1260px) and (max-width: 1439px) { .df .col-login { width: 420px; }
  .df .col-widget-1 { width: 420px; }
  .df .widget-3-3 { margin-bottom: 10px; }
  .df .reg-banner { padding-left: 150px; background-position: -120px 0; }
  .df .col-carousel { width: 420px; margin-left: 420px; }
  .df .widget-shop .shop-pic span { width: 50px; height: 50px; line-height: 50px; font-size: 20px; }
  .df #carousel_slider_top .wrap-carousel, .df #carousel_slider_bottom .wrap-carousel { min-height: 635px; margin-bottom: 10px; } }

@media all and (min-width: 1260px) and (max-width: 1439px) and (-ms-high-contrast: none), (min-width: 1260px) and (max-width: 1439px) and (-ms-high-contrast: active) { .df .modal-dialog .modal-header { width: 50%; width: calc(50% - 2px); } }

@media (min-width: 1440px) and (max-width: 1919px) { .df .col-login { width: 480px; }
  .df .col-widget-1 { width: 540px; }
  .df .widget-3-3 { margin-bottom: 10px; }
  .df .col-carousel { width: 540px; margin-left: 480px; }
  .df .widget-shop .shop-pic span { right: 20px; width: 50px; height: 50px; line-height: 50px; font-size: 20px; }
  .df #carousel_slider_top .wrap-carousel, .df #carousel_slider_bottom .wrap-carousel { min-height: 635px; margin-bottom: 10px; } }

@media all and (min-width: 1440px) and (max-width: 1919px) and (-ms-high-contrast: none), (min-width: 1440px) and (max-width: 1919px) and (-ms-high-contrast: active) { .df .modal-dialog .modal-header { width: 50%; width: calc(50% - 2px); } }

@media (min-width: 1920px) { .df .col-login { width: 480px; }
  .df .col-widget-1, .df .col-widget-2 { width: 510px; }
  .df .col-carousel { width: 1020px; margin-left: 480px; }
  .df .widget-shop .shop-pic { background-size: cover; }
  .df .modal-contents { padding: 20px 20%; }
  .df .modal-contents .ipi-close { left: 10%; }
  .df #shop-block { min-height: 408px; height: auto; }
  .df #shop-block .slick-slide { min-height: 350px; }
  .df #shop-block .slick-slide > div:first-child { margin: 0; height: auto; border: 0; }
  .df #carousel_slider_top .wrap-carousel, .df #carousel_slider_bottom .wrap-carousel { min-height: 635px; margin-bottom: 10px; } }

@media all and (min-width: 1920px) and (-ms-high-contrast: none), (min-width: 1920px) and (-ms-high-contrast: active) { .df .modal-dialog .modal-header { width: 50%; width: calc(50% - 2px); } }

@-ms-viewport { width: device-width; }

.df .visible-xs { display: none !important; }

.df .visible-sm { display: none !important; }

.df .visible-md { display: none !important; }

.df .visible-lg { display: none !important; }

.df .visible-xs-block, .df .visible-xs-inline, .df .visible-xs-inline-block, .df .visible-sm-block, .df .visible-sm-inline, .df .visible-sm-inline-block, .df .visible-md-block, .df .visible-md-inline, .df .visible-md-inline-block, .df .visible-lg-block, .df .visible-lg-inline, .df .visible-lg-inline-block { display: none !important; }

@media (max-width: 479px) { .df .visible-xs { display: block !important; }
  .df table.visible-xs { display: table !important; }
  .df tr.visible-xs { display: table-row !important; }
  .df th.visible-xs, .df td.visible-xs { display: table-cell !important; } }

@media (max-width: 479px) { .df .visible-xs-block { display: block !important; } }

@media (max-width: 479px) { .df .visible-xs-inline { display: inline !important; } }

@media (max-width: 479px) { .df .visible-xs-inline-block { display: inline-block !important; } }

@media (min-width: 720px) and (max-width: 959px) { .df .visible-sm { display: block !important; }
  .df table.visible-sm { display: table !important; }
  .df tr.visible-sm { display: table-row !important; }
  .df th.visible-sm, .df td.visible-sm { display: table-cell !important; } }

@media (min-width: 720px) and (max-width: 959px) { .df .visible-sm-block { display: block !important; } }

@media (min-width: 720px) and (max-width: 959px) { .df .visible-sm-inline { display: inline !important; } }

@media (min-width: 720px) and (max-width: 959px) { .df .visible-sm-inline-block { display: inline-block !important; } }

@media (min-width: 960px) and (max-width: 1259px) { .df .visible-md { display: block !important; }
  .df table.visible-md { display: table !important; }
  .df tr.visible-md { display: table-row !important; }
  .df th.visible-md, .df td.visible-md { display: table-cell !important; } }

@media (min-width: 960px) and (max-width: 1259px) { .df .visible-md-block { display: block !important; } }

@media (min-width: 960px) and (max-width: 1259px) { .df .visible-md-inline { display: inline !important; } }

@media (min-width: 960px) and (max-width: 1259px) { .df .visible-md-inline-block { display: inline-block !important; } }

@media (min-width: 1260px) { .df .visible-lg { display: block !important; }
  .df table.visible-lg { display: table !important; }
  .df tr.visible-lg { display: table-row !important; }
  .df th.visible-lg, .df td.visible-lg { display: table-cell !important; } }

@media (min-width: 1260px) { .df .visible-lg-block { display: block !important; } }

@media (min-width: 1260px) { .df .visible-lg-inline { display: inline !important; } }

@media (min-width: 1260px) { .df .visible-lg-inline-block { display: inline-block !important; } }

@media (max-width: 479px) { .df .hidden-xs { display: none !important; } }

@media (min-width: 720px) and (max-width: 959px) { .df .hidden-sm { display: none !important; } }

@media (min-width: 960px) and (max-width: 1259px) { .df .hidden-md { display: none !important; } }

@media (min-width: 1260px) { .df .hidden-lg { display: none !important; } }

.df .visible-print { display: none !important; }

@media print { .df .visible-print { display: block !important; }
  .df table.visible-print { display: table !important; }
  .df tr.visible-print { display: table-row !important; }
  .df th.visible-print, .df td.visible-print { display: table-cell !important; } }

.df .visible-print-block { display: none !important; }

@media print { .df .visible-print-block { display: block !important; } }

.df .visible-print-inline { display: none !important; }

@media print { .df .visible-print-inline { display: inline !important; } }

.df .visible-print-inline-block { display: none !important; }

@media print { .df .visible-print-inline-block { display: inline-block !important; } }

@media print { .df .hidden-print { display: none !important; } }

.df .container { margin-right: auto; margin-left: auto; padding-left: 5px; padding-right: 5px; }

.df .container:before, .df .container:after { content: " "; display: table; }

.df .container:after { clear: both; }

@media (min-width: 300px) { .df .container { width: 100%; } }

@media (min-width: 480px) { .df .container { width: 480px; } }

@media (min-width: 720px) { .df .container { width: 710px; } }

@media (min-width: 960px) { .df .container { width: 950px; } }

@media (min-width: 1260px) { .df .container { width: 1250px; } }

@media (min-width: 1440px) { .df .container { width: 1430px; } }

@media (min-width: 1920px) { .df .container { width: 1910px; } }

@media (min-width: 1440px) { .df .hidden-lg { display: block !important; } }

.df .col-ms-1, .df .col-ms-2, .df .col-ms-3, .df .col-ms-4, .df .col-ms-5, .df .col-ms-6, .df .col-ms-7, .df .col-ms-8, .df .col-ms-9, .df .col-ms-10, .df .col-ms-11, .df .col-ms-12 { position: relative; min-height: 1px; padding-left: 5px; padding-right: 5px; }

@media (min-width: 480px) { .df .col-ms-1, .df .col-ms-2, .df .col-ms-3, .df .col-ms-4, .df .col-ms-5, .df .col-ms-6, .df .col-ms-7, .df .col-ms-8, .df .col-ms-9, .df .col-ms-10, .df .col-ms-11, .df .col-ms-12 { float: left; }
  .df .col-ms-1 { width: 8.33333%; }
  .df .col-ms-2 { width: 16.66667%; }
  .df .col-ms-3 { width: 25%; }
  .df .col-ms-4 { width: 33.33333%; }
  .df .col-ms-5 { width: 41.66667%; }
  .df .col-ms-6 { width: 50%; }
  .df .col-ms-7 { width: 58.33333%; }
  .df .col-ms-8 { width: 66.66667%; }
  .df .col-ms-9 { width: 75%; }
  .df .col-ms-10 { width: 83.33333%; }
  .df .col-ms-11 { width: 91.66667%; }
  .df .col-ms-12 { width: 100%; }
  .df .col-ms-pull-0 { right: auto; }
  .df .col-ms-pull-1 { right: 8.33333%; }
  .df .col-ms-pull-2 { right: 16.66667%; }
  .df .col-ms-pull-3 { right: 25%; }
  .df .col-ms-pull-4 { right: 33.33333%; }
  .df .col-ms-pull-5 { right: 41.66667%; }
  .df .col-ms-pull-6 { right: 50%; }
  .df .col-ms-pull-7 { right: 58.33333%; }
  .df .col-ms-pull-8 { right: 66.66667%; }
  .df .col-ms-pull-9 { right: 75%; }
  .df .col-ms-pull-10 { right: 83.33333%; }
  .df .col-ms-pull-11 { right: 91.66667%; }
  .df .col-ms-pull-12 { right: 100%; }
  .df .col-ms-push-0 { left: auto; }
  .df .col-ms-push-1 { left: 8.33333%; }
  .df .col-ms-push-2 { left: 16.66667%; }
  .df .col-ms-push-3 { left: 25%; }
  .df .col-ms-push-4 { left: 33.33333%; }
  .df .col-ms-push-5 { left: 41.66667%; }
  .df .col-ms-push-6 { left: 50%; }
  .df .col-ms-push-7 { left: 58.33333%; }
  .df .col-ms-push-8 { left: 66.66667%; }
  .df .col-ms-push-9 { left: 75%; }
  .df .col-ms-push-10 { left: 83.33333%; }
  .df .col-ms-push-11 { left: 91.66667%; }
  .df .col-ms-push-12 { left: 100%; }
  .df .col-ms-offset-0 { margin-left: 0%; }
  .df .col-ms-offset-1 { margin-left: 8.33333%; }
  .df .col-ms-offset-2 { margin-left: 16.66667%; }
  .df .col-ms-offset-3 { margin-left: 25%; }
  .df .col-ms-offset-4 { margin-left: 33.33333%; }
  .df .col-ms-offset-5 { margin-left: 41.66667%; }
  .df .col-ms-offset-6 { margin-left: 50%; }
  .df .col-ms-offset-7 { margin-left: 58.33333%; }
  .df .col-ms-offset-8 { margin-left: 66.66667%; }
  .df .col-ms-offset-9 { margin-left: 75%; }
  .df .col-ms-offset-10 { margin-left: 83.33333%; }
  .df .col-ms-offset-11 { margin-left: 91.66667%; }
  .df .col-ms-offset-12 { margin-left: 100%; } }

@media (min-width: 720px) { .df .col-sm-1, .df .col-sm-2, .df .col-sm-3, .df .col-sm-4, .df .col-sm-5, .df .col-sm-6, .df .col-sm-7, .df .col-sm-8, .df .col-sm-9, .df .col-sm-10, .df .col-sm-11, .df .col-sm-12 { float: left; }
  .df .col-sm-1 { width: 8.33333%; }
  .df .col-sm-2 { width: 16.66667%; }
  .df .col-sm-3 { width: 25%; }
  .df .col-sm-4 { width: 33.33333%; }
  .df .col-sm-5 { width: 41.66667%; }
  .df .col-sm-6 { width: 50%; }
  .df .col-sm-7 { width: 58.33333%; }
  .df .col-sm-8 { width: 66.66667%; }
  .df .col-sm-9 { width: 75%; }
  .df .col-sm-10 { width: 83.33333%; }
  .df .col-sm-11 { width: 91.66667%; }
  .df .col-sm-12 { width: 100%; }
  .df .col-sm-pull-0 { right: auto; }
  .df .col-sm-pull-1 { right: 8.33333%; }
  .df .col-sm-pull-2 { right: 16.66667%; }
  .df .col-sm-pull-3 { right: 25%; }
  .df .col-sm-pull-4 { right: 33.33333%; }
  .df .col-sm-pull-5 { right: 41.66667%; }
  .df .col-sm-pull-6 { right: 50%; }
  .df .col-sm-pull-7 { right: 58.33333%; }
  .df .col-sm-pull-8 { right: 66.66667%; }
  .df .col-sm-pull-9 { right: 75%; }
  .df .col-sm-pull-10 { right: 83.33333%; }
  .df .col-sm-pull-11 { right: 91.66667%; }
  .df .col-sm-pull-12 { right: 100%; }
  .df .col-sm-push-0 { left: auto; }
  .df .col-sm-push-1 { left: 8.33333%; }
  .df .col-sm-push-2 { left: 16.66667%; }
  .df .col-sm-push-3 { left: 25%; }
  .df .col-sm-push-4 { left: 33.33333%; }
  .df .col-sm-push-5 { left: 41.66667%; }
  .df .col-sm-push-6 { left: 50%; }
  .df .col-sm-push-7 { left: 58.33333%; }
  .df .col-sm-push-8 { left: 66.66667%; }
  .df .col-sm-push-9 { left: 75%; }
  .df .col-sm-push-10 { left: 83.33333%; }
  .df .col-sm-push-11 { left: 91.66667%; }
  .df .col-sm-push-12 { left: 100%; }
  .df .col-sm-offset-0 { margin-left: 0%; }
  .df .col-sm-offset-1 { margin-left: 8.33333%; }
  .df .col-sm-offset-2 { margin-left: 16.66667%; }
  .df .col-sm-offset-3 { margin-left: 25%; }
  .df .col-sm-offset-4 { margin-left: 33.33333%; }
  .df .col-sm-offset-5 { margin-left: 41.66667%; }
  .df .col-sm-offset-6 { margin-left: 50%; }
  .df .col-sm-offset-7 { margin-left: 58.33333%; }
  .df .col-sm-offset-8 { margin-left: 66.66667%; }
  .df .col-sm-offset-9 { margin-left: 75%; }
  .df .col-sm-offset-10 { margin-left: 83.33333%; }
  .df .col-sm-offset-11 { margin-left: 91.66667%; }
  .df .col-sm-offset-12 { margin-left: 100%; } }

@media (min-width: 960px) { .df .col-md-1, .df .col-md-2, .df .col-md-3, .df .col-md-4, .df .col-md-5, .df .col-md-6, .df .col-md-7, .df .col-md-8, .df .col-md-9, .df .col-md-10, .df .col-md-11, .df .col-md-12 { float: left; }
  .df .col-md-1 { width: 8.33333%; }
  .df .col-md-2 { width: 16.66667%; }
  .df .col-md-3 { width: 25%; }
  .df .col-md-4 { width: 33.33333%; }
  .df .col-md-5 { width: 41.66667%; }
  .df .col-md-6 { width: 50%; }
  .df .col-md-7 { width: 58.33333%; }
  .df .col-md-8 { width: 66.66667%; }
  .df .col-md-9 { width: 75%; }
  .df .col-md-10 { width: 83.33333%; }
  .df .col-md-11 { width: 91.66667%; }
  .df .col-md-12 { width: 100%; }
  .df .col-md-pull-0 { right: auto; }
  .df .col-md-pull-1 { right: 8.33333%; }
  .df .col-md-pull-2 { right: 16.66667%; }
  .df .col-md-pull-3 { right: 25%; }
  .df .col-md-pull-4 { right: 33.33333%; }
  .df .col-md-pull-5 { right: 41.66667%; }
  .df .col-md-pull-6 { right: 50%; }
  .df .col-md-pull-7 { right: 58.33333%; }
  .df .col-md-pull-8 { right: 66.66667%; }
  .df .col-md-pull-9 { right: 75%; }
  .df .col-md-pull-10 { right: 83.33333%; }
  .df .col-md-pull-11 { right: 91.66667%; }
  .df .col-md-pull-12 { right: 100%; }
  .df .col-md-push-0 { left: auto; }
  .df .col-md-push-1 { left: 8.33333%; }
  .df .col-md-push-2 { left: 16.66667%; }
  .df .col-md-push-3 { left: 25%; }
  .df .col-md-push-4 { left: 33.33333%; }
  .df .col-md-push-5 { left: 41.66667%; }
  .df .col-md-push-6 { left: 50%; }
  .df .col-md-push-7 { left: 58.33333%; }
  .df .col-md-push-8 { left: 66.66667%; }
  .df .col-md-push-9 { left: 75%; }
  .df .col-md-push-10 { left: 83.33333%; }
  .df .col-md-push-11 { left: 91.66667%; }
  .df .col-md-push-12 { left: 100%; }
  .df .col-md-offset-0 { margin-left: 0%; }
  .df .col-md-offset-1 { margin-left: 8.33333%; }
  .df .col-md-offset-2 { margin-left: 16.66667%; }
  .df .col-md-offset-3 { margin-left: 25%; }
  .df .col-md-offset-4 { margin-left: 33.33333%; }
  .df .col-md-offset-5 { margin-left: 41.66667%; }
  .df .col-md-offset-6 { margin-left: 50%; }
  .df .col-md-offset-7 { margin-left: 58.33333%; }
  .df .col-md-offset-8 { margin-left: 66.66667%; }
  .df .col-md-offset-9 { margin-left: 75%; }
  .df .col-md-offset-10 { margin-left: 83.33333%; }
  .df .col-md-offset-11 { margin-left: 91.66667%; }
  .df .col-md-offset-12 { margin-left: 100%; } }

@media (min-width: 1260px) { .df .col-lg-1, .df .col-lg-2, .df .col-lg-3, .df .col-lg-4, .df .col-lg-5, .df .col-lg-6, .df .col-lg-7, .df .col-lg-8, .df .col-lg-9, .df .col-lg-10, .df .col-lg-11, .df .col-lg-12 { float: left; }
  .df .col-lg-1 { width: 8.33333%; }
  .df .col-lg-2 { width: 16.66667%; }
  .df .col-lg-3 { width: 25%; }
  .df .col-lg-4 { width: 33.33333%; }
  .df .col-lg-5 { width: 41.66667%; }
  .df .col-lg-6 { width: 50%; }
  .df .col-lg-7 { width: 58.33333%; }
  .df .col-lg-8 { width: 66.66667%; }
  .df .col-lg-9 { width: 75%; }
  .df .col-lg-10 { width: 83.33333%; }
  .df .col-lg-11 { width: 91.66667%; }
  .df .col-lg-12 { width: 100%; }
  .df .col-lg-pull-0 { right: auto; }
  .df .col-lg-pull-1 { right: 8.33333%; }
  .df .col-lg-pull-2 { right: 16.66667%; }
  .df .col-lg-pull-3 { right: 25%; }
  .df .col-lg-pull-4 { right: 33.33333%; }
  .df .col-lg-pull-5 { right: 41.66667%; }
  .df .col-lg-pull-6 { right: 50%; }
  .df .col-lg-pull-7 { right: 58.33333%; }
  .df .col-lg-pull-8 { right: 66.66667%; }
  .df .col-lg-pull-9 { right: 75%; }
  .df .col-lg-pull-10 { right: 83.33333%; }
  .df .col-lg-pull-11 { right: 91.66667%; }
  .df .col-lg-pull-12 { right: 100%; }
  .df .col-lg-push-0 { left: auto; }
  .df .col-lg-push-1 { left: 8.33333%; }
  .df .col-lg-push-2 { left: 16.66667%; }
  .df .col-lg-push-3 { left: 25%; }
  .df .col-lg-push-4 { left: 33.33333%; }
  .df .col-lg-push-5 { left: 41.66667%; }
  .df .col-lg-push-6 { left: 50%; }
  .df .col-lg-push-7 { left: 58.33333%; }
  .df .col-lg-push-8 { left: 66.66667%; }
  .df .col-lg-push-9 { left: 75%; }
  .df .col-lg-push-10 { left: 83.33333%; }
  .df .col-lg-push-11 { left: 91.66667%; }
  .df .col-lg-push-12 { left: 100%; }
  .df .col-lg-offset-0 { margin-left: 0%; }
  .df .col-lg-offset-1 { margin-left: 8.33333%; }
  .df .col-lg-offset-2 { margin-left: 16.66667%; }
  .df .col-lg-offset-3 { margin-left: 25%; }
  .df .col-lg-offset-4 { margin-left: 33.33333%; }
  .df .col-lg-offset-5 { margin-left: 41.66667%; }
  .df .col-lg-offset-6 { margin-left: 50%; }
  .df .col-lg-offset-7 { margin-left: 58.33333%; }
  .df .col-lg-offset-8 { margin-left: 66.66667%; }
  .df .col-lg-offset-9 { margin-left: 75%; }
  .df .col-lg-offset-10 { margin-left: 83.33333%; }
  .df .col-lg-offset-11 { margin-left: 91.66667%; }
  .df .col-lg-offset-12 { margin-left: 100%; } }

.df .visible-xs { display: none !important; }

.df .visible-ms { display: none !important; }

.df .visible-xs-block, .df .visible-xs-inline, .df .visible-xs-inline-block, .df .visible-ms-block, .df .visible-ms-inline, .df .visible-ms-inline-block { display: none !important; }

@media (max-width: 479px) { .df .visible-xs { display: block !important; }
  .df table.visible-xs { display: table !important; }
  .df tr.visible-xs { display: table-row !important; }
  .df th.visible-xs, .df td.visible-xs { display: table-cell !important; } }

@media (max-width: 479px) { .df .visible-xs-block { display: block !important; } }

@media (max-width: 479px) { .df .visible-xs-inline { display: inline !important; } }

@media (max-width: 479px) { .df .visible-xs-inline-block { display: inline-block !important; } }

@media (min-width: 480px) and (max-width: 719px) { .df .visible-ms { display: block !important; }
  .df table.visible-ms { display: table !important; }
  .df tr.visible-ms { display: table-row !important; }
  .df th.visible-ms, .df td.visible-ms { display: table-cell !important; } }

@media (min-width: 480px) and (max-width: 719px) { .df .visible-ms-block { display: block !important; } }

@media (min-width: 480px) and (max-width: 719px) { .df .visible-ms-inline { display: inline !important; } }

@media (min-width: 480px) and (max-width: 719px) { .df .visible-ms-inline-block { display: inline-block !important; } }

@media (max-width: 479px) { .df .hidden-xs { display: none !important; } }

@media (min-width: 480px) and (max-width: 719px) { .df .hidden-ms { display: none !important; } }

@media (min-width: 1440px) { .df .col-xl-1, .df .col-xl-2, .df .col-xl-3, .df .col-xl-4, .df .col-xl-5, .df .col-xl-6, .df .col-xl-7, .df .col-xl-8, .df .col-xl-9, .df .col-xl-10, .df .col-xl-11, .df .col-xl-12 { float: left; }
  .df .col-xl-1 { width: 8.33333%; }
  .df .col-xl-2 { width: 16.66667%; }
  .df .col-xl-3 { width: 25%; }
  .df .col-xl-4 { width: 33.33333%; }
  .df .col-xl-5 { width: 41.66667%; }
  .df .col-xl-6 { width: 50%; }
  .df .col-xl-7 { width: 58.33333%; }
  .df .col-xl-8 { width: 66.66667%; }
  .df .col-xl-9 { width: 75%; }
  .df .col-xl-10 { width: 83.33333%; }
  .df .col-xl-11 { width: 91.66667%; }
  .df .col-xl-12 { width: 100%; }
  .df .col-xl-pull-0 { right: auto; }
  .df .col-xl-pull-1 { right: 8.33333%; }
  .df .col-xl-pull-2 { right: 16.66667%; }
  .df .col-xl-pull-3 { right: 25%; }
  .df .col-xl-pull-4 { right: 33.33333%; }
  .df .col-xl-pull-5 { right: 41.66667%; }
  .df .col-xl-pull-6 { right: 50%; }
  .df .col-xl-pull-7 { right: 58.33333%; }
  .df .col-xl-pull-8 { right: 66.66667%; }
  .df .col-xl-pull-9 { right: 75%; }
  .df .col-xl-pull-10 { right: 83.33333%; }
  .df .col-xl-pull-11 { right: 91.66667%; }
  .df .col-xl-pull-12 { right: 100%; }
  .df .col-xl-push-0 { left: auto; }
  .df .col-xl-push-1 { left: 8.33333%; }
  .df .col-xl-push-2 { left: 16.66667%; }
  .df .col-xl-push-3 { left: 25%; }
  .df .col-xl-push-4 { left: 33.33333%; }
  .df .col-xl-push-5 { left: 41.66667%; }
  .df .col-xl-push-6 { left: 50%; }
  .df .col-xl-push-7 { left: 58.33333%; }
  .df .col-xl-push-8 { left: 66.66667%; }
  .df .col-xl-push-9 { left: 75%; }
  .df .col-xl-push-10 { left: 83.33333%; }
  .df .col-xl-push-11 { left: 91.66667%; }
  .df .col-xl-push-12 { left: 100%; }
  .df .col-xl-offset-0 { margin-left: 0%; }
  .df .col-xl-offset-1 { margin-left: 8.33333%; }
  .df .col-xl-offset-2 { margin-left: 16.66667%; }
  .df .col-xl-offset-3 { margin-left: 25%; }
  .df .col-xl-offset-4 { margin-left: 33.33333%; }
  .df .col-xl-offset-5 { margin-left: 41.66667%; }
  .df .col-xl-offset-6 { margin-left: 50%; }
  .df .col-xl-offset-7 { margin-left: 58.33333%; }
  .df .col-xl-offset-8 { margin-left: 66.66667%; }
  .df .col-xl-offset-9 { margin-left: 75%; }
  .df .col-xl-offset-10 { margin-left: 83.33333%; }
  .df .col-xl-offset-11 { margin-left: 91.66667%; }
  .df .col-xl-offset-12 { margin-left: 100%; } }

.df .visible-xl { display: none !important; }

.df .visible-xl-block, .df .visible-xl-inline, .df .visible-xl-inline-block { display: none !important; }

@media (min-width: 1260px) and (max-width: 1439px) { .df .visible-lg-block { display: block !important; } }

@media (min-width: 1260px) and (max-width: 1439px) { .df .visible-lg-inline { display: inline !important; } }

@media (min-width: 1260px) and (max-width: 1439px) { .df .visible-lg-inline-block { display: inline-block !important; } }

@media (min-width: 1440px) { .df .visible-xl { display: block !important; }
  .df table.visible-xl { display: table !important; }
  .df tr.visible-xl { display: table-row !important; }
  .df th.visible-xl, .df td.visible-xl { display: table-cell !important; } }

@media (min-width: 1440px) { .df .visible-xl-block { display: block !important; } }

@media (min-width: 1440px) { .df .visible-xl-inline { display: inline !important; } }

@media (min-width: 1440px) { .df .visible-xl-inline-block { display: inline-block !important; } }

@media (min-width: 1260px) and (max-width: 1439px) { .df .hidden-lg { display: none !important; } }

@media (min-width: 1440px) and (max-width: 1919px) { .df .hidden-xl { display: none !important; } }

@media (min-width: 1920px) { .df .col-xxl-1, .df .col-xxl-2, .df .col-xxl-3, .df .col-xxl-4, .df .col-xxl-5, .df .col-xxl-6, .df .col-xxl-7, .df .col-xxl-8, .df .col-xxl-9, .df .col-xxl-10, .df .col-xxl-11, .df .col-xxl-12 { float: left; }
  .df .col-xxl-1 { width: 8.33333%; }
  .df .col-xxl-2 { width: 16.66667%; }
  .df .col-xxl-3 { width: 25%; }
  .df .col-xxl-4 { width: 33.33333%; }
  .df .col-xxl-5 { width: 41.66667%; }
  .df .col-xxl-6 { width: 50%; }
  .df .col-xxl-7 { width: 58.33333%; }
  .df .col-xxl-8 { width: 66.66667%; }
  .df .col-xxl-9 { width: 75%; }
  .df .col-xxl-10 { width: 83.33333%; }
  .df .col-xxl-11 { width: 91.66667%; }
  .df .col-xxl-12 { width: 100%; }
  .df .col-xxl-pull-0 { right: auto; }
  .df .col-xxl-pull-1 { right: 8.33333%; }
  .df .col-xxl-pull-2 { right: 16.66667%; }
  .df .col-xxl-pull-3 { right: 25%; }
  .df .col-xxl-pull-4 { right: 33.33333%; }
  .df .col-xxl-pull-5 { right: 41.66667%; }
  .df .col-xxl-pull-6 { right: 50%; }
  .df .col-xxl-pull-7 { right: 58.33333%; }
  .df .col-xxl-pull-8 { right: 66.66667%; }
  .df .col-xxl-pull-9 { right: 75%; }
  .df .col-xxl-pull-10 { right: 83.33333%; }
  .df .col-xxl-pull-11 { right: 91.66667%; }
  .df .col-xxl-pull-12 { right: 100%; }
  .df .col-xxl-push-0 { left: auto; }
  .df .col-xxl-push-1 { left: 8.33333%; }
  .df .col-xxl-push-2 { left: 16.66667%; }
  .df .col-xxl-push-3 { left: 25%; }
  .df .col-xxl-push-4 { left: 33.33333%; }
  .df .col-xxl-push-5 { left: 41.66667%; }
  .df .col-xxl-push-6 { left: 50%; }
  .df .col-xxl-push-7 { left: 58.33333%; }
  .df .col-xxl-push-8 { left: 66.66667%; }
  .df .col-xxl-push-9 { left: 75%; }
  .df .col-xxl-push-10 { left: 83.33333%; }
  .df .col-xxl-push-11 { left: 91.66667%; }
  .df .col-xxl-push-12 { left: 100%; }
  .df .col-xxl-offset-0 { margin-left: 0%; }
  .df .col-xxl-offset-1 { margin-left: 8.33333%; }
  .df .col-xxl-offset-2 { margin-left: 16.66667%; }
  .df .col-xxl-offset-3 { margin-left: 25%; }
  .df .col-xxl-offset-4 { margin-left: 33.33333%; }
  .df .col-xxl-offset-5 { margin-left: 41.66667%; }
  .df .col-xxl-offset-6 { margin-left: 50%; }
  .df .col-xxl-offset-7 { margin-left: 58.33333%; }
  .df .col-xxl-offset-8 { margin-left: 66.66667%; }
  .df .col-xxl-offset-9 { margin-left: 75%; }
  .df .col-xxl-offset-10 { margin-left: 83.33333%; }
  .df .col-xxl-offset-11 { margin-left: 91.66667%; }
  .df .col-xxl-offset-12 { margin-left: 100%; } }

.df .visible-xxl { display: none !important; }

.df .visible-xxl-block, .df .visible-xxl-inline, .df .visible-xxl-inline-block { display: none !important; }

@media (min-width: 1440px) and (max-width: 1919px) { .df .visible-xl-block { display: block !important; } }

@media (min-width: 1440px) and (max-width: 1919px) { .df .visible-xl-inline { display: inline !important; } }

@media (min-width: 1440px) and (max-width: 1919px) { .df .visible-xl-inline-block { display: inline-block !important; } }

@media (min-width: 1920px) { .df .visible-xxl { display: block !important; }
  .df table.visible-xxl { display: table !important; }
  .df tr.visible-xxl { display: table-row !important; }
  .df th.visible-xxl, .df td.visible-xxl { display: table-cell !important; } }

@media (min-width: 1920px) { .df .visible-xxl-block { display: block !important; } }

@media (min-width: 1920px) { .df .visible-xxl-inline { display: inline !important; } }

@media (min-width: 1920px) { .df .visible-xxl-inline-block { display: inline-block !important; } }

@media (min-width: 1920px) { .df .hidden-xxl { display: none !important; } }

.sb { /*
Customization for default Bootstrap grid.
Adding extra brakepoints and changing default ones.
XS  300+    (BS default x<750>x)
MS  480+    (extra brakepoint)
SM  720+    (BS default 750+)
MD  960+    (BS default 970+)
LG  1260+   (BS default 1200+)
XL  1440+   (extra brakepoint)
XXL 1920+   (extra brakepoint)
*/ }

.sb .container { margin-right: auto; margin-left: auto; padding-left: 5px; padding-right: 5px; }

.sb .container:before, .sb .container:after { content: " "; display: table; }

.sb .container:after { clear: both; }

@media (min-width: 960px) { .sb .container { width: 710px; } }

@media (min-width: 1260px) { .sb .container { width: 950px; } }

@media (min-width: 1440px) { .sb .container { width: 1250px; } }

.sb .container-fluid { margin-right: auto; margin-left: auto; padding-left: 5px; padding-right: 5px; }

.sb .container-fluid:before, .sb .container-fluid:after { content: " "; display: table; }

.sb .container-fluid:after { clear: both; }

.sb .row { margin-left: -5px; margin-right: -5px; }

.sb .row:before, .sb .row:after { content: " "; display: table; }

.sb .row:after { clear: both; }

.sb .col-xs-1, .sb .col-ms-1, .sb .col-sm-1, .sb .col-md-1, .sb .col-lg-1, .sb .col-xl-1, .sb .col-xxl-1, .sb .col-xs-2, .sb .col-ms-2, .sb .col-sm-2, .sb .col-md-2, .sb .col-lg-2, .sb .col-xl-2, .sb .col-xxl-2, .sb .col-xs-3, .sb .col-ms-3, .sb .col-sm-3, .sb .col-md-3, .sb .col-lg-3, .sb .col-xl-3, .sb .col-xxl-3, .sb .col-xs-4, .sb .col-ms-4, .sb .col-sm-4, .sb .col-md-4, .sb .col-lg-4, .sb .col-xl-4, .sb .col-xxl-4, .sb .col-xs-5, .sb .col-ms-5, .sb .col-sm-5, .sb .col-md-5, .sb .col-lg-5, .sb .col-xl-5, .sb .col-xxl-5, .sb .col-xs-6, .sb .col-ms-6, .sb .col-sm-6, .sb .col-md-6, .sb .col-lg-6, .sb .col-xl-6, .sb .col-xxl-6, .sb .col-xs-7, .sb .col-ms-7, .sb .col-sm-7, .sb .col-md-7, .sb .col-lg-7, .sb .col-xl-7, .sb .col-xxl-7, .sb .col-xs-8, .sb .col-ms-8, .sb .col-sm-8, .sb .col-md-8, .sb .col-lg-8, .sb .col-xl-8, .sb .col-xxl-8, .sb .col-xs-9, .sb .col-ms-9, .sb .col-sm-9, .sb .col-md-9, .sb .col-lg-9, .sb .col-xl-9, .sb .col-xxl-9, .sb .col-xs-10, .sb .col-ms-10, .sb .col-sm-10, .sb .col-md-10, .sb .col-lg-10, .sb .col-xl-10, .sb .col-xxl-10, .sb .col-xs-11, .sb .col-ms-11, .sb .col-sm-11, .sb .col-md-11, .sb .col-lg-11, .sb .col-xl-11, .sb .col-xxl-11, .sb .col-xs-12, .sb .col-ms-12, .sb .col-sm-12, .sb .col-md-12, .sb .col-lg-12, .sb .col-xl-12, .sb .col-xxl-12 { position: relative; min-height: 1px; padding-left: 5px; padding-right: 5px; }

.sb .col-xs-1, .sb .col-xs-2, .sb .col-xs-3, .sb .col-xs-4, .sb .col-xs-5, .sb .col-xs-6, .sb .col-xs-7, .sb .col-xs-8, .sb .col-xs-9, .sb .col-xs-10, .sb .col-xs-11, .sb .col-xs-12 { float: left; }

.sb .col-xs-1 { width: 8.33333%; }

.sb .col-xs-2 { width: 16.66667%; }

.sb .col-xs-3 { width: 25%; }

.sb .col-xs-4 { width: 33.33333%; }

.sb .col-xs-5 { width: 41.66667%; }

.sb .col-xs-6 { width: 50%; }

.sb .col-xs-7 { width: 58.33333%; }

.sb .col-xs-8 { width: 66.66667%; }

.sb .col-xs-9 { width: 75%; }

.sb .col-xs-10 { width: 83.33333%; }

.sb .col-xs-11 { width: 91.66667%; }

.sb .col-xs-12 { width: 100%; }

.sb .col-xs-pull-0 { right: auto; }

.sb .col-xs-pull-1 { right: 8.33333%; }

.sb .col-xs-pull-2 { right: 16.66667%; }

.sb .col-xs-pull-3 { right: 25%; }

.sb .col-xs-pull-4 { right: 33.33333%; }

.sb .col-xs-pull-5 { right: 41.66667%; }

.sb .col-xs-pull-6 { right: 50%; }

.sb .col-xs-pull-7 { right: 58.33333%; }

.sb .col-xs-pull-8 { right: 66.66667%; }

.sb .col-xs-pull-9 { right: 75%; }

.sb .col-xs-pull-10 { right: 83.33333%; }

.sb .col-xs-pull-11 { right: 91.66667%; }

.sb .col-xs-pull-12 { right: 100%; }

.sb .col-xs-push-0 { left: auto; }

.sb .col-xs-push-1 { left: 8.33333%; }

.sb .col-xs-push-2 { left: 16.66667%; }

.sb .col-xs-push-3 { left: 25%; }

.sb .col-xs-push-4 { left: 33.33333%; }

.sb .col-xs-push-5 { left: 41.66667%; }

.sb .col-xs-push-6 { left: 50%; }

.sb .col-xs-push-7 { left: 58.33333%; }

.sb .col-xs-push-8 { left: 66.66667%; }

.sb .col-xs-push-9 { left: 75%; }

.sb .col-xs-push-10 { left: 83.33333%; }

.sb .col-xs-push-11 { left: 91.66667%; }

.sb .col-xs-push-12 { left: 100%; }

.sb .col-xs-offset-0 { margin-left: 0%; }

.sb .col-xs-offset-1 { margin-left: 8.33333%; }

.sb .col-xs-offset-2 { margin-left: 16.66667%; }

.sb .col-xs-offset-3 { margin-left: 25%; }

.sb .col-xs-offset-4 { margin-left: 33.33333%; }

.sb .col-xs-offset-5 { margin-left: 41.66667%; }

.sb .col-xs-offset-6 { margin-left: 50%; }

.sb .col-xs-offset-7 { margin-left: 58.33333%; }

.sb .col-xs-offset-8 { margin-left: 66.66667%; }

.sb .col-xs-offset-9 { margin-left: 75%; }

.sb .col-xs-offset-10 { margin-left: 83.33333%; }

.sb .col-xs-offset-11 { margin-left: 91.66667%; }

.sb .col-xs-offset-12 { margin-left: 100%; }

@media (min-width: 960px) { .sb .col-sm-1, .sb .col-sm-2, .sb .col-sm-3, .sb .col-sm-4, .sb .col-sm-5, .sb .col-sm-6, .sb .col-sm-7, .sb .col-sm-8, .sb .col-sm-9, .sb .col-sm-10, .sb .col-sm-11, .sb .col-sm-12 { float: left; }
  .sb .col-sm-1 { width: 8.33333%; }
  .sb .col-sm-2 { width: 16.66667%; }
  .sb .col-sm-3 { width: 25%; }
  .sb .col-sm-4 { width: 33.33333%; }
  .sb .col-sm-5 { width: 41.66667%; }
  .sb .col-sm-6 { width: 50%; }
  .sb .col-sm-7 { width: 58.33333%; }
  .sb .col-sm-8 { width: 66.66667%; }
  .sb .col-sm-9 { width: 75%; }
  .sb .col-sm-10 { width: 83.33333%; }
  .sb .col-sm-11 { width: 91.66667%; }
  .sb .col-sm-12 { width: 100%; }
  .sb .col-sm-pull-0 { right: auto; }
  .sb .col-sm-pull-1 { right: 8.33333%; }
  .sb .col-sm-pull-2 { right: 16.66667%; }
  .sb .col-sm-pull-3 { right: 25%; }
  .sb .col-sm-pull-4 { right: 33.33333%; }
  .sb .col-sm-pull-5 { right: 41.66667%; }
  .sb .col-sm-pull-6 { right: 50%; }
  .sb .col-sm-pull-7 { right: 58.33333%; }
  .sb .col-sm-pull-8 { right: 66.66667%; }
  .sb .col-sm-pull-9 { right: 75%; }
  .sb .col-sm-pull-10 { right: 83.33333%; }
  .sb .col-sm-pull-11 { right: 91.66667%; }
  .sb .col-sm-pull-12 { right: 100%; }
  .sb .col-sm-push-0 { left: auto; }
  .sb .col-sm-push-1 { left: 8.33333%; }
  .sb .col-sm-push-2 { left: 16.66667%; }
  .sb .col-sm-push-3 { left: 25%; }
  .sb .col-sm-push-4 { left: 33.33333%; }
  .sb .col-sm-push-5 { left: 41.66667%; }
  .sb .col-sm-push-6 { left: 50%; }
  .sb .col-sm-push-7 { left: 58.33333%; }
  .sb .col-sm-push-8 { left: 66.66667%; }
  .sb .col-sm-push-9 { left: 75%; }
  .sb .col-sm-push-10 { left: 83.33333%; }
  .sb .col-sm-push-11 { left: 91.66667%; }
  .sb .col-sm-push-12 { left: 100%; }
  .sb .col-sm-offset-0 { margin-left: 0%; }
  .sb .col-sm-offset-1 { margin-left: 8.33333%; }
  .sb .col-sm-offset-2 { margin-left: 16.66667%; }
  .sb .col-sm-offset-3 { margin-left: 25%; }
  .sb .col-sm-offset-4 { margin-left: 33.33333%; }
  .sb .col-sm-offset-5 { margin-left: 41.66667%; }
  .sb .col-sm-offset-6 { margin-left: 50%; }
  .sb .col-sm-offset-7 { margin-left: 58.33333%; }
  .sb .col-sm-offset-8 { margin-left: 66.66667%; }
  .sb .col-sm-offset-9 { margin-left: 75%; }
  .sb .col-sm-offset-10 { margin-left: 83.33333%; }
  .sb .col-sm-offset-11 { margin-left: 91.66667%; }
  .sb .col-sm-offset-12 { margin-left: 100%; } }

@media (min-width: 1260px) { .sb .col-md-1, .sb .col-md-2, .sb .col-md-3, .sb .col-md-4, .sb .col-md-5, .sb .col-md-6, .sb .col-md-7, .sb .col-md-8, .sb .col-md-9, .sb .col-md-10, .sb .col-md-11, .sb .col-md-12 { float: left; }
  .sb .col-md-1 { width: 8.33333%; }
  .sb .col-md-2 { width: 16.66667%; }
  .sb .col-md-3 { width: 25%; }
  .sb .col-md-4 { width: 33.33333%; }
  .sb .col-md-5 { width: 41.66667%; }
  .sb .col-md-6 { width: 50%; }
  .sb .col-md-7 { width: 58.33333%; }
  .sb .col-md-8 { width: 66.66667%; }
  .sb .col-md-9 { width: 75%; }
  .sb .col-md-10 { width: 83.33333%; }
  .sb .col-md-11 { width: 91.66667%; }
  .sb .col-md-12 { width: 100%; }
  .sb .col-md-pull-0 { right: auto; }
  .sb .col-md-pull-1 { right: 8.33333%; }
  .sb .col-md-pull-2 { right: 16.66667%; }
  .sb .col-md-pull-3 { right: 25%; }
  .sb .col-md-pull-4 { right: 33.33333%; }
  .sb .col-md-pull-5 { right: 41.66667%; }
  .sb .col-md-pull-6 { right: 50%; }
  .sb .col-md-pull-7 { right: 58.33333%; }
  .sb .col-md-pull-8 { right: 66.66667%; }
  .sb .col-md-pull-9 { right: 75%; }
  .sb .col-md-pull-10 { right: 83.33333%; }
  .sb .col-md-pull-11 { right: 91.66667%; }
  .sb .col-md-pull-12 { right: 100%; }
  .sb .col-md-push-0 { left: auto; }
  .sb .col-md-push-1 { left: 8.33333%; }
  .sb .col-md-push-2 { left: 16.66667%; }
  .sb .col-md-push-3 { left: 25%; }
  .sb .col-md-push-4 { left: 33.33333%; }
  .sb .col-md-push-5 { left: 41.66667%; }
  .sb .col-md-push-6 { left: 50%; }
  .sb .col-md-push-7 { left: 58.33333%; }
  .sb .col-md-push-8 { left: 66.66667%; }
  .sb .col-md-push-9 { left: 75%; }
  .sb .col-md-push-10 { left: 83.33333%; }
  .sb .col-md-push-11 { left: 91.66667%; }
  .sb .col-md-push-12 { left: 100%; }
  .sb .col-md-offset-0 { margin-left: 0%; }
  .sb .col-md-offset-1 { margin-left: 8.33333%; }
  .sb .col-md-offset-2 { margin-left: 16.66667%; }
  .sb .col-md-offset-3 { margin-left: 25%; }
  .sb .col-md-offset-4 { margin-left: 33.33333%; }
  .sb .col-md-offset-5 { margin-left: 41.66667%; }
  .sb .col-md-offset-6 { margin-left: 50%; }
  .sb .col-md-offset-7 { margin-left: 58.33333%; }
  .sb .col-md-offset-8 { margin-left: 66.66667%; }
  .sb .col-md-offset-9 { margin-left: 75%; }
  .sb .col-md-offset-10 { margin-left: 83.33333%; }
  .sb .col-md-offset-11 { margin-left: 91.66667%; }
  .sb .col-md-offset-12 { margin-left: 100%; } }

@media (min-width: 1440px) { .sb .col-lg-1, .sb .col-lg-2, .sb .col-lg-3, .sb .col-lg-4, .sb .col-lg-5, .sb .col-lg-6, .sb .col-lg-7, .sb .col-lg-8, .sb .col-lg-9, .sb .col-lg-10, .sb .col-lg-11, .sb .col-lg-12 { float: left; }
  .sb .col-lg-1 { width: 8.33333%; }
  .sb .col-lg-2 { width: 16.66667%; }
  .sb .col-lg-3 { width: 25%; }
  .sb .col-lg-4 { width: 33.33333%; }
  .sb .col-lg-5 { width: 41.66667%; }
  .sb .col-lg-6 { width: 50%; }
  .sb .col-lg-7 { width: 58.33333%; }
  .sb .col-lg-8 { width: 66.66667%; }
  .sb .col-lg-9 { width: 75%; }
  .sb .col-lg-10 { width: 83.33333%; }
  .sb .col-lg-11 { width: 91.66667%; }
  .sb .col-lg-12 { width: 100%; }
  .sb .col-lg-pull-0 { right: auto; }
  .sb .col-lg-pull-1 { right: 8.33333%; }
  .sb .col-lg-pull-2 { right: 16.66667%; }
  .sb .col-lg-pull-3 { right: 25%; }
  .sb .col-lg-pull-4 { right: 33.33333%; }
  .sb .col-lg-pull-5 { right: 41.66667%; }
  .sb .col-lg-pull-6 { right: 50%; }
  .sb .col-lg-pull-7 { right: 58.33333%; }
  .sb .col-lg-pull-8 { right: 66.66667%; }
  .sb .col-lg-pull-9 { right: 75%; }
  .sb .col-lg-pull-10 { right: 83.33333%; }
  .sb .col-lg-pull-11 { right: 91.66667%; }
  .sb .col-lg-pull-12 { right: 100%; }
  .sb .col-lg-push-0 { left: auto; }
  .sb .col-lg-push-1 { left: 8.33333%; }
  .sb .col-lg-push-2 { left: 16.66667%; }
  .sb .col-lg-push-3 { left: 25%; }
  .sb .col-lg-push-4 { left: 33.33333%; }
  .sb .col-lg-push-5 { left: 41.66667%; }
  .sb .col-lg-push-6 { left: 50%; }
  .sb .col-lg-push-7 { left: 58.33333%; }
  .sb .col-lg-push-8 { left: 66.66667%; }
  .sb .col-lg-push-9 { left: 75%; }
  .sb .col-lg-push-10 { left: 83.33333%; }
  .sb .col-lg-push-11 { left: 91.66667%; }
  .sb .col-lg-push-12 { left: 100%; }
  .sb .col-lg-offset-0 { margin-left: 0%; }
  .sb .col-lg-offset-1 { margin-left: 8.33333%; }
  .sb .col-lg-offset-2 { margin-left: 16.66667%; }
  .sb .col-lg-offset-3 { margin-left: 25%; }
  .sb .col-lg-offset-4 { margin-left: 33.33333%; }
  .sb .col-lg-offset-5 { margin-left: 41.66667%; }
  .sb .col-lg-offset-6 { margin-left: 50%; }
  .sb .col-lg-offset-7 { margin-left: 58.33333%; }
  .sb .col-lg-offset-8 { margin-left: 66.66667%; }
  .sb .col-lg-offset-9 { margin-left: 75%; }
  .sb .col-lg-offset-10 { margin-left: 83.33333%; }
  .sb .col-lg-offset-11 { margin-left: 91.66667%; }
  .sb .col-lg-offset-12 { margin-left: 100%; } }

@-ms-viewport { width: device-width; }

.sb .visible-xs { display: none !important; }

.sb .visible-sm { display: none !important; }

.sb .visible-md { display: none !important; }

.sb .visible-lg { display: none !important; }

.sb .visible-xs-block, .sb .visible-xs-inline, .sb .visible-xs-inline-block, .sb .visible-sm-block, .sb .visible-sm-inline, .sb .visible-sm-inline-block, .sb .visible-md-block, .sb .visible-md-inline, .sb .visible-md-inline-block, .sb .visible-lg-block, .sb .visible-lg-inline, .sb .visible-lg-inline-block { display: none !important; }

@media (max-width: 479px) { .sb .visible-xs { display: block !important; }
  .sb table.visible-xs { display: table !important; }
  .sb tr.visible-xs { display: table-row !important; }
  .sb th.visible-xs, .sb td.visible-xs { display: table-cell !important; } }

@media (max-width: 479px) { .sb .visible-xs-block { display: block !important; } }

@media (max-width: 479px) { .sb .visible-xs-inline { display: inline !important; } }

@media (max-width: 479px) { .sb .visible-xs-inline-block { display: inline-block !important; } }

@media (min-width: 960px) and (max-width: 1259px) { .sb .visible-sm { display: block !important; }
  .sb table.visible-sm { display: table !important; }
  .sb tr.visible-sm { display: table-row !important; }
  .sb th.visible-sm, .sb td.visible-sm { display: table-cell !important; } }

@media (min-width: 960px) and (max-width: 1259px) { .sb .visible-sm-block { display: block !important; } }

@media (min-width: 960px) and (max-width: 1259px) { .sb .visible-sm-inline { display: inline !important; } }

@media (min-width: 960px) and (max-width: 1259px) { .sb .visible-sm-inline-block { display: inline-block !important; } }

@media (min-width: 1260px) and (max-width: 1439px) { .sb .visible-md { display: block !important; }
  .sb table.visible-md { display: table !important; }
  .sb tr.visible-md { display: table-row !important; }
  .sb th.visible-md, .sb td.visible-md { display: table-cell !important; } }

@media (min-width: 1260px) and (max-width: 1439px) { .sb .visible-md-block { display: block !important; } }

@media (min-width: 1260px) and (max-width: 1439px) { .sb .visible-md-inline { display: inline !important; } }

@media (min-width: 1260px) and (max-width: 1439px) { .sb .visible-md-inline-block { display: inline-block !important; } }

@media (min-width: 1440px) { .sb .visible-lg { display: block !important; }
  .sb table.visible-lg { display: table !important; }
  .sb tr.visible-lg { display: table-row !important; }
  .sb th.visible-lg, .sb td.visible-lg { display: table-cell !important; } }

@media (min-width: 1440px) { .sb .visible-lg-block { display: block !important; } }

@media (min-width: 1440px) { .sb .visible-lg-inline { display: inline !important; } }

@media (min-width: 1440px) { .sb .visible-lg-inline-block { display: inline-block !important; } }

@media (max-width: 479px) { .sb .hidden-xs { display: none !important; } }

@media (min-width: 960px) and (max-width: 1259px) { .sb .hidden-sm { display: none !important; } }

@media (min-width: 1260px) and (max-width: 1439px) { .sb .hidden-md { display: none !important; } }

@media (min-width: 1440px) { .sb .hidden-lg { display: none !important; } }

.sb .visible-print { display: none !important; }

@media print { .sb .visible-print { display: block !important; }
  .sb table.visible-print { display: table !important; }
  .sb tr.visible-print { display: table-row !important; }
  .sb th.visible-print, .sb td.visible-print { display: table-cell !important; } }

.sb .visible-print-block { display: none !important; }

@media print { .sb .visible-print-block { display: block !important; } }

.sb .visible-print-inline { display: none !important; }

@media print { .sb .visible-print-inline { display: inline !important; } }

.sb .visible-print-inline-block { display: none !important; }

@media print { .sb .visible-print-inline-block { display: inline-block !important; } }

@media print { .sb .hidden-print { display: none !important; } }

.sb .container { margin-right: auto; margin-left: auto; padding-left: 5px; padding-right: 5px; }

.sb .container:before, .sb .container:after { content: " "; display: table; }

.sb .container:after { clear: both; }

@media (min-width: 300px) { .sb .container { width: 100%; } }

@media (min-width: 480px) { .sb .container { width: 480px; } }

@media (min-width: 960px) { .sb .container { width: 710px; } }

@media (min-width: 1260px) { .sb .container { width: 950px; } }

@media (min-width: 1440px) { .sb .container { width: 1250px; } }

@media (min-width: 1920px) { .sb .container { width: 1430px; } }

@media (min-width: 2560px) { .sb .container { width: 1910px; } }

@media (min-width: 1920px) { .sb .hidden-lg { display: block !important; } }

.sb .col-ms-1, .sb .col-ms-2, .sb .col-ms-3, .sb .col-ms-4, .sb .col-ms-5, .sb .col-ms-6, .sb .col-ms-7, .sb .col-ms-8, .sb .col-ms-9, .sb .col-ms-10, .sb .col-ms-11, .sb .col-ms-12 { position: relative; min-height: 1px; padding-left: 5px; padding-right: 5px; }

@media (min-width: 480px) { .sb .col-ms-1, .sb .col-ms-2, .sb .col-ms-3, .sb .col-ms-4, .sb .col-ms-5, .sb .col-ms-6, .sb .col-ms-7, .sb .col-ms-8, .sb .col-ms-9, .sb .col-ms-10, .sb .col-ms-11, .sb .col-ms-12 { float: left; }
  .sb .col-ms-1 { width: 8.33333%; }
  .sb .col-ms-2 { width: 16.66667%; }
  .sb .col-ms-3 { width: 25%; }
  .sb .col-ms-4 { width: 33.33333%; }
  .sb .col-ms-5 { width: 41.66667%; }
  .sb .col-ms-6 { width: 50%; }
  .sb .col-ms-7 { width: 58.33333%; }
  .sb .col-ms-8 { width: 66.66667%; }
  .sb .col-ms-9 { width: 75%; }
  .sb .col-ms-10 { width: 83.33333%; }
  .sb .col-ms-11 { width: 91.66667%; }
  .sb .col-ms-12 { width: 100%; }
  .sb .col-ms-pull-0 { right: auto; }
  .sb .col-ms-pull-1 { right: 8.33333%; }
  .sb .col-ms-pull-2 { right: 16.66667%; }
  .sb .col-ms-pull-3 { right: 25%; }
  .sb .col-ms-pull-4 { right: 33.33333%; }
  .sb .col-ms-pull-5 { right: 41.66667%; }
  .sb .col-ms-pull-6 { right: 50%; }
  .sb .col-ms-pull-7 { right: 58.33333%; }
  .sb .col-ms-pull-8 { right: 66.66667%; }
  .sb .col-ms-pull-9 { right: 75%; }
  .sb .col-ms-pull-10 { right: 83.33333%; }
  .sb .col-ms-pull-11 { right: 91.66667%; }
  .sb .col-ms-pull-12 { right: 100%; }
  .sb .col-ms-push-0 { left: auto; }
  .sb .col-ms-push-1 { left: 8.33333%; }
  .sb .col-ms-push-2 { left: 16.66667%; }
  .sb .col-ms-push-3 { left: 25%; }
  .sb .col-ms-push-4 { left: 33.33333%; }
  .sb .col-ms-push-5 { left: 41.66667%; }
  .sb .col-ms-push-6 { left: 50%; }
  .sb .col-ms-push-7 { left: 58.33333%; }
  .sb .col-ms-push-8 { left: 66.66667%; }
  .sb .col-ms-push-9 { left: 75%; }
  .sb .col-ms-push-10 { left: 83.33333%; }
  .sb .col-ms-push-11 { left: 91.66667%; }
  .sb .col-ms-push-12 { left: 100%; }
  .sb .col-ms-offset-0 { margin-left: 0%; }
  .sb .col-ms-offset-1 { margin-left: 8.33333%; }
  .sb .col-ms-offset-2 { margin-left: 16.66667%; }
  .sb .col-ms-offset-3 { margin-left: 25%; }
  .sb .col-ms-offset-4 { margin-left: 33.33333%; }
  .sb .col-ms-offset-5 { margin-left: 41.66667%; }
  .sb .col-ms-offset-6 { margin-left: 50%; }
  .sb .col-ms-offset-7 { margin-left: 58.33333%; }
  .sb .col-ms-offset-8 { margin-left: 66.66667%; }
  .sb .col-ms-offset-9 { margin-left: 75%; }
  .sb .col-ms-offset-10 { margin-left: 83.33333%; }
  .sb .col-ms-offset-11 { margin-left: 91.66667%; }
  .sb .col-ms-offset-12 { margin-left: 100%; } }

@media (min-width: 960px) { .sb .col-sm-1, .sb .col-sm-2, .sb .col-sm-3, .sb .col-sm-4, .sb .col-sm-5, .sb .col-sm-6, .sb .col-sm-7, .sb .col-sm-8, .sb .col-sm-9, .sb .col-sm-10, .sb .col-sm-11, .sb .col-sm-12 { float: left; }
  .sb .col-sm-1 { width: 8.33333%; }
  .sb .col-sm-2 { width: 16.66667%; }
  .sb .col-sm-3 { width: 25%; }
  .sb .col-sm-4 { width: 33.33333%; }
  .sb .col-sm-5 { width: 41.66667%; }
  .sb .col-sm-6 { width: 50%; }
  .sb .col-sm-7 { width: 58.33333%; }
  .sb .col-sm-8 { width: 66.66667%; }
  .sb .col-sm-9 { width: 75%; }
  .sb .col-sm-10 { width: 83.33333%; }
  .sb .col-sm-11 { width: 91.66667%; }
  .sb .col-sm-12 { width: 100%; }
  .sb .col-sm-pull-0 { right: auto; }
  .sb .col-sm-pull-1 { right: 8.33333%; }
  .sb .col-sm-pull-2 { right: 16.66667%; }
  .sb .col-sm-pull-3 { right: 25%; }
  .sb .col-sm-pull-4 { right: 33.33333%; }
  .sb .col-sm-pull-5 { right: 41.66667%; }
  .sb .col-sm-pull-6 { right: 50%; }
  .sb .col-sm-pull-7 { right: 58.33333%; }
  .sb .col-sm-pull-8 { right: 66.66667%; }
  .sb .col-sm-pull-9 { right: 75%; }
  .sb .col-sm-pull-10 { right: 83.33333%; }
  .sb .col-sm-pull-11 { right: 91.66667%; }
  .sb .col-sm-pull-12 { right: 100%; }
  .sb .col-sm-push-0 { left: auto; }
  .sb .col-sm-push-1 { left: 8.33333%; }
  .sb .col-sm-push-2 { left: 16.66667%; }
  .sb .col-sm-push-3 { left: 25%; }
  .sb .col-sm-push-4 { left: 33.33333%; }
  .sb .col-sm-push-5 { left: 41.66667%; }
  .sb .col-sm-push-6 { left: 50%; }
  .sb .col-sm-push-7 { left: 58.33333%; }
  .sb .col-sm-push-8 { left: 66.66667%; }
  .sb .col-sm-push-9 { left: 75%; }
  .sb .col-sm-push-10 { left: 83.33333%; }
  .sb .col-sm-push-11 { left: 91.66667%; }
  .sb .col-sm-push-12 { left: 100%; }
  .sb .col-sm-offset-0 { margin-left: 0%; }
  .sb .col-sm-offset-1 { margin-left: 8.33333%; }
  .sb .col-sm-offset-2 { margin-left: 16.66667%; }
  .sb .col-sm-offset-3 { margin-left: 25%; }
  .sb .col-sm-offset-4 { margin-left: 33.33333%; }
  .sb .col-sm-offset-5 { margin-left: 41.66667%; }
  .sb .col-sm-offset-6 { margin-left: 50%; }
  .sb .col-sm-offset-7 { margin-left: 58.33333%; }
  .sb .col-sm-offset-8 { margin-left: 66.66667%; }
  .sb .col-sm-offset-9 { margin-left: 75%; }
  .sb .col-sm-offset-10 { margin-left: 83.33333%; }
  .sb .col-sm-offset-11 { margin-left: 91.66667%; }
  .sb .col-sm-offset-12 { margin-left: 100%; } }

@media (min-width: 1260px) { .sb .col-md-1, .sb .col-md-2, .sb .col-md-3, .sb .col-md-4, .sb .col-md-5, .sb .col-md-6, .sb .col-md-7, .sb .col-md-8, .sb .col-md-9, .sb .col-md-10, .sb .col-md-11, .sb .col-md-12 { float: left; }
  .sb .col-md-1 { width: 8.33333%; }
  .sb .col-md-2 { width: 16.66667%; }
  .sb .col-md-3 { width: 25%; }
  .sb .col-md-4 { width: 33.33333%; }
  .sb .col-md-5 { width: 41.66667%; }
  .sb .col-md-6 { width: 50%; }
  .sb .col-md-7 { width: 58.33333%; }
  .sb .col-md-8 { width: 66.66667%; }
  .sb .col-md-9 { width: 75%; }
  .sb .col-md-10 { width: 83.33333%; }
  .sb .col-md-11 { width: 91.66667%; }
  .sb .col-md-12 { width: 100%; }
  .sb .col-md-pull-0 { right: auto; }
  .sb .col-md-pull-1 { right: 8.33333%; }
  .sb .col-md-pull-2 { right: 16.66667%; }
  .sb .col-md-pull-3 { right: 25%; }
  .sb .col-md-pull-4 { right: 33.33333%; }
  .sb .col-md-pull-5 { right: 41.66667%; }
  .sb .col-md-pull-6 { right: 50%; }
  .sb .col-md-pull-7 { right: 58.33333%; }
  .sb .col-md-pull-8 { right: 66.66667%; }
  .sb .col-md-pull-9 { right: 75%; }
  .sb .col-md-pull-10 { right: 83.33333%; }
  .sb .col-md-pull-11 { right: 91.66667%; }
  .sb .col-md-pull-12 { right: 100%; }
  .sb .col-md-push-0 { left: auto; }
  .sb .col-md-push-1 { left: 8.33333%; }
  .sb .col-md-push-2 { left: 16.66667%; }
  .sb .col-md-push-3 { left: 25%; }
  .sb .col-md-push-4 { left: 33.33333%; }
  .sb .col-md-push-5 { left: 41.66667%; }
  .sb .col-md-push-6 { left: 50%; }
  .sb .col-md-push-7 { left: 58.33333%; }
  .sb .col-md-push-8 { left: 66.66667%; }
  .sb .col-md-push-9 { left: 75%; }
  .sb .col-md-push-10 { left: 83.33333%; }
  .sb .col-md-push-11 { left: 91.66667%; }
  .sb .col-md-push-12 { left: 100%; }
  .sb .col-md-offset-0 { margin-left: 0%; }
  .sb .col-md-offset-1 { margin-left: 8.33333%; }
  .sb .col-md-offset-2 { margin-left: 16.66667%; }
  .sb .col-md-offset-3 { margin-left: 25%; }
  .sb .col-md-offset-4 { margin-left: 33.33333%; }
  .sb .col-md-offset-5 { margin-left: 41.66667%; }
  .sb .col-md-offset-6 { margin-left: 50%; }
  .sb .col-md-offset-7 { margin-left: 58.33333%; }
  .sb .col-md-offset-8 { margin-left: 66.66667%; }
  .sb .col-md-offset-9 { margin-left: 75%; }
  .sb .col-md-offset-10 { margin-left: 83.33333%; }
  .sb .col-md-offset-11 { margin-left: 91.66667%; }
  .sb .col-md-offset-12 { margin-left: 100%; } }

@media (min-width: 1440px) { .sb .col-lg-1, .sb .col-lg-2, .sb .col-lg-3, .sb .col-lg-4, .sb .col-lg-5, .sb .col-lg-6, .sb .col-lg-7, .sb .col-lg-8, .sb .col-lg-9, .sb .col-lg-10, .sb .col-lg-11, .sb .col-lg-12 { float: left; }
  .sb .col-lg-1 { width: 8.33333%; }
  .sb .col-lg-2 { width: 16.66667%; }
  .sb .col-lg-3 { width: 25%; }
  .sb .col-lg-4 { width: 33.33333%; }
  .sb .col-lg-5 { width: 41.66667%; }
  .sb .col-lg-6 { width: 50%; }
  .sb .col-lg-7 { width: 58.33333%; }
  .sb .col-lg-8 { width: 66.66667%; }
  .sb .col-lg-9 { width: 75%; }
  .sb .col-lg-10 { width: 83.33333%; }
  .sb .col-lg-11 { width: 91.66667%; }
  .sb .col-lg-12 { width: 100%; }
  .sb .col-lg-pull-0 { right: auto; }
  .sb .col-lg-pull-1 { right: 8.33333%; }
  .sb .col-lg-pull-2 { right: 16.66667%; }
  .sb .col-lg-pull-3 { right: 25%; }
  .sb .col-lg-pull-4 { right: 33.33333%; }
  .sb .col-lg-pull-5 { right: 41.66667%; }
  .sb .col-lg-pull-6 { right: 50%; }
  .sb .col-lg-pull-7 { right: 58.33333%; }
  .sb .col-lg-pull-8 { right: 66.66667%; }
  .sb .col-lg-pull-9 { right: 75%; }
  .sb .col-lg-pull-10 { right: 83.33333%; }
  .sb .col-lg-pull-11 { right: 91.66667%; }
  .sb .col-lg-pull-12 { right: 100%; }
  .sb .col-lg-push-0 { left: auto; }
  .sb .col-lg-push-1 { left: 8.33333%; }
  .sb .col-lg-push-2 { left: 16.66667%; }
  .sb .col-lg-push-3 { left: 25%; }
  .sb .col-lg-push-4 { left: 33.33333%; }
  .sb .col-lg-push-5 { left: 41.66667%; }
  .sb .col-lg-push-6 { left: 50%; }
  .sb .col-lg-push-7 { left: 58.33333%; }
  .sb .col-lg-push-8 { left: 66.66667%; }
  .sb .col-lg-push-9 { left: 75%; }
  .sb .col-lg-push-10 { left: 83.33333%; }
  .sb .col-lg-push-11 { left: 91.66667%; }
  .sb .col-lg-push-12 { left: 100%; }
  .sb .col-lg-offset-0 { margin-left: 0%; }
  .sb .col-lg-offset-1 { margin-left: 8.33333%; }
  .sb .col-lg-offset-2 { margin-left: 16.66667%; }
  .sb .col-lg-offset-3 { margin-left: 25%; }
  .sb .col-lg-offset-4 { margin-left: 33.33333%; }
  .sb .col-lg-offset-5 { margin-left: 41.66667%; }
  .sb .col-lg-offset-6 { margin-left: 50%; }
  .sb .col-lg-offset-7 { margin-left: 58.33333%; }
  .sb .col-lg-offset-8 { margin-left: 66.66667%; }
  .sb .col-lg-offset-9 { margin-left: 75%; }
  .sb .col-lg-offset-10 { margin-left: 83.33333%; }
  .sb .col-lg-offset-11 { margin-left: 91.66667%; }
  .sb .col-lg-offset-12 { margin-left: 100%; } }

.sb .visible-xs { display: none !important; }

.sb .visible-ms { display: none !important; }

.sb .visible-xs-block, .sb .visible-xs-inline, .sb .visible-xs-inline-block, .sb .visible-ms-block, .sb .visible-ms-inline, .sb .visible-ms-inline-block { display: none !important; }

@media (max-width: 479px) { .sb .visible-xs { display: block !important; }
  .sb table.visible-xs { display: table !important; }
  .sb tr.visible-xs { display: table-row !important; }
  .sb th.visible-xs, .sb td.visible-xs { display: table-cell !important; } }

@media (max-width: 479px) { .sb .visible-xs-block { display: block !important; } }

@media (max-width: 479px) { .sb .visible-xs-inline { display: inline !important; } }

@media (max-width: 479px) { .sb .visible-xs-inline-block { display: inline-block !important; } }

@media (min-width: 480px) and (max-width: 959px) { .sb .visible-ms { display: block !important; }
  .sb table.visible-ms { display: table !important; }
  .sb tr.visible-ms { display: table-row !important; }
  .sb th.visible-ms, .sb td.visible-ms { display: table-cell !important; } }

@media (min-width: 480px) and (max-width: 959px) { .sb .visible-ms-block { display: block !important; } }

@media (min-width: 480px) and (max-width: 959px) { .sb .visible-ms-inline { display: inline !important; } }

@media (min-width: 480px) and (max-width: 959px) { .sb .visible-ms-inline-block { display: inline-block !important; } }

@media (max-width: 479px) { .sb .hidden-xs { display: none !important; } }

@media (min-width: 480px) and (max-width: 959px) { .sb .hidden-ms { display: none !important; } }

@media (min-width: 1920px) { .sb .col-xl-1, .sb .col-xl-2, .sb .col-xl-3, .sb .col-xl-4, .sb .col-xl-5, .sb .col-xl-6, .sb .col-xl-7, .sb .col-xl-8, .sb .col-xl-9, .sb .col-xl-10, .sb .col-xl-11, .sb .col-xl-12 { float: left; }
  .sb .col-xl-1 { width: 8.33333%; }
  .sb .col-xl-2 { width: 16.66667%; }
  .sb .col-xl-3 { width: 25%; }
  .sb .col-xl-4 { width: 33.33333%; }
  .sb .col-xl-5 { width: 41.66667%; }
  .sb .col-xl-6 { width: 50%; }
  .sb .col-xl-7 { width: 58.33333%; }
  .sb .col-xl-8 { width: 66.66667%; }
  .sb .col-xl-9 { width: 75%; }
  .sb .col-xl-10 { width: 83.33333%; }
  .sb .col-xl-11 { width: 91.66667%; }
  .sb .col-xl-12 { width: 100%; }
  .sb .col-xl-pull-0 { right: auto; }
  .sb .col-xl-pull-1 { right: 8.33333%; }
  .sb .col-xl-pull-2 { right: 16.66667%; }
  .sb .col-xl-pull-3 { right: 25%; }
  .sb .col-xl-pull-4 { right: 33.33333%; }
  .sb .col-xl-pull-5 { right: 41.66667%; }
  .sb .col-xl-pull-6 { right: 50%; }
  .sb .col-xl-pull-7 { right: 58.33333%; }
  .sb .col-xl-pull-8 { right: 66.66667%; }
  .sb .col-xl-pull-9 { right: 75%; }
  .sb .col-xl-pull-10 { right: 83.33333%; }
  .sb .col-xl-pull-11 { right: 91.66667%; }
  .sb .col-xl-pull-12 { right: 100%; }
  .sb .col-xl-push-0 { left: auto; }
  .sb .col-xl-push-1 { left: 8.33333%; }
  .sb .col-xl-push-2 { left: 16.66667%; }
  .sb .col-xl-push-3 { left: 25%; }
  .sb .col-xl-push-4 { left: 33.33333%; }
  .sb .col-xl-push-5 { left: 41.66667%; }
  .sb .col-xl-push-6 { left: 50%; }
  .sb .col-xl-push-7 { left: 58.33333%; }
  .sb .col-xl-push-8 { left: 66.66667%; }
  .sb .col-xl-push-9 { left: 75%; }
  .sb .col-xl-push-10 { left: 83.33333%; }
  .sb .col-xl-push-11 { left: 91.66667%; }
  .sb .col-xl-push-12 { left: 100%; }
  .sb .col-xl-offset-0 { margin-left: 0%; }
  .sb .col-xl-offset-1 { margin-left: 8.33333%; }
  .sb .col-xl-offset-2 { margin-left: 16.66667%; }
  .sb .col-xl-offset-3 { margin-left: 25%; }
  .sb .col-xl-offset-4 { margin-left: 33.33333%; }
  .sb .col-xl-offset-5 { margin-left: 41.66667%; }
  .sb .col-xl-offset-6 { margin-left: 50%; }
  .sb .col-xl-offset-7 { margin-left: 58.33333%; }
  .sb .col-xl-offset-8 { margin-left: 66.66667%; }
  .sb .col-xl-offset-9 { margin-left: 75%; }
  .sb .col-xl-offset-10 { margin-left: 83.33333%; }
  .sb .col-xl-offset-11 { margin-left: 91.66667%; }
  .sb .col-xl-offset-12 { margin-left: 100%; } }

.sb .visible-xl { display: none !important; }

.sb .visible-xl-block, .sb .visible-xl-inline, .sb .visible-xl-inline-block { display: none !important; }

@media (min-width: 1440px) and (max-width: 1919px) { .sb .visible-lg-block { display: block !important; } }

@media (min-width: 1440px) and (max-width: 1919px) { .sb .visible-lg-inline { display: inline !important; } }

@media (min-width: 1440px) and (max-width: 1919px) { .sb .visible-lg-inline-block { display: inline-block !important; } }

@media (min-width: 1920px) { .sb .visible-xl { display: block !important; }
  .sb table.visible-xl { display: table !important; }
  .sb tr.visible-xl { display: table-row !important; }
  .sb th.visible-xl, .sb td.visible-xl { display: table-cell !important; } }

@media (min-width: 1920px) { .sb .visible-xl-block { display: block !important; } }

@media (min-width: 1920px) { .sb .visible-xl-inline { display: inline !important; } }

@media (min-width: 1920px) { .sb .visible-xl-inline-block { display: inline-block !important; } }

@media (min-width: 1440px) and (max-width: 1919px) { .sb .hidden-lg { display: none !important; } }

@media (min-width: 1920px) and (max-width: 2559px) { .sb .hidden-xl { display: none !important; } }

@media (min-width: 2560px) { .sb .col-xxl-1, .sb .col-xxl-2, .sb .col-xxl-3, .sb .col-xxl-4, .sb .col-xxl-5, .sb .col-xxl-6, .sb .col-xxl-7, .sb .col-xxl-8, .sb .col-xxl-9, .sb .col-xxl-10, .sb .col-xxl-11, .sb .col-xxl-12 { float: left; }
  .sb .col-xxl-1 { width: 8.33333%; }
  .sb .col-xxl-2 { width: 16.66667%; }
  .sb .col-xxl-3 { width: 25%; }
  .sb .col-xxl-4 { width: 33.33333%; }
  .sb .col-xxl-5 { width: 41.66667%; }
  .sb .col-xxl-6 { width: 50%; }
  .sb .col-xxl-7 { width: 58.33333%; }
  .sb .col-xxl-8 { width: 66.66667%; }
  .sb .col-xxl-9 { width: 75%; }
  .sb .col-xxl-10 { width: 83.33333%; }
  .sb .col-xxl-11 { width: 91.66667%; }
  .sb .col-xxl-12 { width: 100%; }
  .sb .col-xxl-pull-0 { right: auto; }
  .sb .col-xxl-pull-1 { right: 8.33333%; }
  .sb .col-xxl-pull-2 { right: 16.66667%; }
  .sb .col-xxl-pull-3 { right: 25%; }
  .sb .col-xxl-pull-4 { right: 33.33333%; }
  .sb .col-xxl-pull-5 { right: 41.66667%; }
  .sb .col-xxl-pull-6 { right: 50%; }
  .sb .col-xxl-pull-7 { right: 58.33333%; }
  .sb .col-xxl-pull-8 { right: 66.66667%; }
  .sb .col-xxl-pull-9 { right: 75%; }
  .sb .col-xxl-pull-10 { right: 83.33333%; }
  .sb .col-xxl-pull-11 { right: 91.66667%; }
  .sb .col-xxl-pull-12 { right: 100%; }
  .sb .col-xxl-push-0 { left: auto; }
  .sb .col-xxl-push-1 { left: 8.33333%; }
  .sb .col-xxl-push-2 { left: 16.66667%; }
  .sb .col-xxl-push-3 { left: 25%; }
  .sb .col-xxl-push-4 { left: 33.33333%; }
  .sb .col-xxl-push-5 { left: 41.66667%; }
  .sb .col-xxl-push-6 { left: 50%; }
  .sb .col-xxl-push-7 { left: 58.33333%; }
  .sb .col-xxl-push-8 { left: 66.66667%; }
  .sb .col-xxl-push-9 { left: 75%; }
  .sb .col-xxl-push-10 { left: 83.33333%; }
  .sb .col-xxl-push-11 { left: 91.66667%; }
  .sb .col-xxl-push-12 { left: 100%; }
  .sb .col-xxl-offset-0 { margin-left: 0%; }
  .sb .col-xxl-offset-1 { margin-left: 8.33333%; }
  .sb .col-xxl-offset-2 { margin-left: 16.66667%; }
  .sb .col-xxl-offset-3 { margin-left: 25%; }
  .sb .col-xxl-offset-4 { margin-left: 33.33333%; }
  .sb .col-xxl-offset-5 { margin-left: 41.66667%; }
  .sb .col-xxl-offset-6 { margin-left: 50%; }
  .sb .col-xxl-offset-7 { margin-left: 58.33333%; }
  .sb .col-xxl-offset-8 { margin-left: 66.66667%; }
  .sb .col-xxl-offset-9 { margin-left: 75%; }
  .sb .col-xxl-offset-10 { margin-left: 83.33333%; }
  .sb .col-xxl-offset-11 { margin-left: 91.66667%; }
  .sb .col-xxl-offset-12 { margin-left: 100%; } }

.sb .visible-xxl { display: none !important; }

.sb .visible-xxl-block, .sb .visible-xxl-inline, .sb .visible-xxl-inline-block { display: none !important; }

@media (min-width: 1920px) and (max-width: 2559px) { .sb .visible-xl-block { display: block !important; } }

@media (min-width: 1920px) and (max-width: 2559px) { .sb .visible-xl-inline { display: inline !important; } }

@media (min-width: 1920px) and (max-width: 2559px) { .sb .visible-xl-inline-block { display: inline-block !important; } }

@media (min-width: 2560px) { .sb .visible-xxl { display: block !important; }
  .sb table.visible-xxl { display: table !important; }
  .sb tr.visible-xxl { display: table-row !important; }
  .sb th.visible-xxl, .sb td.visible-xxl { display: table-cell !important; } }

@media (min-width: 2560px) { .sb .visible-xxl-block { display: block !important; } }

@media (min-width: 2560px) { .sb .visible-xxl-inline { display: inline !important; } }

@media (min-width: 2560px) { .sb .visible-xxl-inline-block { display: inline-block !important; } }

@media (min-width: 2560px) { .sb .hidden-xxl { display: none !important; } }

@media (max-width: 479px) { .sb #header.affix, .sb #header.affix-under, .sb .side-header.affix, .sb .side-header.affix-under { width: 100%; }
  .sb #header.affix + #content-main, .sb #header.affix-under + #content-main, .sb .side-header.affix + #content-main, .sb .side-header.affix-under + #content-main { padding-top: 55px; }
  .sb #header.affix.hide-up, .sb #header.affix-under.hide-up, .sb .side-header.affix.hide-up, .sb .side-header.affix-under.hide-up { transform: translate(0, -55px); }
  .sb .side-list li.open .sidebar-dropdown { left: 0; top: 50px; }
  .sb #side-menu { width: calc(100% - 60px); max-width: 300px; min-width: 140px; }
  .sb #side-menu .side-wrapper { width: auto; } }

@media (min-width: 480px) and (max-width: 959px) { .sb #header.affix, .sb #header.affix-under, .sb .side-header.affix, .sb .side-header.affix-under { width: 470px; }
  .sb #header.affix + #content-main, .sb #header.affix-under + #content-main, .sb .side-header.affix + #content-main, .sb .side-header.affix-under + #content-main { padding-top: 55px; }
  .sb #header.affix.hide-up, .sb #header.affix-under.hide-up, .sb .side-header.affix.hide-up, .sb .side-header.affix-under.hide-up { transform: translate(0, -55px); }
  .sb .sidebar { margin-left: 35px; }
  .sb .sidebar .sidebar-dropdown { left: 265px; } }

@media (min-width: 960px) and (max-width: 1259px) { .sb #header.affix, .sb #header.affix-under, .sb .side-header.affix, .sb .side-header.affix-under { width: 710px; } }

@media (min-width: 1260px) and (max-width: 1439px) { .sb #header.affix, .sb #header.affix-under, .sb .side-header.affix, .sb .side-header.affix-under { width: 950px; } }

@media (min-width: 1440px) and (max-width: 1919px) { .sb #header.affix, .sb #header.affix-under { width: 1250px; }
  .sb #header.affix.hide-up, .sb #header.affix-under.hide-up { transform: translate(0, 0); } }

@media (min-width: 1920px) and (max-width: 2559px) { .sb #header.affix, .sb #header.affix-under { width: 1430px; }
  .sb #header.affix.hide-up, .sb #header.affix-under.hide-up { transform: translate(0, 0); } }

@media (min-width: 2560px) { .sb #header.affix, .sb #header.affix-under { width: 1910px; }
  .sb #header.affix.hide-up, .sb #header.affix-under.hide-up { transform: translate(0, 0); } }

@media (max-width: 479px) { .sb { margin-bottom: 377px; }
  .sb .block-1, .sb .block-2 { width: 100%; }
  .sb .wrap-carousel { overflow: hidden; max-height: 785px; }
  .sb .wrap-carousel.slick-initialized { max-height: none; padding-bottom: 5px; }
  .sb .slick-arrow { transition: all 1s cubic-bezier(0.2, 0.6, 0.4, 1); opacity: .8; }
  .sb .carousel-shop .slick-prev, .sb .carousel-shop .slick-next, .sb .carousel-travel .slick-prev, .sb .carousel-travel .slick-next { top: 50%; }
  .sb #carousel_slider_top .wrap-carousel { min-height: 640px; margin-bottom: 5px; }
  .sb #carousel_slider_bottom .wrap-carousel { min-height: 795px; margin-bottom: 5px; }
  .sb .col-block { width: 100%; }
  .sb .widget-3-3 { margin-bottom: 10px; }
  .sb .widget-news .readmore { display: none; }
  .sb .login-block { position: static; }
  .sb .login-block, .sb .logged-in { height: auto; }
  .sb .login-block .register, .sb .logged-in .register { padding: 10px 15px; height: 35px; }
  .sb .login-block .login, .sb .logged-in .login { height: 170px; }
  .sb .login-block .login .form-group, .sb .logged-in .login .form-group { display: block; width: 100%; }
  .sb .login-block .login .recovery, .sb .logged-in .login .recovery { margin: 0; }
  .sb .login-block .login .recovery a, .sb .logged-in .login .recovery a { padding-left: 0; font-size: 12px; }
  .sb .login-block .login label, .sb .logged-in .login label { line-height: 20px; margin: 0; height: auto; display: block; }
  .sb .login-block .login .default-login, .sb .logged-in .login .default-login { border-spacing: 0; }
  .sb .login-block .login .vertical-line, .sb .logged-in .login .vertical-line { top: 20px; }
  .sb .login-block .login .wrap-or, .sb .logged-in .login .wrap-or { top: 57px; }
  .sb .login-block .login .bsp, .sb .logged-in .login .bsp { border-spacing: 0; }
  .sb .login-block .login .social-login, .sb .logged-in .login .social-login { margin-top: 10px; }
  .sb .login-block .login .social-login .form-group, .sb .logged-in .login .social-login .form-group { margin: 10px 0 30px; }
  .sb .login-block:before, .sb .logged-in:before { border-width: 12px; left: 59px; top: -22px; }
  .sb .login-block .login-bottom-block, .sb .logged-in .login-bottom-block { height: auto; }
  .sb .login-block .login-bottom-block a, .sb .logged-in .login-bottom-block a { padding: 0 0 20px 20px; }
  .sb .login-block .login-bottom-block a p, .sb .logged-in .login-bottom-block a p { text-align: left; width: 100%; margin-top: -10px; padding-left: 35px; font-size: 12px; }
  .sb .login-block .login-bottom-block .ico-product, .sb .logged-in .login-bottom-block .ico-product { padding-left: 0; }
  .sb .login-block .login-bottom-block.go_domain_or_premium_user strong, .sb .logged-in .login-bottom-block.go_domain_or_premium_user strong { font-size: 16px; }
  .sb .login-block .mail-notification, .sb .logged-in .mail-notification { position: relative; }
  .sb .login-block .mail-notification p, .sb .logged-in .mail-notification p { font-size: 12px; }
  .sb .login-block .incoming .incoming-footer, .sb .logged-in .incoming .incoming-footer { line-height: inherit; padding: 5px 10px; }
  .sb .login-block .incoming .incoming-footer label, .sb .logged-in .incoming .incoming-footer label { padding: 5px 0; float: none; text-align: left; }
  .sb .col-carousel { clear: both; }
  .sb .widget-shop { text-align: center; }
  .sb .widget-shop .shop-pic span { right: 50px; }
  .sb .widget-shop .shop-name { padding: 0 20px; }
  .sb .widget-header .widget-right { width: 100px; overflow: hidden; }
  .sb .modal-dialog { margin: 0 auto; }
  .sb .modal-dialog .modal-header { width: calc(100% - 2px); }
  .sb .modal-dialog .modal-header .modal-logo img { max-width: 200px; }
  .sb .modal-dialog .modal-header .news-date { position: absolute; right: 0; bottom: 0; font-size: 12px; padding: 0 10px 3px 0; }
  .sb .modal-dialog .modal-content { padding: 80px 0; }
  .sb .modal-dialog .modal-content .modal-body { padding: 0 10px; }
  .sb .modal-dialog .modal-content .modal-body .news-pic-wrap { height: auto; width: 100%; }
  .sb .modal-dialog .modal-content .modal-body p:first-of-type { padding-left: 0; width: 100%; } }

@media (min-width: 480px) and (max-width: 959px) { .sb { margin-bottom: 360px; }
  .sb .wrap-carousel { max-height: 785px; }
  .sb .wrap-carousel.slick-initialized { overflow: hidden; max-height: none; padding-bottom: 5px; }
  .sb .slick-arrow { transition: all 1s cubic-bezier(0.2, 0.6, 0.4, 1); opacity: .5; }
  .sb .carousel-shop .slick-prev, .sb .carousel-shop .slick-next { top: 50%; margin: 0 5px; }
  .sb .carousel-travel .slick-prev, .sb .carousel-travel .slick-next { top: 90px; margin: 0 5px; }
  .sb #carousel_slider_top .wrap-carousel { min-height: 640px; margin-bottom: 5px; }
  .sb #carousel_slider_bottom .wrap-carousel { min-height: 795px; margin-bottom: 5px; }
  .sb .widget-news .readmore { display: inline-block !important; }
  .sb .col-block { width: 100%; }
  .sb .widget-3-3, .sb .widget-3-4 { margin-bottom: 10px; }
  .sb #content-main, .sb #content-center, .sb #shop-block, .sb #travel-block, .sb #social { padding-left: 30px; padding-right: 30px; }
  .sb .login-block, .sb .logged-in { height: auto; }
  .sb .login-block:before, .sb .logged-in:before { border-width: 10px; left: 65px; top: -17px; }
  .sb .login-block .login-bottom-block, .sb .logged-in .login-bottom-block { height: auto; }
  .sb .col-carousel { clear: both; }
  .sb .widget-shop { text-align: center; }
  .sb .widget-shop .shop-pic span { right: 10px; }
  .sb .widget-shop .shop-name { padding: 0 20px; }
  .sb .modal-dialog { margin: 0 auto; width: 100%; }
  .sb .modal-dialog .modal-header { width: calc(100% - 2px); }
  .sb .modal-dialog .modal-content { padding: 80px 0; }
  .sb .modal-dialog .modal-content .modal-body { padding: 0 10px; }
  .sb .modal-dialog .modal-content .modal-body .news-pic-wrap { height: auto; width: 100%; }
  .sb .modal-dialog .modal-content .modal-body .news-pic-wrap .news-pic { width: auto; } }

@media (min-width: 960px) and (max-width: 1259px) { .sb .wrap-carousel { overflow: hidden; max-height: 320px; }
  .sb .slick-arrow { transition: all 1s cubic-bezier(0.2, 0.6, 0.4, 1); opacity: .5; }
  .sb .col-login { width: 300px; }
  .sb .login-block .register, .sb .logged-in .register { padding: 10px 15px; height: 35px; }
  .sb .login-block .login, .sb .logged-in .login { height: 170px; }
  .sb .login-block .login .form-group, .sb .logged-in .login .form-group { display: block; width: 100%; }
  .sb .login-block .login .recovery, .sb .logged-in .login .recovery { margin: 0; }
  .sb .login-block .login .recovery a, .sb .logged-in .login .recovery a { padding-left: 0; font-size: 12px; }
  .sb .login-block .login label, .sb .logged-in .login label { line-height: 20px; margin: 0; display: block; height: auto; }
  .sb .login-block .login .default-login, .sb .logged-in .login .default-login { border-spacing: 0; }
  .sb .login-block .login .vertical-line, .sb .logged-in .login .vertical-line { top: 20px; }
  .sb .login-block .login .wrap-or, .sb .logged-in .login .wrap-or { top: 57px; }
  .sb .login-block .login .bsp, .sb .logged-in .login .bsp { border-spacing: 0; }
  .sb .login-block .login .social-login, .sb .logged-in .login .social-login { margin-top: 10px; }
  .sb .login-block .login .social-login .form-group, .sb .logged-in .login .social-login .form-group { margin: 10px 0 30px; }
  .sb .login-block:before, .sb .logged-in:before { left: 60px; top: -25px; }
  .sb .login-block .login-bottom-block.go_domain_or_premium_user p, .sb .logged-in .login-bottom-block.go_domain_or_premium_user p { font-size: 12px; }
  .sb .login-block .login-bottom-block.go_domain_or_premium_user strong, .sb .logged-in .login-bottom-block.go_domain_or_premium_user strong { font-size: 14px; }
  .sb .login-block .login-bottom-block a, .sb .logged-in .login-bottom-block a { padding: 0 20px; }
  .sb .login-block .login-bottom-block a p, .sb .logged-in .login-bottom-block a p { text-align: left; width: 100%; margin-top: -10px; padding-left: 35px; font-size: 12px; }
  .sb .login-block .login-bottom-block .ico-product, .sb .logged-in .login-bottom-block .ico-product { padding-left: 0; }
  .sb .login-block .mail-notification, .sb .logged-in .mail-notification { padding-left: 10px; padding-right: 10px; }
  .sb .login-block .mail-notification p, .sb .logged-in .mail-notification p { font-size: 12px; padding-right: 30px; }
  .sb .login-block .incoming .incoming-footer, .sb .logged-in .incoming .incoming-footer { line-height: inherit; padding: 5px 10px; }
  .sb .login-block .incoming .incoming-footer label, .sb .logged-in .incoming .incoming-footer label { padding: 5px 0; float: none; text-align: left; }
  .sb .col-carousel { clear: both; }
  .sb .widget-shop .shop-pic { background-size: cover; }
  .sb .modal-dialog { width: 80%; margin: 0 auto 0 20%; }
  .sb #carousel_slider_top .wrap-carousel, .sb #carousel_slider_bottom .wrap-carousel { min-height: 325px; margin-bottom: 10px; } }

@media all and (min-width: 960px) and (max-width: 1259px) and (-ms-high-contrast: none), (min-width: 960px) and (max-width: 1259px) and (-ms-high-contrast: active) { .sb .modal-dialog .modal-header { width: 80%; width: calc(80% - 2px); } }

@media (min-width: 1260px) and (max-width: 1439px) { .sb .wrap-carousel { overflow: hidden; max-height: 320px; }
  .sb .col-login { width: 540px; }
  .sb .login-block::before, .sb .logged-in::before { left: 65px; top: -27px; }
  .sb .col-carousel { clear: both; }
  .sb .widget-shop .shop-pic span { right: 20px; width: 50px; height: 50px; line-height: 50px; font-size: 20px; }
  .sb .modal-dialog { width: 60%; margin: 0 auto 0 40%; }
  .sb #carousel_slider_top .wrap-carousel, .sb #carousel_slider_bottom .wrap-carousel { min-height: 325px; margin-bottom: 10px; } }

@media all and (min-width: 1260px) and (max-width: 1439px) and (-ms-high-contrast: none), (min-width: 1260px) and (max-width: 1439px) and (-ms-high-contrast: active) { .sb .modal-dialog .modal-header { width: 60%; width: calc(60% - 2px); } }

@media (min-width: 1440px) and (max-width: 1919px) { .sb .col-login { width: 420px; }
  .sb .col-widget-1 { width: 420px; }
  .sb .widget-3-3 { margin-bottom: 10px; }
  .sb .reg-banner { padding-left: 150px; background-position: -120px 0; }
  .sb .col-carousel { width: 420px; margin-left: 420px; }
  .sb .widget-shop .shop-pic span { width: 50px; height: 50px; line-height: 50px; font-size: 20px; }
  .sb #carousel_slider_top .wrap-carousel, .sb #carousel_slider_bottom .wrap-carousel { min-height: 635px; margin-bottom: 10px; } }

@media all and (min-width: 1440px) and (max-width: 1919px) and (-ms-high-contrast: none), (min-width: 1440px) and (max-width: 1919px) and (-ms-high-contrast: active) { .sb .modal-dialog .modal-header { width: 50%; width: calc(50% - 2px); } }

@media (min-width: 1920px) and (max-width: 2559px) { .sb .col-login { width: 480px; }
  .sb .col-widget-1 { width: 540px; }
  .sb .widget-3-3 { margin-bottom: 10px; }
  .sb .col-carousel { width: 540px; margin-left: 480px; }
  .sb .widget-shop .shop-pic span { right: 20px; width: 50px; height: 50px; line-height: 50px; font-size: 20px; }
  .sb #carousel_slider_top .wrap-carousel, .sb #carousel_slider_bottom .wrap-carousel { min-height: 635px; margin-bottom: 10px; } }

@media all and (min-width: 1920px) and (max-width: 2559px) and (-ms-high-contrast: none), (min-width: 1920px) and (max-width: 2559px) and (-ms-high-contrast: active) { .sb .modal-dialog .modal-header { width: 50%; width: calc(50% - 2px); } }

@media (min-width: 2560px) { .sb .col-login { width: 480px; }
  .sb .col-widget-1, .sb .col-widget-2 { width: 510px; }
  .sb .col-carousel { width: 1020px; margin-left: 480px; }
  .sb .widget-shop .shop-pic { background-size: cover; }
  .sb .modal-contents { padding: 20px 20%; }
  .sb .modal-contents .ipi-close { left: 10%; }
  .sb #shop-block { min-height: 408px; height: auto; }
  .sb #shop-block .slick-slide { min-height: 350px; }
  .sb #shop-block .slick-slide > div:first-child { margin: 0; height: auto; border: 0; }
  .sb #carousel_slider_top .wrap-carousel, .sb #carousel_slider_bottom .wrap-carousel { min-height: 635px; margin-bottom: 10px; } }

@media all and (min-width: 2560px) and (-ms-high-contrast: none), (min-width: 2560px) and (-ms-high-contrast: active) { .sb .modal-dialog .modal-header { width: 50%; width: calc(50% - 2px); } }

@media (max-width: 479px) { .sb #header { padding-bottom: 1rem; padding-top: 1rem; }
  .sb #header .col-branding { flex-basis: 190px; }
  .sb #header .col-search, .sb #header .col-weather, .sb #header .col-nameday { display: none; }
  .sb #footer { flex-direction: column; padding: 30px; }
  .sb #footer .footer-logo { margin-bottom: 20px; margin-top: 10px; order: 0; text-align: left; }
  .sb #footer .footer-copyright { text-align: left; width: auto; } }

@media (min-width: 480px) and (max-width: 959px) { .sb #header { margin: 0; padding: 1rem 30px; }
  .sb #header .col-branding { flex-basis: 190px; }
  .sb #header .col-search, .sb #header .col-weather, .sb #header .col-nameday { display: none; }
  .sb #header .nav-logo img { width: 120px; height: 22px; }
  .sb #header .nav-logo__link { height: 36px; }
  .sb #header .nav-logo__link video { height: 36px; }
  .sb .footer-menu { margin-left: auto; }
  .sb .footer-logo { padding-right: 0; }
  .sb .footer-copyright { text-align: left; width: auto; } }

@media (min-width: 960px) and (max-width: 1259px) { .sb #header { padding-bottom: 1.5rem; padding-top: 1.5rem; }
  .sb #header .col-branding { flex-basis: 200px; }
  .sb #header .col-search, .sb #header .col-nameday { display: none; }
  .sb #footer { padding-left: 30px; padding-right: 30px; }
  .sb .footer-menu { margin-left: auto; }
  .sb .footer-logo { padding-right: 30px; }
  .sb .footer-copyright { text-align: left; width: auto; }
  .sb .footer-copyright__wrap { margin-left: 0; } }

@media (min-width: 1260px) and (max-width: 1439px) { .sb #header .col-branding { flex-basis: 210px; }
  .sb #header .col-search { display: none; }
  .sb #header .nav-search { max-width: 170px; }
  .sb #header .user-detail strong, .sb #header .user-detail span { max-width: 195px; } }

@media (min-width: 1440px) and (max-width: 1919px) { .sb #header .nav-search { max-width: 175px; }
  .sb #header .nav-user .user-detail strong, .sb #header .nav-user .user-detail span { max-width: 175px; } }

html { position: relative; min-height: 100%; }

body { /* Margin bottom by footer height */ margin-bottom: 250px; min-width: 100%; overflow-x: hidden; }

a { color: #556b7c; cursor: pointer; }

a:hover { color: #ce2127; }

label { font-weight: normal; line-height: 36px; }

ul { list-style: none; }

.container { position: relative; background-color: #f9f9f9 !important; }

.clear { clear: both; }

.btn-default, .btn-primary { border: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.45); height: 36px; }

.btn-default:hover, .btn-primary:hover { border-bottom: 1px solid rgba(0, 0, 0, 0.45); }

.inline-block { display: inline-block; vertical-align: middle; }

.block-1, .block-2 { margin: 0 auto 10px; width: 400px; position: relative; }

.block-1 a, .block-2 a { margin-bottom: 10px; }

#center-block #page_middle { margin-bottom: 10px; }

.wrap-carousel { overflow: hidden; max-height: 620px; }

.wrap-carousel.slick-initialized { max-height: 640px; margin-bottom: 0; }

.wrap-carousel-bottom { overflow: hidden; max-height: 700px; margin-bottom: 10px; }

.wrap-carousel-bottom.slick-initialized { max-height: 750px; margin-bottom: 0; }

.dropdown-backdrop { position: relative; }

#content-main { position: relative; }

#content-main .col-today { display: flex; justify-content: space-around; align-items: center; margin: 10px 0 20px; text-align: center; }

.login-block, .logged-in, .block-0 { margin-bottom: 10px; height: 300px; background-color: #e2e2e2; overflow: hidden; }

#flash-messages { align-self: flex-end; margin-top: auto; width: 100%; }

.login-block, .logged-in { display: flex; flex-direction: column; }

.logged-in { height: 610px; }

.login-block::before, .logged-in::before { border: 14px solid transparent; border-color: transparent transparent #e2e2e2 transparent; content: ""; display: inline-block; left: 65px; position: absolute; top: -28px; z-index: 1000; }

.login-block .register, .logged-in .register { padding: 15px; height: 50px; }

.login-block .register .ico, .logged-in .register .ico { color: #ce2127; }

.login-block .login, .logged-in .login { height: 140px; margin: 12px auto 0; width: 90%; display: table; }

.login-block .login label, .login-block .login .tc, .logged-in .login label, .logged-in .login .tc { display: table-cell; border-spacing: 0; position: relative; min-width: 24px; vertical-align: top; height: 1px; white-space: nowrap; }

.login-block .login label.btn-login, .login-block .login .tc.btn-login, .logged-in .login label.btn-login, .logged-in .login .tc.btn-login { padding-left: 5px; }

.login-block .login .bsp, .logged-in .login .bsp { border-spacing: 10px; }

.login-block .login .tb, .logged-in .login .tb { display: table; border-spacing: 0; width: 100%; }

.login-block .login .form-group, .logged-in .login .form-group { display: table-row; }

.login-block .login .form-control, .logged-in .login .form-control { display: table-cell; }

.login-block .login .recovery, .logged-in .login .recovery { max-width: 170px; }

.login-block .login .recovery a, .logged-in .login .recovery a { padding: 0 5px; text-decoration: underline; }

.login-block .login .default-login, .logged-in .login .default-login { display: table; border-spacing: 10px; width: 100%; }

.login-block .login .vertical-line, .logged-in .login .vertical-line { position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: #9ea3b1; z-index: 1; height: 100px; }

.login-block .login .btn-primary, .logged-in .login .btn-primary { width: 100%; }

.login-block .login .wrap-or, .logged-in .login .wrap-or { text-align: center; position: relative; right: 0; top: 37px; z-index: 2; }

.login-block .login .or, .logged-in .login .or { color: #9ea3b1; padding: 3px; background: #e2e2e2; cursor: default; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.login-block .login .social-login, .logged-in .login .social-login { display: table; }

.login-block .login .social-login .btn-fb, .logged-in .login .social-login .btn-fb { background-color: #364f88; }

.login-block .login .social-login .btn-fb:hover, .logged-in .login .social-login .btn-fb:hover { background-color: #283a63; }

.login-block .login .social-login .btn-tw, .logged-in .login .social-login .btn-tw { background-color: #40a1d1; }

.login-block .login .social-login .btn-tw:hover, .logged-in .login .social-login .btn-tw:hover { background-color: #2b86b3; }

.login-block .login-bottom-block, .logged-in .login-bottom-block { align-self: flex-end; margin-top: auto; order: 2; width: 100%; }

.login-block .login-bottom-block.go_domain_or_premium_user, .logged-in .login-bottom-block.go_domain_or_premium_user { background-color: #556b7c; padding: 15px 20px; color: #FFFFFF; }

.login-block .login-bottom-block.go_domain_or_premium_user a, .logged-in .login-bottom-block.go_domain_or_premium_user a { color: #FFFFFF; text-decoration: underline; padding: 0; }

.login-block .login-bottom-block.go_domain_or_premium_user strong, .logged-in .login-bottom-block.go_domain_or_premium_user strong { font-size: 16px; font-weight: 300; }

.login-block .login-bottom-block.go_domain_or_premium_user .ico, .logged-in .login-bottom-block.go_domain_or_premium_user .ico { font-size: 18px; margin-top: -4px; }

.login-block .login-bottom-block.go_domain_or_premium_user p, .logged-in .login-bottom-block.go_domain_or_premium_user p { padding: 0 0 0 22px; font-weight: 100; line-height: 14px; }

.login-block .login-bottom-block.free_user, .logged-in .login-bottom-block.free_user { background-color: #ce2127; }

.login-block .login-bottom-block > a, .logged-in .login-bottom-block > a { padding: 20px; display: block; width: 100%; height: 100%; line-height: 50px; color: #FFFFFF; font-size: 18px; font-weight: 300; text-decoration: none; }

.login-block .login-bottom-block > a:hover, .logged-in .login-bottom-block > a:hover { background-color: #a21a1f; text-decoration: none; }

.login-block .login-bottom-block > a p, .logged-in .login-bottom-block > a p { font-weight: 100; font-size: 14px; float: right; width: 135px; text-align: right; line-height: 16px; margin: 7px 0; }

.login-block .login-bottom-block > p > a, .logged-in .login-bottom-block > p > a { text-decoration: none; }

.login-block .login-bottom-block .prod-mail_plus, .logged-in .login-bottom-block .prod-mail_plus { font-size: 30px; padding: 0; }

.reg-banner { border: 2px solid #ce2127; height: 300px; background-image: url(../img/_reg-banner.png); background-position: -90px 0; background-repeat: no-repeat; padding: 36px 40px 30px 188px; }

.reg-banner h2, .reg-banner h3 { font-weight: bold; margin: 0; text-transform: uppercase; }

.reg-banner h2 span, .reg-banner h3 span { color: #ce2127; }

.reg-banner h2 { font-size: 32px; white-space: nowrap; }

.reg-banner .why-reg { margin-bottom: 5px; padding: 15px 0; }

.reg-banner .why-reg li { line-height: 32px; }

.reg-banner .why-reg .ico { color: #ce2127; font-size: 28px; }

.reg-banner .btn-primary { font-weight: bold; }

.mailplus-banner { height: 300px; background-image: url(../img/_mailplus-banner.jpg); background-repeat: no-repeat; background-size: cover; background-position: left bottom; padding: 25px 0 30px 188px; color: #556b7c; text-align: center; }

.mailplus-banner h3 { margin: 0 0 10px; font-weight: 100; border-bottom: 1px solid #e2e2e2; text-transform: uppercase; font-size: 21px; text-align: left; }

.mailplus-banner ul { position: relative; text-align: left; }

.mailplus-banner ul li { text-transform: uppercase; font-weight: 300; padding: 10px 0; line-height: 12px; min-height: 35px; }

.mailplus-banner ul li span { font-size: 12px; position: absolute; max-width: 80%; }

.mailplus-banner ul li .ico { font-size: 32px; left: 0; }

a.red-link { font-weight: bold; font-size: 14px; color: #ce2127; text-decoration: underline; cursor: pointer; text-transform: none; }

.img-hover { padding: 50px 0; text-align: center; height: 158px; background-repeat: no-repeat; background-size: cover; background-position: 50%; }

.img-hover:hover a, .img-hover:focus a { display: inline-block; background-color: #556b7c; width: 58px; height: 58px; border-radius: 50%; line-height: 55px; text-align: center; color: #FFFFFF; opacity: 0.8; }

.img-hover:hover a:hover, .img-hover:focus a:hover { opacity: 1; text-decoration: none; }

.img-hover:hover a span, .img-hover:focus a span { font-size: 24px; text-decoration: none; opacity: 0.8; }

.img-hover span { opacity: 0; display: block; height: 100%; top: 20px; position: relative; }

.widget-1-1, .widget-1-2, .widget-1-3, .widget-1-4, .widget-1-5, .widget-1-6, .widget-1-7, .widget-2-1, .widget-2-2, .widget-2-3, .widget-2-4, .widget-footer, .widget-3-5, .widget-3-6, .widget-4-1, .widget-4-2, .widget-4-3, .widget-4-4, .widget-5-1, .widget-5-2, .widget-5-3, .widget-5-4, .widget-5-5, .widget-5-6, .widget-5-7, .widget-6-1, .widget-6-2, .widget-6-3 { margin-bottom: 10px; }

.widget-3-1, .widget-3-2, .widget-3-3, .widget-3-4 { margin-bottom: 5px; }

.widget-1-2, .widget-1-3, .widget-1-4, .widget-1-5, .widget-1-6, .widget-1-7, .widget-5-2, .widget-5-3, .widget-5-4, .widget-5-5, .widget-5-6, .widget-5-7 { height: 145px; }

.widget-1-1, .widget-2-1, .widget-2-2, .widget-2-3, .widget-2-4, .widget-5-1, .widget-6-1, .widget-6-2, .widget-6-3 { height: 300px; }

.widget-3-1, .widget-3-2, .widget-3-3, .widget-3-4, .widget-3-5, .widget-3-6 { height: 158px; }

.widget-4-1, .widget-4-2, .widget-4-3, .widget-4-4 { height: 237px; }

.widget-7-1, .widget-7-2, .widget-7-3, .widget-7-4 { height: 200px; }

.widget-header { margin-bottom: 2px; line-height: 50px; height: 50px; border-top: 2px solid #e2e2e2; font-size: 18px; font-weight: bold; text-transform: uppercase; }

.widget-header a { color: #000000; }

.widget-header a:hover { color: #ce2127; text-decoration: none; }

.widget-header .widget-right { float: right; height: 50px; width: 250px; text-align: right; line-height: 45px; white-space: nowrap; overflow: hidden; padding-right: 10px; text-overflow: ellipsis; color: #ce2127; }

.widget-header .widget-right a { color: #ce2127; }

.widget-header .widget-right a:hover { text-decoration: underline; }

.widget-header .header-info { font-weight: normal; color: #556b7c; border-left: 1px solid #e2e2e2; padding-left: 10px; margin-left: 7px; }

.widget-header .ico-product { padding: 0; color: #ce2127; }

.widget-footer ul { padding-left: 30px; }

.widget-footer ul li { line-height: 24px; }

.widget-footer ul li a { text-decoration: underline; }

.widget-footer .ico-product { padding: 0; color: #ce2127; width: 26px; }

div.widget-descr { background-image: none; height: 42px; line-height: 14px; padding: 5px 0; }

div.widget-descr a { font-weight: bold; text-decoration: underline; }

div.widget-descr p { font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.col-login, .col-widget-1, .col-widget-2 { float: left; position: relative; min-height: 1px; padding-left: 5px; padding-right: 5px; }

.col-widget-2, .col-widget-6 { display: none; }

#content-center .col-widget-4 { float: right; }

#content-center .col-widget-5 { padding: 0; }

.col-widget-3 div { background-size: cover; background-position: 50% 50%; }

.col-widget-7 { margin-bottom: 10px; }

.col-widget-7 .filter { float: right; text-transform: none; font-size: 14px; font-weight: 100; }

.col-widget-7 .filter span { display: inline-block; padding: 0 3px; }

.col-widget-7 .filter span.ipi-male { font-size: 24px; color: #2b83e6; text-decoration: none; cursor: pointer; }

.col-widget-7 .filter span.ipi-female { font-size: 24px; color: #e62b8c; text-decoration: none; cursor: pointer; }

.col-widget-7 .gender-icon { position: absolute; font-size: 24px; right: 10px; color: white; top: 10px; }

.col-widget-7 .gender-icon.ipi-male { color: #2b83e6; }

.col-widget-7 .gender-icon.ipi-female { color: #e62b8c; }

.col-widget-8, .col-widget-9 { margin-bottom: 10px; }

.col-widget-8 .widget-8, .col-widget-9 .widget-8 { margin-bottom: 10px; }

.col-widget-8 .widget-8 iframe, .col-widget-9 .widget-8 iframe { box-shadow: none !important; border: 1px solid #e2e2e2 !important; border-radius: 0 !important; display: none; }

.col-widget-8 .widget-9, .col-widget-9 .widget-9 { margin-bottom: 10px; }

.col-widget-8 .widget-9 iframe, .col-widget-9 .widget-9 iframe { border-bottom: 1px solid #e2e2e2 !important; }

.col-block { width: 410px; float: right; }

.col-login .mail-notification { background-color: #dc651e; color: #FFFFFF; min-height: 90px; padding: 20px 10px; position: relative; width: 100%; }

.col-login .mail-notification span[class*="ipi-alert-"] { font-size: 18px; left: 10px; position: absolute; top: 50%; transform: translateY(-50%); }

.col-login .mail-notification .close { color: #FFFFFF; font-size: 24px; height: 24px; opacity: 0.8; outline: none; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }

.col-login .mail-notification .close:hover { opacity: 1; }

.col-login .mail-notification p { font-weight: 100; left: 10px; line-height: 1.42857; margin: 0; padding: 0 30px 0 25px; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }

.col-login .mail-notification p a { color: #FFFFFF; text-decoration: underline; }

.main-news { position: relative; overflow: hidden; background-size: cover; }

.main-news .main_news_text_wrapper { position: absolute; color: #FFFFFF; padding-left: 15px; padding-bottom: 20px; bottom: 0; height: 100px; height: calc(300px - 140px - 50px - 20px); background: #556b7c; width: 100%; }

.main-news .main_news_text_wrapper h3 { margin-top: 10px; margin-bottom: 2px; font-size: 21px; }

.main-news .main_news_text_wrapper a { color: #FFFFFF; }

.main-news .main_news_text_wrapper p { font-size: 1.2em; }

.main-news .news-logo img { margin: 5px; height: 40px; }

.main-news .news-content h4 { font-weight: 300; font-size: 25px; line-height: 25px; color: #FFFFFF; margin: 0; text-shadow: 1px 1px 1px #555; position: absolute; bottom: 60px; padding: 10px 20px; }

.main-news a:first-of-type { vertical-align: bottom; text-decoration: none; }

.main-news .news-logo { position: absolute; top: 0; }

.main-news .news-select { background-color: #556b7c; width: 100%; height: 60px; line-height: 10px; position: absolute; bottom: 0; left: 0; }

.main-news .news-select ul { margin: 20px 50px 20px 20px; padding: 0; overflow: hidden; float: left; max-height: 20px; }

.main-news .news-select ul li { display: inline-block; padding-right: 10px; }

.main-news .news-select ul li.active > a { background-color: #ce2127; }

.main-news .news-select ul li a { color: #FFFFFF; font-size: 12px; text-transform: uppercase; font-weight: 300; padding: 1px 4px 2px 4px; line-height: 20px; height: 20px; display: block; }

.main-news .news-select ul li a:hover { text-decoration: underline; }

.main-news .news-more { position: absolute; right: 0; margin: 20px 0; color: #FFFFFF; height: 20px; vertical-align: middle; width: 50px; line-height: 20px; display: none; }

.main-news .news-more .ico.ipi-bar { margin: 0; padding: 0; color: #FFFFFF; }

.main-news .news-more ul.more_news_categories { display: none; }

.main-news .news-more.open ul.more_news_categories { padding: 0; display: block; position: absolute; background-color: #556b7c; bottom: 40px; text-align: right; right: 0; min-width: 100px; max-height: 240px; overflow-y: auto; margin: 0; z-index: 2; }

.main-news .news-more.open ul.more_news_categories li { border-bottom: 1px solid #6d8090; display: list-item; padding: 0; height: auto; }

.main-news .news-more.open ul.more_news_categories li:hover > a { text-decoration: underline; }

.main-news .news-more.open ul.more_news_categories li a { height: auto; color: #FFFFFF; font-weight: 300; font-size: 12px; text-transform: uppercase; white-space: nowrap; padding: 5px 10px; }

.widget-news .header-s, .widget-news .header-l, .widget-news .main-news { background-size: cover; background-position: top center; }

.widget-news div.header-s { height: 100px; background-size: cover; position: relative; }

.widget-news div.header-l { height: 170px; background-size: cover; }

.widget-news a { display: block; overflow: hidden; text-decoration: none; height: 100%; }

.widget-news a:hover { text-decoration: none; color: #556b7c; }

.widget-news a:hover > h5, .widget-news a:hover h6 { text-decoration: none; color: #ce2127; }

.widget-news .news-overlay { width: 100%; height: 100%; background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }

.widget-news h6, .widget-news h5 { font-weight: 300; font-size: 16px; margin: 0; overflow: hidden; display: block; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; line-height: 18px; height: 39px; padding-top: 3px; }

.widget-news h5 { height: auto; max-height: 43px; line-height: 20px; font-size: 18px; }

.widget-news p { font-size: 14px; color: #000000; font-weight: normal; text-transform: none; margin: 0; line-height: 16px; height: 64px; overflow: hidden; display: block; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; }

.widget-news p span { text-transform: uppercase; }

.widget-news .video-time { margin-top: 0; margin-right: 0; padding: 0 4px; font-size: 12px; background-color: #000; color: #fff !important; height: 14px; line-height: 14px; opacity: .75; filter: alpha(opacity=75); display: -moz-inline-stack; vertical-align: top; display: inline-block; position: absolute; right: 2px; bottom: 2px; }

.win .widget-news h5 { padding: 0 0 3px 0; }

.win .widget-news h6 { padding: 0; }

.insta-container { position: relative; padding-bottom: 130%; height: 0; overflow: hidden; clear: both; }

.insta-frame { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#news_relevant .news_relevant_item { padding-bottom: 20px; }

#news_relevant .news_relevant_item .news_relevant_item_link { display: inline-block; height: 100%; width: 100%; }

#news_relevant .news_relevant_item .news_relevant_item_link .news_relevant_item_title { margin-top: 0; }

#news_relevant .news_relevant_item .news_relevant_item_link .news_relevant_item_img { width: 100%; }

.widget-games { background-color: #e2e2e2; height: 100%; }

.widget-games .game-pic { height: 160px; background-position: 50% 50%; background-size: cover; }

.widget-games .game-desc { padding: 7px 10px; max-height: 77px; overflow: hidden; }

.widget-games .game-desc a { height: 18px; display: inline-block; width: 100%; }

.widget-games .game-desc a:hover { text-decoration: none; }

.widget-games .game-desc h3 { margin: 0; font-size: 18px; font-weight: bold; text-transform: uppercase; display: inline-block; max-width: 70%; max-height: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 18px; }

.widget-games .game-desc .play-btn { float: right; font-size: 10px; text-transform: uppercase; text-decoration: underline; color: #ce2127; font-weight: bold; line-height: 18px; }

.widget-games .game-desc .ico { font-size: 14px; text-decoration: none; padding-right: 2px; }

.widget-games .game-desc p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-height: 14px; font-size: 12px; max-height: 42px; margin: 0; }

#shop-block { margin-bottom: 10px; }

#shop-block .slick-slide { min-height: 720px; }

#shop-block .slick-slide > div:first-child { height: 360px; border-bottom: 1px solid #e2e2e2; margin: 0 0 10px 0; }

#shop-block .wrap-carousel-bottom.slick-initialized { max-height: initial; }

#travel-block { margin-bottom: 10px; height: auto; min-height: 408px; }

#travel-block .slick-slide { min-height: 350px; }

#travel-block .wrap-carousel-bottom.slick-initialized { max-height: initial; }

.shop-1, .shop-2, .shop-3, .shop-4, .shop-5, .shop-6, .shop-7, .shop-8, .shop-9, .shop-10, .shop-11, .shop-12, .travel-1, .travel-2, .travel-3, .travel-4, .travel-5, .travel-6, .travel-7, .travel-8, .travel-9, .travel-10, .travel-11, .travel-12 { height: 350px; }

.widget-shop { color: #9ea3b1; font-weight: 300; }

.widget-shop a { color: #000000; }

.widget-shop a:hover { color: #ce2127; }

.widget-shop h3 { margin: 0; font-size: 18px; text-transform: uppercase; white-space: nowrap; overflow: hidden; margin-bottom: 10px; text-overflow: ellipsis; }

.widget-shop .shop-pic { height: 120px; position: relative; background-repeat: no-repeat; background-position: 50%; max-width: 230px; margin: 0 auto; }

.widget-shop .shop-pic span { background-color: #ce2127; color: #FFFFFF; right: 0; top: 7px; position: absolute; text-align: center; width: 40px; height: 40px; line-height: 42px; vertical-align: middle; font-size: 16px; border-radius: 50%; }

.widget-shop .shop-name { margin: 5px 0; line-height: 16px; height: 33px; overflow: hidden; }

.widget-shop .shop-name a { color: #556b7c; }

.widget-shop .shop-price-new { color: #ce2127; font-weight: bold; }

.widget-shop .shop-price-old { padding-left: 10px; text-decoration: line-through; color: #c7c7c7; }

.widget-shop .ico { font-weight: normal; padding: 0 2px 0 7px; }

.widget-shop ul { padding: 0; margin: 10px 0; }

.widget-shop ul li { font-size: 12px; font-weight: normal; text-decoration: underline; padding: 3px 0; }

.modal { padding-right: 0 !important; }

.modal-dialog { margin: 0 auto 0 50%; height: 100%; }

.modal-dialog #article_foot { clear: both; }

.modal-dialog .modal-header { position: fixed; background-color: #FFFFFF; z-index: 9; top: 1px; right: 1px; width: 80%; width: calc(100% - 2px); height: 80px; -webkit-transform: translateZ(2px); -moz-transform: translateZ(2px); -o-transform: translateZ(2px); transform: translateZ(2px); }

.modal-dialog .modal-header a { text-decoration: underline; float: right; clear: both; }

.modal-dialog .modal-header a:hover { color: #ce2127; }

.modal-dialog .modal-header .news-logo, .modal-dialog .modal-header .modal-logo { display: inline-block; position: relative; height: 100%; }

.modal-dialog .modal-header .news-logo img, .modal-dialog .modal-header .modal-logo img { max-width: 150px; max-height: 50px; position: absolute; top: 0; bottom: 0; margin: auto; }

.modal-dialog .modal-header .modal-logo img { max-width: initial; }

.modal-dialog .modal-header .news-date { padding-top: 15px; display: inline-block; text-align: right; float: right; color: #556b7c; }

.modal-dialog .modal-header .news-date span { float: right; }

.modal-dialog .modal-header .news-date span:first-child { float: none; }

.modal-dialog .modal-header .news-date a { white-space: nowrap; }

.modal-dialog .ipi-close { padding: 15px; font-size: 24px; opacity: 1; color: #556b7c; outline: none; line-height: 24px; }

.modal-dialog .ipi-close:hover { color: #4b5e6d; }

.modal-dialog .modal-content { height: 100%; padding: 0 10%; overflow: scroll; }

.modal-dialog .modal-content .modal-body { padding: 80px 10px 10px; }

.modal-dialog .modal-content .modal-body .news-pic-wrap { width: 40%; float: left; margin: 7px 15px 7px 0; }

.modal-dialog .modal-content .modal-body .news-pic { width: 100%; background-repeat: no-repeat; background-position: left; display: block; }

.modal-dialog .modal-content .modal-body .news-text ul { clear: both; list-style: disc; }

.modal-dialog .modal-content .modal-body .img-copyright, .modal-dialog .modal-content .modal-body .news-copyright { color: #717171; font-size: 11px; }

.modal-dialog .modal-content .modal-body .news-copyright { text-align: right; margin-top: -7px; margin-bottom: 10px; }

.modal-dialog .modal-content .modal-body a { text-decoration: none; }

.modal-dialog .modal-content .modal-body h1 { color: #556b7c; font-weight: bold; font-size: 26px; }

.modal-dialog .modal-content .modal-body p { font-size: 18px; }

.modal-dialog .modal-content .modal-body ul { list-style-type: circle; font-size: 16px; padding: 15px 30px; background: #e2e2e2; display: inline-block; }

.modal-dialog .modal-content .modal-body .list-group { background-color: transparent; }

.modal-dialog .modal-content .btn-primary { font-weight: 300; white-space: normal; height: auto; }

.modal-dialog .modal-content .btn-primary span { white-space: nowrap; }

.modal-dialog .modal-footer { text-align: left; clear: both; border: none; }

.modal-dialog .modal-banner { text-align: center; padding: 10px 0; }

.modal-dialog .modal-banner img { width: 100%; max-width: 500px; }

.legend { border-top: 1px solid #e2e2e2; margin: 30px 0 0; line-height: 25px; }

.legend span { font-size: 16px; color: #c7c7c7; position: relative; display: inline-block; height: 20px; left: 7px; top: -14px; padding: 0 7px; background-color: #FFFFFF; }

#modal-dating .modal-body .list-group-item { border-left: 0; border-right: 0; height: 40px; }

#modal-dating .modal-body .badge { background-color: #f7f1f7; color: #531955; min-width: 100px; text-align: left; float: left; margin: 0 20px 10px 0; }

.sk-circle { height: 40px; margin: 100px auto; position: relative; width: 40px; animation: 250ms fadeIn; }

.sk-circle .sk-child { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.sk-circle .sk-child:before { background-color: #556b7c; border-radius: 100%; content: ''; display: block; height: 15%; margin: 0 auto; width: 15%; animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 { -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); }

.sk-circle .sk-circle2:before { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }

.sk-circle .sk-circle3 { -webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg); }

.sk-circle .sk-circle3:before { -webkit-animation-delay: -1s; animation-delay: -1s; }

.sk-circle .sk-circle4 { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

.sk-circle .sk-circle4:before { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }

.sk-circle .sk-circle5 { -webkit-transform: rotate(120deg); -ms-transform: rotate(120deg); transform: rotate(120deg); }

.sk-circle .sk-circle5:before { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }

.sk-circle .sk-circle6 { -webkit-transform: rotate(150deg); -ms-transform: rotate(150deg); transform: rotate(150deg); }

.sk-circle .sk-circle6:before { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; }

.sk-circle .sk-circle7 { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.sk-circle .sk-circle7:before { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }

.sk-circle .sk-circle8 { -webkit-transform: rotate(210deg); -ms-transform: rotate(210deg); transform: rotate(210deg); }

.sk-circle .sk-circle8:before { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }

.sk-circle .sk-circle9 { -webkit-transform: rotate(240deg); -ms-transform: rotate(240deg); transform: rotate(240deg); }

.sk-circle .sk-circle9:before { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; }

.sk-circle .sk-circle10 { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }

.sk-circle .sk-circle10:before { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; }

.sk-circle .sk-circle11 { -webkit-transform: rotate(300deg); -ms-transform: rotate(300deg); transform: rotate(300deg); }

.sk-circle .sk-circle11:before { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; }

.sk-circle .sk-circle12 { -webkit-transform: rotate(330deg); -ms-transform: rotate(330deg); transform: rotate(330deg); }

.sk-circle .sk-circle12:before { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; }

@keyframes sk-circleBounceDelay { 0%, 80%, 100% { -webkit-transform: scale(0);
    transform: scale(0); }
  40% { -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes fadeIn { 0% { opacity: 0;
    margin: 0;
    height: 0; }
  100% { opacity: 1;
    margin: 100px auto;
    height: 40px; } }

.slick-initialized .sk-circle { display: none; }

.cv-online { border: 1px solid #e2e2e2; font-family: Arial, Helvetica, sans-serif; }

.cv-online .cv-header { background-color: #fdfdfd; text-align: center; padding-bottom: 5px; }

.cv-online .cv-header a { display: block; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAABNCAMAAADU+9vHAAACB1BMVEX9/f0fVqcjHyAtktDj5eXU09O5t7hLSEn7+/wlISL5+/z29vb6+vrf39+CgIBZVlc6Njf1+PstKSrCwcF6eHgyLy8vKywkICH4+Pjj5ufm5uactdjMy8zGxcWzsbIvYq0hWKifnZ6Kh4iEgoNyb3BdWls2MjMpJSb8/f3v8/j09PTv7+/T4Ofc29vZ2dnX1tZGntWGpM9skMS8u7tLd7eop6eamJmQjo92c3RsampaV1hWU1RJRUZCPj8nIyS+3fDZ4u/u7e3s7Ozq6urM2Org5OaTxubj4+OBvuKvwt6Wr9Y4mNPS0dGXr9EzldEwlNBPermtrKwpXasmXKqNi4tST1BOS0vt8ffU6PS12O2s0+yl0OqizumdzOnB0OaLw+W7y+TU2+Pi4uK2yOKzxeGPwd9xtd+iudpYqNlJoNZBnNOQq9HPzs54mMhwk8dhiMBdhL9TfbtGc7a2tbU9bbM2Z7AkWqmGhIV/fX5+e3xpZmdgXV4/PD3u9frs8ffy8vLe5vHE4PHQ2+za4OWvz+OozeOgyOKdx+F3ttxsstxosNqjt9VBnNSHo8vKyclYgLtAb7Q5abGVlJRvbG1ubGxnZGRjYGHi7/fc7Pbl6/TR5vPx8fG42u7L3ebB2OWz0uPQ2OJ6uuHJ0+DDz96pvt27yNykuttSpdipvNa4trevrq6joqJGQ0S3wVrRAAAFOklEQVRo3u3aB1MTQRgG4HfvVk1IUDQoYFeKKKJgQ8UGoqAgCth777333nvvvbcfae5L9i63e3c6k8TJzdwzw1yDGV52v929JQgEAoFAIBDws5Ej4X/L5i/qYqxrQu1F+FnlgE4mTNgE34ruZakOzIJPjWN2RwfAl74yxbje8J+zQ5jqgA9HsFrmZILvkvQewhwt8lvv2sRc7MuDKbR8TcvWresu5CF37WVuapF0Zk2NnlCzAjnrMHO1CYa8Va26pSWE3LSMuRvyAsCz7brNOuSmJuZhPzCzVZfMRE7azLzMW7lQl+3IzYofwLwsaNVVr5GL5jMPd/g7XXUDuWgXczeO85IaXdGak33Lo0Ue8Li3umo5cpB7jQzdwONKduqKnJwV57kXOieXdcUaKBp3x2IDG/EP8nsZ7iLT1jIXh3lCiToAz4XdmNLpGpleOgbIN87C9Q2wRMvCWtx4xHXTDN2RabOYi488actfgvSfUqSZisoaMZXOhsPyk+4URLMZJHqUObrHhdHeQQZVaDYF3QYnjiGYTtGdxchmEBxkjt5zk1Luq2GJjdAkxyJ96TgIwuwwNdZGpyDZXsYf4JZrHqNWfj/REL2mJgplaQSldFIIYRhdn0J2g2xjTj5xy2iPeaSXRup3U7UcC2t9qoFqutc3gqQldH3IKUi2q72TE+dxa2FvCOM1UijqYczigYirp7s/RKvRVUVxloNUHmGqXTzVdd3mG0zlid4UhV0H3T6JhDoxitmC1PWMGy+yHotfDEd69jDVBm5S58QWqYq1GCQRqpwZVSC/NUO+FKSQppvmlM5XhvSsZ4oubjPa7c3qkBhoZcfpwUQY2uh8KqQgu+k4DIZmMcylJaruB+3hNnP0VO1WiSzWDI+hGGv98skxbLAcBNOMY7k1rJ0OIeN9ax63a9dTbIVpsmaog4r6SlF/AKECMYRJQSZR36oyx746pOuiV4mQ7S7v7E9E91BMpCeTAMTorBRSEFFgg0WpFTUjbYuYZA4X1GFrRwimk+LXVYzqo8X1MFutWg4ifvqRSF2ehaX8UC7Z4rI+KZSWh8qjMckBrB5yEDEJ9SsGnoqmSVeetEl3hEuu6qbbvWGp01z/lm3JjIfo2OEUJFqRGKuqZogiSttnaf+aS67oplUgqRN7n3NwsJRGIkyhP3vEKQiGG2c9QavlE8iEvPvqEl4Nom5qVYVFkah+0aNutBI+Dscg1SlZ2yBkcFKcwAVl/XsBNk81Q7+NUL2icn+sGcY6B0E91VE/GhYyZL9tz9e12D/ALqaRaf2RMLDHk1G2SYZeHpeAFIfkIDRc0fcNQ4ac72QpuORGMkfNGUjKNdLnYTMQGlsa1rRTxSKURsRSZePUohEniu1BzhmtNsP4agSysS10iRP5HbH9JWT5VAOUpWKERqaIiWaaeGI0UoiuelpBRKuRKciYUGrn+sJtSvSElVANUl51H4WsF0NSaK2+KqQgd7WEGDLn7JHUvVKb0V7/GRlYoNmUFSOpIZmxzT1IaLpYP2dQU5c1tc9xmA9bKuGo4cQMzVTQAUsZ3VoKmF3ruBQED8X+SiZtlncZhRraA6qEm/6Tyo1SCU8vGxwBEWOYoUPsMGojCkcB1XRzkPhRuspHtvYhhl6Selb7Sngb1VAVhbeIxzdkLclBbrmp69ufw182HzVnd7NM3ui3V+fkf0Q8NT1gSZ3fOSm5ucpvn4Egy8ZZhbJvwa1bd87Dr9YeZJb7vv0QWlzl+n1DGRmyy5e9KsXItfNrawc0+a/GA4FAIBAIBP6vP4RKths+OkueAAAAAElFTkSuQmCC); background-repeat: no-repeat; background-position: 50% 5px; height: 85px; }

.cv-online .cv-header span { font-weight: bold; font-size: 16px; color: #898989; }

.cv-online .cv-line { position: relative; top: -20px; height: 20px; }

.cv-online .cv-line::before { position: absolute; content: ''; left: 0; right: 0; bottom: 0; top: 0; border-radius: 50%; box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px; clip: rect(20px, auto, 50px, 0); }

.cv-online .cv-body { padding: 0 25px; overflow: hidden; max-height: 400px; }

.cv-online .cv-body.slick-initialized.slick-slider { max-height: none; }

.cv-online .cv-body.slick-initialized.slick-slider ul { display: block; }

.cv-online .cv-body.slick-initialized.slick-slider + .cvpreload { display: none; }

.cv-online .cv-body .slick-next, .cv-online .cv-body .slick-prev { top: 50%; height: 50px; width: 25px; background: transparent; opacity: .8; }

.cv-online .cv-body .slick-next:before, .cv-online .cv-body .slick-prev:before { font-size: 50px; color: #0061af; }

.cv-online .cv-body .slick-next:hover, .cv-online .cv-body .slick-prev:hover { opacity: 1; }

.cv-online .cv-body .slick-next { right: 0; }

.cv-online .cv-body .slick-next:before { content: "\203A"; }

.cv-online .cv-body .slick-prev { left: 0; }

.cv-online .cv-body .slick-prev:before { content: "\2039"; }

.cv-online .cv-body ul { list-style: none; padding: 0; margin: 0; color: #105ca7; display: none; }

.cv-online .cv-body ul li { padding-left: 10px; white-space: nowrap; overflow: hidden; }

.cv-online .cv-body ul li:nth-child(even) { background-color: #f0f0f0; }

.cv-online .cv-body ul li::before { content: "\25A0"; padding-right: 5px; }

.cv-online .cv-body ul li a { vertical-align: middle; display: inline-block; padding: 10px 20px 10px 0; }

.cv-online .cv-body ul li a:hover { text-decoration: none; }

.cv-online .cv-body ul li a:hover > h5 { color: #ce2127; }

.cv-online .cv-body ul li h5 { margin: 0; color: #336699; text-transform: uppercase; white-space: normal; }

.cv-online .cv-body ul li span { color: #999; font-size: 14px; display: block; white-space: normal; }

.cv-online .cv-footer { text-align: center; padding: 10px; border-top: 1px solid #e2e2e2; }

.cv-online .cv-footer a { color: #43BB4A; }

.cv-online .cv-footer a:hover { color: #23B02A; text-decoration: none; }

div.cvpreload { margin: 50px auto; box-sizing: border-box; width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(#4096ee -50%, rgba(64, 150, 238, 0) 60%); animation: roll-r 3s linear infinite; }

div.cvpreload > div { padding: 5px; animation: roll-l 1s linear infinite; }

div.cvpreload > div:after { content: ""; display: block; width: 40px; height: 40px; border-radius: 50%; background: #fdfdfd; }

@keyframes roll-r { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }

@keyframes roll-l { 0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); } }

.vast-skip-button { opacity: .7; font-size: 12px !important; bottom: 3em !important; }

.vjs-big-play-button { display: none; top: 50% !important; left: 50% !important; margin-left: -1.5em !important; margin-top: -0.85em !important; width: 3em !important; height: 1.5em !important; }

.vjs-paused .vjs-big-play-button { display: block !important; }

.vjs-playing .vjs-big-play-button { display: none !important; }

.vjs-seeking .vjs-big-play-button { display: none !important; }

.vjs-progress-holder { height: 1em !important; }

.vjs-play-progress:before { display: none !important; }

.play-button { height: 2em; width: 2em; background-color: white; opacity: .7; border-radius: 50%; z-index: 1; font-size: 1.5em; cursor: pointer; margin: auto; position: absolute; bottom: 0px; left: 0px; right: 0px; top: 0px; }

.play-button span { width: 0px; height: 0px; top: 0.5em; left: .7em; border-top: .5em solid transparent; border-bottom: .5em solid transparent; border-left: 1em solid #556b7c; position: absolute; }

.xtv_widget .widget-header svg { height: 45px; width: 80px; }

.xtv_widget .widget-xtv-1, .xtv_widget .widget-xtv-2, .xtv_widget .widget-xtv-3, .xtv_widget .widget-xtv-4, .xtv_widget .widget-xtv-5, .xtv_widget .widget-xtv-6, .xtv_widget .widget-xtv-7, .xtv_widget .widget-xtv-8, .xtv_widget .widget-xtv-9, .xtv_widget .widget-xtv-10 { height: 140px; overflow: hidden; background-color: #000; position: relative; margin-bottom: 10px; }

.xtv_widget .widget-xtv-1 i, .xtv_widget .widget-xtv-2 i, .xtv_widget .widget-xtv-3 i, .xtv_widget .widget-xtv-4 i, .xtv_widget .widget-xtv-5 i, .xtv_widget .widget-xtv-6 i, .xtv_widget .widget-xtv-7 i, .xtv_widget .widget-xtv-8 i, .xtv_widget .widget-xtv-9 i, .xtv_widget .widget-xtv-10 i { margin: 10px; }

.xtv_widget .widget-xtv-1 .xtv-flex, .xtv_widget .widget-xtv-2 .xtv-flex, .xtv_widget .widget-xtv-3 .xtv-flex, .xtv_widget .widget-xtv-4 .xtv-flex, .xtv_widget .widget-xtv-5 .xtv-flex, .xtv_widget .widget-xtv-6 .xtv-flex, .xtv_widget .widget-xtv-7 .xtv-flex, .xtv_widget .widget-xtv-8 .xtv-flex, .xtv_widget .widget-xtv-9 .xtv-flex, .xtv_widget .widget-xtv-10 .xtv-flex { display: flex; position: relative; visibility: hidden; transition: all 0.5s cubic-bezier(0.2, 0.6, 0.4, 1); margin-bottom: -70px; background-color: rgba(0, 0, 0, 0.5); }

.xtv_widget .widget-xtv-1 .xtv-flex div, .xtv_widget .widget-xtv-2 .xtv-flex div, .xtv_widget .widget-xtv-3 .xtv-flex div, .xtv_widget .widget-xtv-4 .xtv-flex div, .xtv_widget .widget-xtv-5 .xtv-flex div, .xtv_widget .widget-xtv-6 .xtv-flex div, .xtv_widget .widget-xtv-7 .xtv-flex div, .xtv_widget .widget-xtv-8 .xtv-flex div, .xtv_widget .widget-xtv-9 .xtv-flex div, .xtv_widget .widget-xtv-10 .xtv-flex div { max-width: calc(100% - 70px); }

.xtv_widget .widget-xtv-1:hover, .xtv_widget .widget-xtv-2:hover, .xtv_widget .widget-xtv-3:hover, .xtv_widget .widget-xtv-4:hover, .xtv_widget .widget-xtv-5:hover, .xtv_widget .widget-xtv-6:hover, .xtv_widget .widget-xtv-7:hover, .xtv_widget .widget-xtv-8:hover, .xtv_widget .widget-xtv-9:hover, .xtv_widget .widget-xtv-10:hover { position: relative; }

.xtv_widget .widget-xtv-1:hover .xtv-flex, .xtv_widget .widget-xtv-2:hover .xtv-flex, .xtv_widget .widget-xtv-3:hover .xtv-flex, .xtv_widget .widget-xtv-4:hover .xtv-flex, .xtv_widget .widget-xtv-5:hover .xtv-flex, .xtv_widget .widget-xtv-6:hover .xtv-flex, .xtv_widget .widget-xtv-7:hover .xtv-flex, .xtv_widget .widget-xtv-8:hover .xtv-flex, .xtv_widget .widget-xtv-9:hover .xtv-flex, .xtv_widget .widget-xtv-10:hover .xtv-flex { visibility: visible; margin: 0; background-color: transparent; }

.xtv_widget .widget-xtv-1:hover .xtv-flex i, .xtv_widget .widget-xtv-2:hover .xtv-flex i, .xtv_widget .widget-xtv-3:hover .xtv-flex i, .xtv_widget .widget-xtv-4:hover .xtv-flex i, .xtv_widget .widget-xtv-5:hover .xtv-flex i, .xtv_widget .widget-xtv-6:hover .xtv-flex i, .xtv_widget .widget-xtv-7:hover .xtv-flex i, .xtv_widget .widget-xtv-8:hover .xtv-flex i, .xtv_widget .widget-xtv-9:hover .xtv-flex i, .xtv_widget .widget-xtv-10:hover .xtv-flex i { margin-bottom: 10px; visibility: visible; }

.xtv_widget .widget-xtv-1:hover .xtv-flex h5, .xtv_widget .widget-xtv-2:hover .xtv-flex h5, .xtv_widget .widget-xtv-3:hover .xtv-flex h5, .xtv_widget .widget-xtv-4:hover .xtv-flex h5, .xtv_widget .widget-xtv-5:hover .xtv-flex h5, .xtv_widget .widget-xtv-6:hover .xtv-flex h5, .xtv_widget .widget-xtv-7:hover .xtv-flex h5, .xtv_widget .widget-xtv-8:hover .xtv-flex h5, .xtv_widget .widget-xtv-9:hover .xtv-flex h5, .xtv_widget .widget-xtv-10:hover .xtv-flex h5 { visibility: visible; }

.xtv_widget .widget-xtv-1:hover .xtv-img, .xtv_widget .widget-xtv-2:hover .xtv-img, .xtv_widget .widget-xtv-3:hover .xtv-img, .xtv_widget .widget-xtv-4:hover .xtv-img, .xtv_widget .widget-xtv-5:hover .xtv-img, .xtv_widget .widget-xtv-6:hover .xtv-img, .xtv_widget .widget-xtv-7:hover .xtv-img, .xtv_widget .widget-xtv-8:hover .xtv-img, .xtv_widget .widget-xtv-9:hover .xtv-img, .xtv_widget .widget-xtv-10:hover .xtv-img { transition: all 0.5s cubic-bezier(0.2, 0.6, 0.4, 1); filter: blur(6px); opacity: 0.5; }

.xtv_widget .widget-xtv-1:hover .xtv-tvshow-name h4, .xtv_widget .widget-xtv-2:hover .xtv-tvshow-name h4, .xtv_widget .widget-xtv-3:hover .xtv-tvshow-name h4, .xtv_widget .widget-xtv-4:hover .xtv-tvshow-name h4, .xtv_widget .widget-xtv-5:hover .xtv-tvshow-name h4, .xtv_widget .widget-xtv-6:hover .xtv-tvshow-name h4, .xtv_widget .widget-xtv-7:hover .xtv-tvshow-name h4, .xtv_widget .widget-xtv-8:hover .xtv-tvshow-name h4, .xtv_widget .widget-xtv-9:hover .xtv-tvshow-name h4, .xtv_widget .widget-xtv-10:hover .xtv-tvshow-name h4 { background: transparent; }

.xtv_widget .widget-xtv-1 .xtv-tvshow-name, .xtv_widget .widget-xtv-2 .xtv-tvshow-name, .xtv_widget .widget-xtv-3 .xtv-tvshow-name, .xtv_widget .widget-xtv-4 .xtv-tvshow-name, .xtv_widget .widget-xtv-5 .xtv-tvshow-name, .xtv_widget .widget-xtv-6 .xtv-tvshow-name, .xtv_widget .widget-xtv-7 .xtv-tvshow-name, .xtv_widget .widget-xtv-8 .xtv-tvshow-name, .xtv_widget .widget-xtv-9 .xtv-tvshow-name, .xtv_widget .widget-xtv-10 .xtv-tvshow-name { position: absolute; bottom: 0; right: 0; left: 0; }

.xtv_widget .widget-xtv-1 .xtv-tvshow-name h4, .xtv_widget .widget-xtv-2 .xtv-tvshow-name h4, .xtv_widget .widget-xtv-3 .xtv-tvshow-name h4, .xtv_widget .widget-xtv-4 .xtv-tvshow-name h4, .xtv_widget .widget-xtv-5 .xtv-tvshow-name h4, .xtv_widget .widget-xtv-6 .xtv-tvshow-name h4, .xtv_widget .widget-xtv-7 .xtv-tvshow-name h4, .xtv_widget .widget-xtv-8 .xtv-tvshow-name h4, .xtv_widget .widget-xtv-9 .xtv-tvshow-name h4, .xtv_widget .widget-xtv-10 .xtv-tvshow-name h4 { color: #fff; margin: 0; background-color: rgba(0, 0, 0, 0.5); padding: 15px; transition: all 0.5s cubic-bezier(0.2, 0.6, 0.4, 1); font-weight: 300; font-size: 14px; }

.xtv_widget .widget-xtv-1 .xtv-tvshow-name h5, .xtv_widget .widget-xtv-2 .xtv-tvshow-name h5, .xtv_widget .widget-xtv-3 .xtv-tvshow-name h5, .xtv_widget .widget-xtv-4 .xtv-tvshow-name h5, .xtv_widget .widget-xtv-5 .xtv-tvshow-name h5, .xtv_widget .widget-xtv-6 .xtv-tvshow-name h5, .xtv_widget .widget-xtv-7 .xtv-tvshow-name h5, .xtv_widget .widget-xtv-8 .xtv-tvshow-name h5, .xtv_widget .widget-xtv-9 .xtv-tvshow-name h5, .xtv_widget .widget-xtv-10 .xtv-tvshow-name h5 { font-size: 12px; font-weight: 300; color: #E0E0E0; margin-bottom: 0; margin-top: 10px; max-height: 30px; overflow: hidden; }

.xtv_widget .widget-xtv-1 .xtv-tvshow-name .xtv-date, .xtv_widget .widget-xtv-2 .xtv-tvshow-name .xtv-date, .xtv_widget .widget-xtv-3 .xtv-tvshow-name .xtv-date, .xtv_widget .widget-xtv-4 .xtv-tvshow-name .xtv-date, .xtv_widget .widget-xtv-5 .xtv-tvshow-name .xtv-date, .xtv_widget .widget-xtv-6 .xtv-tvshow-name .xtv-date, .xtv_widget .widget-xtv-7 .xtv-tvshow-name .xtv-date, .xtv_widget .widget-xtv-8 .xtv-tvshow-name .xtv-date, .xtv_widget .widget-xtv-9 .xtv-tvshow-name .xtv-date, .xtv_widget .widget-xtv-10 .xtv-tvshow-name .xtv-date { display: block; margin-top: 5px; font-size: 10px; font-weight: normal; color: #cccccc; }

.xtv_widget .widget-xtv-1 .xtv-tvshow-name .xtv-duration, .xtv_widget .widget-xtv-2 .xtv-tvshow-name .xtv-duration, .xtv_widget .widget-xtv-3 .xtv-tvshow-name .xtv-duration, .xtv_widget .widget-xtv-4 .xtv-tvshow-name .xtv-duration, .xtv_widget .widget-xtv-5 .xtv-tvshow-name .xtv-duration, .xtv_widget .widget-xtv-6 .xtv-tvshow-name .xtv-duration, .xtv_widget .widget-xtv-7 .xtv-tvshow-name .xtv-duration, .xtv_widget .widget-xtv-8 .xtv-tvshow-name .xtv-duration, .xtv_widget .widget-xtv-9 .xtv-tvshow-name .xtv-duration, .xtv_widget .widget-xtv-10 .xtv-tvshow-name .xtv-duration { right: 10px; bottom: 8px; position: absolute; color: #b3b3b3; background: rgba(0, 0, 0, 0.5); font-weight: 300; font-size: 10px; padding: 2px 4px; border-radius: 4px; }

.xtv_widget .widget-xtv-1 .xtv-tvshow-name .xtv-play-btn, .xtv_widget .widget-xtv-2 .xtv-tvshow-name .xtv-play-btn, .xtv_widget .widget-xtv-3 .xtv-tvshow-name .xtv-play-btn, .xtv_widget .widget-xtv-4 .xtv-tvshow-name .xtv-play-btn, .xtv_widget .widget-xtv-5 .xtv-tvshow-name .xtv-play-btn, .xtv_widget .widget-xtv-6 .xtv-tvshow-name .xtv-play-btn, .xtv_widget .widget-xtv-7 .xtv-tvshow-name .xtv-play-btn, .xtv_widget .widget-xtv-8 .xtv-tvshow-name .xtv-play-btn, .xtv_widget .widget-xtv-9 .xtv-tvshow-name .xtv-play-btn, .xtv_widget .widget-xtv-10 .xtv-tvshow-name .xtv-play-btn { width: 35px; height: 45px; background-size: 35px; display: inline-block; background-repeat: no-repeat; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAwCAMAAABkKdmIAAAAolBMVEUAAADOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISfOISf////VPUPRLDLcYWX++fn88vL88PH55ub32tvyw8XqoKPkhYjhdXjZUlbTNTrzysvzycrutLbus7XmjpHmjI/dZGhtjuPuAAAAH3RSTlMA9pXqD/HNxi8C6xRXOjjl4NS+taGAbmYiCDteXFs8vy3OTQAAASZJREFUSMed1tdygzAQBdBFgOnYxt0pV7bTe/3/X0vCTMxYEpLY835HlNXukiZLl/MkDIAgTObLNCOXS5HjRCgqssjKEQxGZe9R2y6ghrbGwEbAQmz0xHoKq+laTVQ5HPJaSQRwCk4yaQwPcdoligm8TIpjZAZPs//EGbydUyvK4S2M2sgCAyzaQ2IMEP8ds4Lm8f4JfVZElEC1l1K+7mCWEBXQ7OSvq0+YFXRhirTunmFSkjBHWg976AQ1loi8/YamobEp0nl/gWJMgT0ibw7qHSA4IvIaCkaE8WCu1//QX9/xkQ/QNIxfySiY/rL8glnRV/xvvcXPuGKMi8xoF4ymxGh93Abr38YjzrDo1F4jaejgC2vueOUPcfeqUDEXEv7aw1iufgAPpuOiY4ozWAAAAABJRU5ErkJggg==); }

.xtv_widget .widget-xtv-1 .xtv-img, .xtv_widget .widget-xtv-2 .xtv-img, .xtv_widget .widget-xtv-3 .xtv-img, .xtv_widget .widget-xtv-4 .xtv-img, .xtv_widget .widget-xtv-5 .xtv-img, .xtv_widget .widget-xtv-6 .xtv-img, .xtv_widget .widget-xtv-7 .xtv-img, .xtv_widget .widget-xtv-8 .xtv-img, .xtv_widget .widget-xtv-9 .xtv-img, .xtv_widget .widget-xtv-10 .xtv-img { width: 100%; height: 100%; opacity: 0.8; background-repeat: no-repeat; background-size: cover; background-position: 50%; }

@media (max-width: 479px) { .xtv_widget .xtv-img { filter: none !important; opacity: 0.5 !important; }
  .xtv_widget .xtv-flex { margin: 0 !important; visibility: visible !important; background: none !important; }
  .xtv_widget .xtv-tvshow-name h4 { margin: 0; padding: 5px 15px; background: none !important; } }

@media (min-width: 480px) and (max-width: 719px) { .xtv_widget .xtv-img { filter: none !important; opacity: 0.5 !important; }
  .xtv_widget .xtv-flex { margin: 0 !important; visibility: visible !important; background: none !important; }
  .xtv_widget .xtv-tvshow-name h4 { margin: 0; padding: 5px 15px; background: none !important; } }

@media (min-width: 1440px) and (max-width: 1919px) { .xtv_widget .widget-xtv-1, .xtv_widget .widget-xtv-2 { height: 220px; }
  .xtv_widget .widget-xtv-1 .xtv-tvshow-name h4, .xtv_widget .widget-xtv-2 .xtv-tvshow-name h4 { font-size: 18px; }
  .xtv_widget .widget-xtv-1 .xtv-tvshow-name h5, .xtv_widget .widget-xtv-2 .xtv-tvshow-name h5 { font-size: 16px; }
  .xtv_widget .widget-xtv-1 .xtv-tvshow-name .xtv-date, .xtv_widget .widget-xtv-1 .xtv-tvshow-name .xtv-duration, .xtv_widget .widget-xtv-2 .xtv-tvshow-name .xtv-date, .xtv_widget .widget-xtv-2 .xtv-tvshow-name .xtv-duration { font-size: 14px; }
  .xtv_widget .widget-xtv-1 .xtv-tvshow-name .xtv-play-btn, .xtv_widget .widget-xtv-2 .xtv-tvshow-name .xtv-play-btn { width: 50px; height: 50px; background-size: 50px; }
  .xtv_widget .xtv-tvshow-name h4 { font-size: 16px; }
  .xtv_widget .xtv-tvshow-name h5 { font-size: 14px; }
  .xtv_widget .xtv-tvshow-name .xtv-date { font-size: 16px; }
  .xtv_widget .no-gaps-right { padding-right: 0; }
  .xtv_widget .no-gaps-left { padding-left: 0; } }

@media (min-width: 1920px) { .xtv_widget .widget-xtv-1, .xtv_widget .widget-xtv-2 { height: 300px; }
  .xtv_widget .widget-xtv-1 .xtv-tvshow-name h4, .xtv_widget .widget-xtv-2 .xtv-tvshow-name h4 { font-size: 22px; }
  .xtv_widget .widget-xtv-1 .xtv-tvshow-name h5, .xtv_widget .widget-xtv-2 .xtv-tvshow-name h5 { font-size: 18px; }
  .xtv_widget .widget-xtv-1 .xtv-tvshow-name .xtv-date, .xtv_widget .widget-xtv-1 .xtv-tvshow-name .xtv-duration, .xtv_widget .widget-xtv-2 .xtv-tvshow-name .xtv-date, .xtv_widget .widget-xtv-2 .xtv-tvshow-name .xtv-duration { font-size: 14px; }
  .xtv_widget .widget-xtv-1 .xtv-tvshow-name .xtv-play-btn, .xtv_widget .widget-xtv-2 .xtv-tvshow-name .xtv-play-btn { width: 50px; height: 50px; background-size: 50px; }
  .xtv_widget .xtv-tvshow-name h4 { font-size: 16px; }
  .xtv_widget .xtv-tvshow-name h5 { font-size: 14px; }
  .xtv_widget .xtv-tvshow-name .xtv-date { font-size: 16px; }
  .xtv_widget .no-gaps-right { padding-right: 0; }
  .xtv_widget .no-gaps-left { padding-left: 0; } }
@charset "UTF-8";
/*
Extra brakepoints and changing default ones.
XS  300+    (BS default x<750)
MS  480+    (extra brakepoint)
SM  720+    (BS default 750+)
MD  960+    (BS default 970+)
LG  1260+   (BS default 1200+)
XL  1440+   (extra brakepoint)
XXL 1920+   (extra brakepoint)
*/
.tippy-popper[x-placement^=top] .tippy-tooltip.inbox-theme .tippy-arrow { border-top: 7px solid white; border-right: 7px solid transparent; border-left: 7px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.inbox-theme .tippy-arrow { border-bottom: 7px solid white; border-right: 7px solid transparent; border-left: 7px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.inbox-theme .tippy-arrow { border-left: 7px solid white; border-top: 7px solid transparent; border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.inbox-theme .tippy-arrow { border-right: 7px solid white; border-top: 7px solid transparent; border-bottom: 7px solid transparent; }

.tippy-tooltip.inbox-theme { background-color: white; border-radius: 0; box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15); color: #333; }

.tippy-tooltip.inbox-theme .tippy-backdrop { background-color: white; }

.tippy-tooltip.inbox-theme .tippy-roundarrow { fill: white; }

.tippy-tooltip.inbox-theme[data-animatefill] { background-color: transparent; }

.inbox-theme.tippy-tooltip[data-size='large'] { font-size: 1.4rem; padding: 0.6rem 0.8rem; }

.panel_mail-list { background-color: transparent; border: 0; border-radius: 0; box-shadow: none; margin: 10px; }

.panel_mail-list .panel-heading { border-bottom: 1px solid #9ea3b1; border-radius: 0; color: #717171; font-size: 18px; height: 46px; line-height: 36px; padding: 0 0 0 10px; }

.panel_mail-list .panel-heading a { color: #ce2127; text-decoration: underline; font-weight: bold; }

.panel_mail-list .panel-heading .ico { color: #ce2127; }

.panel_mail-list .panel-heading .btn { float: right; text-decoration: none; color: #FFFFFF; }

.panel_mail-list .panel-heading .btn .ico { color: #FFFFFF; }

.panel_mail-list .panel-body { height: 458px; margin: 0; overflow: hidden; padding: 10px 0; position: relative; }

.panel_mail-list .panel-body .loader { left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }

.panel_mail-list .mail-list { margin: 0; padding: 0; }

.panel_mail-list .mail-list li { line-height: 34px; height: 34px; font-weight: 100; }

.panel_mail-list .mail-list li span { display: inline-block; overflow: hidden; white-space: nowrap; }

.panel_mail-list .mail-list li a { text-decoration: none; padding-left: 10px; display: block; height: 34px; position: relative; }

.panel_mail-list .mail-list li a .from { color: #000000; margin-right: 20px; text-overflow: ellipsis; width: calc(45% - 20px); }

.panel_mail-list .mail-list li a .from::before { content: "\2002"; margin: 0 8px 2px 4px; }

.panel_mail-list .mail-list li a:hover { background-color: #EEE; }

.panel_mail-list .mail-list li.unread { font-weight: bold; }

.panel_mail-list .mail-list li.unread .from::before { content: ""; background-color: #ce2127; display: inline-block; margin: 0 8px 2px 4px; vertical-align: baseline; width: 7px; height: 7px; border-radius: 50%; }

.panel_mail-list .mail-list li .subject { color: #717171; text-overflow: ellipsis; width: 50%; }

.panel_mail-list .mail-list li .ico { width: 14px; position: absolute; top: 30%; margin-left: -20px; color: #717171; }
