.ybr-ybar-text img {
    vertical-align: middle;
}
.yoobar_button a {
    font-size: 15px;
    display: inline-block;
    padding: 6px 10px;
    font-weight: 500;
}
.yoobarfooterRand, .yoobarTopperhold, .yoobarToppeSlider {
    display: none;
}
.bn-yooNews{
	border:none !important;
}
span.product-price-tickr {
    display: block;
}
div#YooCarouselWrap .owl-carousel {
    height: fit-content;
}
div#prevdiv div#YooCarouselWrap {
    width: 85vw;
}
.yoo_row_class div#YooCarouselWrap {
    width: 98vw;
}
div#YooCarouselWrap {
    width: 65vw;
    display: flex;
    justify-content: center;
    font-weight: 600;
}
div#YooCarouselWrap span.yoocartitle {
    display: inline-block;
    margin-bottom: 5px;
}
.ybr-ybar-container a {
    text-decoration: none;
}
div#YooCarouselWrap del {
    margin-right: 10px;
}

div#YooCarouselWrap button.owl-next {
    transform: translate(0, -50%);
    position: absolute;
    right: 0;
    background: rgb(41 41 41 / 29%)!important;
    top: 44%;
    height: 43px;
    width: 20px;
    font-size: 20px;
}
div#YooCarouselWrap button.owl-prev {
    transform: translate(0, -50%);
    position: absolute;
    left: 0;
    background: rgb(41 41 41 / 29%)!important;
    top: 45%;
    height: 43px;
    width: 20px;
    font-size: 20px;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}.owl-height {
    transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.bn-effect-scroll .bn-news ul li a.yraerpr {
    margin: 0 10px;
    display: inline-block;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none!important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none!important;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: -6px;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
    padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
}
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
}
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0;
}
}@media all and (max-width:900px) {
    .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75);
}
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
}
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%}
.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
}
}.mfp-content .yoobarfrff {
    display: block;
}
.yoobarfrff {
    display: none;
}
div#yoobarshortcode {
    padding: 3%;
    background: #fff;
}
div#yoobarshortcode {
    width: 50%;
    max-width: 800px;
}
.yoobarfrff.Shortcode button.mfp-close {
    top: 9px;
}
div#yoobarshorwarpper {
    margin-top: 5%;
    display: flex;
    justify-content: center;
}
button.mfp-close {
    border-radius: 50%;
    top: -12%;
    position: absolute;
    background: rgb(255 255 255 / 17%);
    right: 27%;
    color: #fff!important;
}
.ybr-ybar-notification-bar .ybr-ybar-text {
    white-space: break-spaces;
}
div#ybatcountbtnside .yoobarteatxt_slider {
    max-width: 80vw;
}
.bn-news ul {
    left: 5px;
}
div.bn-yooNews li {
    min-width: 100px;
}
.bn-news li a {
    text-decoration: none;
}
.bn-yooNews.bn-direction-rtl {
    text-align: right;
}
.bn-yooNews.bn-direction-ltr {
    text-align: left;
}
#yoobar_countdown3 li {
    margin-bottom: 0;
    padding: 5px;
}
.countDown__interval_basic_cont_description {
    padding-bottom: 4px;
}
.yoo-col-4.noyooclass, .yoo-col-6.noyooclass {
    display: none;
}
.ybarbtneditr {
    display: inline-block;
    padding: 4px 16px;
    text-decoration: none!important;
}
.yoobarsticky {
    transition: all 0.3s ease;
}
.yoobarstickynav {
    transition: all 0.3s ease;
    bottom: 0;
}
.yoobarfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation: smoothScroll 1s forwards;
}
.yoobarfixednav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation: smoothScrollnav 1s forwards;
}
@keyframes smoothScroll {
    0% {
    transform: translateY(-60px);
}
100% {
    transform: translateY(0);
}
}@keyframes smoothScrollnav {
    0% {
    transform: translateY(60px);
}
100% {
    transform: translateY(0);
}
}form#yoowrapperone button {
    border: none;
}
form#yoowrapperone, form.yoobarSrachbar {
    padding: 12px 0;
}
form.yoobarSrachbar input.ybarSarchinput {
    padding-left: 10px;
}
form#yoowrapperone input.ybarSarchinput, form#yoowrapperone .yoobarSrachbar input[type=text] {
    border-bottom: 1.5px solid #ddd;
}
form#yoowrapperone button.ybarSarchsubmit.iconclasstext {
    padding: 5px!important;
    line-height: 5px;
    position: relative;
    left: -66px;
    top: -8px;
    background: #ccc;
}
form#yoowrapperone button.ybarSarchsubmit.iconclassyooo {
    border-radius: 20px;
    padding: 5px!important;
    position: relative;
    left: -42px;
    top: -10px;
    background: #bd3535;
    min-width: auto;
    line-height: 0;
}
form#yoowrapperone button.ybarSarchsubmit {
    border-radius: 20px;
    padding: 6px 12px!important;
    position: relative;
    left: -93px;
    top: -10px;
    background: #bd3535;
    min-width: 89px;
}
button.ybarSarchsubmit.iconclasstexttwo {
    border-radius: 0;
    padding: 10px 20px;
    background: #9e2d2d;
    margin: 0;
    border: none;
    cursor: pointer;
    height: 34px;
}
form#yoowrappertwo input.ybarSarchinput, form#yoowrapperthree input.ybarSarchinput {
    border: 2px solid #ddd;
    height: 34px;
}
input.ybarSarchinput {
    border: 2px solid #ddd;
}
button.ybarSarchsubmit.iconclassyoootwo {
    width: 34px;
    border-radius: 0;
    padding: 5px 0;
    background: #9e2d2d;
    margin: 0;
    border: none;
    cursor: pointer;
    height: auto;
    line-height: 1;
    position: relative;
    top: 5px;
}
button.ybarSarchsubmit.iconclassyooothree {
    height: 30px;
    left: -40px;
    width: 34px;
    border-radius: 0;
    padding: 0;
    background: transparent;
    margin: 0;
    border: none;
    cursor: pointer;
    line-height: 1;
    position: relative;
    top: 5px;
}
button.ybarSarchsubmit.iconclasstextthree {
    position: relative;
    left: -85px;
    padding: 0 20px;
    height: 30px;
    background: #e91e63;
    top: -1px;
}
.yoobarSrachbar label {
    margin-right: 20px;
}
.yoobarSrachbar input.ybarSarchinputs:focus, .yoobarSrachbar input[type=text]:focus {
    outline: 0;
    border: none;
}
.yoobarSrachbar input[type=text] {
    padding-left: 10px;
}
div#ybatcountbtnwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
div#ybatcountbutton {
    margin-left: 30px;
}
.time_circles {
    position: relative;
    width: 100%;
    height: 100%}
