
ul.mainmenu{
    text-align: right !important;
    display: inline-block !important;
    border-top:1px solid rgba(255,255,255,0.3);
}
.event_title{min-height:80px;}
.mb-180 {margin-bottom: 180px; }
.mb-140 {margin-bottom: 140px; }
.mb-120 {margin-bottom: 120px; }
.mb-100 {margin-bottom: 100px; }
.mb-90 {margin-bottom: 90px; }
.mb-80 {margin-bottom: 80px; }
.mb-70 {margin-bottom: 70px; }
.mb-60 {margin-bottom: 60px; }
.mb-50 {margin-bottom: 50px; }
.mb-40 {margin-bottom: 40px !important; }
.mb-30 {margin-bottom: 30px !important; }
.mb-20 {margin-bottom: 20px; }
.col-center{margin:auto;float: none}

.inner::before,
.post-thumb img,
.post-inner h5,
.post-overlay::before,
.seg, .content_text, .player a:before ,.post-content,
.plyr__control.plyr__control--overlaid,
.plyr__control.plyr__control--overlaid:before,
.plyr__control.plyr__control--overlaid svg{
    -webkit-transition: all !important;
    -webkit-transition-timing-function: ease-out !important;
    -webkit-transition-duration: 300ms !important;
    -moz-transition: all !important;
    -moz-transition-timing-function: ease-out !important;
    -moz-transition-duration: 300ms !important;
}
.p0{padding:0;}
.m0{margin:0;}
.black{color: black !important}
.bg-yellow{background-color: #FFDC36 !important;}
.yellow {
    color: #FFDC36 !important;
}
.bgtext:before {
    content: attr(data-text);
    position: absolute;
    color: transparent;
    font-size: 13pc;
    width: 100%;
    left: 0;
    font-weight: 700;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.45);
    z-index: -1;
    font-family: montserrat;
}
.page_nav{text-align: right;}
.page_nav>div a + a{margin-left: 20px;}
.page_nav>div a{color: white;font-size: 13px;padding-bottom: 6px !important;display: inline-block;}
.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1:last-child ,
.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1:last-child a{margin-right: 0 !important;padding-right: 0 !important}

.vertical-align,#multiplier .forcefullwidth_wrapper_tp_banner{position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.height-100{height: 100vh}
.height-90{height: 90vh}
.height-80{height: 80vh}
.height-70{height: 70vh}
.height-60{height: 60vh}
.height-50{height: 50vh}

h4.f40{font-size: 40px}
.f32{
    font-size: 32px;
        line-height: 40px;
}
.f58{font-size: 58px; }
.f40{font-size: 40px; }
.f24{font-size: 24px !important; }
.f21{font-size: 21px; }
.relative{position: relative;}

