#page{
    opacity:1!important;
    transition:opacity 250ms ease
}
.global-transition-effect{
    transition:all .3s cubic-bezier(.455,.03,.515,.955)!important
}
*{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    outline:0;
    font-size-adjust:none;
    -webkit-text-size-adjust:none;
    -moz-text-size-adjust:none;
    -ms-text-size-adjust:none;
    -webkit-tap-highlight-color:transparent;
    -webkit-font-smoothing:antialiased;
    -webkit-transform:translate3d(1,1,1);
    transform:translate3d(1,1,1);
    text-rendering:auto;
    -webkit-font-smoothing:subpixel-antialiased;
    -moz-osx-font-smoothing:grayscale
}
:focus{
    outline:0
}
*,:after,:before{
    box-sizing:border-box;
    padding:0;
    margin:0
}
*{
    font-family:Roboto Condensed,sans-serif
}
body{
    margin:0;
    padding:0;
    font-size:16px;
    line-height:23px;
    font-weight:400;
    background-color:#fff
}
::selection{
    background-color:#ccc;
    color:#000
}
a,blockquote,code,div,fieldset,form,iframe,img,input,label,p,pre,textarea{
    display:block;
    position:relative
}
input,textarea{
    outline:0
}
input[type=submit]{
    appearance:none;
    -webkit-appearance:none
}
input{
    border-radius:0!important;
    -webkit-border-radius:0!important;
    display:inline-block
}
textarea{
    -webkit-appearance:none!important;
    border-radius:0!important;
    -webkit-border-radius:0!important
}
label a{
    display:inline-block
}
.no-click{
    pointer-events:none!important
}
.no-transition{
    transition:all 0s ease!important
}
p>a{
    display:inline;
    text-decoration:none
}
p>a:hover{
    text-decoration:underline
}
p>span{
    display:inline
}
p strong{
    font-size:18px;
    font-weight:500
}
span>a{
    display:inline
}
a>span{
    display:inline
}
a{
    text-decoration:none
}
a:hover{
    text-decoration:none
}
em a,strong a{
    display:inline
}
h1>a,h2>a,h3>a,h4>a,h5>a,h6>a{
    display:inline
}
table{
    bborder-collapse:separate;
    border-spacing:0;
    width:100%;
    clear:both;
    margin-bottom:27px
}
th{
    vertical-align:middle;
    font-weight:700
}
tr{
    line-height:18px
}
td{
    text-align:center;
    padding:9px 0 9px 0;
    line-height:18px;
    vertical-align:middle
}
.table tr.even td{
    background:#efefef
}
th{
    border-bottom:1px solid rgba(255,255,255,.1);
    color:#1f1f1f;
    line-height:45px;
    background-color:#f6f6f6
}
td{
    color:#666;
    background-color:#fdfdfd
}
table{
    background-color:#f6f6f6;
    font-size:18px
}
ol,ul{
    color:#666;
    font-size:16px;
    margin-left:20px
}
ul{
    margin-bottom:30px
}
ul ul{
    margin-bottom:5px
}
ol ol{
    margin-bottom:5px
}
ol{
    margin-bottom:30px
}
li{
    line-height:24px;
    margin-bottom:5px
}
ol>li:last-child,ul>li:last-child{
    margin-bottom:0
}
sub,sup{
    font-size:50%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sup{
    top:-15px
}
sub{
    bottom:0
}
i{
    min-width:12px
}
.disabled{
    display:none!important
}
.stop-scroll{
    overflow:hidden!important
}
.no-click{
    pointer-events:none
}
.no-border{
    border:none!important
}
.responsive-image{
    display:block;
    height:auto;
    max-width:100%;
    overflow:hidden
}
.round-image{
    border-radius:100%
}
p{
    line-height:26px;
    margin-bottom:30px;
    font-size:18px;
    color:#76797f
}
p strong{
    color:#1f1f1f
}
h1,h2,h3,h4,h5,h6{
    margin-bottom:5px;
    letter-spacing:-.9px;
    font-weight:700;
    font-family:Quicksand,sans-serif
}
h1 *,h2 *,h3 *,h4 *,h5 *,h6 *{
    font-family:Quicksand,sans-serif
}
h1{
    font-size:28px;
    line-height:32px
}
h2{
    font-size:24px;
    line-height:27px
}
h3{
    font-size:22px;
    line-height:26px
}
h4{
    font-size:20px;
    line-height:24px
}
h5{
    font-size:18px;
    line-height:22px
}
.under-heading{
    margin-top:-8px;
    display:block
}
.heading-icon{
    float:right
}
.color-skin{
    color:#000
}
.color-black{
    color:#000!important
}
.color-white{
    color:#fff!important
}
.bg-black{
    background-color:#000!important
}
.bg-white{
    background-color:#fff!important
}
.bg-transparent{
    background-color:transparent!important
}
.highlight{
    color:#fff;
    padding:0 5px
}
.border-box{
    border-left-style:solid;
    border-width:4px!important;
    padding:5px 0 5px 15px
}
.border-box em,.border-box strong{
    display:block;
    font-style:normal
}
.uppercase{
    text-transform:uppercase
}
.capitalize{
    text-transform:capitalize
}
.center-text,.left-text,.right-text,.text-center,.text-left,.text-right{
    display:block
}
.left-text,.text-left{
    text-align:left!important;
    display:block!important
}
.right-text,.text-right{
    text-align:right!important;
    display:block!important
}
.center-text,.text-center{
    text-align:center!important;
    display:block
}
.center-text img,.text-center img{
    margin:0 auto
}
.boxed-text-huge{
    width:90%;
    max-width:340px;
    text-align:center;
    margin-left:auto;
    margin-right:auto
}
.boxed-text-large{
    width:85%;
    max-width:300px;
    text-align:center;
    margin-left:auto;
    margin-right:auto
}
.boxed-text-medium{
    width:80%;
    max-width:300px;
    text-align:center;
    margin-left:auto;
    margin-right:auto
}
.boxed-text-small{
    width:70%;
    max-width:260px;
    text-align:center;
    margin-left:auto;
    margin-right:auto
}
.center-vertical{
    position:absolute;
    width:100%;
    top:50%;
    transform:translateY(-50%)
}
.center-horizontal{
    margin:0 auto
}
.thin{
    font-weight:300!important
}
.ultrathin{
    font-weight:100!important
}
.thiner{
    font-weight:400!important
}
.bold{
    font-weight:600!important
}
.regularbold{
    font-weight:500!important
}
.bolder{
    font-weight:700!important
}
.ultrabold{
    font-weight:900!important
}
.font-italic{
    font-style:italic
}
.font-regular{
    font-style:normal
}
.font-none{
    text-transform:none!important
}
.font-uppercase{
    text-transform:uppercase!important
}
.font-lowercase{
    text-transform:lowercase!important
}
.font-capitalize{
    text-transform:capitalize!important
}
.wrapped-text-small{
    padding:2px 10px
}
.wrapped-text-medium{
    padding:5px 12px
}
.wrapped-text-large{
    padding:6px 14px
}
.float-left{
    float:left
}
.float-right{
    float:right
}
.clear{
    clear:both
}
@keyframes preload-spin1{
    25%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(185deg)
    }
}
@keyframes preload-spin2{
    0%{
        transform:rotate(-175deg)
    }
    100%{
        transform:rotate(175deg)
    }
}
.preload-small:after{
    border-width:1px
}
.preload-large:after{
    border-width:10px
}
.preload-medium:after{
    border-width:5px
}
.preload-full:after{
    border-width:20px
}
.divider{
    height:1px;
    display:block;
    background-color:rgba(0,0,0,.05);
    margin-bottom:30px
}
.divider-margins{
    margin:0 15px 30px 15px
}
.divider-icon{
    height:1px;
    display:block;
    background-color:rgba(0,0,0,.08);
    margin-bottom:50px
}
.content-boxed .divider-icon i{
    background-color:#fff
}
.divider-icon i{
    position:absolute;
    width:50px;
    background-color:#fff;
    text-align:center;
    margin-top:-8px;
    left:50%;
    transform:translateX(-50%)
}
.divider-small{
    height:2px;
    width:80px;
    margin:auto auto 20px auto
}
.divider-small-left{
    height:2px;
    width:80px;
    margin-bottom:15px!important
}
.no-shadow,.shadow-none{
    box-shadow:0 0 0 0 transparent!important
}
.shadow-tiny{
    box-shadow:0 0 5px 2px rgba(0,0,0,.04)!important
}
.shadow-small{
    box-shadow:0 4px 10px 0 rgba(0,0,0,.1)!important
}
.shadow-medium{
    box-shadow:0 2px 14px 0 rgba(0,0,0,.08)!important
}
.shadow-large{
    box-shadow:0 5px 15px 0 rgba(0,0,0,.09)!important
}
.shadow-huge{
    box-shadow:0 5px 40px 0 rgba(0,0,0,.11),0 5px 25px 0 rgba(0,0,0,.1)!important
}
.text-shadow{
    text-shadow:0 1px 0 rgba(0,0,0,.4)
}
.text-shadow-large{
    text-shadow:0 1px 2px rgba(0,0,0,.4)
}
@media(max-width:325px){
    .content{
        margin:0 15px 30px 15px!important
    }
    .caption-margins{
        margin:0 15px 40px 15px!important
    }
}
.under-content-button{
    width:200px;
    left:50%;
    transform:translateX(-50%);
    text-align:center;
    margin-top:-23px
}
.content{
    margin:0 15px 30px 15px
}
.round-circle{
    border-radius:100%
}
.vertical-center{
    position:absolute;
    top:50%;
    width:100%;
    transform:translateY(-50%)
}
.horizontal-center{
    display:block;
    margin:0 auto
}
.header .header-title{
    position:absolute;
    height:55px;
    line-height:55px;
    font-family:Quicksand,sans-serif;
    font-size:14px;
    color:#fff;
    font-weight:800;
    z-index:1;
    text-transform:uppercase;
    bottom:1px
}
.header-subtitle{
    font-size:13px!important;
    text-transform:none!important;
    font-weight:600!important
}
.header .header-logo{
    background-repeat:no-repeat;
    background-position:center center;
    height:100%;
    position:absolute;
    z-index:1;
    left:50%
}
.header-fixed{
    position:fixed;
    top:0;
    left:0;
    right:0;
    height:55px
}
.header-auto-show{
    opacity:0;
    pointer-events:none;
    transition:all 350ms ease
}
.header-active{
    opacity:1;
    pointer-events:all;
    transition:all 350ms ease
}
.header-always-show .header{
    margin-top:0!important
}
.header-static{
    position:relative!important
}
.theme-light .header-transparent{
    background-color:transparent!important;
    box-shadow:none!important;
    border:none!important
}
.header-clear{
    padding-top:55px
}
.header-clear-small{
    padding-top:70px
}
.header-clear-medium{
    padding-top:80px
}
.header-clear-large{
    padding-top:90px
}
.is-on-homescreen .header-clear-medium{
    padding-top:110px!important
}
.header .header-icon{
    position:absolute;
    height:55px;
    width:45px;
    text-align:center;
    line-height:54px;
    font-size:12px;
    color:#fff;
    bottom:0
}
.header{
    height:55px;
    z-index:100;
    background-color:#1b1d21;
    border-bottom:solid 1px rgba(0,0,0,.05)
}
.header-transparent-light{
    background-color:transparent;
    box-shadow:none!important
}
.header-transparent-light a{
    color:#fff
}
.header-transparent-dark{
    background-color:transparent;
    box-shadow:none!important
}
.header-transparent-dark a{
    color:#fff
}
.header-logo-center .header-icon-1{
    left:0
}
.header-logo-center .header-icon-2{
    left:45px
}
.header-logo-center .header-icon-3{
    right:45px
}
.header-logo-center .header-icon-4{
    right:0
}
.header-logo-center .header-title{
    width:150px;
    left:50%;
    margin-left:-75px;
    text-align:center
}
.header-logo-center .header-logo{
    background-position:center center;
    width:150px!important;
    left:50%;
    margin-left:-75px;
    text-align:center
}
.header-logo-left .header-icon-1{
    right:0
}
.header-logo-left .header-icon-2{
    right:45px
}
.header-logo-left .header-icon-3{
    right:90px
}
.header-logo-left .header-icon-4{
    right:135px
}
.header-logo-left .header-logo{
    left:0!important;
    margin-left:0!important
}
.header-logo-left .header-title{
    left:15px!important;
    margin-left:0!important
}
.header-logo-right .header-icon-1{
    left:0
}
.header-logo-right .header-icon-2{
    left:45px
}
.header-logo-right .header-icon-3{
    left:90px
}
.header-logo-right .header-icon-4{
    left:135px
}
.header-logo-right .header-logo{
    left:auto!important;
    right:20px!important;
    margin-left:0!important
}
.header-logo-right .header-title{
    left:auto!important;
    right:20px!important;
    margin-left:0!important
}
.header-logo-app .header-icon-1{
    left:3px
}
.header-logo-app .header-icon-2{
    right:10px
}
.header-logo-app .header-icon-3{
    right:50px
}
.header-logo-app .header-icon-4{
    right:79px
}
.header-logo-app .header-logo{
    left:0!important;
    margin-left:40px!important
}
.header-logo-app .header-title{
    left:0!important;
    margin-left:55px!important
}
.header-logo{
    color:transparent!important
}
.header-logo span{
    color:transparent!important
}
.footer{
    width:calc(100vw - 10px);
    position:relative;
    z-index:2;
    padding:40px 0 20px 0
}
.footer-socials{
    text-align:center
}
.footer-socials a{
    display:inline-block;
    font-size:22px;
    margin:0 3px 0 3px;
    width:38px;
    height:38px;
    line-height:38px;
    border-radius:5px;
    transition:all 250ms ease
}
.footer-socials a:hover{
    transform:scale(1.1 ,1.1)!important;
    transition:all 250ms ease
}
.footer-socials a i{
    font-size:14px;
    width:38px;
    border-radius:5px;
    line-height:38px
}
.footer-title{
    text-align:center
}
.footer-title h1{
    font-weight:800;
    font-size:32px;
    color:#fff
}
.footer-title span{
    font-size:10px;
    margin-top:-5px;
    display:block
}
.footer-text{
    color:#fff;
    opacity:.6;
    font-size:12px;
    text-align:center;
    max-width:300px;
    margin:10px auto 30px auto
}
.footer-copyright{
    color:#fff;
    text-align:center;
    font-size:10px;
    margin:30px 0 0 0;
    opacity:.3
}
.menu-box,.menu-hider{
    display:none;
    opacity:0
}
.menu-ready{
    display:block
}
.menu-hider{
    transition:all 350ms ease;
    pointer-events:none;
    background-color:rgba(0,0,0,.3)
}
.menu-active{
    transition:all 350ms ease;
    pointer-events:all!important;
    opacity:1!important
}
.menu-active-no-click{
    transition:all 350ms ease;
    pointer-events:none;
    opacity:1
}
.page-content{
    background-color:#fff;
    overflow-x:hidden
}
.menu-box{
    overflow-y:scroll!important;
    -webkit-overflow-scrolling:touch!important;
    position:fixed;
    z-index:100;
    -webkit-transform:translateZ(0);
    -moz-transform:translateZ(0);
    -ms-transform:translateZ(0);
    -o-transform:translateZ(0);
    transform:translateZ(0);
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-perspective:1000;
    -moz-perspective:1000;
    -ms-perspective:1000;
    perspective:1000;
    background-size:cover
}
.menu-hider{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:100;
    background-color:rgba(0,0,0,.3)
}
[data-menu-effect=menu-reveal]{
    z-index:90!important;
    display:none
}
[data-menu-effect=menu-reveal][data-menu-type=menu-box-left]{
    transform:translateX(0)!important
}
[data-menu-effect=menu-reveal][data-menu-type=menu-box-right]{
    transform:translateX(0)!important
}
[data-menu-type=menu-box-left]{
    opacity:1;
    top:0;
    bottom:0;
    left:0;
    border-radius:0!important
}
[data-menu-type=menu-box-right]{
    opacity:1;
    top:0;
    bottom:0;
    right:0;
    border-radius:0!important
}
[data-menu-type=menu-box-top]{
    opacity:1;
    top:0;
    right:0;
    left:0
}
[data-menu-type=menu-box-bottom]{
    opacity:1;
    bottom:0;
    right:0;
    left:0
}
[data-menu-type=menu-box-modal]{
    transform-origin:0 0;
    opacity:0;
    pointer-events:none;
    left:50%;
    top:50%;
    transform:scale(.9,.9) translate(-50%,-50%)!important
}
.menu-active[data-menu-type=menu-box-modal]{
    opacity:1!important;
    pointer-events:all!important;
    transform:scale(1,1) translate(-50%,-50%)!important
}
.menu-active[data-menu-type=menu-box-left]{
    transform:translateX(0)!important
}
.menu-active[data-menu-type=menu-box-right]{
    transform:translateX(0)!important
}
.menu-active[data-menu-type=menu-box-bottom]{
    transform:translateY(0)!important
}
.menu-active[data-menu-type=menu-box-top]{
    transform:translateY(0)!important
}
.menu-box-detached[data-menu-type=menu-box-top]{
    opacity:1;
    top:15px;
    right:10px;
    left:10px;
    margin-top:-25px
}
.menu-box-detached[data-menu-type=menu-box-bottom]{
    opacity:1;
    bottom:15px;
    right:10px;
    left:10px;
    margin-bottom:-25px
}
.menu-hide-header{
    transform:translateY(-100%)!important;
    opacity:1;
    transition:all 350ms ease!important
}
.menu-hide-footer{
    transform:translateY(100%)!important;
    opacity:1;
    transition:all 350ms ease!important
}
.menu-box-detached[data-menu-type=menu-box-top].menu-active{
    margin-top:0!important
}
.menu-box-detached[data-menu-type=menu-box-bottom].menu-active{
    margin-bottom:0!important
}
#menu-update{
    background-color:#fff;
    position:fixed;
    z-index:99;
    width:310px;
    height:440px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    opacity:0;
    pointer-events:none;
    border-radius:10px;
    transition:all 350ms ease
}
.is-ios #footer-menu{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:100;
    background-color:#f9f9f9;
    transition:all 250ms ease;
    height:calc(65px + (constant(safe-area-inset-bottom))*1.1);
    height:calc(65px + (env(safe-area-inset-bottom))*1.1);
    transition:all 250ms ease;
    box-shadow:0 -5px 10px 0 rgba(0,0,0,.1)!important;
    z-index:95
}
.is-ios.is-on-homescreen{
    height:calc(43px + (constant(safe-area-inset-bottom)))!important;
    height:calc(43px + (env(safe-area-inset-bottom)))!important
}
.menu-wrapper{
    background: linear-gradient(180deg,rgba(var(--main-color-3)) 0,rgba(var(--main-color-6)) 100%)!important;
    min-height: 100%;
}
#menu-contact,#menu-navigation{
    background-color:#1b1d21!important
}
.menu-icons{
    box-shadow:inset 0 0 3px rgba(0,0,0,.3);
    border-bottom:solid 1px rgba(255,255,255,.03)
}
.menu-icons a{
    text-shadow:0 2px 0 #000;
    width:20%;
    line-height:55px;
    color:#fff;
    float:left;
    color:#6f7380;
    text-align:center
}
.menu-header{
    padding:15px 0 10px 20px;
    box-shadow:inset 0 0 3px rgba(0,0,0,.3);
    border-bottom:solid 1px rgba(255,255,255,.03)
}
.menu-header a:first-child{
    font-size:20px;
    line-height:60px;
    color:#fff;
    font-weight:800;
    letter-spacing:-.5px;
    text-transform:uppercase;
    font-family:'Quicksand','Open Sans',sans-serif
}
.menu-header a span{
    font-family:'Qioclsand', 'Open Sans',sans-serif;
    font-weight:800
}
.menu-header em{
    font-size:11px;
    font-style:normal;
    color:#838383;
    font-weight:400;
    margin-top:-21px;
    display:block;
    letter-spacing:.3px;
    margin-bottom:20px;
    text-shadow:0 1px 0 #000
}
.menu-header a:last-child{
    position:absolute;
    top:0;
    right:0;
    line-height:110px;
    width:60px;
    text-align:center;
    color:#ed5565;
    font-size:14px
}
.menu-list{
    margin:20px 0 20px 0
}
.menu-divider{
    font-size:11px;
    text-shadow: 0 1px 0 #000;
    background-color: rgba(0,0,0,.05);
    color: #ffffff;
    line-height:35px;
    padding-left:20px;
    font-weight:500;
    margin-bottom:0;
    box-shadow:inset 0 0 3px rgba(0,0,0,.3);
    border-bottom:solid 1px rgba(255,255,255,.03);
    border-top:solid 1px rgba(255,255,255,.03)
}
.menu-divider i{
    position:absolute;
    right:0;
    line-height:35px;
    text-align:center;
    width:50px;
    opacity:.3
}
.menu-item{
    transition:all 250ms ease;
    line-height:50px
}
.menu-item i:first-child{
    position:absolute;
    line-height:50px;
    width:60px;
    text-shadow:0 2px 0 #000;
    font-size:12px;
    color:#fff;
    text-align:center
}
.menu-item span{
    padding-left:60px;
    color: #ffffff;
    text-shadow:0 2px 2px rgb(0 0 0 / 30%);
    font-weight:600;
    font-size:14px;
    line-height:50px
}
.menu-item i:last-child{
    position:absolute;
    right:7px;
    top:0;
    color:#8990a2;
    line-height:55px;
    width:50px;
    text-align:center;
    opacity:.3;
    font-size:10px;
    text-shadow:0 2px 0 #000
}
a[data-submenu] em{
    right:21px!important;
    font-size:10px;
    line-height:14px;
    height:15px;
    width:25px;
    text-align:center!important;
    padding-left:0;
    padding-right:0
}
.menu-item em{
    font-family:'Quicksand', 'Open Sans',sans-serif;
    position:absolute;
    right:16px;
    top:20px;
    z-index:2;
    height:16px;
    line-height:15px;
    color:#fff;
    padding:0 8px 0 8px;
    text-align:center;
    font-size:8px;
    font-style:normal;
    border-radius:20px;
    font-weight:600;
    box-shadow:0 1px 0 #000
}
.menu-item:hover{
    background-color:rgba(255,255,255,.01)
}
.menu-item.active-nav span{
    color:#fff!important
}
.menu-item.active-nav i:first-child{
    color:#fff!important
}
.menu-item.active-nav .fa-angle-right{
    display:none
}
.menu-item.active-nav::after{
    content:'\A';
    font-weight:900;
    position:absolute;
    right:6px;
    text-align:center;
    margin-top:5px;
    width:7px;
    height:7px;
    border-radius:50%;
    background:#46b83b;
    display:inline-block;
    margin:17px 2px
}
.menu-update{
    padding:0;
    min-height:65px
}
.menu-update i{
    font-size:22px;
    position:absolute;
    width:60px;
    height:40px;
    line-height:40px;
    text-align:center
}
.menu-update strong{
    padding-left:60px;
    color:#fff
}
.menu-update em{
    font-size:10px;
    display:block;
    padding-left:60px;
    color:#a5a5a5;
    font-style:normal;
    margin-top:-5px
}
.menu-title h1{
    font-size:23px;
    font-weight:700;
    padding:20px 0 0 0
}
.menu-title p{
    font-size:11px;
    margin:-10px 0 10px 0;
    padding:0 0 10px 0
}
.menu-title a{
    font-size:20px;
    color:#ed5565;
    position:absolute;
    text-align:center;
    width:55px;
    line-height:85px;
    right:-15px;
    top:3px
}
.submenu{
    height:0;
    overflow:hidden;
    transition:all 350ms ease
}
.toggle-modes{
    padding-bottom:10px
}
.toggle-modes i{
    font-size:12px;
    position:absolute;
    right:0;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    border-radius:30px;
    top:2px
}
.toggle-modes .fa-sun{
    font-size:14px
}
.toggle-modes span{
    display:block;
    padding-top:5px;
    font-size:13px;
    font-weight:500
}
#footer-menu{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:98;
    background-color:rgba(249,249,249,.98);
    transition:all 250ms ease;
    min-height:60px;
    transition:all 250ms ease;
    box-shadow:0 -5px 10px 0 rgba(0,0,0,.06);
    overflow:hidden
}
.is-not-ios .footer-menu-clear{
    height:70px;
    display:block
}
.is-not-ios .footer{
    padding-bottom:0
}
.is-not-ios #footer-menu a i{
    padding-top:13px
}
.is-not-ios #footer-menu a span{
    padding-top:30px;
    opacity:.6
}
.theme-change-transition{
    transition:all 150ms ease!important
}
.visible-margin-slider .owl-stage-outer{
    overflow:visible!important
}
.visible-margin-slider{
    padding:0 45px 0 45px!important
}
.single-slider{
    z-index:50!important
}
.under-slider-button{
    z-index:90;
    transform:translateY(-50px);
    margin-bottom:30px
}
.double-slider .owl-stage-outer{
    overflow:visible!important
}
.double-slider{
    padding-left:15px;
    padding-right:15px
}
.double-slider .under-slider-button{
    margin-bottom:-40px
}
.cta-buttons{
    display:block;
    width:280px;
    margin:0 auto -1px auto;
    z-index:10
}
.cta-buttons a{
    display:inline-block
}
.table-scroll{
    overflow-x:scroll;
    padding:0 20px
}
.table-scroll table{
    border-collapse:collapse;
    border-spacing:0;
    width:100%
}
.theme-light table{
    border:solid 1px rgba(0,0,0,.08)
}
.table-scroll td{
    padding:8px
}
.table-scroll th{
    padding:0 10px
}
.store-product-table{
    border:none!important
}
.store-product-table td{
    text-align:left
}
.caption .text-right{
    z-index:99
}
.bg-gradient{
    background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 60%,rgba(0,0,0,.2) 70%,#000 100%)
}
.bg-gradient-fade{
    bottom:0!important
}
.bg-gradient-fade{
    background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(215,208,152,.1) 30%,rgba(175,145,75,.2) 40%,rgba(243,78,180,.3) 50%,rgba(232,7,86,.6) 80%,rgba(232,7,86,.8) 90%,#e63d7b 100%)
}
.caption-bottom p{
    margin-bottom:10px
}
.cover-slider{
    z-index:2!important;
    position:relative
}
.caption-overlay{
    z-index:1;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:-1px;
    pointer-events:none
}
.above-overlay{
    z-index:2
}
[data-height=cover] .caption-top{
    margin-top:55px
}
[data-height=cover-header]{
    overflow:visible!important;
    margin-bottom:0!important
}
.caption{
    z-index:2;
    margin-bottom:30px;
    overflow:hidden
}
.polaroid-effect{
    background-color:#fff;
    padding:5px;
    border:solid 1px rgba(0,0,0,.1)
}
.cover-button{
    position:absolute;
    left:20px;
    right:20px;
    bottom:60px;
    z-index:99!important
}
.is-on-homescreen .cover-button{
    bottom:150px!important
}
.is-on-homescreen .cover-next,.is-on-homescreen .cover-prev{
    bottom:60px!important
}
.is-on-homescreen .cover-has-buttons .owl-dots{
    transform:translateY(-55px)!important
}
.is-on-homescreen .cover-has-buttons .cover-button{
    margin-bottom:-50px!important
}
.is-on-homescreen .owl-only-dots .owl-dots{
    transform:translateY(-70px)!important
}