.time_circles>div {
    position: absolute;
    text-align: center;
}
.time_circles>div>h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
}
.time_circles>div>span {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-weight: 700;
}
.countDown__cont {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
}
.countDown__interval_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: auto;
}
.countDown__interval_basic_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9999;
}
.countDown__interval_basic_cont {
    margin-right: 1em;
}
.countDown__interval_basic_cont_description {
    margin-top: 4px;
    font-size: 100%;
    font-weight: 600;
    color: #000;
}
div#DateCountdownTwo {
    margin: 0 17px;
}
.countDown__digit_cont {
    -webkit-perspective: 1.6em * 2;
    perspective: 1.6em * 2;
    width: 1.2em;
    height: 1.6em;
    position: relative;
    line-height: 1.6em;
    font-size: 5em;
    font-weight: 700;
    border-radius: .08em;
}
.countDown__digit_cont:nth-child(n+1):not(:last-child) {
    margin-right: .05em;
}
.countDown__digit_last_placeholder, .countDown__digit_new_placeholder {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    text-align: center;
    overflow: hidden;
}
.countDown__digit_last_placeholder {
    bottom: 0;
    background: #fff;
    border-radius: 0 0 .08em .08em;
}
.countDown__digit_last_placeholder_inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 50%;
    position: absolute;
}
.countDown__digit_new_placeholder {
    top: 0;
    background: #f7f7f7;
    border-radius: .08em .08em 0 0;
}
.countDown__digit_last_rotate, .countDown__digit_new_rotate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50%;
    font-weight: 700;
    position: absolute;
    top: 0;
    overflow: hidden;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    border-radius: .08em .08em 0 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%}
.countDown__digit_last_rotate:after, .countDown__digit_new_rotate:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: .01em solid rgba(0, 0, 0, .1);
}
.countDown__digit_last_rotate {
    -webkit-animation-name: countDown_flip_1;
    animation-name: countDown_flip_1;
    background: #f7f7f7;
}
.countDown__digit_new_rotate {
    -webkit-animation-name: countDown_flip_2;
    animation-name: countDown_flip_2;
    background: #fff;
}
.countDown__digit_new_rotated {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    width: 100%;
    height: 100%}
.countDown__digit_new_rotated_inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 50%;
    position: absolute;
}
@-webkit-keyframes countDown_flip_1 {
    0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    z-index: 1;
}
100% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    z-index: 0;
}
}@keyframes countDown_flip_1 {
    0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    z-index: 1;
}
100% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    z-index: 0;
}
}@-webkit-keyframes countDown_flip_2 {
    0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    z-index: 0;
}
100% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    z-index: 1;
}
}@keyframes countDown_flip_2 {
    0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    z-index: 0;
}
100% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    z-index: 1;
}
}.ybr-news {
    width: 100%}