.threeButtons{
    position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
}
.threeButtons li{
    border-top:1px solid rgba(255,255,255,0.5);
    height: 120px;
    display: inline-block;float: left;width: 25%;
    background: transparent;
    border-right: 1px solid rgba(255,255,255,0.5);
    overflow: hidden;
}
.threeButtons li:last-child{
    border-right: 0px solid rgba(255,255,255,0.5);
}
.threeButtons li svg{
    width: 65px;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: -22px;
}
body .threeButtons li a  path{
    transition: transform 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
body .threeButtons li a:hover path{
    fill:#12837b !important;
}
.threeButtons li a{
    color: white;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        display: block;
        text-decoration: none;
        padding: 36px 0 0 0;
        position: relative;
        min-height: 142px;
        line-height: 3.5;
}
.threeButtons li a:before {
    background-color: #FFDC36;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.9s cubic-bezier(0.6,0.05,0.01,0.99);
    backface-visibility: hidden;
    height: 500px
}
.threeButtons li a:hover:before {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}
.threeButtons li a span{
    position: relative;
        z-index: 4;
}


.onHover p{width: 70%; margin:auto;display: block}
.onHover{
    display: block;
    width: 100%;
    top: 24%;
    left: -100% !important;
    position: absolute !important;
    opacity: 0;
    -webkit-transition: all !important;-webkit-transition-timing-function: ease-out !important;-webkit-transition-duration: 500ms !important;-moz-transition: all !important;-moz-transition-timing-function: ease-out !important;-moz-transition-duration: 500ms !important;
}
.threeButtons li p{
    font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 0;
        line-height: 1;
}
.threeButtons li p,
.threeButtons li img{display: inline-block;}

.threeButtons li img{
    margin-top: -7px;
        margin-right: 10px;
}
.threeButtons li a{position: relative !important;overflow: hidden;}
.threeButtons li:hover span.onHover{left: 0% !important;opacity: 1;}
.threeButtons li:hover span:not(.onHover){opacity: 0 !important}

.opacity-full {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    top: 0;
    left: 0;
}
.opacity-middle {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    top: 0;
    left: 0;
}
.bg-black {
    background-color: #000;
}
.html-video {
        background-size: cover;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    background-color: #000;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: auto;
    z-index: -3;
}

aside.sm{
    position: absolute;
        left: -53px;
        top: 50%;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        width: 150px;
        background: #ffdc36;
}
aside.sm ul{display: block;margin:0;padding:0;}
aside.sm ul li{display: inline-block;width: 100%;float: left;text-align: center;}
aside.sm ul li a{
    display: block;
        color: black;
        text-align: center;
        padding: 10px 0;
}
.main-carousel{margin:0;padding:0;}
.main-carousel li{display: inline-block;float: left;width: 33.3%;position: relative;}

.content_text h5{font-weight: 300}
.content_text.main{
    position: absolute;
    bottom:35px;
    width: 100%;
    left: 0;
    padding:0 40px;
}
.content_text{
    position: absolute;
    bottom:35px;
    width: 100%;
    left: 0;
    padding:0 40px;
    text-align: left;
}
.bgslide2{
    position: absolute;
    left: 0;
    width: 137% !important;
    max-width: 1000%;
    top: -130px;
    z-index: -1;
}
.mask{
    width: 75%;
    float: right;
    padding-right: 0;
    max-width: 100%;
}
.TOGETHER {
    position: absolute;
    top: 0;
    right: 10%;
    width: 22%;
}
.pt-80{padding-top: 80px}
.pt-150{padding-top: 150px}
.white{color: white !important}
.circle-ripple.white:before, .circle-ripple.white {
    border: 1px solid #fff;
}
a.link_line.white {
    color: white;
}
a.link_line, .link_line {
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px !important;
}
a.link_line.white:after {
    background: #fff;
}
a.link_line:hover:after {
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
a.link_line:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -moz-transition: -moz-transform .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: -o-transform .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform .25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
h1 {
    font-weight: 700;
    font-size: 120px;
    line-height: 0.8;
}
.circle-ripple:before,
.circle-ripple {
  border: 1px solid #FFDC36;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  animation: ripple 4s linear infinite;
  position: absolute;
  left: 10%;
}
.circle-ripple:before,.circle-ripple:after {
  content:'';
  position:absolute;
  left: 0;
  -webkit-animation-delay:.2s;-moz-animation-delay:.2s;
}
@keyframes ripple {
  0% {-webkit-transform: scale(1.1,1.1);opacity: 1;width: 100px;height:100px;}
  100% {-webkit-transform: scale(1.7,1.7);opacity: 0;width: 200px;height:200px;}
}
.player a {
    -webkit-transform: scale(1.1,1.1);
    width: 60px;
    height: 60px;
    background: white;
    text-align: center;
    line-height: 60px;
    position: absolute;
    right: 50px;
    bottom: 35px;
    border-radius: 100px;
    color: black;
    font-size: 17px;
    padding-left: 3px;
}
.player a:before {
    content: "";
    position: absolute;
    background: rgba(255,255,255,0.4);
    width: 75px;
    height: 75px;
    right: -7px;
    bottom: -8px;
    border-radius: 100px;
}
.player a:before {
    -webkit-transform: scale(1.1,1.1);
}
.player a i {
    color: black;
}
.player:hover a {
    -webkit-transform: scale(1.3,1.3);
}
.player:hover a:before {
    opacity: 0;
}
.planter_story {
    margin-bottom: -95px;
    position: relative;
    z-index: 9;
    color: white;
}
.f20 {
    font-size: 20px;
    line-height: 1.8;
}
.f50{font-size: 50px !important}
.f25 {
    font-size: 25px !important;
    line-height: 1.8;
}
.f79 {
    font-size: 79px;
    line-height: 1.8;
}
.p40x {
    padding: 0 40px;
}
.pr30 {
    padding-right: 40px;
}
.number1:before {
    content: "1";
    color: #FFDC36 !important;
}
.number2:before {
    content: "2";
    left: -77px !important;
}
.number:before {
    color: transparent;
    font-size: 119px;
    position: absolute;
    left: -50px;
    top: -14px;
    -webkit-text-stroke: 1px #FFDC36;
    font-weight: 700;
    line-height: 1;
    font-family: "Montserrat";
}
body{text-align: left}
.lateral_text {
    position: absolute;
    left: -35%;
    top: 23%;
    font-size: 79px;
    font-weight: bold;
    color: white;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.bg-extra-dark-gray {
    background-color: #1c1c1c;
}
img {
    max-width: 100%;
    height: auto;
}
figcaption {
    position: absolute;
    width: 100%;
    bottom: 13px;
    left: 0;
}
.display-block {
    display: block !important;
}
.section-mod, .pre-footer {
    padding: 120px 0;
}
.font-weight-600 {
    font-weight: 600;
}
h3 {
    font-size: 36px;
    line-height: 38px !important;
}
.mailchimp {
    background: rgba(255, 255, 255, 0.93);
    padding: 116px 90px;
}
.mailchimp aside {
    display: block;
    width: 100%;
    float: left;
}
.mailchimp form {
    max-width: 550px;
    margin: auto;
}
.mailchimp form input {
    width: 70%;
    display: inline-block;
    float: left;
    padding: 15px 15px;
}
.mailchimp form button {
    width: 30%;
    display: inline-block;
    float: left;
    background: #32353C;
    color: white;
    height: 57px;
    margin-top: -1px;
}
.mailchimp form input {
width: 70%;
    display: inline-block;
    float: left;
    padding: 27px 15px;
    font-size: 17px;
}
.pre-footer ul {
    padding: 0;
    text-align: center;
    width: 738px;
    margin: auto;
    border-top: 1px solid black;
}
.pre-footer ul li {
    display: inline-block;
    margin: 0;
}
.pre-footer ul li:last-child a{padding-right: 0px}
.pre-footer ul li:first-child a {
    padding-left: 0;
}
.pre-footer ul li a {
    display: block;
    padding: 5px 20px;
    color: black;
    font-weight: 700 !important;
}
.padding-40px-tb {
    padding-top: 40px;
    padding-bottom: 40px;
}
.headroom--sticky.headroom--not-top .page_nav {
    padding-top: 17px;
}
.header-default.headroom--not-top .header__wrapper .header-left .logo a img {
    width: 270px !important;
}
.headroom--sticky.headroom--not-top .mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1,
.headroom--sticky.headroom--not-top .mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 > a {
    padding-top: 5px !important;
    padding-bottom: 31px;
}
.align-center{
    align-items: center;
    display: flex;
}
.space-between{display: flex;justify-content: space-between;}
.space-evenly{display: flex;justify-content: space-evenly;}
.card{background:transparent !important;}
.card .card-body a{color: black;font-weight: bold}
.card .card-body ol,
.card .card-body ul{padding-left: 20px}
.bk-accordion .card-header {
    border-bottom: 1px solid #ebc71b;
}
.card .card-body ol li,
.card .card-body ul li,
.card .card-body ul li a,
body .card-body,
body p{
    line-height: 1.9em;
    font-size: 18px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

p.lead{font-size: 30px !important}
.overflow-hidden{overflow: hidden;}
.float-box{
    position: absolute;
    right: 0;
    top: -48px;
}
.float-box2{
    position: absolute;
    left: 0;
    bottom: -148px;
}
.font-weight-normal b{font-weight: normal !important}

.icons-boxes img{max-width: 100px}



textarea {
    border: 0;
    border-bottom: 2px solid #eee;
    background: none;
    padding-left: 0;
    padding-right: 0;
    height: 180px;
    padding: 3px 20px;
    color: #777;
    line-height: 1.75;
    font-size: 16px;
}
body.template-color-1 .bk-accordion.style-bg-white .card-header h5 a.acc-btn[aria-expanded="false"] {
    color: black;
    background:#F7F7F7 !important;
}
.bk-accordion.style-bg-white .card-header{border-color: transparent !important;}
body.template-color-1 .bk-accordion.style-bg-white .card-header h5 a.acc-btn[aria-expanded="true"] {
    background: #FFDC36 !important;
    color: white
}


.overlay{position: relative;}
.overlay:before{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}

/*Cool player*/
.plyr__control.plyr__control--overlaid{
    -webkit-transform: scale(1.1,1.1) !important;
    width: 60px !important;
    height: 60px !important;
    background: white !important;
    text-align: center !important;
    line-height: 60px !important;
    position: absolute !important;
    right: 47% !important;
    bottom: 58% !important;
    border-radius: 100px !important;
    color: black !important;
    font-size: 17px !important;
    padding-left: 3px !important;
    top: 45%;
}
.plyr__control.plyr__control--overlaid:before {
    content: "" !important;
    position: absolute !important;
    background: rgba(255,255,255,0.4) !important;
    width: 75px !important;
    height: 75px !important;
    right: -7px !important;
    bottom: -8px !important;
    border-radius: 100px !important;
}
body .plyr__control.plyr__control--overlaid:before {
    -webkit-transform: scale(1.1,1.1) !important;
}
.plyr__control.plyr__control--overlaid svg {
    color: black;
}
.plyr__controls{display: none}
.plyr__control.plyr__control--overlaid:hover  {
    -webkit-transform: scale(1.3,1.3) !important;
}
.plyr__control.plyr__control--overlaid:hover:before {
    opacity: 0 !important;
}
/*Cool player*/
.style-bg-black h5 a{color: white !important}
.bk-accordion.style-bg-black .card-header h5 a.acc-btn[aria-expanded="true"]{
    background: #FFDC36 !important;
    border-radius: 0 !important;
    color: black !important
}
.justify{text-align: justify;}

h5 a.acc-btn{border-radius: 0 !important}



.planting .blog-25:hover .post-content {opacity: 1}
.planting .blog-25:hover .post-content .second {opacity: 1 !important}
.planting .blog-25:hover .first {opacity: 0 !important}
.planting .post-inner{position: relative;width: 100%}
.planting .post-inner h5{position: absolute;width: 100%}
.planting .post-content .second{opacity: 0}
.planting .post-content{
    height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        opacity: 1;
}


.planting .blog-grid-no-flex:hover .post-thumb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.planting .blog-25:hover .blog-grid-no-flex.post-overlay::before{opacity: 1}
.planting .blog-grid-no-flex.post-overlay::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    width: 100%;
    height: 100%;
}
.capitalize{text-transform: capitalize;}
.gray{
    filter: grayscale(100%);
}
.f90{font-size: 90px !important;line-height: 1 !important;}
.px-40{padding-left: 40px; padding-right: 40px}
.py-40{padding-top:40px;padding-bottom: 40px}


.open-hamberger-wrapper.is-visiable{z-index: 9999999999999999}
.mobile-navigation{
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    background:black;
    z-index: 999999999999;
    -webkit-animation: slide-out-blurred-top .5s cubic-bezier(.23,1,.32,1) both;
        -o-animation: slide-out-blurred-top .5s cubic-bezier(.23,1,.32,1) both;
        animation: slide-out-blurred-top .5s cubic-bezier(.23,1,.32,1) both;
}
@-o-keyframes slide-in-blurred-top{
    0%{
        -webkit-transform:translateY(-1000px);
        -o-transform:translateY(-1000px);
        transform:translateY(-1000px);
        -webkit-transform-origin:50% 0;
        -o-transform-origin:50% 0;
        transform-origin:50% 0;
        -webkit-filter:blur(40px);
        filter:blur(40px);
        opacity:0
    }
    to{
        -webkit-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0);
        -webkit-transform-origin:50% 50%;
        -o-transform-origin:50% 50%;
        transform-origin:50% 50%;
        -webkit-filter:blur(0);
        filter:blur(0);
        opacity:1
    }
}
@keyframes slide-in-blurred-top{
    0%{
        -webkit-transform:translateY(-1000px);
        -o-transform:translateY(-1000px);
        transform:translateY(-1000px);
        -webkit-transform-origin:50% 0;
        -o-transform-origin:50% 0;
        transform-origin:50% 0;
        -webkit-filter:blur(40px);
        filter:blur(40px);
        opacity:0
    }
    to{
        -webkit-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0);
        -webkit-transform-origin:50% 50%;
        -o-transform-origin:50% 50%;
        transform-origin:50% 50%;
        -webkit-filter:blur(0);
        filter:blur(0);
        opacity:1
    }
}
.slide-in-blurred-top{
    -webkit-animation:slide-in-blurred-top .5s cubic-bezier(.23,1,.32,1) both;
    -o-animation:slide-in-blurred-top .5s cubic-bezier(.23,1,.32,1) both;
    animation:slide-in-blurred-top .5s cubic-bezier(.23,1,.32,1) both
}
@-webkit-keyframes slide-out-blurred-top{
    0%{
        -webkit-transform:translateY(0);
        transform:translateY(0);
        -webkit-transform-origin:50% 0;
        transform-origin:50% 0;
        -webkit-filter:blur(0);
        filter:blur(0);
        opacity:1
    }
    to{
        -webkit-transform:translateY(-1000px);
        transform:translateY(-1000px);
        -webkit-transform-origin:50% 0;
        transform-origin:50% 0;
        -webkit-filter:blur(40px);
        filter:blur(40px);
        opacity:0
    }
}
@-o-keyframes slide-out-blurred-top{
    0%{
        -webkit-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0);
        -webkit-transform-origin:50% 0;
        -o-transform-origin:50% 0;
        transform-origin:50% 0;
        -webkit-filter:blur(0);
        filter:blur(0);
        opacity:1
    }
    to{
        -webkit-transform:translateY(-1000px);
        -o-transform:translateY(-1000px);
        transform:translateY(-1000px);
        -webkit-transform-origin:50% 0;
        -o-transform-origin:50% 0;
        transform-origin:50% 0;
        -webkit-filter:blur(40px);
        filter:blur(40px);
        opacity:0
    }
}
@keyframes slide-out-blurred-top{
    0%{
        -webkit-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0);
        -webkit-transform-origin:50% 0;
        -o-transform-origin:50% 0;
        transform-origin:50% 0;
        -webkit-filter:blur(0);
        filter:blur(0);
        opacity:1
    }
    to{
        -webkit-transform:translateY(-1000px);
        -o-transform:translateY(-1000px);
        transform:translateY(-1000px);
        -webkit-transform-origin:50% 0;
        -o-transform-origin:50% 0;
        transform-origin:50% 0;
        -webkit-filter:blur(40px);
        filter:blur(40px);
        opacity:0
    }
}
.slide-out-blurred-top{
    -webkit-animation:slide-out-blurred-top .45s cubic-bezier(.755,.05,.855,.06) both;
    -o-animation:slide-out-blurred-top .45s cubic-bezier(.755,.05,.855,.06) both;
    animation:slide-out-blurred-top .45s cubic-bezier(.755,.05,.855,.06) both
}