.map-full .cover-content,.map-full .cover-overlay{
    transition:all 350ms ease
}
.hide-map{
    position:absolute;
    margin-top:-120px;
    width:200px;
    left:50%;
    margin-left:-100px;
    text-align:center;
    opacity:0;
    z-index:2
}
.map-full .caption{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0
}
.map-full iframe{
    width:100vw;
    height:100vh;
    z-index:1
}
.activate-map{
    opacity:1;
    transition:all 250ms ease;
    transition:all 350ms ease
}
.deactivate-map{
    opacity:0;
    pointer-events:none;
    transition:all 350ms ease
}
.text-size-decrease,.text-size-default,.text-size-increase{
    width:30px;
    height:30px;
    line-height:30px;
    margin-top:-3px!important
}
.text-size-increase i{
    transform:scale(1.2,1.2)
}
.text-size-default i{
    transform:scale(1,1)
}
.text-size-decrease i{
    transform:scale(.8,.8)
}
[data-accordion]{
    cursor:pointer
}
[data-accordion] i{
    transition:all 250ms ease
}
[data-accordion] .fa-angle-down{
    font-size:12px
}
.toggle-animated,.toggle-animated *{
    transition:all 250ms ease
}
.toggle-content{
    display:none;
    margin-top:15px
}
.toggle-switch input[type=checkbox]{
    position:absolute;
    left:-999px
}
.toggle-switch .fa-t1{
    padding-left:0;
    margin-left:0
}
.toggle-switch .fa-t2{
    padding-right:0;
    margin-right:1px
}
.toggle-ios strong{
    border:solid 1px rgba(0,0,0,.2)
}
.toggle-ios u{
    border:solid 1px rgba(152,152,152,.4)
}
.toggle-android strong{
    border:solid 1px rgba(0,0,0,.1);
    box-shadow:0 3px 3px rgba(0,0,0,.1)
}
.toggle-android .no-toggle-border{
    border:solid 1px transparent!important
}
.toggle-switch strong{
    display:block;
    position:absolute;
    top:0;
    right:28px;
    z-index:1;
    background-color:#fff;
    border-radius:30px
}
.toggle-switch u{
    border-radius:30px;
    position:absolute;
    top:4px;
    right:0
}
.toggle-switch i{
    position:absolute;
    top:0;
    right:0;
    font-size:10px;
    text-align:center;
    z-index:9;
    color:#fff;
    float:left
}
.toggle-switch .toggle-icon{
    line-height:31px;
    float:left
}
.toggle-with-icon .toggle-icon{
    float:left;
    transform:translateY(-4px);
    margin-right:12px;
    line-height:36px;
    width:36px;
    text-align:center
}
.toggle-with-icon span{
    transform:translateY(1px);
    display:inline-block
}
.toggle-with-icon em{
    display:block;
    font-size:10px;
    margin-bottom:-10px;
    margin-top:-10px
}
.toggle-has-icon span i{
    left:0;
    height:29px!important;
    width:29px!important;
    border-radius:29px;
    line-height:29px!important;
    margin-top:-2px
}
.toggle-has-icon span{
    padding-left:40px!important
}
.toggle-icon i{
    position:absolute;
    right:0;
    width:25px;
    text-align:center;
    line-height:25px
}
.theme-light .bg-toggle-transparent{
    background-color:rgba(0,0,0,.05)
}
.theme-dark .bg-toggle-transparent{
    background-color:rgba(255,255,255,.15)
}
.toast{
    position:fixed;
    left:50%;
    transform:translateX(-50%);
    height:35px;
    border-radius:35px;
    overflow:hidden;
    z-index:99;
    transition:all 350ms ease
}
.toast-bottom{
    bottom:20px;
    transform:translate(-50%,150px);
    opacity:0
}
.toast-top{
    top:35px;
    transform:translate(-50%,-150px);
    opacity:0
}
.toast-active{
    transform:translate(-50%,0)!important;
    opacity:1!important
}
.toast p{
    font-size:12px;
    padding:0 30px;
    line-height:35px;
    text-align:center;
    z-index:1
}
.toast .toast-bg{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0
}
.button{
    color:#fff;
    display:inline-block;
    margin-bottom:15px;
    overflow:hidden;
    transition:all 250ms ease;
    font-weight:800;
    text-transform:uppercase
}
.button-icon i{
    position:absolute;
    left:0;
    top:0;
    background-color:rgba(0,0,0,.1);
    text-align:center;
    border-radius:inherit;
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.button:hover{
    text-decoration:none
}
.button-border{
    border:solid 1px
}
.button-margins{
    margin-left:15px;
    margin-right:15px
}
.button:active{
    box-shadow:inset 0 3px 5px 0 rgba(0,0,0,.3)!important;
    transition:all 250ms ease
}
.button-circle{
    border-radius:65px
}
.button-round{
    border-radius:6px
}
.button-round-small{
    border-radius:6px
}
.button-round-medium{
    border-radius:7px
}
.button-round-large{
    border-radius:13px
}
.button-round-huge{
    border-radius:25px
}
.button-xxs{
    padding:5px 12px;
    font-size:11px
}
.button-xs{
    padding:7px 17px;
    font-size:11px
}
.button-s{
    padding:8px 18px;
    font-size:12px
}
.button-m{
    padding:10px 20px;
    font-size:12px
}
.button-l{
    padding:13px 26px;
    font-size:15px
}
.button-xl{
    padding:15px 30px;
    font-size:15px
}
.button-xxl{
    padding:17px 34px;
    font-size:17px
}
.button-full{
    display:block;
    text-align:center
}
.button-icon-transparent i{
    background-color:transparent!important
}
.button-icon-transparent{
    padding-left:40px!important
}
.button-center-tiny{
    width:120px;
    margin:0 auto;
    display:block;
    text-align:center
}
.button-center-small{
    width:150px;
    margin:0 auto;
    display:block;
    text-align:center
}
.button-center-medium{
    width:180px;
    margin:0 auto;
    display:block;
    text-align:center
}
.button-center-large{
    width:200px;
    margin:0 auto;
    display:block;
    text-align:center
}
.button-center-huge{
    width:250px;
    margin:0 auto;
    display:block;
    text-align:center
}
.button-icon-left i{
    padding-right:15px
}
.button-icon-right i{
    padding-left:15px
}
.button-icon.button-full{
    text-align:left
}
.button-xxs.button-icon i{
    width:36px;
    line-height:36px
}
.button-xxs.button-circle.button-icon i{
    border-radius:36px
}
.button-xxs.button-icon{
    padding-left:50px
}
.button-xxs.button-icon i{
    width:40px;
    line-height:33px
}
.button-xxs.button-3d{
    border-bottom:solid 3px
}
.button-xs.button-icon i{
    width:40px;
    line-height:40px
}
.button-xs.button-circle.button-icon i{
    border-radius:40px
}
.button-xs.button-icon{
    padding-left:52px
}
.button-xs.button-3d{
    border-bottom:solid 4px;
    padding-top:9px
}
.button-s.button-icon i{
    width:40px;
    line-height:40px;
    font-size:15px
}
.button-s.button-circle.button-icon i{
    border-radius:43px
}
.button-s.button-icon{
    padding-left:55px
}
.button-s.button-3d{
    border-bottom:solid 4px;
    padding-top:10px
}
.button-m.button-icon i{
    width:45px;
    line-height:44px;
    font-size:16px
}
.button-m.button-circle.button-icon i{
    border-radius:46px
}
.button-m.button-icon{
    padding-left:60px
}
.button-m.button-3d{
    border-bottom:solid 4px;
    padding-top:12px
}
.button-l.button-icon i{
    width:52px;
    line-height:50px;
    font-size:18px
}
.button-l.button-circle.button-icon i{
    border-radius:52px
}
.button-l.button-icon{
    padding-left:63px
}
.button-l.button-3d{
    border-bottom:solid 4px;
    padding-top:15px
}
.button-xl.button-icon i{
    width:55px;
    line-height:55px;
    font-size:18px
}
.button-xl.button-circle.button-icon i{
    border-radius:55px
}
.button-xl.button-icon{
    padding-left:68px
}
.button-xl.button-3d{
    border-bottom:solid 6px;
    padding-top:17px
}
.button-xxl.button-icon i{
    width:60px;
    line-height:60px;
    font-size:20px
}
.button-xxl.button-circle.button-icon i{
    border-radius:60px
}
.button-xxl.button-icon{
    padding-left:70px
}
.button-xxl.button-3d{
    border-bottom:solid 8px;
    padding-top:19px
}
.icon{
    color:#fff;
    display:inline-block;
    text-align:center;
    margin:0 2px 15px 2px;
    transition:all 250ms ease
}
.icon:active{
    box-shadow:inset 0 3px 5px 0 rgba(0,0,0,.3)
}
.icon-circle{
    border-radius:45px
}
.icon-round{
    border-radius:8px
}
.icon-xxs i{
    width:35px;
    line-height:35px;
    font-size:13px
}
.icon-xs i{
    width:38px;
    line-height:38px;
    font-size:14px
}
.icon-s i{
    width:40px;
    line-height:40px;
    font-size:16px
}
.icon-m i{
    width:43px;
    line-height:43px;
    font-size:16px
}
.icon-l i{
    width:51px;
    line-height:51px;
    font-size:17px
}
.icon-xl i{
    width:55px;
    line-height:55px;
    font-size:18px
}
.icon-xxl i{
    width:60px;
    line-height:60px;
    font-size:19px
}
.icon-full{
    display:block;
    text-align:center
}
.icon-center-large{
    display:block;
    left:50%;
    transform:translateX(-62%);
    width:80%;
    margin:0 auto;
    text-align:center
}
.icon-center-medium{
    display:block;
    left:50%;
    transform:translateX(-82%);
    width:60%;
    margin:0 auto;
    text-align:center
}
.icon-center-small{
    display:block;
    left:50%;
    transform:translateX(-48%);
    width:40%;
    text-align:center
}
.icon-center{
    left:50%;
    transform:translateX(-46%);
    text-align:center
}
.content .back-to-top-icon{
    transform:scale(1,1) translate(0,0)!important;
    margin:0 auto 30px auto;
    right:auto;
    bottom:auto;
    display:block;
    position:relative!important
}
.back-to-top-badge{
    position:fixed;
    z-index:996;
    bottom:30px;
    left:50%;
    transform:translate(-50%,70px);
    display:inline-block;
    padding:5px 20px;
    border-radius:35px;
    color:#fff;
    text-align:center;
    font-size:12px;
    transition:all 250ms ease
}
.back-to-top-icon{
    position:fixed;
    z-index:100;
    bottom:70px;
    right:15px;
    display:inline-block;
    width:35px;
    line-height:35px;
    border-radius:35px;
    color:#fff;
    text-align:center;
    font-size:12px;
    transform:scale(0,0);
    transition:all 250ms ease
}
.back-to-top-badge i{
    padding:0 10px 0 0
}
.back-to-top-icon span{
    display:none
}
.back-to-top-badge.back-to-top-visible{
    transform:translate(-50%,30px)
}
.back-to-top-icon.back-to-top-visible{
    transform:scale(1,1)
}
.back-to-top-icon-square{
    border-radius:0
}
.back-to-top-icon-round{
    border-radius:5px
}
.back-to-top-icon-circle{
    border-radius:40px
}
.pagination-round a{
    border-radius:35px!important
}
.pagination{
    width:100%;
    text-align:center;
    margin:0 0 30px 0
}
.pagination a{
    color:#1f1f1f;
    font-size:11px;
    display:inline-block;
    width:35px;
    line-height:33px;
    height:35px;
    margin:0 5px 5px 0;
    border-radius:5px;
    box-shadow:0 5px 15px 0 rgba(0,0,0,.09)
}
.checkboxes-demo .fac{
    display:block
}
.input-light i{
    color:#fff
}
.input-light span{
    color:#fff!important
}
.input-light em{
    color:#7c7c7c!important
}
.input-light input{
    color:#fff!important;
    border-bottom:solid 1px rgba(255,255,255,.1)!important
}
.input-light input::placeholder{
    color:#fff
}
input[type=range]{
    -webkit-appearance:none;
    height:20px;
    width:100%;
    outline:0
}
input[type=range]::-webkit-slider-thumb{
    -webkit-appearance:none;
    width:20px;
    height:20px;
    background:#f26b5e;
    position:relative;
    z-index:3
}
input[type=range]::-webkit-slider-thumb:after{
    content:" ";
    height:10px;
    position:absolute;
    z-index:1;
    right:20px;
    top:5px;
    background:#ff5b32;
    background:linear-gradient(to right,#f088fc 1%,#ac6cff 70%)
}
.ios-slider{
    height:40px!important;
    background:linear-gradient(to right,#f446a9 0,#fd2175 100%);
    background-size:100% 3px;
    background-position:center;
    background-repeat:no-repeat
}
.ios-slider::-webkit-slider-thumb{
    background-color:#f446a9!important;
    border:solid 1px rgba(0,0,0,.1);
    border-radius:30px;
    height:25px!important;
    width:25px!important;
    box-shadow:-3px 3px 10px 1px rgba(0,0,0,.2)!important
}
.material-slider{
    height:40px!important;
    background:linear-gradient(to right,#ccd1d9 0,#ccd1d9 100%);
    background-size:100% 18px;
    background-position:center;
    background-repeat:no-repeat;
    padding:0 3px 0 3px
}
.material-slider::-webkit-slider-thumb{
    background-color:#434a54!important;
    border:solid 1px rgba(0,0,0,.1);
    height:10px!important;
    width:30px!important
}
.classic-slider{
    height:20px!important;
    background-color:#fff;
    border:solid 1px rgba(0,0,0,.1);
    border-radius:30px!important;
    background-size:100% 25px;
    background-position:center;
    background-repeat:no-repeat;
    background-color:transparent;
    padding:0 3px 0 3px;
    -webkit-box-shadow:inset 0 2px 2px 1px rgba(0,0,0,.1);
    box-shadow:inset 0 2px 2px 1px rgba(0,0,0,.1)
}
.classic-slider::-webkit-slider-thumb{
    background-color:#5d9cec!important;
    border:solid 1px transparent;
    height:16px!important;
    border-radius:20px;
    width:16px!important;
    box-shadow:-3px 3px 10px 1px rgba(0,0,0,.2)!important
}
.range-slider-icons{
    padding:0 30px 0 30px
}
.range-slider.range-slider-icons i{
    position:absolute;
    top:0;
    height:44px;
    line-height:44px;
    text-align:center
}
.range-slider .fa-range-icon-1{
    left:0
}
.range-slider .fa-range-icon-2{
    right:0
}
.progress-container{
    width:100%;
    height:3px;
    background:#ccc;
    position:sticky;
    top:0;
    left:0;
    right:0;
    z-index:99
}
.progress-line{
    height:3px;
    background:#4caf50;
    width:0%
}
.search-results{
    margin-top:10px
}
.disabled-search-list{
    max-height:0!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden
}
.disabled-search{
    display:none
}
.search-box{
    line-height:40px
}
.search-box input{
    width:100%;
    color:#8d8f8e!important;
    background-color:#f0f1f5;
    padding-left:40px;
    line-height:40px;
    font-size:12px;
    letter-spacing:.1px
}
.search-box .fa-search{
    position:absolute;
    left:0;
    line-height:42px;
    padding:0 15px 0 15px
}
.search-box .fa-times{
    position:absolute;
    right:0;
    top:0;
    font-size:10px;
    line-height:40px;
    width:40px;
    text-align:center
}
.search-box input.bg-white{
    color:#000!important
}
.search-color input{
    color:#fff
}
.search-color input::placeholder{
    color:#666
}
.search-color i{
    color:#8d8f8e!important;
    z-index:10
}
.search-icon-list a{
    color:#1f1f1f
}
.search-icon-list{
    padding-left:10px;
    padding-top:10px
}
.search-icon-list a{
    line-height:35px
}
.search-icon-list a i{
    padding-right:10px
}
.search-box-small{
    line-height:40px!important
}
.search-box-small input{
    font-size:12px;
    height:40px;
    line-height:40px
}
.search-box-small i{
    line-height:43px!important
}
.search-trending ul{
    margin-left:0
}
.search-trending li{
    font-size:13px;
    line-height:40px;
    list-style:none;
    border-bottom:solid 1px rgba(0,0,0,.05);
    padding-left:0
}
.search-trending .fa-angle-right{
    position:absolute;
    right:0;
    line-height:40px;
    color:#cacaca;
    font-size:10px
}
.search-page .search-result-list{
    min-height:80px;
    margin-bottom:20px
}
.search-page .search-results img{
    width:80px;
    position:absolute;
    border-radius:10px
}
.search-page .search-results h1{
    font-size:15px;
    font-weight:600;
    padding-left:100px;
    margin-bottom:0
}
.search-page .search-results p{
    font-size:12px;
    line-height:20px;
    padding-left:100px;
    padding-right:80px
}
.search-page .search-results a{
    position:absolute;
    right:0;
    height:30px;
    line-height:31px;
    padding:0 12px;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    font-size:10px;
    font-weight:500;
    border-radius:10px
}
.disabled-search{
    display:none
}
.disabled-search-item{
    display:none
}
.alert-round-small{
    border-radius:6px
}
.alert-round-medium{
    border-radius:8px
}
.alert-round-large{
    border-radius:13px
}
.alert-small{
    line-height:48px;
    font-size:13px;
    margin-bottom:30px
}
.alert-small i:first-child{
    background-color:rgba(255,255,255,.1);
    line-height:48px;
    width:48px;
    text-align:center;
    margin-right:10px
}
.alert-large{
    font-size:13px;
    margin-bottom:30px
}
.alert-large strong{
    display:block;
    padding:15px 0 0 70px;
    font-size:16px;
    margin-bottom:-5px
}
.alert-large span{
    display:block;
    padding:0 0 15px 70px;
    opacity:.7
}
.alert-large i:first-child{
    font-size:20px;
    background-color:rgba(255,255,255,.1);
    position:absolute;
    line-height:71px;
    width:50px;
    text-align:center
}
.alert .fa-times{
    position:absolute;
    width:50px;
    line-height:50px;
    text-align:center;
    top:50%;
    right:0;
    font-size:12px;
    opacity:.4;
    z-index:9;
    cursor:pointer;
    transform:translateY(-50%)
}
@keyframes glow-red-light{
    0%{
        color:#000
    }
    50%{
        color:#ed5565
    }
    0%{
        color:#000
    }
}
@keyframes glow-red-dark{
    0%{
        color:#fff
    }
    50%{
        color:#ed5565
    }
    0%{
        color:#fff
    }
}
.theme-light .glow-red{
    animation:glow-red-light 4s;
    animation-iteration-count:infinite
}
.theme-dark .glow-red{
    animation:glow-red-dark 4s;
    animation-iteration-count:infinite
}
@keyframes scale-animation{
    0%{
        transform:scale(1,1)
    }
    50%{
        transform:scale(1.02,1.02)
    }
    0%{
        transform:scale(1,1)
    }
}
.scale-box{
    animation:scale-animation 1.5s;
    animation-iteration-count:infinite
}
.scale-hover:hover{
    transform:scale(.95,.95);
    transition:all 350ms ease
}
.contact-form{
    margin-bottom:15px
}
.menu input[type=text]{
    height:35px;
    line-height:35px
}
.menu .form-field{
    margin-bottom:5px
}
.menu .form-field label{
    font-size:12px;
    margin-bottom:-10px
}
.form-field span{
    position:absolute;
    right:0;
    font-size:9px;
    opacity:.5
}
.form-field input,.form-field textarea{
    box-shadow:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-color:transparent!important;
    margin:10px 0 10px 0
}
.form-email input,.form-name input{
    line-height:40px;
    border:solid 1px rgba(0,0,0,.05);
    width:100%;
    padding:0 10px 0 10px
}
.form-text textarea{
    height:145px;
    line-height:24px;
    width:100%;
    border:solid 1px rgba(0,0,0,.05);
    padding:10px 10px 0 10px;
    margin-bottom:30px
}
.contactSubmitButton{
    width:100%;
    display:block;
    border-radius:5px;
    color:#fff!important;
    padding:12px 0!important
}
.fieldHasError{
    border-bottom:solid 1px #bf263c!important
}
.formValidationError{
    padding:10px 0;
    margin:0 0 30px 0
}
.is-on-homescreen.is-ios{
    bottom:90px!important
}
.add-to-home-visible{
    opacity:1!important;
    pointer-events:all!important
}
.add-to-home .close-add-to-home{
    pointer-events:none
}
.add-to-home i{
    display:none
}
.add-to-home-ios{
    bottom:25px
}
.add-to-home-ios i{
    text-align:center;
    position:absolute;
    font-size:30px;
    left:50%;
    bottom:-18px!important;
    margin-left:-21px;
    transform:rotate(180deg);
    color:#0f1215;
    display:block
}
.add-to-home-ios .close-add-to-home{
    position:absolute;
    right:13px;
    top:13px;
    transform:scale(.5,.5)
}
.add-to-home-android{
    top:20px
}
.add-to-home-android i{
    width:40px;
    text-align:center;
    position:absolute;
    top:-18px;
    right:15px;
    font-size:30px;
    margin-left:-20px;
    color:#0f1215;
    display:block
}
.add-to-home-android .close-add-to-home{
    position:absolute;
    right:0;
    top:20px;
    transform:scale(.8,.8);
    z-index:1000
}
.add-to-home{
    position:fixed;
    background-color:#0f1215;
    left:15px;
    right:15px;
    top:63px;
    width:calc(100% - 30px);
    border-radius:10px;
    z-index:1000;
    opacity:0;
    pointer-events:none;
    transition:all 250ms ease;
    max-width:800px;
    margin:auto
}
.add-to-home h1{
    padding-left:75px;
    line-height:17px;
    padding-top:8px;
    color:#fff;
    font-size:13px
}
.add-to-home p{
    color:#b4b4b4;
    font-size:16px;
    padding-right:20px;
    padding-left:75px;
    line-height:18px
}
.add-to-home img{
    margin-top:17px;
    margin-left:15px
}
.has-notch .offline-message,.has-notch .online-message{
    padding-top:45px!important
}
.has-notch #page{
    padding-top:35px
}
.has-notch .header{
    height:90px
}
.has-notch [data-menu-type=menu-box-left]{
    padding-top:44px
}
.has-notch [data-menu-type=menu-box-right]{
    padding-top:44px
}
.has-notch [data-menu-type=menu-box-top]{
    padding-top:44px
}
.progress-padding{
    padding:20px 20px
}
.progress-bar-wrapper{
    display:block;
    overflow:hidden
}
.progress-bar-wrapper em{
    position:absolute;
    left:0;
    right:0;
    font-style:normal;
    display:block;
    padding:0 15px;
    animation:pbar 1s 1
}
@keyframes pbar{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
.progress-bar{
    width:0%;
    position:absolute;
    border-left:solid 0 #fff;
    border-right:solid 0 #fff;
    transition:width .5s ease
}
.offline-message,.online-message{
    position:fixed;
    transform:translateY(-200%);
    top:0;
    left:0;
    right:0;
    z-index:9999;
    line-height:55px;
    transition:all 250ms ease
}
.offline-message-active,.online-message-active{
    transform:translateY(0)
}
.instant-article{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:999;
    background-color:#fff;
    -webkit-overflow-scrolling:touch;
    overflow-y:scroll;
    transform:translateX(100%);
    transition:all 250ms ease
}
.instant-article-active{
    transform:translateX(0)!important;
    transition:all 250ms ease
}
.countdown{
    width:310px;
    margin:0 auto
}
.countdown .countdown-days,.countdown .countdown-hours,.countdown .countdown-minutes,.countdown .countdown-seconds,.countdown .countdown-years{
    float:left;
    width:19%;
    text-align:center;
    font-size:28px;
    font-weight:800;
    color:#fff;
    padding:13px 0 10px 0;
    margin:0 3% 0 3%
}
.countdown em{
    font-size:12px;
    font-style:normal;
    display:block;
    font-weight:300;
    color:#fff
}
.checklist-item{
    padding:15px 0 10px 0
}
.checklist-item i{
    font-size:16px;
    position:absolute;
    height:30px;
    line-height:32px;
    width:20px;
    text-align:center
}
.checklist-item em{
    color:#cacaca;
    font-size:10px;
    line-height:17px;
    display:inline-block;
    padding-left:35px;
    padding-right:20px;
    font-style:normal;
    font-weight:400
}
.checklist-item strong{
    font-size:12px;
    position:absolute;
    height:40px;
    line-height:30px;
    padding-left:10px;
    font-weight:500
}
#reading-progress-bar{
    height:3px;
    top:50px;
    position:fixed;
    z-index:99;
    background:#4caf50;
    width:0%;
    transition:all .3s ease
}
.next-slide-arrow,.prev-slide-arrow{
    position:absolute;
    bottom:50%;
    z-index:15;
    height:50px;
    line-height:50px;
    margin-bottom:-75px;
    width:50px;
    text-align:center
}
.next-slide-arrow{
    right:0
}
.prev-slide-arrow{
    left:0
}
.next-slide-text{
    float:right;
    margin-top:-34px;
    z-index:2
}

.cover-slider{
    margin-bottom:0
}
.cover-slider .owl-dots{
    z-index:99;
    margin-top:0;
    margin-bottom:-5px;
    transform:translateY(0)
}
.next-slide,.prev-slide{
    color:#fff;
    width:35px;
    line-height:35px;
    text-align:center;
    position:absolute;
    margin-top:-10px;
    top:50%;
    transform:translateY(-70%);
    z-index:99
}
.cover-slider [data-height=cover]{
    margin-bottom:0!important
}
.prev-slide{
    left:15px
}
.next-slide{
    right:15px
}
.owl-dots-over .owl-dots{
    transform:translateY(-60px);
    margin-bottom:-10px
}
.cover-slider .owl-dots{
    bottom:55px
}



.theme-dark .changetext,.theme-dark h1,.theme-dark h2,.theme-dark h3,.theme-dark h4,.theme-dark h5,.theme-dark h6,.theme-dark p strong{
    color:#fff
}
.theme-dark .accordion-style-2 a,.theme-dark .color-theme,.theme-dark .contact-form i,.theme-dark .countdown div,.theme-dark .demo-icon-font article,.theme-dark .fac label,.theme-dark .header .header-icon,.theme-dark .header .header-title,.theme-dark .input-style-1 .input-icon,.theme-dark .input-style-1 span,.theme-dark .input-style-2 .input-icon,.theme-dark .input-style-2 span,.theme-dark .link-list-1 a,.theme-dark .link-list-1 a span,.theme-dark .link-list-2 a span,.theme-dark .link-list-3 span,.theme-dark .menu .nav .active-nav i,.theme-dark .menu .nav .active-nav span,.theme-dark .menu .nav a i,.theme-dark .menu .nav a span,.theme-dark .menu .nav-title,.theme-dark .menu-divider,.theme-dark .menu-selected span,.theme-dark .pagination a,.theme-dark .profile-2 .profile-stats a,.theme-dark .review-1 em,.theme-dark .review-1 strong,.theme-dark .review-1 u,.theme-dark .search-icon-list a,.theme-dark .vcard-field *,.theme-dark [data-tab],.theme-dark.header .header-icon,.theme-dark.header .header-title{
    color:#fff!important
}
.theme-dark #page,.theme-dark .divider-icon i,.theme-dark .instant-article,.theme-dark .loader-main,.theme-dark .menu-box,.theme-dark .page-bg,.theme-dark .page-content,.theme-dark .search-box input,.theme-dark .searching,.theme-dark .table tr.even td,.theme-dark .timeline-body,.theme-dark table,.theme-dark td{
    background-color: rgba(var(--main-color-dark-2))!important;
}
.theme-dark .input-style-2 span{
    background-color:#000
}
.theme-dark .bg-theme,.theme-dark .content-boxed .input-style span,.theme-dark .content-boxed .input-style-2 span,.theme-dark .menu .input-style-2 span{
    background-color:#010129!important
}
.theme-dark .link-list-2 a,.theme-dark .link-list-3 a,.theme-dark .pricing-1,.theme-dark .pricing-2,.theme-dark .pricing-3,.theme-dark .pricing-4,.theme-dark .search-box,.theme-dark .tab-controls a,.theme-dark .vcard-field,.theme-dark table{
    border:solid 1px rgba(255,255,255,.05)
}
.theme-dark .form-field input,.theme-dark .form-field textarea,.theme-dark .input-style-1 input,.theme-dark .input-style-1 select,.theme-dark .input-style-1 textarea,.theme-dark .input-style-2 input,.theme-dark .input-style-2 select,.theme-dark .input-style-2 textarea,.theme-dark .link-list-1 a{
    color:#fff!important;
    border-color:rgba(255,255,255,.06)
}
.theme-dark .link-list-1 a,.theme-dark .link-list-2 a{
    border-color:rgba(255,255,255,.05)
}
.theme-dark .input-style-1 em,.theme-dark .input-style-2 em{
    color:#3c3c3c
}
.theme-dark .classic-slider,.theme-dark .timeline-deco{
    background-color:rgba(255,255,255,.1)!important
}
.theme-dark .header,.theme-dark .menu .input-style span,.theme-dark .notch-hider,.theme-dark .polaroid-effect,.theme-dark .tab-controls,.theme-dark .timeline-item-content,.theme-dark .timeline-item-content-full,.theme-dark th{
    background-color:#3f0c21!important;
    color:#fff
}
.theme-dark .menu .nav .divider,.theme-dark .menu .nav a:hover. .theme-dark .menu .nav .active-subnav{
    background-color:rgba(255,255,255,.05)
}
.theme-dark .divider{
    background-color:rgba(255,255,255,.03)!important
}
.theme-dark .menu-hider{
    background-color:rgba(0,0,0,.8)
}
.theme-dark .menu .nav-submenu a{
    color:rgba(255,255,255,.5)
}
.theme-dark .gallery-filter-controls li{
    color:#fff
}
.theme-dark .tab-controls a{
    border-left:solid 1px rgba(255,255,255,.05)
}
.theme-dark .search-header input::placeholder{
    color:#fff!important
}
.theme-dark .search-header input{
    color:#fff
}
.theme-dark .search-trending li{
    border-bottom:solid 1px rgba(255,255,255,.03)
}
.theme-dark .search-header .fa-search{
    color:#fff
}
.theme-dark .searching input.mysearch::placeholder{
    color:#b7b7b7
}
.theme-dark .searching .mysearch{
    color:#000!important
}
.menu-box-content{
    z-index:1
}
.menu-box{
    background-color:#fff
}
.theme-light .bg-theme{
    background-color:#fff
}
.theme-light .color-theme{
    color:#1f1f1f
}
.theme-dark .color-theme{
    color:#fff
}
.theme-dark .color-theme{
    color:#fff!important
}
.theme-dark .header{
    background: linear-gradient(to left,rgba(var(--main-color-dark-3)) 30%,rgba(var(--main-color-4)) 70%);
}
.theme-dark .footer-menu a i,.theme-dark .header a,.theme-dark .input-style .input-icon{
    color:#fff
}
.theme-dark #footer-menu{
    background-color:rgba(33,37,42,.98);
    border-top:solid 1px rgba(255,255,255,.01)
}
.theme-dark #footer-menu a i{
    color:#fff
}
.theme-dark #footer-menu a span{
    color:#fff
}
.theme-light .header{
    background-color:#fff
}
.theme-light .header-title{
    color:#1f1f1f
}
.theme-light .header-icon{
    color:#1f1f1f
}
#page{
    background-color:rgba(255,255,255,0)!important
}
.bg-highlight, em.menu-badge {
    background-color: rgba(var(--main-color-1))!important;
}
#menu-contact,#menu-navigation{
    z-index:101;
    background:linear-gradient(180deg,#0a09c8 0,#000040 100%)!important
}


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: #fff;
    will-change: opacity;
    transition: 250ms;
}
.preloader div {
    animation: 1.2s infinite preload-spin1;
    clip: rect(0,60px,60px,30px);
    height: 60px;
    width: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -28px;
}
.preloader div:after {
    animation: preload-spin2 1.2s ease-in-out infinite;
    clip: rect(0, 60px, 60px, 30px);
    content: '';
    border-radius: 100%;
    height: 60px;
    width: 60px;
    position: absolute;
    border-style: solid;
    border-width: 3px;
    border-color: inherit;
}
.t{
    display:table;
    width:100%;
    height:100%
}
.tc{
    display:table-cell;
    vertical-align:middle;
    text-align:center
}
.rel{
    position:relative
}
.book{
    margin:0 auto;
    width:90%;
    height:90%;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.book .page{
    height:100%
}
.book .page img{
    max-width:100%;
    height:100%
}
.menu-header em{
    margin-bottom:-20px
}
.theme-dark .preloader{
    background-color:rgb(253 31 118 / .1)!important
}

.loader-inactive {
    opacity: 0!important;
    pointer-events: none!important;
}

.loader-active, .loader-inactive {
    transition: 350ms;
    will-change: opacity;
}
.logocirclepreloader{
    display:block;
    margin:auto;
    top:calc(50% - 33px);
    z-index:1
}
.border-highlight,.preloader div{
    border-color:rgba(var(--main-color-1))!important
}
img.langselect{
    float:right;
    top:6px;
    right:15px
}
.menu-header i{
    top:13px;
    font-size:x-large;
    position:absolute
}
.bg-black{
    background:linear-gradient(180deg,#caa660 0,#f6bb42 100%)!important;
    opacity:.7!important
}
a .catselect{
    transition:.3s
}
.yellow{
    color:#ffce54!important
}
.jcrop-holder a,.jcrop-holder blockquote,.jcrop-holder code,.jcrop-holder div,.jcrop-holder fieldset,.jcrop-holder form,.jcrop-holder iframe,.jcrop-holder img,.jcrop-holder input,.jcrop-holder label,.jcrop-holder p,.jcrop-holder pre,.jcrop-holder textarea{
    display:block;
    position:initial
}

.footer a,.theme-dark .footer a {
    color: rgb(255 255 255 / 80%)!important;
}