.bn-yooNews {
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    position: relative;
    line-height: 40px;
    overflow: hidden;
    border-radius: 2px;
    text-align: auto;
    font-size: 14px;
}
.bn-yooNews * {
    box-sizing: border-box;
}
.bn-yooNews.bn-fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.bn-yooNews.bn-fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
.bn-label {
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    background-color: #ce2525;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    z-index: 3;
    padding: 0 15px;
    white-space: nowrap;
}
.bn-news {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    overflow: hidden;
}
.bn-news ul {
    display: block;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
}
.bn-news ul li {
    white-space: nowrap;
    overflow: hidden!important;
    text-overflow: ellipsis;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    position: absolute;
    width: 100%;
    display: none;
    color: #333;
}
.bn-news ul li a {
    position: relative;
    display: inline-block;
}
a.yraadmore {
    padding: 5px;
    line-height: normal;
    background: red;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.bn-news ul li a:hover {
    color: #069;
}
.bn-loader-text {
    padding: 0 10px;
}
.bn-seperator {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 30px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.bn-seperator.bn-news-dot {
    margin-right: 0;
}
.bn-seperator.bn-news-dot:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
}
.bn-prefix {
    font-weight: 500;
    color: #d65d7a;
    margin-right: 15px;
    padding-left: 17px;
}
.bn-positive {
    color: #0b8457;
    font-weight: 700;
}
.bn-negative {
    color: #dc2f2f;
    font-weight: 700;
}
.bn-controls {
    width: auto;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bn-controls button {
    width: 30px;
    float: left;
    height: 100%;
    cursor: pointer;
    border: none;
    text-align: center;
    background-color: #f6f6f6;
    outline: none;
}
.bn-controls button:hover {
    background-color: #EEE;
}
.bn-arrow {
    margin: 0;
    display: inline-block;
    height: 8px;
    position: relative;
    width: 8px;
    top: -2px;
}
.bn-arrow:after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px;
}
.bn-arrow.bn-next {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    left: -3px;
}
.bn-arrow.bn-prev {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 3px;
}
.bn-arrow:after {
    border-color: #999;
}
.bn-arrow:before {
    background-color: #999;
}
.bn-play {
    position: relative;
    background: #999;
    width: 0;
    height: 12px;
    display: inline-block;
    margin-left: -5px;
}
.bn-play:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #999;
    border-width: 8px;
    margin-top: -8px;
}
.bn-pause {
    position: relative;
    width: 0;
    height: 14px;
    display: inline-block;
    top: 1px;
    left: -1px;
}
.bn-pause:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: 3px;
    background-color: #999;
}
.bn-pause:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: -3px;
    background-color: #999;
}
.bn-direction-rtl {
    direction: rtl;
}
.bn-direction-rtl .bn-label {
    left: auto;
    right: 0;
}
.bn-direction-rtl .bn-controls {
    right: auto;
    left: 0;
}
.bn-direction-rtl .bn-seperator {
    margin-left: 15px;
    margin-right: 0;
    float: right;
}
.bn-direction-rtl .bn-prefix {
    margin-left: 15px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 10px;
}
.bn-direction-rtl .bn-controls button {
    border-left: none;
    border-right: solid 1px #EEE;
}
.bn-effect-scroll .bn-news ul {
    display: block;
    width: 100%;
    position: relative;
}
.bn-effect-scroll .bn-news ul li {
    display: list-item;
    float: left;
    position: relative;
    width: auto;
}
.bn-effect-scroll.bn-direction-rtl .bn-news ul li {
    float: right;
}
.classy-nav-container {
    position: relative;
    z-index: 999999999999999;
}
.classy-nav-container * {
    box-sizing: border-box;
}
.classy-nav-container a {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #232323;
    display: inline-block;
}
.classy-nav-container a:hover, .classy-nav-container a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #1abc9c;
}
.classy-nav-container.classy-sticky {
    position: fixed;
    z-index: 1010;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
}
.classy-nav-container.box-skins .classynav>ul>li {
    background-color: #1abc9c;
}
.classy-nav-container.box-skins .classynav>ul>li>a {
    color: #fff;
}
.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.classy-navbar {
    width: auto;
    height: auto;
    padding: 0;
    display: inline-block;
}
.classy-navbar .nav-brand {
    font-size: 26px;
    font-weight: 500;
    color: #565656;
    display: inline-block;
    margin-right: 30px;
}
.classy-navbar .nav-brand:focus, .classy-navbar .nav-brand:hover {
    font-size: 26px;
    font-weight: 500;
}
.classynav ul li {
    display: inline-block;
    clear: both;
    position: inherit;
    z-index: 10;
}
.classynav ul li.cn-dropdown-item {
    position: relative;
    z-index: 10;
}
.classynav ul li.cn-dropdown-item ul li {
    position: relative;
    z-index: 10;
}
.classynav ul li ul li {
    display: block;
}
.classynav ul li ul li a {
    padding: 0 20px;
}
.classynav ul li a {
    padding: 0 12px;
    display: block;
    height: 35px;
    font-size: 14px;
    line-height: 34px;
}
.classynav ul li .megamenu li a {
    padding: 0 12px;
}
.classynav ul li div.single-mega a {
    height: auto;
    line-height: 1;
}
.icon-classy-nav-down-arrow {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-classy-nav-down-arrow:before {
    content: "..."}
.classynav ul li.megamenu-item>a:after, .classynav ul li.has-down>a:after {
    content: "...";
    font-size: 12px;
    color: #000;
    padding-left: 5px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.classynav ul li ul li.has-down>a:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 3;
}
.classy-btn {
    position: relative;
    z-index: 1;
    min-width: 120px;
    padding: 0 25px;
    line-height: 42px;
    height: 42px;
    background-color: #1abc9c;
    border-radius: 50px;
    color: #fff!important;
    margin-left: 30px;
    text-align: center;
}
.classy-btn:hover, .classy-btn:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.dd-trigger {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: 500;
    border-radius: 0;
    display: none;
}
.classycloseIcon {
    position: absolute;
    top: 1px;
    right: 20px;
    z-index: 12;
    display: none;
}
.classycloseIcon .cross-wrap {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: relative;
}
.classycloseIcon .cross-wrap span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 6px;
    background: #232323;
}
.classycloseIcon .cross-wrap span.top {
    top: 12px;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.classycloseIcon .cross-wrap span.bottom {
    bottom: 12px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.classy-navbar-toggler {
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: none;
}
.classy-navbar-toggler .navbarToggler {
    display: inline-block;
    cursor: pointer;
}
.classy-navbar-toggler .navbarToggler span {
    position: relative;
    background-color: #858585;
    border-radius: 3px;
    display: block;
    height: 3px;
    margin-top: 5px;
    padding: 0;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    width: 30px;
    cursor: pointer;
}
.classy-navbar-toggler .navbarToggler.active span:nth-of-type(1) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 8px;
}
.classy-navbar-toggler .navbarToggler.active span:nth-of-type(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}
.classy-navbar-toggler .navbarToggler.active span:nth-of-type(3) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: -8px;
}
.classynav ul li .megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fff;
    z-index: 200;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
}
.classynav ul li .megamenu .single-mega.cn-col-5 {
    width: 20%;
    float: left;
    padding: 15px;
    border-right: 1px solid #f2f4f8;
}
.classynav ul li .megamenu .single-mega.cn-col-5:last-of-type {
    border-right: none;
}
.classynav ul li .megamenu .single-mega.cn-col-4 {
    width: 25%;
    float: left;
    padding: 15px;
    border-right: 1px solid #f2f4f8;
}
.classynav ul li .megamenu .single-mega.cn-col-4:last-of-type {
    border-right: none;
}
.classynav ul li .megamenu .single-mega.cn-col-3 {
    width: 33.3333334%;
    float: left;
    padding: 15px;
    border-right: 1px solid #f2f4f8;
}
.classynav ul li .megamenu .single-mega.cn-col-3:last-of-type {
    border-right: none;
}
.classynav ul li .megamenu .single-mega .title {
    font-size: 14px;
    border-bottom: 1px solid #f2f4f8;
    padding: 8px 12px;
}
.classynav ul li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, .7);
}
.classynav ul li .dropdown li:last-child a {
    border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, .7);
}
.classynav ul li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, .7);
}
.classynav ul li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, .7);
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, .7);
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, .7);
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, .7);
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, .7);
}
.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}
.breakpoint-off .classynav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.breakpoint-off .classynav ul li .dropdown {
    min-width: 180px;
    position: absolute;
    background-color: #fff;
    top: 120%;
    left: 0;
    z-index: 999999;
    height: auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    padding: 10px 0;
}
.breakpoint-off .classynav ul li .dropdown li .dropdown {
    top: 10px;
    left: 180px;
    z-index: 200;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    top: 120%}