#cookieNotify.bottom-nav, .icn {
    padding: 0;
    position: fixed;
    width: 100%;
    background: #0e1116;
    bottom: -65px;
    z-index: 9999;
    -webkit-transition: all !important;
    -webkit-transition-timing-function: ease-out !important;
    -webkit-transition-duration: 500ms !important;
    -moz-transition: all !important;
    -moz-transition-timing-function: ease-out !important;
    -moz-transition-duration: 500ms !important;
}
#cookieNotify.bottom-nav ul, .icn ul {
    margin: 0;
    padding: 0;
}
#cookieNotify.bottom-nav.style2 li, .icn ul li {
    width: 24%;
    display: inline-block;
    text-align: center;
    position: relative;
}
#cookieNotify.bottom-nav.style2 li a img, .icn ul li img{
    width: 23px;
    min-height: 35px;
}
#cookieNotify.bottom-nav.style2 li a,  .icn ul li a{
    display: block;
    width: 100%;
    padding: 20px 0;
}
#cookieNotify.bottom-nav.style2.in li i, .icn ul li i {
    font-size: 18px;
    line-height: 1;
    left: auto;
    bottom: auto;
    position: inherit;
    margin-bottom: 0px;
}
#cookieNotify.bottom-nav.style2.in li span, .icn ul li span {
    font-size: 9px;
    opacity: 1;
    line-height: 1;
    display: block;
    width: 100%;
    text-align: center !important;
    height: 10px !important;
    position: inherit;
    margin-top: 7px;
    color: white
}


























































































