.breakpoint-off .classynav ul li:hover .dropdown {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%}
.breakpoint-off .classynav ul li .dropdown li:hover .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li:hover .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li:hover .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0;
}
.breakpoint-off .classynav ul li .megamenu {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 120%;
    background-color: #fff;
    z-index: 200;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}
.breakpoint-off .classynav ul li.megamenu-item:hover .megamenu, .breakpoint-off .classynav ul li.megamenu-item:focus .megamenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}
.breakpoint-on .classycloseIcon {
    display: block;
}
.breakpoint-on .classy-navbar-toggler {
    display: block;
}
.breakpoint-on .classy-navbar .classy-menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -310px;
    z-index: 1000;
    width: 300px;
    height: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}
.breakpoint-on .classy-navbar .classy-menu.menu-on {
    left: 0;
}
.breakpoint-on .classynav ul li {
    display: block;
    position: relative;
    clear: both;
    z-index: 10;
}
.breakpoint-on .classynav ul li a {
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
}
.breakpoint-on .classynav ul li .dropdown {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
}
.breakpoint-on .classynav ul li .dropdown li .dropdown {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.breakpoint-on .classynav ul li.megamenu-item {
    position: relative;
    z-index: 10;
}
.breakpoint-on .dd-trigger {
    height: 38px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.breakpoint-on .classynav ul li .dropdown, .breakpoint-on .classynav ul li .megamenu {
    display: none;
}
.breakpoint-on .classynav {
    padding-top: 70px;
}
.breakpoint-on .classynav ul li .megamenu {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 200;
    box-shadow: none;
}
.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-5, .breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-4, .breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-3 {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #f2f4f8;
}
.breakpoint-on .classynav>ul>li>a {
    color: #000!important;
    border-bottom: 1px solid rgb(228 228 228);
}
.breakpoint-on .classy-btn {
    width: calc(100% - 30px);
    margin: 30px 15px;
}
.breakpoint-on .classynav ul li.megamenu-item>a:after, .breakpoint-on .classynav ul li.has-down>a:after {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 5;
}
.breakpoint-on .classynav ul li.has-down.active>a:after, .breakpoint-on .classynav ul li.megamenu-item.active>a:after {
    color: #2ecc71;
}
.dark.classy-nav-container {
    background-color: #192a56;
}
.dark.classy-nav-container a {
    color: rgba(255, 255, 255, .7);
}
.dark.classy-nav-container a:hover, .dark.classy-nav-container a:focus {
    color: #fff;
}
.dark .classynav ul li .dropdown {
    background-color: #192a56;
}
.dark .classynav ul li .megamenu {
    background-color: #192a56;
}
.dark .classynav ul li .megamenu .single-mega.cn-col-5, .dark .classynav ul li .megamenu .single-mega.cn-col-4, .dark .classynav ul li .megamenu .single-mega.cn-col-3 {
    border-right: 1px solid rgba(255, 255, 255, .05);
}
.dark .classynav ul li.megamenu-item ul li a {
    border-bottom: none;
}
.dark .classynav ul li .megamenu .single-mega .title {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}
.dark .classy-navbar-toggler .navbarToggler span {
    background-color: #fff;
}
.dark.breakpoint-on .classy-navbar .classy-menu {
    background-color: #192a56;
}
.dark .classycloseIcon .cross-wrap span {
    background-color: #fff;
}
.dark.breakpoint-on .classynav>ul>li>a {
    color: #000!important;
    background-color: #192a56;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}
.dark.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-5, .dark.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-4, .dark.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-3 {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    border-right: none;
}
.dark .classynav ul li.megamenu-item>a:after {
    color: #fff;
}
.dark .classynav ul li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, .1);
}
.dark .classynav ul li .dropdown li:last-child a {
    border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, .1);
}
.dark .classynav ul li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, .1);
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, .1);
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, .1);
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, .1);
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, .1);
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, .1);
}
.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}
.right.breakpoint-on .classy-navbar .classy-menu {
    left: auto;
    right: -310px;
}
.right.breakpoint-on .classy-navbar .classy-menu.menu-on {
    left: auto;
    right: 0;
}
.dropdown-rtl.breakpoint-off .classynav ul li .dropdown {
    left: auto;
    right: 0;
}
.dropdown-rtl .classynav ul li a, .dropdown-rtl .classynav ul li .megamenu .single-mega .title {
    text-align: right;
}
.dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown {
    right: 180px;
    left: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    top: 10px;
}
.dropdown-rtl.breakpoint-off .classynav ul li:hover .dropdown {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 90%}
.dropdown-rtl.breakpoint-off .classynav ul li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0;
}
.dropdown-rtl.breakpoint-on .classynav ul li ul.dropdown li ul li {
    margin-left: 0;
    margin-right: 15px;
}
.ybr-ybar-notification-bar .ybr-ybar-button .ybr-ybar-button-text {
    padding: 5px 11px;
    text-decoration: none;
    font-weight: 500;
}
.ybr-ybar-container, .ybr-ybar-container-bottom {
    z-index: 1;
    width: 100%}
.ybr-ybar-notification-bar {
    position: relative;
}
.ybr-ybar-notification-bar .ybr-ybar-content {
    text-align: center;
    margin: auto;
    padding: 6px 50px;
}
.ybr-ybar-notification-bar .ybr-ybar-text {
    display: inline-block;
}
.ybr-ybar-notification-bar.ybr-ybar-notification-bar .ybr-ybar-button .ybr-ybar-button-text {
    text-decoration: none;
}
.ybr-ybar-notification-bar .ybr-ybar-button {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}
a.ybr-ybar-button-text.ybr-ybar-padding-text:hover {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"}
.ybr-ybar-notification-bar .ybr-ybar-hide {
    position: absolute;
    top: 12px;
    right: 20px;
    text-decoration: none;
}
.ybr-ybar-notification-bar .ybr-ybar-hide .ybr-ybar-close-icon {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    padding: 7px;
    background: #b7c5c98a;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    cursor: pointer;
}
.ybr-ybar-notification-bar .ybr-ybar-hide .ybr-ybar-close-icon:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.ybr-ybar-display-toggle {
    position: absolute;
    right: 15px;
    z-index: 9999;
    padding: 8px 5px;
    display: none;
    text-decoration: none;
}
.ybr-ybar-display-toggle .ybr-ybar-display-toggle-icon {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    width: 25px;
    height: 25px;
    border-radius: 50px;
    padding: 7px;
    background: #b7c5c98a;
}
.ybr-ybar-align-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ybr-display-none {
    display: none;
}
.diplay-device-deskop {
    display: block;
}
.diplay-device-mobile {
    display: none;
}
@media only screen and (max-width:480px) {
    .ybr-ybar-align-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ybr-ybar-notification-bar .ybr-ybar-content {
    padding: 10px 20px;
}
.ybr-ybar-notification-bar .ybr-ybar-hide {
    right: 5px;
    top: 12px;
}
.ybr-display-deskop {
    display: none;
}
.ybr-display-mobile {
    display: block;
}
.ybr-ybar-padding-text {
    padding: 5px 5px;
}
.diplay-device-deskop {
    display: none;
}
.diplay-device-mobile {
    display: block;
}
}.yppaddressbar li svg {
    position: relative;
    top: 3px;
}
.ybr-ybar-text .yoobar_button {
    display: inline-block;
    padding-left: 30px;
}
.emptyclsss {
    display: none;
}
.yppaddressbar ul li {
    display: inline-block;
    margin-right: 20px;
}
.yppaddressbar ul {
    padding: 0;
    margin: 0;
}
.yppaddressbar ul li:last-child {
    margin-right: 0;
}
.yppaddressbar li span {
    position: relative;
    top: 2px;
    margin-right: 4px;
}
li.ybarcartli a {
    position: relative;
    top: 5px;
}
span.cart_count_header {
    position: relative;
    color: #fff;
    background: red;
    min-width: 20px;
    min-height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    top: -7px;
    left: -1px;
    font-weight: normal!important;
}
.yooyoonavigation a {
    text-decoration: none;
}
.yoonavigation nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.yoonavigation nav ul li {
    display: inline-block;
}
.yoonavigation nav ul li a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 3px 8px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.yoonavigation nav ul li a:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"}
.ybarmoble_cart {
    display: none;
}
.yoobarnav svg {
    position: relative;
    top: 6px;
    margin: 0;
}
@media all and (max-width :768px) {
    .ybarsdk_cart {
    display: none;
}
.ybarmoble_cart {
    position: relative;
    display: inline-block;
    top: -6px;
    margin-left: 22px;
}
nav.yoobarnav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.yoonavigation nav ul {
    padding-bottom: 40px;
    overflow-y: auto;
}
.yoonavigation nav ul li {
    display: block;
}
.yoonavigation nav ul li, .yoonavigation nav ul li a {
    width: 100%}
.yoonavigation nav ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
}
}@keyframes animatedBackground {
    0% {
    background-position: 0 0;
}
100% {
    background-position: -300px 0;
}
}@-webkit-keyframes animatedBackground {
    0% {
    background-position: 0 0;
}
100% {
    background-position: -300px 0;
}
}#animate-area {
    width: 100%;
    height: 190px;
    background: #ddd;
    background-position: 0 0;
    animation: animatedBackground 10s linear infinite;
    -moz-animation: animatedBackground 10s linear infinite;
    -webkit-animation: animatedBackground 10s linear infinite;
    -ms-animation: animatedBackground 10s linear infinite;
    -o-animation: animatedBackground 10s linear infinite;
}
div#yoobarSliderWrapper {
    position: relative;
    width: 100%;
    margin: 0 5px;
    max-width: 600px;
    margin-right: 37px;
}
.yoo-conatainer {
    position: relative;
    z-index: 1;
}
.yoo-conatainer:before {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #98ec35;
}
div#ybartyped span.ybarfizedtxt p, #ybartyped span.ybarfizedtxt h1, #ybartyped span.ybarfizedtxt h2, #ybartyped span.ybarfizedtxt h3, #ybartyped span.ybarfizedtxt h4, #ybartyped span.ybarfizedtxt h5, #ybartyped span.ybarfizedtxt h6 {
    display: inline!important;
}
#ybartyped {
    min-height: 40px;
    height: 100%;
    min-width: 400px;
}
.yoo_row_class #ybartyped {
    min-width: 100%}
.yoo_row_class div#yoobarSliderWrapper {
    max-width: 94%;
    margin-right: 0;
    margin: 0 20px;
}
.yoobarteatxt_slider {
    display: none;
    width: 600px;
}
.yoo_row_class .yoobarteatxt_slider {
    width: 100vw;
}
.slide {
    position: relative;
    width: 100%}
.slider-item {
    width: 100%;
    height: 100%}
.content-2 {
    text-align: center;
    height: 100px;
    margin: auto;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #000;
    overflow: hidden;
    width: 0;
    -webkit-transition: 1s ease;
    transition: 1s ease;
}
.content-2.loaded {
    width: 90%;
    margin-top: -43px;
}
img.img-fluid.gallery-img {
    width: 200px;
    height: 200px;
}
.spabe {
    width: 30px;
    margin: 0 10px;
    display: inline-block;
}
.bn-yooNews#marquee-horizontal {
    height: 200px!important;
    background: transparent!important;
}
.yoobar_btn_push {
    color: #fff;
    background: red;
    padding: 10px 15px;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
}
li.ybarfowlous {
    font-size: 100%;
    width: auto!important;
    color: #fff;
}
ul.yoobar_social_color li svg {
    top: 6px;
    position: relative;
}
li.ybarfowlous {
    height: auto!important;
    background: #7d7d7d;
    margin-left: 0px!important;
    padding: 2px 20px!important;
}
ul.yoobar_social_color li.ybarfowlous:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}
ul.yoobar_social_color {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
}
ul.yoobar_social_color li {
    padding: 0;
    margin: 0;
    margin-left: 14px;
    width: 30px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}
ul.yoobar_social_color li:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.bn-news ul li a span {
    padding: 0 10px;
}
.ybr-ybar-text h1, .ybr-ybar-text h2, .ybr-ybar-text h3, .ybr-ybar-text h4, .ybr-ybar-text h5, .ybr-ybar-text h6, .ybr-ybar-text p {
    display: inherit;
}
.ybr-ybar-text .yoobar_button {
    padding-left: 30px;
}

.yoo-conatainer {
    padding-right: 0;
    padding-left: 1em;
    width: 100%}
.yoo_row_class .yoo-col-6 {
    padding-right: 0em;
}
.yoo-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 2em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
}
.yoo-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
}
.entry-content.clear {
    position: relative;
    z-index: 0;
}
.yoo-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
}
.section-container {
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
}
.yoo_row_class .section-container {
    max-width: 93vw;
}
.section-container {
    max-width: 75vw;
}
.yoo_row_class div#ybatcountbtnside .section-container {
    max-width: 84vw;
}
div#ybatcountbtnside .section-container {
    max-width: 65vw;
}
.bn-news {
    position: relative!important;
}
.bn-controls button {
    padding: 0;
}
.ybr-ybar-container li {
    list-style: none;
}
@media screen and (max-width:768px) {
    #ybartyped {
    min-width: 100%}
.yoo-row {
    display: block;
}
.yoo-col-4 {
    margin-top: 6%}
.section-container {
    max-width: 93vw;
    margin-left: 7vw;
}
}tr#nticker_r {
    display: inline-block;
    width: 48%}
tr#nticker_r th {
    width: 130px;
}
.active {
    display: revert;
}
.deactive {
    display: none;
}
ul#countdown_figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
li.count-fig-snd tr th {
    width: 130px;
}
li.count-fig-snd:last-child {
    margin-left: 100px;
}
#yoobar_countdown3 li {
    display: inline-block;
    list-style-type: none;
    text-transform: uppercase;
    min-width: 80px;
}
#yoobar_countdown3 li span#contspan {
    font-size: -calc(100% + 2px);
    font-weight: 600;
}
#yooffclass {
    display: none;
}
.cont3cnt {
    font-weight: 600;
}
div#yoobar_countdown_wrap li {
    margin-bottom: 0;
}
ul#yoobar_countdown3 {
    padding: 0;
    margin: 0;
    box-shadow: 1px 1px 3px transparent;
    border-radius: 5px;
    text-align: center;
}
#yoobar_countdown3 li span.cont3cnt {
    line-height: 1.2em;
    display: block;
    font-size: 25px;
}
li.ybarcoutdown {
    padding: 0 22px;
}
ul.ybr-ybar-content.ybr-ybar-text-color.ybr-ybar-align-content.ybr-ybar-content-deskop li {
    margin-bottom: 0!important;
}
.time_circles>div>h4 {
    font-weight: 600;
}
table.yoo_barform-table tr {
    display: inline-block;
    min-width: 400px;
    padding: 9px 0;
}
table.yoo_barform-table tr th {
    text-align: left;
    min-width: 156px;
}
input#yoobtn_link {
    width: 100%}
li#yoo_display_wrapper_bold {
    padding-right: 5%;
    //padding-left: 5%}
@media screen and (max-width:768px) {
    .ybr-ybar-text .yoobar_button {
    margin-top: 20px;
}
.classy-nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 100;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.yoo-col-6, .yoo-col-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.yoonavigation ul.nav {
    margin-left: 30px!important;
    text-align: left;
    margin-top: 28px!important;
}
[data-title] {
    position: relative;
}
[data-title] {
    position: relative;
}
[data-title]:hover:before {
    content: attr(data-title);
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translate(-50%, 0%);
    display: inline-block;
    padding: 3px 6px;
    border-radius: 2px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    white-space: nowrap;
}
[data-title]:hover:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    display: inline-block;
    color: #fff;
    border: 8px solid transparent;
    border-top: 8px solid #000;
}
span.addredmeta {
    display: none;
}
div#yoobarSliderWrapper {
    margin-left: 38px;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-right: 15px;
}
}div#yoobarSliderWrapper, .yoobarSliderWrapper {
    display: none;
}
form#searchform button#searchsubmit {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}
.yoobarSrachbar input.ybarSarchinputs, .yoobarSrachbar input[type=text] {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    color: #fff;
    min-width: 300px;
}
div#ybatcountbtnside .section-container {
    width: 100vw;
    max-width: 50vw;
    position: relative;
}
@media screen and (max-width:768px) {
    .ybr-ybar-text h1, .ybr-ybar-text h2, .ybr-ybar-text h3, .ybr-ybar-text h4, .ybr-ybar-text h5, .ybr-ybar-text h6, .ybr-ybar-text p {
    display: block;
    margin: 10px 0;
}
.yoonewscontaciner.section-container {
    width: 100vw;
    margin-left: 0vw;
    max-width: 100vw;
}
.yoonewscontaciner.section-container .bn-yooNews {
    width: 100vw;
    margin-left: 5vw;
}
div.bn-yooNews li {
    min-width: 10px;
}
div#ybatcountbtnwrap {
    display: block;
}
div#ybatcountbutton {
    margin-left: 0;
    margin-top: 30px;
}
.countDown__interval_basic_cont {
    flex-direction: column!important;
}
div#ybatcountbtnside .section-container {
    max-width: 93vw;
}
div#yoobarSliderWrapper {
    max-width: 98%!important;
    margin: 0 3px!important;
}
a.unslider-arrow.next, a.unslider-arrow.prev {
    display: none!important;
}
}@media screen and (max-width:399px) {
    .countDown__digit_cont {
    font-size: 2em!important;
}
div#ybatcountbtnside li span#contspan {
    font-size: 83%!important;
}
div#ybatcountbtnside li {
    margin-right: 0px!important;
    margin: 0 -3px!important;
}
#ybartyped span {
    font-size: 114%!important;
}
}@media screen and (max-width:768px) {
    .ybr-ybar-text .yoobar_button {
    padding-left: 0;
    display: block;
}
.slider-item p {
    font-size: 140%!important;
}
div#ybatcountbtnside .yoobarteatxt_slider {
    max-width: 100vw;
}
.yoodal-body {
    height: auto;
    max-height: 450px!important;
    overflow: auto;
}
}@media screen and (max-width:480px) {
    .yoobarteatxt_slider p {
    font-size: 100%!important;
}
form#yoowrapperone {
    width: 83vw;
}
.countDown__cont .countDown__interval_basic_cont {
    padding: 0px!important;
}
.countDown__cont {
    padding: 0;
    margin-left: 10px;
}
form#yoowrappertwo {
    margin: 0 13px;
    white-space: normal;
}
button#searchsubmit {
    margin-top: 20px;
}
.yoodal-wrapper {
    top: 0;
}
.yoodal-close {
    right: 50px;
}
.ast-container, .ast-container-fluid {
    padding-left: 0;
    padding-right: 0;
}
div#ybatcountbtnside .yoobarteatxt_slider {
    max-width: 100vw;
}
.ybr-ybar-notification-bar .ybr-ybar-text {
    display: block;
}
.yoo-col-6, .yoo-col-4 {
    text-align: center;
    padding-right: 0;
    justify-content: center;
}
.respobsivecirclecount {
    height: 80px!important;
}
ul.yoobar_social_color {
    white-space: normal;
}
ul.yoobar_social_color li {
    margin-top: 20px;
}
.yoo-row {
    width: 100%;
    display: block;
    padding: 0;
}
.ybr-ybar-text .yoobar_button {
    padding-left: 0;
}
}
.videopopupjs {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    text-align: start!important;
}
.videopopupjs--hide {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJsHide;
    animation-name: videoPopupJsHide;
}
.videopopupjs__close {
    float: right;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .59);
}
.videopopupjs__close:after {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    content: 'X';
    font-family: 'Verdana';
    border-radius: 50%;
    background: #333;
    line-height: 2.2;
    font-size: 13px;
}
.videopopupjs__close:hover {
    opacity: .5;
}
.videopopupjs--animation {
    opacity: 0;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJs;
    animation-name: videoPopupJs;
}
.videopopupjs__content {
    margin: 0 auto;
    height: 100%;
    height: 500px;
    width: 100%;
    margin-top: 5%}
.videopopupjs__content iframe {
    width: 100%;
    height: 100%}
.videopopupjs__block--notfound {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 500px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 500px;
    font-family: 'Arial';
    font-size: 20px;
}
@media(max-width:768px) {
    .videopopupjs__content {
    max-width: 90%!important;
}
}@-webkit-keyframes videoPopupJs {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@keyframes videoPopupJs {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@-webkit-keyframes videoPopupJsHide {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}@keyframes videoPopupJsHide {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}.yoorawht button.mfp-close {
    border-radius: 50%;
    top: 5%;
    position: fixed;
}
div#yoobarMap {
    transform: translate(-50%, 7%);
    padding: 20px;
    max-width: 60%;
    display: flex;
    justify-content: center;
    left: 50%;
    position: relative;
    background: transparent;
}