@charset "utf-8";
abbr,acronym,body,fieldset,img{
    border:0
}
body,html{
    margin:0;
    padding:0
}
.fes4-title-cont h3,.title-18,body{
    font-family:'Open Sans',Arial,Helvetica,sans-serif
}
.customNavigation a,.owl-controls{
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -webkit-tap-highlight-color:transparent
}
.customNavigation a,.mfp-arrow,.owl-controls{
    -webkit-tap-highlight-color:transparent
}
.fs-header,.fs-parent .open-sub:before,.fs-primary-nav li{
    -moz-osx-font-smoothing:grayscale
}
a,abbr,acronym,address,applet,b,big,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,html,i,iframe,img,ins,kbd,label,legend,object,q,s,samp,small,span,strike,strong,sub,sup,tbody,td,tfoot,th,thead,tr,tt,u,var{
    margin:0;
    padding:0;
    border:0;
    outline:0
}
:focus{
    outline:0
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block
}
table{
    border-collapse:collapse;
    border-spacing:0
}
address,caption,cite,code,dfn,th,var{
    font-style:normal;
    font-weight:400
}
caption,th{
    text-align:left
}
q:after,q:before{
    content:''
}
body{
    outline:0;
    vertical-align:baseline;
    font-size:14px;
    line-height:25px;
    font-weight:400;
    color:#fff;
    background-color:#100726;
    -webkit-font-smoothing:antialiased!important;
    -webkit-text-size-adjust:100%!important
}
.section-more .icon,.sm-cont-middle,.video-ads-text-cont a,table.shopping-cart-table tr td,table.shopping-cart-table tr th{
    vertical-align:middle
}
.bold{
    font-weight:700!important
}
.font-light{
    font-weight:100!important
}
.font-norm{
    font-weight:400!important
}
::selection{
    background-color:#ffea00;
    color:#323336
}
::-moz-selection{
    background-color:#ffea00;
    color:#323336
}
.relative{
    position:relative
}
.absolute{
    position:absolute
}
#main-menu.font-open-sans .megamenu .title,#main-menu.font-open-sans .navbar .nav li a,.font-open-sans{
    font-family:'Open Sans',Arial,Helvetica,sans-serif!important
}
#main-menu .megamenu .title.font-poppins,#main-menu.font-poppins .megamenu .title,#main-menu.font-poppins .navbar .nav li a,.font-poppins{
    font-family:Poppins,Arial,Helvetica,sans-serif!important
}
#main-menu.font-montserrat .megamenu .title,#main-menu.font-montserrat .navbar .nav li a,.font-montserrat{
    font-family:Montserrat,Arial,Helvetica,sans-serif!important
}
#main-menu.font-raleway .megamenu .title,#main-menu.font-raleway .navbar .nav li a,.font-raleway{
    font-family: 'Oswald', sans-serif !important;
}
#main-menu.font-josefin .megamenu .title,#main-menu.font-josefin .navbar .nav li a,.font-josefin{
    font-family:'Josefin Sans',Arial,Helvetica,sans-serif!important
}
@media (max-width:767px) and (min-width:480px){
    .container,.container-fluid.fes1-cont{
        width:470px!important
    }
}
@media (max-width:479px){
    #header.header-fullwidth .container,.container{
        width:100%!important
    }
}
#loader-overflow{
    display:block;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:#fefefe;
    z-index:99999
}
.loaders,.loaders .loader{
    box-sizing:border-box;
    display:flex
}
.loader-cont{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
#loader3{
    will-change:transform;
    width:40px;
    height:40px;
    margin:-20px 0 0 -20px;
    background-color:#b6b6b7;
    border-radius:50%;
    -webkit-animation:scaleout 1.1s infinite ease-in-out;
    animation:scaleout 1.1s infinite ease-in-out;
    text-indent:-99999px;
    z-index:999991
}
@-webkit-keyframes scaleout{
    0%{
        transform:scale(0);
        -webkit-transform:scale(0)
    }
    100%{
        transform:scale(1);
        -webkit-transform:scale(1);
        opacity:0
    }
}
@keyframes scaleout{
    0%{
        -webkit-transform:scale(0);
        -moz-transform:scale(0);
        -ms-transform:scale(0);
        -o-transform:scale(0);
        transform:scale(0);
        opacity:0
    }
    40%{
        opacity:1
    }
    100%{
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:0
    }
}
.loaders{
    width:100%;
    flex:0 1 auto;
    flex-direction:row;
    flex-wrap:wrap
}
.loaders .loader{
    flex:0 1 auto;
    flex-direction:column;
    flex-grow:1;
    flex-shrink:0;
    flex-basis:25%;
    max-width:25%;
    height:200px;
    align-items:center;
    justify-content:center
}
.ball-pulse-sync>div,.ball-pulse>div{
    width:15px;
    height:15px;
    background-color:#b6b6b7;
    border-radius:100%;
    margin:2px;
    display:inline-block
}
@-webkit-keyframes scale{
    0%,80%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
    45%{
        -webkit-transform:scale(.1);
        transform:scale(.1);
        opacity:.7
    }
}
@keyframes scale{
    0%,80%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
    45%{
        -webkit-transform:scale(.1);
        transform:scale(.1);
        opacity:.7
    }
}
.ball-pulse>div:nth-child(1){
    -webkit-animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);
    animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08)
}
.ball-pulse>div:nth-child(2){
    -webkit-animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);
    animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08)
}
.ball-pulse>div:nth-child(3){
    -webkit-animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);
    animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08)
}
.ball-pulse>div{
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
@-webkit-keyframes ball-pulse-sync{
    33%{
        -webkit-transform:translateY(10px);
        transform:translateY(10px)
    }
    66%{
        -webkit-transform:translateY(-10px);
        transform:translateY(-10px)
    }
    100%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes ball-pulse-sync{
    33%{
        -webkit-transform:translateY(10px);
        transform:translateY(10px)
    }
    66%{
        -webkit-transform:translateY(-10px);
        transform:translateY(-10px)
    }
    100%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
.ball-pulse-sync>div:nth-child(1){
    -webkit-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;
    animation:ball-pulse-sync .6s -.14s infinite ease-in-out
}
.ball-pulse-sync>div:nth-child(2){
    -webkit-animation:ball-pulse-sync .6s -70ms infinite ease-in-out;
    animation:ball-pulse-sync .6s -70ms infinite ease-in-out
}
.ball-pulse-sync>div:nth-child(3){
    -webkit-animation:ball-pulse-sync .6s 0s infinite ease-in-out;
    animation:ball-pulse-sync .6s 0s infinite ease-in-out
}
.ball-pulse-sync>div{
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
@-webkit-keyframes ball-scale{
    0%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0
    }
}
@keyframes ball-scale{
    0%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0
    }
}
.ball-scale>div{
    background-color:#b6b6b7;
    border-radius:100%;
    margin:2px;
    display:inline-block;
    height:60px;
    width:60px;
    -webkit-animation:ball-scale 1s 0s ease-in-out infinite;
    animation:ball-scale 1s 0s ease-in-out infinite
}
.ball-scale-random{
    width:37px;
    height:40px
}
.ball-scale-random>div{
    background-color:#b6b6b7;
    border-radius:100%;
    margin:2px;
    position:absolute;
    display:inline-block;
    height:30px;
    width:30px;
    -webkit-animation:ball-scale 1s 0s ease-in-out infinite;
    animation:ball-scale 1s 0s ease-in-out infinite
}
.ball-rotate,.ball-rotate>div{
    position:relative
}
.ball-rotate>div,.ball-rotate>div:after,.ball-rotate>div:before{
    background-color:#b6b6b7;
    width:15px;
    height:15px;
    border-radius:100%
}
.ball-scale-random>div:nth-child(1){
    margin-left:-7px;
    -webkit-animation:ball-scale 1s .2s ease-in-out infinite;
    animation:ball-scale 1s .2s ease-in-out infinite
}
.ball-scale-random>div:nth-child(3){
    margin-left:-2px;
    margin-top:9px;
    -webkit-animation:ball-scale 1s .5s ease-in-out infinite;
    animation:ball-scale 1s .5s ease-in-out infinite
}
@-webkit-keyframes rotate{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    50%{
        -webkit-transform:rotate(180deg);
        transform:rotate(180deg)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
.ball-rotate>div{
    margin:2px;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.ball-rotate>div:first-child{
    -webkit-animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite;
    animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite
}
.ball-rotate>div:after,.ball-rotate>div:before{
    margin:2px;
    content:"";
    position:absolute;
    opacity:.8
}
.ball-rotate>div:before{
    top:0;
    left:-28px
}
.ball-rotate>div:after{
    top:0;
    left:25px
}
.ball-clip-rotate>div{
    border-radius:100%;
    margin:2px;
    border:2px solid #b6b6b7;
    border-bottom-color:transparent;
    height:25px;
    width:25px;
    background:0 0!important;
    display:inline-block;
    -webkit-animation:rotate .75s 0s linear infinite;
    animation:rotate .75s 0s linear infinite
}
@keyframes rotate{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    50%{
        -webkit-transform:rotate(180deg);
        transform:rotate(180deg)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes scale{
    30%{
        -webkit-transform:scale(.3);
        transform:scale(.3)
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.ball-clip-rotate-pulse{
    position:relative;
    -webkit-transform:translateY(-15px);
    -ms-transform:translateY(-15px);
    transform:translateY(-15px)
}
.ball-clip-rotate-pulse>div{
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    position:absolute;
    top:0;
    left:0;
    border-radius:100%
}
.ball-clip-rotate-pulse>div:first-child{
    background:#b6b6b7;
    height:16px;
    width:16px;
    top:7px;
    left:-7px;
    -webkit-animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite
}
.ball-clip-rotate-pulse>div:last-child{
    position:absolute;
    width:30px;
    height:30px;
    left:-16px;
    top:-2px;
    background:0 0;
    border:2px solid;
    border-color:#b6b6b7 transparent;
    -webkit-animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    -webkit-animation-duration:1s;
    animation-duration:1s
}
.ball-beat>div,.ball-scale-multiple>div{
    background-color:#b6b6b7;
    border-radius:100%
}
@keyframes rotate{
    0%{
        -webkit-transform:rotate(0) scale(1);
        transform:rotate(0) scale(1)
    }
    50%{
        -webkit-transform:rotate(180deg) scale(.6);
        transform:rotate(180deg) scale(.6)
    }
    100%{
        -webkit-transform:rotate(360deg) scale(1);
        transform:rotate(360deg) scale(1)
    }
}
.ball-clip-rotate-multiple{
    position:relative
}
.ball-clip-rotate-multiple>div{
    position:absolute;
    left:-20px;
    top:-20px;
    border:2px solid #b6b6b7;
    border-bottom-color:transparent;
    border-top-color:transparent;
    border-radius:100%;
    height:35px;
    width:35px;
    -webkit-animation:rotate 1s 0s ease-in-out infinite;
    animation:rotate 1s 0s ease-in-out infinite
}
.ball-clip-rotate-multiple>div:last-child{
    display:inline-block;
    top:-10px;
    left:-10px;
    width:15px;
    height:15px;
    -webkit-animation-duration:.5s;
    animation-duration:.5s;
    border-color:#b6b6b7 transparent;
    -webkit-animation-direction:reverse;
    animation-direction:reverse
}
@-webkit-keyframes ball-scale-ripple{
    0%{
        -webkit-transform:scale(.1);
        transform:scale(.1);
        opacity:1
    }
    70%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:.7
    }
    100%{
        opacity:0
    }
}
@keyframes ball-scale-ripple{
    0%{
        -webkit-transform:scale(.1);
        transform:scale(.1);
        opacity:1
    }
    70%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:.7
    }
    100%{
        opacity:0
    }
}
.ball-scale-ripple>div{
    height:50px;
    width:50px;
    border-radius:100%;
    border:2px solid #b6b6b7;
    -webkit-animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);
    animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8)
}
@-webkit-keyframes ball-scale-ripple-multiple{
    0%{
        -webkit-transform:scale(.1);
        transform:scale(.1);
        opacity:1
    }
    70%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:.7
    }
    100%{
        opacity:0
    }
}
@keyframes ball-scale-ripple-multiple{
    0%{
        -webkit-transform:scale(.1);
        transform:scale(.1);
        opacity:1
    }
    70%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:.7
    }
    100%{
        opacity:0
    }
}
.ball-scale-ripple-multiple{
    position:relative;
    -webkit-transform:translateY(-25px);
    -ms-transform:translateY(-25px);
    transform:translateY(-25px)
}
.ball-scale-ripple-multiple>div:nth-child(0){
    -webkit-animation-delay:-.8s;
    animation-delay:-.8s
}
.ball-scale-ripple-multiple>div:nth-child(1){
    -webkit-animation-delay:-.6s;
    animation-delay:-.6s
}
.ball-scale-ripple-multiple>div:nth-child(2){
    -webkit-animation-delay:-.4s;
    animation-delay:-.4s
}
.ball-scale-ripple-multiple>div:nth-child(3){
    -webkit-animation-delay:-.2s;
    animation-delay:-.2s
}
.ball-scale-ripple-multiple>div{
    position:absolute;
    top:-2px;
    left:-26px;
    width:50px;
    height:50px;
    border-radius:100%;
    border:2px solid #b6b6b7;
    -webkit-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);
    animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8)
}
@-webkit-keyframes ball-beat{
    50%{
        opacity:.2;
        -webkit-transform:scale(.75);
        transform:scale(.75)
    }
    100%{
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ball-beat{
    50%{
        opacity:.2;
        -webkit-transform:scale(.75);
        transform:scale(.75)
    }
    100%{
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.ball-beat>div{
    width:15px;
    height:15px;
    margin:2px;
    display:inline-block;
    -webkit-animation:ball-beat .7s 0s infinite linear;
    animation:ball-beat .7s 0s infinite linear
}
.ball-beat>div:nth-child(2n-1){
    -webkit-animation-delay:-.35s!important;
    animation-delay:-.35s!important
}
@-webkit-keyframes ball-scale-multiple{
    0%{
        -webkit-transform:scale(0);
        transform:scale(0);
        opacity:0
    }
    5%{
        opacity:1
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0
    }
}
@keyframes ball-scale-multiple{
    0%{
        -webkit-transform:scale(0);
        transform:scale(0);
        opacity:0
    }
    5%{
        opacity:1
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0
    }
}
.ball-scale-multiple{
    position:relative;
    -webkit-transform:translateY(-30px);
    -ms-transform:translateY(-30px);
    transform:translateY(-30px)
}
.ball-scale-multiple>div:nth-child(2){
    -webkit-animation-delay:-.4s;
    animation-delay:-.4s
}
.ball-scale-multiple>div:nth-child(3){
    -webkit-animation-delay:-.2s;
    animation-delay:-.2s
}
.ball-scale-multiple>div{
    position:absolute;
    left:-30px;
    top:0;
    opacity:0;
    margin:0;
    width:60px;
    height:60px;
    -webkit-animation:ball-scale-multiple 1s 0s linear infinite;
    animation:ball-scale-multiple 1s 0s linear infinite
}
.ball-triangle-path>div:nth-child(1),.ball-triangle-path>div:nth-child(2){
    -webkit-animation-duration:2s;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-iteration-count:infinite
}
@-webkit-keyframes ball-triangle-path-1{
    33%{
        -webkit-transform:translate(25px,-50px);
        transform:translate(25px,-50px)
    }
    66%{
        -webkit-transform:translate(50px,0);
        transform:translate(50px,0)
    }
    100%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
}
@keyframes ball-triangle-path-1{
    33%{
        -webkit-transform:translate(25px,-50px);
        transform:translate(25px,-50px)
    }
    66%{
        -webkit-transform:translate(50px,0);
        transform:translate(50px,0)
    }
    100%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
}
@-webkit-keyframes ball-triangle-path-2{
    33%{
        -webkit-transform:translate(25px,50px);
        transform:translate(25px,50px)
    }
    66%{
        -webkit-transform:translate(-25px,50px);
        transform:translate(-25px,50px)
    }
    100%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
}
@keyframes ball-triangle-path-2{
    33%{
        -webkit-transform:translate(25px,50px);
        transform:translate(25px,50px)
    }
    66%{
        -webkit-transform:translate(-25px,50px);
        transform:translate(-25px,50px)
    }
    100%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
}
@-webkit-keyframes ball-triangle-path-3{
    33%{
        -webkit-transform:translate(-50px,0);
        transform:translate(-50px,0)
    }
    66%{
        -webkit-transform:translate(-25px,-50px);
        transform:translate(-25px,-50px)
    }
    100%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
}
@keyframes ball-triangle-path-3{
    33%{
        -webkit-transform:translate(-50px,0);
        transform:translate(-50px,0)
    }
    66%{
        -webkit-transform:translate(-25px,-50px);
        transform:translate(-25px,-50px)
    }
    100%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
}
.ball-triangle-path{
    position:relative;
    -webkit-transform:translate(-29.99px,-37.51px);
    -ms-transform:translate(-29.99px,-37.51px);
    transform:translate(-29.99px,-37.51px)
}
.ball-triangle-path>div:nth-child(1){
    -webkit-animation-name:ball-triangle-path-1;
    animation-name:ball-triangle-path-1;
    -webkit-animation-delay:0;
    animation-delay:0;
    animation-duration:2s;
    animation-timing-function:ease-in-out;
    animation-iteration-count:infinite
}
.ball-triangle-path>div:nth-child(2){
    -webkit-animation-name:ball-triangle-path-2;
    animation-name:ball-triangle-path-2;
    -webkit-animation-delay:0;
    animation-delay:0;
    animation-duration:2s;
    animation-timing-function:ease-in-out;
    animation-iteration-count:infinite
}
.ball-triangle-path>div:nth-child(3){
    -webkit-animation-name:ball-triangle-path-3;
    animation-name:ball-triangle-path-3;
    -webkit-animation-delay:0;
    animation-delay:0;
    -webkit-animation-duration:2s;
    animation-duration:2s;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite
}
.ball-triangle-path>div{
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    position:absolute;
    width:10px;
    height:10px;
    border-radius:100%;
    border:1px solid #b6b6b7
}
.ball-grid-beat>div,.ball-pulse-rise>div{
    -webkit-animation-fill-mode:both;
    -webkit-animation-iteration-count:infinite
}
.ball-grid-beat>div,.ball-grid-pulse>div,.ball-pulse-rise>div{
    height:15px;
    border-radius:100%;
    display:inline-block;
    background-color:#b6b6b7;
    margin:2px
}
.ball-triangle-path>div:nth-of-type(1){
    top:50px
}
.ball-triangle-path>div:nth-of-type(2){
    left:25px
}
.ball-triangle-path>div:nth-of-type(3){
    top:50px;
    left:50px
}
@-webkit-keyframes ball-pulse-rise-even{
    0%{
        -webkit-transform:scale(1.1);
        transform:scale(1.1)
    }
    25%{
        -webkit-transform:translateY(-30px);
        transform:translateY(-30px)
    }
    50%{
        -webkit-transform:scale(.4);
        transform:scale(.4)
    }
    75%{
        -webkit-transform:translateY(30px);
        transform:translateY(30px)
    }
    100%{
        -webkit-transform:translateY(0);
        transform:translateY(0);
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ball-pulse-rise-even{
    0%{
        -webkit-transform:scale(1.1);
        transform:scale(1.1)
    }
    25%{
        -webkit-transform:translateY(-30px);
        transform:translateY(-30px)
    }
    50%{
        -webkit-transform:scale(.4);
        transform:scale(.4)
    }
    75%{
        -webkit-transform:translateY(30px);
        transform:translateY(30px)
    }
    100%{
        -webkit-transform:translateY(0);
        transform:translateY(0);
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@-webkit-keyframes ball-pulse-rise-odd{
    0%{
        -webkit-transform:scale(.4);
        transform:scale(.4)
    }
    25%{
        -webkit-transform:translateY(30px);
        transform:translateY(30px)
    }
    50%{
        -webkit-transform:scale(1.1);
        transform:scale(1.1)
    }
    75%{
        -webkit-transform:translateY(-30px);
        transform:translateY(-30px)
    }
    100%{
        -webkit-transform:translateY(0);
        transform:translateY(0);
        -webkit-transform:scale(.75);
        transform:scale(.75)
    }
}
@keyframes ball-pulse-rise-odd{
    0%{
        -webkit-transform:scale(.4);
        transform:scale(.4)
    }
    25%{
        -webkit-transform:translateY(30px);
        transform:translateY(30px)
    }
    50%{
        -webkit-transform:scale(1.1);
        transform:scale(1.1)
    }
    75%{
        -webkit-transform:translateY(-30px);
        transform:translateY(-30px)
    }
    100%{
        -webkit-transform:translateY(0);
        transform:translateY(0);
        -webkit-transform:scale(.75);
        transform:scale(.75)
    }
}
.ball-pulse-rise>div{
    width:15px;
    animation-fill-mode:both;
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-timing-function:cubic-bezier(.15,.46,.9,.6);
    animation-timing-function:cubic-bezier(.15,.46,.9,.6);
    animation-iteration-count:infinite;
    -webkit-animation-delay:0;
    animation-delay:0
}
.ball-pulse-rise>div:nth-child(2n){
    -webkit-animation-name:ball-pulse-rise-even;
    animation-name:ball-pulse-rise-even
}
.ball-pulse-rise>div:nth-child(2n-1){
    -webkit-animation-name:ball-pulse-rise-odd;
    animation-name:ball-pulse-rise-odd
}
@-webkit-keyframes ball-grid-beat{
    50%{
        opacity:.7
    }
    100%{
        opacity:1
    }
}
@keyframes ball-grid-beat{
    50%{
        opacity:.7
    }
    100%{
        opacity:1
    }
}
.ball-grid-beat{
    width:57px
}
.ball-grid-beat>div:nth-child(1){
    -webkit-animation-delay:.21s;
    animation-delay:.21s;
    -webkit-animation-duration:.63s;
    animation-duration:.63s
}
.ball-grid-beat>div:nth-child(2){
    -webkit-animation-delay:-80ms;
    animation-delay:-80ms;
    -webkit-animation-duration:.94s;
    animation-duration:.94s
}
.ball-grid-beat>div:nth-child(3){
    -webkit-animation-delay:.59s;
    animation-delay:.59s;
    -webkit-animation-duration:1.37s;
    animation-duration:1.37s
}
.ball-grid-beat>div:nth-child(4){
    -webkit-animation-delay:60ms;
    animation-delay:60ms;
    -webkit-animation-duration:1.05s;
    animation-duration:1.05s
}
.ball-grid-beat>div:nth-child(5){
    -webkit-animation-delay:.65s;
    animation-delay:.65s;
    -webkit-animation-duration:1.59s;
    animation-duration:1.59s
}
.ball-grid-beat>div:nth-child(6){
    -webkit-animation-delay:.74s;
    animation-delay:.74s;
    -webkit-animation-duration:.75s;
    animation-duration:.75s
}
.ball-grid-beat>div:nth-child(7){
    -webkit-animation-delay:-.16s;
    animation-delay:-.16s;
    -webkit-animation-duration:1.45s;
    animation-duration:1.45s
}
.ball-grid-beat>div:nth-child(8){
    -webkit-animation-delay:.26s;
    animation-delay:.26s;
    -webkit-animation-duration:.73s;
    animation-duration:.73s
}
.ball-grid-beat>div:nth-child(9){
    -webkit-animation-delay:.38s;
    animation-delay:.38s;
    -webkit-animation-duration:.97s;
    animation-duration:.97s
}
.ball-grid-beat>div{
    width:15px;
    animation-fill-mode:both;
    float:left;
    -webkit-animation-name:ball-grid-beat;
    animation-name:ball-grid-beat;
    animation-iteration-count:infinite;
    -webkit-animation-delay:0;
    animation-delay:0
}
@-webkit-keyframes ball-grid-pulse{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        -webkit-transform:scale(.5);
        transform:scale(.5);
        opacity:.7
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
}
@keyframes ball-grid-pulse{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        -webkit-transform:scale(.5);
        transform:scale(.5);
        opacity:.7
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
}
.ball-grid-pulse{
    width:57px
}
.ball-grid-pulse>div:nth-child(1){
    -webkit-animation-delay:-.16s;
    animation-delay:-.16s;
    -webkit-animation-duration:.71s;
    animation-duration:.71s
}
.ball-grid-pulse>div:nth-child(2){
    -webkit-animation-delay:-.13s;
    animation-delay:-.13s;
    -webkit-animation-duration:1.23s;
    animation-duration:1.23s
}
.ball-grid-pulse>div:nth-child(3){
    -webkit-animation-delay:.53s;
    animation-delay:.53s;
    -webkit-animation-duration:1.36s;
    animation-duration:1.36s
}
.ball-grid-pulse>div:nth-child(4){
    -webkit-animation-delay:.38s;
    animation-delay:.38s;
    -webkit-animation-duration:.79s;
    animation-duration:.79s
}
.ball-grid-pulse>div:nth-child(5){
    -webkit-animation-delay:.45s;
    animation-delay:.45s;
    -webkit-animation-duration:1.4s;
    animation-duration:1.4s
}
.ball-grid-pulse>div:nth-child(6){
    -webkit-animation-delay:.46s;
    animation-delay:.46s;
    -webkit-animation-duration:1.56s;
    animation-duration:1.56s
}
.ball-grid-pulse>div:nth-child(7){
    -webkit-animation-delay:-70ms;
    animation-delay:-70ms;
    -webkit-animation-duration:1.17s;
    animation-duration:1.17s
}
.ball-grid-pulse>div:nth-child(8){
    -webkit-animation-delay:.31s;
    animation-delay:.31s;
    -webkit-animation-duration:1.45s;
    animation-duration:1.45s
}
.ball-grid-pulse>div:nth-child(9){
    -webkit-animation-delay:.15s;
    animation-delay:.15s;
    -webkit-animation-duration:1.13s;
    animation-duration:1.13s
}
.ball-grid-pulse>div{
    width:15px;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    float:left;
    -webkit-animation-name:ball-grid-pulse;
    animation-name:ball-grid-pulse;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
    -webkit-animation-delay:0;
    animation-delay:0
}
@-webkit-keyframes ball-spin-fade-loader{
    50%{
        opacity:.3;
        -webkit-transform:scale(.4);
        transform:scale(.4)
    }
    100%{
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ball-spin-fade-loader{
    50%{
        opacity:.3;
        -webkit-transform:scale(.4);
        transform:scale(.4)
    }
    100%{
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.ball-spin-fade-loader{
    position:relative;
    top:-10px;
    left:-10px
}
.ball-spin-fade-loader>div:nth-child(1){
    top:25px;
    left:0;
    -webkit-animation:ball-spin-fade-loader 1s -.96s infinite linear;
    animation:ball-spin-fade-loader 1s -.96s infinite linear
}
.ball-spin-fade-loader>div:nth-child(2){
    top:17.05px;
    left:17.05px;
    -webkit-animation:ball-spin-fade-loader 1s -.84s infinite linear;
    animation:ball-spin-fade-loader 1s -.84s infinite linear
}
.ball-spin-fade-loader>div:nth-child(3){
    top:0;
    left:25px;
    -webkit-animation:ball-spin-fade-loader 1s -.72s infinite linear;
    animation:ball-spin-fade-loader 1s -.72s infinite linear
}
.ball-spin-fade-loader>div:nth-child(4){
    top:-17.05px;
    left:17.05px;
    -webkit-animation:ball-spin-fade-loader 1s -.6s infinite linear;
    animation:ball-spin-fade-loader 1s -.6s infinite linear
}
.ball-spin-fade-loader>div:nth-child(5){
    top:-25px;
    left:0;
    -webkit-animation:ball-spin-fade-loader 1s -.48s infinite linear;
    animation:ball-spin-fade-loader 1s -.48s infinite linear
}
.ball-spin-fade-loader>div:nth-child(6){
    top:-17.05px;
    left:-17.05px;
    -webkit-animation:ball-spin-fade-loader 1s -.36s infinite linear;
    animation:ball-spin-fade-loader 1s -.36s infinite linear
}
.ball-spin-fade-loader>div:nth-child(7){
    top:0;
    left:-25px;
    -webkit-animation:ball-spin-fade-loader 1s -.24s infinite linear;
    animation:ball-spin-fade-loader 1s -.24s infinite linear
}
.ball-spin-fade-loader>div:nth-child(8){
    top:17.05px;
    left:-17.05px;
    -webkit-animation:ball-spin-fade-loader 1s -.12s infinite linear;
    animation:ball-spin-fade-loader 1s -.12s infinite linear
}
.ball-spin-fade-loader>div,.ball-spin-loader>div{
    -webkit-animation-fill-mode:both;
    width:15px;
    height:15px;
    border-radius:100%
}
.ball-spin-fade-loader>div{
    background-color:#b6b6b7;
    margin:2px;
    animation-fill-mode:both;
    position:absolute
}
@-webkit-keyframes ball-spin-loader{
    75%{
        opacity:.2
    }
    100%{
        opacity:1
    }
}
@keyframes ball-spin-loader{
    75%{
        opacity:.2
    }
    100%{
        opacity:1
    }
}
.ball-spin-loader{
    position:relative
}
.ball-spin-loader>span:nth-child(1){
    top:45px;
    left:0;
    -webkit-animation:ball-spin-loader 2s .9s infinite linear;
    animation:ball-spin-loader 2s .9s infinite linear
}
.ball-spin-loader>span:nth-child(2){
    top:30.68px;
    left:30.68px;
    -webkit-animation:ball-spin-loader 2s 1.8s infinite linear;
    animation:ball-spin-loader 2s 1.8s infinite linear
}
.ball-spin-loader>span:nth-child(3){
    top:0;
    left:45px;
    -webkit-animation:ball-spin-loader 2s 2.7s infinite linear;
    animation:ball-spin-loader 2s 2.7s infinite linear
}
.ball-spin-loader>span:nth-child(4){
    top:-30.68px;
    left:30.68px;
    -webkit-animation:ball-spin-loader 2s 3.6s infinite linear;
    animation:ball-spin-loader 2s 3.6s infinite linear
}
.ball-spin-loader>span:nth-child(5){
    top:-45px;
    left:0;
    -webkit-animation:ball-spin-loader 2s 4.5s infinite linear;
    animation:ball-spin-loader 2s 4.5s infinite linear
}
.ball-spin-loader>span:nth-child(6){
    top:-30.68px;
    left:-30.68px;
    -webkit-animation:ball-spin-loader 2s 5.4s infinite linear;
    animation:ball-spin-loader 2s 5.4s infinite linear
}
.ball-spin-loader>span:nth-child(7){
    top:0;
    left:-45px;
    -webkit-animation:ball-spin-loader 2s 6.3s infinite linear;
    animation:ball-spin-loader 2s 6.3s infinite linear
}
.ball-spin-loader>span:nth-child(8){
    top:30.68px;
    left:-30.68px;
    -webkit-animation:ball-spin-loader 2s 7.2s infinite linear;
    animation:ball-spin-loader 2s 7.2s infinite linear
}
.ball-spin-loader>div{
    animation-fill-mode:both;
    position:absolute;
    background:green
}
.ball-zig-zag-deflect>div,.ball-zig-zag>div{
    background-color:#b6b6b7;
    width:15px;
    height:15px;
    border-radius:100%;
    margin:2px 2px 2px 15px;
    top:4px;
    left:-7px
}
@-webkit-keyframes ball-zig{
    33%{
        -webkit-transform:translate(-15px,-30px);
        transform:translate(-15px,-30px)
    }
    66%{
        -webkit-transform:translate(15px,-30px);
        transform:translate(15px,-30px)
    }
    100%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
}
@keyframes ball-zig{
    33%{
        -webkit-transform:translate(-15px,-30px);
        transform:translate(-15px,-30px)
    }
    66%{
        -webkit-transform:translate(15px,-30px);
        transform:translate(15px,-30px)
    }
    100%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
}
@-webkit-keyframes ball-zag{
    33%{
        -webkit-transform:translate(15px,30px);
        transform:translate(15px,30px)
    }
    66%{
        -webkit-transform:translate(-15px,30px);
        transform:translate(-15px,30px)
    }
    100%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
}
@keyframes ball-zag{
    33%{
        -webkit-transform:translate(15px,30px);
        transform:translate(15px,30px)
    }
    66%{
        -webkit-transform:translate(-15px,30px);
        transform:translate(-15px,30px)
    }
    100%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
}
.ball-zig-zag{
    position:relative;
    -webkit-transform:translate(-15px,-15px);
    -ms-transform:translate(-15px,-15px);
    transform:translate(-15px,-15px)
}
.ball-zig-zag>div{
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    position:absolute
}
.ball-zig-zag>div:first-child{
    -webkit-animation:ball-zig .7s 0s infinite linear;
    animation:ball-zig .7s 0s infinite linear
}
.ball-zig-zag>div:last-child{
    -webkit-animation:ball-zag .7s 0s infinite linear;
    animation:ball-zag .7s 0s infinite linear
}
@-webkit-keyframes ball-zig-deflect{
    17%,84%{
        -webkit-transform:translate(-15px,-30px);
        transform:translate(-15px,-30px)
    }
    34%,67%{
        -webkit-transform:translate(15px,-30px);
        transform:translate(15px,-30px)
    }
    100%,50%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
}
@keyframes ball-zig-deflect{
    17%,84%{
        -webkit-transform:translate(-15px,-30px);
        transform:translate(-15px,-30px)
    }
    34%,67%{
        -webkit-transform:translate(15px,-30px);
        transform:translate(15px,-30px)
    }
    100%,50%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
}
@-webkit-keyframes ball-zag-deflect{
    17%,84%{
        -webkit-transform:translate(15px,30px);
        transform:translate(15px,30px)
    }
    34%,67%{
        -webkit-transform:translate(-15px,30px);
        transform:translate(-15px,30px)
    }
    100%,50%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
}
@keyframes ball-zag-deflect{
    17%,84%{
        -webkit-transform:translate(15px,30px);
        transform:translate(15px,30px)
    }
    34%,67%{
        -webkit-transform:translate(-15px,30px);
        transform:translate(-15px,30px)
    }
    100%,50%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
}
.ball-zig-zag-deflect{
    position:relative;
    -webkit-transform:translate(-15px,-15px);
    -ms-transform:translate(-15px,-15px);
    transform:translate(-15px,-15px)
}
.ball-zig-zag-deflect>div{
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    position:absolute
}
.line-scale-party>div,.line-scale-pulse-out-rapid>div,.line-scale-pulse-out>div,.line-scale>div{
    width:4px;
    height:35px;
    display:inline-block
}
.line-scale-party>div,.line-scale-pulse-out-rapid>div,.line-scale-pulse-out>div,.line-scale>div,.line-spin-fade-loader>div{
    border-radius:2px;
    margin:2px;
    background-color:#b6b6b7
}
.ball-zig-zag-deflect>div:first-child{
    -webkit-animation:ball-zig-deflect 1.5s 0s infinite linear;
    animation:ball-zig-deflect 1.5s 0s infinite linear
}
.ball-zig-zag-deflect>div:last-child{
    -webkit-animation:ball-zag-deflect 1.5s 0s infinite linear;
    animation:ball-zag-deflect 1.5s 0s infinite linear
}
@-webkit-keyframes line-scale{
    0%,100%{
        -webkit-transform:scaley(1);
        transform:scaley(1)
    }
    50%{
        -webkit-transform:scaley(.4);
        transform:scaley(.4)
    }
}
@keyframes line-scale{
    0%,100%{
        -webkit-transform:scaley(1);
        transform:scaley(1)
    }
    50%{
        -webkit-transform:scaley(.4);
        transform:scaley(.4)
    }
}
.line-scale>div:nth-child(1){
    -webkit-animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);
    animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08)
}
.line-scale>div:nth-child(2){
    -webkit-animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);
    animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08)
}
.line-scale>div:nth-child(3){
    -webkit-animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);
    animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08)
}
.line-scale>div:nth-child(4){
    -webkit-animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);
    animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08)
}
.line-scale>div:nth-child(5){
    -webkit-animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);
    animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08)
}
.line-scale>div{
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
@-webkit-keyframes line-scale-party{
    0%,100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        -webkit-transform:scale(.5);
        transform:scale(.5)
    }
}
@keyframes line-scale-party{
    0%,100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        -webkit-transform:scale(.5);
        transform:scale(.5)
    }
}
.line-scale-party>div:nth-child(1){
    -webkit-animation-delay:.8s;
    animation-delay:.8s;
    -webkit-animation-duration:.35s;
    animation-duration:.35s
}
.line-scale-party>div:nth-child(2){
    -webkit-animation-delay:.68s;
    animation-delay:.68s;
    -webkit-animation-duration:1.25s;
    animation-duration:1.25s
}
.line-scale-party>div:nth-child(3){
    -webkit-animation-delay:.44s;
    animation-delay:.44s;
    -webkit-animation-duration:.39s;
    animation-duration:.39s
}
.line-scale-party>div:nth-child(4){
    -webkit-animation-delay:.17s;
    animation-delay:.17s;
    -webkit-animation-duration:.8s;
    animation-duration:.8s
}
.line-scale-party>div{
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-name:line-scale-party;
    animation-name:line-scale-party;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
    -webkit-animation-delay:0;
    animation-delay:0
}
@-webkit-keyframes line-scale-pulse-out{
    0%,100%{
        -webkit-transform:scaley(1);
        transform:scaley(1)
    }
    50%{
        -webkit-transform:scaley(.4);
        transform:scaley(.4)
    }
}
@keyframes line-scale-pulse-out{
    0%,100%{
        -webkit-transform:scaley(1);
        transform:scaley(1)
    }
    50%{
        -webkit-transform:scaley(.4);
        transform:scaley(.4)
    }
}
.line-scale-pulse-out>div{
    -webkit-animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);
    animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85)
}
.line-scale-pulse-out>div:nth-child(2),.line-scale-pulse-out>div:nth-child(4){
    -webkit-animation-delay:-.4s!important;
    animation-delay:-.4s!important
}
.line-scale-pulse-out>div:nth-child(1),.line-scale-pulse-out>div:nth-child(5){
    -webkit-animation-delay:-.2s!important;
    animation-delay:-.2s!important
}
@-webkit-keyframes line-scale-pulse-out-rapid{
    0%,90%{
        -webkit-transform:scaley(1);
        transform:scaley(1)
    }
    80%{
        -webkit-transform:scaley(.3);
        transform:scaley(.3)
    }
}
@keyframes line-scale-pulse-out-rapid{
    0%,90%{
        -webkit-transform:scaley(1);
        transform:scaley(1)
    }
    80%{
        -webkit-transform:scaley(.3);
        transform:scaley(.3)
    }
}
.line-scale-pulse-out-rapid>div{
    vertical-align:middle;
    -webkit-animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);
    animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78)
}
.line-scale-pulse-out-rapid>div:nth-child(2),.line-scale-pulse-out-rapid>div:nth-child(4){
    -webkit-animation-delay:-.25s!important;
    animation-delay:-.25s!important
}
.line-scale-pulse-out-rapid>div:nth-child(1),.line-scale-pulse-out-rapid>div:nth-child(5){
    -webkit-animation-delay:0s!important;
    animation-delay:0s!important
}
@-webkit-keyframes line-spin-fade-loader{
    50%{
        opacity:.3
    }
    100%{
        opacity:1
    }
}
@keyframes line-spin-fade-loader{
    50%{
        opacity:.3
    }
    100%{
        opacity:1
    }
}
.line-spin-fade-loader{
    position:relative;
    top:-10px;
    left:-4px
}
.line-spin-fade-loader>div:nth-child(1){
    top:20px;
    left:0;
    -webkit-animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
    animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(2){
    top:13.64px;
    left:13.64px;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
    animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(3){
    top:0;
    left:20px;
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
    animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(4){
    top:-13.64px;
    left:13.64px;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
    animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(5){
    top:-20px;
    left:0;
    -webkit-animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
    animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(6){
    top:-13.64px;
    left:-13.64px;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
    animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(7){
    top:0;
    left:-20px;
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
    animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out
}
.line-spin-fade-loader>div:nth-child(8){
    top:13.64px;
    left:-13.64px;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out;
    animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out
}
.line-spin-fade-loader>div{
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    position:absolute;
    width:5px;
    height:15px
}
@-webkit-keyframes triangle-skew-spin{
    25%{
        -webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);
        transform:perspective(100px) rotateX(180deg) rotateY(0)
    }
    50%{
        -webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);
        transform:perspective(100px) rotateX(180deg) rotateY(180deg)
    }
    75%{
        -webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);
        transform:perspective(100px) rotateX(0) rotateY(180deg)
    }
    100%{
        -webkit-transform:perspective(100px) rotateX(0) rotateY(0);
        transform:perspective(100px) rotateX(0) rotateY(0)
    }
}
@keyframes triangle-skew-spin{
    25%{
        -webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);
        transform:perspective(100px) rotateX(180deg) rotateY(0)
    }
    50%{
        -webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);
        transform:perspective(100px) rotateX(180deg) rotateY(180deg)
    }
    75%{
        -webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);
        transform:perspective(100px) rotateX(0) rotateY(180deg)
    }
    100%{
        -webkit-transform:perspective(100px) rotateX(0) rotateY(0);
        transform:perspective(100px) rotateX(0) rotateY(0)
    }
}
.triangle-skew-spin>div{
    width:0;
    height:0;
    border-left:20px solid transparent;
    border-right:20px solid transparent;
    border-bottom:20px solid #b6b6b7;
    -webkit-animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite
}
@-webkit-keyframes square-spin{
    25%{
        -webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);
        transform:perspective(100px) rotateX(180deg) rotateY(0)
    }
    50%{
        -webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);
        transform:perspective(100px) rotateX(180deg) rotateY(180deg)
    }
    75%{
        -webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);
        transform:perspective(100px) rotateX(0) rotateY(180deg)
    }
    100%{
        -webkit-transform:perspective(100px) rotateX(0) rotateY(0);
        transform:perspective(100px) rotateX(0) rotateY(0)
    }
}
@keyframes square-spin{
    25%{
        -webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);
        transform:perspective(100px) rotateX(180deg) rotateY(0)
    }
    50%{
        -webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);
        transform:perspective(100px) rotateX(180deg) rotateY(180deg)
    }
    75%{
        -webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);
        transform:perspective(100px) rotateX(0) rotateY(180deg)
    }
    100%{
        -webkit-transform:perspective(100px) rotateX(0) rotateY(0);
        transform:perspective(100px) rotateX(0) rotateY(0)
    }
}
.square-spin>div{
    width:50px;
    height:50px;
    background:#b6b6b7;
    -webkit-animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite
}
.pacman>div:first-of-type,.pacman>div:nth-child(2){
    width:0;
    height:0;
    border-right:25px solid transparent;
    border-top:25px solid #b6b6b7;
    border-left:25px solid #b6b6b7;
    border-bottom:25px solid #b6b6b7;
    border-radius:25px;
    position:relative;
    left:-30px
}
@-webkit-keyframes rotate_pacman_half_up{
    0%,100%{
        -webkit-transform:rotate(270deg);
        transform:rotate(270deg)
    }
    50%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes rotate_pacman_half_up{
    0%,100%{
        -webkit-transform:rotate(270deg);
        transform:rotate(270deg)
    }
    50%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-webkit-keyframes rotate_pacman_half_down{
    0%,100%{
        -webkit-transform:rotate(90deg);
        transform:rotate(90deg)
    }
    50%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
}
@keyframes rotate_pacman_half_down{
    0%,100%{
        -webkit-transform:rotate(90deg);
        transform:rotate(90deg)
    }
    50%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
}
@-webkit-keyframes pacman-balls{
    75%{
        opacity:.7
    }
    100%{
        -webkit-transform:translate(-100px,-6.25px);
        transform:translate(-100px,-6.25px)
    }
}
@keyframes pacman-balls{
    75%{
        opacity:.7
    }
    100%{
        -webkit-transform:translate(-100px,-6.25px);
        transform:translate(-100px,-6.25px)
    }
}
.pacman{
    position:relative
}
.pacman>div:nth-child(3){
    -webkit-animation:pacman-balls 1s -.66s infinite linear;
    animation:pacman-balls 1s -.66s infinite linear
}
.pacman>div:nth-child(4){
    -webkit-animation:pacman-balls 1s -.33s infinite linear;
    animation:pacman-balls 1s -.33s infinite linear
}
.pacman>div:nth-child(5){
    -webkit-animation:pacman-balls 1s 0s infinite linear;
    animation:pacman-balls 1s 0s infinite linear
}
.pacman>div:first-of-type{
    -webkit-animation:rotate_pacman_half_up .5s 0s infinite;
    animation:rotate_pacman_half_up .5s 0s infinite
}
.pacman>div:nth-child(2){
    -webkit-animation:rotate_pacman_half_down .5s 0s infinite;
    animation:rotate_pacman_half_down .5s 0s infinite;
    margin-top:-50px
}
.pacman>div:nth-child(3),.pacman>div:nth-child(4),.pacman>div:nth-child(5),.pacman>div:nth-child(6){
    background-color:#b6b6b7;
    border-radius:100%;
    margin:2px;
    width:10px;
    height:10px;
    position:absolute;
    -webkit-transform:translate(0,-6.25px);
    -ms-transform:translate(0,-6.25px);
    transform:translate(0,-6.25px);
    top:25px;
    left:70px
}
@-webkit-keyframes cube-transition{
    25%{
        -webkit-transform:translateX(50px) scale(.5) rotate(-90deg);
        transform:translateX(50px) scale(.5) rotate(-90deg)
    }
    50%{
        -webkit-transform:translate(50px,50px) rotate(-180deg);
        transform:translate(50px,50px) rotate(-180deg)
    }
    75%{
        -webkit-transform:translateY(50px) scale(.5) rotate(-270deg);
        transform:translateY(50px) scale(.5) rotate(-270deg)
    }
    100%{
        -webkit-transform:rotate(-360deg);
        transform:rotate(-360deg)
    }
}
@keyframes cube-transition{
    25%{
        -webkit-transform:translateX(50px) scale(.5) rotate(-90deg);
        transform:translateX(50px) scale(.5) rotate(-90deg)
    }
    50%{
        -webkit-transform:translate(50px,50px) rotate(-180deg);
        transform:translate(50px,50px) rotate(-180deg)
    }
    75%{
        -webkit-transform:translateY(50px) scale(.5) rotate(-270deg);
        transform:translateY(50px) scale(.5) rotate(-270deg)
    }
    100%{
        -webkit-transform:rotate(-360deg);
        transform:rotate(-360deg)
    }
}
.cube-transition{
    position:relative;
    -webkit-transform:translate(-25px,-25px);
    -ms-transform:translate(-25px,-25px);
    transform:translate(-25px,-25px)
}
.cube-transition>div{
    width:10px;
    height:10px;
    position:absolute;
    top:-5px;
    left:-5px;
    background-color:#b6b6b7;
    -webkit-animation:cube-transition 1.6s 0s infinite ease-in-out;
    animation:cube-transition 1.6s 0s infinite ease-in-out
}
.cube-transition>div:last-child{
    -webkit-animation-delay:-.8s;
    animation-delay:-.8s
}
@-webkit-keyframes spin-rotate{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    50%{
        -webkit-transform:rotate(180deg);
        transform:rotate(180deg)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes spin-rotate{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    50%{
        -webkit-transform:rotate(180deg);
        transform:rotate(180deg)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
.semi-circle-spin{
    position:relative;
    width:35px;
    height:35px;
    overflow:hidden
}
.semi-circle-spin>div{
    position:absolute;
    border-width:0;
    border-radius:100%;
    -webkit-animation:spin-rotate .6s 0s infinite linear;
    animation:spin-rotate .6s 0s infinite linear;
    background-image:-webkit-linear-gradient(transparent 0,transparent 70%,#b6b6b7 30%,#b6b6b7 100%);
    background-image:linear-gradient(transparent 0,transparent 70%,#b6b6b7 30%,#b6b6b7 100%);
    width:100%;
    height:100%
}
.gsc-selected-option-container.gsc-inline-block{
    width:auto!important
}
.cd-main-content,.cd-main-header{
    -webkit-transform:translateZ(0);
    -moz-transform:translateZ(0);
    -ms-transform:translateZ(0);
    -o-transform:translateZ(0);
    transform:translateZ(0);
    will-change:transform;
    position:relative;
    -webkit-transition:-webkit-transform .3s;
    -moz-transition:-moz-transform .3s;
    transition:transform .3s
}
@media only screen and (max-width:1169px){
    .cd-main-content.nav-is-visible,.cd-main-header.nav-is-visible{
        -webkit-transform:translateX(-260px);
        -moz-transform:translateX(-260px);
        -ms-transform:translateX(-260px);
        -o-transform:translateX(-260px);
        transform:translateX(-260px)
    }
    .nav-on-left .cd-main-content.nav-is-visible,.nav-on-left .cd-main-header.nav-is-visible{
        -webkit-transform:translateX(260px);
        -moz-transform:translateX(260px);
        -ms-transform:translateX(260px);
        -o-transform:translateX(260px);
        transform:translateX(260px)
    }
}
.affix .cd-header-buttons,.cd-header-buttons{
    transition:top .4s ease 0s;
    -webkit-transform:translateZ(0);
    -moz-transform:translateZ(0);
    -ms-transform:translateZ(0);
    -o-transform:translateZ(0)
}
.cd-main-content{
    background:#e2e3df;
    min-height:100vh;
    z-index:2
}
.cd-main-header{
    height:50px;
    background:#fff;
    z-index:3
}
.nav-is-fixed .cd-main-header{
    position:fixed;
    top:0;
    left:0;
    width:100%
}
@media only screen and (min-width:1170px){
    .cd-main-header{
        height:80px
    }
    .cd-main-header:after{
        content:"";
        display:table;
        clear:both
    }
}
.cd-logo{
    position:absolute;
    top:12px;
    left:5%
}
.cd-logo img{
    display:block
}
.cd-header-buttons,.cd-header-buttons li{
    display:inline-block
}
@media only screen and (max-width:1169px){
    .nav-on-left .cd-logo{
        left:auto;
        right:5%
    }
}
@media only screen and (min-width:1170px){
    .cd-logo{
        top:26px;
        left:4em
    }
}
.cd-header-buttons{
    position:absolute;
    padding:0;
    top:26px;
    right:35px;
    z-index:29;
    transform:translateZ(0)
}
.header-boxed .cd-header-buttons{
    right:10px
}
.affix .cd-header-buttons{
    top:10px;
    color:#8b8c8e;
    transform:translateZ(0)
}
@media only screen and (max-width:1169px){
    .nav-on-left .cd-header-buttons{
        right:auto;
        left:5%
    }
    .nav-on-left .cd-header-buttons li{
        float:right
    }
}
.cd-nav-trigger,.cd-search-trigger{
    position:relative;
    display:block;
    width:44px;
    height:44px;
    overflow:hidden;
    white-space:nowrap;
    color:transparent;
    z-index:3
}
.cd-search-trigger::after,.cd-search-trigger::before{
    content:'';
    position:absolute;
    -webkit-transition:opacity .3s;
    -moz-transition:opacity .3s;
    transition:opacity .3s;
    -webkit-transform:translateZ(0);
    -moz-transform:translateZ(0);
    -ms-transform:translateZ(0);
    -o-transform:translateZ(0);
    transform:translateZ(0);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.cd-search-trigger::before{
    top:11px;
    left:11px;
    width:16px;
    height:16px;
    border-radius:50%;
    border:1px solid #323336
}
.header-black .cd-search-trigger::before{
    border:2px solid #fff
}
.cd-search-trigger::after{
    height:1px;
    width:8px;
    background:#323336;
    bottom:16px;
    right:13px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg)
}
.cd-search,.cd-search-trigger span::after,.cd-search-trigger span::before{
    position:absolute;
    -webkit-transform:translateZ(0);
    -moz-transform:translateZ(0);
    -ms-transform:translateZ(0)
}
.header-black .cd-search-trigger::after{
    background:#fff;
    height:2px
}
.cd-search-trigger span{
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0
}
.cd-search-trigger span::after,.cd-search-trigger span::before{
    content:'';
    display:inline-block;
    height:2px;
    width:22px;
    top:50%;
    margin-top:-2px;
    left:50%;
    margin-left:-11px;
    background:#323336;
    opacity:0;
    transform:translateZ(0);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:opacity .3s,-webkit-transform .3s;
    -moz-transition:opacity .3s,-moz-transform .3s;
    transition:opacity .3s,transform .3s
}
.cd-search-trigger span::before{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg)
}
.cd-search-trigger span::after{
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.cd-search-trigger.search-is-visible::after,.cd-search-trigger.search-is-visible::before{
    opacity:0
}
.cd-search-trigger.search-is-visible span::after,.cd-search-trigger.search-is-visible span::before{
    opacity:1
}
.cd-search-trigger.search-is-visible span::before{
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    transform:rotate(135deg)
}
.cd-search-trigger.search-is-visible span::after{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg)
}
.cd-search{
    width:100%;
    left:0;
    z-index:3;
    opacity:0;
    visibility:hidden;
    -webkit-transition:opacity .3s 0s,visibility 0s .3s,height .4s ease 0s;
    -moz-transition:opacity .3s 0s,visibility 0s .3s,height .4s ease 0s;
    transition:opacity .3s 0s,visibility 0s .3s,height .4s ease 0s;
    -o-transform:translateZ(0);
    transform:translateZ(0)
}
.cd-overlay,.nav-is-fixed .cd-search{
    position:fixed
}
.cd-search form{
    height:100%;
    width:100%
}
.cd-search input{
    border-radius:0;
    border:none;
    background:#fff;
    height:100%;
    width:100%;
    padding:0 40px;
    box-shadow:inset 0 1px 0 #e2e3df,0 3px 6px rgba(0,0,0,.05);
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    font-size:24px;
    line-height:28px;
    font-weight:300
}
.cd-search input:-ms-input-placeholder,.cd-search input::-moz-placeholder,.cd-search input::-webkit-input-placeholder{
    color:#7f7f7f
}
.cd-search input:focus{
    outline:0
}
.cd-search.is-visible{
    opacity:1;
    visibility:visible;
    -webkit-transition:opacity .3s 0s,visibility 0s 0s,height .4s ease 0s;
    -moz-transition:opacity .3s 0s,visibility 0s 0s,height .4s ease 0s;
    transition:opacity .3s 0s,visibility 0s 0s,height .4s ease 0s;
    -webkit-transform:translateZ(0);
    -moz-transform:translateZ(0);
    -ms-transform:translateZ(0);
    -o-transform:translateZ(0);
    transform:translateZ(0);
    z-index:28
}
.cd-search{
    height:100px;
    top:0
}
.affix .cd-search{
    height:60px
}
.cd-overlay{
    z-index:2;
    height:100%;
    width:100%;
    top:0;
    left:0;
    cursor:pointer;
    background-color:rgba(105,170,111,.8);
    visibility:hidden;
    opacity:0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
    -moz-transition:opacity .3s 0s,visibility 0s .3s,-moz-transform .3s 0s;
    transition:opacity .3s 0s,visibility 0s .3s,transform .3s 0s
}
.btn-5,.btn-5 .button-text-anim{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden
}
.cd-overlay.is-visible{
    opacity:1;
    visibility:visible;
    -webkit-transition:opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
    -moz-transition:opacity .3s 0s,visibility 0s 0s,-moz-transform .3s 0s;
    transition:opacity .3s 0s,visibility 0s 0s,transform .3s 0s
}
@media only screen and (max-width:1169px){
    .cd-overlay.is-visible{
        -webkit-transform:translateX(-260px);
        -moz-transform:translateX(-260px);
        -ms-transform:translateX(-260px);
        -o-transform:translateX(-260px);
        transform:translateX(-260px)
    }
    .nav-on-left .cd-overlay.is-visible{
        -webkit-transform:translateX(260px);
        -moz-transform:translateX(260px);
        -ms-transform:translateX(260px);
        -o-transform:translateX(260px);
        transform:translateX(260px)
    }
    .cd-overlay.is-visible.search-is-visible,.nav-on-left .cd-overlay.is-visible.search-is-visible{
        -webkit-transform:translateX(0);
        -moz-transform:translateX(0);
        -ms-transform:translateX(0);
        -o-transform:translateX(0);
        transform:translateX(0)
    }
}
.no-js .cd-primary-nav{
    position:relative;
    height:auto;
    width:100%;
    overflow:visible;
    visibility:visible;
    z-index:2
}
.page-section,.rs-fullscr-container{
    overflow:hidden;
    display:block
}
.no-js .cd-search{
    position:relative;
    top:0;
    opacity:1;
    visibility:visible
}
@media only screen and (min-width:1170px){
    .no-js .cd-primary-nav{
        position:absolute;
        z-index:3;
        display:inline-block;
        width:auto;
        top:0;
        right:150px;
        padding:0
    }
    .no-js .nav-is-fixed .cd-primary-nav{
        position:fixed
    }
}
.header-cart-cont{
    right:80px;
    z-index:1;
    text-align:center
}
.cd-header-buttons .icon_cart_wrap i{
    display:block;
    height:44px;
    width:44px;
    line-height:44px;
    font-size:18px;
    margin:-1px 0 0
}
.cd-header-buttons .icon_cart_wrap span{
    background:#ffea00;
    border-radius:50%;
    color:#4b4e53;
    font-size:10px;
    height:16px;
    left:3px;
    line-height:16px;
    position:absolute;
    text-align:center;
    top:2px;
    width:16px
}
.page-section,.rs-fullscr-container,.tp-banner{
    width:100%;
    position:relative
}
.icon-flag-cont img{
    height:16px
}
.header-flag-button{
    top:33px
}
.affix .header-flag-button{
    top:15px
}
@media (max-width:1024px){
    .cd-header-buttons.header-cart-cont{
        right:85px!important
    }
    .cd-header-buttons .icon_cart_wrap i{
        margin:-3px 0 0
    }
    .cd-header-buttons.header-flag-button{
        top:24px!important;
        right:55px!important
    }
    .cd-header-buttons.header-cart-cont.header-flag-button{
        right:100px!important
    }
}
.red-dot{
    color:red
}
.dark-bg{
    background:#303036
}
.tp-banner-fullscreen-container{
    width:100%;
    position:relative;
    padding:0
}
.rs-fullscr-container .tp-leftarrow,.rs-fullscr-container .tp-rightarrow{
    z-index:27
}
.tparrows.preview4 .tp-arr-titleholder{
    font-weight:400
}
.rs-fullscr-container{
    padding:0
}
.tp-caption.dark-light-32{
    color:#323336;
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-size:32px;
    line-height:32px;
    font-weight:300
}
.tp-caption.dark-black-100,.tp-caption.dark-light-100{
    font-size:100px;
    line-height:100px;
    color:#323336;
    font-family:Poppins,Arial,Helvetica,sans-serif
}
.tp-caption.dark-black-100{
    font-weight:900
}
.tp-caption.dark-light-100{
    font-weight:300
}
.slider-1-cap-line{
    height:3px;
    width:100px;
    background-color:#323336
}
.slider-bg-white-cap{
    display:none;
    visibility:hidden
}
.light-72-wide{
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-size:72px;
    line-height:72px;
    font-weight:300;
    letter-spacing:15px;
    color:#323336
}
.light-70-wide{
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-size:70px;
    line-height:70px;
    font-weight:300;
    letter-spacing:24px;
    color:#323336
}
.light-69-wide{
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-size:69px;
    line-height:69px;
    font-weight:300;
    letter-spacing:20px;
    color:#323336
}
.light-60,.light-60-wide{
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-size:60px;
    line-height:60px;
    color:#323336
}
.light-60-wide{
    font-weight:300;
    letter-spacing:15px
}
.light-60{
    font-weight:300
}
.light-52-wide,.light-56-wide{
    font-family:Poppins,Arial,Helvetica,sans-serif;
    line-height:56px;
    font-weight:300
}
.light-56-wide{
    font-size:56px;
    letter-spacing:25px;
    color:#323336
}
.light-52-wide{
    font-size:54px;
    letter-spacing:10px;
    color:#323336
}
.light-42-wide,.norm-42-wide{
    font-size:42px;
    color:#323336
}
.light-42-wide,.norm-40-wide,.norm-42-wide{
    font-family:Poppins,Arial,Helvetica,sans-serif;
    line-height:46px;
    letter-spacing:2px
}
.light-42-wide{
    font-weight:300
}
.norm-40-wide{
    font-size:40px;
    color:#323336
}
.norm-16,.norm-16-wide{
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-size:16px;
    color:#323336
}
.norm-16-wide{
    line-height:18px;
    font-weight:300;
    letter-spacing:3px
}
.norm-16{
    line-height:25px;
    font-weight:400
}
.w-50{
    width:50%
}
.a-100,.a-100 span{
    font-size:100px;
    line-height:100px
}
.ls-8{
    letter-spacing:8px
}
.ls-1{
    letter-spacing:1px!important
}
.ls-norm{
    letter-spacing:normal!important
}
.svg-play{
    color:#fff;
    fill:currentColor
}
.tp-caption.dark-black-63,.tp-caption.dark-light-54,.tp-caption.dark-light-61{
    color:#323336;
    font-family:Poppins,Arial,Helvetica,sans-serif
}
.svg-play:hover{
    opacity:.8
}
@media only screen and (max-width :478px){
    .slider-bg-white-cap{
        display:block;
        visibility:visible;
        height:240px;
        width:1500px;
        background-color:rgba(255,255,255,.9)
    }
    .tp-left{
        left:60px!important
    }
    .tp-caption.center-0-478{
        left:50%!important;
        -webkit-transform:translateX(-50%)!important;
        -moz-transform:translateX(-50%)!important;
        -ms-transform:translateX(-50%)!important;
        -o-transform:translateX(-50%)!important;
        transform:translateX(-50%)!important;
        -transform:translateZ(0)
    }
    .hide-0-736{
        display:none;
        visibility:hidden
    }
    .dark-light-61.tp-resp-24{
        top:44%!important
    }
    .dark-light-54.tp-resp-24{
        top:49%!important
    }
    .dark-black-63.tp-resp-24{
        top:54%!important
    }
    .dark-light-60.tp-resp-24{
        top:42%!important
    }
    .dark-black-60.tp-resp-24{
        top:47%!important
    }
}
@media only screen and (max-width :736px){
    .fs16-when-0-736{
        font-size:16px!important;
        line-height:16px!important
    }
    .fs24-when-0-736{
        font-size:24px!important;
        line-height:24px!important
    }
}
@media only screen and (min-width :479px) and (max-width :736px){
    .hide-0-736,.hide-479-736{
        display:none!important;
        visibility:hidden
    }
}
.tp-caption.dark-light-61{
    font-size:61px;
    font-weight:300;
    letter-spacing:7px
}
.tp-caption.dark-black-63{
    font-size:63px;
    font-weight:900;
    letter-spacing:5px
}
.tp-caption.dark-light-54{
    font-size:54px;
    font-weight:300;
    letter-spacing:7px
}
.tp-caption.dark-black-60,.tp-caption.dark-light-60{
    font-size:75px;
    line-height:85px;
    color:#323336;
    font-family:Poppins,Arial,Helvetica,sans-serif
}
.tp-caption.dark-light-60{
    font-weight:300
}
.tp-caption.dark-black-60{
    font-weight:900
}
.local-scroll-cont{
    width:40px;
    height:40px;
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-20px;
    text-align:center;
    z-index:20;
    -webkit-animation:scroll-down-anim ease-in-out 1s infinite;
    -moz-animation:scroll-down-anim ease-in-out 1s infinite;
    -o-animation:scroll-down-anim ease-in-out 1s infinite;
    animation:scroll-down-anim ease-in-out 1s infinite
}
.scroll-down{
    color:#323336;
    font-size:32px
}
@-webkit-keyframes scroll-down-anim{
    0%,100%{
        -webkit-transform:translateY(-8px);
        transform:translateY(-8px)
    }
    50%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@-moz-keyframes scroll-down-anim{
    0%,100%{
        -moz-transform:translateY(-8px);
        transform:translateY(-8px)
    }
    50%{
        -moz-transform:translateY(0);
        transform:translateY(0)
    }
}
@-o-keyframes scroll-down-anim{
    0%,100%{
        -o-transform:translateY(-8px);
        transform:translateY(-8px)
    }
    50%{
        -o-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes scroll-down-anim{
    0%,100%{
        transform:translateY(-8px)
    }
    50%{
        transform:translateY(0)
    }
}
img,img.scale-with-grid,video{
    max-width:100%;
    height:auto
}
.logo-row{
    position:relative;
    width:142px;
    z-index:1
}
.header-transporent-bg-black{
    background:#303036
}
.header-black-bg{
    position:absolute;
    top:0;
    width:100%;
    height:80px;
    background:transparent;
    z-index:-1
}
.line-3-100,.line-3-75{
    height:3px
}
.transparent-fix{
    margin-bottom:0!important;
    transition:margin-bottom .2s cubic-bezier(0,0,.58,1) 0s,background 50ms cubic-bezier(0,0,.58,1) 0s!important
}
.header-black.transparent-fix{
    background:#303236
}
.header-white.transparent-fix{
    background:#fff
}
.fes1-cont{
    padding-top:130px;
    padding-bottom:110px
}
.fes1-img-cont{
    text-align:center
}
.fes1-main-title-cont{
    margin:30px 0 40px
}
.fes1-title-60{
    color:#323336;
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-size:60px;
    line-height:60px;
    font-weight:300
}
.fes1-title-50,.fes2-title-45{
    font-family:Poppins,Arial,Helvetica,sans-serif;
     line-height: 65px;
    color:#fff
}
.fes1-title-50{
    font-size:50px;
    font-weight:300
}
.line-3-75{
    margin-top:13px;
    width:75px;
    background:#323336
}
.line-3-100,.line-5-100{
    margin-top:13px;
    width:100px;
    background:#323336
}
.line-5-100{
    height:5px
}

.biog {
	 
}

 
.fes2-img,.fes3-img{
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    overflow:hidden;
    display:block
}
.fes1-box{
    position:relative;
    padding-left:55px;
    padding-bottom:10px
}
.fes1-box-icon{
    position:absolute;
    top:0;
    left:0;
    color:#323336;
    font-size:35px
}
.fes1-box h3{
    color:#323336;
    font-size:18px;
    margin-bottom:10px;
    margin-top:10px
}
@media only screen and (min-width:992px){
    .pos-l-md-50pc{
        left:50%
    }
    .pos-r-md-50pc{
        right:50%
    }
}
.fes2-main-text-cont{
    margin:0 auto;
    padding: 145px 10px;
    max-width:500px
}
.fes2-text-cont{
    margin-top: 30px;
    line-height: 24px;
    text-align: left;
}
.fes2-img{
    background:url(../images/fes2.jpg) center center no-repeat;
    position:relative;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    box-sizing:border-box
}
.fes2-title-45{
    font-size: 65px;
    font-weight:400
}
.fes3-img{
    background:url(../images/fes3.jpg) center center no-repeat;
    position:relative;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    box-sizing:border-box
}
.fes7-img,.fes7-img-constr,.port-item{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box
}
.line-3-70{
    margin-top:11px;
    height:3px;
    width:70px;
    background:#323336
}
.fes7-img,.fes7-img-constr,.sm-img-bg-fullscr{
    -webkit-background-size:cover;
    -moz-background-size:cover
}
.fes12-img,.fes7-img,.fes7-img-constr{
    background-repeat:no-repeat;
    background-position:center center
}
.fes4-cont{
    padding-top:130px;
    padding-bottom:80px
}
.fes4-box{
    margin-bottom:50px
}
.fes4-title-cont{
    position:relative;
    padding-left:70px;
    padding-bottom:15px
}
.fes4-box-icon{
    position:absolute;
    top:7px;
    left:0;
    color:#323336;
    font-size:45px
}
.fes4-title-cont h3,.title-18{
    color:#323336;
    font-weight:300;
    font-size:18px;
    margin:0
}
.section-title,.section-title-2{
    font-weight:300;
    font-size:30px;
    margin:0;
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
    color:#323336
}
.section-title{
    padding:22px 25px 24px;
    line-height:36px;
    border-left:#323336 2px solid
}
.section-title-2{
    padding:25px 25px 27px;
    line-height:30px
}
.section-title-3{
    margin:0;
    padding:15px 20px 17px 23px;
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
    font-size:23px;
    font-weight:400;
    letter-spacing:3px;
    line-height:32px;
    color:#323336;
    border-left:#323336 2px solid
}
.fes13-title-cont h3,.section-title2,.title-18{
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-weight:400
}
.p-30{
    padding:30px
}
.p-50-cont{
    padding-top:50px;
    padding-bottom:50px
}
.p-60-cont{
    padding-top:60px;
    padding-bottom:60px
}
.p-80-cont{
    padding-top:80px;
    padding-bottom:80px
}
.p-90-cont{
    padding-top:90px;
    padding-bottom:90px
}
.p-100-cont{
    padding-top:0;
    padding-bottom:100px
}
.p-110-cont{
    padding-top:110px;
    padding-bottom:110px
}
.p-130-cont{
    padding-top:130px!important;
    padding-bottom:130px!important
}
.p-140-cont{
    padding-top:140px;
    padding-bottom:140px
}
.p-150-cont{
    padding-top:150px;
    padding-bottom:150px
}
.p-160-cont{
    padding-top:160px;
    padding-bottom:160px
}
.p-180-cont{
    padding-top:180px;
    padding-bottom:180px
}
.p-200-cont{
    padding-top:200px;
    padding-bottom:200px
}
.pt-110-cont{
    padding-top:110px
}
.pt-100-cont{
    padding-top:100px
}
.pt-80-b-30-cont{
    padding-top:80px;
    padding-bottom:30px
}
.pt-80-b-35-cont{
    padding-top:80px;
    padding-bottom:35px
}
.pt-80-b-50-cont{
    padding-top:80px;
    padding-bottom:50px
}
.pt-100-b-80-cont{
    padding-top:100px;
    padding-bottom:80px
}
.pt-110-b-30-cont{
    padding-top:110px;
    padding-bottom:30px
}
.pt-110-b-40-cont{
    padding-top:110px;
    padding-bottom:40px
}
.pt-110-b-50-cont{
    padding-top:110px;
    padding-bottom:50px
}
.pt-110-b-60-cont{
    padding-top:110px;
    padding-bottom:60px
}
.pt-110-b-80-cont{
    padding-top:110px;
    padding-bottom:80px
}
.pt-120-b-100-cont{
    padding-top:120px;
    padding-bottom:100px
}
.pt-150-b-110-cont{
    padding-top:150px;
    padding-bottom:110px
}
.pt-160-b-120-cont{
    padding-top:120px;
    padding-bottom:120px
}
@media only screen and (max-width :1024px){
    .p-140-cont{
        padding-top:120px;
        padding-bottom:120px
    }
    .fes2-main-text-cont{
        padding:110px 50px
    }
}
@media only screen and (max-width :768px){
    .container,.container-fluid{
        padding-left:30px;
        padding-right:30px
    }
    .row-sm-fix{
        margin-right:-30px;
        margin-left:-30px
    }
    .fes1-cont{
        padding-top:80px;
        padding-bottom:80px
    }
    .fes4-cont{
        padding-top:80px;
        padding-bottom:30px
    }
    .p-100-cont,.p-110-cont,.p-90-cont{
        padding-top:80px;
        padding-bottom:80px
    }
    .p-130-cont{
        padding-top:90px;
        padding-bottom:90px
    }
    .p-140-cont{
        padding-top:100px;
        padding-bottom:100px
    }
    .p-150-cont{
        padding-top:110px;
        padding-bottom:110px
    }
    .p-160-cont{
        padding-top:120px;
        padding-bottom:120px
    }
    .p-180-cont{
        padding-top:130px;
        padding-bottom:130px
    }
    .p-200-cont{
        padding-top:140px;
        padding-bottom:140px
    }
    .pt-100-cont,.pt-110-cont{
        padding-top:80px
    }
    .pt-100-b-80-cont{
        padding-top:80px;
        padding-bottom:60px
    }
    .pt-110-b-30-cont{
        padding-top:80px;
        padding-bottom:10px
    }
    .pt-110-b-40-cont,.pt-110-b-50-cont{
        padding-top:80px;
        padding-bottom:20px
    }
    .pt-110-b-60-cont{
        padding-top:80px;
        padding-bottom:30px
    }
    .pt-110-b-80-cont,.pt-120-b-100-cont{
        padding-top:80px;
        padding-bottom:50px
    }
    .pt-150-b-110-cont{
        padding-top:80px;
        padding-bottom:60px
    }
    .pt-160-b-120-cont{
        padding-top:100px;
        padding-bottom:70px
    }
    .fes1-title-60{
        font-size:40px;
        line-height:40px
    }
    .fes2-title-45{
            font-size: 30px;
    line-height: 41px;
    }
    .line-3-100{
        margin-top:10px
    }
    .fes1-img-cont img{
        max-height:450px
    }
    .fes2-main-text-cont{
        padding:50px 30px
    }
}
.fes5-box h3,.fes6-box h3{
    font-size:18px;
    color:#323336
}
@media only screen and (max-width :320px){
    .container,.container-fluid{
        padding-left:20px;
        padding-right:20px
    }
    .row-sm-fix{
        margin-right:-20px;
        margin-left:-20px
    }
}
.fes5-box h3{
    margin-bottom:7px;
    margin-top:7px
}
.fes6-box{
    margin-top:25px;
    margin-bottom:40px
}
.fes6-box h3{
    font-weight:400;
    margin:0
}
.fes6-box .icon{
    color:#323336;
    font-size:65px;
    line-height:64px
}
.fes6-2-box{
    margin-top:25px;
    margin-bottom:40px;
    text-align:center
}
.fes6-2-box h3{
    color:#323336;
    font-weight:400;
    font-size:18px;
    margin:0
}
.fes6-2-box .icon{
    color:#323336;
    font-size:50px;
    line-height:66px
}
.fes7-box{
    position:relative;
    padding-left:47px;
    padding-bottom:10px
}
.fes7-box-icon{
    position:absolute;
    top:2px;
    left:0;
    color:#323336;
    font-size:30px
}
.fes7-img,.fes7-img-constr,.fes7-img-cont{
    position:absolute;
    top:0;
    height:100%;
    overflow:hidden
}
.fes7-box h3{
    color:#323336;
    font-size:16px;
    margin-bottom:5px;
    margin-top:5px
}
.fes7-text-cont h1{
    margin-top:0;
    margin-bottom:40px
}
.fes7-img-cont{
    padding:0
}
.fes7-img,.fes7-img-constr{
    left:0;
    z-index:0;
    width:100%;
    display:block;
    -o-background-size:cover;
    background-size:cover;
    box-sizing:border-box
}
@media (max-width:992px){
    .fes7-img,.fes7-img-cont{
        position:relative
    }
    .fes7-img{
        height:390px
    }
}
.fes8-title-cont{
    position:relative;
    padding-left:52px;
    padding-bottom:15px
}
.fes8-box-icon,.fes9-img-cont img{
    position:absolute;
    top:0;
    left:0
}
.fes8-title-cont h3{
    color:#323336;
    font-weight:400;
    font-size:16px;
    margin:0
}
.fes8-box{
    margin-bottom:50px
}
.fes8-box-icon{
    color:#323336;
    font-size:30px
}
.fes9-img-center{
    width:416px;
    height:300px;
    margin:0 auto;
    position:relative
}
@media (max-width:480px){
    .fes9-img-center{
        width:280px;
        height:280px
    }
}
.fes10-container{
    padding:100px 100px 70px;
    margin-right:auto;
    margin-left:auto;
    position:relative;
    width:100%
}
@media (max-width:767px){
    .fes6-box{
        text-align:center
    }
    .fes10-container{
        padding:80px 20px 50px
    }
}
.mt-fes11{
    margin-top:160px
}
@media (max-width:1024px){
    .mt-fes11{
        margin-top:0
    }
}
.fes11-box{
    position:relative;
    padding-left:55px;
    padding-bottom:10px
}
.fes11-box h3{
    color:#323336;
    font-size:18px;
    margin-top:10px;
    margin-bottom:5px
}
.fes12-img{
    background-size:cover
}
.text-black{
    color:#323336
}
.text-white{
    color:#fff
}
.section-title2{
    margin:0;
    padding:0 25px 0 0;
    font-size:32px;
    line-height:40px;
    color:#323336
}
.fes13-title-cont{
    position:relative;
    padding:10px 10px 10px 55px;
    margin-bottom:7px
}
.fes13-title-cont h3,.title-18{
    color:#323336;
    font-size:18px;
    margin:0
}
.fes13-box-icon{
    position:absolute;
    top:7px;
    left:0;
    color:#323336;
    font-size:36px
}
.fes14-nav-tabs{
    border:none;
    margin-top:100px
}
.fes14-nav-tabs>li{
    margin-bottom:0
}
.fes14-nav-tabs>li.active>a,.fes14-nav-tabs>li.active>a:focus,.fes14-nav-tabs>li.active>a:hover{
    color:rgba(0,0,0,1)!important;
    background:0 0;
    border:none
}
.fes14-nav-tabs>li>a{
    text-align:center;
    border:none;
    background:0 0!important;
    color:rgba(0,0,0,.7)!important;
    padding:10px 25px 10px 0
}
.fes14-nav-tabs>li>a:hover{
    color:rgba(0,0,0,1)!important
}
.tab-nav-icon{
    font-size:30px;
    line-height:42px
}
.tab-nav-text{
    font-family:Poppins,'Open Sans',Arial,Helvetica,sans-serif
}
.fes15-title-32,.fes15-title-40,.fes17-title-cont h3,.fes18-title-cont h3{
    font-family:Poppins,Arial,Helvetica,sans-serif
}
.fes14-tab-content{
    padding:20px 0 135px
}
.fes14-tab-content .tab-pane{
    background:0 0
}
.fes14-tab-title{
    margin:40px 0 20px;
    font-size:58px;
    line-height:65px
}
.fes14-tab-sub-title{
    margin:20px 0 40px;
    font-size:24px;
    line-height:32px
}
.fes14-tab-text{
    color:rgba(42,43,47,.8)
}
@media only screen and (max-width:768px){
    .fes14-tab-content{
        padding-bottom:35px
    }
}
@media only screen and (max-width:480px){
    .fes14-nav-tabs>li{
        width:50%;
        margin-bottom:3px
    }
    .fes14-nav-tabs>li>a{
        padding:10px 0
    }
}
.fes15-title-40{
    color:#323336;
    font-size:40px;
    line-height:52px;
    font-weight:100
}
.fes15-title-32{
    color:#323336;
    font-size:32px;
    line-height:42px;
    font-weight:100
}
.fes16-img-center{
    width:416px;
    height:500px;
    margin:0 auto;
    position:relative
}
.fes17-title-cont h3{
    margin:0 0 10px;
    color:#323336;
    font-weight:400;
    font-size:18px;
    text-align:center
}
.fes17-box-icon{
    margin-bottom:8px;
    color:#323336;
    font-size:40px;
    line-height:40px;
    text-align:center
}
.fes18-title-cont{
    position:relative;
    padding:10px 0 10px 70px
}
.fes18-title-cont h3{
    margin:0 0 10px;
    color:#323336;
    font-weight:400;
    font-size:24px
}
.font-60{
    font-size:60px;
    line-height:65px
}
.font-40{
    font-size:40px!important;
    line-height:52px!important
}
.font-32{
    font-size:32px!important;
    line-height:40px!important
}
.font-30{
    font-size:30px;
    line-height:40px
}
.font-26{
    font-size:26px!important;
    line-height:34px!important
}
.font-24{
    font-size:24px!important;
    line-height:32px!important
}
.font-20{
    font-size:20px!important;
    line-height:30px!important
}
.font-21{
    font-size:21px!important;
    line-height:32px!important
}
.font-16,.font-18{
    line-height:24px!important
}
.font-18{
    font-size:18px!important
}
.font-16{
    font-size:16px!important
}
.font-13{
    font-size:13px!important
}
.font-12{
    font-size:12px!important
}
@media only screen and (max-width:992px){
    .font-md-25{
        font-size:25px!important;
        line-height:33px!important
    }
}
@media only screen and (max-width:767px){
    .fes14-nav-tabs>li{
        min-width:122px
    }
    .font-xs-30{
        font-size:30px!important;
        line-height:40px!important
    }
    .font-xs-26{
        font-size:26px!important;
        line-height:34px!important
    }
    .font-xs-24{
        font-size:24px!important;
        line-height:32px!important
    }
    .font-xs-20{
        font-size:20px!important;
        line-height:30px!important
    }
}
#menu-cart .icon_cart{
    margin-right:9px;
    font-size:14px
}
.select-md{
    font-size:12px;
    text-transform:uppercase
}
.item-price{
    font-size:24px;
    color:#323336
}
.lh-18{
    line-height:18px
}
.lh-19{
    line-height:19px
}
.lh-20{
    line-height:20px
}
.uppercase{
    text-transform:uppercase
}
.add-rating{
    font-size:18px
}
.add-rating i{
    margin-left:2px
}
.rating{
    float:left;
    font-weight:400
}
.shopping-cart-table th{
    color:#323336;
    font-weight:600
}
.shopping-cart-table .icon-close{
    font-size:24px
}
.form input[type=number]:focus,.form input[type=url]:focus,.form input[type=search]:focus,.form input[type=tel]:focus,.form input[type=password]:focus,.form input[type=date]:focus,.form input[type=color]:focus,.form input[type=text]:focus,.form input[type=email]:focus,.form select:focus{
    color:#111;
    border-color:rgba(0,0,0,.7);
    outline:0
}
@media (min-width:599px){
    .container-p-75{
        padding:0 75px 75px;
        margin-right:auto;
        margin-left:auto;
        position:relative;
        width:100%
    }
}
@media (max-width:599px){
    .container-p-75 .container{
        width:600px
    }
}
@media (min-width:768px){
    .container-p-75 .container{
        width:600px
    }
	.marginlefttypography{
		margin-left:-150px;
	}
}
@media (min-width:992px){
    .container-p-75 .container{
        width:820px
    }
}
@media (min-width:1200px){
    .container-p-75 .container{
        width:1020px
    }
}
.border-cont{
    padding:25px;
    border:1px solid #eee
}
.border-yellow-cont{
    padding:25px;
    border:3px solid #ffe115
}
.all-total,.order-place .order-details p{
    color:#323336;
    border-bottom:1px solid #e0d780;
    padding:10px 0;
    font-size:12px;
    font-weight:400;
    margin:0
}
.all-total span,.order-place .order-details p span{
    float:right
}
.all-total{
    font-size:18px;
    font-weight:700;
    border:none
}
.order-place .pay-meth p{
    font-size:13px;
    line-height:23px
}
.order-place .pay-meth ul{
    padding-left:20px;
    margin-top:30px
}
.order-place .pay-meth ul li{
    display:inline-block;
    width:100%;
    padding-top:0
}
.order-place .pay-meth .radio input{
    height:19px
}
.order-place .pay-meth label{
    margin-bottom:0;
    padding-left:0;
    font-weight:600;
    color:#323336
}
#shop-dep .row{
    margin-left:-5px;
    margin-right:-5px
}
#shop-dep img{
    width:100%
}
.shop-dep-text-cont{
    position:absolute;
    left:24px;
    bottom:20px;
    background:#fff;
    padding:17px 20px 15px;
    min-width:160px
}
.shop-ad-img,.shop-dep-item{
    position:relative
}
.shop-dep-text-cont h4{
    margin:0;
    padding:0;
    font-family:'Open Sans',Arial,Helvetica,sans-serif
}
.shop-dep-text-cont2 h4,.shop-dep-text-cont2 span{
    font-family:Poppins,'Open Sans',Arial,Helvetica,sans-serif
}
.shop-dep-item a{
    display:block;
    overflow:hidden
}
.shop-dep-item a span{
    color:#6b6d6f
}
.shop-dep-item a span.sale-bold{
    color:#323336;
    font-weight:700
}
.shop-dep-item img{
    width:100%;
    transition:all .3s cubic-bezier(.3,.1,.58,1)
}
.owl-next,.owl-prev,.port-filter a{
    -o-transition:all .27s cubic-bezier(0,0,.58,1);
    -ms-transition:all .27s cubic-bezier(0,0,.58,1)
}
.shop-dep-item a:hover img{
    -webkit-transform:scale(1.3) translateZ(0);
    -moz-transform:scale(1.3) translateZ(0);
    -o-transform:scale(1.3) translateZ(0);
    -ms-transform:scale(1.3) translateZ(0);
    transform:scale(1.3) translateZ(0)
}
.shop-dep-text-cont2,.text-middle{
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%)
}
.shop-dep-item{
    padding-left:5px;
    padding-right:5px
}
.light-34{
    font-weight:100;
    font-size:34px;
    line-height:40px
}
.block-inline-bg-white{
    display:inline-block;
    background:#fff
}
.sale-label,.ver-label{
    display:inline-block;
    border-radius:50%;
    background:#ffea00;
    text-align:center
}
.shop-ad-img img{
    position:absolute;
    bottom:0
}
.text-middle{
    position:absolute;
    transform:translateY(-50%)
}
@media (max-width:767px){
    .block-center-x-767{
        position:absolute;
        left:50%;
        -webkit-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -o-transform:translateX(-50%);
        transform:translateX(-50%)
    }
}
.shop-dep-text-cont2{
    position:absolute;
    left:50px;
    transform:translateY(-50%)
}
.shop-dep-text-cont2 h4{
    margin:5px 0;
    padding:0;
    font-size:36px;
    font-weight:100;
    line-height:40px
}
.shop-dep-text-cont2 span{
    font-size:18px;
    font-weight:100
}
.shop-fes-stars-cont{
    margin-bottom:10px;
    font-size:16px;
    color:#f2e13c
}
@media (max-width:480px){
    .shop-dep-text-cont2{
        left:25px
    }
    .shop-dep-text-cont2 h4{
        font-size:22px;
        line-height:22px
    }
    .shop-dep-text-cont2 span{
        font-size:14px;
        font-weight:100
    }
}
.shop-add-btn-cont{
    margin-right:65px
}
.shop-sub-btn-cont{
    margin-top:-33px;
    float:right
}
.shop-sub-btn-cont .post-prev-count{
    margin-left:15px
}
.shop-price-cont{
    font-size:16px;
    color:#323336;
    margin-bottom:23px
}
.sale-label-cont,.sale-label-cont2{
    top:-20px;
    font-size:13px;
    position:absolute
}
.ver-label{
    color:#323336
}
.sale-label-cont{
    right:3px
}
.sale-label-cont2{
    right:-20px
}
.sale-label{
    padding-top:17px;
    height:60px;
    width:60px;
    color:#323336
}
.shop-add-btn{
    display:block;
    width:100%;
    padding-left:0!important;
    padding-right:0!important;
    text-align:center
}
.port-filter a,.port-filter li{
    display:inline-block
}
.port-filter,.port-grid{
    padding:0;
    list-style:none
}
.shop-info h6{
    color:#fff;
    text-transform:uppercase;
    margin-bottom:30px
}
.shop-info .icon{
    font-size:40px;
    line-height:40px
}
.port-filter{
    margin:0 0 45px;
    cursor:default
}
.port-filter a{
    margin-right:20px;
    margin-bottom:5px;
    color:#6b6d6f;
    text-decoration:none;
    border-bottom:1px solid transparent;
    -webkit-transition:all .27s cubic-bezier(0,0,.58,1);
    -moz-transition:all .27s cubic-bezier(0,0,.58,1);
    transition:all .27s cubic-bezier(0,0,.58,1);
    cursor:pointer
}
.port-filter a:hover{
    color:#323336;
    text-decoration:none
}
.port-filter a.active{
    color:#323336;
    border-color:#323336;
    cursor:default
}
.port-filter a.active:hover{
    color:#323336
}
.port-grid{
    margin:0
}
.port-item{
    width:25%;
    float:left;
    margin:0;
    box-sizing:border-box
}
.bg-img-alfa:before,.sm-img-bg-fullscr{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box
}
.port-grid-2 .port-item,.port-item.port-item-width-2{
    width:50%
}
.port-grid-3 .port-item{
    width:33.333%
}
.container .port-grid-3 .port-item{
    width:33.2%
}
.port-grid-5 .port-item{
    width:20%
}
.port-grid.port-grid-gut{
    margin:0 0 0 -15px
}
.port-grid.port-grid-gut .port-item{
    padding:0 0 15px 15px
}
.port-grid.port-grid-gut-30{
    margin:0 0 0 -30px
}
.port-grid.port-grid-gut-30 .port-item{
    padding:0 0 30px 30px
}
.port-grid .port-item>a{
    display:block;
    overflow:hidden;
    padding:0;
    margin:0
}
.block-center-y{
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%)
}
.block-center-xy{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.port-overlay-cont,.port-overlay-cont3{
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    transition:all .3s cubic-bezier(.3,.1,.58,1);
    height:100%
}
.title-fs-45-wide{
    color:#323336;
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-size:45px;
    line-height:58px;
    font-weight:400;
    letter-spacing:3px
}
@media only screen and (max-width:1200px){
    .port-grid-5 .port-item{
        width:25%
    }
    .title-fs-45-wide{
        font-size:30px;
        line-height:44px
    }
}
@media only screen and (max-width:992px){
    .container .port-grid-3 .port-item,.port-grid-3 .port-item,.port-grid-5 .port-item,.port-item,.port-item.port-item-width-2{
        width:50%
    }
    .port-item.port-item-width-2{
        width:100%
    }
    #counter-1 .row>div{
        border:none
    }
}
@media only screen and (max-width:480px){
    .container .port-grid-3 .port-item,.port-grid-2 .port-item,.port-grid-3 .port-item,.port-grid-5 .port-item,.port-item,.port-item.port-item-width-2{
        width:100%
    }
    .port-text-cont .title-fs-45-wide{
        font-size:25px;
        line-height:38px;
        letter-spacing:1px
    }
}
.port-main-img{
    width:100%;
    display:block;
    overflow:hidden;
    transition:all .3s cubic-bezier(.3,.1,.58,1)
}
.port-overlay-cont{
    width:100%;
    padding:20px 40px 40px;
    opacity:0
}
.port-overlay-cont3{
    width:100%;
    padding:60px
}
@media (max-width:767px){
    .port-overlay-cont3{
        padding:40px
    }
}
@media (max-width:320px){
    .port-overlay-cont3{
        padding:30px
    }
}
@media all and (orientation:landscape) and (max-width:1280px){
    .port-overlay-cont3{
        padding:30px
    }
}
.lightbox-item{
    position:relative
}
.lightbox-item .port-btn-cont{
    position:absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%);
    transition:all .27s cubic-bezier(.3,.1,.58,1);
    font-size:26px;
    color:#fff
}
.lightbox-item:hover .port-btn-cont{
    transform:translate(-50%,-50%)
}
.lightbox-item .port-btn-cont.lightbox-video{
    font-size:34px
}
.lightbox-item:hover .port-main-img,.port-item:hover .port-main-img{
    -webkit-transform:scale(1.3) translateZ(0);
    -moz-transform:scale(1.3) translateZ(0);
    -o-transform:scale(1.3) translateZ(0);
    -ms-transform:scale(1.3) translateZ(0);
    transform:scale(1.3) translateZ(0)
}
.intro-demo .lightbox-item:hover .port-main-img{
    -webkit-transform:scale(1.02) translateZ(0);
    -moz-transform:scale(1.02) translateZ(0);
    -o-transform:scale(1.02) translateZ(0);
    -ms-transform:scale(1.02) translateZ(0);
    transform:scale(1.02) translateZ(0)
}
.lightbox-item:hover .port-img-overlay:after,.port-item:hover .port-img-overlay:after{
    background:rgba(16,16,16,.85)
}
.intro-demo .lightbox-item:hover .port-img-overlay:after{
    background:0 0
}
.lightbox-item .port-img-overlay:after,.port-item .port-img-overlay:after{
    content:"";
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:rgba(255,255,255,0);
    -webkit-transition:all .27s cubic-bezier(.3,.1,.58,1);
    -moz-transition:all .27s cubic-bezier(.3,.1,.58,1);
    -o-transition:all .27s cubic-bezier(.3,.1,.58,1);
    -ms-transition:all .27s cubic-bezier(.3,.1,.58,1);
    transition:all .27s cubic-bezier(.3,.1,.58,1)
}
.testimonial-2:before,.testimonial-3:before{
    content:'“';
    left:0
}
.port-img-overlay{
    position:relative;
    overflow:hidden
}
.intro-demo .port-img-overlay{
    position:relative;
    overflow:inherit
}
.container .port-grid-5 .port-overlay-cont{
    padding:20px 10px 20px 20px
}
.lightbox-item:hover .port-overlay-cont,.port-item:hover .port-overlay-cont{
    opacity:1;
    padding-top:40px
}
.container .port-grid-5 .lightbox-item:hover .port-overlay-cont,.container .port-grid-5 .port-item:hover .port-overlay-cont{
    padding-top:30px
}
.port-title-cont{
    margin-bottom:0;
    transition:all .4s cubic-bezier(.3,.1,.58,1)
}
.port-item:hover .port-title-cont2,.port-title-cont2{
    margin-bottom:0;
    position:absolute;
    top:50%;
    transition:all .27s cubic-bezier(.3,.1,.58,1)
}
.port-title-cont2{
    transform:translateY(0)
}
.port-item:hover .port-title-cont2{
    transform:translateY(-50%)
}
.lightbox-item:hover .port-title-cont,.port-item:hover .port-title-cont{
    margin-bottom:15px
}
.port-title-cont h3{
    margin:0;
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
    font-size:16px;
    line-height:24px;
    font-weight:600
}
.port-title-cont2 h3,.port-title-cont3 h3,.port-view-more{
    font-family:Poppins,Arial,Helvetica,sans-serif
}
.port-title-cont2 h3{
    margin:0;
    color:#fff;
    font-size:19px;
    line-height:24px
}
.port-title-cont3 h3{
    margin:0;
    color:#fff;
    font-size:30px;
    line-height:40px
}
@media all and (orientation:landscape) and (max-width:1280px){
    .port-title-cont3 h3{
        font-size:21px;
        line-height:28px
    }
    .port-title-cont3 span{
        font-size:14px
    }
}
.port-title-cont h3 a{
    color:#fff
}
.port-title-cont h3 a:hover{
    color:#dedede
}
.port-grid-gut li:first-child .port-overlay-cont{
    padding-right:40px
}
.port-title-cont span a{
    color:#bebebe;
    font-size:12px;
    text-transform:uppercase
}
.port-title-cont span a:hover{
    color:#fff
}
.port-title-cont2 span{
    color:rgba(255,255,255,.7);
    font-weight:400;
    font-size:13px
}
.port-title-cont3 span{
    color:rgba(255,255,255,.7);
    font-weight:400;
    font-size:16px
}
@media all and (orientation:landscape),all and (max-width:1280px){
    .port-title-cont3 span{
        font-size:14px
    }
}
.port-btn-cont a{
    display:inline-block;
    color:#bebebe;
    font-size:18px
}
.port-btn-cont a:hover{
    color:#fff
}
.port-view-more-cont{
    margin-top:-1px;
    text-align:center
}
.port-view-more{
    display:block;
    padding-top:40px;
    padding-bottom:37px;
    background:#eee;
    font-size:16px;
    line-height:18px;
    font-weight:400;
    transition:all .3s ease 0s
}
.port-view-more-dark,.port-view-more-inv{
    display:block;
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-size:18px;
    line-height:18px;
    transition:all .3s ease 0s
}
.port-view-more:hover{
    background:#939598;
    color:#fff
}
.port-view-more-cont-dark{
    text-align:center
}
.port-view-more-dark{
    padding-top:55px;
    padding-bottom:52px;
    background:#323336;
    color:#fff;
    font-weight:400;
    letter-spacing:4px
}
.port-view-more-dark:hover{
    background:#101010;
    color:#fff
}
.port-view-more-inv{
    background:#dedede;
    padding-top:40px;
    padding-bottom:37px;
    font-weight:100
}
.port-view-more-inv:hover{
    background:#eee;
    color:#323336
}
.port-detail{
    font-size:12px
}
.port-detail p{
    margin-bottom:5px
}
.quote p,.testimonial-2 p{
    margin-bottom:24px;
    font-weight:100;
    font-style:normal;
    font-family:Poppins,Arial,Helvetica,sans-serif
}
.port-detail p strong{
    width:80px;
    display:inline-block;
    letter-spacing:1px
}
@media (max-width:769px){
    .port-detail p strong{
        width:65px
    }
}
.ts-author-img,.ts3-author-img{
    display:block;
    width:128px;
    bottom:0;
    right:0
}
.client-row .col-sm-3,.client1-item{
    padding-top:20px;
    padding-bottom:20px;
    border-left:1px solid #eee
}
.client-row .client1-item:first-child,.client-row .col-sm-3:first-child{
    border-left:none
}
.client-row.border-bot{
    border-bottom:1px solid #eee
}
.client1-item{
    text-align:center
}
@media only screen and (max-width:992px){
    .client-row .col-sm-3,.client-row.border-bot,.client1-item{
        border:none
    }
}
.client2-item{
    text-align:center
}
.client2-item img{
    height:100px
}
.quote p{
    color:#323336;
    font-size:21px;
    line-height:32px
}
.quote{
    border:none!important;
    position:relative;
    font-size:14px
}
.quote footer{
    font-size:14px;
    color:#6b6d6f;
    font-style:normal
}
@media only screen and (min-width:1169px){
    .pl-50-min-1169{
        padding-left:50px
    }
    .pr-50-min-1169{
        padding-right:50px
    }
}
.ts-author-cont{
    padding-top:70px;
    padding-bottom:20px;
    position:relative;
    border-bottom:1px solid #e6e6e6
}
.ts-author-img{
    position:absolute
}
.testimonial-2:before{
    position:absolute;
    top:0;
    font-size:60px;
    line-height:40px;
    color:#dcdddd
}
.testimonial-2 p{
    color:#323336;
    font-size:20px;
    line-height:32px
}
.testimonial-2{
    padding:10px 20px;
    margin:15px 0 15px 10px;
    border-left:none
}
.ts3-author-cont{
    padding-top:0;
    padding-bottom:20px;
    position:relative
}
.ts3-author-img{
    margin:0 auto 20px
}
.testimonial-3 p{
    margin-bottom:24px;
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-size:18px;
    line-height:34px;
    font-weight:100;
    font-style:normal
}
.testimonial-3{
    padding:10px 20px;
    margin:25px 0 15px;
    border-left:none
}
.testimonial-3:before{
    position:absolute;
    font-size:60px;
    line-height:40px;
    color:#323336
}
.ts-name{
    color:#323336
}
.font-white .testimonial-3:before{
    color:rgba(255,255,255,.7)
}
.ts-type{
    opacity:.7
}
.no-mobile .parallax-section{
    background-attachment:fixed!important
}
.ts4-text-cont{
    margin-bottom:20px;
    padding:33px 35px 32px;
    background:#fff;
    border-radius:4px
}
.ts4-author-img{
    float:left;
    margin:0 20px 0 0;
    width:60px
}
.ts4-author-info{
    padding-top:10px;
    font-size:13px;
    line-height:20px
}
.work-proc-1-bg{
    will-change:background-position;
    margin:0;
    padding:0;
    background:url(../images/work-proc-bg.jpg) fixed #2c2c2c;
    color:#f1f1f1
}
.work-proc2-a-cont,.work-proc2-cont{
    position:relative;
    max-width:320px;
    margin:0 auto
}
.work-proc-1-bg .icon,.work-proc-1-bg h3{
    color:#f1f1f1
}
.work-proc-1-bg h2{
    color:#f1f1f1;
    border-color:#f1f1f1
}
.work-proc-1-bg p{
    color:#d3d4d5
}
.work-proc2-cont{
    padding:45px 20px 20px 98px
}
.work-proc2-icon-cont{
    position:absolute;
    top:55px;
    left:0;
    color:#323336;
    font-size:60px;
    line-height:60px;
    font-weight:600
}
.work-proc2-cont h3{
    color:#323336;
    font-size:18px;
    margin-top:10px;
    margin-bottom:5px
}
.pos-l-0{
    left:0
}
.pos-l-12{
    left:12px
}
.pos-rb-0{
    right:0;
    bottom:0
}
.pos-v-center{
    position:absolute;
    top:50%;
    transform:translateY(-50%)
}
.work-proc2-a .border-bot{
    border-bottom:3px solid #323336
}
.work-proc2-a-text{
    position:absolute;
    top:44px;
    left:0;
    transition:left .27s cubic-bezier(.3,.1,.58,1)
}
.blog2-post-title-cont,.member h3,.post-prev-more-cont{
    position:relative
}
.work-proc2-a:hover .work-proc2-a-text{
    left:30px;
    transition:left .27s cubic-bezier(.3,.1,.58,1)
}
.work-proc2-a{
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-size:40px;
    font-weight:600;
    line-height:50px;
    color:#323336
}
.work-proc2-a:hover{
    color:#323336
}
.work-proc2-bg-block{
    margin-left:60px;
    height:200px;
    width:200px;
    background:#f6e701;
    transition:background .27s cubic-bezier(.3,.1,.58,1)
}
.work-proc2-a:hover .work-proc2-bg-block{
    background:#5bd3be;
    transition:background .27s cubic-bezier(.3,.1,.58,1)
}
.team-social{
    list-style:none;
    margin:15px 0 0;
    padding:0
}
.team-social li{
    display:inline-block;
    font-size:18px;
    margin:0 5px
}
.team-social a{
    color:#97999c
}
.team-social a:hover{
    color:#101010
}
.member h3{
    font-size:18px;
    line-height:24px;
    margin:0;
    padding-top:40px;
    padding-bottom:5px
}
.member span{
    font-size:14px;
    font-style:normal
}
.fs-parent .open-sub:before,.select-styled:after{
    font-style:normal!important;
    font-variant:normal!important
}
.member{
    text-align:center;
    margin-bottom:30px
}
.about-us-2-cont{
    background:#f4f4f4
}
.au3-title{
    padding:0;
    margin:40px 0 10px
}
.au3-btn-cont{
    margin:30px 0 70px
}
@media only screen and (max-width:991px){
    .au3-btn-cont,.au3-text,.au3-title{
        text-align:center
    }
}
.count-number{
    margin-top:17px;
    font-size:45px;
    line-height:45px;
    color:#323336;
    font-weight:100
}
.count-title{
    font-size:14px;
    font-family:Poppins,Arial,Helvetica,sans-serif
}
.count-descr{
    margin-top:10px;
    margin-bottom:10px
}
#counter-1 .row>div{
    border-left:1px solid #dadada
}
#counter-1 .row>div:first-child{
    border:none
}
@media only screen and (max-width:992px){
    #counter-1 .row>div{
        border:none
    }
    .ads3-img-cont{
        height:auto!important
    }
    .ads3-img-cont>div{
        position:relative;
        transform:none;
        top:0;
        left:0
    }
}
.border-none{
    border:none!important
}
.border-rad-0{
    border-radius:0!important
}
.border-bot{
    border-bottom:1px solid #323336
}
.border-bot-gray{
    border-bottom:1px solid #eee
}
.font-white .border-bot{
    border-bottom:1px solid #fff
}
.ads-img-cont{
    padding-top:50px;
    padding-bottom:45px
}
.video-ads-bg{
    will-change:background-position;
    margin:0;
    padding:0;
    background:url(../images/work-proc-bg.jpg) fixed #2c2c2c
}
.video-ads-text-cont{
    margin:0 auto;
    padding-top:100px;
    padding-bottom:100px;
    text-align:center;
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-size:30px;
    line-height:36px;
    font-weight:100;
    color:#f1f1f1
}
.video-ads-text-cont.video-ads-text-black{
    color:#323336
}
.video-ads-a a:hover{
    color:#a5a5a5
}
.video-ads-text-cont a{
    display:inline-block;
    padding:20px;
    font-size:65px;
    line-height:45px;
    color:#fff
}
.video-ads-text-cont.video-ads-text-black a{
    color:#323336
}
.video-ads-text-cont.video-ads-text-black a:hover{
    color:#97999c
}
@media only screen and (max-width:992px){
    .video-ads-text-cont{
        font-size:28px;
        line-height:28px;
        padding-top:80px;
        padding-bottom:80px
    }
    .video-ads-bg,.work-proc-1-bg{
        background-attachment:scroll
    }
}
@media only screen and (max-width:767px){
    .video-ads-a,.video-ads-text{
        display:block
    }
}
@media (min-width:1900px){
    .container.intro-demo{
        width:1500px
    }
}
.post-prev-img img,.post2-prev-img img,.sm-img-bg-fullscr,.widget-search-form input{
    width:100%
}
.intro-demo .lightbox-item .port-img-overlay{
    transition:all .3s ease 0s;
    display:block;
    -webkit-box-shadow:0 26px 40px -24px rgba(65,65,65,.5);
    -moz-box-shadow:0 26px 40px -24px rgba(65,65,65,.5);
    box-shadow:0 26px 40px -24px rgba(65,65,65,.5)
}
.intro-demo .lightbox-item:hover .port-img-overlay{
    display:block;
    -webkit-box-shadow:0 20px 40px rgba(0,0,0,.35);
    -moz-box-shadow:0 20px 40px rgba(0,0,0,.35);
    box-shadow:0 20px 40px rgba(0,0,0,.35)
}
.intro-demo .lightbox-item h4{
    color:#46474a;
    transition:all .3s ease 0s
}
.intro-demo .lightbox-item:hover h4{
    color:#000
}
.grey-light-bg .intro-demo .post-prev-img{
    border:7px solid #d3d3d3
}
.post-prev-img{
    margin-bottom:27px
}
.post-prev-title h3{
    margin:0;
    font-size:16px;
    line-height:26px;
    font-weight:400
}
.intro-demo .post-prev-title h3{
    font-size:14px;
    font-weight:600
}
.blog-main-posts .post-prev-img{
    margin-bottom:30px
}
.blog-main-posts .post-prev-info{
    margin-bottom:20px
}
.blog-main-posts .post-prev-title h3{
    font-size:18px;
    line-height:32px
}
.blog-main-posts .post-prev-title h3.post-title-big{
    padding-top:10px;
    font-size:22px;
    line-height:30px
}
.hover-op-60:hover,.post-prev-img a:hover,.post2-prev-img a:hover{
    opacity:.6
}
.hover-op-70:hover{
    opacity:.7
}
.post-prev-img .lightbox-item a:hover{
    opacity:1
}
.section-more{
    font-size:14px;
    font-weight:400;
    color:#6b6d6f
}
.section-more:hover{
    color:#101010
}
.section-more .icon{
    font-size:30px
}
.post-prev-info{
    margin-bottom:14px;
    font-size:13px
}
.blog2-post-prev-text,.blog2-post-title-cont,.post-prev-text{
    margin-bottom:20px
}
.slash-divider{
    margin-right:7px;
    margin-left:7px
}
.slash-divider-10{
    margin-right:10px;
    margin-left:10px
}
.post-prev-info,.post-prev-info a{
    color:#a3a6a8
}
.post-prev-info a:hover{
    color:#e32068;
}
.post-prev-text{
    padding-bottom:20px;
    border-bottom:1px solid #eee
}
.blog-more{
    font-weight:600
}
.icon-count{
    font-size:12px;
    margin-left:7px
}
.post-prev-count{
    margin-left:12px;
    color:#6b6d6f
}
.social-menu.dropdown-menu{
    margin-top:5px;
    border-radius:0;
    min-width:0;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.26);
    border:none;
    background:#eee
}
.rale p{
    font-family: "Raleway",sans-serif !important;
    color: #9b9aa0 !important;
}
.social-menu.dropdown-menu li{
    display:inline-block
}
.social-menu.dropdown-menu>li>a{
    padding:7px 15px;
    color:#6b6d6f
}
.social-menu.dropdown-menu>li>a:focus,.social-menu.dropdown-menu>li>a:hover{
    color:#111;
    text-decoration:none;
    background:0 0
}
.no-border{
    border:none
}
@media (max-width:480px){
    .section-more.left,.section-more.right{
        float:none!important;
        display:block
    }
}
.blog2-post-title-cont .post-prev-title{
    padding:15px 0 15px 20px;
    margin-left:120px;
    border-left:#C9CACB 1px solid
}
.post-prev-date-cont{
    position:absolute;
    top:24px;
    left:15px
}
.blog2-date-numb{
    font-size:35px;
    font-weight:100
}
.blog2-month{
    font-size:13px;
    padding-left:8px
}
@media (max-width:768px){
    .blog2-month{
        display:block;
        line-height:18px;
        padding-left:0
    }
    .blog2-post-title-cont .post-prev-title{
        margin-left:70px
    }
    .blog2-date-numb{
        font-size:30px
    }
    .post-prev-date-cont{
        top:16px;
        text-align:center
    }
}
.post2-prev-title h3{
    margin:0 0 5px;
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-size:24px;
    line-height:30px;
    font-weight:600
}
.blog4-post-title-cont .post-prev-info,.blog4-post-title-cont .post-prev-title h3,.form-control,.login-select,.tags a,input,select,textarea{
    font-family:Poppins,'Open Sans',Arial,Helvetica,sans-serif
}
.blog-sect3-text-cont{
    margin:0 auto;
    max-width:400px;
    height:395px;
    position:relative
}
@media (max-width:1024px){
    .blog-sect3-text-cont{
        height:325px
    }
}
@media (max-width:767px){
    .blog-sect3-text-cont{
        height:260px;
        max-width:280px
    }
}
@media (max-width:320px){
    .blog-sect3-text-cont{
        max-width:210px
    }
}
.blog-sect3-view-all-cont{
    margin-top:40px;
    text-align:center;
    font-size:16px
}
@media (max-width:1023px){
    .blog-sect3 .pr-0{
        padding-right:15px!important
    }
    .blog-sect3 .pl-0{
        padding-left:15px!important
    }
}
.blog4-post-prev-text,.blog4-post-title-cont{
    margin-bottom:20px
}
.blog4-post-title-cont .post-prev-title{
    padding:15px 0
}
.blog4-post-title-cont{
    position:relative
}
.blog2-post-title-cont .post-prev-info{
    margin:0
}
.blog4-post-title-cont .post-prev-title h3{
    margin:0;
    font-size:24px;
    line-height:33px;
    font-weight:400
}
.blog4-post-title-cont .post-prev-info{
    font-size:16px
}
pre{
    padding:30px;
    border:none
}
@media (max-width:992px){
    .blog4-post-title-cont,.blog4-post-title-cont .post-prev-info{
        margin-bottom:0
    }
}
.blog-post .post-prev-text p,.widget-title{
    margin-bottom:20px
}
.widget-search-form{
    position:relative;
    width:100%;
    font-size:18px
}
.widget-search-form button{
    position:absolute;
    right:0;
    top:8px;
    background:0 0
}
.widget-search-form button:hover{
    color:#101010
}
.widget-title{
    text-transform:uppercase;
    font-size:16px;
    font-weight:600;
    color:#323336
}
.clearlist,.clearlist li{
    list-style:none;
    padding:0;
    margin:0;
    background:0 0
}
.widget-menu li{
    padding-bottom:7px
}
.widget-menu small{
    color:#aaa
}
.widget-posts li{
    font-size:13px;
    margin-bottom:20px
}
.widget-posts-img{
    float:left;
    margin:0 20px 0 0
}
.tags a{
    display:inline-block;
    margin:0 2px 5px 0;
    padding:4px 13px 3px;
    border:1px solid #e9e9e9;
    border-radius:3px;
    font-size:12px;
    text-decoration:none
}
.tags a:hover{
    background:#323336;
    color:#fff;
    border:1px solid #323336
}
.widget-title2{
    margin-bottom:20px;
    font-size:20px;
    color:#323336
}
.widget-posts-descr2{
    margin-top:10px
}
.text-highlight{
    font-size:18px;
    line-height:30px;
    color:#323336
}
@media (max-width:768px){
    .widget-posts-descr2{
        margin-top:0
    }
}
.sl1-text{
    margin:30px 0 0;
    font-size:34px;
    line-height:43px
}
@media (max-width:480px){
    .sl1-text{
        font-size:26px;
        line-height:32px
    }
}
.bg-sl1{
    background:url(../images/content/bg-slogan.jpg),rgba(0,0,0,.5)
}
.sm-img-bg,.sm-img-bg-fullscr,.sm-video-bg{
    background-position:50% 0
}
.sl2-text{
    font-size:48px;
    font-weight:lighter;
    line-height:60px;
    letter-spacing:3px;
    text-align:center
}
.sl2-text i{
    border-bottom:1px solid #323336
}
@media (max-width:992px){
    .sl2-text{
        font-size:32px;
        line-height:44px
    }
}
.cis-cont{
    position:relative;
    padding-left:65px
}
.cis-icon{
    position:absolute;
    top:25px;
    left:0;
    color:#6b6d6f;
    font-size:35px
}
.cis-text{
    padding:16px 0 18px
}
.cis-text h3{
    color:#323336;
    font-weight:400;
    font-size:18px;
    line-height:26px;
    margin:0
}
.cis-text p{
    margin:0;
    font-size:13px
}
#google-map{
    height:600px;
    position:relative;
    background-color:#eee!important;
    z-index:1
}
#google-map.contact-form-with-catcha{
    height:700px
}
.google-map-container{
    text-align:center;
    padding-top:25px
}
.sm-img-bg-fullscr{
    display:block;
    position:relative;
    -o-background-size:cover;
    background-size:cover;
    box-sizing:border-box;
    overflow:hidden;
    background-repeat:no-repeat
}
.sm-video-bg{
    background-image:url(../images/static-media/video-bg.jpg);
    overflow:hidden;
    position:relative
}
.sm-content-cont{
    display:table;
    height:600px
}
.sm-content-cont-fullscr{
    display:table
}
@media only screen and (max-width:767px){
    .sm-content-cont{
        height:350px
    }
    .sm-content-cont .light-72-wide,.sm-content-cont-fullscr .light-72-wide{
        font-size:28px;
        line-height:30px;
        letter-spacing:3px
    }
    .slider-text-bg{
        height:45%;
        height:50%;
        width:100%;
        background:rgba(13,13,13,.75);
        position:absolute;
        top:50%;
        -webkit-transform:translateY(-50%);
        -moz-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        -o-transform:translateY(-50%);
        transform:translateY(-50%);
        left:0;
        z-index:0
    }
    .port-filter li{
        display:list-item
    }
}
.sm-video,.sm-video-wrapper{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0
}
#main-menu .navbar .nav>li>a,.affix #main-menu .navbar .nav>li>a{
    -webkit-transform:translateZ(0);
    -moz-transform:translateZ(0);
    -ms-transform:translateZ(0);
    -o-transform:translateZ(0)
}
@media only screen and (min-device-width :768px) and (max-device-width :1024px){
    .sm-content-cont .light-72-wide,.sm-content-cont-fullscr .light-72-wide{
        letter-spacing:5px
    }
}
.sm-cont-middle{
    display:table-cell;
    height:100%
}
.sm-video-wrapper{
    z-index:0
}
.sm-video-wrapper video{
    max-width:inherit;
    height:inherit;
    z-index:0
}
.bg-dark-alfa-40:before,.bg-dark-alfa-50:before,.bg-dark-alfa-60:before,.bg-dark-alfa-70:before,.bg-dark-alfa-80:before,.bg-dark-alfa-90:before,.bg-img-alfa:before{
    content:" ";
    height:100%;
    position:absolute;
    top:0;
    left:0;
    width:100%
}
.bg-img-alfa:before{
    background-image:url(../images/static-media/img-alfa-wide.png);
    background-position:center center;
    z-index:1;
    display:block;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    box-sizing:border-box;
    overflow:hidden;
    background-repeat:no-repeat
}
#contact-form .iconed-box,.page-title-img{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}
@media only screen and (max-width :1024px){
    .bg-img-alfa:before{
        background-image:url(../images/static-media/img-alfa-wide-1024.png)
    }
}
@media (max-width :1024px) and (orientation:portrait){
    .bg-img-alfa:before{
        background-image:url(../images/static-media/img-alfa-wide-768.png)
    }
}
.bg-dark-alfa-40:before{
    background:rgba(3,3,3,.4)
}
.bg-dark-alfa-50:before{
    background:rgba(3,3,3,.5)
}
.bg-dark-alfa-60:before{
    background:rgba(3,3,3,.6)
}
.bg-dark-alfa-70:before{
    background:rgba(3,3,3,.7)
}
.bg-dark-alfa-80:before{
    background:rgba(3,3,3,.8)
}
.bg-dark-alfa-90:before{
    background:rgba(3,3,3,.9)
}
.page-title-cont{
    padding-top:135px;
    padding-bottom:65px
}
.page-title{
    margin-bottom:10px;
    font-size:24px;
    line-height:25px;
    font-weight:100
}
.page-title-font-big{
    margin-bottom:0;
    font-size:40px;
    line-height:40px;
    letter-spacing:10px;
    font-weight:600
}
.page-sub-title{
    margin-bottom:15px;
    font-size:14px;
    line-height:15px
}
.breadcrumbs{
    margin-top:53px;
    text-align:right;
    font-size:12px
}
.breadcrumbs a{
    color:#6b6d6f
}
.bread-current,.breadcrumbs a:hover{
    color:#101010
}
.bg-gray-dark .page-title,.bg-gray-dark .page-title-big{
    color:#fff
}
.bg-gray-dark .page-sub-title{
    color:rgba(255,255,255,.7)
}
.page-title-cont.bg-gray-dark a{
    color:rgba(255,255,255,.8)
}
.page-title-cont.bg-gray-dark a:hover{
    color:rgba(255,255,255,1)
}
.page-title-cont.bg-gray-dark .bread-current{
    color:#fff
}
.page-title-img{
    width:100%;
    display:block;
    position:relative;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    box-sizing:border-box;
    overflow:hidden;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-position:center center
}
.page-title-small{
    padding-top:118px;
    padding-bottom:58px
}
.page-title-small .page-title{
    margin-top:40px;
    margin-bottom:5px
}
.page-title-small .breadcrumbs{
    margin-top:40px
}
.blog-single-fullwidth-img{
    padding-top:550px
}
.page-title2{
    margin:100px 0 0;
    font-size:36px;
    line-height:38px;
    font-weight:lighter
}
.breadcrumbs2{
    margin-top:112px;
    text-align:right;
    font-size:12px
}
.page-title-large2-cont{
    padding-top:180px;
    padding-bottom:47px
}
.page-title-large3-cont{
    background-attachment:fixed;
    background-position:top center
}
.page-title-large3-cont .container{
    height:640px
}
.page-title-large3-text-cont{
    position:absolute;
    bottom:80px;
    padding-right:20px
}
.page-title3{
    margin:0;
    font-size:70px;
    line-height:74px;
    font-weight:100
}
.breadcrumbs3{
    font-size:12px
}
@media (max-width:1367px){
    .page-title-large3-cont .container{
        height:430px
    }
    .page-title-large3-text-cont{
        bottom:60px
    }
}
@media (max-width:1024px){
    .page-title-large3-cont .container{
        height:430px
    }
    .page-title-large3-text-cont{
        bottom:60px
    }
    .page-title3{
        font-size:62px;
        line-height:66px
    }
}
@media (max-width:769px){
    .page-title-large3-cont .container{
        height:400px
    }
    .page-title-large3-text-cont{
        bottom:50px
    }
    .page-title3{
        font-size:52px;
        line-height:56px
    }
}
@media (max-width:480px){
    .page-title-large3-cont .container{
        height:300px
    }
    .page-title-large3-text-cont{
        bottom:40px
    }
    .page-title3{
        font-size:32px;
        line-height:36px
    }
    .post-info-large3{
        font-size:12px;
        line-height:18px
    }
}
@media (max-width:320px){
    .page-title-large3-cont .container{
        height:300px
    }
    .page-title-large3-text-cont{
        bottom:40px
    }
    .page-title3{
        font-size:26px;
        line-height:30px
    }
}
@media all and (orientation:landscape) and (max-width:774px){
    .page-title-large3-cont .container{
        height:300px
    }
    .page-title-large3-text-cont{
        bottom:40px
    }
    .page-title3{
        font-size:32px;
        line-height:36px
    }
}
@media all and (orientation:landscape) and (max-width:569px){
    .page-title-large3-cont .container{
        height:280px
    }
    .page-title-large3-text-cont{
        bottom:40px
    }
    .page-title3{
        font-size:32px;
        line-height:36px
    }
}
.page-title4,.page-title5{
    line-height:38px;
    font-weight:lighter
}
.page-title4{
    margin:0;
    font-size:36px;
    text-align:center
}
.breadcrumbs4{
    margin:10px 0 0;
    text-align:center;
    font-size:12px
}
.page-title-large4{
    padding-top:190px;
    padding-bottom:102px
}
.page-title-large5-cont .container{
    height:365px
}
.page-title-large5-text-cont{
    padding-right:20px;
    position:absolute;
    bottom:48px
}
.page-title5{
    margin:0;
    font-size:36px
}
@media (max-width:1367px){
    .page-title-large5-cont .container{
        height:335px
    }
}
@media (max-width:1024px){
    .page-title-large5-cont .container{
        height:308px
    }
    .page-title-large5-text-cont{
        bottom:48px
    }
}
@media (max-width:767px){
    .page-title-large5-cont .container{
        height:246px
    }
    .page-title-large5-text-cont{
        bottom:30px
    }
    .page-title5{
        font-size:32px;
        line-height:36px
    }
}
@media (max-width:480px){
    .page-title-large5-cont .container{
        height:246px
    }
    .page-title-large5-text-cont{
        bottom:30px
    }
    .page-title5{
        font-size:26px;
        line-height:30px
    }
}
.menu-contact-info{
    background-color:#c6c7c9;
    padding:0;
    color:#fff
}
.sub-menu-white .menu-contact-info{
    background-color:#4b4e53
}
.menu-map-container{
    padding:0!important
}
ul.contact-list,ul.contact-list li{
    margin:0;
    padding:0;
    list-style:none
}
ul.contact-list{
    padding-top:74px;
    padding-bottom:68px;
    padding-left:28px
}
ul.contact-list li{
    display:block;
    padding-right:15px;
    border:none!important
}
.loc-icon-container{
    position:absolute;
    top:0;
    left:0
}
.menu-contact-info .contact-list>li{
    position:relative
}
.menu-contact-text-container{
    padding-left:60px;
    padding-top:11px;
    min-height:46px
}
.menu-contact-info .contact-list .a-mail{
    color:#fff!important;
    padding:0!important
}
.menu-contact-info .contact-list .a-mail:hover{
    color:#414146!important;
    background:0 0!important
}
.menu-contact-info{
    margin-top:-22px;
    margin-bottom:-22px
}
.main-menu-contact-icon{
    font-size:24px;
    padding:12px;
    color:#fff
}
.icon_mail_alt.main-menu-contact-icon{
    padding-top:10px;
    padding-bottom:14px
}
.contact-form-cont{
    position:relative;
    max-width:550px;
    padding:80px 50px 80px 60px
}
.contact-form-container-left{
    position:relative;
    margin:0 0 0 40px;
    padding-top:70px;
    padding-bottom:40px
}
.form-control{
    height:auto;
    box-shadow:none!important
}
.form-control.error{
    border-color:#E42C3E!important;
    z-index:1
}
label.error{
    font-weight:400;
    font-size:11px;
    color:#e42c3e;
    position:absolute;
    top:5px;
    right:15px
}
.bg-gray-container .contact-form-cont .form-control.valid,.bg-gray-container .contact-form-container-left .form-control.valid{
    border-color:#3db03f;
    z-index:1
}
.bg-gray-container .contact-form-cont .form-control.error,.bg-gray-container .contact-form-container-left .form-control.error{
    border-color:#E42C3E;
    z-index:1
}
#contactError,#contactSuccess{
    position:absolute;
    width:100%;
    margin-top:15px;
    margin-bottom:0;
    border:none;
    -webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.26);
    -moz-box-shadow:0 2px 5px 0 rgba(0,0,0,.26);
    box-shadow:0 2px 5px 0 rgba(0,0,0,.26);
    text-align:center
}
#contactSuccess{
    -webkit-animation-duration:.6s;
    -moz-animation-duration:.6s;
    -ms-animation-duration:.6s;
    -o-animation-duration:.6s;
    animation-duration:.6s
}
.form-control,.login-select,input,select,textarea{
    border:none;
    border-bottom:1px solid #ccc;
    border-radius:0;
    background:0 0;
    color:#323336;
    font-size:14px;
    margin:0;
    outline:0;
    padding:8px 20px 8px 0
}
select{
    overflow:hidden;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none!important
}
select::-ms-expand{
    display:none
}
.select-styled{
    position:relative;
    display:inline-block
}
.select-styled:after{
    font-size:1.5rem;
    pointer-events:none;
    position:absolute;
    top:1.2rem;
    right:0;
    content:'\e200';
    font-family:linea-icons!important;
    font-weight:400!important;
    text-transform:none!important;
    speak:none;
    line-height:1;
    -webkit-font-smoothing:antialiased
}
#main-menu .navbar .nav li a,.widget h4{
    font-family:Poppins,Arial,Helvetica,sans-serif
}
.input-with-icon{
    position:relative
}
.input-with-icon input{
    padding-left:40px;
    width:100%
}
.input-with-icon .icon{
    position:absolute;
    left:12px;
    top:12px
}
.footer2-black input{
    color:#fff
}
.input-border{
    border:1px solid #dedede;
    padding:9px 15px
}
select.input-border{
    border:1px solid #dedede;
    padding:9px 20px 9px 10px
}
.w-100{
    width:100%
}
.form-control::-webkit-input-placeholder,::-webkit-input-placeholder{
    color:#323336
}
.form-control::-moz-placeholder,::-moz-placeholder{
    color:#323336;
    opacity:1
}
.form-control:-moz-placeholder,:-moz-placeholder{
    color:#323336;
    opacity:1
}
.form-control:-ms-input-placeholder,:-ms-input-placeholder{
    color:#323336
}
:focus::-webkit-input-placeholder{
    color:#a6a7a9
}
:focus::-moz-placeholder{
    color:#a6a7a9
}
:focus:-moz-placeholder{
    color:#a6a7a9
}
:focus:-ms-input-placeholder{
    color:#a6a7a9
}
.form-control:focus,.nl-email-input:focus{
    border-color:#323336
}
.form-control-purple:focus,.nl-email-input-purple:focus{
    border-color:#7175c9
}
.leave-comment-cont{
    padding:10px 40px 60px
}
.shipping-cont{
    padding:1px 40px 40px
}
@media (max-width:767px){
    .leave-comment-cont{
        margin-bottom:80px
    }
    .display-none-767{
        display:none
    }
}
.bg-gray-light{
    background-color:#100726
}
.bg-gray{
    background-color:#eee
}
.bg-gray-dark,.header.no-transparent .header-wrapper.bg-gray-dark{
    background-color:#303036
}
.bg-black{
    background-color:#101010
}
.bg-white{
    background-color:#fff
}
.bg-aqua{
    background-color:#5bd3be
}
.bg-yellow{
    background-color:#fbf18e
}
.bg-red{
    background-color:#FF271C
}
.bg-purple{
    background-color:#7175c9!important
}
.font-white,.font-white a{
    color:#fff!important
}
.font-black,.font-black a{
    color:#323336!important
}
.font-dark{
    color:#101010
}
.font-yellow{
    color:#f2e13c
}
.font-purple{
    color:#7175c9
}
.font-text,.footer2-copy{
    color:#6b6d6f
}
.bg-b-p-grad{
    background:#82c2ed;
    background:-moz-linear-gradient(-45deg,#82c2ed 0,#a381ee 100%);
    background:-webkit-linear-gradient(-45deg,#82c2ed 0,#a381ee 100%);
    background:linear-gradient(135deg,#82c2ed 0,#a381ee 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c2ed', endColorstr='#a381ee', GradientType=1 )
}
.bg-g-b-grad{
    background:#8adbdb;
    background:-moz-linear-gradient(-45deg,#8adbdb 0,#344e9b 100%);
    background:-webkit-linear-gradient(-45deg,#8adbdb 0,#344e9b 100%);
    background:linear-gradient(135deg,#8adbdb 0,#344e9b 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8adbdb', endColorstr='#344e9b', GradientType=1 )
}
.opacity-80{
    opacity:.8
}
.footer-copy{
    margin-top:5px
}
.footer-copy a{
    font-size:11px;
    color:#6b6d6f
}
.footer-soc-a a{
    font-size:18px;
    padding:12px
}
.footer2-copy-cont{
    padding-top:30px;
    border-top:1px solid #eee
}
.widget{
 margin-bottom: 45px;
    margin-top: 45px;
}
.footer2-copy{
    font-size:12px
}
.footer2-copy:hover{
    color:#101010
}
.footer2-soc-a{
    padding-bottom:7px
}
.footer2-soc-a a{
    font-size:16px;
    padding:9px!important
}
.logo-footer{
    max-height:60px
}
.logo-footer-cont{
    margin-bottom:50px
}
.footer2-text-cont{
    margin-bottom:24px
}

.widget h4{
    margin-top:16px;
    margin-bottom:21px;
    font-size:18px;
    font-weight:400
}
.widget .links-list{
    list-style:none;
    margin:0;
    padding:0
}
.widget .links-list li{
    padding-bottom:7px
}
.entry-title h4{
    margin:0;
    font-size:14px;
    font-weight:600
}
.widget .post-prev-title a{
    font-size:14px;
    line-height:21px;
    font-weight:400
}
.widget .post-prev-info{
    text-transform:none;
    line-height:18px
}
.container-m-60{
    padding-right:60px;
    padding-left:60px;
    margin-right:auto;
    margin-left:auto;
    position:relative;
    width:100%
}
@media (max-width:992px){
    .container-m-60{
        padding-right:20px;
        padding-left:20px
    }
}
.footer-black,.footer2-black{
    background:#303036;
    color:rgba(255,255,255,.7)
}
.footer2-black .widget h4{
    color:#fff
}
.footer2-black .a-text,.footer2-black .a-text-cont a,.footer2-black a{
    color:rgba(255,255,255,.7)
}
.footer2-black .a-text-cont a:hover,.footer2-black .a-text-main-cont .a-text,.footer2-black .a-text-main-cont a,.footer2-black .a-text:hover,.footer2-black .tweet_list a,.footer2-black a:hover{
    color:#fff
}
.footer2-black .a-text-main-cont .a-text:hover,.footer2-black .a-text-main-cont a:hover,.footer2-black .tweet_list a:hover{
    color:rgba(255,255,255,.7)
}
.footer2-black .footer2-copy-cont{
    padding-top:30px;
    border-top:1px solid rgba(255,255,255,.1)
}
.footer-black .footer-soc-a a,.footer2-black .footer2-soc-a a{
    color:rgba(255,255,255,.3)
}
.footer-black .footer-soc-a a:hover,.footer2-black .footer2-copy:hover,.footer2-black .footer2-soc-a a:hover{
    color:#fff
}
#main-menu{
    z-index:1
}
#main-menu .navbar{
    background:0 0;
    border:0;
    margin:0
}
#main-menu .navbar .navbar-collapse{
    padding:0;
    position:static;
    border:none;
    box-shadow:none
}
.affix .header-wrapper,.header.header-always-sticky{
    -webkit-box-shadow:0 1px 15px rgba(0,0,0,.15);
    -moz-box-shadow:0 1px 15px rgba(0,0,0,.15)
}
#main-menu .navbar .nav{
    margin:0;
    position:static
}
#main-menu .navbar .nav>li{
    position:relative;
    z-index:5
}
#main-menu .navbar .nav>li>a{
    padding:38px 3px 5px;
    margin:0 12px 17px;
    border-bottom:2px solid rgba(45,78,83,0);
    color:#323336;
	 font-family: 'Oswald', sans-serif !important;
    letter-spacing:.5px;
    z-index:1;
    text-shadow:none;
    transition:padding .4s ease 0s,border-color .6s ease 0s;
    transform:translateZ(0);
    background-color:transparent
}
.header-black #main-menu .navbar .nav>li>a{
    color:#fff
}
#main-menu .navbar .nav li a{
    font-size:14px
}
.affix #main-menu .navbar .nav>li>a{
    transition:padding .4s ease 0s;
    transform:translateZ(0)
}
.header-wrapper,.nav-below-sticky-wrapper.is-sticky{
    -webkit-transform:translateZ(0);
    -moz-transform:translateZ(0);
    -ms-transform:translateZ(0);
    -o-transform:translateZ(0)
}
#main-menu .navbar .nav>li>a .main-menu-title{
    line-height:20px
}
.affix.header-1 #main-menu .navbar .nav>li>a{
    margin-bottom:13px;
    padding:20px 3px 5px;
     
}
.header-1 #main-menu .navbar .nav>li.current>a{
    padding:38px 3px 5px;
    margin:0 12px 17px;
    border-bottom:2px solid rgba(45,78,83,1);
    color:#e32068;
}
 
.icon-arrows-left:before{
  color:#fff !important;
  background-color:#e32068 !important;
    padding: 10px 10px;
    margin-left: 30px;
}
.icon-arrows-right:before{
  color:#fff !important;
  background-color:#e32068 !important;
      padding: 10px 10px;
    margin-right: 30px;
  }
.header-black #main-menu .navbar .nav>li.current>a{
    border-bottom:2px solid #e32068;
    color:#fff63
}
.affix.header-1 #main-menu .navbar .nav>li.current>a{
    margin-bottom:13px;
    padding:20px 3px 5px;
    border-color:rgba(75,78,83,.5);
    opacity:1
}
.affix.header-1.header-black #main-menu .navbar .nav>li.current>a{
    border-color:rgba(75,78,83,0)
}
.nav-below-sticky-wrapper.is-sticky{
    height:60px!important;
    transition:height .3s ease 0s;
    transform:translateZ(0)
}
.page-main-content.indent-header-1.affix-indent{
    padding-top:60px;
    transition:padding-top .4s ease
}
.page-main-content.indent-header-1{
    padding-top:95px;
    transition:padding-top .4s ease
}
.header.header-not-sticky{
    position:relative!important
}
.header.header-always-sticky{
    position:fixed!important;
    z-index:9999;
    box-shadow:0 1px 15px rgba(0,0,0,.15)
}
.main-menu-icon{
    display:block;
    font-size:18px;
    font-weight:100!important;
    padding:12px;
    border:2px solid #a3a7ad;
    border-radius:50%;
    color:#a3a7ad;
    height:46px;
    width:46px
}
.main-menu-icon.icon_house_alt.main-menu-icon,.main-menu-icon.icon_toolbox_alt.main-menu-icon{
    padding-top:10px
}
.main-menu-icon.icon_mail_alt.main-menu-icon{
    padding-bottom:14px;
    padding-top:10px
}
#main-menu .navbar .nav>li:hover>a{
    color:rgba(42,43,47,.75);
    opacity:1!important
}
.affix #main-menu .navbar .nav>li:hover>a{
    color:rgba(42,43,47,1)
}
.header-black #main-menu .navbar .nav>li:hover>a{
    color:rgba(255,255,255,.75)
}
.affix.header-black #main-menu .navbar .nav>li:hover>a{
    color:#e32068;
}
#main-menu .navbar .nav .parent{
    position:relative
}
#main-menu .sub{
    background:#4B4E53;
    -webkit-box-shadow:0 4px 21px rgba(0,0,0,.2);
    -moz-box-shadow:0 4px 21px rgba(0,0,0,.2);
    box-shadow:0 4px 21px rgba(0,0,0,.2);
    display:none;
    margin:0;
    padding:10px 10px 10px 24px;
    position:absolute;
    z-index:905
}
.sub-menu-white #main-menu .sub{
    background:#fff
}
#main-menu .parent:hover>.sub{
    display:block;
    -webkit-animation:fadeIn .4s;
    animation:fadeIn .4s
}
#main-menu .sub a{
    color:#d3d3d3;
    display:block;
    text-decoration:none;
    min-width:160px;
    padding:9px 9px 9px 0
}
.sub-menu-white #main-menu .sub a{
    color:#6b6d6f
}
#main-menu .sub a:hover{
    color:#fff;
    padding-left:7px;
    transition:all .2s ease 0s
}
.sub-menu-white #main-menu .sub a:hover{
    color:#000
}
#main-menu .sub a.current{
    color:#fff;
    transition:all .2s ease 0s
}
.sub-menu-white #main-menu .sub a.current{
    color:#000
}
#main-menu .sub .parent:hover>a{
    color:#fff;
    padding-left:7px
}
.sub-menu-white #main-menu .sub .parent:hover>a{
    color:#000
}
#main-menu .sub .sub{
    left:100%;
    top:0
}
#main-menu .navbar .nav .parent .parent>a:after{
    content:"\e232";
    font-family:linea-icons;
    font-style:normal;
    font-weight:400;
    text-transform:none;
    speak:none;
    font-size:15px;
    display:block;
    line-height:1;
    position:absolute;
    right:10px;
    top:14px;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
#main-menu .megamenu .title,.carousel-va{
    font-family:Poppins,Arial,Helvetica,sans-serif
}
#main-menu .navbar .nav .parent.megamenu{
    position:static
}
#main-menu .navbar .nav .parent.megamenu>a,#main-menu .sub .sub .sub .sub,.header .primary .navbar .nav .parent{
    position:relative
}
#main-menu .megamenu>.sub{
    padding:22px 0;
    box-sizing:border-box;
    left:0;
    right:0;
    width:100%;
    z-index:900
}
nav ul{
    list-style:none;
    margin:0;
    padding:0
}
.header .primary .parent:hover>.sub{
    display:block
}
#main-menu .megamenu .title{
    font-size:16px;
    line-height:25px;
    margin:20px 0 13px;
    color:#fff
}
.sub-menu-white #main-menu .megamenu .title{
    color:#000
}
.megamenu .box.col-md-2,.megamenu .box.col-md-3,.megamenu .box.col-md-4{
    padding-left:35px;
    border-right:1px solid #585a5f
}
.megamenu .box.col-md-2,.megamenu .box.col-md-4,.sub-menu-white .megamenu .box.col-md-3{
    border-right:1px solid #e1e1e1
}
.megamenu .box.col-md-2 .icon,.megamenu .box.col-md-3 .icon{
    float:left;
    display:inline-block;
    margin-right:14px;
    margin-top:3px;
    font-size:16px;
    line-height:16px
}
.header .primary .sub,.header .primary .sub li{
    font-size:13px;
    line-height:24px
}
#main-menu .megamenu>.sub a{
    width:100%
}
#main-menu .sub .sub .sub .sub{
    background:0 0;
    border:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    display:block;
    left:0;
    padding:0;
    -webkit-animation:fadeIn 0;
    animation:fadeIn 0
}
#main-menu .sub .sub .sub .parent>a{
    background:0 0!important
}
.navbar-collapse.right{
    border:none
}
.header .primary{
    margin-top:7px
}
.header .primary .navbar{
    margin:0 0 0 80px
}
.header .nav .open>a,.header .nav .open>a:focus,.header .nav .open>a:hover{
    background:0 0
}
.header .primary .navbar .nav{
    float:none;
    margin:0
}
.header .primary .navbar .nav>li{
    padding:0 4px;
    position:relative
}
.header .primary .navbar .nav>li>a{
    border-width:1px;
    border-color:transparent;
    color:#1e1e1e;
    padding:11px 15px;
    text-shadow:none;
    -webkit-transition:all .2s linear;
    transition:all .2s linear
}
.header .primary .navbar .nav>li:hover>a{
    background:#fff;
    border-color:#ccc;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0 0 5px rgba(0,0,0,.15);
    -moz-box-shadow:0 0 5px rgba(0,0,0,.15);
    box-shadow:0 0 5px rgba(0,0,0,.15);
    -webkit-transition:all .2s linear;
    transition:all .2s linear
}
.header .primary .navbar .nav>li.parent:hover>a{
    background:#fff;
    border-bottom-color:transparent;
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0
}
.header .primary .navbar .nav>li.parent:hover>a:after{
    background:#fff;
    bottom:0;
    content:"";
    display:block;
    height:10px;
    left:5px;
    margin:0 0 -3px;
    position:absolute;
    right:5px;
    z-index:49
}
.header .primary .sub{
    background:#fff;
    border:1px solid #ccc;
    border-radius:0 3px 3px;
    -webkit-box-shadow:0 0 5px rgba(0,0,0,.15);
    -moz-box-shadow:0 0 5px rgba(0,0,0,.15);
    box-shadow:0 0 5px rgba(0,0,0,.15);
    display:none;
    padding:15px 20px;
    position:absolute;
    z-index:48
}
.header .primary .parent:hover>.sub{
    -webkit-animation:fadeIn .4s;
    animation:fadeIn .4s
}
.header .primary .sub a{
    color:#1e1e1e;
    display:block;
    text-decoration:none;
    width:175px;
    -webkit-transition:opacity .2s linear;
    transition:opacity .2s linear
}
.header .primary .sub a:hover{
    opacity:.6;
    filter:alpha(opacity=60);
    -webkit-transition:opacity .2s linear;
    transition:opacity .2s linear
}
.header .primary .sub .sub{
    left:100%;
    top:0
}
.header .primary .navbar .nav .parent .parent>a,.header .primary .navbar .nav .parent:hover .parent>a{
    background-image:url(../images/caret.html);
    background-repeat:no-repeat;
    background-position:100% 50%
}
.header .primary .navbar .nav .parent.megamenu{
    position:static
}
.header .primary .navbar .nav .parent.megamenu>a{
    position:relative
}
.header .primary .navbar .nav>li.parent.megamenu:hover>a:after{
    margin-left:-5px;
    margin-right:-5px
}
.header .primary .megamenu>.sub{
    border-radius:3px;
    left:4px;
    margin:0;
    padding:35px 40px 35px 0;
    width:844px
}
.header .primary .megamenu>.sub .box{
    float:left;
    padding:0 0 28px 40px;
    width:240px
}
.header .primary .megamenu.four-columns>.sub .box{
    width:170px
}
.header .primary .megamenu.five-columns>.sub .box{
    width:128px
}
.header .primary .megamenu>.sub .box.first{
    clear:left
}
.header .primary .megamenu>.sub .promo-block{
    float:right;
    font-size:14px;
    line-height:18px;
    position:relative
}
.header .primary .megamenu>.sub .promo-block:before{
    border-left:1px solid #e6e6e6;
    bottom:-35px;
    content:"";
    display:block;
    position:absolute;
    left:5px;
    top:-35px
}
.header .primary .megamenu>.sub .promo-block .promo-article{
    margin:2px 0 11px
}
.header .primary .megamenu>.sub .promo-block .promo-article img{
    float:left;
    margin:7px 19px 15px 0;
    max-height:70px;
    max-width:70px
}
.header .primary .megamenu>.sub .promo-block p{
    font-size:14px;
    line-height:18px;
    margin:0 0 18px
}
.header .primary .megamenu>.sub .promo-block .big-image{
    margin-bottom:-63px
}
.header .primary .megamenu .title{
    font-size:13px;
    line-height:23px;
    margin:0 0 3px;
    text-transform:uppercase
}
.header .primary .megamenu>.sub a{
    width:100%
}
.header .primary .sub .sub .sub .sub{
    background:0 0;
    border:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    display:block;
    left:0;
    padding:0;
    position:relative;
    -webkit-animation:fadeIn 0;
    animation:fadeIn 0
}
.header .primary .sub .sub .sub .parent>a{
    background:0 0!important
}
.header .search .main-menu-icon{
    transition:margin-top .4s ease,margin-bottom .4s ease,border .9s ease .2s
}
.affix.header .search .main-menu-icon{
    border-color:transparent;
    opacity:1;
    height:46px;
    width:46px;
    padding:12px;
    margin-bottom:7px;
    margin-top:7px;
    transition:margin-bottom .3s ease,margin-top .3s ease,border .3s ease
}
.header .sb-search-open .main-menu-icon{
    transition:opacity .5s ease .2s,height .3s ease 0s,margin-bottom 0s ease 0s,margin-top 0s ease 0s,border .5s ease
}
.header{
    position:fixed;
    left:0;
    transition:background .3s ease,height .4s ease;
    width:100%;
       z-index: 9999;
}
.affix.header{
    position:fixed;
    height:60px;
    transition:height .4s ease
}
#nav-below.header,.container-m-30,.header .container-m-30,.header-wrapper,.pos-relative{
    position:relative
}
.affix .header-wrapper,.header-wrapper{
    transition:height .3s ease 0s,background .3s ease 0s
}
.header-big-offset{
    padding-top:136px
}
.header-wrapper{
    width:100%;
    transform:translateZ(0);
    z-index:29
}
.header.no-transparent .header-wrapper{
    background:#fff
}
.affix .header-wrapper{
    top:0;
    left:0;
    z-index:100;
    background:#fff;
    -webkit-transform:translateZ(0);
    -moz-transform:translateZ(0);
    -ms-transform:translateZ(0);
    -o-transform:translateZ(0);
    transform:translateZ(0);
    box-shadow:0 1px 15px rgba(0,0,0,.15)
}
.affix.header-black .header-wrapper{
    background:#0f0f3b
}
#nav-below.header{
    width:100%
}
.is-sticky .header{
    -webkit-box-shadow:0 1px 15px rgba(0,0,0,.15);
    -moz-box-shadow:0 1px 15px rgba(0,0,0,.15);
    box-shadow:0 1px 15px rgba(0,0,0,.15)
}
.header-no-bg,.header-no-bg .header-wrapper{
    background:0 0
}
.affix.header-no-bg,.affix.header-no-bg .header-wrapper{
    background:#fff
}
.container-m-30{
    padding-right:30px;
    padding-left:30px;
    margin-right:auto;
    margin-left:auto;
    width:100%
}
@media (min-width:1025px){
    .indent-header{
        padding-top:93px
    }
    .indent-header-top-bar{
        padding-top:136px
    }
}
footer .logo,header .logo{
    padding-bottom:15px;
    padding-left:45px;
    padding-top:81px;
    display:block
}
.logo-container{
    width:120px;
    background-color:#414146;
    transition:all .3s ease 0s
}
.logo-2,footer .logo,header .logo,header .logo .logo-img,header.affix .logo,header.affix .logo .logo-img{
    transition:all .4s ease 0s
}
footer .logo{
    height:120px
}
header.affix .logo{
    padding-top:20px;
    padding-bottom:16px
}
.header.affix.no-transparent .logo-2,header.affix .logo-2{
    padding-top:9px;
    padding-bottom:9px;
    transition:all .4s ease 0s
}
.header.no-transparent .logo-2,.logo-2{
    padding:26px 0 25px
}
.logo-img{
    height:100px;
	 transition:all .3s ease;
}
.logo-2{
    display:block
}
.breadcrumb{
    background:0 0;
    border:none;
    border-radius:0;
    font-weight:300;
    font-size:12px;
    text-transform:uppercase;
    padding-top:2px;
    padding-left:0;
    margin-bottom:0
}
.item{
    margin:0 15px 30px
}
.owl-no-row .item{
    margin:0 0 30px
}
#owl-1-pag .item{
    margin:0 15px
}
.customNavigation{
    float:right
}
.customNavigation a{
    user-select:none
}
.carousel-va-container,.customNavigation-container{
    float:left
}
.carousel-va{
    cursor:pointer;
    padding-right:15px;
    padding-top:8px;
    font-weight:300
}
#mc-embedded-subscribe,.nl-email-input{
    font-weight:400;
    font-family:Poppins,Arial,Helvetica,sans-serif
}
.nl-cont{
    padding-top:80px;
    padding-bottom:60px;
    background:#eee
}
.nl-title{
    margin-bottom:15px
}
.newsletterform{
    width:100%;
    float:right;
    border-bottom:1px solid #cbcbcb;
    margin:0 0 15px;
    padding:0
}
.nl-email-input{
    font-size:14px;
    border:none
}
#notification_container{
    position:absolute;
    top:0;
    right:0;
    z-index:3;
    width:100%
}
#notification_container .alert{
    padding-top:11px;
    padding-bottom:10px;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.26)
}
#notification_container a{
    color:#245269;
    font-weight:700
}
#notification_container a:hover{
    text-decoration:underline
}
@media only screen and (max-width :480px){
    #google-map,#google-map.contact-form-with-catcha{
        height:300px
    }
}
.newsletterform2{
    width:100%;
    border-bottom:1px solid #ccc
}
.nl2-email-input{
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-weight:lighter;
    border:none
}
.nl2-btn{
    position:absolute;
    top:5px;
    right:0;
    font-size:27px;
    background:0 0;
    color:#323336
}
.nl2-btn:hover{
    color:#6b6d6f;
    right:-5px
}
.footer2-black .nl2-btn{
    color:rgba(255,255,255,.7)
}
.footer2-black .nl2-btn:hover{
    color:rgba(255,255,255,1)
}
.footer2-black .newsletterform2{
    border-color:#67686b
}
.footer2-black .nl2-email-input::-webkit-input-placeholder{
    color:rgba(255,255,255,.7)
}
.footer2-black .nl2-email-input::-moz-placeholder{
    color:rgba(255,255,255,.7)
}
.footer2-black .nl2-email-input:-moz-placeholder{
    color:rgba(255,255,255,.7)
}
.footer2-black .nl2-email-input:-ms-input-placeholder{
    color:rgba(255,255,255,.7)
}
#owl-clients .item{
    margin:0 50px
}
#owl-clients .item img{
    width:100px
}
.our-clients-cont{
    padding:60px 0
}
.tabs-3 .nav-tabs>li>a{
    border-radius:0;
    padding:14px 20px
}
.tabs-3 .nav-tabs>li.active>a,.tabs-3 .nav-tabs>li.active>a:focus,.tabs-3 .nav-tabs>li.active>a:hover{
    color:#101010
}
@media only screen and (max-width:480px){
    .xs-tabs-transform.nav-tabs{
        border-bottom:none
    }
    .xs-tabs-transform.nav-tabs>li{
        float:none;
        margin-bottom:0
    }
    .xs-tabs-transform.nav-tabs>li.active>a,.xs-tabs-transform.nav-tabs>li.active>a:focus,.xs-tabs-transform.nav-tabs>li.active>a:hover{
        border-color:transparent transparent #101010
    }
    .xs-tabs-transform.nav-tabs>li>a,.xs-tabs-transform.nav-tabs>li>a:focus,.xs-tabs-transform.nav-tabs>li>a:hover{
        padding-left:0;
        border-bottom-color:#dedede
    }
}
.tabs-4 .nav-tabs>li>a{
    border-radius:0;
    padding:14px 20px;
    background:0 0;
    border:1px solid transparent
}
.tab5-cont,.tab6-cont{
    padding:25px 30px 20px
}
.tabs-4 .nav-tabs>li.active>a,.tabs-4 .nav-tabs>li.active>a:focus,.tabs-4 .nav-tabs>li.active>a:hover{
    color:#101010;
    background:0 0;
    border:1px solid transparent;
    border-bottom:1px solid #323336
}
.tab5-cont{
    border:1px solid #dedede;
    border-top:none
}
.tab6-cont{
    border-top:none;
    background-color:#f5f5f5
}
.tabs-6 .nav-tabs>li>a{
    border-radius:0;
    padding:14px 20px
}
.tabs-6 .nav-tabs>li>a:hover{
    border-color:transparent;
    background:0 0
}
.tab6-cont .tab-pane{
    background-color:#f5f5f5
}
.tabs-6 .nav-tabs>li.active>a,.tabs-6 .nav-tabs>li.active>a:focus,.tabs-6 .nav-tabs>li.active>a:hover{
    color:#101010;
    background:#f5f5f5;
    border-color:#f5f5f5
}
.tabs-6 .nav-tabs{
    border-bottom:none
}
.tab-pane{
    background-color:#fff
}
.tabs.custom-tabs .nav-tabs li.active a{
    color:#323336;
    background:#eee;
    border:none
}
.tabs.custom-tabs .nav-tabs a{
    color:#6b6d6f;
    border:none;
    border-radius:0;
    padding:15px 20px
}
.tabs.custom-tabs .nav-tabs{
    border-bottom:1px solid #eee
}
.tabs.custom-tabs .tab-pane{
    background-color:#fff;
    border:15px solid #eee;
    border-top:14px solid #eee;
    border-left:none
}
.tabs.custom-tabs .tab-content-container{
    padding:15px 15px 5px 0
}
.tabs-vertical .nav-tabs>li{
    display:block;
    width:100%
}
.tabs-vertical .nav-tabs,.tabs-vertical .tab-content{
    display:table-cell;
    vertical-align:top
}
.tabs-vertical.custom-tabs.nav-tabs>li>a{
    border:none
}
.tabs-vertical.tabs.custom-tabs .nav-tabs{
    border-bottom:none
}
.tabs-vertical.custom-tabs .tab-pane{
    background-color:#fff;
    border:15px solid #eee;
    border-right:none
}
.tabs-vertical.custom-tabs .tab-content-container{
    padding:15px 0 5px 15px
}
.tabs-vertical.tabs .nav-tabs>li>a{
    margin-right:0
}
.tabs-vertical .nav-tabs{
    border-bottom:none;
    height:100%;
    float:none;
    padding:0
}
.fs-table-cell,.label-new,.li-text-center li i,.mfp-container:before,.mfp-content,.work-navigation a{
    vertical-align:middle
}
.bootstrap-tabs{
    margin-bottom:20px!important
}
.tab-pane{
    border:none
}
blockquote,blockquote p{
    font-style:normal;
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-size:20px;
    line-height:32px;
    color:#323336;
    font-weight:100
}
blockquote p{
    margin-bottom:13px
}
blockquote .small,blockquote footer,blockquote small{
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
    font-size:13px;
    color:#6b6d6f;
    font-style:normal
}
.bq2-cont,.bq2-cont footer{
    font-family:Poppins
}
blockquote{
    padding:10px 20px 10px 30px;
    margin:0 0 20px;
    border-left:3px solid #eee;
    font-size:16px
}
.blockquote-reverse,blockquote.pull-right{
    padding-right:25px
}
blockquote.custom-blockquote,blockquote.custom-blockquote p{
    font-size:16px;
    line-height:28px;
    color:#777;
    font-style:italic
}
blockquote.custom-blockquote{
    margin:0 0 10px;
    padding:32px 30px 30px;
    position:relative;
    background-color:#f8f8f8;
    border-left:40px solid #ffea00
}
blockquote.custom-blockquote:before{
    z-index:9;
    height:100%;
    width:38px;
    display:block;
    content:'“';
    position:absolute;
    left:-25px;
    top:50%;
    font-size:50px;
    font-style:normal;
    color:#323336
}
.iconed-box:before,.styled-list>li:before,.ts-lines:before{
    content:""
}
.bq2-cont{
    margin:0;
    font-size:26px;
    line-height:36px;
    font-weight:400;
    letter-spacing:2px;
    border:none
}
.bq2-cont footer{
    margin-top:30px;
    font-size:24px;
    line-height:33px;
    font-weight:lighter
}
.author-testimonial,.countdown-amount,.error404-main-text h2,.error404-numb,.error404-text,.quote1 p{
    font-family:Poppins,Arial,Helvetica,sans-serif
}
.quote1{
    border-left:1px solid #c9c9c9
}
.quote1 p{
    margin-bottom:18px;
    color:#323336;
    font-size:18px;
    line-height:32px;
    font-weight:100;
    font-style:normal
}
.quote2{
    background:#eee;
    padding:50px;
    border:none
}
.ts-container{
    position:relative
}
.ts-icon-container-bg{
    background-color:rgba(255,234,0,.5);
    padding-top:52px;
    padding-bottom:53px;
    width:85px;
    float:left;
    position:absolute;
    top:0;
    left:0
}
.ts-icon-container{
    background-color:#ffea00;
    width:85px;
    height:85px;
    opacity:1;
    text-align:center;
    padding:19px
}
.ts-icon-container span{
    padding:8px 0 14px;
    margin:0;
    font-size:26px;
    color:#323336;
    border-color:#323336
}
.ts-main-container-bg{
    background-color:#eee;
    margin-left:85px
}
.ts-lines:before{
    display:block;
    width:300%;
    background:#dfdfdf;
    position:absolute;
    top:0;
    left:-300%;
    filter:alpha(opacity=50);
    height:190px
}
.ts-img-container,.ts-img-container img{
    width:200px;
    height:190px
}
.ts-text-container{
    position:relative;
    min-height:190px;
    padding-top:70px;
    padding-left:40px;
    padding-right:240px;
    font-size:14px;
    line-height:22px
}
.ts-img-container{
    position:absolute;
    right:0;
    top:0
}
.quote-author,.testimonials{
    position:relative
}
.tls-small-text-container{
    background-color:#eee;
    padding:30px 30px 80px
}
.tls-small-img-container{
    float:left;
    margin-right:20px
}
.tls-small-author-name{
    font-size:14px;
    line-height:15px;
    color:#323336
}
.tls-small-author-role{
    margin-top:3px;
    font-size:12px
}
.tls-small-author-container{
    margin-top:-55px
}
.bg-light-gray{
    background:#eee
}
.quote-author{
    left:15px;
    margin-top:20px
}
.quote-author-description{
    font-size:12px
}
.author-testimonial{
    display:inline;
    margin-top:7px;
    font-size:12px;
    color:#323336
}
.page-title-bg{
    background:rgba(255,234,0,.5)
}
.error404-text{
    text-align:center;
    color:#5a5a5a;
    font-size:30px;
    line-height:30px;
    margin-bottom:25px;
    margin-top:25px
}
.error404-numb{
    color:#909090;
    text-align:center;
    font-size:250px;
    line-height:250px;
    margin-bottom:40px;
    margin-top:30px
}
.error404-main-text h2{
    text-align:center;
    font-size:30px;
    line-height:30px;
    padding:20px 15px 15px
}
.error404-numb2{
    font-size:120px;
    line-height:120px
}
.error404-text2{
    line-height:40px;
    margin-bottom:50px
}
@media (max-width:480px){
    .error404-numb2{
        font-size:80px;
        line-height:80px
    }
    .error404-text2{
        font-size:18px;
        line-height:24px;
        margin-bottom:30px
    }
}
.countdown-item-container{
    margin:0 auto 20px;
    padding:38px 20px 20px;
    width:150px;
    height:150px;
    background:#323336
}
.countdown-item-container2{
    margin:0 auto 20px;
    padding:33px 20px 20px;
    width:150px;
    height:150px;
    border:5px solid #fff;
    border-radius:50%
}
.countdown-amount{
    display:block;
    font-weight:300;
    font-size:40px;
    line-height:50px;
    color:#fff
}
.countdown-period{
    display:block;
    font-weight:400;
    font-size:14px;
    color:rgba(255,255,255,.7)
}
.coming-soon-main-text-container h1{
    font-size:60px;
    line-height:65px;
    margin-top:0;
    margin-bottom:45px
}
.coming-soon-main-text-container h3.font-white{
    font-weight:300
}
@media only screen and (max-width :1024px){
    .coming-soon-main-text-container h1{
        font-weight:600;
        font-size:40px;
        line-height:45px;
        margin-top:0
    }
    .coming-soon-main-text-container h3{
        font-size:18px;
        line-height:25px
    }
}
.cs-main-text-container2 h1{
    font-size:60px;
    line-height:65px;
    margin-top:20px;
    margin-bottom:15px
}
.cs-main-text-container2 h3{
    font-size:18px;
    line-height:24px;
    margin-top:0;
    margin-bottom:40px
}
.countdown-item-container3{
    float:left;
    margin:35px 50px 20px 0
}
.countdown-item-container3 .countdown-amount{
    display:block;
    font-weight:600;
    font-size:60px;
    line-height:60px;
    color:#323336
}
.countdown-item-container3 .countdown-period{
    display:block;
    font-size:14px;
    color:#323336;
    font-family:Poppins,'Open Sans',Arial,Helvetica,sans-serif
}
.demo-total-icons,.nl-coming-soon1 .nl-email-input{
    font-family:Poppins,Arial,Helvetica,sans-serif
}
.nl-coming-soon1 .nl-email-input{
    font-size:21px;
    font-weight:400;
    border:none
}
.nl-coming-soon1 .newsletterform{
    border-bottom:1px solid #323336
}
.sl-coming-soon1{
    margin-top:40px
}
@media only screen and (max-width :1367px){
    .cs-main-text-container2 h1{
        font-weight:600;
        font-size:55px;
        line-height:60px;
        margin-bottom:5px
    }
    .cs-main-text-container2 h3{
        font-size:14px;
        line-height:24px;
        margin-bottom:10px
    }
    .countdown-item-container3 .countdown-amount{
        font-size:45px;
        line-height:45px
    }
    .countdown-item-container3{
        margin-right:30px
    }
}
@media only screen and (max-width :480px){
    .cs-main-text-container2 h1{
        font-size:24px;
        line-height:25px;
        margin-top:60px;
        margin-bottom:15px
    }
    .cs-main-text-container2 h3{
        font-size:14px;
        line-height:24px;
        margin-bottom:15px
    }
    .countdown-item-container3 .countdown-amount{
        font-size:28px;
        line-height:32px
    }
    .countdown-item-container3{
        margin:10px 20px 0 0
    }
    .nl-coming-soon1 .nl-email-input{
        font-size:14px
    }
    .sl-coming-soon1{
        margin-top:15px
    }
}
@media all and (orientation:landscape) and (max-width:773px){
    .cs-main-text-container2 h1{
        font-size:24px;
        line-height:25px;
        margin-top:60px;
        margin-bottom:5px
    }
    .cs-main-text-container2 h3{
        display:none
    }
    .nl-coming-soon1 .nl-email-input{
        font-size:14px
    }
    .sl-coming-soon1{
        margin-top:5px
    }
    .countdown-item-container3 .countdown-amount{
        font-size:24px;
        line-height:26px
    }
    .countdown-item-container3{
        margin:10px 20px 0 0
    }
}
.alert{
    border-radius:0
}
.alert-icon{
    margin-right:7px
}
.iconed-box.error:before{
    background-position:-36px center
}
.iconed-box.success:before{
    background-position:0 center
}
.iconed-box.info:before{
    background-position:-72px center
}
.iconed-box.notice:before{
    background-position:-108px center
}
.iconed-box:before{
    height:100%;
    left:10px;
    max-height:80px;
    top:0;
    width:36px;
    background-attachment:scroll;
    background-color:transparent;
    background-image:url(../images/box-icons.html);
    background-repeat:no-repeat;
    background-position:0 0;
    position:absolute
}
.affix .logo-2 img{
	
height: 42px;
 transition:all .3s ease;
	
}

#sidebar-stiky.affix-top,.styled-box{
    position:relative
}
.styled-box.success{
    background:#EDFFD7;
    border-color:#80c080;
    color:#32a432
}
.styled-box.error{
    background:#fdebeb;
    border-color:#ffa7a1;
    color:#e17585
}
.styled-box.info{
    background:#E2F1FF;
    border-color:#73bfe4;
    color:#4ac2f3
}
.styled-box.notice{
    background:#FFE;
    border-color:#fbc778;
    color:#f90
}
.styled-box{
    background:#FFF;
    border-width:1px 1px 1px 3px;
    border-style:solid;
    border-color:#D6D6D6;
    margin-bottom:15px;
    padding:10px 20px
}
.demo .styled-box{
    padding-top:20px;
    padding-bottom:20px
}
.iconed-box{
    padding-left:60px
}
#contact-form .iconed-box{
    padding-left:60px;
    width:220px;
    -o-box-sizing:border-box;
    box-sizing:border-box
}
.demo-popup-gallery a img{
    margin-bottom:3px
}
.demo-bs-glyphicons .col-md-3.col-sm-4,.fontawesome-icon-list [class*=col-md-]{
    margin-bottom:12px
}
.demo-grid-block{
    background-color:#EEE;
    line-height:40px;
    min-height:40px;
    text-align:center;
    display:block
}
.demo-total-icons{
    font-weight:300;
    font-size:50px;
    line-height:50px;
    padding-top:22px
}
.demo-bs-glyphicons span.glyphicon,.demo-elegant-font span.col-md-3.col-sm-4 span,.fontawesome-icon-list i{
    font-size:1.3em;
    margin-right:5px
}
.fontawesome-icon-list i{
    display:inline-block;
    width:30px;
    text-align:center;
    position:relative;
    top:2px
}
.demo-elegant-font span.col-md-3.col-sm-4{
    display:block;
    margin-bottom:12px
}
.demo-anim-text{
    margin-top:15px
}
#sidebar-stiky{
    margin-bottom:20px
}
#sidebar-stiky.affix-bottom{
    position:absolute
}
#sidebar-stiky.affix{
    position:fixed;
    top:90px
}

.blog-categories{
    margin:0;
    padding:0
}
.blog-categories li{
    list-style:none
}
.blog-categories li a{
    color:#6b6d6f;
    height:38px;
    line-height:38px;
    display:block;
    padding:0;
    background:0 0!important
}
.blog-categories li a:hover{
    color:#101010
}
.blog-cat-icon{
    display:block;
    text-align:center;
    float:left;
    margin-right:20px;
    height:38px;
    width:38px;
    font-size:17px;
    line-height:36px;
    color:#323336;
    background-color:#dfdfdf;
    transition:all .3s ease 0s
}
.blog-pag .pag2 li i,.blog-pag .pagination li i{
    font-size:16px
}
.blog-categories li a:hover .blog-cat-icon{
    background-color:#ffea00;
    height:48px;
    width:48px;
    line-height:46px;
    transition:all .3s ease 0s
}
.blog-categories li a:hover{
    height:48px;
    line-height:48px;
    transition:all .3s ease 0s
}
.blog-categories li.current .blog-cat-icon{
    background-color:#ffea00;
    height:48px;
    width:48px;
    line-height:46px;
    transition:all .3s ease 0s
}
.blog-categories li.current a{
    height:48px;
    line-height:48px;
    transition:all .3s ease 0s
}
.ml-min-10{
    margin-left:-10px
}
.blog-pag .pagination .active a,.blog-pag .pagination>.active>a:focus,.blog-pag .pagination>.active>a:hover,.blog-pag .pagination>.active>span,.blog-pag .pagination>.active>span:focus,.blog-pag .pagination>.active>span:hover{
    z-index:2;
    color:#fff;
    cursor:default;
    background-color:#323336;
    border-color:#337ab7
}
.blog-pag .pagination>li>a,.blog-pag .pagination>li>span{
    color:#6b6d6f;
    margin-right:7px;
    padding:8px 14px;
    border:none;
    border-radius:0
}
.blog-pag .pag2 .active a,.blog-pag .pag2>.active>a:focus,.blog-pag .pag2>.active>a:hover,.blog-pag .pag2>.active>span,.blog-pag .pag2>.active>span:focus,.blog-pag .pag2>.active>span:hover{
    z-index:2;
    color:#323336;
    cursor:default;
    background-color:#eee;
    border-color:#337ab7;
    border-radius:50%
}
.blog-pag .pag2>li>a,.blog-pag .pag2>li>span{
    color:#6b6d6f;
    margin-right:4px;
    padding:8px 14px;
    border:none;
    border-radius:50%
}
.blog-categories2,.comment-list{
    margin:0;
    padding:0
}
.blog-categories2 li{
    list-style:none
}
.blog-categories2 li a{
    color:#6b6d6f;
    height:38px;
    line-height:38px;
    display:inline-block;
    padding:0;
    background:0 0!important
}
.blog-categories2 li a:hover{
    color:#000
}
.blog-categories2 li.current a{
    color:#000;
    transition:all .3s ease 0s
}
.post-author .panel,.post-author .panel-heading{
    border-radius:0
}
.post-author .panel-heading{
    color:#6b6d6f
}
.comment-list{
    list-style:none
}
.post-author-container{
    position:relative;
    padding:25px;
    margin-bottom:30px;
    background:#eee;
    min-height:130px
}
.post-author-container p{
    font-size:13px;
    line-height:22px
}
.post-author-avatar{
    margin-right:20px;
    float:left
}
.post-author-container .comment-author{
    margin-top:7px;
    margin-bottom:7px;
    font-size:16px
}
.comment-date{
    font-size:12px;
    margin-bottom:10px;
    color:#8f9092
}
.blog-page-title{
    font-size:20px
}
.blog-page-title small{
    font-size:12px
}
.comment-item{
    padding-top:30px!important;
    border-top:1px dotted #e9e9e9;
    font-size:14px;
    overflow:hidden
}
.comment-item:first-child{
    padding-top:0;
    border-top:none
}
#comments .media-body{
    overflow:visible
}
.comment-reply{
    margin-left:-25px
}
.comment-avatar{
    width:70px;
    margin-right:15px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%
}
.comment-item-title{
    margin:0 0 5px
}
.comment-author{
    display:inline-block;
    margin-right:20px;
    font-family:Poppins,'Open Sans',Arial,Helvetica,sans-serif
}
.work-navigation,h1,h2,h3,h4,h5,h6{
    font-family:Poppins,Arial,Helvetica,sans-serif
}
#comments .media{
    margin-top:0
}
@media only screen and (max-width:1024px){
    .comment-avatar{
        width:50px;
        margin-right:10px
    }
    .comment-reply{
        margin-left:-35px
    }
}
@media only screen and (max-width:480px){
    .comment-avatar{
        width:40px;
        margin-right:10px;
        margin-top:7px
    }
    .comment-reply{
        margin-left:-45px
    }
    .post-author-avatar{
        margin-bottom:10px;
        float:none
    }
}
.work-navigation{
    padding:18px 0;
    width:100%;
    background:#fff;
    z-index:99
}
.work-navigation .icon{
    font-size:24px;
    line-height:19px;
    vertical-align:middle
}
.work-navigation .work-all .icon{
    font-size:20px;
    line-height:19px
}
.work-navigation .fa-times{
    font-size:16px;
    margin-top:-2px
}
.work-navigation a{
    display:block;
    float:left;
    width:33.33333%;
    overflow:hidden;
    text-decoration:none;
    white-space:nowrap;
    cursor:default
}
.work-navigation a span{
    display:inline-block
}
.work-prev{
    text-align:left
}
.work-all{
    text-align:center
}
.work-next{
    text-align:right
}
.related-posts .post-prev-title h3{
    font-size:14px;
    line-height:25px
}
.related-posts .post-prev-img{
    margin-bottom:15px
}
.over-hide{
    overflow:hidden
}
.skill-bar{
    height:36px;
    position:relative;
    background:#f6f6f6;
    margin:0 0 5px
}
.skill-bar-content[data-percentage]{
    text-indent:-9999px
}
.skill-bar-content{
    background:#101010;
    height:36px;
    width:0
}
.skill-bar .skill-title{
    color:#323336;
    top:10px;
    left:15px;
    position:absolute
}
.skill-bar .percentage{
    color:#666;
    position:absolute;
    top:9px;
    left:90%;
    background-color:#0C0
}
.skill-bar2 .skill-bar .skill-title{
    color:#fff;
    top:7px;
    left:15px
}
.skill-bar2 .skill-bar-content{
    background:#323336;
    height:40px
}
.skill-bar2 .skill-bar{
    height:40px;
    margin:0 0 10px
}
.skillbar{
    position:relative;
    display:block;
    margin-top:25px;
    margin-bottom:55px;
    width:100%;
    background:#eee;
    height:2px;
    -webkit-transition:.4s linear;
    -moz-transition:.4s linear;
    -ms-transition:.4s linear;
    -o-transition:.4s linear;
    transition:.4s linear;
    -webkit-transition-property:width,background-color;
    -moz-transition-property:width,background-color;
    -ms-transition-property:width,background-color;
    -o-transition-property:width,background-color;
    transition-property:width,background-color
}
.skillbar-title{
    position:absolute;
    bottom:0;
    left:0;
    color:#323336
}
.skillbar-title span{
    display:block;
    height:40px;
    line-height:40px
}
.skillbar-bar{
    height:2px;
    width:0;
    background:#323336
}
.skill-bar-percent{
    position:absolute;
    right:0;
    bottom:0;
    height:40px;
    line-height:40px;
    color:rgba(0,0,0,.6)
}
.audio-box audio{
    width:100%
}
.maintenance-icon-container{
    margin-top:10px;
    margin-bottom:50px
}
.maintenance-icon{
    font-size:175px
}
.maintenance-text-container h1{
    margin-top:0;
    margin-bottom:10px;
    font-size:70px;
    line-height:70px;
    font-weight:600
}
.maintenance-text-container h2{
    margin-top:0
}
.maintenance-container{
    padding-top:250px;
    padding-bottom:150px
}
.under-constr-bg{
    background:url(../images/under-const.jpg) center center no-repeat;
    background-size:cover!important;
    width:100%;
    display:block;
    position:relative;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden
}
@media only screen and (max-width:767px){
    .maintenance-container{
        padding-top:150px;
        padding-bottom:100px
    }
    .coming-soon-main-text-container h3{
        font-size:16px;
        line-height:25px
    }
    .text-left-767{
        text-align:left
    }
    .text-center-767{
        text-align:center
    }
    .w-100-767{
        width:100%
    }
}
ul#portfolio{
    margin:0;
    padding:0;
    list-style:none;
    transition:none!important
}
.dropcap1,.dropcap3,.dropcap4{
    float:left;
    padding-bottom:2px;
    text-align:center;
    display:inline-block
}
.isotope-item{
    z-index:2
}
.isotope-hidden.isotope-item{
    pointer-events:none;
    z-index:1
}
.isotope,.isotope .isotope-item{
    -webkit-transition-duration:.8s;
    -moz-transition-duration:.8s;
    -ms-transition-duration:.8s;
    -o-transition-duration:.8s;
    transition-duration:.8s
}
.isotope{
    -webkit-transition-property:height,width;
    -moz-transition-property:height,width;
    -ms-transition-property:height,width;
    -o-transition-property:height,width;
    transition-property:height,width
}
.isotope .isotope-item{
    -webkit-transition-property:-webkit-transform,opacity;
    -moz-transition-property:-moz-transform,opacity;
    -ms-transition-property:-ms-transform,opacity;
    -o-transition-property:-o-transform,opacity;
    transition-property:transform,opacity
}
.isotope .isotope-item.no-transition,.isotope.no-transition,.isotope.no-transition .isotope-item{
    -webkit-transition-duration:0s;
    -moz-transition-duration:0s;
    -ms-transition-duration:0s;
    -o-transition-duration:0s;
    transition-duration:0s
}
.dropcap1{
    background:#eee;
    color:#323336;
    font-size:50px;
    font-weight:400;
    line-height:75px;
    margin:6px 20px 0 0;
    width:56px
}
.dropcap2{
    color:#fff;
    display:inline-block;
    float:left;
    font-size:40px;
    height:75px;
    line-height:70px;
    text-align:center;
    width:75px;
    border-radius:50%;
    padding-left:1px;
    background:#323336;
    margin:8px 20px 0 0
}
.dropcap3{
    color:#323336;
    font-size:60px;
    font-weight:lighter;
    line-height:60px;
    margin:0 20px 0 0
}
.dropcap4,.label{
    font-weight:400
}
.dropcap4{
    background:#ffea00;
    color:#323336;
    font-size:50px;
    line-height:75px;
    margin:6px 20px 0 0;
    width:56px
}
h4,h5{
    line-height:25px
}
.styled-list{
    list-style:none;
    margin:0;
    padding:0
}
.styled-list.style-1>li:before{
    background-position:0 -30px
}
.styled-list.style-2>li:before{
    background-position:0 -60px
}
.styled-list.style-3>li:before{
    background-position:0 -14px
}
.styled-list.style-4>li:before{
    background-position:0 0
}
.styled-list.style-5>li:before{
    background-position:0 -45px
}
.styled-list.style-6>li:before{
    background-position:0 -75px
}
.styled-list>li:before{
    height:15px;
    left:0;
    top:1.5px;
    width:15px;
    background-attachment:scroll;
    background-color:transparent;
    background-image:url(../images/list-icons.html);
    background-repeat:no-repeat;
    background-position:0 0;
    position:absolute
}
.divider:after,.heading-line:before{
    content:'';
    height:0;
    width:100%
}
.heading-line,.styled-list>li{
    position:relative
}
.styled-list>li{
    padding-left:19px
}
.demo-list-styles ul{
    margin:0 0 10px;
    padding:0;
    list-style:none
}
h5,h6{
    letter-spacing:normal;
    margin:18px 0 13px
}
.contact-text-container{
    padding-left:50px;
    padding-top:12px;
    min-height:46px;
    opacity:.8
}
.right,.right-1024{
    float:right
}
.left{
    float:left
}
.right-text{
    text-align:right
}
.button-full-center,.center-text,.divider i,.divider.divider-center{
    text-align:center
}
h1,h2,h3,h4,h5,h6{
    font-weight:400;
    color:#323336
}
h1{
    font-size:32px;
    line-height:45px;
    margin:40px 0 32px
}
h2{
    font-size:28px;
    line-height:32px;
    margin:27px 0 18px
}
h3{
    font-size:24px;
    letter-spacing:normal;
    line-height:33px;
    margin:26px 0 16px
}
h4{
    font-size:18px;
    letter-spacing:normal;
    margin:21px 0 19px
}
h5{
    font-size:14px
}
h6{
    font-size:12px;
    line-height:18px
}
.heading-line h1,.heading-line h2,.heading-line h3,.heading-line h4,.heading-line h5,.heading-line h6{
    position:relative;
    display:inline-block;
    background-color:#FFF;
    padding-right:15px
}
.heading-line:before{
    position:absolute;
    border-top:2px solid #eee;
    left:auto;
    top:58%;
    right:0
}
.h2-line:before{
    top:59%
}
.h3-line:before{
    top:61%
}
.h4-line:before{
    top:51.5%
}
.h5-line:before,.h6-line:before{
    top:55%
}
.heading-underline h1,.heading-underline h2,.heading-underline h3,.heading-underline h4,.heading-underline h5,.heading-underline h6{
    border-bottom:1px solid #eee;
    padding-bottom:20px
}
.heading-underline h2{
    padding-bottom:20px
}
.heading-underline h3,.heading-underline h4,.heading-underline h5,.heading-underline h6{
    padding-bottom:16px
}
.divider{
    position:relative;
    overflow:hidden;
    margin:35px 0;
    color:#eee;
    width:100%
}
.divider i{
    position:relative;
    line-height:1;
    font-size:14px!important
}
.divider:after{
    position:absolute;
    top:12px;
    left:25px;
    border-top:2px solid #EEE
}
.divider.divider-center i{
    border-left:10px solid #fff;
    border-right:10px solid #fff;
    z-index:1
}
.divider.divider-center:after{
    left:0
}
.divider-line{
    height:2px;
    width:100%;
    background:#eee
}
.divider-dashed{
    height:0;
    width:100%;
    margin:20px 0;
    border-top:2px dashed #eee
}
hr{
    border-top:1px solid #eee;
    margin:22px 0
}
hr.gradient{
    background-image:-webkit-linear-gradient(left,transparent,rgba(0,0,0,.2),transparent);
    background-image:linear-gradient(to right,transparent,rgba(0,0,0,.2),transparent);
    border:0;
    height:1px;
    margin:22px 0
}
hr.short{
    margin:11px 0
}
hr.tall{
    margin:44px 0
}
hr.taller{
    margin:66px 0
}
hr.light{
    background-image:-webkit-linear-gradient(left,transparent,rgba(255,255,255,.2),transparent);
    background-image:linear-gradient(to right,transparent,rgba(255,255,255,.2),transparent)
}
hr.invisible{
    background:0 0
}
.highlight-text,.highlight-text-grey{
    background-color:#ffea00;
    color:#323336;
    padding:0 3px
}
.highlight-text-grey{
    background-color:silver;
    color:#fff
}
.icon-list{
    padding-left:0;
    margin-left:24px;
    list-style-type:none
}
.icon-list li{
    position:relative
}
.icon-list>li [class*=" fa-"]{
    position:absolute;
    left:-21px;
    text-align:center;
    top:4px;
    width:14px
}
.icon-list.elegant-font{
    margin-left:0;
    margin-bottom:0
}
.icon-li{
    margin-right:10px
}
.glyphs.css-mapping{
    margin:0;
    padding:0;
    color:rgba(0,0,0,.5)
}
.glyphs.css-mapping li{
    margin:0 30px 20px 0;
    padding:0;
    display:inline-block;
    overflow:hidden
}
.glyphs.css-mapping .icon{
    margin:0 10px 0 0;
    padding:13px;
    height:50px;
    width:50px;
    color:#162a36!important;
    overflow:hidden;
    float:left;
    font-size:24px
}
.glyphs.css-mapping input{
    margin:5px 0 0;
    padding:8px;
    line-height:16px;
    font-size:16px;
    display:block;
    width:150px;
    height:40px;
    border:1px solid #d8e0e5;
    -webkit-border-radius:5px;
    border-radius:5px;
    background:#fff;
    outline:0;
    float:right
}
.button-icon-left,.demo-buttons a{
    margin-right:6px
}
pre{
    border-radius:0
}
.button,button{
    border:none;
    transition:all .3s ease 0s
}
.modal-header h3{
    color:#333;
    text-transform:none
}
.modal-dialog{
    z-index:1050
}
.modal-close{
    position:absolute;
    top:15px;
    right:15px;
    opacity:.55;
    font-size:28px;
    text-shadow:none!important
}
.modal-close:hover{
    opacity:1!important
}
@media (min-width:768px){
    .modal-md{
        width:760px
    }
}
@media (max-width:767px){
    .pt-b-0-767{
        padding-top:0!important;
        padding-bottom:0!important
    }
    h1.big{
        font-size:3.2em;
        line-height:42px
    }
    .cis-icon{
        top:25px;
        font-size:25px
    }
    .cis-cont{
        padding-left:50px
    }
    .contact-form-cont{
        padding:80px 20px
    }
}
button{
    cursor:pointer;
    text-decoration:none
}
.button{
    background-color:#ffea00;
    font-size:13px;
    color:#323336;
    outline:0;
    position:relative;
    letter-spacing:.5px
}
.button.large-border,.button.medium-border,.button.small-border{
    border-bottom:1px solid #FFF!important;
    border-right:1px solid #FFF!important;
    box-shadow:2px 2px 0 rgba(0,0,0,.1)!important
}
.mfp-wrap,a{
    outline:0!important
}
.button.rounded,.rounded{
    border-radius:0;
}
.button.full-rounded{
    border-radius:50px
}
.button:hover{
    background-color:#101010;
    color:#fff;
    transition:all .3s ease 0s
}
.button.medium{
    padding:10px 37px;
    display:inline-block
}
.button.medium-border,.button.medium-compare{
    font-size:14px;
    line-height:36px;
    padding:0 16px;
    display:inline-block
}
.button.medium-compare{
    margin-top:10px;
    margin-bottom:10px;
    width:90%
}
.button.medium-border{
    height:36px
}
.button.large{
    font-size:16px;
    line-height:20px;
    padding:19px 40px;
    display:inline-block
}
.button.large-border{
    font-size:20px;
    line-height:20px;
    padding:15px 39px;
    display:inline-block
}
.button.small,.button.small-border{
    line-height:16px;
    display:inline-block
}
.button.small{
    font-size:11px;
    padding:10px 18px
}
.button.small-border{
    font-size:12px;
    padding:6px 10px
}
.button-icon-right{
    margin-left:6px
}
.btn-4{
    overflow:hidden;
    padding-right:40px!important;
    padding-left:40px!important
}
.btn-4 .button-icon-anim{
    position:absolute;
    font-size:20px;
    height:20px;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    transition:left .3s ease
}
.btn-4cc .button-icon-anim,.btn-4cc:hover .button-icon-anim{
    transition:left .27s cubic-bezier(.3,.1,.58,1),opacity .27s cubic-bezier(.3,.1,.58,1)
}
.btn-4aa .button-icon-anim{
    left:130%
}
.btn-4aa-inv .button-icon-anim,.btn-4aa:hover .button-icon-anim{
    left:76%
}
.btn-4aa-inv:hover .button-icon-anim{
    left:102%
}
.btn-4cc .button-icon-anim{
    left:70%;
    opacity:0
}
.btn-4cc:hover .button-icon-anim{
    left:76%;
    opacity:1
}
.btn-4cc .button-text-anim{
    left:0;
    position:relative;
    transition:left .27s cubic-bezier(.3,.1,.58,1)
}
.btn-4cc:hover .button-text-anim{
    left:-11px;
    transition:left .27s cubic-bezier(.3,.1,.58,1)
}
.btn-4cc-inv .button-icon-anim{
    left:76%;
    opacity:1
}
.btn-4cc-inv:hover .button-icon-anim{
    left:70%;
    opacity:0
}
.btn-5{
    overflow:hidden;
    backface-visibility:hidden;
    padding-right:45px;
    padding-left:45px
}
.btn-5 .button-text-anim{
    display:inline-block;
    width:100%;
    height:100%;
    transition:all ease .3s;
    backface-visibility:hidden
}
#cd-lateral-nav,.fs-primary-nav,.mfp-wrap,.sliding-content{
    -webkit-backface-visibility:hidden
}
.btn-5 .button-icon-anim{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-size:180%;
    transition:all ease .3s
}
.btn-5aa:hover .button-text-anim{
    -webkit-transform:translateY(300%);
    -moz-transform:translateY(300%);
    -ms-transform:translateY(300%);
    transform:translateY(300%)
}
.btn-5aa .button-icon-anim{
    top:-100%
}
.btn-5aa:hover .button-icon-anim{
    top:50%;
    left:50%
}
.btn-5bb:hover .button-text-anim{
    -webkit-transform:translateX(200%);
    -moz-transform:translateX(200%);
    -ms-transform:translateX(200%);
    transform:translateX(200%)
}
.btn-5bb .button-icon-anim{
    left:-100%
}
.btn-5bb:hover .button-icon-anim{
    left:50%
}
.button.large.thin,.button.medium.thin,.button.small.thin,.button.thin{
    position:relative;
    display:inline-block;
    padding:13px 17px;
    background-color:transparent;
    color:#7a7b80;
    border:2px solid #d71362;
    transition:all .3s ease 0s
}
.button.small.thin{
    padding:10px 15px!important
}
.button.medium.thin{
    padding:8px 35px!important
}
.button.large.thin{
    padding:15px 40px!important;
    line-height:22px
}
.button.thin:hover{
    background-color:#d7d9dc;
    color:#323336;
    border:2px solid #d7d9dc;
    transition:all .3s ease 0s
}
.button.thin.hover-dark:hover{
    background-color:#323336!important;
    border:2px solid #323336!important;
    color:#fff!important
}
.button.thin-bg-dark,.button.thin-bg-dark:hover{
    color:#323336!important;
    transition:all .3s ease 0s
}
.button.thin-bg-dark{
    position:relative;
    display:inline-block;
    padding:13px 17px!important;
    background-color:transparent!important;
    border:2px solid #727578!important
}
.button.thin-bg-dark:hover{
    background-color:#ffea00!important;
    border:2px solid #ffea00!important
}
.button.thin.yellow{
    border-color:#ffea00;
    color:#ffea00
}
.button.thin.yellow:hover{
    background-color:#ffea00;
    color:#323336
}
.button.thin.blue{
    border-color:#37a2d6;
    color:#37a2d6
}
.button.thin.blue:hover{
    background-color:#37a2d6;
    color:#fff
}
.button.thin.purple{

	 background-color:#d71362;
    color:#fff
}
.button.thin.purple:hover{
       border-color:#fff;
	    background-color:#fff;
    color:#333
}
.button.thin.cyan{
    border-color:#4cc1d3;
    color:#4cc1d3
}
.button.thin.cyan:hover{
    background-color:#4cc1d3;
    color:#fff
}
.button.thin.teal{
    border-color:#1bbc9b;
    color:#1bbc9b
}
.button.thin.teal:hover{
    background-color:#1bbc9b;
    color:#fff
}
.button.thin.gray{
    border-color:#323336;
    color:#323336
}
.button.thin.gray:hover{
    background-color:#323336;
    color:#fff
}
.button.thin.white{
    border-color:#fff;
    color:#fff
}
.button.thin.white:hover{
    background-color:#fff;
    color:#323336
}
.button.thin.gray-light{
    border-color:#d7d9dc;
    color:#d7d9dc
}
.button.thin.gray-light:hover{
    background-color:#d7d9dc;
    color:#fff
}
.button.thin.deeporange{
    border-color:#ff5722;
    color:#ff5722
}
.button.thin.deeporange:hover{
    background-color:#ff5722;
    color:#fff
}
.button.thin.green{
    border-color:#259b24;
    color:#259b24
}
.button.thin.green:hover{
    background-color:#259b24;
    color:#fff
}
.button.thin.lime{
    border-color:#cddc39;
    color:#cddc39
}
.button.thin.lime:hover{
    background-color:#cddc39;
    color:#fff
}
.button.hover-thin{
    border:2px solid #ffea00;
    transition:all .3s ease 0s
}
.button.hover-thin:hover{
    background:0 0;
    border:2px solid #dfdfdf;
    color:#323336
}
.button.medium.hover-thin{
    padding:10px 37px
}
.button.large.hover-thin{
    padding:18px 23px
}
.button.small.hover-thin{
    padding:8px 13px
}
.button.yellow.hover-thin{
    border-color:#ffea00
}
.button.yellow.hover-thin:hover{
    background:0 0;
    border:2px solid #ffea00;
    color:#ffea00
}
.button.blue.hover-thin{
    border-color:#37a2d6
}
.button.blue.hover-thin:hover{
    background:0 0;
    border:2px solid #37a2d6;
    color:#37a2d6
}
.button.cyan.hover-thin{
    border-color:#4cc1d3
}
.button.cyan.hover-thin:hover{
    background:0 0;
    border:2px solid #4cc1d3;
    color:#4cc1d3
}
.button.teal.hover-thin{
    border-color:#1bbc9b
}
.button.teal.hover-thin:hover{
    background:0 0;
    border:2px solid #1bbc9b;
    color:#1bbc9b
}
.button.gray.hover-thin{
    border-color:#323336
}
.button.gray.hover-thin:hover{
    background:0 0;
    border:2px solid #323336;
    color:#323336
}
.button.gray-light.hover-thin{
    border-color:#d7d9dc
}
.button.gray-light.hover-thin:hover{
    background:0 0;
    border:2px solid #d7d9dc;
    color:#323336
}
.button.deeporange.hover-thin{
    border-color:#ff5722
}
.button.deeporange.hover-thin:hover{
    background:0 0;
    border:2px solid #ff5722;
    color:#ff5722
}
.button.green.hover-thin{
    border-color:#259b24
}
.button.green.hover-thin:hover{
    background:0 0;
    border:2px solid #259b24;
    color:#259b24
}
.button.lime.hover-thin{
    border-color:#cddc39
}
.button.lime.hover-thin:hover{
    background:0 0;
    border:2px solid #cddc39;
    color:#cddc39
}
.button.white.hover-thin{
    border-color:#fff
}
.button.thin-inv,.button.thin-inv-bg-dark{
    display:inline-block;
    background-color:#ffea00!important;
    color:#fff!important;
    border:2px solid #ffea00!important;
    transition:all .3s ease 0s
}
.button.thin-inv-bg-dark:hover,.button.thin-inv:hover{
    background-color:transparent!important;
    border:2px solid #dfdfdf!important;
    transition:all .3s ease 0s
}
.button.thin-inv:hover{
    color:#323336!important
}
.button.thin-inv-bg-dark:hover{
    color:#fff
}
.button.color-black{
    color:#323336!important
}
.button.yellow{
    background-color:#ffea00;
    color:#323336
}
.button.yellow:hover{
    background-color:#323336;
    color:#fff
}
.button.blue{
    background-color:#37a2d6;
    color:#fff
}
.button.blue:hover{
    background-color:#323336
}
.button.purple{
    background-color:#8288ea;
    color:#fff
}
.button.purple:hover{
    background-color:#7175c9
}
.button.cyan{
    background-color:#4cc1d3;
    color:#fff
}
.button.cyan:hover{
    background-color:#323336
}
.button.teal{
    background-color:#1bbc9b;
    color:#fff
}
.button.gray,.button.teal:hover{
    background-color:#323336
}
.button.gray{
    color:#fff
}
.button.gray:hover{
    background-color:#535961
}
.button.gray-light{
    color:#323336;
    background-color:#d7d9dc
}
.button.gray-light:hover{
    background-color:#323336;
    color:#fff;
    cursor:pointer
}
.button.deeporange{
    color:#fff;
    background-color:#ff5722
}
.button.deeporange:hover{
    background-color:#323336;
    cursor:pointer
}
.button.green{
    color:#fff;
    background-color:#259b24
}
.button.green:hover{
    background-color:#323336;
    cursor:pointer
}
.button.lime{
    color:#fff;
    background-color:#cddc39
}
.button.lime:hover{
    background-color:#323336;
    cursor:pointer
}
.button.white{
    color:#323336;
    background-color:#fff
}
.button.white:hover{
    color:#fff;
    background-color:#323336;
    cursor:pointer
}
.button.color-facebook{
    color:#fff;
    background-color:#3d5a97
}
.button.color-facebook:hover{
    color:#fff;
    background-color:#2d4270;
    cursor:pointer
}
.button.color-twitter{
    color:#fff;
    background-color:#3cf
}
.button.color-twitter:hover{
    color:#fff;
    background-color:#2badd9;
    cursor:pointer
}
.demo-buttons a{
    margin-bottom:10px
}
.button i{
    margin:0 5px 0 -1px
}
.button.medium i,.button.medium-border i{
    margin:0 6px 0 -4px
}
.button.large i,.button.large-border i{
    margin:0 10px 0 -15px
}
.button.black{
    font-family:'Open Sans',sans-serif;
    color:#fff;
    font-style:normal;
    background-color:#4d4d4d
}
.highlight,.milestone-details{
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-weight:300
}
.button.black:hover{
    background-color:#575757
}
a{
    color:#fff;
    text-decoration:none;
    transition:all .3s ease 0s;
	  font-family:"Raleway",sans-serif !important;
}
a:focus,a:hover{
    color:#d71362;
    text-decoration:none;
    transition:all .3s ease 0s;
    cursor:pointer
}
.icon-music-ipod{
	font-size:60px;
}
.icon-basic-heart{
	font-size:60px;
}
.a-dark{
    color:#101010
}
.serviceIcons{
    height: 90px !important;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.a-dark:hover{
    color:#97999c
}
.a-white{
    color:#fff
}
.a-white:hover{
    color:rgba(255,255,255,.63)!important
}
.a-inv{
    color:#6b6d6f
}
.a-inv:hover{
    color:#101010
}
.a-text,.a-text-cont a{
    color:#6b6d6f
}
.a-text-cont a:hover,.a-text:hover{
    color:#101010
}
.a-blue{
    color:#37a2d6
}
.a-blue:hover{
    color:#323336
}
.a-arrow,.a-arrow:hover{
    color:#fff
}
.a-arrow-text{
    float:left;
    padding-left:10px;
    color:#fff;
    font-size:30px;
    line-height:40px;
    transition:all .3s ease 0s
}
.a-arrow:hover .a-arrow-text{
    float:left;
    padding-left:0
}
.a-arrow .icon{
    float:right;
    padding:2px 0 0 15px;
    font-size:40px;
    transition:all .3s ease 0s
}
.a-arrow:hover .icon{
    padding-left:35px
}
@media all and (orientation:landscape) and (max-width:1280px){
    .a-arrow-text{
        font-size:21px;
        line-height:28px
    }
    .a-arrow .icon{
        padding-top:0;
        font-size:31px
    }
}
a:focus{
    text-decoration:none!important
}
#back-top a,.accordion>dt>a,.mfp-close,.toggle>dt>a,.toggle>dt>a:hover{
    text-decoration:none
}
.button.get-theme{
    font-size:14px;
    padding:10px 17px 10px 40px;
    background:url(../images/icon-get-theme.html) 14px center no-repeat,#ffea00;
    display:inline-block;
    border-bottom:1px solid #FFF;
    border-right:1px solid #FFF;
    box-shadow:2px 2px 0 rgba(0,0,0,.1)
}
.button.get-theme:hover{
    background-color:#5a5a5a
}
.button-full-center{
    font-style:normal;
    width:100%;
    font-weight:300
}
.container-buttons{
    margin:0;
    padding:0;
    list-style:none
}
.container-buttons li{
    margin-bottom:10px
}
.black-text{
    color:#323336!important;
    border-color:#323336!important
}
.m-0{
    margin:0!important
}
.m-10{
    margin:2px
}
.mt-min-30{
    margin-top:-30px
}
.mt-min-35{
    margin-top:-35px
}
.mt-min-180{
    margin-top:-180px
}
.mt-min-120{
    margin-top:-120px
}
.mt-min-210{
    margin-top:-210px
}
.mt-min-500{
    margin-top:-500px
}
.mt-0{
    margin-top:0!important
}
.mt-5{
    margin-top:5px!important
}
.mt-10{
    margin-top:10px!important
}
.mt-15{
    margin-top:15px!important
}
.mt-20{
    margin-top:20px
}
.mt-25{
    margin-top:25px!important
}
.mt-30{
    margin-top:30px!important
}
.mt-40{
    margin-top:40px!important
}
.mt-50{
    margin-top:50px!important
}
.mt-55{
    margin-top:55px
}
.mt-60{
    margin-top:60px!important
}
.mt-70{
    margin-top:70px
}
.mt-80{
    margin-top:80px
}
.mt-90{
    margin-top:90px
}
.mt-100{
    margin-top:100px
}
.mt-110{
    margin-top:110px
}
.mt-120{
    margin-top:120px
}
.mt-130{
    margin-top:130px
}
.mt-140{
    margin-top:140px
}
.mt-150{
    margin-top:150px
}
.mt-170{
    margin-top:170px
}
.mr-0{
    margin-right:0!important
}
.mr-5{
    margin-right:5px
}
.mr-7{
    margin-right:7px
}
.mr-10{
    margin-right:10px
}
.mr-15{
    margin-right:15px
}
.mr-20{
    margin-right:20px
}
.mr-25{
    margin-right:25px
}
.mb-0{
    margin-bottom:0!important
}
.mb-5{
    margin-bottom:5px!important
}
.mb-10{
    margin-bottom:10px!important
}
.mb-15{
    margin-bottom:15px!important
}
.mb-20{
    margin-bottom:20px!important
}
.mb-23{
    margin-bottom:23px
}
.mb-40{
    margin-bottom:40px!important
}
.mb-45{
    margin-bottom:45px!important
}
.mb-25{
    margin-bottom:25px!important
}
.mb-30{
    margin-bottom:30px!important
}
.mb-35{
    margin-bottom:35px!important
}
.mb-50{
    margin-bottom:50px!important
}
.mb-60{
    margin-bottom:60px!important
}
.mb-70{
    margin-bottom:70px!important
}
.mb-75{
    margin-bottom:75px
}
.mb-80{
    margin-bottom:80px!important
}
.mb-90{
    margin-bottom:90px
}
.mb-100{
    margin-bottom:100px
}
.mb-110{
    margin-bottom:110px
}
.mb-120{
    margin-bottom:120px
}
.mb-130{
    margin-bottom:130px
}
.mb-140{
    margin-bottom:140px
}
.mb-160{
    margin-bottom:160px
}
.mb-170{
    margin-bottom:170px
}
.mb-180{
    margin-bottom:180px
}
.mb-210{
    margin-bottom:210px
}
.ml-0{
    margin-left:0!important
}
.ml-5{
    margin-left:5px
}
.ml-10{
    margin-left:10px
}
.ml-20{
    margin-left:20px
}
.ml-30{
    margin-left:30px!important
}
.ml-40{
    margin-left:40px!important
}
.mlr-1{
    margin-left:1px;
    margin-right:1px
}
.mlr-10{
    margin-left:10px!important;
    margin-right:10px!important
}
.mlr-30{
    margin-left:30px;
    margin-right:30px
}
.mlr-min-20{
    margin-left:-20px!important;
    margin-right:-20px!important
}
.mlr-min-30{
    margin-left:-30px!important;
    margin-right:-30px!important
}
.p-0{
    padding:0!important
}
.p-5{
    padding:5px!important
}
.p-10{
    padding:10px!important
}
.p-15{
    padding:15px!important
}
.p-20{
    padding:20px
}
.p-25{
    padding:25px
}
.p-40{
    padding:40px
}
.pt-0{
    padding-top:0!important
}
.pt-20{
    padding-top:20px
}
.pt-30{
    padding-top:30px
}
.pt-36{
    padding-top:36px
}
.pt-40{
    padding-top:40px
}
.pt-50{
    padding-top:50px
}
.pt-55{
    padding-top:55px
}
.pt-60{
    padding-top:60px
}
.pt-65{
    padding-top:65px
}
.pt-70{
    padding-top:70px
}
.pt-75{
    padding-top:75px
}
.pt-80{
    padding-top:80px
}
.pt-90{
    padding-top:90px
}
.pt-95{
    padding-top:95px
}
.pt-100{
    padding-top:100px
}
.pt-110{
    padding-top:110px
}
.pt-120{
    padding-top:120px
}
.pt-130{
    padding-top:130px
}
.pt-140{
    padding-top:140px
}
.pt-250{
    padding-top:250px
}
.pr-0{
    padding-right:0!important
}
.pr-5{
    padding-right:5px!important
}
.pr-10{
    padding-right:10px!important
}
.pr-15{
    padding-right:15px!important
}
.pr-30{
    padding-right:30px
}
.pr-75{
    padding-right:75px
}
.pb-0{
    padding-bottom:0!important
}
.pb-5{
    padding-bottom:5px!important
}
.pb-10{
    padding-bottom:10px!important
}
.pb-20{
    padding-bottom:20px
}
.pb-25{
    padding-bottom:25px
}
.pb-30{
    padding-bottom:30px!important
}
.pb-40{
    padding-bottom:40px
}
.pb-45{
    padding-bottom:45px
}
.pb-50{
    padding-bottom:50px
}
.pb-55{
    padding-bottom:55px
}
.pb-60{
    padding-bottom:60px
}
.pb-65{
    padding-bottom:65px
}
.pb-70{
    padding-bottom:70px
}
.pb-80{
    padding-bottom:80px
}
.pb-90{
    padding-bottom:90px
}
.pb-100{
    padding-bottom:100px
}
.pb-110{
    padding-bottom:110px
}
.pb-120{
    padding-bottom:120px
}
.pb-130{
    padding-bottom:130px
}
.pb-140{
    padding-bottom:140px
}
.pl-0{
    padding-left:0!important
}
.pl-15{
    padding-left:15px
}
.pl-20{
    padding-left:20px
}
.plr-0{
    padding-left:0!important;
    padding-right:0!important
}
.plr-1{
    padding-left:1px;
    padding-right:1px
}
.plr-5{
    padding-left:5px;
    padding-right:5px
}
.plr-10{
    padding-left:10px;
    padding-right:10px
}
.plr-15{
    padding-left:15px;
    padding-right:15px
}
.plr-20{
    padding-left:20px;
    padding-right:20px
}
.plr-30{
    padding-left:30px;
    padding-right:30px
}
.plr-35{
    padding-left:35px;
    padding-right:35px
}
.plr-40{
    padding-left:40px;
    padding-right:40px
}
.plr-50{
    padding-left:50px;
    padding-right:50px
}
.pad-login-right{
    padding-right:0!important
}
@media only screen and (max-width:1200px){
    .mt-lg-0{
        margin-top:0!important
    }
    .mt-lg-10{
        margin-top:10px
    }
    .mt-lg-20{
        margin-top:20px
    }
    .mt-lg-30{
        margin-top:30px
    }
    .mt-lg-40{
        margin-top:40px
    }
    .mt-lg-50{
        margin-top:50px
    }
    .mt-lg-60{
        margin-top:60px
    }
    .mt-lg-70{
        margin-top:70px
    }
    .mt-lg-80{
        margin-top:80px
    }
    .mt-lg-90{
        margin-top:90px
    }
    .mt-lg-100{
        margin-top:100px
    }
    .mt-lg-110{
        margin-top:110px
    }
    .mt-lg-120{
        margin-top:120px
    }
    .mt-lg-130{
        margin-top:130px
    }
    .mt-lg-140{
        margin-top:140px
    }
    .mb-lg-0{
        margin-bottom:0!important
    }
    .mb-lg-10{
        margin-bottom:10px
    }
    .mb-lg-20{
        margin-bottom:20px
    }
    .mb-lg-30{
        margin-bottom:30px
    }
    .mb-lg-40{
        margin-bottom:40px
    }
    .mb-lg-50{
        margin-bottom:50px
    }
    .mb-lg-60{
        margin-bottom:60px
    }
    .mb-lg-70{
        margin-bottom:70px
    }
    .mb-lg-80{
        margin-bottom:80px
    }
    .mb-lg-90{
        margin-bottom:90px
    }
    .mb-lg-100{
        margin-bottom:100px
    }
    .mb-lg-110{
        margin-bottom:110px
    }
    .mb-lg-120{
        margin-bottom:120px
    }
    .mb-lg-130{
        margin-bottom:130px
    }
    .mb-lg-140{
        margin-bottom:140px
    }
    .pt-lg-0{
        padding-top:0!important
    }
    .pt-lg-10{
        padding-top:10px
    }
    .pt-lg-20{
        padding-top:20px
    }
    .pt-lg-30{
        padding-top:30px
    }
    .pt-lg-40{
        padding-top:40px
    }
    .pt-lg-50{
        padding-top:50px
    }
    .pt-lg-60{
        padding-top:60px
    }
    .pt-lg-70{
        padding-top:70px
    }
    .pt-lg-80{
        padding-top:80px
    }
    .pt-lg-90{
        padding-top:90px
    }
    .pt-lg-100{
        padding-top:100px
    }
    .pt-lg-110{
        padding-top:110px
    }
    .pt-lg-120{
        padding-top:120px
    }
    .pt-lg-130{
        padding-top:130px
    }
    .pt-lg-140{
        padding-top:140px
    }
    .pb-lg-0{
        padding-bottom:0!important
    }
    .pb-lg-10{
        padding-bottom:10px
    }
    .pb-lg-20{
        padding-bottom:20px
    }
    .pb-lg-30{
        padding-bottom:30px
    }
    .pb-lg-40{
        padding-bottom:40px
    }
    .pb-lg-50{
        padding-bottom:50px
    }
    .pb-lg-60{
        padding-bottom:60px
    }
    .pb-lg-70{
        padding-bottom:70px
    }
    .pb-lg-80{
        padding-bottom:80px
    }
    .pb-lg-90{
        padding-bottom:90px
    }
    .pb-lg-100{
        padding-bottom:100px
    }
    .pb-lg-110{
        padding-bottom:110px
    }
    .pb-lg-120{
        padding-bottom:120px
    }
    .pb-lg-130{
        padding-bottom:130px
    }
    .pb-lg-140{
        padding-bottom:140px
    }
}
@media only screen and (max-width:1024px){
    .mt-md-0{
        margin-top:0!important
    }
    .mt-md-10{
        margin-top:10px
    }
    .mt-md-20{
        margin-top:20px
    }
    .mt-md-30{
        margin-top:30px
    }
    .mt-md-40{
        margin-top:40px
    }
    .mt-md-50{
        margin-top:50px
    }
    .mt-md-60{
        margin-top:60px
    }
    .mt-md-70{
        margin-top:70px
    }
    .mt-md-80{
        margin-top:80px
    }
    .mt-md-90{
        margin-top:90px
    }
    .mt-md-100{
        margin-top:100px
    }
    .mt-md-110{
        margin-top:110px
    }
    .mt-md-120{
        margin-top:120px
    }
    .mt-md-130{
        margin-top:130px
    }
    .mt-md-140{
        margin-top:140px
    }
    .mb-md-0{
        margin-bottom:0!important
    }
    .mb-md-10{
        margin-bottom:10px
    }
    .mb-md-20{
        margin-bottom:20px
    }
    .mb-md-30{
        margin-bottom:30px
    }
    .mb-md-40{
        margin-bottom:40px
    }
    .mb-md-50{
        margin-bottom:50px
    }
    .mb-md-60{
        margin-bottom:60px
    }
    .mb-md-70{
        margin-bottom:70px
    }
    .mb-md-80{
        margin-bottom:80px
    }
    .mb-md-90{
        margin-bottom:90px
    }
    .mb-md-100{
        margin-bottom:100px
    }
    .mb-md-110{
        margin-bottom:110px
    }
    .mb-md-120{
        margin-bottom:120px
    }
    .mb-md-130{
        margin-bottom:130px
    }
    .mb-md-140{
        margin-bottom:140px
    }
    .pt-md-0{
        padding-top:0!important
    }
    .pt-md-10{
        padding-top:10px
    }
    .pt-md-20{
        padding-top:20px
    }
    .pt-md-30{
        padding-top:30px
    }
    .pt-md-40{
        padding-top:40px
    }
    .pt-md-50{
        padding-top:50px
    }
    .pt-md-60{
        padding-top:60px
    }
    .pt-md-70{
        padding-top:70px
    }
    .pt-md-80{
        padding-top:80px
    }
    .pt-md-90{
        padding-top:90px
    }
    .pt-md-100{
        padding-top:100px
    }
    .pt-md-110{
        padding-top:110px
    }
    .pt-md-120{
        padding-top:120px
    }
    .pt-md-130{
        padding-top:130px
    }
    .pt-md-140{
        padding-top:140px
    }
    .pb-md-0{
        padding-bottom:0!important
    }
    .pb-md-10{
        padding-bottom:10px
    }
    .pb-md-20{
        padding-bottom:20px
    }
    .pb-md-30{
        padding-bottom:30px
    }
    .pb-md-40{
        padding-bottom:40px
    }
    .pb-md-50{
        padding-bottom:50px
    }
    .pb-md-60{
        padding-bottom:60px
    }
    .pb-md-70{
        padding-bottom:70px
    }
    .pb-md-80{
        padding-bottom:80px
    }
    .pb-md-90{
        padding-bottom:90px
    }
    .pb-md-100{
        padding-bottom:100px
    }
    .pb-md-110{
        padding-bottom:110px
    }
    .pb-md-120{
        padding-bottom:120px
    }
    .pb-md-130{
        padding-bottom:130px
    }
    .pb-md-140{
        padding-bottom:140px
    }
}
@media only screen and (max-width:768px){
    .mt-sm-0{
        margin-top:0!important
    }
    .mt-sm-10{
        margin-top:10px
    }
    .mt-sm-20{
        margin-top:20px
    }
    .mt-sm-30{
        margin-top:30px
    }
    .mt-sm-40{
        margin-top:40px
    }
    .mt-sm-50{
        margin-top:50px
    }
    .mt-sm-60{
        margin-top:60px
    }
    .mt-sm-70{
        margin-top:70px
    }
    .mt-sm-80{
        margin-top:80px
    }
    .mt-sm-90{
        margin-top:90px
    }
    .mt-sm-100{
        margin-top:100px
    }
    .mt-sm-110{
        margin-top:110px
    }
    .mt-sm-120{
        margin-top:120px
    }
    .mt-sm-130{
        margin-top:130px
    }
    .mt-sm-140{
        margin-top:140px
    }
    .mb-sm-0{
        margin-bottom:0!important
    }
    .mb-sm-10{
        margin-bottom:10px!important
    }
    .mb-sm-15{
        margin-bottom:15px!important
    }
    .mb-sm-20{
        margin-bottom:20px
    }
    .mb-sm-30{
        margin-bottom:30px
    }
    .mb-sm-40{
        margin-bottom:40px
    }
    .mb-sm-50{
        margin-bottom:50px
    }
    .mb-sm-60{
        margin-bottom:60px
    }
    .mb-sm-70{
        margin-bottom:70px
    }
    .mb-sm-80{
        margin-bottom:80px
    }
    .mb-sm-90{
        margin-bottom:90px
    }
    .mb-sm-100{
        margin-bottom:100px
    }
    .mb-sm-110{
        margin-bottom:110px
    }
    .mb-sm-120{
        margin-bottom:120px
    }
    .mb-sm-130{
        margin-bottom:130px
    }
    .mb-sm-140{
        margin-bottom:140px
    }
    .pt-sm-0{
        padding-top:0!important
    }
    .pt-sm-10{
        padding-top:10px
    }
    .pt-sm-20{
        padding-top:20px
    }
    .pt-sm-30{
        padding-top:30px
    }
    .pt-sm-40{
        padding-top:40px
    }
    .pt-sm-50{
        padding-top:50px
    }
    .pt-sm-60{
        padding-top:60px
    }
    .pt-sm-70{
        padding-top:70px
    }
    .pt-sm-80{
        padding-top:80px
    }
    .pt-sm-90{
        padding-top:90px
    }
    .pt-sm-100{
        padding-top:100px
    }
    .pt-sm-110{
        padding-top:110px
    }
    .pt-sm-120{
        padding-top:120px
    }
    .pt-sm-130{
        padding-top:130px
    }
    .pt-sm-140{
        padding-top:140px
    }
    .pb-sm-0{
        padding-bottom:0!important
    }
    .pb-sm-10{
        padding-bottom:10px
    }
    .pb-sm-20{
        padding-bottom:20px
    }
    .pb-sm-30{
        padding-bottom:30px!important
    }
    .pb-sm-40{
        padding-bottom:40px
    }
    .pb-sm-50{
        padding-bottom:50px
    }
    .pb-sm-60{
        padding-bottom:60px
    }
    .pb-sm-70{
        padding-bottom:70px
    }
    .pb-sm-80{
        padding-bottom:80px
    }
    .pb-sm-90{
        padding-bottom:90px
    }
    .pb-sm-100{
        padding-bottom:100px
    }
    .pb-sm-110{
        padding-bottom:110px
    }
    .pb-sm-120{
        padding-bottom:120px
    }
    .pb-sm-130{
        padding-bottom:130px
    }
    .pb-sm-140{
        padding-bottom:140px
    }
    .pl-sm-0{
        padding-left:0!important
    }
}
@media only screen and (max-width:767px){
    .m-xs-0{
        margin:0!important
    }
    .mt-xs-0{
        margin-top:0!important
    }
    .mt-xs-10{
        margin-top:10px!important
    }
    .mt-xs-20{
        margin-top:20px!important
    }
    .mt-xs-30{
        margin-top:30px!important
    }
    .mt-xs-40{
        margin-top:40px!important
    }
    .mt-xs-50{
        margin-top:50px!important
    }
    .mt-xs-60{
        margin-top:60px!important
    }
    .mt-xs-70{
        margin-top:70px!important
    }
    .mt-xs-80{
        margin-top:80px!important
    }
    .mt-xs-90{
        margin-top:90px!important
    }
    .mt-xs-100{
        margin-top:100px!important
    }
    .mt-xs-110{
        margin-top:110px!important
    }
    .mt-xs-120{
        margin-top:120px!important
    }
    .mt-xs-130{
        margin-top:130px!important
    }
    .mt-xs-140{
        margin-top:140px!important
    }
    .mb-xs-0{
        margin-bottom:0!important
    }
    .mb-xs-10{
        margin-bottom:10px!important
    }
    .mb-xs-20{
        margin-bottom:20px!important
    }
    .mb-xs-30{
        margin-bottom:30px!important
    }
    .mb-xs-40{
        margin-bottom:40px!important
    }
    .mb-xs-50{
        margin-bottom:50px!important
    }
    .mb-xs-60{
        margin-bottom:60px!important
    }
    .mb-xs-70{
        margin-bottom:70px!important
    }
    .mb-xs-80{
        margin-bottom:80px!important
    }
    .mb-xs-90{
        margin-bottom:90px!important
    }
    .mb-xs-100{
        margin-bottom:100px!important
    }
    .mb-xs-110{
        margin-bottom:110px!important
    }
    .mb-xs-120{
        margin-bottom:120px!important
    }
    .mb-xs-130{
        margin-bottom:130px!important
    }
    .mb-xs-140{
        margin-bottom:140px!important
    }
    .mr-xs-0{
        margin-right:0!important
    }
    .p-xs-0{
        padding:0!important
    }
    .pt-xs-0{
        padding-top:0!important
    }
    .pt-xs-10{
        padding-top:10px
    }
    .pt-xs-20{
        padding-top:20px
    }
    .pt-xs-30{
        padding-top:30px
    }
    .pt-xs-40{
        padding-top:40px
    }
    .pt-xs-50{
        padding-top:50px
    }
    .pt-xs-60{
        padding-top:60px
    }
    .pt-xs-70{
        padding-top:70px
    }
    .pt-xs-80{
        padding-top:80px
    }
    .pt-xs-90{
        padding-top:90px
    }
    .pt-xs-100{
        padding-top:100px
    }
    .pt-xs-110{
        padding-top:110px
    }
    .pt-xs-120{
        padding-top:120px
    }
    .pt-xs-130{
        padding-top:130px
    }
    .pt-xs-140{
        padding-top:140px
    }
    .pb-xs-0{
        padding-bottom:0!important
    }
    .pb-xs-10{
        padding-bottom:10px
    }
    .pb-xs-20{
        padding-bottom:20px
    }
    .pb-xs-30{
        padding-bottom:30px
    }
    .pb-xs-40{
        padding-bottom:40px
    }
    .pb-xs-50{
        padding-bottom:50px
    }
    .pb-xs-60{
        padding-bottom:60px
    }
    .pb-xs-70{
        padding-bottom:70px
    }
    .pb-xs-80{
        padding-bottom:80px
    }
    .pb-xs-90{
        padding-bottom:90px
    }
    .pb-xs-100{
        padding-bottom:100px
    }
    .pb-xs-110{
        padding-bottom:110px
    }
    .pb-xs-120{
        padding-bottom:120px
    }
    .pb-xs-130{
        padding-bottom:130px
    }
    .pb-xs-140{
        padding-bottom:140px
    }
    .plr-xs-0{
        padding-left:0;
        padding-right:0
    }
}
@media only screen and (max-width:480px){
    .mt-xxs-0{
        margin-top:0!important
    }
    .mt-xxs-5{
        margin-top:5px!important
    }
    .mt-xxs-10{
        margin-top:10px
    }
    .mt-xxs-20{
        margin-top:20px
    }
    .mt-xxs-30{
        margin-top:30px
    }
    .mt-xxs-40{
        margin-top:40px
    }
    .mt-xxs-50{
        margin-top:50px
    }
    .mt-xxs-60{
        margin-top:60px
    }
    .mt-xxs-70{
        margin-top:70px
    }
    .mt-xxs-80{
        margin-top:80px
    }
    .mt-xxs-90{
        margin-top:90px
    }
    .mt-xxs-100{
        margin-top:100px
    }
    .mt-xxs-110{
        margin-top:110px
    }
    .mt-xxs-120{
        margin-top:120px
    }
    .mt-xxs-130{
        margin-top:130px
    }
    .mt-xxs-140{
        margin-top:140px
    }
    .mb-xxs-0{
        margin-bottom:0!important
    }
    .mb-xxs-10{
        margin-bottom:10px
    }
    .mb-xxs-20{
        margin-bottom:20px
    }
    .mb-xxs-30{
        margin-bottom:30px
    }
    .mb-xxs-40{
        margin-bottom:40px
    }
    .mb-xxs-50{
        margin-bottom:50px
    }
    .mb-xxs-60{
        margin-bottom:60px
    }
    .mb-xxs-70{
        margin-bottom:70px
    }
    .mb-xxs-80{
        margin-bottom:80px
    }
    .mb-xxs-90{
        margin-bottom:90px
    }
    .mb-xxs-100{
        margin-bottom:100px
    }
    .mb-xxs-110{
        margin-bottom:110px
    }
    .mb-xxs-120{
        margin-bottom:120px
    }
    .mb-xxs-130{
        margin-bottom:130px
    }
    .mb-xxs-140{
        margin-bottom:140px
    }
    .pt-xxs-0{
        padding-top:0!important
    }
    .pt-xxs-10{
        padding-top:10px
    }
    .pt-xxs-20{
        padding-top:20px
    }
    .pt-xxs-30{
        padding-top:30px
    }
    .pt-xxs-40{
        padding-top:40px
    }
    .pt-xxs-50{
        padding-top:50px
    }
    .pt-xxs-60{
        padding-top:60px
    }
    .pt-xxs-70{
        padding-top:70px
    }
    .pt-xxs-80{
        padding-top:80px
    }
    .pt-xxs-90{
        padding-top:90px
    }
    .pt-xxs-100{
        padding-top:100px
    }
    .pt-xxs-110{
        padding-top:110px
    }
    .pt-xxs-120{
        padding-top:120px
    }
    .pt-xxs-130{
        padding-top:130px
    }
    .pt-xxs-140{
        padding-top:140px
    }
    .pb-xxs-0{
        padding-bottom:0!important
    }
    .pb-xxs-10{
        padding-bottom:10px
    }
    .pb-xxs-20{
        padding-bottom:20px
    }
    .pb-xxs-30{
        padding-bottom:30px
    }
    .pb-xxs-40{
        padding-bottom:40px
    }
    .pb-xxs-50{
        padding-bottom:50px
    }
    .pb-xxs-60{
        padding-bottom:60px
    }
    .pb-xxs-70{
        padding-bottom:70px
    }
    .pb-xxs-80{
        padding-bottom:80px
    }
    .pb-xxs-90{
        padding-bottom:90px
    }
    .pb-xxs-100{
        padding-bottom:100px
    }
    .pb-xxs-110{
        padding-bottom:110px
    }
    .pb-xxs-120{
        padding-bottom:120px
    }
    .pb-xxs-130{
        padding-bottom:130px
    }
    .pb-xxs-140{
        padding-bottom:140px
    }
    .pl-xxs-10{
        padding-left:10px
    }
}
@media (max-width:1367px){
    .page-title-large2-cont,.page-title-large4{
        padding-top:150px
    }
}
@media (max-width:1024px){
    .page-title-cont,.page-title-small{
        padding-top:10px;
        padding-bottom:40px
    }
    .page-title-large2-cont{
        padding-top:100px;
        padding-bottom:40px
    }
    .page-title-large4{
        padding-top:150px;
        padding-bottom:80px
    }
    .page-title-cont.page-title-large{
        padding-top:30px
    }
    .page-title-cont.page-title-large.blog-single-fullwidth-img{
        padding-top:480px
    }
    .page-title-img{
        background-attachment:scroll
    }
}
@media (max-width:960px){
    .breadcrumbs,.page-title-large2-cont .breadcrumbs2,.page-title-small .breadcrumbs{
        margin-top:5px;
        text-align:left
    }
}
@media (max-width:767px){
    .page-title-large2-cont{
        padding-top:50px;
        padding-bottom:30px
    }
    .page-title-large4{
        padding-top:125px;
        padding-bottom:45px
    }
    .page-title{
        margin-bottom:5px;
        font-size:20px;
        line-height:24px
    }
    .page-title2,.page-title4{
        font-size:32px;
        line-height:36px
    }
    .page-title-cont.page-title-large.blog-single-fullwidth-img{
        padding-top:220px
    }
}
@media (max-width:480px){
    .page-title2{
        font-size:26px;
        line-height:30px
    }
}
.counter-icon,.highlight{
    display:block;
    line-height:48px
}
#back-top{
    position:fixed;
    bottom:16px;
    right:19px;
    padding:0;
    margin:0;
    z-index:20
}

#back-top a{
    display: block;
    color: #fff;
    font-size: 26px;
    z-index: 999;
  padding: 5px 5px 5px 12px;
    height: 50px;
    width: 50px;
    background: #e32068;
    
}
.counter-icon,.ui-accordion-header span{
    height:50px;
    transition:all .3s ease 0s;
    float:left
}
#back-top a:hover{
    color:#97999c
}
.center{
    margin:0 auto;
    max-width:960px;
    width:100%
}
.faq-search-form{
    position:relative;
    width:100%;
    font-size:18px
}
.faq-search-form input{
    width:100%;
    border-color:rgba(42,43,43,.3)
}
.faq-search-form button{
    position:absolute;
    right:0;
    top:8px;
    background:0 0
}
.form-dark-bg button,.input-dark-bg{
    color:#ddd
}
.form-dark-bg button:hover{
    color:#fff
}
.input-dark-bg{
    font-size:18px
}
.input-dark-bg::-webkit-input-placeholder{
    color:#ddd
}
.input-dark-bg::-moz-placeholder{
    color:#ddd
}
.input-dark-bg:-moz-placeholder{
    color:#ddd
}
.input-dark-bg:-ms-input-placeholder{
    color:#ddd
}
.input-dark-bg:focus::-webkit-input-placeholder{
    color:#6b6d6f
}
.input-dark-bg:focus::-moz-placeholder{
    color:#6b6d6f
}
.input-dark-bg:focus:-moz-placeholder{
    color:#6b6d6f
}
.input-dark-bg:focus:-ms-input-placeholder{
    color:#6b6d6f
}
.counter-bg{
    background:url(../images/f-box4-bg.html) left top
}
.counter-bg-color{
    background:#ffea00
}
.stat{
    padding-top:40px;
    padding-bottom:65px
}
.highlight{
    color:#323336;
    float:left;
    overflow:hidden;
    margin-bottom:10px;
    font-size:48px
}
.stat i{
    color:#fff
}
.counter-icon,.ui-accordion-header a{
    color:#323336
}
.milestone-details{
    margin-left:70px;
    font-size:18px
}
.accord-2 .panel-title,.ui-accordion-header{
    font-family:'Open Sans',Arial,Helvetica,sans-serif
}
.counter-icon{
    width:50px;
    margin-right:20px;
    font-size:48px;
    font-weight:100!important
}
.milestone-counter{
    margin-top:50px;
    min-height:105px
}
h3.ui-accordion-header{
    margin:0;
    cursor:pointer
}
h3.ui-accordion-header:first-child{
    margin:0
}
.ui-accordion-header{
    font-size:14px;
    line-height:50px;
    margin:0;
    background-color:#eee
}
.accordion-no-bg .ui-accordion-header{
    background:0 0
}
.ui-accordion-content p{
    margin:0;
    padding-top:0;
    padding-bottom:12px
}
.accordion>dd,.accordion>dt,.toggle>dd,.toggle>dt{
    margin-bottom:10px
}
.ui-accordion-content p:last-child{
    padding-bottom:0
}
.ui-accordion-content{
    border-right:15px solid #eee;
    display:none;
    margin-left:49px;
    padding:15px 17px 15px 15px
}
.accordion-no-bg .ui-accordion-content{
    border-left:5px solid #dfdfdf;
    border-right:none;
    display:none;
    margin-left:23px;
    padding:15px 0 15px 36px
}
.accordion-no-bg .ui-accordion-header a{
    font-size:16px;
    line-height:16px
}
.ui-accordion-header span:before{
    display:block;
    content:'+';
    position:absolute;
    left:19px;
    font-size:18px;
    font-style:normal;
    color:#fff
}
.ui-accordion-header span{
    position:relative;
    background-color:#7c8187;
    display:block;
    width:49px;
    margin-right:15px
}
.ui-accordion-header:hover span{
    background-color:#ffea00;
    transition:all .3s ease 0s
}
.ui-accordion-header:hover span:before{
    color:#323336
}
.ui-accordion-header-active span{
    background-color:#ffea00
}
.ui-accordion-header-active span:before{
    content:'–';
    left:20px;
    color:#323336
}
.accord-2 .panel{
    box-shadow:none
}
.accord-2 .panel-title{
    font-size:14px
}
.accord-2 .panel-group .panel,.accord-2 .panel-heading{
    border-radius:0
}
.accord-2 .panel-default,.accord-2 .panel-default>.panel-heading,.accord-2 .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border:none
}
.accord-2 .panel-title a{
    display:block;
    padding:12px 18px;
    color:#6b6d6f
}
.accord-2 .panel-title a:hover{
    color:#000
}
.accord-2 .panel-heading{
    padding:0
}
.accord-2 .panel-body{
    margin-top:7px;
    margin-bottom:10px;
    padding:10px 20px 20px
}
.accordion>dt{
    font-weight:400;
    font-family:Poppins,'Open Sans',Arial,Helvetica,sans-serif
}
.accordion>dt>a:after,.toggle>dt>a:after{
    width:15px;
    height:15px;
    margin-top:-8px;
    top:50%;
    right:10px;
    font-family:FontAwesome;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    text-align:center;
    speak:none;
    -webkit-font-smoothing:antialiased
}
.accordion>dt>a{
    display:block;
    position:relative;
    color:#6b6d6f;
    padding:14px 20px;
    border:1px solid #e5e5e5;
    -webkit-transition:all .25s cubic-bezier(0,0,.58,1);
    -moz-transition:all .25s cubic-bezier(0,0,.58,1);
    -o-transition:all .25s cubic-bezier(0,0,.58,1);
    -ms-transition:all .25s cubic-bezier(0,0,.58,1);
    transition:all .25s cubic-bezier(0,0,.58,1)
}
.accordion>dt>a:after,.toggle>dt>a{
    -webkit-transition:all .25s cubic-bezier(0,0,.58,1);
    -moz-transition:all .25s cubic-bezier(0,0,.58,1);
    -o-transition:all .25s cubic-bezier(0,0,.58,1);
    -ms-transition:all .25s cubic-bezier(0,0,.58,1)
}
.accordion.accordion-bg-gray>dt>a{
    border:1px solid #f7f7f7;
    background-color:#f7f7f7
}
.accordion>dt>a:hover{
    text-decoration:none;
    border-color:#ddd;
    background-color:#fcfcfc;
    color:#444
}
.accordion.accordion-bg-gray>dt>a:hover{
    border-color:#eee;
    background-color:#eee;
    color:#323336
}
.accordion>dt>a.active{
    color:#000;
    border-color:#ddd;
    background-color:#fcfcfc;
    cursor:default
}
.accordion.accordion-bg-gray>dt>a.active{
    color:#000;
    border-color:#eee;
    background-color:#eee;
    cursor:default
}
.accordion>dt>a:after{
    content:"\f107";
    position:absolute;
    font-size:17px;
    line-height:15px;
    color:#999;
    transition:all .25s cubic-bezier(0,0,.58,1)
}
.accordion>dt>a.active:after,.accordion>dt>a.active:hover:after{
    content:"\f106";
    color:#111
}
.accordion>dt>a:hover:after{
    color:#444
}
.accordion>dd{
    padding:10px 20px 20px;
    font-size:14px;
    line-height:1.8;
    color:#6b6d6f
}
.toggle>dt{
    font-weight:400
}
.toggle>dt>a{
    display:block;
    position:relative;
    color:#6b6d6f;
    padding:14px 20px;
    border:1px solid #e5e5e5;
    transition:all .25s cubic-bezier(0,0,.58,1)
}
.toggle.toggle-bg-gray>dt>a{
    border:1px solid #f7f7f7;
    background-color:#f7f7f7
}
.toggle>dt>a:hover{
    border-color:#ddd;
    background-color:#fcfcfc;
    color:#444
}
.toggle.toggle-bg-gray>dt>a:hover{
    border-color:#eee;
    background-color:#eee;
    color:#323336
}
.toggle>dt>a.active{
    color:#101010;
    border-color:#ddd;
    background-color:#fcfcfc
}
.toggle.toggle-bg-gray>dt>a.active{
    color:#000;
    border-color:#eee;
    background-color:#eee;
    cursor:default
}
.owl-controls .owl-buttons div,.owl-controls .owl-page,.toggle-view-custom li{
    cursor:pointer
}
.toggle>dt>a:after{
    content:"\f107";
    position:absolute;
    font-size:15px;
    line-height:15px;
    color:#999;
    -webkit-transition:all .25s cubic-bezier(0,0,.58,1);
    -moz-transition:all .25s cubic-bezier(0,0,.58,1);
    -o-transition:all .25s cubic-bezier(0,0,.58,1);
    -ms-transition:all .25s cubic-bezier(0,0,.58,1);
    transition:all .25s cubic-bezier(0,0,.58,1)
}
.price-col-gray h1,.price-col-main h1,.pricing-table-2 h1{
    text-transform:uppercase;
    font-family:Poppins,Arial,Helvetica,sans-serif
}
.toggle>dt>a.active:after,.toggle>dt>a.active:hover:after{
    content:"\f106";
    color:#111
}
.toggle>dt>a:hover:after{
    color:#444
}
.toggle>dd{
    padding:10px 20px 20px;
    font-size:14px;
    line-height:1.8
}
.toggle-view-custom{
    margin:0;
    padding:0;
    list-style:none
}
.toggle-view-custom li:first-child{
    margin-top:0
}
.toggle-view-custom .panel{
    display:none;
    background:0 0;
    border:none;
    border-radius:0;
    border-right:15px solid #eee;
    margin:0 0 0 49px;
    padding:15px 17px 15px 15px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none
}
.toggle-no-bg.toggle-view-custom .panel{
    border-left:5px solid #dfdfdf;
    border-right:none;
    display:none;
    margin-left:23px;
    padding:15px 0 15px 36px
}
.toggle-no-bg .ui-accordion-header{
    background:0 0
}
.toggle-view-custom .panel p{
    margin-top:0
}
.panel p:last-child{
    margin-bottom:0
}
.pt-h4-cont{
    margin:0;
    padding:90px 20px 35px;
    border-bottom:none;
    font-weight:600
}
.pt-5-cont,.pt-h1-container{
    border:2px solid #323336
}
.price-cont-4{
    padding:0 20px 5px;
    position:relative
}
.cents-4,.currency-4,.place2-4,.price-4{
    font-family:Poppins,Arial,Helvetica,sans-serif;
    display:inline-block;
    color:#323336
}
.price-4{
    font-size:100px;
    line-height:100px;
    font-weight:600
}
.currency-4{
    margin-right:5px;
    font-size:30px
}
.place2-4{
    font-size:18px;
    font-weight:100
}
.pricing-table-4{
    margin:0 auto
}
.pricing-table-4 ul{
    margin:25px 0 45px;
    padding:0
}
.pricing-table-4 ul li{
    margin:0;
    padding:0;
    display:block;
    color:#696c6f;
    line-height:35px
}
.currency-5,.price-5,.pt-best .cents,.pt-best .currency,.pt-best .place2,.pt-best .price{
    color:#323336
}
.price-button-cont-4{
    padding:0 0 90px 20px
}
.price-5{
    font-size:60px;
    line-height:60px;
    font-weight:600
}
.currency-5{
    font-size:24px
}
.pt-h1-container{
    margin:0;
    padding:40px 20px;
    border-bottom:none;
    text-align:center
}
.pt-content-container{
    border-right:2px solid #323336;
    border-left:2px solid #323336
}
.pt-best .pt-content-container{
    border-right:2px solid #ffea00;
    border-left:2px solid #ffea00
}
.pt-best .pt-h1-container{
    border:2px solid #ffea00;
    border-bottom:none
}
.pt-best .price-container{
    background:#ffea00;
    color:#323336
}
.price-container .price{
    font-size:60px;
    line-height:50px
}
.pricing-table ul{
    margin:0;
    padding:0;
    list-style:none;
    background-color:#fff
}
.pricing-table ul li{
    background:#fff;
    margin:0 0 0 20px;
    padding:0;
    display:block;
    color:#6b6b6b;
    line-height:50px;
    border-bottom:1px solid #efefef
}
.price-container{
    background-color:#323336;
    padding:40px 20px 35px;
    position:relative;
    text-align:center
}
.pricing-horizontal-content-container{
    border:2px solid #eee;
    border-right:none;
    padding:5px 0 25px 30px
}
.col-border,.col-border-right{
    border-left:1px solid #d1d1d1
}
.pricing-horizontal-price-container{
    padding:0;
    background:#eee;
    height:100%;
    position:absolute;
    right:15px
}
.pricing-horizontal-price-container .price-container{
    background:#eee
}
.pricing-horizontal-price-container .price-container .cents,.pricing-horizontal-price-container .price-container .currency,.pricing-horizontal-price-container .price-container .place2,.pricing-horizontal-price-container .price-container .price{
    color:#323336
}
.price-col-gray{
    float:left;
    width:235px;
    height:auto;
    text-align:center;
    margin:20px 0 0
}
.price-col-gray h1,.price-col-gray ul li{
    height:40px;
    display:block;
    line-height:40px
}
.m-pos-l-0{
    margin-left:0!important
}
.price-col-gray h1{
    margin:0;
    padding-bottom:35px;
    padding-top:35px;
    background-color:#323336;
    color:#fcfcfc;
    font-size:24px;
    font-weight:400
}
.month{
    color:grey;
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-size:14px;
    background-color:#fff;
    padding:14px 0;
    margin:0
}
.price-col-gray ul{
    margin:0;
    padding:0;
    list-style:none
}
.price-col-gray ul li{
    padding:0;
    background:#fff;
    margin:0 5px;
    color:#6b6b6b;
    font-size:12px;
    text-align:center;
    border-bottom:1px solid #efefef;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.price-col-gray ul li:last-child{
    border-bottom:none
}
.price-button-container{
    background-color:#f5f5f5;
    height:75px
}
.price-button-container-main{
    background-color:#f5f5f5;
    height:95px
}
a.button.medium.price-button{
    display:inline-block;
    height:100%;
    line-height:72px;
    padding:0;
    width:100%;
    font-size:18px;
    cursor:pointer;
    text-align:center
}
.price-col-gray2 a.button.medium.price-button:hover{
    color:#fff
}
.price-button-container-main a.button.medium.price-button{
    line-height:92px
}
.price-marginleft-20{
    margin-left:-20px
}
.price-col-main{
    float:left;
    width:234px;
    height:auto;
    text-align:center;
    margin:0;
    position:relative;
    z-index:20
}
.price-col-main h1{
    margin:0;
    padding-bottom:40px;
    padding-top:41px;
    height:49px;
    display:block;
    background-color:#ffea00;
    color:#414146;
    font-size:24px;
    line-height:49px;
    font-weight:400
}
.price-col-main p.white{
    height:30px;
    font-size:12px;
    font-weight:400;
    display:block;
    background:#ffbe11;
    color:#fff;
    margin:0
}
.price-col-main ul{
    margin:0;
    padding:0;
    list-style:none;
    background:#d8dadd
}
.price-col-main ul li{
    padding:0;
    -moz-box-sizing:border-box;
    border-bottom:1px solid #efefef;
    color:#6B6B6B;
    display:block;
    font-size:12px;
    height:40px;
    line-height:40px;
    margin:0 5px;
    text-align:center
}
.place,.place2{
    display:inline-block
}
.price-col-main ul li:last-child{
    border-bottom:none
}
.col-border-right{
    border-right:1px solid #d1d1d1
}
.cents,.currency,.price{
    font-family:Poppins,Arial,Helvetica,sans-serif;
    display:inline-block;
    color:#fff
}
.price-col-main .cents,.price-col-main .currency,.price-col-main .price{
    color:#fff
}
.currency{
    font-size:30px
}
.price{
    font-size:40px;
    line-height:50px
}
.price-container2 .price{
    font-size:60px;
    line-height:50px
}
.cents{
    font-size:20px;
    position:absolute;
    top:35px
}
.cents-cont{
    width:5px;
    font-size:20px;
    font-family:Poppins,Arial,Helvetica,sans-serif
}
.place{
    height:10px;
    width:25px;
    color:#9da2a8
}
.price-col-main .price-container{
    background-color:#323336
}
.place2{
    height:13px;
    width:35px;
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-size:14px;
    color:#bcbcbc
}
.pricing-table-2 h1{
    margin:0;
    padding:30px 20px;
    display:block;
    background-color:#fff;
    color:#323336;
    font-size:30px;
    line-height:40px;
    font-weight:400
}
.pricing-table-2 ul{
    margin:0;
    padding:0;
    list-style:none;
    background-color:#fff
}
.pricing-table-2 ul li{
    background:#fff;
    margin:0 0 0 20px;
    padding:0;
    display:block;
    color:#6b6b6b;
    line-height:50px;
    border-bottom:1px solid #efefef
}
.pricing-table-2 ul li:last-child{
    border-bottom:none
}
.price-container2{
    background-color:#323336;
    padding:40px 20px 35px;
    position:relative
}
.pt-col-main,h1.pt-col-main{
    background-color:#ffea00
}
.col-border2{
    border:1px solid #D1D1D1;
    margin-bottom:1px
}
h1.pt-col-main{
    color:#414146
}
.pt-col-main .cents,.pt-col-main .currency,.pt-col-main .place2,.pt-col-main .price{
    color:#fff
}
.price-table-grey-bg{
    background-color:#efefef;
    padding:0 15px 30px
}
.cd-timeline-start{
    position:relative;
    display:block;
    clear:both;
    width:250px;
    padding:15px;
    border:3px solid #E5E5E5;
    margin:0 auto 10px;
    background:#FFF;
    z-index:1;
    text-align:center
}
.cd-final{
    margin-bottom:0
}
.cd-timeline-start-caption,.cd-timeline-start-date{
    font-family:Poppins,Arial,Helvetica,sans-serif
}
.cd-timeline-start-caption{
    color:#323336;
    font-size:20px;
    padding-top:10px;
    padding-bottom:10px
}
.cd-timeline-start-date{
    margin-bottom:5px
}
.cd-container{
    width:90%;
    max-width:1170px;
    margin:0 auto
}
.cd-container::after{
    content:'';
    display:table;
    clear:both
}
#cd-timeline{
    position:relative;
    padding:0;
    margin-top:2em;
    margin-bottom:2em
}
#cd-timeline::before{
    content:'';
    position:absolute;
    top:0;
    left:18px;
    height:100%;
    width:4px;
    background:#e5e5e5
}
.cd-timeline-block:after,.cd-timeline-content:after{
    content:"";
    clear:both
}
@media only screen and (min-width:991px){
    #cd-timeline{
        margin-top:3em;
        margin-bottom:3em
    }
    #cd-timeline::before{
        left:50%;
        margin-left:-2px
    }
}
.cd-timeline-block{
    position:relative;
    margin:2em 0
}
.cd-timeline-block:after{
    display:table
}
.cd-timeline-block:first-child{
    margin-top:0
}
.cd-timeline-block:last-child{
    margin-bottom:0
}
@media only screen and (min-width:991px){
    .cd-timeline-block{
        margin:4em 0
    }
    .cd-timeline-block:first-child{
        margin-top:0
    }
    .cd-timeline-block:last-child{
        margin-bottom:0
    }
}
.cd-timeline-img{
    position:absolute;
    top:0;
    left:0;
    width:40px;
    height:40px;
    border-radius:50%
}
.cd-timeline-img img{
    display:block;
    width:24px;
    height:24px;
    position:relative;
    left:50%;
    top:50%;
    margin-left:-12px;
    margin-top:-12px
}
.cd-timeline-img.cd-picture{
    background:#dfdfdf;
    text-align:center;
    font-size:24px;
    padding-top:16px;
    color:#fff
}
.cd-timeline-img.cd-movie{
    background:#c03b44
}
.cd-timeline-img.cd-location{
    background:#f0ca45
}
@media only screen and (min-width:991px){
    .cd-timeline-img{
        width:60px;
        height:60px;
        left:50%;
        margin-left:-30px;
        -webkit-transform:translateZ(0);
        -webkit-backface-visibility:hidden
    }
    .cssanimations .cd-timeline-img.is-hidden{
        visibility:hidden
    }
    .cssanimations .cd-timeline-img.bounce-in{
        visibility:visible;
        -webkit-animation:cd-bounce-1 .6s;
        -moz-animation:cd-bounce-1 .6s;
        animation:cd-bounce-1 .6s
    }
}
@-webkit-keyframes cd-bounce-1{
    0%{
        opacity:0;
        -webkit-transform:scale(.5)
    }
    60%{
        opacity:1;
        -webkit-transform:scale(1.2)
    }
    100%{
        -webkit-transform:scale(1)
    }
}
@-moz-keyframes cd-bounce-1{
    0%{
        opacity:0;
        -moz-transform:scale(.5)
    }
    60%{
        opacity:1;
        -moz-transform:scale(1.2)
    }
    100%{
        -moz-transform:scale(1)
    }
}
@keyframes cd-bounce-1{
    0%{
        opacity:0;
        -webkit-transform:scale(.5);
        -moz-transform:scale(.5);
        -ms-transform:scale(.5);
        -o-transform:scale(.5);
        transform:scale(.5)
    }
    60%{
        opacity:1;
        -webkit-transform:scale(1.2);
        -moz-transform:scale(1.2);
        -ms-transform:scale(1.2);
        -o-transform:scale(1.2);
        transform:scale(1.2)
    }
    100%{
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
}
.cd-timeline-content{
    position:relative;
    margin-left:60px;
    background:#f3f3f3;
    padding:20px
}
.cd-timeline-content:after{
    display:table
}
.cd-timeline-content h2{
    font-size:20px;
    line-height:28px;
    margin-top:0;
    margin-bottom:10px
}
.cd-timeline-content .cd-date,.cd-timeline-content .cd-read-more{
    display:inline-block
}
.cd-timeline-content .cd-read-more{
    float:right;
    padding:.8em 1em;
    background:#acb7c0;
    color:#fff;
    border-radius:.25em
}
.no-touch .cd-timeline-content .cd-read-more:hover{
    background-color:#bac4cb
}
.cd-timeline-content .cd-date{
    float:left
}
.cd-date-month,.cd-date-year{
    display:block;
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-weight:400
}
.cd-date-year{
    font-size:20px
}
.cd-date-month{
    font-size:14px
}
.cd-timeline-content::before{
    content:'';
    position:absolute;
    top:16px;
    right:100%;
    height:0;
    width:0;
    border:7px solid transparent;
    border-right:7px solid #f3f3f3
}
h2.portfolio-timeline-title{
    margin:10px 0 0
}
@media only screen and (min-width:991px){
    .cd-timeline-content{
        margin-left:0;
        padding:1.6em;
        width:45%
    }
    .cd-timeline-content::before{
        top:24px;
        left:100%;
        border-color:transparent transparent transparent #f3f3f3
    }
    .cd-timeline-content .cd-read-more{
        float:left
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content,.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more{
        float:right
    }
    .cd-timeline-content .cd-date{
        position:absolute;
        width:100%;
        left:122%;
        top:6px
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before{
        top:24px;
        left:auto;
        right:100%;
        border-color:transparent #f3f3f3 transparent transparent
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date{
        left:auto;
        right:122%;
        text-align:right
    }
    .cssanimations .cd-timeline-content.is-hidden{
        visibility:hidden
    }
    .cssanimations .cd-timeline-content.bounce-in{
        visibility:visible;
        -webkit-animation:cd-bounce-2 .6s;
        -moz-animation:cd-bounce-2 .6s;
        animation:cd-bounce-2 .6s
    }
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in{
        -webkit-animation:cd-bounce-2-inverse .6s;
        -moz-animation:cd-bounce-2-inverse .6s;
        animation:cd-bounce-2-inverse .6s
    }
}
@-webkit-keyframes cd-bounce-2{
    0%{
        opacity:0;
        -webkit-transform:translateX(-100px)
    }
    60%{
        opacity:1;
        -webkit-transform:translateX(20px)
    }
    100%{
        -webkit-transform:translateX(0)
    }
}
@-moz-keyframes cd-bounce-2{
    0%{
        opacity:0;
        -moz-transform:translateX(-100px)
    }
    60%{
        opacity:1;
        -moz-transform:translateX(20px)
    }
    100%{
        -moz-transform:translateX(0)
    }
}
@keyframes cd-bounce-2{
    0%{
        opacity:0;
        -webkit-transform:translateX(-100px);
        -moz-transform:translateX(-100px);
        -ms-transform:translateX(-100px);
        -o-transform:translateX(-100px);
        transform:translateX(-100px)
    }
    60%{
        opacity:1;
        -webkit-transform:translateX(20px);
        -moz-transform:translateX(20px);
        -ms-transform:translateX(20px);
        -o-transform:translateX(20px);
        transform:translateX(20px)
    }
    100%{
        -webkit-transform:translateX(0);
        -moz-transform:translateX(0);
        -ms-transform:translateX(0);
        -o-transform:translateX(0);
        transform:translateX(0)
    }
}
@-webkit-keyframes cd-bounce-2-inverse{
    0%{
        opacity:0;
        -webkit-transform:translateX(100px)
    }
    60%{
        opacity:1;
        -webkit-transform:translateX(-20px)
    }
    100%{
        -webkit-transform:translateX(0)
    }
}
@-moz-keyframes cd-bounce-2-inverse{
    0%{
        opacity:0;
        -moz-transform:translateX(100px)
    }
    60%{
        opacity:1;
        -moz-transform:translateX(-20px)
    }
    100%{
        -moz-transform:translateX(0)
    }
}
@keyframes cd-bounce-2-inverse{
    0%{
        opacity:0;
        -webkit-transform:translateX(100px);
        -moz-transform:translateX(100px);
        -ms-transform:translateX(100px);
        -o-transform:translateX(100px);
        transform:translateX(100px)
    }
    60%{
        opacity:1;
        -webkit-transform:translateX(-20px);
        -moz-transform:translateX(-20px);
        -ms-transform:translateX(-20px);
        -o-transform:translateX(-20px);
        transform:translateX(-20px)
    }
    100%{
        -webkit-transform:translateX(0);
        -moz-transform:translateX(0);
        -ms-transform:translateX(0);
        -o-transform:translateX(0);
        transform:translateX(0)
    }
}
.clearfix:after,.clearfix:before,.row:after,.row:before{
    content:'\0020';
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0
}
.clearfix:after,.row:after{
    clear:both
}
.clearfix,.row{
    zoom:1
}
.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{
    display:none!important
}
@media (max-width:767px){
    .visible-xs{
        display:block!important
    }
    table.visible-xs{
        display:table!important
    }
    tr.visible-xs{
        display:table-row!important
    }
    td.visible-xs,th.visible-xs{
        display:table-cell!important
    }
    .visible-xs-block{
        display:block!important
    }
    .visible-xs-inline{
        display:inline!important
    }
    .visible-xs-inline-block{
        display:inline-block!important
    }
}
@media (min-width:768px) and (max-width:991px){
    .visible-sm{
        display:block!important
    }
    table.visible-sm{
        display:table!important
    }
    tr.visible-sm{
        display:table-row!important
    }
    td.visible-sm,th.visible-sm{
        display:table-cell!important
    }
    .visible-sm-block{
        display:block!important
    }
    .visible-sm-inline{
        display:inline!important
    }
    .visible-sm-inline-block{
        display:inline-block!important
    }
}
@media (min-width:992px) and (max-width:1199px){
    .visible-md{
        display:block!important
    }
    table.visible-md{
        display:table!important
    }
    tr.visible-md{
        display:table-row!important
    }
    td.visible-md,th.visible-md{
        display:table-cell!important
    }
    .visible-md-block{
        display:block!important
    }
    .visible-md-inline{
        display:inline!important
    }
    .visible-md-inline-block{
        display:inline-block!important
    }
}
@media (min-width:1200px){
    .visible-lg{
        display:block!important
    }
    table.visible-lg{
        display:table!important
    }
    tr.visible-lg{
        display:table-row!important
    }
    td.visible-lg,th.visible-lg{
        display:table-cell!important
    }
    .visible-lg-block{
        display:block!important
    }
    .visible-lg-inline{
        display:inline!important
    }
    .visible-lg-inline-block{
        display:inline-block!important
    }
    .hidden-lg{
        display:none!important
    }
}
@media (max-width:767px){
    .hidden-xs{
        display:none!important
    }
}
@media (min-width:768px) and (max-width:991px){
    .hidden-sm{
        display:none!important
    }
}
@media (min-width:992px) and (max-width:1199px){
    .hidden-md{
        display:none!important
    }
}
.visible-print{
    display:none!important
}
@media print{
    .visible-print{
        display:block!important
    }
    table.visible-print{
        display:table!important
    }
    tr.visible-print{
        display:table-row!important
    }
    td.visible-print,th.visible-print{
        display:table-cell!important
    }
}
.visible-print-block{
    display:none!important
}
@media print{
    .visible-print-block{
        display:block!important
    }
}
.visible-print-inline{
    display:none!important
}
@media print{
    .visible-print-inline{
        display:inline!important
    }
}
.visible-print-inline-block{
    display:none!important
}
@media print{
    .visible-print-inline-block{
        display:inline-block!important
    }
    .hidden-print{
        display:none!important
    }
}
.display-xs-block{
    display:none
}
@media (min-width:1025px){
    .navbar-collapse{
        display:block!important;
        height:auto!important
    }
    .navbar-collapse.collapse{
        padding-bottom:0;
        overflow:visible!important
    }
    .header-1 #main-menu .nav.navbar-nav{
        margin-right:54px
    }
    .header-shop #main-menu .nav.navbar-nav{
        margin-right:98px
    }
    .main-menu-container{
        position:absolute;
        top:0;
        right:0;
        width:100%
    }
    #header-left #cd-search,#header-left .cd-header-buttons{
        display:none
    }
    .side-content .container{
        width:100%
    }
}
@media (max-width:1024px){
    .affix .hamb-mob-icon,.hamb-mob-icon{
        transition:padding .4s ease 0s;
        transform:translateZ(0)
    }
    .hide-lg{
        display:none
    }
    #back-top{
        bottom:15px;
        right:15px
    }
    .container-m-30,.header-boxed .container.relative{
        padding:0
    }
    .nofloat.col-md-2,.nofloat.col-md-3,.nofloat.col-md-4{
        float:none;
        width:auto
    }
    .header.no-transparent .logo-2,.logo-2{
        padding:17px 0 17px 13px
    }
    .logo-row{
        width:auto
    }
    .header-side-menu .logo-row{
        width:180px
    }
    .cd-header-buttons{
        top:21px;
        right:50px!important;
        margin:0;
        padding:0
    }
    .cd-search-trigger::before{
        width:12px;
        height:12px;
        left:15px;
        top:10px;
        border:2px solid #323336
    }
    .cd-search-trigger::after{
        width:7px;
        bottom:21px;
        right:14px;
        height:2px
    }
    .affix .cd-header-buttons{
        top:13px
    }
    .cd-search{
        height:76px
    }
    .cd-search-trigger span::after,.cd-search-trigger span::before{
        width:17px;
        margin-top:-5px;
        margin-left:-8px
    }
    .cd-search-trigger.search-is-visible{
        right:-37px
    }
    .cd-search input{
        padding:0 20px
    }
    .hamb-mob-icon{
        display:block;
        float:left;
        padding:25px 17px 22px 5px;
        font-size:29px;
        color:#323336
    }
    .header-black .hamb-mob-icon{
        color:#fff
    }
    .affix .hamb-mob-icon{
        padding:17px 17px 13px 5px
    }
    .menu-row{
        margin-top:0!important
    }
    .affix.header .btn-navbar .main-menu-icon{
        display:block
    }
    .header.header-always-sticky{
        height:60px
    }
    .header-1 .main-content{
        margin-top:0
    }
    .menu-btn-respons-container{
        position:absolute;
        right:0;
        top:0
    }
    .main-menu-container{
        background-color:#4b4e53
    }
    .sub-menu-white .main-menu-container{
        background-color:#fff
    }
    .header .logo,.header-maintenance .logo{
        padding-top:21px;
        transition:all .3s ease 0s
    }
    .menu-contact-info .contact-list{
        padding-top:30px;
        padding-bottom:30px
    }
    .menu-address-container{
        padding-top:12px
    }
    .menu-map-container{
        margin-left:-20px;
        margin-bottom:-5px
    }
    .menu-contact-info{
        margin:0
    }
    #main-menu .sub .a-mail{
        padding:0!important
    }
    nav .main-menu-icon{
        display:none
    }
    .btn-navbar .icon_menu.main-menu-icon{
        float:left;
        margin:7px 0 0;
        padding-bottom:0;
        padding-top:13px
    }
    .header{
        position:relative;
           margin-bottom: -135px;
        width:auto;
        height:auto;
        transition:margin-bottom .28s ease 0s,background .65s cubic-bezier(.55,.06,.35,.38) 0s
    }
    .header.mobile-no-transparent{
        margin-bottom:0
    }
    .header.header-black.mobile-no-transparent{
        background:#303036
    }
    .header .right-box-wrapper{
        text-align:right
    }
    .right-1024{
        float:none
    }
    #main-menu{
        margin:0;
        text-align:left
    }
    .header .navbar{
        margin:0;
        min-height:inherit;
        position:static
    }
    .header .menu-btn-respons-container .btn-navbar{
        background:#fff;
        border:none!important;
        display:block;
        margin:0;
        padding:0
    }
    .header .menu-btn-respons-container .btn-navbar:before{
        content:"";
        display:none
    }
    .header .menu-btn-respons-container .btn-navbar.collapsed:before{
        display:block
    }
    #main-menu .navbar .nav .parent .parent>a:after,#main-menu .navbar .nav>li.parent:hover>a:after{
        display:none
    }
    .header .menu-btn-respons-container .btn-navbar.collapsed{
        background:0 0;
        border:1px solid transparent;
        border-bottom:0 none
    }
    .header .btn-navbar .text{
        color:#1e1e1e;
        float:left;
        line-height:16px;
        padding:23px 15px 0 0;
        font-family:Poppins,Arial,Helvetica,sans-serif;
        font-weight:300;
        font-size:14px
    }
    #main-menu .navbar .nav{
        padding-top:5px
    }
    #main-menu .navbar .nav>li>a{
        font-weight:400;
        margin:0!important;
        padding:16px 9px 16px 17px!important;
        text-decoration:none;
        width:100%;
        text-align:left;
        color:#d3d3d3!important;
        border:none!important
    }
    .sub-menu-white #main-menu .navbar .nav>li>a{
        color:#6b6d6f!important
    }
    #main-menu .navbar .nav .open-sub:before{
        content:"\e232";
        font-size:20px;
        font-family:linea-icons!important;
        color:#d3d3d3;
        right:14px;
        position:absolute;
        font-style:normal!important;
        font-weight:400!important;
        font-variant:normal!important;
        text-transform:none!important;
        speak:none;
        line-height:1;
        -webkit-font-smoothing:antialiased;
        -moz-osx-font-smoothing:grayscale
    }
    .sub-menu-white #main-menu .navbar .nav .open-sub:before{
        color:#6b6d6f
    }
    #main-menu .navbar .nav .current .open-sub:before{
        color:#fff
    }
    .sub-menu-white #main-menu .navbar .nav .current .open-sub:before{
        color:#000
    }
    #main-menu .navbar .nav .active .open-sub:before{
        content:"\e200"
    }
    #main-menu .navbar .nav .active .sub .open-sub:before{
        content:"\e232"
    }
    #main-menu .navbar .nav .active .sub .active .open-sub:before{
        content:"\e200"
    }
    #main-menu .parent .sub,#main-menu .parent:hover .sub,#main-menu .sub{
        display:none;
        position:relative;
        margin:0;
        padding:0;
        background:#3e4045;
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none
    }
    .sub-menu-white #main-menu .parent .sub,.sub-menu-white #main-menu .parent:hover .sub,.sub-menu-white #main-menu .sub{
        background:#f0f0f0
    }
    #main-menu .parent .sub .sub{
        background:#323538
    }
    .sub-menu-white #main-menu .parent .sub .sub{
        background:#e0e0e0
    }
    #main-menu .sub a.current{
        color:#fff
    }
    .sub-menu-white #main-menu .sub a.current{
        color:#000
    }
    #main-menu .navbar .nav>li.current>a{
        margin:0;
        color:#fff!important;
        border:none!important
    }
    .sub-menu-white #main-menu .navbar .nav>li.current>a{
        margin:0;
        color:#000!important;
        border:none!important
    }
    #main-menu .navbar .nav>.parent.active:hover>a,#main-menu .navbar .nav>.parent.active>a{
        background:0 0
    }
    #main-menu .parent:hover>.sub{
        -webkit-animation:fadeIn 0;
        animation:fadeIn 0
    }
    #main-menu .sub li{
        line-height:22px
    }
    #main-menu .sub a{
        padding:15px 9px 15px 27px!important
    }
    #main-menu .sub .sub a{
        padding:15px 9px 15px 37px!important
    }
    #main-menu .sub .sub{
        left:0;
        margin-left:25px;
        padding-top:0!important;
        padding-bottom:0!important
    }
    #main-menu .megamenu>.sub{
        width:100%
    }
    #main-menu .megamenu>.sub .sub-wrapper{
        display:block
    }
    #main-menu .megamenu>.sub .mob-menu-hide{
        display:none
    }
    #main-menu .megamenu>.sub .sub-list{
        display:block;
        padding:0;
        width:100%!important
    }
    #main-menu .megamenu>.sub .box{
        padding:0
    }
    #main-menu .megamenu .title{
        cursor:pointer;
        font-weight:400;
        line-height:22px;
        margin:0;
        padding:15px 9px 15px 27px!important;
        position:relative;
        text-transform:none;
        font-size:14px;
        color:#d3d3d3
    }
    .sub-menu-white #main-menu .megamenu .title{
        color:#6b6d6f
    }
    #main-menu .megamenu>.sub .box.closed ul{
        display:none;
        background:#323538;
        padding-left:10px
    }
    .sub-menu-white #main-menu .megamenu>.sub .box.closed ul{
        background:#e0e0e0
    }
    #main-menu .megamenu .active .title,#main-menu .megamenu .current .title{
        color:#fff
    }
    #main-menu .megamenu .current .title,.sub-menu-white #main-menu .megamenu .active .title{
        color:#000
    }
}
@media (min-width:768px) and (max-width:1024px){
    #main-menu .navbar-collapse.collapse{
        display:none!important
    }
    #main-menu .navbar-collapse.collapse.in{
        display:block!important
    }
    .navbar-nav,.navbar-nav>li{
        float:none
    }
}
@media (max-width:991px){
    .hide-max-960,.nl-icon-container-bg{
        display:none
    }
    .wow{
        visibility:visible!important;
        -webkit-animation:none!important;
        -moz-animation:none!important;
        -o-animation:none!important;
        -ms-animation:none!important;
        animation:none!important
    }
    .nl-button{
        padding-left:10px;
        padding-right:10px
    }
    .nl-main-container-bg{
        margin-left:0
    }
    .ts-text-container{
        padding-top:40px;
        padding-left:30px
    }
    .t-a-container{
        margin-top:20px
    }
    .cd-timeline-start{
        margin:0
    }
    .cd-timeline-img.cd-picture{
        font-size:18px;
        padding-top:8px
    }
    .cd-date{
        margin-top:15px;
        background:#fff;
        margin-left:-20px;
        margin-bottom:-5px;
        padding:15px
    }
    .maintenance-icon-container,.maintenance-text-container h2{
        margin-top:0
    }
    .cd-date-month,.cd-date-year{
        display:inline-block;
        font-size:14px
    }
    .cd-date-year{
        margin-right:10px;
        margin-bottom:0
    }
    .maintenance-icon{
        font-size:100px
    }
    .maintenance-text-container h1{
        margin-top:0;
        margin-bottom:10px;
        font-size:40px;
        line-height:40px;
        font-weight:600
    }
    .img-container-404{
        margin-bottom:65px
    }
    .pricing-horizontal-content-container{
        border:2px solid #eee
    }
    .pricing-horizontal-price-container{
        position:relative;
        right:0
    }
}
@media (max-width:768px){
    .footer2-copy-cont .left,.footer2-copy-cont .right{
        float:none
    }
    .footer2-copy-cont,.text-sm-center{
        text-align:center
    }
}
@media (max-width:767px){
    #main-menu .navbar-collapse.in{
        overflow:visible!important
    }
    .text-xs-center{
        text-align:center
    }
    .display-xs-block{
        display:block
    }
    .tp-banner-container .tp-bullets.simplebullets.preview4 div span:before,.tp-bullets{
        display:none
    }
    .tp-button1,.tp-button1.button.medium.thin{
        font-size:12px!important;
        line-height:18px!important;
        padding:8px 32px!important
    }
    .tp-button1.button.medium.thin{
        font-size:12px!important;
        line-height:18px!important;
        padding:6px 31px!important
    }
}
@media (max-width:640px){
    .nl-caption{
        display:none
    }
}
@media (max-width:600px){
    .header .menu-btn-respons-container .btn-navbar.collapsed:before,.ts-img-container{
        display:none
    }
    .ts-text-container{
        padding:25px 25px 15px;
        font-size:13px
    }
    .t-a-container{
        padding-bottom:10px;
        margin-top:10px
    }
    .ts-icon-container{
        background-color:#ffea00;
        width:50px;
        height:50px;
        opacity:1;
        text-align:center;
        padding:10px
    }
    .ts-icon-container-bg{
        padding-top:52px;
        padding-bottom:53px;
        width:50px
    }
    .ts-main-container-bg{
        margin-left:50px
    }
    .main-menu-icon{
        display:block;
        font-size:18px;
        font-weight:100!important;
        padding:12px;
        border:1px solid #a3a7ad;
        border-radius:50%;
        color:#a3a7ad;
        height:30px;
        width:30px
    }
    .ts-icon-container span{
        padding:3px 0 0;
        margin:0;
        font-size:20px;
        color:#323336;
        border-color:#323336
    }
}
@media (max-width:480px){
    .text-xxs-center{
        text-align:center
    }
    .font-xxs-32-wide{
        font-size:32px;
        letter-spacing:5px;
        line-height:40px
    }
    .display-xxs-no{
        display:none!important
    }
}
@media (max-width:479px){
    .nl-email-input{
        width:240px;
        margin-right:0
    }
}
.owl-carousel .owl-wrapper:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.mfp-container:before,.mfp-figure:after{
    content:''
}
.owl-carousel,.owl-carousel .owl-wrapper{
    display:none;
    position:relative
}
.owl-carousel{
    width:100%;
    -ms-touch-action:pan-y;
    overflow:hidden
}
.owl-carousel .owl-wrapper-outer{
    overflow:hidden;
    position:relative;
    width:100%;
    z-index:5
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition:height .5s ease-in-out;
    -moz-transition:height .5s ease-in-out;
    -ms-transition:height .5s ease-in-out;
    -o-transition:height .5s ease-in-out;
    transition:height .5s ease-in-out
}
.owl-carousel .owl-item{
    float:left
}
.owl-controls{
    user-select:none
}
.grabbing{
    cursor:url(grabbing.png) 8 8,move
}
.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-origin{
    -webkit-perspective:1200px;
    -webkit-perspective-origin-x:50%;
    -webkit-perspective-origin-y:50%;
    -moz-perspective:1200px;
    -moz-perspective-origin-x:50%;
    -moz-perspective-origin-y:50%;
    perspective:1200px
}
.owl-fade-out{
    z-index:10;
    -webkit-animation:fadeOut .7s both ease;
    -moz-animation:fadeOut .7s both ease;
    animation:fadeOut .7s both ease
}
.owl-fade-in{
    -webkit-animation:fadeIn .7s both ease;
    -moz-animation:fadeIn .7s both ease;
    animation:fadeIn .7s both ease
}
.owl-backSlide-out{
    -webkit-animation:backSlideOut 1s both ease;
    -moz-animation:backSlideOut 1s both ease;
    animation:backSlideOut 1s both ease
}
.owl-backSlide-in{
    -webkit-animation:backSlideIn 1s both ease;
    -moz-animation:backSlideIn 1s both ease;
    animation:backSlideIn 1s both ease
}
.owl-goDown-out{
    -webkit-animation:scaleToFade .7s ease both;
    -moz-animation:scaleToFade .7s ease both;
    animation:scaleToFade .7s ease both
}
.owl-goDown-in{
    -webkit-animation:goDown .6s ease both;
    -moz-animation:goDown .6s ease both;
    animation:goDown .6s ease both
}
.owl-fadeUp-in{
    -webkit-animation:scaleUpFrom .5s ease both;
    -moz-animation:scaleUpFrom .5s ease both;
    animation:scaleUpFrom .5s ease both
}
.owl-fadeUp-out{
    -webkit-animation:scaleUpTo .5s ease both;
    -moz-animation:scaleUpTo .5s ease both;
    animation:scaleUpTo .5s ease both
}
@-webkit-keyframes empty{
    0%{
        opacity:1
    }
}
@-moz-keyframes empty{
    0%{
        opacity:1
    }
}
@keyframes empty{
    0%{
        opacity:1
    }
}
@-webkit-keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@-moz-keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@-webkit-keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
@-moz-keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
@-webkit-keyframes backSlideOut{
    25%{
        opacity:.5;
        -webkit-transform:translateZ(-500px)
    }
    100%,75%{
        opacity:.5;
        -webkit-transform:translateZ(-500px) translateX(-200%)
    }
}
@-moz-keyframes backSlideOut{
    25%{
        opacity:.5;
        -moz-transform:translateZ(-500px)
    }
    100%,75%{
        opacity:.5;
        -moz-transform:translateZ(-500px) translateX(-200%)
    }
}
@keyframes backSlideOut{
    25%{
        opacity:.5;
        transform:translateZ(-500px)
    }
    100%,75%{
        opacity:.5;
        transform:translateZ(-500px) translateX(-200%)
    }
}
@-webkit-keyframes backSlideIn{
    0%,25%{
        opacity:.5;
        -webkit-transform:translateZ(-500px) translateX(200%)
    }
    75%{
        opacity:.5;
        -webkit-transform:translateZ(-500px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateZ(0) translateX(0)
    }
}
@-moz-keyframes backSlideIn{
    0%,25%{
        opacity:.5;
        -moz-transform:translateZ(-500px) translateX(200%)
    }
    75%{
        opacity:.5;
        -moz-transform:translateZ(-500px)
    }
    100%{
        opacity:1;
        -moz-transform:translateZ(0) translateX(0)
    }
}
@keyframes backSlideIn{
    0%,25%{
        opacity:.5;
        transform:translateZ(-500px) translateX(200%)
    }
    75%{
        opacity:.5;
        transform:translateZ(-500px)
    }
    100%{
        opacity:1;
        transform:translateZ(0) translateX(0)
    }
}
@-webkit-keyframes scaleToFade{
    to{
        opacity:0;
        -webkit-transform:scale(.8)
    }
}
@-moz-keyframes scaleToFade{
    to{
        opacity:0;
        -moz-transform:scale(.8)
    }
}
@keyframes scaleToFade{
    to{
        opacity:0;
        transform:scale(.8)
    }
}
@-webkit-keyframes goDown{
    from{
        -webkit-transform:translateY(-100%)
    }
}
@-moz-keyframes goDown{
    from{
        -moz-transform:translateY(-100%)
    }
}
@keyframes goDown{
    from{
        transform:translateY(-100%)
    }
}
@-webkit-keyframes scaleUpFrom{
    from{
        opacity:0;
        -webkit-transform:scale(1.5)
    }
}
@-moz-keyframes scaleUpFrom{
    from{
        opacity:0;
        -moz-transform:scale(1.5)
    }
}
@keyframes scaleUpFrom{
    from{
        opacity:0;
        transform:scale(1.5)
    }
}
@-webkit-keyframes scaleUpTo{
    to{
        opacity:0;
        -webkit-transform:scale(1.5)
    }
}
@-moz-keyframes scaleUpTo{
    to{
        opacity:0;
        -moz-transform:scale(1.5)
    }
}
@keyframes scaleUpTo{
    to{
        opacity:0;
        transform:scale(1.5)
    }
}
.owl-buttons{
    position:static
}
.owl-next,.owl-prev{
    opacity:0;
    display:block;
    position:absolute;
    top:50%;
    margin-top:-50px;
    width:105px;
    height:105px;
    line-height:105px;
    font-size:40px;
    text-align:center;
    z-index:6;
    -webkit-transition:all .27s cubic-bezier(0,0,.58,1);
    -moz-transition:all .27s cubic-bezier(0,0,.58,1);
    transition:all .27s cubic-bezier(0,0,.58,1)
}
.owl-arrows-bg .owl-next,.owl-arrows-bg .owl-prev{
    margin-top:-35px;
    padding-top:19px;
    width:40px;
    height:70px;
    background:#fff;
    line-height:30px;
    font-size:30px;
    color:rgba(16,16,16,.7)!important
}
.owl-next,.owl-prev{
    color:rgba(75,78,83,.7)
}
.owl-bg-black .owl-next,.owl-bg-black .owl-prev{
    color:rgba(255,255,255,.61)
}
.owl-prev{
    left:-50px
}
.owl-next{
    right:-50px
}
.owl-next .icon,.owl-prev .icon{
    position:relative
}
.owl-next:hover,.owl-prev:hover{
    color:rgba(75,78,83,1)
}
.owl-bg-black .owl-next:hover,.owl-bg-black .owl-prev:hover{
    color:rgba(255,255,255,1)
}
.owl-carousel:hover .owl-prev{
    opacity:1;
    left:-15px
}
.owl-apps-prev.owl-carousel:hover .owl-prev{
    opacity:1;
    left:-30px
}
.owl-arrows-bg.owl-carousel:hover .owl-prev{
    left:0
}
.owl-carousel:hover .owl-next{
    opacity:1;
    right:-15px
}
.owl-apps-prev.owl-carousel:hover .owl-next{
    opacity:1;
    right:-30px
}
.owl-arrows-bg.owl-carousel:hover .owl-next{
    right:0
}
@media only screen and (max-width:992px){
    .owl-carousel:hover .owl-prev{
        opacity:1;
        left:-27px
    }
    .owl-carousel:hover .owl-next{
        opacity:1;
        right:-27px
    }
}
.owl-pagination{
    z-index:5;
    display:block;
    width:100%;
    position:absolute;
    left:0;
    text-align:center
}
.owl-pag-2 .owl-pagination{
    bottom:10px
}
.owl-page{
    display:inline-block;
    padding:6px;
    position:relative
}
.owl-page:hover span{
    background:rgba(255,255,255,1)
}
.owl-page.active span{
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -o-transform:scale(1.5);
    -ms-transform:scale(1.5);
    transform:scale(1.5)
}
.owl-page span{
    width:6px;
    height:6px;
    display:block;
    position:relative;
    border-radius:50%;
    -webkit-transition:all .27s cubic-bezier(0,0,.58,1);
    -moz-transition:all .27s cubic-bezier(0,0,.58,1);
    -o-transition:all .27s cubic-bezier(0,0,.58,1);
    -ms-transition:all .27s cubic-bezier(0,0,.58,1);
    transition:all .27s cubic-bezier(0,0,.58,1);
    background:#e32068 !important;
}
.owl-bg-black .owl-page span{
    background:rgba(255,255,255,1);
    box-shadow:0 1px 0 rgba(0,0,0,.1)
}
.item-carousel .owl-prev{
    left:-125px
}
.item-carousel .owl-next{
    right:-125px
}
section:hover .item-carousel.owl-carousel .owl-prev{
    opacity:1;
    left:-80px
}
section:hover .item-carousel.owl-carousel .owl-next{
    opacity:1;
    right:-80px
}
.item-carousel{
    margin-bottom:-50px;
    padding-bottom:50px
}
.item-carousel .owl-pagination{
    bottom:0
}
.content-slider .owl-pagination,.work-full-slider .owl-pagination{
    bottom:15px
}
.single-carousel,.small-item-carousel{
    margin-bottom:35px
}
.single-carousel .owl-pagination,.small-item-carousel .owl-pagination{
    position:relative;
    left:0;
    top:35px;
    margin:0
}
.single-carousel.black .owl-page span,.small-item-carousel.black .owl-page span{
    background:rgba(0,0,0,.15);
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none
}
.single-carousel.black .owl-page.active span,.single-carousel.black .owl-page:hover span,.small-item-carousel.black .owl-page.active span,.small-item-carousel.black .owl-page:hover span{
    background:rgba(0,0,0,.4)
}
.single-carousel.black .owl-next,.single-carousel.black .owl-prev,.small-item-carousel.black .owl-next,.small-item-carousel.black .owl-prev{
    color:rgba(0,0,0,.2);
    text-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none
}
.single-carousel.black .owl-next:hover,.single-carousel.black .owl-prev:hover,.small-item-carousel.black .owl-next:hover,.small-item-carousel.black .owl-prev:hover{
    color:rgba(0,0,0,.35)
}
.single-carousel .owl-prev,.small-item-carousel .owl-prev{
    left:-125px
}
.single-carousel .owl-next,.small-item-carousel .owl-next{
    right:-125px
}
section:hover .single-carousel .owl-prev,section:hover .small-item-carousel .owl-prev{
    opacity:1;
    left:-80px
}
.mfp-bg,.mfp-container,.mfp-wrap{
    left:0;
    top:0;
    height:100%;
    width:100%
}
section:hover .single-carousel .owl-next,section:hover .small-item-carousel .owl-next{
    opacity:1;
    right:-80px
}
.black-arrows .owl-next,.black-arrows .owl-prev{
    color:#fff
}
.black-arrows .owl-next:before,.black-arrows .owl-prev:before{
    background:rgba(0,0,0,1)
}
.mfp-bg{
    z-index:1042;
    overflow:hidden;
    position:fixed;
    background:#0b0b0b;
    opacity:.8;
    filter:alpha(opacity=80)
}
.mfp-wrap{
    z-index:1043;
    position:fixed
}
.mfp-container{
    text-align:center;
    position:absolute;
    padding:0 8px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.mfp-container:before{
    display:inline-block;
    height:100%
}
.mfp-align-top .mfp-container:before{
    display:none
}
.mfp-content{
    position:relative;
    display:inline-block;
    margin:0 auto;
    text-align:left;
    z-index:1045
}
.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{
    width:100%;
    cursor:auto
}
.mfp-ajax-cur{
    cursor:progress
}
.mfp-zoom{
    cursor:pointer;
    cursor:-webkit-zoom-in;
    cursor:-moz-zoom-in;
    cursor:zoom-in
}
.mfp-auto-cursor .mfp-content{
    cursor:auto
}
.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{
    -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-close,.mfp-preloader a:hover{
    color:#fff
}
.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{
    display:none
}
button.mfp-arrow,button.mfp-close{
    overflow:visible;
    cursor:pointer;
    background:0 0;
    border:0;
    -webkit-appearance:none;
    display:block;
    outline:0;
    padding:0;
    z-index:1046;
    -webkit-box-shadow:none;
    box-shadow:none
}
.mfp-figure:after,.mfp-iframe-scaler iframe{
    box-shadow:0 0 8px rgba(0,0,0,.6);
    position:absolute;
    left:0
}
button::-moz-focus-inner{
    padding:0;
    border:0
}
.mfp-close{
    width:44px;
    height:44px;
    line-height:44px;
    position:absolute;
    right:0;
    top:0;
    text-align:center;
    opacity:.65;
    padding:0 0 18px 10px;
    font-style:normal;
    font-size:28px;
    font-family:Arial,Baskerville,monospace
}
.mfp-close:focus,.mfp-close:hover{
    opacity:1
}
.mfp-close:active{
    top:1px
}
.mfp-close-btn-in .mfp-close{
    color:#333
}
.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{
    color:#fff;
    right:-6px;
    text-align:right;
    padding-right:6px;
    width:100%
}
.mfp-counter{
    position:absolute;
    top:0;
    right:0;
    color:#ccc;
    font-size:14px;
    line-height:18px
}
.mfp-figure,img.mfp-img{
    line-height:0
}
.mfp-arrow{
    position:absolute;
    opacity:.65;
    margin:-55px 0 0;
    top:50%;
    padding:0;
    width:90px;
    height:110px
}
.mfp-arrow:active{
    margin-top:-54px
}
.mfp-arrow:focus,.mfp-arrow:hover{
    opacity:1
}
.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    left:0;
    top:0;
    margin-top:35px;
    margin-left:35px;
    border:inset transparent
}
.mfp-arrow .mfp-a,.mfp-arrow:after{
    border-top-width:13px;
    border-bottom-width:13px;
    top:8px
}
.mfp-arrow .mfp-b,.mfp-arrow:before{
    border-top-width:21px;
    border-bottom-width:21px
}
.mfp-arrow-left{
    left:0
}
.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{
    border-right:17px solid #fff;
    margin-left:31px
}
.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{
    margin-left:25px;
    border-right:27px solid #3f3f3f
}
.mfp-arrow-right{
    right:0
}
.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{
    border-left:17px solid #fff;
    margin-left:39px
}
.mfp-arrow-right .mfp-b,.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-image-holder .mfp-content,img.mfp-img{
    max-width:100%
}
.mfp-iframe-holder .mfp-close{
    top:-40px
}
.mfp-iframe-scaler{
    width:100%;
    height:0;
    overflow:hidden;
    padding-top:56.25%
}
.mfp-iframe-scaler iframe{
    display:block;
    top:0;
    width:100%;
    height:100%;
    background:#000
}
.mfp-figure:after,img.mfp-img{
    width:auto;
    height:auto;
    display:block
}
img.mfp-img{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:40px 0;
    margin:0 auto
}
.mfp-figure:after{
    top:40px;
    bottom:40px;
    right:0;
    z-index:-1;
    background:#444
}
.mfp-figure small{
    color:#bdbdbd;
    display:block;
    font-size:14px;
    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-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;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        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-ie7 .mfp-img{
    padding:0
}
.mfp-ie7 .mfp-bottom-bar{
    width:600px;
    left:50%;
    margin-left:-300px;
    margin-top:5px;
    padding-bottom:5px
}
.mfp-ie7 .mfp-container{
    padding:0
}
.mfp-ie7 .mfp-content{
    padding-top:44px
}
.mfp-ie7 .mfp-close{
    top:0;
    right:0;
    padding-top:0
}
.white-popup{
    position:relative;
    background:#FFF;
    padding:25px;
    width:auto;
    max-width:400px;
    margin:0 auto
}
.mfp-zoom-in .mfp-with-anim{
    opacity:0;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    -webkit-transform:scale(.8);
    -moz-transform:scale(.8);
    -ms-transform:scale(.8);
    -o-transform:scale(.8);
    transform:scale(.8)
}
.mfp-zoom-in.mfp-bg{
    opacity:0;
    -webkit-transition:all .3s ease-out;
    -moz-transition:all .3s ease-out;
    -ms-transition:all .3s ease-out;
    -o-transition:all .3s ease-out;
    transition:all .3s ease-out
}
.mfp-zoom-in.mfp-ready .mfp-with-anim{
    opacity:1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1)
}
.mfp-zoom-in.mfp-ready.mfp-bg{
    opacity:.8
}
.mfp-zoom-in.mfp-removing .mfp-with-anim{
    -webkit-transform:scale(.8);
    -moz-transform:scale(.8);
    -ms-transform:scale(.8);
    -o-transform:scale(.8);
    transform:scale(.8);
    opacity:0
}
.mfp-zoom-in.mfp-removing.mfp-bg{
    opacity:0
}
.mfp-newspaper .mfp-with-anim{
    opacity:0;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
    -webkit-transform:scale(0) rotate(500deg);
    -moz-transform:scale(0) rotate(500deg);
    -ms-transform:scale(0) rotate(500deg);
    -o-transform:scale(0) rotate(500deg);
    transform:scale(0) rotate(500deg)
}
.mfp-newspaper.mfp-bg{
    opacity:0;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.mfp-newspaper.mfp-ready .mfp-with-anim{
    opacity:1;
    -webkit-transform:scale(1) rotate(0);
    -moz-transform:scale(1) rotate(0);
    -ms-transform:scale(1) rotate(0);
    -o-transform:scale(1) rotate(0);
    transform:scale(1) rotate(0)
}
.mfp-newspaper.mfp-ready.mfp-bg{
    opacity:.8
}
.mfp-newspaper.mfp-removing .mfp-with-anim{
    -webkit-transform:scale(0) rotate(500deg);
    -moz-transform:scale(0) rotate(500deg);
    -ms-transform:scale(0) rotate(500deg);
    -o-transform:scale(0) rotate(500deg);
    transform:scale(0) rotate(500deg);
    opacity:0
}
.mfp-newspaper.mfp-removing.mfp-bg{
    opacity:0
}
.mfp-move-horizontal .mfp-with-anim{
    opacity:0;
    transition:all .3s;
    transform:translateX(-50px)
}
.mfp-move-horizontal.mfp-bg{
    opacity:0;
    transition:all .3s
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim{
    opacity:1;
    transform:translateX(0)
}
.mfp-move-horizontal.mfp-ready.mfp-bg{
    opacity:.8
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim{
    transform:translateX(50px);
    opacity:0
}
.mfp-move-horizontal.mfp-removing.mfp-bg{
    opacity:0
}
.mfp-move-from-top .mfp-content{
    vertical-align:top
}
.mfp-move-from-top .mfp-with-anim{
    opacity:0;
    transition:all .2s;
    transform:translateY(-100px)
}
.mfp-move-from-top.mfp-bg{
    opacity:0;
    transition:all .2s
}
.mfp-move-from-top.mfp-ready .mfp-with-anim{
    opacity:1;
    transform:translateY(0)
}
.mfp-move-from-top.mfp-ready.mfp-bg{
    opacity:.8
}
.mfp-move-from-top.mfp-removing .mfp-with-anim{
    transform:translateY(-50px);
    opacity:0
}
.mfp-move-from-top.mfp-removing.mfp-bg{
    opacity:0
}
.mfp-3d-unfold .mfp-content{
    perspective:2000px;
    -webkit-perspective:2000px
}
.mfp-3d-unfold .mfp-with-anim{
    opacity:0;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d;
    -webkit-transform:rotateY(-60deg);
    -moz-transform:rotateY(-60deg);
    -ms-transform:rotateY(-60deg);
    -o-transform:rotateY(-60deg);
    transform:rotateY(-60deg)
}
.mfp-3d-unfold.mfp-bg{
    opacity:0;
    transition:all .5s
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim{
    opacity:1;
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    -ms-transform:rotateY(0);
    -o-transform:rotateY(0);
    transform:rotateY(0);
    z-index:9999
}
.mfp-3d-unfold.mfp-ready.mfp-bg{
    opacity:.8
}
.affix-fix .fs-logo,.mfp-3d-unfold.mfp-removing.mfp-bg{
    opacity:0
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim{
    -webkit-transform:rotateY(60deg);
    -moz-transform:rotateY(60deg);
    -ms-transform:rotateY(60deg);
    -o-transform:rotateY(60deg);
    transform:rotateY(60deg);
    opacity:0
}
@keyframes hinge{
    0%{
        transform:rotate(0);
        transform-origin:top left;
        animation-timing-function:ease-in-out
    }
    20%,60%{
        transform:rotate(80deg);
        transform-origin:top left;
        animation-timing-function:ease-in-out
    }
    40%{
        transform:rotate(60deg);
        transform-origin:top left;
        animation-timing-function:ease-in-out
    }
    80%{
        transform:rotate(60deg) translateY(0);
        opacity:1;
        transform-origin:top left;
        animation-timing-function:ease-in-out
    }
    100%{
        transform:translateY(700px);
        opacity:0
    }
}
@media (min-width:1025px){
    #header-left .logo-row,.hl-search{
        width:auto
    }
    #header-left .navbar-nav,#header-left .navbar-nav>li,#header-left .right-1024,#header-left ul li{
        float:none
    }
    #header-left{
        position:relative;
        margin-bottom:0
    }
    #header-left .main-menu-container .container-m-30{
        padding:0 0 0 20px
    }
    #header-left .logo-2{
        text-align:left;
        margin-top:40px;
        margin-bottom:20px
    }
    .hl-search{
        margin:60px 30px 0 20px
    }
    .hl-search input{
        border-bottom:1px solid #eee
    }
    .hl-search button{
        color:#d3d3d3
    }
    .hl-search button:hover{
        color:#101010
    }
    .hl-search-input::-webkit-input-placeholder{
        color:#6b6d6f;
        letter-spacing:2px;
        font-size:13px
    }
    .hl-search-input::-moz-placeholder{
        color:#6b6d6f;
        letter-spacing:2px;
        font-size:13px
    }
    .hl-search-input:-moz-placeholder{
        color:#6b6d6f;
        letter-spacing:2px;
        font-size:13px
    }
    .hl-search-input:-ms-input-placeholder{
        color:#6b6d6f;
        letter-spacing:2px;
        font-size:13px
    }
    #header-left #main-menu{
        margin:0;
        text-align:left
    }
    #header-left.header .navbar{
        margin:0;
        min-height:inherit;
        position:static
    }
    #header-left #main-menu .navbar-collapse.collapse.in{
        display:block!important
    }
    #header-left #main-menu .navbar .nav{
        padding-top:10px
    }
    #header-left #main-menu .navbar .nav>li.current>a{
        margin:0;
        color:#101010!important
    }
    #header-left #main-menu .navbar .nav>li>a{
        font-weight:400;
        margin:0!important;
        padding:14px 9px 14px 17px!important;
        text-decoration:none;
        width:100%;
        text-align:left;
        color:#6b6d6f;
        border:none!important
    }
    #header-left #main-menu .navbar .nav>li:hover>a{
        color:#111
    }
    #header-left #main-menu .navbar .nav li a{
        font-size:13px
    }
    #header-left #main-menu .sub .sub{
        left:0;
        margin-left:25px;
        padding-top:0!important;
        padding-bottom:0!important
    }
    #header-left #main-menu .parent .sub,#header-left #main-menu .parent:hover .sub,#header-left #main-menu .sub{
        display:none;
        position:relative;
        margin:0;
        padding:0;
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none
    }
    #header-left #main-menu .sub li{
        line-height:22px
    }
    #header-left #main-menu .sub .sub a{
        padding:15px 9px 15px 37px!important
    }
    #header-left #main-menu .sub a.current{
        color:#fff
    }
    #header-left #main-menu .megamenu>.sub{
        width:100%
    }
    #header-left #main-menu .megamenu>.sub .box{
        padding:0
    }
    #header-left .nofloat.col-md-3{
        float:none;
        width:auto
    }
    #header-left #main-menu .megamenu .title{
        cursor:pointer;
        font-weight:400;
        line-height:22px;
        margin:0;
        padding:15px 9px 15px 27px!important;
        position:relative;
        text-transform:none;
        font-family:'Open Sans',Arial,Helvetica,sans-serif;
        font-size:13px;
        color:#d3d3d3
    }
    #header-left #main-menu .sub a{
        padding:15px 9px 15px 27px!important
    }
    #header-left #main-menu .megamenu>.sub .box.closed ul{
        display:none;
        background:#323538;
        padding-left:10px
    }
    #header-left .menu-contact-info{
        margin:0
    }
    #header-left .menu-contact-info .contact-list{
        padding-top:30px;
        padding-bottom:30px
    }
    #header-left .menu-map-container{
        margin-left:-20px;
        margin-bottom:-5px
    }
    #header-left #main-menu .navbar-collapse.collapse{
        display:none!important
    }
    #header-left .main-menu-container{
        position:relative
    }
    #header-left.header-1 #main-menu .nav.navbar-nav{
        margin-right:0
    }
    #header-left #main-menu .navbar .nav .open-sub:before{
        content:"\e232";
        font-size:20px;
        font-family:linea-icons!important;
        color:#d3d3d3;
        right:14px;
        position:absolute;
        font-style:normal!important;
        font-weight:400!important;
        font-variant:normal!important;
        text-transform:none!important;
        speak:none;
        line-height:1;
        -webkit-font-smoothing:antialiased;
        -moz-osx-font-smoothing:grayscale
    }
    #header-left #main-menu .navbar .nav .parent .parent>a:after{
        display:none
    }
    #header-left #main-menu .navbar .nav>.parent.active:hover>a,#header-left #main-menu .navbar .nav>.parent.active>a{
        background:0 0
    }
    #header-left #main-menu .parent:hover>.sub{
        animation:none
    }
    #header-left #main-menu .parent .sub,#header-left #main-menu .parent:hover .sub,#header-left #main-menu .sub{
        background:#3e4045
    }
    #header-left #main-menu .parent .sub .sub,#header-left #main-menu .parent:hover .sub .sub{
        background:#323538
    }
    #header-left #main-menu .navbar .nav .active .sub .active .open-sub:before{
        content:"\e200"
    }
    #header-left #main-menu .navbar .nav .active .sub .open-sub:before{
        content:"\e232"
    }
    #header-left #main-menu .navbar .nav .active .open-sub:before{
        content:"\e200"
    }
    .side-header{
        position:fixed;
        top:0;
        left:0;
        width:280px;
        height:100%;
        padding-bottom:60px;
        overflow-y:auto;
        background:#fff;
        text-align:center;
        z-index:1045;
        box-sizing:border-box
    }
    .side-content{
        margin-left:280px
    }
}
.bg-opacity,.tab-content-opacity{
    background:rgba(255,255,255,.7)
}
.tab-nav-opacity{
    border-color:rgba(255,255,255,.9)
}
.bg-opacity{
    padding:30px
}
.tab-nav-opacity li.active>a{
    border-color:rgba(255,255,255,.9)!important;
    background-color:rgba(255,255,255,.9)
}
.tab-nav-opacity>li>a:hover{
    border-color:#eee #eee rgba(255,255,255,.9)
}
.tab-content-border{
    border:1px solid #ddd;
    border-top:none;
    padding:30px 15px
}
.display-block,.travel-form label{
    display:block
}
.input-group-addon2{
    background:0 0;
    border:none
}
.travel-carousel .owl-wrapper-outer{
    padding-top:105px
}
.cd-img-replace{
    display:inline-block;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap
}
#cd-logo,#cd-logo img{
    display:block
}
#nav-stick{
    transition:all .4s ease;
    width:100%
}
.sliding-content{
    min-height:100%;
    position:relative;
    background-color:#fff;
    z-index:2;
    -webkit-transform:translateZ(0);
    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:-moz-transform;
    transition-property:transform;
    -webkit-transition-duration:.4s;
    -moz-transition-duration:.4s;
    transition-duration:.4s
}
.sliding-content.lateral-menu-is-open,header.lateral-menu-is-open{
    -webkit-transform:translateX(-260px);
    -moz-transform:translateX(-260px);
    -ms-transform:translateX(-260px);
    -o-transform:translateX(-260px);
    transform:translateX(-260px)
}
header.is-fixed{
    position:fixed
}
#cd-logo{
    float:left;
    margin:12px 0 0 20px
}
#cd-top-nav{
    position:absolute;
    top:0;
    right:120px;
    height:100%;
    display:none
}
#cd-top-nav ul{
    height:100%;
    padding-top:18px
}
#cd-top-nav li{
    display:inline-block;
    margin-right:1em
}
#cd-top-nav a{
    display:inline-block;
    padding:.5em;
    color:#FFF;
    text-transform:uppercase;
    font-weight:600
}
#cd-top-nav a.current{
    background-color:#242e30
}
.no-touch #cd-top-nav a:hover{
    color:rgba(255,255,255,.7)
}
@media only screen and (min-width:768px){
    #cd-logo{
        margin:22px 0 0 30px
    }
    #cd-top-nav{
        display:block
    }
}
#cd-menu-trigger{
    position:absolute;
    right:45px;
    top:0;
    height:100%;
    width:50px
}
@media only screen and (max-width:1024px){
    #cd-menu-trigger{
        right:25px
    }
}
#cd-menu-trigger .cd-menu-icon{
    display:inline-block;
    position:absolute;
    top:50%;
    left:auto;
    right:0;
    bottom:auto;
    width:24px;
    height:2px;
    background-color:#323336
}
#cd-menu-trigger .cd-menu-icon::before,#cd-menu-trigger .cd-menu-icon:after{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    background-color:inherit;
    left:0
}
#cd-menu-trigger .cd-menu-icon::before{
    bottom:7px
}
#cd-menu-trigger .cd-menu-icon::after{
    top:7px
}
#cd-menu-trigger.is-clicked .cd-menu-icon{
    background-color:rgba(255,255,255,0)
}
#cd-menu-trigger .cd-menu-icon,#cd-menu-trigger .cd-menu-icon::after,#cd-menu-trigger .cd-menu-icon::before{
    transition:all .3s cubic-bezier(.3,.1,.58,1)
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after,#cd-menu-trigger.is-clicked .cd-menu-icon::before{
    background-color:#323336;
    transition:all .3s cubic-bezier(.3,.1,.58,1)
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before{
    bottom:0;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg)
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after{
    top:0;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
#cd-lateral-nav{
    position:fixed;
    height:100%;
    right:0;
    top:0;
    visibility:hidden;
    padding-top:10px;
    z-index:1;
    width:260px;
    background-color:#323336;
    overflow-y:auto;
    -webkit-transform:translateZ(0);
    -webkit-transition:-webkit-transform .4s 0s,visibility 0s .4s;
    -moz-transition:-moz-transform .4s 0s,visibility 0s .4s;
    transition:transform .4s 0s,visibility 0s .4s;
    -webkit-transform:translateX(80px);
    -moz-transform:translateX(80px);
    -ms-transform:translateX(80px);
    -o-transform:translateX(80px);
    transform:translateX(80px)
}
#cd-lateral-nav .cd-navigation{
    margin:10px 0 16px
}
#cd-lateral-nav .sub-menu{
    padding:0 10px 20px 15px;
    display:none
}
#cd-lateral-nav a{
    display:block;
    line-height:38px;
    letter-spacing:1px;
    padding:0 16px 0 32px;
    color:#aab5b7
}
#cd-lateral-nav a.current,#cd-lateral-nav li.current a{
    background-color:#484A51;
    color:#FFF
}
.no-touch #cd-lateral-nav a:hover{
    color:#FFF
}
#cd-lateral-nav.lateral-menu-is-open{
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0);
    visibility:visible;
    -webkit-transition:-webkit-transform .4s 0s,visibility 0s 0s;
    -moz-transition:-moz-transform .4s 0s,visibility 0s 0s;
    transition:transform .4s 0s,visibility 0s 0s;
    -webkit-overflow-scrolling:touch
}
#cd-lateral-nav .item-has-children>a{
    position:relative;
    text-transform:uppercase;
    font-weight:600
}
#cd-lateral-nav .item-has-children>a::after{
    bottom:auto;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    content:"\e232";
    font-family:linea-icons;
    font-style:normal;
    font-weight:400;
    text-transform:none;
    speak:none;
    font-size:16px;
    display:block;
    line-height:1;
    position:absolute;
    right:25px;
    top:14px;
    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:-moz-transform;
    transition-property:transform;
    -webkit-transition-duration:.2s;
    -moz-transition-duration:.2s;
    transition-duration:.2s
}
#cd-lateral-nav .item-has-children>a.submenu-open::after{
    -webkit-transform:translateY(-50%) rotate(90deg);
    -moz-transform:translateY(-50%) rotate(90deg);
    -ms-transform:translateY(-50%) rotate(90deg);
    -o-transform:translateY(-50%) rotate(90deg);
    transform:translateY(-50%) rotate(90deg)
}
#cd-lateral-nav .socials{
    padding:0 32px
}
#cd-lateral-nav .socials:after{
    content:"";
    display:table;
    clear:both
}
#cd-lateral-nav .socials a{
    display:inline-block;
    padding:9px
}
.fs-header{
    position:absolute;
    top:0;
    left:0;
    background:rgba(2,23,37,.95);
    height:50px;
    width:100%;
    z-index:3;
    box-shadow:0 1px 2px rgba(0,0,0,.3);
    -webkit-font-smoothing:antialiased
}
.fs-primary-nav-trigger{
    position:absolute;
    right:0;
    top:0;
    height:100%;
    width:50px
}
.fs-primary-nav-trigger .fs-menu-icon{
    display:inline-block;
    position:absolute;
    left:50%;
    top:50%;
    bottom:auto;
    right:auto;
    -webkit-transform:translateX(-100%) translateY(-50%);
    -moz-transform:translateX(-100%) translateY(-50%);
    -ms-transform:translateX(-100%) translateY(-50%);
    -o-transform:translateX(-100%) translateY(-50%);
    transform:translateX(-100%) translateY(-50%);
    width:24px;
    height:2px;
    background-color:#323336;
    -webkit-transition:background-color .3s;
    -moz-transition:background-color .3s;
    transition:background-color .3s
}
.header-black .fs-primary-nav-trigger .fs-menu-icon{
    background-color:#fff
}
.fs-primary-nav-trigger .fs-menu-icon::before,.fs-primary-nav-trigger .fs-menu-icon:after{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    background-color:#323336;
    right:0;
    -webkit-transition:-webkit-transform .3s,top .3s,background-color 0s;
    -moz-transition:-moz-transform .3s,top .3s,background-color 0s;
    transition:transform .3s,top .3s,background-color 0s
}
.header-black .fs-primary-nav-trigger .fs-menu-icon::before,.header-black .fs-primary-nav-trigger .fs-menu-icon:after{
    background-color:#fff
}
.fs-primary-nav-trigger .fs-menu-icon::before{
    top:-7px
}
.fs-primary-nav-trigger .fs-menu-icon::after{
    top:7px
}
.fs-primary-nav-trigger .fs-menu-icon.is-clicked,.header-black .fs-primary-nav-trigger .fs-menu-icon.is-clicked{
    background-color:rgba(255,255,255,0)
}
.fs-primary-nav-trigger .fs-menu-icon.is-clicked::after,.fs-primary-nav-trigger .fs-menu-icon.is-clicked::before{
    background-color:#323336
}
.header-black .fs-primary-nav-trigger .fs-menu-icon.is-clicked::after,.header-black .fs-primary-nav-trigger .fs-menu-icon.is-clicked::before{
    background-color:#fff
}
.fs-primary-nav-trigger .fs-menu-icon.is-clicked::before{
    top:0;
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    transform:rotate(135deg)
}
.fs-primary-nav-trigger .fs-menu-icon.is-clicked::after{
    top:0;
    -webkit-transform:rotate(225deg);
    -moz-transform:rotate(225deg);
    -ms-transform:rotate(225deg);
    -o-transform:rotate(225deg);
    transform:rotate(225deg)
}
@media only screen and (min-width:768px){
    #cd-lateral-nav .cd-navigation{
        margin:20px 0
    }
    .fs-primary-nav-trigger{
        width:100px;
        padding-left:1em;
        background-color:transparent;
        height:30px;
        line-height:30px;
        right:15px;
        top:50%;
        bottom:auto;
        -webkit-transform:translateY(-50%);
        -moz-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        -o-transform:translateY(-50%);
        transform:translateY(-50%)
    }
    .fs-primary-nav-trigger .fs-menu-icon{
        left:auto;
        right:1em;
        -webkit-transform:translateX(0) translateY(-50%);
        -moz-transform:translateX(0) translateY(-50%);
        -ms-transform:translateX(0) translateY(-50%);
        -o-transform:translateX(0) translateY(-50%);
        transform:translateX(0) translateY(-50%)
    }
}
.fs-primary-nav{
    position:fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:rgba(200,200,200,.96);
    z-index:26;
    text-align:center;
    padding:50px 0;
    backface-visibility:hidden;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    -webkit-transform:translateY(-100%);
    -moz-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    -o-transform:translateY(-100%);
    transform:translateY(-100%);
    -webkit-transition-property:-webkit-transform;
    -moz-transition-property:-moz-transform;
    transition-property:transform;
    -webkit-transition-duration:.4s;
    -moz-transition-duration:.4s;
    transition-duration:.4s
}
.fs-primary-nav.fs-nav-black{
    background:rgba(16,16,16,.9)
}
.fs-primary-nav>ul{
    width:100%
}
.fs-primary-nav li{
    font-size:28px;
    font-weight:300;
    letter-spacing:2px;
    -webkit-font-smoothing:antialiased;
    margin:.2em 0
}
.fs-primary-nav a{
    display:inline-block;
    padding:.4em 1em;
    font-family:Poppins
}
.fs-primary-nav .fs-label{
    color:#848484;
    text-transform:uppercase;
    font-weight:700;
    font-size:14px;
    font-size:.875rem;
    margin:2.4em 0 .8em
}
.fs-primary-nav.fs-nav-black .fs-label{
    color:#848484
}
.fs-primary-nav.is-visible{
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0)
}
@media only screen and (max-width:480px){
    .fs-primary-nav>ul{
        margin-top:20px
    }
    .fs-primary-nav li{
        font-size:16px;
        letter-spacing:1px;
        font-weight:400;
        margin:0
    }
}
@media only screen and (min-width:768px){
    .fs-primary-nav{
        padding:80px 0
    }
}
@media only screen and (min-width:1170px){
    .fs-primary-nav li{
        font-size:32px;
        margin:.4em 0
    }
    .fs-primary-nav .fs-label{
        font-size:16px;
        font-size:1rem
    }
}
.tweet_text,.tweet_time a{
    font-size:14px
}
.fs-main-content{
    position:relative;
    z-index:1
}
.header-side-menu.affix-fix.affix .header-wrapper{
    background:0 0!important;
    box-shadow:none!important
}
.affix-fix .logo-2{
    padding-top:17px!important;
    padding-bottom:17px!important
}
.tweet_list{
    margin:0;
    padding:0;
    list-style:none
}
.tweet_list li{
    padding-bottom:10px;
    padding-top:0
}
.tweet_time{
    display:block;
    float:left;
    margin-bottom:7px
}
.tweet_text{
    display:inline-block;
    padding:0 0 15px
}
#twitter-feeds .loading{
    padding:20px
}
#twitter-feeds .fa-twitter{
    display:block;
    float:left;
    margin-right:15px;
    color:#3cf;
    font-size:24px;
    transition:all .3s ease 0s
}
.top-bar-section,ul#flickr-feeds{
    margin:0;
    padding:0
}
ul#flickr-feeds li{
    display:inline-block;
    float:left
}
ul#flickr-feeds li a{
    display:block
}
ul#flickr-feeds li a,ul#flickr-sfeeds li a img{
    height:75px;
    width:75px
}
.top-bar{
    background:#F5F5F5;
    font-size:12px;
    letter-spacing:1px
}
.top-bar-section{
    list-style:none
}
.top-bar-section li{
    float:left;
    border-left:#E2E6E7;
    display:block;
    line-height:43px;
    padding:0 13px
}
.top-bar-section li:last-child{
    border-right:#E2E6E7
}
.top-bar-section li .fa{
    font-size:14px;
    position:relative;
    top:1px
}
.affix .top-bar-section li{
    display:block;
    line-height:32px;
    padding:0 13px
}
.top-bar-section li a{
    display:block;
    text-align:center;
    color:#999
}
.top-bar-section li a:hover{
    color:#323336
}
.top-bar.top-bar-black{
    background:#303036
}
.top-bar.top-bar-black a{
    color:rgba(255,255,255,.7)
}
.top-bar.top-bar-black a:hover{
    color:rgba(255,255,255,1)
}
.slider-cap-left{
    width:480px
}
@media only screen and (max-width :1024px){
    .height-not-fscr{
        height:350px
    }
    .header-big-offset{
        padding-top:0
    }
}
@media only screen and (max-width :767px){
    .slider-cap-left{
        width:100%
    }
    .height-not-fscr{
        height:250px
    }
    .top-bar{
        min-height:0;
        letter-spacing:0
    }
    .top-bar-section{
        float:none!important;
        padding:5px 0;
        text-align:center
    }
    .top-bar-section li,.top-bar-section li:last-child{
        float:none;
        border:none;
        display:inline-block
    }
    .top-bar-section li a{
        display:inline-block;
        min-width:0;
        height:auto;
        line-height:1;
        padding:0 5px
    }
    .top-bar.dark .top-links li a:hover,.top-links li a:hover{
        background:0 0
    }
    .header-mag .top-bar{
        font-size:11px
    }
    .header-mag .top-bar-section{
        padding:0
    }
    .header-mag .top-bar-section li{
        line-height:38px;
        padding:0 7px
    }
    .top-bar-section li{
        padding:0 10px
    }
}
#rs-offset{
    height:186px;
    position:absolute
}
#main-menu .sub .contact-phone a{
    color:#fff!important;
    display:inline!important;
    padding:0!important
}
#main-menu .sub .contact-phone a:hover{
    color:#414146!important;
    background:0 0!important
}
.bg-grad-black{
    background:-moz-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
    background:-webkit-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
    background:linear-gradient(to bottom,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0 )
}
.purchase-title{
    margin:30px 0 15px;
    color:#fff;
    font-size:50px;
    font-weight:600;
    line-height:52px
}
.purchase-sub-title{
    margin-bottom:60px;
    color:rgba(255,255,255,.7)
}
.footer-portfolio-link{
    font-size:10px;
    color:rgba(255,255,255,.38)
}
.footer-portfolio-link:hover{
    color:rgba(255,255,255,1)
}
.dot-separator{
    padding:0 3px
}
.intro-fes-block-shadow{
    padding:30px 20px;
    background:#fff;
    -webkit-box-shadow:0 26px 40px -24px rgba(65,65,65,.5);
    -moz-box-shadow:0 26px 40px -24px rgba(65,65,65,.5);
    box-shadow:0 26px 40px -24px rgba(65,65,65,.5)
}
.intro-fes-block-shadow .icon-list{
    padding:0;
    margin:0
}
.li-text-center li{
    font-family:Poppins,Arial,Helvetica,sans-serif;
    font-size:14px;
    line-height:40px;
    color:#323336
}
.li-text-center li i{
    margin-right:12px;
    position:inherit!important;
    left:0!important;
    top:0!important;
    width:24px!important;
    font-size:18px;
    color:#7175c9
}
.fs-parent,.fs-sub{
    position:relative
}
.play-icon-revo{
    font-size:130px
}
@media (min-width:1025px){
    .navbar-collapse.collapse.nav-center{
        display:-webkit-box!important;
        display:-ms-flexbox!important;
        display:flex!important;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .header-1 #main-menu .nav-center .nav.navbar-nav{
        margin-right:0!important
    }
    .header-menu-left .logo-row{
        float:right;
        width:157px
    }
}
.header-menu-left .logo-2{
    text-align:right;
    padding-right:15px
}
@media (max-width:1024px){
    #rs-offset{
        height:152px
    }
    .header-menu-left .menu-btn-respons-container{
        right:inherit
    }
}
.fs-table{
    display:table;
    width:100%;
    height:100%
}
.fs-table-cell{
    display:table-cell;
    text-align:center
}
.logo-hiding{
    opacity:1;
    visibility:visible
}
.logo-hide{
    opacity:0;
    visibility:hidden
}
.fs-primary-nav.fs-sub-nav li{
    margin:10px 0
}
.fs-primary-nav.fs-sub-nav li a{
    font-size:22px;
    color:#101010;
    letter-spacing:3px
}
.fs-primary-nav.fs-sub-nav li a:hover{
    color:#97999c
}
.fs-primary-nav.fs-sub-nav .fs-sub li{
    margin:3px 0
}
.fs-primary-nav.fs-sub-nav .fs-sub li a{
    padding:5px 20px;
    font-size:14px;
    line-height:18px;
    letter-spacing:1px
}
@media only screen and (min-width:1170px){
    .fs-primary-nav.fs-sub-nav li{
        margin:10px 0
    }
}
@media only screen and (max-width:480px){
    .fs-primary-nav.fs-sub-nav li a{
        padding:5px 20px;
        font-size:16px;
        line-height:18px;
        font-weight:400;
        letter-spacing:1px
    }
}
.fs-a-sec{
    margin:.1em 0!important
}
.fs-sub{
    display:none;
    opacity:0
}
.fs-active .fs-sub{
    opacity:1
}
.fs-parent .open-sub:before{
    content:"\e232";
    font-size:18px;
    font-family:linea-icons!important;
    right:0;
    position:absolute;
    font-weight:400!important;
    text-transform:none!important;
    speak:none;
    -webkit-font-smoothing:antialiased
}
.fs-active .open-sub:before{
    content:"\e200"
}
.fs-active .fs-sub .open-sub:before{
    content:"\e232";
    line-height:20px;
    right:4px
}
.fs-active .fs-sub .fs-active .open-sub:before{
    content:"\e200"
}
@media (max-width:1024px){
    .header.affix-on-mobile{
        position:fixed;
        width:100%
    }
    #nav.affix-on-mobile .nav.navbar-nav{
        overflow-y:auto
    }
}
.label-new{
    margin-left:10px;
    background-color:#fde801;
    color:#2a2b2f!important;
    transition-property:all!important;
    padding:4px 6px 4px 5px;
    font-size:9px;
    font-weight:700;
    line-height:21px;
    border-radius:4px
}
.hiding-logo.logo-img{
    transition:all .3s cubic-bezier(0,0,.58,1);
    opacity:0
}
.affix .hiding-logo.logo-img{
    transition:all .3s cubic-bezier(0,0,.58,1);
    opacity:1
}

















.sc_item_title i{color:#d71362}


.content-header{
     background-color: white;
    position:absolute;
     top:50%;
     transform:translatey(-50%);
     z-index:1000;
     left:19%;
     padding:3.5em 4em;
     width:670px;
     box-sizing:border-box
}
.body_style_boxed .content-header{
    left:10%
}
.content-header .sc_item_title{
    font-size:2.824em !important;
     font-weight:800;
     line-height:1.08;
     margin-bottom:2.145rem
}
.content-header>a{
    display:inline-block;
      
     padding:1.45em 4.1em
}
.sc_item_title i{
    font-style:normal
}
.sc_content_instagram .sc_button:before{
    display:inline-block;
     vertical-align:top;
     margin-top:4px;
     margin-right:3px
}
body #sb_instagram .sbi_photo{
    opacity:1 !important;
     position:relative;
     z-index:0
}
body #sb_instagram .sbi_photo:before{
    opacity:0;
     z-index:-1;
     position:absolute;
     content:'';
     left:0;
     top:0;
     right:0;
     bottom:0;
     height:auto;
     width:auto;
     border:21px solid;
     transition:all ease 0.3s
}
body #sb_instagram .sbi_photo:after{
    opacity:1;
     z-index:100;
     position:absolute;
     content:'';
     left:0;
     top:0;
     right:0;
     bottom:0;
     height:auto;
     width:auto;
     transition:all ease 0.3s;
     background:rgba(0,0,0,0.4)
}
body #sb_instagram .sbi_photo:hover:after{
    opacity:0
}
body #sb_instagram .sbi_photo:hover:before{
    opacity:1
}
body .cq-draggable-slider{
    height:1px
}
.cq-highlight-container{
    position:relative
}
.cq-highlight-container:before{
    position:absolute;
     content:'';
     top:-3px;
     left:50%;
     transform:translatex(-50%);
     width:7px;
     height:7px
}

@media (max-width: 959px){
 
.content-header {
    position: relative;
       width: 100% !important;
    left: 0;
    top: 0;
    transform: none;
}
}
@media (max-width: 767px){
.content-header {
    padding: 3.45em 2em;
}
}
@media (max-width: 1440px)
{
.content-header {
    top: 50%;
    padding: 5.45em 1em;
}
}
.content-header {
 
    box-sizing: border-box;
}
 @media (max-width: 1440px)
 {
.content-header {
    width: 610px;
}}

 @media (max-width: 479px)
 {
.content-header .sc_item_title {
    font-size: 2.224em !important;
}}
.events{
	    font-size: 3.235em;
    font-weight: 800;
    text-transform: uppercase;
	color:#fff;
	line-height: 69px;
	
}
.eventsHead{
	font-style: normal;
    font-size: 1.765em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.5em;
    letter-spacing: -0.4px;
	color:#fff;
	
}

    .sc_events_date_day, .sc_events_date_month{
    color: #d71362;
}
.sc_events_title a{color:#fff !important;}
.sc_events_title a:hover {
    color: #d71362 !important;
}
h4.sc_events_title{
	text-align:left !important;
      font-size: 1.965em;
    font-weight: 900;
    font-style: normal;
    line-height: 1.17;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;
	    margin: 0.3em 0 0.9em;}

.sc_events_full, .sc_events_date_day {
    font-size: 4.235em;
    font-weight: 800;
    line-height: 1.46;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
}
.sc_item_subtitle {
    font-style: normal;
    font-size: 1.765em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.5em;
    letter-spacing: -0.4px;
}
div .sc_events_date_month {
    font-size: 14px !important; 
    font-weight: 500 !important; 
    line-height: 1.36 !important;
    text-transform: uppercase !important; 
    letter-spacing: 1.6px !important; 
	    text-align: left;
		   
}
div .sc_events_item {
    height: auto;
    background: transparent;
    position: relative;
    padding-left: 5.9em;
    padding-top: 2.1em;
    padding-right: 1em;
}
.sc_events_item:before {
    border: 21px solid;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
}


.scheme_dark .sc_services_default .sc_services_item_icon {
    background-color: rgba(16,7,38,0);
    color: #d71362;
}


.sc_services_default .sc_services_item_icon {
    border: 0;
    font-size: 5.9em;
    width: 1.3em;
    height: 1.55em;
    line-height: 1.1em;
    z-index: 0;
    text-align: left;
}

.sc_services_default .sc_services_item_icon:after {
    position: absolute;
    z-index: -1;
    content: '';
    left: 1.55rem;
    top: 2.3rem;
    height: 96px;
    width: 96px;
    border: 21px solid;
    box-sizing: border-box;
    transition: all ease 0.3s;
}
.soundcloud{
	background:url('../images/soundcloudBg.jpg');
	
}
.contactDJ div, h4{
text-align:right !important;	
}

.ff{
	text-align: right !important;
    font-size: 1.5em;
    font-weight: 900;
    font-style: normal;
    line-height: 1.17;
	 font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0.3em 0 0em;
}
.footer-soc-a i{
	background-color: #0b051c;
    padding: 20px 22px;
}   
   .footer-soc-a i:hover{
	background-color: #d71362;
    padding: 20px 22px;
	color:white !important;
	  transition:all 0.6s ease-in;
} 
h4.sc_events_title2 {
    text-align: left !important;
    font-size: 1.5em;
    font-weight: 900;
    font-style: normal;
    line-height: 8px;
    font-size: 18px;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 0px;
    margin: 0.7em 0 0.9em;
}
.contactDJ2 div{
text-align:left  ;	
}
.footerbackground {
    background-color: #0b051c !important;
}
.footer_wrap .sc_layouts_row{line-height:1.7857em}.footer_wrap .sc_layouts_item{margin-top:0;	margin-bottom:0}.widget.widget_bg_image{padding:2em 1.5em !important;	/* to override .columns_wrap>.column rules */}.widget.widget_bg_image *{color:#aaa !important}.widget.widget_bg_image .widget_title,.widget.widget_bg_image .widget_content a{color:#ddd !important}.widget.widget_bg_image .widget_title,.widget.widget_bg_image .widget_content a:hover{color:#fff !important}.widget_aboutme .aboutme_avatar img{width:100%;	height:auto}.widget_aboutme .aboutme_username{text-align:left;	font-size:1em}

@media (max-width:959px){
    .trx_addons_scroll_to_top{
        right:1em
    }
    .trx_addons_scroll_to_top.show{
        bottom:1em
    }
	.contactDJ div, h4{
text-align:center !important;	
}

.ff{
 
	    text-align: center !important;
	
}
div .sc_events_date_month {
 
    text-align: center !important;
}
h4.sc_events_title2 {
    text-align: center !important;
 
}
}
/* ATTENTION! This file was generated automatically! Don't change it!!! ----------------------------------------------------------------------- */
 #page_preloader{
    background-color:#f0f0f0;
     background-position:center;
     background-repeat:no-repeat;
     position:fixed;
     z-index:1000000;
     left:0;
     top:0;
     right:0;
     bottom:0;
     opacity:0.8
}
.preloader_wrap{
    position:absolute;
     display:inline-block;
     left:50%;
     top:50%;
     -webkit-transform:translateX(-50%) translateY(-50%);
     -ms-transform:translateX(-50%) translateY(-50%);
     transform:translateX(-50%) translateY(-50%)
}
.preloader_wrap>div{
    height:10px;
     width:10px;
     background-color:#efa758
}
.preloader_wrap>div[class*="preloader_circ"]{
    margin-right:5px;
     border-radius:50%;
     display:inline-block;
     -webkit-animation:preloader-circle 0.7s infinite ease-in-out;
     animation:preloader-circle 0.7s infinite ease-in-out
}
.preloader_wrap>div.preloader_circ2{
    -webkit-animation-delay:-0.6s;
     animation-delay:-0.6s
}
.preloader_wrap>div.preloader_circ3{
    -webkit-animation-delay:-0.5s;
     animation-delay:-0.5s
}
.preloader_wrap>div.preloader_circ4{
    -webkit-animation-delay:-0.4s;
     animation-delay:-0.4s
}
.preloader_wrap>div.preloader_circ5{
    -webkit-animation-delay:-0.3s;
     animation-delay:-0.3s
}
@-webkit-keyframes preloader-circle{
    0%,40%,100%{
        -webkit-transform:translateY(-10px)
    }
    20%{
        -webkit-transform:translateY(-20px)
    }
}
@keyframes preloader-circle{
    0%,40%,100%{
        transform:translateY(-10px);
         -webkit-transform:translateY(-10px)
    }
    20%{
        transform:translateY(-20px);
         -webkit-transform:translateY(-20px)
    }
}
.preloader_wrap .preloader_square{
    width:50px;
     height:50px
}
.preloader_wrap>div.preloader_square1,.preloader_wrap>div.preloader_square2{
    position:absolute;
     top:0;
     left:0;
     -webkit-animation:preloader-square 1.8s infinite ease-in-out;
     animation:preloader-square 1.8s infinite ease-in-out
}
.preloader_wrap>div.preloader_square2{
    -webkit-animation-delay:-0.9s;
     animation-delay:-0.9s
}
@-webkit-keyframes preloader-square{
    25%{
        -webkit-transform:translateX(42px) rotate(-90deg) scale(0.5)
    }
    50%{
        -webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)
    }
    75%{
        -webkit-transform:translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100%{
        -webkit-transform:rotate(-360deg)
    }
}
@keyframes preloader-square{
    25%{
        transform:translateX(42px) rotate(-90deg) scale(0.5);
         -webkit-transform:translateX(42px) rotate(-90deg) scale(0.5)
    }
    50%{
        transform:translateX(42px) translateY(42px) rotate(-179deg);
         -webkit-transform:translateX(42px) translateY(42px) rotate(-179deg)
    }
    50.1%{
        transform:translateX(42px) translateY(42px) rotate(-180deg);
         -webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)
    }
    75%{
        transform:translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
         -webkit-transform:translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100%{
        transform:rotate(-360deg);
         -webkit-transform:rotate(-360deg)
    }
}
.trx_addons_scroll_to_top{
    display:block;
     position:fixed;
     z-index:100001;
     width:3em;
     height:3em;
     line-height:3em;
     text-align:center;
     bottom:-4em;
     right:2em;
     background:#fff;
     border:1px solid #eee;
     cursor:pointer;
     -webkit-transition:all 0.5s ease;
     -ms-transition:all 0.5s ease;
     transition:all 0.5s ease;
     opacity:0
}
.trx_addons_scroll_to_top:before{
    margin:0 !important
}
.trx_addons_scroll_to_top.show{
    opacity:1;
     bottom:2em
}

div.ui-widget,div.ui-widget .ui-widget,div.ui-widget .ui-widget-header,div.ui-widget .ui-widget-content,div.ui-accordion .ui-accordion-header,div.ui-widget button,div.ui-widget input,div.ui-widget select,div.ui-widget textarea,div.ui-state-default,div.ui-widget-content .ui-state-default,div.ui-widget-header .ui-state-default{
    font-family:inherit;
     font-size:1em;
     line-height:inherit
}
div.ui-widget,div.ui-widget .ui-widget,div.ui-widget .ui-widget-header,div.ui-widget .ui-widget-content,div.ui-accordion .ui-accordion-header,div.ui-state-default,div.ui-widget-content .ui-state-default,div.ui-widget-header .ui-state-default{
    color:inherit;
     background:none;
     border-style:none;
     -webkit-border-radius:0;
     -ms-border-radius:0;
     border-radius:0
}
div.ui-datepicker{
    background-color:#fff
}
div.ui-accordion .ui-accordion-header{
    padding:0
}
div.ui-accordion .ui-accordion-header-icon{
    display:none
}
div.ui-tabs,div.ui-tabs .ui-tabs-nav{
    padding:0
}
div.ui-tabs .ui-tabs-nav li{
    float:none;
     margin:0
}
div.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    float:none
}
.trx_addons_tabs .trx_addons_tabs_content+.trx_addons_tabs_content{
    display:none
}
.trx_addons_tabs .trx_addons_tabs_titles li:before{
    display:none
}
.trx_addons_tabs .trx_addons_tabs_titles li{
    display:inline-block;
     font-size:0.8462em;
     line-height:1.7273em;
     font-weight:700;
     padding:0;
     margin:0;
     border:none;
     text-transform:uppercase;
     position:relative;
     -webkit-border-radius:0;
     -ms-border-radius:0;
     border-radius:0
}
.trx_addons_tabs .trx_addons_tabs_titles li+li{
    margin-left:1em
}
.trx_addons_tabs .trx_addons_tabs_titles li.ui-tabs-active:after{
    content:' ';
     display:block;
     position:absolute;
     left:0;
     right:0;
     bottom:-2px;
     height:2px;
     background-color:#000
}
.trx_addons_tabs .trx_addons_tabs_titles li.trx_addons_tabs_title>a{
    padding:0;
     float:none
}
.trx_addons_tabs .trx_addons_tabs_content{
    padding:0;
     border:none;
     overflow:hidden
}
.trx_addons_tabs_with_titles .trx_addons_tabs_content{
    padding-top:1.5em;
     font-family:inherit;
     font-size:1em;
     line-height:inherit;
     background:none
}
.trx_addons_range_slider{
    position:relative;
     font-family:inherit;
     font-size:1em;
     line-height:inherit;
     margin-top:1em;
     margin-bottom:1.5em
}
.trx_addons_range_slider_label{
    font-size:0.75em;
     font-weight:bold;
     line-height:1em;
     position:absolute;
     z-index:1;
     bottom:-1.5em
}
.trx_addons_range_slider_label_min{
    left:0;
     color:#aaa
}
.trx_addons_range_slider_label_max{
    right:0;
     color:#aaa
}
.trx_addons_range_slider_label_cur{
    left:0;
     bottom:auto;
     top:-1.5em;
     -webkit-transform:translateX(-25%);
     -ms-transform:translateX(-25%);
     transform:translateX(-25%)
}
.trx_addons_range_slider_label_cur + .trx_addons_range_slider_label_cur{
    -webkit-transform:translateX(-75%);
     -ms-transform:translateX(-75%);
     transform:translateX(-75%)
}
div.ui-slider{
    position:relative;
     text-align:left;
     background-color:#f7f7f7;
     border:1px solid #ddd;
     -webkit-border-radius:2px;
     -ms-border-radius:2px;
     border-radius:2px
}
div.ui-slider .ui-slider-handle{
    position:absolute;
     z-index:2;
     width:1em;
     height:1em;
     cursor:default;
     -ms-touch-action:none;
     touch-action:none;
     border:1px solid #ddd;
     background-color:#e7e7e7;
     -webkit-border-radius:2px;
     -ms-border-radius:2px;
     border-radius:2px
}
div.ui-slider .ui-slider-range{
    position:absolute;
     z-index:1;
     font-size:.7em;
     display:block;
     border:0;
     background-position:0 0;
     background-color:#f0f0f0
}
div.ui-slider.ui-state-disabled .ui-slider-handle,div.ui-slider.ui-state-disabled .ui-slider-range{
    filter:inherit
}
div.ui-slider-horizontal{
    height:.8em
}
div.ui-slider-horizontal .ui-slider-handle{
    top:-.2em;
     margin-left:-.5em
}
div.ui-slider-horizontal .ui-slider-range{
    top:0;
     height:100%
}
div.ui-slider-horizontal .ui-slider-range-min{
    left:0
}
div.ui-slider-horizontal .ui-slider-range-max{
    right:0
}
div.ui-slider-vertical{
    width:.8em;
     height:100px
}
div.ui-slider-vertical .ui-slider-handle{
    left:-.3em;
     margin-left:0;
     margin-bottom:-.6em
}
div.ui-slider-vertical .ui-slider-range{
    left:0;
     width:100%
}
div.ui-slider-vertical .ui-slider-range-min{
    bottom:0
}
div.ui-slider-vertical .ui-slider-range-max{
    top:0
}
a.trx_addons_popup_link:before{
    display:inline-block;
     line-height:inherit;
     margin-right:0.4em
}
.trx_addons_popup{
    position:relative;
     margin:0 auto;
     font-family:inherit;
     font-size:1em;
     line-height:inherit;
     width:460px;
     height:310px;
     background-color:#f7f7f7;
     background-image:none;
     color:#888;
     border:1px solid #ccc;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box;
     -webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.2);
     -ms-box-shadow:0 0 20px 0 rgba(0,0,0,0.2);
     box-shadow:0 0 20px 0 rgba(0,0,0,0.2)
}
.trx_addons_popup button.mfp-close{
    background-color:transparent;
     color:#292929;
     border-bottom:1px solid #ccc;
     height:50px;
     -webkit-border-radius:0;
     -ms-border-radius:0;
     border-radius:0
}
.trx_addons_popup .trx_addons_tabs_titles{
    margin-right:44px
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title{
    width:50%;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box;
     border:1px solid #ccc;
     border-width:0 1px 1px 0;
     background-color:#ddd;
     background-image:none;
     float:none;
     padding:0;
     margin:0
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title>a{
    display:block;
     width:100%;
     height:49px;
     line-height:49px;
     font-size:18px;
     font-weight:400;
     text-align:center
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title>a>i{
    display:inline-block;
     line-height:inherit;
     margin-right:0.5em
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a,.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a>i{
    color:#a0a0a0;
     cursor:not-allowed
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active{
    background-color:#f7f7f7;
     border-bottom-color:transparent;
     padding:0;
     margin:0
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active:after{
    bottom:auto;
     top:-1px;
     left:-1px;
     height:2px
}
.trx_addons_popup .trx_addons_tabs_titles + .trx_addons_tabs_content,.trx_addons_popup .trx_addons_tabs_titles + .trx_addons_tabs_content + .trx_addons_tabs_content{
    padding:2em 1.5em;
     position:relative
}
.trx_addons_left_side,.trx_addons_right_side{
    display:block;
     float:left;
     width:50%;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.trx_addons_left_side{
    padding-right:1em
}
.trx_addons_right_side{
    padding-left:1em
}
.trx_addons_popup_form_wrap form{
    position:static
}
.trx_addons_popup_form_field .sc_form_field{
    margin-bottom:0.8667em
}
.trx_addons_popup_form_field_remember,.trx_addons_popup_form_field_agree,.trx_addons_popup_form_field_pwd_description{
    font-size:0.8667em;
     letter-spacing:0;
     margin:0
}
.trx_addons_popup_form_field_forgot_password{
    margin-right:1em
}
.trx_addons_popup_form_field_submit{
    clear:both;
     padding-top:1.5em
}
.trx_addons_popup_form_field_submit .submit_button{
    padding:1em 2em
}
.trx_addons_popup .wp-social-login-provider-list{
    padding:12px 0
}
.trx_addons_popup .wp-social-login-provider-list a{
    margin:0 2px 2px 0
}
@media (max-width:479px){
    .trx_addons_popup{
        width:300px;
         height:auto
    }
    .trx_addons_left_side, .trx_addons_right_side{
        display:block;
         float:none;
         width:100%;
         padding:0
    }
    .trx_addons_right_side{
        padding-top:2em
    }
}
.trx_addons_message_box{
    display:none;
     position:absolute;
     z-index:1000;
     left:50%;
     top:50%;
     max-width:80%;
     padding:2em;
     line-height:1.2em;
     border:1px solid #07759C;
     background-color:#B6DDF3;
     color:#07759C;
     -webkit-box-sizing:border-box;
     box-sizing:border-box;
     -webkit-transform:translateX(-50%) translateY(-50%);
     -ms-transform:translateX(-50%) translateY(-50%);
     transform:translateX(-50%) translateY(-50%);
     -webkit-box-shadow:4px 4px 16px 0px rgba(0,0,200,0.3);
     -ms-box-shadow:4px 4px 16px 0px rgba(0,0,200,0.3);
     box-shadow:4px 4px 16px 0px rgba(0,0,200,0.3)
}
form .trx_addons_message_box{
    min-width:60%
}
.trx_addons_message_box_error{
    border:1px solid #A00000;
     background-color:#FDCDCD;
     color:#A00000;
     -webkit-box-shadow:4px 4px 16px 0px rgba(200,0,0,0.3);
     -ms-box-shadow:4px 4px 16px 0px rgba(200,0,0,0.3);
     box-shadow:4px 4px 16px 0px rgba(200,0,0,0.3)
}
.trx_addons_message_box_success{
    border:1px solid #00A000;
     background-color:#CDFDCD;
     color:#00A000;
     -webkit-box-shadow:4px 4px 16px 0px rgba(0,200,0,0.3);
     -ms-box-shadow:4px 4px 16px 0px rgba(0,200,0,0.3);
     box-shadow:4px 4px 16px 0px rgba(0,200,0,0.3)
}
.trx_addons_message_box p{
    margin:0;
     line-height:1.2em
}
.trx_addons_message_box p+p{
    margin-top:0.2em
}
html{
    overflow-y:scroll !important
}
.mfp-bg{
    background:#fff
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{
    color:#888
}
.mfp-figure figcaption{
    margin-bottom:40px !important;
     height:40px;
     padding:0 16px;
     overflow:hidden;
     background-color:rgba(255,255,255,0.8)
}
.mfp-figure figcaption .mfp-bottom-bar{
    left:16px;
     right:16px;
     margin-top:-30px;
     width:auto
}
.mfp-title,.mfp-counter{
    color:#888
}
.wp-caption a[class*="magnific"],.wp-caption a[class*="prettyPhoto"]{
    display:block
}
.wp-caption a[class*="magnific"] img,.wp-caption a[class*="prettyPhoto"] img{
    vertical-align:top
}
.breadcrumbs{
    font-size:13px;
     line-height:19px
}
.breadcrumbs .breadcrumbs_item{
    display:inline-block;
     vertical-align:top;
     white-space:nowrap
}
.breadcrumbs .breadcrumbs_delimiter{
    display:inline-block;
     position:relative;
     margin:0 0.45em;
     vertical-align:top;
     text-align:center
}
.breadcrumbs .breadcrumbs_delimiter:before{
    content:'/'
}
[class^="trx_addons_icon-"]:before,[class*=" trx_addons_icon-"]:before{
    margin:0;
     width:auto
}
.post_counters_likes.disabled,.comment_counters_likes.disabled{
    color:#e05100
}
.post_counters_item:before{
    vertical-align:top;
     line-height:inherit;
     margin:0 0.2em 0 0
}
.post_counters_item,.comment_counters_item{
    margin-left:0.5em;
     white-space:nowrap
}
.post_counters_item .post_counters_number,.comment_counters .comment_counters_number{
    margin:0 0.25em
}
.socials_share{
    position:relative;
     vertical-align:top
}
.socials_share.socials_wrap{
    margin:0
}
.socials_share .socials_caption{
    display:inline-block;
     margin-right:1em
}
.socials_share .socials_caption:before{
    content:'\e802';
     font-family:'trx_addons_icons';
     margin-right:0.4em
}
.socials_share.socials_type_drop .socials_caption{
    margin-right:0
}
.socials_share.socials_type_drop .social_items{
    display:none;
     position:absolute;
     z-index:1000;
     right:0;
     bottom:3em;
     border:1px solid #eee;
     background-color:#ffffff;
     padding:1em 1.5em;
     max-width:10em;
     line-height:2em;
     text-align:left
}
.socials_share.socials_type_drop .social_items:before{
    content:' ';
     display:block;
     position:absolute;
     z-index:1;
     right:20%;
     bottom:-5px;
     width:8px;
     height:8px;
     border-bottom:1px solid #eee;
     border-left:1px solid #eee;
     background-color:#ffffff;
     -webkit-transform:rotate(-45deg);
     -ms-transform:rotate(-45deg);
     transform:rotate(-45deg)
}
.socials_share.socials_type_drop .social_item{
    display:block;
     text-align:left;
     margin:0;
     white-space:nowrap
}
.socials_share.socials_type_drop .social_item+.social_item{
    margin-left:0
}
.socials_share.socials_type_drop .social_item .social_icon{
    width:auto;
     height:auto;
     line-height:inherit;
     background-color:transparent !important;
     text-align:left
}
.socials_share.socials_type_drop .social_item .social_icon span{
    margin-left:0;
     margin-right:0.75em;
     width:1em;
     display:inline-block;
     line-height:1em
}
.trx_addons_no_posts .trx_addons_no_posts_title{
    margin-top:0
}
.widget_area .post_item,aside .post_item{
    overflow:hidden;
     text-align:left;
     margin-bottom:0;
     background-color:transparent;
     position:relative
}
aside .post_item + .post_item{
    border-top:1px solid #e5e5e5;
     margin-top:2.5em;
     padding-top:2.5em
}
.widget_area .post_item .post_content,aside .post_item .post_content{
    overflow:hidden
}
.widget_area .post_item .post_thumb,aside .post_item .post_thumb{
    float:left;
     width:5em;
     height:5em;
     margin:0 1em 4px 0;
     overflow:hidden
}
.widget_area .post_item .post_thumb img,aside .post_item .post_thumb img{
    width:100%
}
.widget_area .post_item .post_title,aside .post_item .post_title{
    margin:-2px 0 4px 0;
     text-align:left
}
.widget_area .post_item .post_info,aside .post_item .post_info{
    font-size:0.9231em;
     margin-bottom:0
}
.widget_area .post_item .post_info .post_info_item+.post_info_item:before,aside .post_item .post_info .post_info_item+.post_info_item:before{
    content:"";
     margin:0 0 0 5px
}
.widget_area .post_item .post_categories,aside .post_item .post_categories{
    font-size:11px;
     font-weight:400;
     line-height:15px;
     margin-top:-2px;
     margin-bottom:0.7em;
     position:relative;
     padding-right:3em;
     text-transform:uppercase
}
.widget_area .post_item .post_categories .post_info_counters,aside .post_item .post_categories .post_info_counters{
    position:absolute;
     right:0;
     top:0
}
.widget_area .post_item .post_categories .post_info_counters .post_counters_label,aside .post_item .post_categories .post_info_counters .post_counters_label{
    display:none
}
aside.widget_fullwidth{
    padding:0 !important
}
aside.widget_bg_image{
    background-repeat:no-repeat;
     background-position:center;
     background-size:cover;
     position:relative;
     padding:2.6429em 3.1429em
}
aside.widget_bg_image:before{
    content:' ';
     position:absolute;
     z-index:1;
     left:0;
     top:0;
     right:0;
     bottom:0;
     background-color:rgba(0,0,0,0.6)
}
aside.widget_bg_image .widget_title,aside.widget_bg_image .widget_content{
    position:relative;
     z-index:2
}
aside.widget_bg_image .widget_title,aside.widget_bg_image a,aside.widget_bg_image li,aside.widget_bg_image li a{
    color:#ffffff
}
.trx_addons_stretch_height{
    min-height:100vh
}
.trx_addons_hidden{
    display:none
}
.trx_addons_columns_wrap{
    margin-left:0px;
    /* -15px;
     */
     margin-right:-30px;
    /* -15px;
     */
}
.trx_addons_columns_wrap>[class*="trx_addons_column-"]{
    /* Old way:floating columns */
    /* float:left;
    */
    /* New way:inline blocks */
    /* Warning:remove spaces between column's tags:Right:Wrong:<div class="trx_addons_columns_wrap"><div class="trx_addons_column-1_2"><div class="columns_wrap"><div class="trx_addons_column-1_2">... ... </div><div class="trx_addons_column-1_2"></div><div class="trx_addons_column-1_2">... ... </div></div></div></div>*/
     display:inline-block;
     vertical-align:top;
     position:relative;
     min-height:1px;
     padding-left:0px;
    /* 15px;
     */
     padding-right:30px;
    /* 15px;
     */
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.trx_addons_columns_wrap.columns_padding_left{
    margin-left:-30px;
     margin-right:0
}
.trx_addons_columns_wrap.columns_padding_left>[class*="trx_addons_column-"],.trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_left{
    padding-left:30px;
     padding-right:0
}
.trx_addons_columns_wrap.columns_padding_right{
    margin-left:0;
     margin-right:-30px
}
.trx_addons_columns_wrap.columns_padding_right>[class*="trx_addons_column-"],.trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_right{
    padding-left:0;
     padding-right:30px
}
.trx_addons_columns_wrap.columns_padding_center{
    margin-left:-15px;
     margin-right:-15px
}
.trx_addons_columns_wrap.columns_padding_center>[class*="trx_addons_column-"],.trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_center{
    padding-left:15px;
     padding-right:15px
}
.trx_addons_columns_wrap.columns_padding_bottom>[class*="trx_addons_column-"],.trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_bottom{
    padding-bottom:30px
}
.trx_addons_columns_wrap.no_margin{
    margin-left:0 !important;
     margin-right:0 !important
}
.trx_addons_columns_wrap.no_margin>[class*="trx_addons_column-"]{
    padding:0 !important
}
.trx_addons_column-1,.trx_addons_column-1_1,.trx_addons_column-2_2,.trx_addons_column-3_3,.trx_addons_column-4_4,.trx_addons_column-5_5,.trx_addons_column-6_6,.trx_addons_column-7_7,.trx_addons_column-8_8,.trx_addons_column-9_9,.trx_addons_column-10_10,.trx_addons_column-11_11,.trx_addons_column-12_12{
    width:100%
}
.trx_addons_column-1_2,.trx_addons_column-2_4,.trx_addons_column-3_6,.trx_addons_column-4_8,.trx_addons_column-5_10,.trx_addons_column-6_12{
    width:50%
}
 .trx_addons_column-1_4,.trx_addons_column-2_8,.trx_addons_column-3_12{
    width:25%
}
.trx_addons_column-3_4,.trx_addons_column-6_8,.trx_addons_column-9_12{
    width:75%
}
.trx_addons_column-1_5,.trx_addons_column-2_10{
    width:20%
}
.trx_addons_column-2_5,.trx_addons_column-4_10{
    width:40%
}
.trx_addons_column-3_5,.trx_addons_column-6_10{
    width:60%
}
.trx_addons_column-4_5,.trx_addons_column-8_10{
    width:80%
}
.trx_addons_column-1_6,.trx_addons_column-2_12{
    width:16.66666667%
}
.trx_addons_column-5_6,.trx_addons_column-10_12{
    width:83.33333333%
}
.trx_addons_column-1_7{
    width:14.28571429%
}
.trx_addons_column-2_7{
    width:28.57142857%
}
.trx_addons_column-3_7{
    width:42.85714286%
}
.trx_addons_column-4_7{
    width:57.14285714%
}
.trx_addons_column-5_7{
    width:71.42857143%
}
.trx_addons_column-6_7{
    width:85.71428571%
}
.trx_addons_column-1_8{
    width:12.5%
}
.trx_addons_column-3_8{
    width:37.5%
}
.trx_addons_column-5_8{
    width:62.5%
}
.trx_addons_column-7_8{
    width:87.5%
}
.trx_addons_column-1_9{
    width:11.11111111%
}
.trx_addons_column-2_9{
    width:22.22222222%
}
.trx_addons_column-3_9{
    width:33.33333333%
}
.trx_addons_column-4_9{
    width:44.44444444%
}
.trx_addons_column-5_9{
    width:55.55555556%
}
.trx_addons_column-6_9{
    width:66.66666667%
}
.trx_addons_column-7_9{
    width:77.77777778%
}
.trx_addons_column-8_9{
    width:88.88888889%
}
.trx_addons_column-1_10{
    width:10%
}
.trx_addons_column-3_10{
    width:30%
}
.trx_addons_column-7_10{
    width:70%
}
.trx_addons_column-9_10{
    width:90%
}
.trx_addons_column-1_11{
    width:9.09090909%
}
.trx_addons_column-2_11{
    width:18.18181818%
}
.trx_addons_column-3_11{
    width:27.27272727%
}
.trx_addons_column-4_11{
    width:36.36363636%
}
.trx_addons_column-5_11{
    width:45.45454545%
}
.trx_addons_column-6_11{
    width:54.54545455%
}
.trx_addons_column-7_11{
    width:63.63636364%
}
.trx_addons_column-8_11{
    width:72.72727273%
}
.trx_addons_column-9_11{
    width:81.81818182%
}
.trx_addons_column-10_11{
    width:90.90909091%
}
.trx_addons_column-1_12{
    width:8.33333333%
}
.trx_addons_column-5_12{
    width:41.66666667%
}
.trx_addons_column-7_12{
    width:58.33333333%
}
.trx_addons_column-11_12{
    width:91.66666667%
}
/*.clearfix:before,.trx_addons_columns_wrap:before{
    content:" ";
     display:table
}
*/
.clearfix:after,.trx_addons_columns_wrap:after{
    content:" ";
     display:table;
     clear:both;
     width:100%;
     height:0;
     display:block
}
@media (max-width:767px){
     .trx_addons_container,.trx_addons_container-fluid{
        padding-left:10px;
         padding-right:10px
    }
    .trx_addons_columns_wrap{
        margin-right:-20px
    }
    .trx_addons_columns_wrap>[class*="trx_addons_column-"]{
        padding-right:20px
    }
    .trx_addons_columns_wrap.columns_padding_left{
        margin-left:-20px
    }
    .trx_addons_columns_wrap.columns_padding_left>[class*="trx_addons_column-"], .trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_left{
        padding-left:20px
    }
    .trx_addons_columns_wrap.columns_padding_right{
        margin-right:-20px
    }
    .trx_addons_columns_wrap.columns_padding_right>[class*="trx_addons_column-"], .trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_right{
        padding-right:20px
    }
    .trx_addons_columns_wrap.columns_padding_center{
        margin-left:-10px;
         margin-right:-10px
    }
    .trx_addons_columns_wrap.columns_padding_center>[class*="trx_addons_column-"], .trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_center{
        padding-left:10px;
         padding-right:10px
    }
    .trx_addons_columns_wrap.columns_padding_bottom>[class*="trx_addons_column-"], .trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_bottom{
        padding-bottom:20px
    }
    .trx_addons_columns_wrap:not(.columns_padding_bottom):not(.columns_fluid)>[class*="trx_addons_column-"]:nth-child(2n+3), .trx_addons_columns_wrap:not(.columns_padding_bottom):not(.columns_fluid)>[class*="trx_addons_column-"]:nth-child(2n+4){
        padding-top:20px
    }
    /* Columns relayout (max 2 columns in the row) */
     .trx_addons_columns_wrap:not(.columns_fluid)>[class*="trx_addons_column-"]{
        width:50%
    }
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-1_1, .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-2_2,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-3_3, .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-4_4,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-5_5,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-6_6, .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-7_7,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-8_8,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-9_9, .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-10_10,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-11_11,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-12_12,
    /* .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-1_3:nth-child(3n),*/
     .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-2_3,
    /* .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-1_3.after_span_2,*/
     .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-3_4,
    /* .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-1_4.after_span_3,*/
    /* .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-1_5:nth-child(5n),*/
     .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-2_5, .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-3_5, .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-4_5, .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-2_6, .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-3_6, .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-4_6, .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-5_6{
        width:100%
    }
}
@media (max-width:479px){
     .trx_addons_container,.trx_addons_container-fluid{
        padding-left:5px;
         padding-right:5px
    }
    .trx_addons_columns_wrap{
        margin-right:-10px
    }
    .trx_addons_columns_wrap>[class*="trx_addons_column-"]{
        padding-right:10px
    }
    .trx_addons_columns_wrap.columns_padding_left{
        margin-left:-10px
    }
    .trx_addons_columns_wrap.columns_padding_left>[class*="trx_addons_column-"], .trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_left{
        padding-left:10px
    }
    .trx_addons_columns_wrap.columns_padding_right{
        margin-right:-10px
    }
    .trx_addons_columns_wrap.columns_padding_right>[class*="trx_addons_column-"], .trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_right{
        padding-right:10px
    }
    .trx_addons_columns_wrap.columns_padding_center{
        margin-left:-5px;
         margin-right:-5px
    }
    .trx_addons_columns_wrap.columns_padding_center>[class*="trx_addons_column-"], .trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_center{
        padding-left:5px;
         padding-right:5px
    }
    .trx_addons_columns_wrap.columns_padding_bottom>[class*="trx_addons_column-"], .trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_bottom{
        padding-bottom:10px
    }
    .trx_addons_columns_wrap:not(.columns_padding_bottom):not(.columns_fluid)>[class*="trx_addons_column-"]+[class*="trx_addons_column-"], .trx_addons_columns_wrap.columns_fluid:not(.columns_padding_bottom)>[class*="trx_addons_column-"]:nth-child(2n+3), .trx_addons_columns_wrap.columns_fluid:not(.columns_padding_bottom)>[class*="trx_addons_column-"]:nth-child(2n+4){
        padding-top:10px
    }
    /* trx_addons_columns relayout (no trx_addons_columns) */
     .trx_addons_columns_wrap:not(.columns_fluid)>[class*="trx_addons_column-"]{
        width:100%
    }
    .trx_addons_columns_wrap.columns_fluid>[class*="trx_addons_column-"]{
        width:50%
    }
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-1_1,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-2_2,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-3_3, .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-4_4,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-5_5,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-6_6, .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-7_7,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-8_8,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-9_9, .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-10_10,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-11_11,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-12_12, .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-1_3:nth-child(3n), .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-2_3, .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-1_3.after_span_2, .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-3_4, .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-1_4.after_span_3, .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-1_5:nth-child(5n), .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-2_5, .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-3_5, .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-4_5, .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-2_6, .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-3_6, .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-4_6, .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-5_6{
        width:100%
    }
}
.trx_addons_hover{
    position:relative;
     overflow:hidden
}
.trx_addons_hover img{
    position:relative;
     display:block;
     width:100%;
     height:auto
}
.trx_addons_hover_mask{
    position:absolute;
     z-index:10;
     overflow:hidden;
     top:10px;
     left:10px;
     bottom:10px;
     right:10px;
     opacity:0;
     background-color:rgba(239,167,88,0.8);
     -webkit-transition:all 0.3s 0.1s ease-out;
     -ms-transition:all 0.3s 0.1s ease-out;
     transition:all 0.3s 0.1s ease-out
}
.trx_addons_hover:hover .trx_addons_hover_mask{
    -webkit-transition:all 0.4s ease-out;
     -ms-transition:all 0.4s ease-out;
     transition:all 0.4s ease-out
}
.trx_addons_hover_content{
    position:absolute;
     z-index:11;
     left:0;
     top:50%;
     width:100%;
     padding:20px;
     text-align:center;
     -webkit-transform:translateY(-50%);
     -ms-transform:translateY(-50%);
     transform:translateY(-50%);
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.trx_addons_hover_content .trx_addons_hover_title{
    color:#fff;
     margin:0;
     position:relative;
     opacity:0;
     -webkit-transition:all 0.2s linear;
     -ms-transition:all 0.2s linear;
     transition:all 0.2s linear
}
.trx_addons_hover:hover .trx_addons_hover_title{
    -webkit-transition:all 0.2s 0.1s linear;
     -ms-transition:all 0.2s 0.1s linear;
     transition:all 0.2s 0.1s linear
}
.trx_addons_hover_content .trx_addons_hover_title>a{
    color:#fff
}
.trx_addons_hover_content .trx_addons_hover_title>a:hover{
    color:#fff;
     text-shadow:0 0 3px rgba(0,0,0,0.3)
}
.trx_addons_hover_content .trx_addons_hover_text{
    font-style:italic;
     line-height:1.3em;
     position:relative;
     color:#fff;
     padding:0.2em 0;
     opacity:0;
     -webkit-transition:all 0.3s ease-out;
     -ms-transition:all 0.3s ease-out;
     transition:all 0.3s ease-out
}
.trx_addons_hover_content .trx_addons_hover_info{
    color:#fff;
     padding:0.2em 0;
     opacity:0;
     -webkit-transition:all 0.3s ease-out;
     -ms-transition:all 0.3s ease-out;
     transition:all 0.3s ease-out
}
.trx_addons_hover:hover .trx_addons_hover_text,.trx_addons_hover:hover .trx_addons_hover_info{
    -webkit-transition:all 0.3s 0.1s ease-out;
     -ms-transition:all 0.3s 0.1s ease-out;
     transition:all 0.3s 0.1s ease-out
}
.trx_addons_hover_content .trx_addons_hover_link,.trx_addons_hover_content .trx_addons_hover_links a{
    display:inline-block;
     text-decoration:none;
     font-size:0.7692em;
     font-weight:bold;
     line-height:1.5em;
     padding:0.4em 0.8em;
     margin-top:1em;
     background-color:rgba(0,0,0,0.6);
     color:#fff !important;
     text-transform:uppercase;
     opacity:0;
     -webkit-transition:all 0.3s ease-out;
     -ms-transition:all 0.3s ease-out;
     transition:all 0.3s ease-out
}
.trx_addons_hover_content .trx_addons_hover_links a+a{
    margin-left:1em
}
.trx_addons_hover:hover .trx_addons_hover_link,.trx_addons_hover:hover .trx_addons_hover_links a{
    -webkit-transition:all 0.3s 0.1s ease-out;
     -ms-transition:all 0.3s 0.1s ease-out;
     transition:all 0.3s 0.1s ease-out
}
.trx_addons_hover_link:hover,.trx_addons_hover_links a:hover{
    color:#fff !important;
     background-color:#000
}
.trx_addons_hover_content .trx_addons_hover_icon{
    display:inline-block;
     text-decoration:none;
     width:3em;
     height:3em;
     line-height:3em;
     text-align:center;
     background-color:rgba(0,0,0,0.6);
     color:#fff !important;
     border-radius:50%;
     margin-top:1em;
     opacity:0;
     -webkit-transition:all 0.2s linear;
     -ms-transition:all 0.2s linear;
     transition:all 0.2s linear
}
.trx_addons_hover:hover .trx_addons_hover_icon{
    -webkit-transition:all 0.2s 0.2s linear;
     -ms-transition:all 0.2s 0.2s linear;
     transition:all 0.2s 0.2s linear
}
.trx_addons_hover_content .trx_addons_hover_icon + .trx_addons_hover_icon{
    margin-left:0.5em
}
.trx_addons_hover_content .trx_addons_hover_icon:hover{
    color:#fff !important;
     background-color:#000
}
.trx_addons_hover_content .trx_addons_hover_icon_link:before{
    content:'\e86a';
     font-family:'trx_addons_icons'
}
.trx_addons_hover_content .trx_addons_hover_icon_zoom:before{
    content:'\e898';
     font-family:'trx_addons_icons'
}
.trx_addons_hover_style_info img{
    -webkit-transition:all 0.2s linear;
     -ms-transition:all 0.2s linear;
     transition:all 0.2s linear
}
.trx_addons_hover_style_info .trx_addons_hover_title{
    -webkit-transform:translateY(-50px);
     -ms-transform:translateY(-50px);
     transform:translateY(-50px)
}
.trx_addons_hover_style_info .trx_addons_hover_text{
    -webkit-transform:translateY(-50px);
     -ms-transform:translateY(-50px);
     transform:translateY(-50px)
}
.trx_addons_hover_style_info .trx_addons_hover_link{
    -webkit-transform:translateY(20px);
     -ms-transform:translateY(20px);
     transform:translateY(20px)
}
.trx_addons_hover_style_info .trx_addons_hover_info{
    -webkit-transform:translateY(20px);
     -ms-transform:translateY(20px);
     transform:translateY(20px)
}
.trx_addons_hover_style_info:hover img{
    -webkit-transform:scale(1.1);
     -ms-transform:scale(1.1);
     transform:scale(1.1)
}
.trx_addons_hover_style_info:hover .trx_addons_hover_mask{
    opacity:1
}
.trx_addons_hover_style_info:hover .trx_addons_hover_title,.trx_addons_hover_style_info:hover .trx_addons_hover_text,.trx_addons_hover_style_info:hover .trx_addons_hover_link,.trx_addons_hover_style_info:hover .trx_addons_hover_info{
    opacity:1;
     -webkit-transform:translateY(0px);
     -ms-transform:translateY(0px);
     transform:translateY(0px)
}
.trx_addons_hover_style_links .trx_addons_hover_mask{
    top:0;
     bottom:0;
     left:0;
     right:0
}
.trx_addons_hover_style_links .trx_addons_hover_title{
    -webkit-transform:translateY(-75px);
     -ms-transform:translateY(-75px);
     transform:translateY(-75px)
}
.trx_addons_hover_style_links .trx_addons_hover_text{
    -webkit-transform:translateY(-50px);
     -ms-transform:translateY(-50px);
     transform:translateY(-50px)
}
.trx_addons_hover_style_links .trx_addons_hover_link{
    -webkit-transform:translate(-20px,20px);
     -ms-transform:translate(-20px,20px);
     transform:translate(-20px,20px)
}
.trx_addons_hover_style_links .trx_addons_hover_link2{
    -webkit-transform:translate(20px,20px);
     -ms-transform:translate(20px,20px);
     transform:translate(20px,20px)
}
.trx_addons_hover_style_links:hover .trx_addons_hover_mask{
    opacity:1
}
.trx_addons_hover_style_links:hover .trx_addons_hover_title,.trx_addons_hover_style_links:hover .trx_addons_hover_text,.trx_addons_hover_style_links:hover .trx_addons_hover_link,.trx_addons_hover_style_links:hover .trx_addons_hover_link2{
    opacity:1;
     -webkit-transform:translate(0px,0px);
     -ms-transform:translate(0px,0px);
     transform:translate(0px,0px)
}
.trx_addons_hover_style_plain img{
    -webkit-transition:all 0.2s linear;
     -ms-transition:all 0.2s linear;
     transition:all 0.2s linear
}
.trx_addons_hover_style_plain .trx_addons_hover_title{
    -webkit-transform:translateY(-50px);
     -ms-transform:translateY(-50px);
     transform:translateY(-50px)
}
.trx_addons_hover_style_plain .trx_addons_hover_text{
    color:#8b8b8b;
     padding:1em 0;
     -webkit-transform:scale(0.8,0.8);
     -ms-transform:scale(0.8,0.8);
     transform:scale(0.8,0.8)
}
.trx_addons_hover_style_plain .trx_addons_hover_link{
    -webkit-transform:translateY(20px);
     -ms-transform:translateY(20px);
     transform:translateY(20px)
}
.trx_addons_hover_style_plain:hover img{
    opacity:0;
     -webkit-transform:scale(0.8);
     -ms-transform:scale(0.8);
     transform:scale(0.8);
     -webkit-transition:all 0.2s 0.1s linear;
     -ms-transition:all 0.2s 0.1s linear;
     transition:all 0.2s 0.1s linear
}
.trx_addons_hover_style_plain:hover .trx_addons_hover_title,.trx_addons_hover_style_plain:hover .trx_addons_hover_link{
    opacity:1;
     -webkit-transform:translateY(0px);
     -ms-transform:translateY(0px);
     transform:translateY(0px)
}
.trx_addons_hover_style_plain:hover .trx_addons_hover_text{
    opacity:1;
     -webkit-transform:scale(1,1);
     -ms-transform:scale(1,1);
     transform:scale(1,1)
}
/* Style 'Wide' - subtitle and icons 'Link' & 'Zoom'-------------------------------------------------- */
.trx_addons_hover_style_wide .trx_addons_hover_mask{
    top:0;
     left:0;
     width:200%;
     height:200%;
     -webkit-transform:translate(50%,50%) rotate(45deg);
     -ms-transform:translate(50%,50%) rotate(45deg);
     transform:translate(50%,50%) rotate(45deg)
}
.trx_addons_hover_style_wide .trx_addons_hover_content .trx_addons_hover_title{
    -webkit-transform:translate(50px,50px);
     -ms-transform:translate(50px,50px);
     transform:translate(50px,50px);
    /* border-bottom:1px solid rgba(0,0,0,0.3);
    */
     background-color:transparent;
     margin:0
}
.trx_addons_hover_style_wide .trx_addons_hover_icon{
    -webkit-transform:translateX(30px) scale(0.3,0.3);
     -ms-transform:translateX(30px) scale(0.3,0.3);
     transform:translateX(30px) scale(0.3,0.3)
}
.trx_addons_hover_style_wide .trx_addons_hover_icon_zoom{
    -webkit-transform:translateX(-30px) scale(0.3,0.3);
     -ms-transform:translateX(-30px) scale(0.3,0.3);
     transform:translateX(-30px) scale(0.3,0.3)
}
.trx_addons_hover_style_wide:hover .trx_addons_hover_mask{
    opacity:1;
     -webkit-transform:translate(-25%,-25%) rotate(45deg);
     -ms-transform:translate(-25%,-25%) rotate(45deg);
     transform:translate(-25%,-25%) rotate(45deg)
}
.trx_addons_hover_style_wide:hover .trx_addons_hover_title{
    opacity:1;
     -webkit-transform:translate(0px,0px);
     -ms-transform:translate(0px,0px);
     transform:translate(0px,0px)
}
.trx_addons_hover_style_wide:hover .trx_addons_hover_icon{
    opacity:1;
     -webkit-transform:translateX(0px) scale(1,1);
     -ms-transform:translateX(0px) scale(1,1);
     transform:translateX(0px) scale(1,1)
}
/* Style 'ZoomIn' - subtitle and icons 'Link' & 'Zoom'-------------------------------------------------- */
.trx_addons_hover_style_zoomin .trx_addons_hover_mask{
    -webkit-transform:scale(0.1,0.1);
     -ms-transform:scale(0.1,0.1);
     transform:scale(0.1,0.1)
}
.trx_addons_hover_style_zoomin .trx_addons_hover_content .trx_addons_hover_title{
    -webkit-transform:translateY(30px) scale(0.1,0.1);
     -ms-transform:translateY(30px) scale(0.1,0.1);
     transform:translateY(30px) scale(0.1,0.1);
    /* border-bottom:1px solid rgba(0,0,0,0.3);
    */
     background-color:transparent;
     margin:0
}
.trx_addons_hover_style_zoomin .trx_addons_hover_icon{
    -webkit-transform:translate(-30px,-30px) scale(0.1,0.1);
     -ms-transform:translate(-30px,-30px) scale(0.1,0.1);
     transform:translate(-30px,-30px) scale(0.1,0.1)
}
.trx_addons_hover_style_zoomin .trx_addons_hover_icon_link{
    -webkit-transform:translate(30px,-30px) scale(0.1,0.1);
     -ms-transform:translate(30px,-30px) scale(0.1,0.1);
     transform:translate(30px,-30px) scale(0.1,0.1)
}
.trx_addons_hover_style_zoomin:hover .trx_addons_hover_mask{
    opacity:1;
     -webkit-transform:scale(1,1);
     -ms-transform:scale(1,1);
     transform:scale(1,1)
}
.trx_addons_hover_style_zoomin:hover .trx_addons_hover_title{
    opacity:1;
     -webkit-transform:translate(0px,0px) scale(1,1);
     -ms-transform:translate(0px,0px) scale(1,1);
     transform:translate(0px,0px) scale(1,1)
}
.trx_addons_hover_style_zoomin:hover .trx_addons_hover_icon{
    opacity:1;
     -webkit-transform:translate(0px,0px) scale(1,1);
     -ms-transform:translate(0px,0px) scale(1,1);
     transform:translate(0px,0px) scale(1,1)
}
@keyframes zoomin{
    0%{
        opacity:0;
         transform:scale(.1);
         -ms-transform:scale(.1);
         -webkit-transform:scale(.1)
    }
    100%{
        opacity:1;
         transform:scale(1);
         -ms-transform:scale(1);
         -webkit-transform:scale(1)
    }
}
@-webkit-keyframes zoomin{
    0%{
        opacity:0;
         transform:scale(.1);
         -ms-transform:scale(.1);
         -webkit-transform:scale(.1)
    }
    100%{
        opacity:1;
         transform:scale(1);
         -ms-transform:scale(1);
         -webkit-transform:scale(1)
    }
}
@keyframes zoomout{
    0%{
        transform:scale(1);
         -ms-transform:scale(1);
         -webkit-transform:scale(1)
    }
    100%{
        transform:scale(.1);
         -ms-transform:scale(.1);
         -webkit-transform:scale(.1)
    }
}
@-webkit-keyframes zoomout{
    0%{
        transform:scale(1);
         -ms-transform:scale(1);
         -webkit-transform:scale(1)
    }
    100%{
        transform:scale(.1);
         -ms-transform:scale(.1);
         -webkit-transform:scale(.1)
    }
}
@keyframes flash{
    0%{
        opacity:1
    }
    100%{
        transform:scale(1.15);
         -ms-transform:scale(1.15);
         -webkit-transform:scale(1.15);
         opacity:0
    }
}
@-webkit-keyframes flash{
    0%{
        opacity:1
    }
    100%{
        transform:scale(1.15);
         -ms-transform:scale(1.15);
         -webkit-transform:scale(1.15);
         opacity:0
    }
}
@keyframes jump{
    0%{
        -webkit-transform:translateY(0);
         -ms-transform:translateY(0);
         transform:translateY(0)
    }
    50%{
        -webkit-transform:translateY(-10px);
         -ms-transform:translateY(-10px);
         transform:translateY(-10px)
    }
    100%{
        -webkit-transform:translateY(0);
         -ms-transform:translateY(0);
         transform:translateY(0)
    }
}
@-webkit-keyframes jump{
    0%{
        -webkit-transform:translateY(0);
         -ms-transform:translateY(0);
         transform:translateY(0)
    }
    50%{
        -webkit-transform:translateY(-10px);
         -ms-transform:translateY(-10px);
         transform:translateY(-10px)
    }
    100%{
        -webkit-transform:translateY(0);
         -ms-transform:translateY(0);
         transform:translateY(0)
    }
}
@keyframes squat{
    0%{
        -webkit-transform:translateY(0);
         -ms-transform:translateY(0);
         transform:translateY(0)
    }
    50%{
        -webkit-transform:translateY(10px);
         -ms-transform:translateY(10px);
         transform:translateY(10px)
    }
    100%{
        -webkit-transform:translateY(0);
         -ms-transform:translateY(0);
         transform:translateY(0)
    }
}
@-webkit-keyframes squat{
    0%{
        -webkit-transform:translateY(0);
         -ms-transform:translateY(0);
         transform:translateY(0)
    }
    50%{
        -webkit-transform:translateY(10px);
         -ms-transform:translateY(10px);
         transform:translateY(10px)
    }
    100%{
        -webkit-transform:translateY(0);
         -ms-transform:translateY(0);
         transform:translateY(0)
    }
}
.trx_addons_accent{
    color:#efa758
}
.trx_addons_accent_bg{
    color:#fff;
     background-color:#efa758;
     padding:0 0.4em;
     display:inline-block
}
.trx_addons_hover{
    color:#b88144
}
.trx_addons_inverse{
    color:#fff;
     background-color:#000;
     padding:0 0.4em;
     display:inline-block
}
.trx_addons_dark{
    color:#000
}
.trx_addons_tiny_text{
    font-size:11px;
     line-height:1.3em;
     text-transform:uppercase;
     font-weight:700;
     letter-spacing:1px
}
.trx_addons_dropcap{
    float:left;
     display:block;
     font-size:2em;
     line-height:2.2em;
     width:2.2em;
     height:2.2em;
     text-align:center;
     overflow:hidden;
     margin:0.4em 0.8em 0.5em 0;
     color:#fff;
     background-color:#000
}
.trx_addons_dropcap_style_2{
    background-color:#efa758
}
.trx_addons_tooltip{
    color:#efa758;
     border-bottom:1px dashed #efa758;
     position:relative;
     cursor:default
}
.trx_addons_tooltip:before{
    content:attr(data-tooltip);
     pointer-events:none;
     display:inline-block;
     white-space:nowrap;
     padding:0.1em 1em;
     background-color:#efa758;
     color:#fff;
     font-size:0.8em;
     position:absolute;
     z-index:1;
     left:50%;
     bottom:150%;
     opacity:0;
     border:none;
     -webkit-transform:translateX(-70%);
     -ms-transform:translateX(-70%);
     transform:translateX(-70%);
     -webkit-transition:all ease-out 0.1s;
     -ms-transition:all ease-out 0.1s;
     transition:all ease-out 0.1s;
     -webkit-border-radius:2px;
     -ms-border-radius:2px;
     border-radius:2px
}
.trx_addons_tooltip:after{
    content:' ';
     pointer-events:none;
     display:block;
     font-size:0.8em;
     width:0;
     height:0;
     border:4px solid transparent;
     border-top-color:#efa758;
     position:absolute;
     z-index:2;
     left:50%;
     bottom:150%;
     opacity:0;
     margin-bottom:-4px;
     -webkit-transition:all ease-out 0.1s;
     -ms-transition:all ease-out 0.1s;
     transition:all ease-out 0.1s;
     -webkit-transform:rotate(135deg);
     -ms-transform:rotate(135deg);
     transform:rotate(135deg)
}
.trx_addons_tooltip:hover:before,.trx_addons_tooltip:hover:after{
    bottom:115%;
     opacity:1
}
del{
    color:#ddd;
     text-decoration:line-through
}
.trx_addons_no_margin{
    margin:0
}
ul[class*="trx_addons_list"]{
    list-style-type:none;
     padding-left:1.2em
}
ul[class*="trx_addons_list"]>li{
    position:relative
}
ul[class*="trx_addons_list"]>li:before{
    font-family:'trx_addons_icons';
     display:inline-block;
     position:absolute;
     top:0;
     left:-1em;
     line-height:inherit
}
ul.trx_addons_list_success,ul.trx_addons_list_error,ul.trx_addons_list_plus,ul.trx_addons_list_minus{
    padding-left:1.5em
}
ul.trx_addons_list_success>li:before,ul.trx_addons_list_error>li:before,ul.trx_addons_list_plus>li:before,ul.trx_addons_list_minus>li:before{
    left:-1.3em
}
ul[class*="trx_addons_list_dot"]>li:before{
    content:'\e8b6'
}
ul[class*="trx_addons_list_custom"]>li:before{
    content:'\e884'
}
ul[class*="trx_addons_list_success"]>li:before{
    content:'\e874'
}
ul[class*="trx_addons_list_error"]>li:before{
    content:'\e875'
}
ul[class*="trx_addons_list_info"]>li:before{
    content:'\e87f'
}
ul[class*="trx_addons_list_plus"]>li:before{
    content:'\e876'
}
ul[class*="trx_addons_list_minus"]>li:before{
    content:'\e877'
}
ul[class*="trx_addons_list_help"]>li:before{
    content:'\e87c'
}
ul[class*="trx_addons_list_attention"]>li:before{
    content:'\e880'
}
ul[class*="trx_addons_list"][class*="_circled"]{
    padding-left:1.8em
}
ul[class*="trx_addons_list"][class*="_circled"]>li:before{
    font-size:10px;
     left:-2.4em;
     top:0.4em;
     width:1.6em;
     height:1.6em;
     line-height:1.6em;
     text-align:center;
     display:inline-block;
     -webkit-border-radius:50%;
     -ms-border-radius:50%;
     border-radius:50%;
     color:#fff;
     background-color:#efa758
}
ul.trx_addons_list_parameters{
    padding-left:0 !important
}
ul.trx_addons_list_parameters>li:before{
    display:none
}
ul.trx_addons_list_parameters>li + li{
    padding-top:0.2em;
     margin-top:0.2em;
     border-top:1px solid #ddd
}
.trx_addons_list_parameters>li{
    white-space:nowrap
}
.trx_addons_list_parameters>li>strong{
    display:inline-block;
     width:75%;
     text-align:left;
     font-weight:inherit;
     white-space:normal;
     vertical-align:top
}
.trx_addons_list_parameters>li>em{
    display:inline-block;
     width:25%;
     text-align:left;
     font-style:normal;
     font-weight:inherit;
     white-space:normal;
     vertical-align:top
}
.sc_float_left{
    float:left
}
.sc_float_right{
    float:right
}
.sc_float_center{
    margin-left:auto;
     margin-right:auto
}
.sc_align_left{
    text-align:left
}
.sc_align_right{
    text-align:right
}
.sc_align_center{
    text-align:center
}
.sc_align_justify{
    text-align:justify
}
.sc_padding_tiny{
    padding:1em 6%
}
.sc_padding_small{
    padding:2em 8%
}
.sc_padding_medium{
    padding:3em 10%
}
.sc_padding_large{
    padding:4em 12%
}
.sc_margin_tiny{
    margin:1em 6%
}
.sc_margin_small{
    margin:2em 8%
}
.sc_margin_medium{
    margin:3em 10%
}
.sc_margin_large{
    margin:4em 12%
}
.sc_push_tiny{
    margin-top:-2em
}
.sc_push_small{
    margin-top:-4em
}
.sc_push_medium{
    margin-top:-6em
}
.sc_push_large{
    margin-top:-8em
}
.sc_pull_tiny{
    margin-bottom:-2em
}
.sc_pull_small{
    margin-bottom:-4em
}
.sc_pull_medium{
    margin-bottom:-6em
}
.sc_pull_large{
    margin-bottom:-8em
}
@media (max-width:767px){
    .sc_push_hide_on_mobile{
        margin-top:0
    }
    .sc_pull_hide_on_mobile{
        margin-bottom:0
    }
}
@media (max-width:1023px){
    .sc_push_hide_on_tablet{
        margin-top:0
    }
    .sc_pull_hide_on_tablet{
        margin-bottom:0
    }
}
a .sc_icon_as_image{
    filter:grayscale(0);
     -webkit-filter:grayscale(0);
     -moz-filter:grayscale(0);
     -ms-filter:grayscale(0);
     -o-filter:grayscale(0);
     -webkit-transition:all .3s ease;
     -ms-transition:all .3s ease;
     transition:all .3s ease
}
a:hover .sc_icon_as_image{
    filter:grayscale(1);
     -webkit-filter:grayscale(1);
     -moz-filter:grayscale(1);
     -ms-filter:grayscale(1);
     -o-filter:grayscale(1)
}
.sc_item_title,.sc_item_subtitle,.sc_item_descr,.sc_item_button{
    margin:0
}
.sc_item_title{
    line-height:1.3em
}
.sc_item_title>small,.sc_item_title>big{
    display:inline-block;
     margin-bottom:0.9em
}
.sc_item_title + .sc_item_subtitle{
    margin-top:1.5em
}
.sc_item_subtitle + .sc_item_title{
    margin-top:0.6em
}
.sc_item_subtitle.sc_item_title_style_shadow{
    font-size:8rem;
     line-height:1.2em;
     font-style:normal;
     font-weight:900;
     color:#f0f0f0;
     opacity:0.1;
     position:absolute;
     z-index:0;
     top:0;
     left:50%;
     -webkit-transform:translateX(-50%);
     -ms-transform:translateX(-50%);
     transform:translateX(-50%)
}
.sc_item_subtitle.sc_item_title_style_shadow.sc_align_left,.sc_item_subtitle.sc_item_title_style_shadow.sc_align_default{
    left:0;
     -webkit-transform:none;
     -ms-transform:none;
     transform:none
}
.sc_item_subtitle.sc_item_title_style_shadow.sc_align_right{
    left:auto;
     right:0;
     -webkit-transform:none;
     -ms-transform:none;
     transform:none
}
.sc_item_subtitle.sc_item_title_style_shadow + .sc_item_title{
    padding:2.5rem 0;
     margin:0
}
.sc_item_title + .sc_item_descr,.sc_item_subtitle + .sc_item_descr{
    margin-top:1em
}
.sc_item_title + .sc_item_slider,.sc_item_subtitle + .sc_item_slider,.sc_item_descr + .sc_item_slider,.sc_item_title + .sc_item_columns,.sc_item_subtitle + .sc_item_columns,.sc_item_descr + .sc_item_columns,.sc_item_title + .sc_item_content,.sc_item_subtitle + .sc_item_content,.sc_item_descr + .sc_item_content{
    margin-top:2em
}
.sc_item_title + .sc_item_slider,.sc_item_subtitle + .sc_item_slider,.sc_item_title + .sc_item_columns,.sc_item_subtitle + .sc_item_columns,.sc_item_title + .sc_item_content,.sc_item_subtitle + .sc_item_content{
    margin-top:2em
}
.sc_item_descr + .sc_item_slider,.sc_item_descr + .sc_item_columns,.sc_item_descr + .sc_item_content{
    margin-top:3em
}
h1.sc_item_title_tag + .sc_item_descr,h1.sc_item_title_tag + .sc_item_slider,h1.sc_item_title_tag + .sc_item_columns,h1.sc_item_title_tag + .sc_item_content{
    margin-top:2em
}
h2.sc_item_title_tag + .sc_item_descr,h2.sc_item_title_tag + .sc_item_slider,h2.sc_item_title_tag + .sc_item_columns,h2.sc_item_title_tag + .sc_item_content{
    margin-top:1.8em
}
h3.sc_item_title_tag + .sc_item_descr,h3.sc_item_title_tag + .sc_item_slider,h3.sc_item_title_tag + .sc_item_columns,h3.sc_item_title_tag + .sc_item_content{
    margin-top:1.6em
}
h4.sc_item_title_tag + .sc_item_descr,h4.sc_item_title_tag + .sc_item_slider,h4.sc_item_title_tag + .sc_item_columns,h4.sc_item_title_tag + .sc_item_content{
    margin-top:1.4em
}
h5.sc_item_title_tag + .sc_item_descr,h5.sc_item_title_tag + .sc_item_slider,h5.sc_item_title_tag + .sc_item_columns,h5.sc_item_title_tag + .sc_item_content{
    margin-top:1.2em
}
h6.sc_item_title_tag + .sc_item_descr,h6.sc_item_title_tag + .sc_item_slider,h6.sc_item_title_tag + .sc_item_columns,h6.sc_item_title_tag + .sc_item_content{
    margin-top:1em
}
.sc_item_descr{
    margin-bottom:2em
}
.sc_item_descr.sc_align_center{
    max-width:75%;
     margin-left:auto;
     margin-right:auto
}
.sc_item_descr:last-child{
    margin-bottom:0
}
.wpb_column:not(.vc_col-sm-12) .sc_item_descr.sc_align_center{
    max-width:none
}
.sc_item_title + .sc_item_button,.sc_item_title + .sc_item_button_image,.sc_item_subtitle + .sc_item_button,.sc_item_subtitle + .sc_item_button_image,.sc_item_descr + .sc_item_button,.sc_item_descr + .sc_item_button_image,.sc_item_content + .sc_item_button,.sc_item_content + .sc_item_button_image,.sc_item_slider + .sc_item_button,.sc_item_slider + .sc_item_button_image,.sc_item_columns + .sc_item_button,.sc_item_columns + .sc_item_button_image{
    margin-top:2em
}
.sc_item_title + .sc_item_button_simple,.sc_item_subtitle + .sc_item_button_simple,.sc_item_descr + .sc_item_button_simple,.sc_item_content + .sc_item_button_simple,.sc_item_slider + .sc_item_button_simple,.sc_item_columns + .sc_item_button_simple{
    margin-top:1.5em
}
.sc_item_button_image img{
    max-height:8em;
     width:auto
}
.sc_layouts_item{
    max-width:100%
}
.sc_layouts_column .sc_layouts_item{
    display:inline-block;
     vertical-align:middle;
     margin-right:1.5em
}
.sc_layouts_column .sc_layouts_item:last-child{
    margin-right:0
}
.sc_layouts_column_align_right .sc_layouts_item{
    margin-left:1.5em;
     margin-right:0
}
.sc_layouts_column_align_right .sc_layouts_item:first-child{
    margin-left:0
}
.sc_layouts_column_align_left,.sc_layouts_column.sc_layouts_column_align_left .widget,.sc_layouts_column.sc_layouts_column_align_left .widget_title,.sc_layouts_column.sc_layouts_column_align_left .widgettitle{
    text-align:left
}
.sc_layouts_column_align_center,.sc_layouts_column.sc_layouts_column_align_center .widget,.sc_layouts_column.sc_layouts_column_align_center .widget_title,.sc_layouts_column.sc_layouts_column_align_center .widgettitle{
    text-align:center
}
.sc_layouts_column_align_right,.sc_layouts_column.sc_layouts_column_align_right .widget,.sc_layouts_column.sc_layouts_column_align_right .widget_title,.sc_layouts_column.sc_layouts_column_align_right .widgettitle{
    text-align:right
}
@media (max-width:767px){
    .sc_layouts_column{
        width:100% !important
    }
    .sc_layouts_column_align_left, .sc_layouts_column_align_right{
        text-align:center
    }
    .sc_layouts_hide_on_mobile{
        display:none !important
    }
}
@media (max-width:1023px){
    .sc_layouts_hide_on_tablet{
        display:none !important
    }
}
body.frontpage .sc_layouts_hide_on_frontpage,body.error404 .sc_layouts_hide_on_frontpage{
    display:none !important
}
.sc_layouts_row_delimiter{
    border-bottom:1px solid #ddd
}
.sc_layouts_row .vc_separator{
    margin-top:3em !important;
     margin-bottom:3em !important
}
.sc_layouts_item_link{
    display:block
}
.sc_layouts_item_icon{
    font-size:2.25em;
     line-height:1.1em;
     display:inline-block;
     vertical-align:middle;
     -webkit-transition:color .3s ease;
     -ms-transition:color .3s ease;
     transition:color .3s ease
}
.sc_layouts_item_details{
    display:inline-block;
     vertical-align:middle
}
.sc_layouts_item_icon + .sc_layouts_item_details{
    margin-left:0.5em
}
.sc_layouts_column_icons_position_left .sc_layouts_item_details{
    text-align:left
}
.sc_layouts_column_icons_position_right .sc_layouts_item_details{
    text-align:right
}
.sc_align_center .sc_layouts_item_details{
    text-align:center
}
.sc_layouts_item_details_line1,.sc_layouts_item_details_line2{
    display:block
}
.sc_layouts_item_details_line1{
    font-weight:400;
     font-size:13px;
     line-height:16px
}
.sc_layouts_item_details_line2{
    font-weight:700;
     font-size:16px;
     line-height:21px
}
@media (max-width:959px){
    .sc_layouts_item_details_line1{
        font-size:12px;
         line-height:16px
    }
    .sc_layouts_item_details_line2{
        font-size:15px;
         line-height:20px
    }
}
@media (max-width:767px){
    .sc_layouts_item_details_line1{
        font-size:11px;
         line-height:14px
    }
    .sc_layouts_item_details_line2{
        font-size:13px;
         line-height:18px
    }
}
.sc_layouts_column_icons_position_right .sc_layouts_item:after{
    content:' ';
     width:100%;
     height:0;
     clear:both
}
.sc_layouts_column_icons_position_right .sc_layouts_item_icon{
    float:right;
     margin-left:0.4em;
     margin-right:0
}
.sc_layouts_column_icons_position_right .sc_layouts_item_details{
    float:right
}
/* Row type:Narrow-------------------------------------------------- */
.sc_layouts_row_type_narrow{
    font-size:13px;
     line-height:19px;
     padding:0.5em 0;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
@media (max-width:959px){
    .sc_layouts_row_type_narrow{
        font-size:12px;
         line-height:18px
    }
}
@media (max-width:767px){
    .sc_layouts_row_type_narrow{
        font-size:11px;
         line-height:16px
    }
}
.sc_layouts_row_type_narrow .sc_layouts_item{
    margin-top:0.5em;
     margin-bottom:0.5em
}
.sc_layouts_row_type_narrow .sc_layouts_item_icon,.sc_layouts_row_type_narrow .sc_layouts_item input[type="text"]{
    font-size:inherit;
     font-weight:inherit;
     line-height:inherit
}
.sc_layouts_row_type_narrow .sc_layouts_item_details_line1,.sc_layouts_row_type_narrow .sc_layouts_item_details_line2{
    display:inline-block;
     font-size:inherit;
     font-weight:inherit;
     line-height:inherit
}
.sc_layouts_row_type_narrow .sc_layouts_item_details_line1 + .sc_layouts_item_details_line2{
    margin-left:0.5em
}
@media (max-width:959px){
    .sc_layouts_row_type_narrow .sc_layouts_item_details_line1{
        display:none
    }
    .sc_layouts_row_type_narrow .sc_layouts_item_details_line1 + .sc_layouts_item_details_line2{
        margin-left:0
    }
}
.sc_layouts_row_type_narrow .socials_wrap{
    margin:0 -8px 0 0
}
.sc_layouts_row_type_narrow .socials_wrap .social_item{
    margin:0 8px 0 0
}
.sc_layouts_row_type_narrow .socials_wrap .social_item .social_icon{
    width:auto;
     height:auto;
     line-height:inherit;
     font-size:15px;
     -webkit-border-radius:0;
     -ms-border-radius:0;
     border-radius:0
}
.sc_layouts_row_type_narrow .socials_wrap .social_item_style_bg .social_icon{
    width:1.2em;
     height:1.2em
}
.sc_layouts_row_type_narrow .sc_button{
    background-color:transparent;
     border:1px solid #efa758;
     color:#efa758;
     text-transform:uppercase;
     font-size:11px;
     font-weight:400;
     padding:1em 2em;
     letter-spacing:0;
     vertical-align:top
}
/* Row type:Compact-------------------------------------------------- */
.sc_layouts_row_type_compact{
    padding:0.75em 0;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.sc_layouts_row_type_compact .sc_layouts_item{
    margin-top:0.5em;
     margin-bottom:0.5em
}
.sc_layouts_row_type_compact .sc_layouts_item_icon{
    font-size:1.25em;
     font-weight:400
}
.sc_layouts_row_type_compact .sc_layouts_item input[type="text"]{
    font-size:inherit;
     font-weight:inherit;
     line-height:inherit
}
.sc_layouts_row_type_compact .sc_layouts_item_details_line1,.sc_layouts_row_type_compact .sc_layouts_item_details_line2{
    display:inline-block;
     font-size:inherit;
     font-weight:inherit;
     line-height:inherit
}
.sc_layouts_row_type_compact .sc_layouts_item_details_line1 + .sc_layouts_item_details_line2{
    margin-left:0.5em
}
.sc_layouts_row_type_compact .socials_wrap{
    margin:0 -10px 0 0
}
.sc_layouts_row_type_compact .socials_wrap .social_item{
    margin:0 10px 0 0
}
.sc_layouts_row_type_compact .socials_wrap .social_item .social_icon{
    width:auto;
     height:auto;
     line-height:inherit;
     font-size:15px;
     -webkit-border-radius:0;
     -ms-border-radius:0;
     border-radius:0
}
.sc_layouts_row_type_compact .socials_wrap .social_item_style_bg .social_icon{
    width:1.2em;
     height:1.2em
}
.sc_layouts_row_type_compact .sc_button{
    background-color:#efa758;
     color:#fff;
     font-size:12px;
     font-weight:400;
     padding:1.5em 3em;
     letter-spacing:0.5px;
     vertical-align:top
}
/* Row type:Normal-------------------------------------------------- */
.sc_layouts_row_type_normal{
    padding:2em 0;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.sc_layouts_row_type_normal .sc_layouts_item{
    margin-top:0.5em;
     margin-bottom:0.5em
}
.sc_layouts_row_type_normal .sc_button{
    background-color:#efa758;
     color:#fff;
     font-size:11px;
     font-weight:600;
     padding:1.5em 3em;
     letter-spacing:0.5px;
     vertical-align:top
}
.sc_layouts_row_fixed_placeholder{
    display:none
}
.sc_layouts_row_fixed_on + .sc_layouts_row_fixed_placeholder{
    display:block
}
.sc_layouts_row_fixed_on{
    position:fixed;
     z-index:100002;
     top:0;
     left:-15px;
     right:-15px;
     margin:0 !important;
     background-color:#fff
}
.sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on{
    z-index:100001
}
.sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on{
    z-index:100000
}
@media (max-width:600px){
    .sc_layouts_row_fixed_on{
        position:absolute
    }
}
.sc_layouts_row_type_compact.sc_layouts_row_fixed_on,.sc_layouts_row_type_normal.sc_layouts_row_fixed_on{
    padding-top:0;
     padding-bottom:0
}
.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img{
    max-height:40px
}
.sc_layouts_logo img{
    max-height:80px;
     width:auto
}
.sc_layouts_row_type_compact .sc_layouts_logo img{
    max-height:60px
}
.sc_layouts_row_type_narrow .sc_layouts_logo img{
    max-height:40px
}
@media (max-width:1439px){
    .sc_layouts_logo img{
        max-height:60px;
         width:auto
    }
    .sc_layouts_row_type_compact .sc_layouts_logo img{
        max-height:40px
    }
    .sc_layouts_row_type_narrow .sc_layouts_logo img{
        max-height:30px
    }
}
.sc_layouts_logo .logo_text{
    display:block
}
.sc_layouts_logo .logo_slogan{
    display:block;
     font-size:12px;
     line-height:15px;
     letter-spacing:0px
}
.search_wrap,.search_wrap .search_form{
    position:relative
}
.search_wrap .search_field{
    width:6em;
     padding:0 0 0 1.75em;
     vertical-align:middle;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.search_wrap .search_submit{
    position:absolute;
     bottom:0;
     left:0;
     background-color:transparent;
     padding:0;
     font-size:inherit;
     font-weight:inherit;
     line-height:inherit
}
.search_wrap .search_submit:before{
    margin:0
}
.sc_layouts_row_type_narrow .search_wrap .search_field,.sc_layouts_row_type_compact .search_wrap .search_field{
    border:none !important;
     background-color:transparent !important
}
.sc_layouts_row_type_compact .search_wrap .search_submit{
    font-size:1.25em;
     font-weight:400
}
.sc_layouts_column_icons_position_right .search_wrap .search_field{
    padding:0 1.75em 0 0
}
.sc_layouts_column_icons_position_right .search_wrap .search_submit{
    left:auto;
     right:0
}
.sc_layouts_row_type_normal .search_wrap .search_field{
    font-size:11px;
     text-transform:uppercase;
     padding:0 1.5em 0 3em;
     width:15em;
     height:4.7727em;
     line-height:4.7727em;
     -webkit-border-radius:3em;
     -ms-border-radius:3em;
     border-radius:3em
}
.sc_layouts_row_type_normal .search_wrap .search_submit{
    display:block;
     font-size:11px;
     text-align:center;
     width:1em;
     height:4.7727em;
     line-height:4.7727em;
     position:absolute;
     bottom:auto;
     top:0;
     left:1em
}
.sc_layouts_row_type_normal .search_wrap .search_submit:before{
    font-size:13px
}
.sc_layouts_row_type_normal .sc_layouts_column_icons_position_right .search_wrap .search_submit{
    left:auto;
     right:1em
}
.sc_layouts_row_type_normal .sc_layouts_column_icons_position_right .search_wrap .search_field{
    padding:1em 3em 1em 1.5em
}
.search_wrap.search_style_expand .search_field{
    width:0;
     visibility:hidden
}
.search_style_expand.search_opened .search_field{
    width:6em;
     visibility:visible
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand .search_field{
    height:4.7727em;
     line-height:4.7727em;
     padding-top:0;
     padding-bottom:0;
     visibility:visible
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand:not(.search_opened) .search_field{
    padding:0 2.3em 0 2.3em
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand.search_opened .search_field{
    width:15em
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand:not(.search_opened) .search_submit{
    width:4.7727em;
     left:0;
     right:auto
}
.search_style_fullscreen .search_field{
    width:0;
     visibility:hidden
}
.search_style_fullscreen .search_field,.search_style_fullscreen .search_submit,.search_style_fullscreen .search_submit:before{
    -webkit-transition:none;
     -ms-transition:none;
     transition:none
}
.search_style_fullscreen.search_opened .search_field,.search_style_fullscreen.search_opened .search_submit,.search_style_fullscreen.search_opened .search_submit:before{
    -webkit-transition:all .3s ease;
     -ms-transition:all .3s ease;
     transition:all .3s ease
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen .search_field{
    width:0;
     height:4.7727em;
     line-height:4.7727em;
     padding-top:0;
     padding-bottom:0;
     visibility:visible
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen:not(.search_opened) .search_field{
    padding:0 2.3em 0 2.3em
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen:not(.search_opened) .search_submit{
    width:4.7727em;
     left:0;
     right:auto
}
.search_style_fullscreen .search_close{
    display:none
}
.search_style_fullscreen .search_close:before{
    margin:0
}
.search_style_fullscreen.search_opened .search_close{
    position:absolute;
     right:0;
     top:0;
     display:inline-block;
     font-size:2rem;
     font-weight:300;
     text-align:center;
     cursor:pointer;
     -webkit-transition:all ease .3s;
     -ms-transition:all ease .3s;
     transition:all ease .3s
}
.search_style_fullscreen.search_opened .search_form_wrap{
    position:fixed;
     background-color:rgba(255,255,255,0.9);
     bottom:0;
     left:0;
     right:0;
     top:0;
     width:100%;
     height:100%;
     z-index:10000;
     overflow:hidden
}
.search_style_fullscreen.search_opened .search_form{
    position:relative;
     width:50%;
     top:50%;
     left:50%;
     -webkit-transform:translateX(-50%) translateY(-50%);
     -ms-transform:translateX(-50%) translateY(-50%);
     transform:translateX(-50%) translateY(-50%);
     border-bottom:1px solid #fff;
     font-size:1em
}
.search_style_fullscreen.search_opened .search_results{
    top:0;
     display:none !important
}
.search_style_fullscreen.search_opened .search_submit:before{
    font-size:inherit
}
.search_style_fullscreen.search_opened .search_submit,.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_submit{
    position:absolute;
     left:0 !important;
     right:auto !important;
     top:50%;
     font-size:2rem;
     -webkit-transform:translateY(-50%);
     -ms-transform:translateY(-50%);
     transform:translateY(-50%)
}
.search_style_fullscreen.search_opened .search_field,.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_field{
    font-size:2rem !important;
     font-weight:400 !important;
     line-height:3em !important;
     height:3em;
     letter-spacing:1px;
     margin:0;
     padding:0 0 0 2em;
     border:none;
     white-space:pre-wrap;
     word-wrap:break-word;
     resize:none;
     overflow:hidden;
     display:block;
     visibility:visible;
     width:100%
}
.search_style_fullscreen.search_opened .search_field,.search_style_fullscreen.search_opened .search_field:hover,.search_style_fullscreen.search_opened .search_field:focus{
    background-color:transparent !important
}
.search_wrap .search_results{
    display:none;
     position:absolute;
     z-index:10000;
     left:0;
     top:3.5em;
     background-color:#fff;
     border:1px solid #e5e5e5;
     width:22em;
     padding:2em 1.5em;
     text-align:left
}
.search_wrap .search_results:after{
    content:" ";
     width:10px;
     height:10px;
     background-color:#fff;
     border-left:1px solid #e5e5e5;
     border-top:1px solid #e5e5e5;
     position:absolute;
     top:-6px;
     left:3em;
     -webkit-transform:rotate(45deg);
     -ms-transform:rotate(45deg);
     transform:rotate(45deg)
}
.sc_layouts_column_align_right .search_wrap .search_results{
    left:auto;
     right:1em
}
.sc_layouts_column_align_right .search_wrap .search_results:after{
    left:auto;
     right:3em
}
.search_wrap .search_results .search_results_close{
    position:absolute;
     top:3px;
     right:3px;
     display:block;
     text-align:center;
     overflow:hidden;
     font-size:1em;
     width:1.2em;
     height:1.2em;
     line-height:1.2em;
     cursor:pointer
}
.search_wrap .post_more{
    display:block;
     text-align:center
}
.search_wrap .post_meta{
    font-style:normal
}
.sc_layouts_cart{
    position:relative;
     z-index:2000
}
.sc_layouts_cart_icon,.sc_layouts_cart_details{
    cursor:pointer
}
.sc_layouts_cart_items_short{
    display:none;
     width:15px;
     height:15px;
     line-height:15px;
     text-align:center;
     font-size:7px;
     background-color:#333;
     color:#fff;
     -webkit-border-radius:50%;
     -ms-border-radius:50%;
     border-radius:50%;
     position:absolute;
     z-index:1;
     right:-5px;
     top:-5px;
     pointer-events:none
}
.sc_layouts_row_type_compact .sc_layouts_cart_details{
    display:none
}
.sc_layouts_row_type_compact .sc_layouts_cart_details{
    display:none
}
.sc_layouts_row_type_compact .sc_layouts_cart_items_short{
    display:block
}
/* Widget:Cart */
.sc_layouts_cart_widget{
    display:none;
     text-align:left;
     position:absolute;
     z-index:2;
     right:-2em;
     top:4em;
     width:280px;
     padding:1em;
     border:1px solid #ddd;
     background-color:#fff;
     color:#888
}
@media (max-width:479px){
    .sc_layouts_cart_widget{
        right:-5em
    }
}
.sc_layouts_cart_widget:after{
    content:' ';
     display:block;
     position:absolute;
     z-index:1;
     right:2.5em;
     top:0;
     margin:-5px 0 0 -4px;
     width:8px;
     height:8px;
     border-left:1px solid #ddd;
     border-top:1px solid #ddd;
     background-color:#fff;
     -webkit-transform:rotate(45deg);
     -ms-transform:rotate(45deg);
     transform:rotate(45deg)
}
.sc_layouts_cart_widget .sc_layouts_cart_widget_close{
    position:absolute;
     z-index:100;
     right:0;
     top:0;
     padding:5px 6px;
     cursor:pointer;
     -webkit-transition:color .3s ease;
     -ms-transition:color .3s ease;
     transition:color .3s ease
}
.sc_layouts_cart_widget .widget_shopping_cart{
    text-align:left !important
}
.sc_layouts_cart_widget .cart_list{
    max-height:200px;
     overflow-y:auto;
     overflow-x:hidden
}
.sc_layouts_cart_widget p{
    margin-bottom:0
}
.sc_layouts_cart_widget p+p{
    margin-top:0.75em
}
.sc_layouts_menu_mobile_button{
    display:none
}
.sc_layouts_menu_mobile_button .sc_layouts_item_icon{
    font-size:2em
}
@media (max-width:767px){
    .sc_layouts_menu_mobile_button{
        display:inline-block
    }
}
.sc_layouts_menu_mobile_button_burger:not(.without_menu){
    display:inline-block
}
/* Menu:common rules----------------------------------------- */
.sc_layouts_menu{
    position:relative;
     z-index:1000;
     overflow:hidden;
     visibility:hidden;
     max-height:3em
}
.sc_layouts_menu.inited{
    overflow:visible;
     visibility:visible;
     max-height:none
}
.sc_layouts_menu_nav,.sc_layouts_menu_nav ul{
    display:inline-block;
     margin:0;
     padding:0;
     list-style-type:none
}
.sc_layouts_menu_nav:after,.sc_layouts_menu_nav ul:after{
    content:' ';
     display:block;
     width:100%;
     height:0;
     clear:both
}
.sc_layouts_menu_nav li{
    margin:0;
     position:relative
}
.sc_layouts_menu_nav li>a{
    display:block;
     position:relative
}
.sc_layouts_menu_nav{
    text-align:left;
     vertical-align:middle
}
.sc_layouts_menu_nav>li{
    position:relative;
     float:left;
     z-index:20
}
.sc_layouts_menu_nav>li+li{
    z-index:19
}
.sc_layouts_menu_nav>li+li+li{
    z-index:18
}
.sc_layouts_menu_nav>li+li+li+li{
    z-index:17
}
.sc_layouts_menu_nav>li+li+li+li+li{
    z-index:16
}
.sc_layouts_menu_nav>li+li+li+li+li+li{
    z-index:15
}
.sc_layouts_menu_nav>li+li+li+li+li+li+li{
    z-index:14
}
.sc_layouts_menu_nav>li+li+li+li+li+li+li+li{
    z-index:13
}
.sc_layouts_menu_nav>li+li+li+li+li+li+li+li+li{
    z-index:12
}
.sc_layouts_menu_nav>li+li+li+li+li+li+li+li+li+li{
    z-index:11
}
.sc_layouts_menu_nav>li>a{
    padding:1em;
     position:relative;
     color:#333;
     -webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;
     -ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;
     transition:color .3s ease,background-color .3s ease,border-color .3s ease
}
.sc_layouts_menu_nav>li>a:hover,.sc_layouts_menu_nav>li.sfHover>a,.sc_layouts_menu_nav>li.current-menu-item>a,.sc_layouts_menu_nav>li.current-menu-parent>a,.sc_layouts_menu_nav>li.current-menu-ancestor>a{
    color:#efa758
}
.sc_layouts_menu_nav>li.current-menu-item>a,.sc_layouts_menu_nav>li.current-menu-parent>a,.sc_layouts_menu_nav>li.current-menu-ancestor>a{
    font-weight:600
}
.sc_layouts_menu_nav>li.menu-item-has-children>a{
    padding-right:2em
}
.sc_layouts_menu_nav>li.menu-item-has-children>a:after{
    content:'\e882';
     font-family:'trx_addons_icons';
     font-weight:normal;
     display:inline-block;
     position:absolute;
     top:50%;
     right:1em;
     z-index:1;
     -webkit-transform:translateY(-50%);
     -ms-transform:translateY(-50%);
     transform:translateY(-50%)
}
.sc_layouts_menu_popup .sc_layouts_menu_nav>li.menu-item-has-children>a:after,.sc_layouts_menu_nav li li.menu-item-has-children>a:after{
    content:'\e884';
     font-family:'trx_addons_icons';
     font-weight:normal;
     position:absolute;
     right:1em;
     top:50%;
     -webkit-transform:translateY(-50%);
     -ms-transform:translateY(-50%);
     transform:translateY(-50%)
}
.sc_layouts_menu_nav li[class*="icon-"]:before{
    -webkit-transition:all .3s ease;
     -ms-transition:all .3s ease;
     transition:all .3s ease
}
.sc_layouts_menu_nav>li[class*="icon-"]>a{
    padding-left:2em
}
.sc_layouts_menu_nav>li[class*="icon-"]:before{
    position:absolute;
     display:inline-block;
     z-index:1;
     left:0.5em;
     top:0;
     padding:1em 0;
     width:1em;
     line-height:inherit
}
.sc_layouts_menu_nav>li[class*="columns-"][class*="icon-"]:before{
    position:static;
     margin:0 0 0 0.5em;
     float:left
}
.sc_layouts_menu_nav>li[class*="columns-"][class*="icon-"]>a{
    float:left;
     margin-left:-1.5em
}
.sc_layouts_menu_nav li[class*="image-"]>a{
    background-position:1em center;
     background-repeat:no-repeat;
     background-size:1em;
     padding-left:2.3em
}
.sc_layouts_menu_popup .sc_layouts_menu_nav,.sc_layouts_menu_nav>li ul{
    position:absolute;
     display:none;
     z-index:10000;
     width:13em;
     padding:1.4em 0;
     text-align:left;
     background-color:#f0f0f0;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box;
     -webkit-box-shadow:1px 1px 2px 0px rgba(0,0,0,0.2);
     -ms-box-shadow:1px 1px 2px 0px rgba(0,0,0,0.2);
     box-shadow:1px 1px 2px 0px rgba(0,0,0,0.2)
}
.sc_layouts_menu_popup .sc_layouts_menu_nav>li>a,.sc_layouts_menu_nav>li li>a{
    padding:0.6em 1.6667em;
     color:#333
}
.sc_layouts_menu_nav>li li>a:hover,.sc_layouts_menu_nav>li li.sfHover>a,.sc_layouts_menu_nav>li li.current-menu-item>a,.sc_layouts_menu_nav>li li.current-menu-parent>a,.sc_layouts_menu_nav>li li.current-menu-ancestor>a{
    color:#efa758
}
.sc_layouts_menu_nav>li li[class*="icon-"]>a>span{
    display:inline-block;
     padding-left:1.6667em
}
.sc_layouts_menu_nav>li li[class*="icon-"]:before{
    position:absolute;
     z-index:1;
     left:1.6667em;
     top:50%;
     -webkit-transform:translateY(-50%);
     -ms-transform:translateY(-50%);
     transform:translateY(-50%);
     color:#333
}
.sc_layouts_menu_nav>li li[class*="icon-"]:hover:before,.sc_layouts_menu_nav>li li[class*="icon-"].shHover:before,.sc_layouts_menu_nav>li li.current-menu-item:before,.sc_layouts_menu_nav>li li.current-menu-parent:before,.sc_layouts_menu_nav>li li.current-menu-ancestor:before{
    color:#efa758
}
.sc_layouts_menu_nav>li li[class*="image-"]>a{
    background-position:1.6667em center;
     padding-left:3em
}
.sc_layouts_menu_nav>li>ul{
    top:4.2em;
     left:50%;
     margin-left:-6.5em;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav,.sc_layouts_menu_popup .sc_layouts_menu_nav>li>ul,.sc_layouts_menu_nav>li>ul ul{
    left:13em;
     top:-1.4em;
     margin:0 0 0 2px;
     background-color:#f0f0f0
}
.sc_layouts_column_align_right .sc_layouts_menu_nav>li.menu-collapse ul,.sc_layouts_column_align_right .sc_layouts_menu_nav>li>ul ul,.sc_layouts_menu_nav>li>ul ul.submenu_left{
    left:-13em;
     margin:0 0 0 -2px
}
.sc_layouts_column_align_right .sc_layouts_menu_nav>li.menu-collapse>ul{
    left:auto;
     right:0;
     margin-left:0
}
.sc_layouts_menu_nav>li[class*="columns-"]{
    position:static
}
.sc_layouts_menu_nav>li[class*="columns-"]>ul{
    left:0;
     right:0;
     width:100%;
     margin-left:0
}
.sc_layouts_menu_nav ul li.columns-2>ul{
    width:26em
}
.sc_layouts_menu_nav ul li.columns-2>ul.submenu_left{
    left:-26em
}
.sc_layouts_menu_nav ul li.columns-3>ul{
    width:39em
}
.sc_layouts_menu_nav ul li.columns-3>ul.submenu_left{
    left:-39em
}
.sc_layouts_menu_nav ul li.columns-4>ul{
    width:52em
}
.sc_layouts_menu_nav ul li.columns-4>ul.submenu_left{
    left:-52em
}
.sc_layouts_menu_nav ul li.columns-5>ul{
    width:65em
}
.sc_layouts_menu_nav ul li.columns-5>ul.submenu_left{
    left:-65em
}
.sc_layouts_menu_nav li[class*="columns-"]>ul>li{
    display:inline-block;
     vertical-align:top
}
.sc_layouts_menu_nav li.columns-2>ul>li{
    width:50%
}
.sc_layouts_menu_nav li.columns-3>ul>li{
    width:33.3333%
}
.sc_layouts_menu_nav li.columns-4>ul>li{
    width:25%
}
.sc_layouts_menu_nav li.columns-5>ul>li{
    width:20%
}
@media (min-width:960px) and (max-width:1279px){
    .sc_layouts_menu_nav ul li.columns-4>ul, .sc_layouts_menu_nav ul li.columns-5>ul{
        width:39em
    }
    .sc_layouts_menu_nav ul li.columns-4>ul.submenu_left, .sc_layouts_menu_nav ul li.columns-5>ul.submenu_left{
        left:-39em
    }
    .sc_layouts_menu_nav li.columns-4>ul>li, .sc_layouts_menu_nav li.columns-5>ul>li{
        width:33.3333%
    }
}
@media (max-width:959px){
    .sc_layouts_menu_nav ul li.columns-3>ul, .sc_layouts_menu_nav ul li.columns-4>ul, .sc_layouts_menu_nav ul li.columns-5>ul{
        width:26em
    }
    .sc_layouts_menu_nav ul li.columns-3>ul.submenu_left, .sc_layouts_menu_nav ul li.columns-4>ul.submenu_left, .sc_layouts_menu_nav ul li.columns-5>ul.submenu_left{
        left:-26em
    }
    .sc_layouts_menu_nav li.columns-3>ul>li, .sc_layouts_menu_nav li.columns-4>ul>li, .sc_layouts_menu_nav li.columns-5>ul>li{
        width:50%
    }
}
.sc_layouts_menu_nav li[class*="columns-"] li.menu-item-has-children>a{
    font-weight:bold
}
.sc_layouts_menu_nav li[class*="columns-"] li.menu-item-has-children>a:after{
    display:none
}
.sc_layouts_menu_nav li[class*="columns-"]>ul ul{
    position:static !important;
     display:block !important;
     margin-left:0;
     padding:0;
     left:auto;
     top:auto;
     width:auto;
     vertical-align:top;
     opacity:1 !important;
     -webkit-transform:none !important;
     -ms-transform:none !important;
     transform:none !important;
     -webkit-box-shadow:none !important;
     -ms-box-shadow:none !important;
     box-shadow:none !important
}
.sc_layouts_row_fixed_on{
    -webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,0.2);
     -ms-box-shadow:0 2px 10px 0 rgba(0,0,0,0.2);
     box-shadow:0 2px 10px 0 rgba(0,0,0,0.2)
}
.sc_layouts_menu_mobile_button_burger{
    position:relative
}
.sc_layouts_menu_popup{
    position:absolute;
     z-index:1000;
     top:2.4em;
     left:50%;
     display:none;
     -webkit-transform:translateX(-50%);
     -ms-transform:translateX(-50%);
     transform:translateX(-50%)
}
.sc_layouts_menu_popup .sc_layouts_menu_nav{
    position:relative;
     left:0;
     top:0
}
.sc_layouts_menu_popup .sc_layouts_menu_nav>li{
    display:block;
     float:none
}
.sc_layouts_menu_nav .menu-collapse{
    display:none
}
.sc_layouts_menu_nav .menu-collapse>a{
    position:relative;
     text-align:center
}
.sc_layouts_menu_nav .menu-collapse>a:before{
    position:relative;
     z-index:2;
     left:1px;
     top:0;
     -webkit-transform:rotate(90deg);
     -ms-transform:rotate(90deg);
     transform:rotate(90deg)
}
.sc_layouts_menu_nav .menu-collapse>a:after{
    content:' ';
     position:absolute;
     z-index:1;
     left:50%;
     top:50%;
     -webkit-transform:translate(-50%,-50%);
     -ms-transform:translate(-50%,-50%);
     transform:translate(-50%,-50%);
     display:block;
     width:2em;
     height:2em;
     -webkit-border-radius:50%;
     -ms-border-radius:50%;
     border-radius:50%;
     background-color:#f7f7f7
}
.menu_hover_slide_line>ul>li#blob,.menu_hover_slide_box>ul>li#blob{
    position:absolute;
     top:0;
     z-index:1;
     opacity:0;
     -webkit-transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
     -ms-transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
     transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275);
}
.menu_hover_slide_line>ul>li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor):hover,.menu_hover_slide_line>ul>li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor).sfHover{
    background-color:transparent;
     -webkit-box-shadow:none;
     -ms-box-shadow:none;
     box-shadow:none
}
.menu_hover_slide_line>ul>li#blob{
    height:1px;
     margin-top:3em
}
.menu_hover_zoom_line>ul>li>a{
    position:relative
}
.menu_hover_zoom_line>ul>li>a:before{
    content:"";
     height:1px;
     position:absolute;
     margin-left:0.25em;
     top:3em;
     left:50%;
     -webkit-transition:all 0.1s ease;
     -ms-transition:all 0.1s ease;
     transition:all 0.1s ease;
     -webkit-transform:translateX(-50%);
     -ms-transform:translateX(-50%);
     transform:translateX(-50%);
     width:0
}
.menu_hover_zoom_line>ul>li>a:hover:before,.menu_hover_zoom_line>ul>li.sfHover>a:before,.menu_hover_zoom_line>ul>li.current-menu-item>a:before,.menu_hover_zoom_line>ul>li.current-menu-parent>a:before,.menu_hover_zoom_line>ul>li.current-menu-ancestor>a:before{
    width:80%
}
.menu_hover_path_line>ul>li>a{
    position:relative
}
.menu_hover_path_line>ul>li:before,.menu_hover_path_line>ul>li:after,.menu_hover_path_line>ul>li>a:before,.menu_hover_path_line>ul>li>a:after{
    content:' ' !important;
     position:absolute;
     -webkit-transition:-webkit-transform 0.1s;
     -ms-transition:-ms-transform 0.1s;
     transition:transform 0.1s;
     -webkit-transition-timing-function:cubic-bezier(1,0.68,0.16,0.9);
     -ms-transition-timing-function:cubic-bezier(1,0.68,0.16,0.9);
     transition-timing-function:cubic-bezier(1,0.68,0.16,0.9)
}
.menu_hover_path_line>ul>li:before,.menu_hover_path_line>ul>li:after{
    top:0.5em;
     bottom:0.5em;
     width:1px;
    /*height:100%;
    */
     -webkit-transform:scale3d(1,0,1);
     -ms-transform:scale3d(1,0,1);
     transform:scale3d(1,0,1)
}
.menu_hover_path_line>ul>li:before{
    left:0.2em;
     -webkit-transform-origin:50% 100%;
     -ms-transform-origin:50% 100%;
     transform-origin:50% 100%
}
.menu_hover_path_line>ul>li:after{
    right:0.2em;
     -webkit-transform-origin:50% 0%;
     -ms-transform-origin:50% 0%;
     transform-origin:50% 0%
}
.menu_hover_path_line>ul>li>a:before,.menu_hover_path_line>ul>li>a:after,.menu_hover_path_line>ul>li.menu-item-has-children>a:after{
    left:0.2em;
     right:0.2em;
    /*width:100%;
    */
     height:1px;
     -webkit-transform:scale3d(0,1,1);
     -ms-transform:scale3d(0,1,1);
     transform:scale3d(0,1,1)
}
.menu_hover_path_line>ul>li>a:before{
    top:0.5em;
     bottom:auto;
     -webkit-transform-origin:0 50%;
     -ms-transform-origin:0 50%;
     transform-origin:0 50%
}
.menu_hover_path_line>ul>li>a:after,.menu_hover_path_line>ul>li.menu-item-has-children>a:after{
    top:auto;
     bottom:0.5em;
     -webkit-transform-origin:100% 50%;
     -ms-transform-origin:100% 50%;
     transform-origin:100% 50%
}
/* Delays (first reverse,then current) */
.menu_hover_path_line>ul>li>a:after,.menu_hover_path_line>ul>li.menu-item-has-children>a:after{
    -webkit-transition-delay:0.3s;
     -ms-transition-delay:0.3s;
     transition-delay:0.3s
}
.menu_hover_path_line>ul>li>a:hover:after,.menu_hover_path_line>ul>li.sfHover>a:after,.menu_hover_path_line>ul>li.menu-item-has-children>a:hover:after,.menu_hover_path_line>ul>li.sfHover.menu-item-has-children>a:after{
    -webkit-transition-delay:0s;
     -ms-transition-delay:0s;
     transition-delay:0s
}
.menu_hover_path_line>ul>li:before{
    -webkit-transition-delay:0.2s;
     -ms-transition-delay:0.2s;
     transition-delay:0.2s
}
.menu_hover_path_line>ul>li:hover:before,.menu_hover_path_line>ul>li.sfHover:before{
    -webkit-transition-delay:0.1s;
     -ms-transition-delay:0.1s;
     transition-delay:0.1s
}
.menu_hover_path_line>ul>li>a:before{
    -webkit-transition-delay:0.1s;
     -ms-transition-delay:0.1s;
     transition-delay:0.1s
}
.menu_hover_path_line>ul>li.sfHover>a:before,.menu_hover_path_line>ul>li>a:hover:before{
    -webkit-transition-delay:0.2s;
     -ms-transition-delay:0.2s;
     transition-delay:0.2s
}
.menu_hover_path_line>ul>li.sfHover:after,.menu_hover_path_line>ul>li:hover:after{
    -webkit-transition-delay:0.3s;
     -ms-transition-delay:0.3s;
     transition-delay:0.3s
}
.menu_hover_path_line>ul>li.sfHover:before,.menu_hover_path_line>ul>li:hover:before,.menu_hover_path_line>ul>li.sfHover:after,.menu_hover_path_line>ul>li:hover:after,.menu_hover_path_line>ul>li.sfHover>a:before,.menu_hover_path_line>ul>li>a:hover:before,.menu_hover_path_line>ul>li>a:hover:after,.menu_hover_path_line>ul>li.sfHover>a:after{
    -webkit-transform:scale3d(1,1,1);
     -ms-transform:scale3d(1,1,1);
     transform:scale3d(1,1,1)
}
.menu_hover_roll_down>ul>li>a:before{
    content:' ';
     position:absolute;
     top:3.3em;
     left:1.5em;
     right:1.5em;
     height:1px;
     opacity:0;
     -webkit-transform:translate3d(0,-3em,0);
     -ms-transform:translate3d(0,-3em,0);
     transform:translate3d(0,-3em,0);
     -webkit-transition:-webkit-transform 0s 0.3s,opacity 0.2s;
     -ms-transition:transform 0s 0.3s,opacity 0.2s;
     transition:transform 0s 0.3s,opacity 0.2s
}
.menu_hover_roll_down>ul>li>a:hover:before,.menu_hover_roll_down>ul>li.sfHover>a:before,.menu_hover_roll_down>ul>li.current-menu-item>a:before,.menu_hover_roll_down>ul>li.current-menu-ancestor>a:before,.menu_hover_roll_down>ul>li.current-menu-parent>a:before{
    opacity:1;
     -webkit-transform:translate3d(0,0,0);
     -ms-transform:translate3d(0,0,0);
     transform:translate3d(0,0,0);
     -webkit-transition:-webkit-transform 0.3s,opacity 0.1s;
     -ms-transition:-webkit-transform 0.3s,opacity 0.1s;
     transition:transform 0.3s,opacity 0.1s;
     -webkit-transition-timing-function:cubic-bezier(0.4,0,0.2,1);
     -ms-transition-timing-function:cubic-bezier(0.4,0,0.2,1);
     transition-timing-function:cubic-bezier(0.4,0,0.2,1)
}
.menu_hover_roll_down>ul>li>a>span{
    display:block;
     pointer-events:none
}
.menu_hover_roll_down>ul>li.sfHover>a>span,.menu_hover_roll_down>ul>li>a:hover>span,.menu_hover_roll_down>ul>li.current-menu-item>a>span,.menu_hover_roll_down>ul>li.current-menu-ancestor>a>span,.menu_hover_roll_down>ul>li.current-menu-parent>a>span{
    -webkit-animation:anim-roll-down 0.3s forwards;
     -ms-animation:anim-roll-down 0.3s forwards;
     animation:anim-roll-down 0.3s forwards
}
@-webkit-keyframes anim-roll-down{
    50%{
        opacity:0;
         -webkit-transform:translate3d(0,100%,0);
         -ms-transform:translate3d(0,100%,0);
         transform:translate3d(0,100%,0)
    }
    51%{
        opacity:0;
         -webkit-transform:translate3d(0,-100%,0);
         -ms-transform:translate3d(0,-100%,0);
         transform:translate3d(0,-100%,0)
    }
    100%{
        opacity:1;
         -webkit-transform:translate3d(0,0,0);
         -ms-transform:translate3d(0,0,0);
         transform:translate3d(0,0,0)
    }
}
@keyframes anim-roll-down{
    50%{
        opacity:0;
         -webkit-transform:translate3d(0,100%,0);
         -ms-transform:translate3d(0,100%,0);
         transform:translate3d(0,100%,0)
    }
    51%{
        opacity:0;
         -webkit-transform:translate3d(0,-100%,0);
         -ms-transform:translate3d(0,-100%,0);
         transform:translate3d(0,-100%,0)
    }
    100%{
        opacity:1;
         -webkit-transform:translate3d(0,0,0);
         -ms-transform:translate3d(0,0,0);
         transform:translate3d(0,0,0)
    }
}
.menu_hover_color_line>ul>li>a:hover:before,.menu_hover_color_line>ul>li>a:focus:before{
    -webkit-transform:scale3d(1,1,1);
     -ms-transform:scale3d(1,1,1);
     transform:scale3d(1,1,1);
     -webkit-transition-delay:0s;
     -ms-transition-delay:0s;
     transition-delay:0s
}
.menu_hover_color_line>ul>li>a:before,.menu_hover_color_line>ul>li>a:after,.menu_hover_color_line>ul>li.menu-item-has-children>a:after{
    content:' ' !important;
     position:absolute;
     top:3.3em;
     left:1.5em;
     right:1.5em !important;
     margin:0;
     height:1px;
     -webkit-transform:scale3d(0,1,1);
     -ms-transform:scale3d(0,1,1);
     transform:scale3d(0,1,1);
     -webkit-transform-origin:center left;
     -ms-transform-origin:center left;
     transform-origin:center left;
     -webkit-transition:transform 0.3s cubic-bezier(0.22,0.61,0.36,1);
     -ms-transition:transform 0.3s cubic-bezier(0.22,0.61,0.36,1);
     transition:transform 0.3s cubic-bezier(0.22,0.61,0.36,1)
}
.menu_hover_color_line>ul>li>a:hover,.menu_hover_color_line>ul>li.sfHover>a:after,.menu_hover_color_line>ul>li>a:hover:after,.menu_hover_color_line>ul>li>a:before{
    -webkit-transition-delay:0.3s;
     -ms-transition-delay:0.3s;
     transition-delay:0.3s
}
.menu_hover_color_line>ul>li.sfHover>a:after,.menu_hover_color_line>ul>li.menu-item-has-children>a:hover:after,.menu_hover_color_line>ul>li>a:hover:after,.menu_hover_color_line>ul>li.sfHover>a:before,.menu_hover_color_line>ul>li>a:hover:before,.menu_hover_color_line>ul>li.current-menu-item>a:after,.menu_hover_color_line>ul>li.current-menu-item>a:before,.menu_hover_color_line>ul>li.current-menu-ancestor>a:after,.menu_hover_color_line>ul>li.current-menu-ancestor>a:before,.menu_hover_color_line>ul>li.current-menu-parent>a:after,.menu_hover_color_line>ul>li.current-menu-parent>a:before{
    -webkit-transform:scale3d(1,1,1);
     -ms-transform:scale3d(1,1,1);
     transform:scale3d(1,1,1)
}
.menu_hover_color_line>ul>li.sfHover>a:before,.menu_hover_color_line>ul>li>a:hover:before{
    -webkit-transition-delay:0s;
     -ms-transition-delay:0s;
     transition-delay:0s
}
.sc_layouts_title_caption{
    margin:0 auto
}
.sc_layouts_row_type_compact .sc_layouts_title_caption{
    font-size:2em
}
.sc_layouts_title_meta + .sc_layouts_title_title>.sc_layouts_title_caption{
    font-size:3em;
     line-height:1.2em;
     margin:0.2em 0 0.2em
}
.sc_layouts_title_caption img{
    display:inline-block;
     max-height:1.5em;
     vertical-align:middle;
     width:auto;
     margin:-0.2em 0.2em 0 0
}
.sc_layouts_title_link{
    display:inline-block;
     margin:0.5em 0 2em
}
.sc_layouts_title_meta .post_edit:before{
    margin-right:0.5em
}
.sc_layouts_title_description{
    font-size:13px;
     line-height:19px;
     margin:4px auto 1em;
     max-width:75%
}
.sc_layouts_title_description p{
    margin:0
}
.sc_layouts_title_breadcrumbs{
    margin-top:0.5em
}
.sc_layouts_featured.with_content{
    position:relative;
     min-height:0em
}
.sc_layouts_featured.with_image{
    min-height:40rem;
     background-repeat:no-repeat;
     background-position:center center;
     background-size:cover
}
.sc_layouts_featured.with_image.with_content:before{
    content:' ';
     position:absolute;
     z-index:0;
    /* Important! 1+ place this block over cart and over popups! */
     left:0;
     top:0;
     width:100%;
     height:100%;
     background-color:rgba(0,0,0,0.5)
}
.sc_layouts_featured .sc_layouts_featured_content{
    position:static
}
.sc_layouts_featured.with_image .sc_layouts_featured_content{
    position:absolute;
     z-index:2;
     left:50%;
     top:50%;
     -webkit-transform:translate(-50%,-50%);
     -ms-transform:translate(-50%,-50%);
     transform:translate(-50%,-50%)
}
.sc_layouts_currency .select_container{
    overflow:visible;
     background-color:transparent !important
}
.sc_layouts_currency .woocommerce-currency-switcher-form .woocommerce-currency-switcher{
    display:none !important
}
.sc_layouts_currency .woocommerce-currency-switcher-form .woocommerce-currency-switcher{
    padding:0 !important
}
.sc_layouts_currency .select_container:after,.sc_layouts_currency .select_container:before{
    display:none
}
.sc_layouts_currency .chosen-container .chosen-results{
    display:block
}
.sc_layouts_currency .chosen-container{
    font-size:inherit;
     font-weight:inherit;
     letter-spacing:0px;
     min-width:100%;
     position:relative
}
.sc_layouts_currency .chosen-container-single .chosen-single span{
    margin:0
}
.sc_layouts_currency .chosen-container-single .chosen-single>div{
    display:none
}
.sc_layouts_currency .woocommerce-currency-switcher-form .chosen-container-active.chosen-with-drop .chosen-single,.sc_layouts_currency .woocommerce-currency-switcher-form .chosen-container-single .chosen-single,.sc_layouts_currency .woocommerce-currency-switcher-form .dd-select,.sc_layouts_currency .woocommerce-currency-switcher-form .dd-selected,.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-selected,.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect.wSelect-theme-classic{
    display:inline;
     font-weight:inherit;
     position:relative;
     height:auto;
     background:transparent !important;
     border:none;
     box-shadow:none;
     line-height:inherit;
     padding:0;
     margin:0
}
.sc_layouts_currency .chosen-container-single .chosen-single:after{
    content:'\e828';
     font-family:'fontello';
     font-size:95%;
     position:absolute;
     right:0;
     top:50%;
     -webkit-transform:translateY(-50%);
     -ms-transform:translateY(-50%);
     transform:translateY(-50%);
     display:none
}
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-arrow,.sc_layouts_currency .woocommerce-currency-switcher-form .dd-pointer,.sc_layouts_currency .woocommerce-currency-switcher-form .dd-selected-description{
    display:none
}
.sc_layouts_currency .chosen-container .chosen-results,.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-options-holder,.sc_layouts_currency .woocommerce-currency-switcher-form .dd-options{
    position:absolute;
     left:50%;
     top:1em;
     margin:0;
     padding:1.25em 2em;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box;
     width:11em !important;
     border:none !important;
     min-width:0 !important;
     -webkit-border-radius:0 !important;
     -ms-border-radius:0 !important;
     border-radius:0 !important;
     -webkit-transform:translateX(-50%);
     -ms-transform:translateX(-50%);
     transform:translateX(-50%);
     -webkit-box-shadow:1px 1px 2px 0px rgba(0,0,0,0.2);
     -ms-box-shadow:1px 1px 2px 0px rgba(0,0,0,0.2);
     box-shadow:1px 1px 2px 0px rgba(0,0,0,0.2);
     background:#ffffff;
     text-align:left
}
.sc_layouts_currency.hide_drop .chosen-drop,.sc_layouts_currency.hide_drop .woocommerce-currency-switcher-form .wSelect-options-holder,.sc_layouts_currency.hide_drop .woocommerce-currency-switcher-form .dd-options{
    display:none !important
}
.sc_layouts_currency .chosen-container .chosen-drop,.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect .wSelect-options{
    height:auto !important;
     border:none;
     overflow:visible;
     margin-top:0;
     -webkit-border-radius:0;
     -ms-border-radius:0;
     border-radius:0;
     -webkit-box-shadow:none;
     -ms-box-shadow:none;
     box-shadow:none
}
.sc_layouts_currency .chosen-container .chosen-results li,.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-option,.sc_layouts_currency .woocommerce-currency-switcher-form .dd-option{
    background:transparent !important;
     border:none;
     -webkit-transition:all .3s ease;
     -ms-transition:all .3s ease;
     transition:all .3s ease;
     color:#141414;
     font-weight:400;
     padding:0.55em 0;
     line-height:inherit;
     cursor:pointer
}
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-option-value{
    padding:0;
     margin:0
}
.sc_layouts_currency .chosen-container .active-result.highlighted,.sc_layouts_currency .chosen-container .active-result.result-selected,.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-option-selected{
    color:#efa758
}
.sc_layouts_currency a.woocs_flag_view_item{
    width:auto;
     height:auto;
     margin:0;
     vertical-align:bottom;
     display:inline
}
.sc_layouts_currency a.woocs_flag_view_item img{
    width:auto;
     height:1.2em;
     vertical-align:bottom
}
.sc_layouts_language .menu-item>a>img,.sc_layouts_language .menu-item>a>span{
    display:inline-block;
     line-height:inherit;
     vertical-align:middle
}
.sc_layouts_language .menu-item>a>img + span{
    margin-left:0.3em
}
.sc_services_iconed .sc_services_slider.slider_outer_pagination_pos_bottom{
    padding-bottom:3em
}
.sc_services .sc_services_item_icon:before{
    overflow:hidden
}
.sc_services_columns_wrap,.services_page_related .related_columns{
    display:flex;
    margin-top: -90px;
     flex-wrap:wrap
}
.sc_services_slider .sc_services_item,.sc_services_columns_wrap .sc_services_item,.services_page_related .related_columns .sc_services_item{
    display:inline-block;
     vertical-align:top;
     width:100%;
     height:100%;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.sc_services_default .sc_services_item{
    background-color:#fafafa;
     margin-bottom:2em;
     text-align:center;
     padding-top:0.0001px
}
.sc_services_default.slider_swiper .sc_services_item,.sc_services_default .columns_padding_bottom .sc_services_item{
    margin-bottom:0
}
.sc_services_default .sc_services_item_thumb{
    margin-bottom:0
}
.sc_services_default .sc_services_item_thumb img{
    width:100%
}
.sc_services_default .sc_services_item_icon{
    position:relative;
     display:inline-block;
     text-align:center;
     font-size:3em;
     width:2em;
     height:2em;
     line-height:2em;
     margin-top:0.5em;
     border:3px solid #000;
     -webkit-border-radius:50%;
     -ms-border-radius:50%;
     border-radius:50%
}
.sc_services_default .sc_services_item_icon img{
    position:absolute;
     top:50%;
     left:50%;
     -webkit-transform:translate(-50%,-50%);
     -ms-transform:translate(-50%,-50%);
     transform:translate(-50%,-50%)
}
.sc_services_default .sc_services_item_icon.sc_icon_type_svg svg{
    width:1em;
     height:1em;
     position:relative;
     top:2px
}
.sc_services_default .sc_services_item_number{
    display:inline-block;
     text-align:center;
     font-size:6em;
     line-height:1em;
     font-weight:900;
     margin-top:0.3em
}
.sc_services_default .sc_services_item_info{
    padding:1.5em 2em
}
.sc_services_default .sc_services_item_title{
    margin:0
}
.sc_services_default .sc_services_item_subtitle{
    font-size:0.9286em;
     font-style:italic;
     line-height:1.5em;
     margin-top:0.1em
}
.sc_services_default .sc_services_item_content{
    margin-top:1em
}
.sc_services_default .sc_services_item_content p{
    margin:0
}
.sc_services_default .sc_services_item_button{
    margin:1em 0 0
}
.sc_services_default .sc_services_item_featured_left,.sc_services_default .sc_services_item_featured_right{
    position:relative;
     overflow:hidden;
     background-color:transparent
}
.sc_services_default .sc_services_item_featured_left{
    text-align:left
}
.sc_services_default .sc_services_item_featured_right{
    text-align:right
}
.sc_services_default .sc_services_item_featured_left .sc_services_item_number,.sc_services_default .sc_services_item_featured_right .sc_services_item_number{
    font-size:2em;
     line-height:1.1em;
     margin-top:0;
     position:absolute;
     z-index:1;
     top:0
}
.sc_services_default .sc_services_item_featured_left .sc_services_item_icon,.sc_services_default .sc_services_item_featured_right .sc_services_item_icon{
    font-size:2em;
     border-width:2px;
     margin-top:0;
     position:absolute;
     z-index:1;
     top:0
}
.sc_services_default .sc_services_item_featured_left.without_content .sc_services_item_icon,.sc_services_default .sc_services_item_featured_right.without_content .sc_services_item_icon{
    font-size:1.5em;
     border-width:1px
}
.sc_services_default .sc_services_item_featured_left .sc_services_item_thumb,.sc_services_default .sc_services_item_featured_right .sc_services_item_thumb{
    width:30%;
     position:absolute;
     z-index:1;
     top:0
}
.sc_services_default .sc_services_item_featured_left .sc_services_item_content,.sc_services_default .sc_services_item_featured_right .sc_services_item_content{
    min-height:0
}
.sc_services_default .sc_services_item_featured_left .sc_services_item_thumb,.sc_services_default .sc_services_item_featured_left .sc_services_item_icon,.sc_services_default .sc_services_item_featured_left .sc_services_item_number{
    left:0
}
.sc_services_default .sc_services_item_featured_left .sc_services_item_info{
    text-align:left;
     padding:0;
     margin-left:4em
}
.sc_services_default .sc_services_item_featured_left.with_image .sc_services_item_info{
    padding-left:2em;
     margin-left:30%
}
.sc_services_default .sc_services_item_featured_right .sc_services_item_thumb,.sc_services_default .sc_services_item_featured_right .sc_services_item_icon,.sc_services_default .sc_services_item_featured_right .sc_services_item_number{
    left:auto;
     right:0
}
.sc_services_default .sc_services_item_featured_right .sc_services_item_info{
    text-align:right;
     padding:0;
     margin-right:4em
}
.sc_services_default .sc_services_item_featured_right.with_image .sc_services_item_info{
    padding-right:2em;
     margin-right:30%
}
.sc_services_light .sc_services_item{
    margin-bottom:2em;
     text-align:left;
     padding-top:0.0001px
}
.sc_services_light.slider_swiper .sc_services_item,.sc_services_light .columns_padding_bottom .sc_services_item{
    margin-bottom:0
}
.sc_services_light .sc_services_item_thumb{
    margin-bottom:0
}
.sc_services_light .sc_services_item_icon{
    display:inline-block;
     text-align:center;
     font-size:3em;
     line-height:1em
}
.sc_services_light .sc_services_item_icon.sc_icon_type_svg svg{
    width:1em;
     height:1em;
     position:relative;
     top:2px
}
.sc_services_light .sc_services_item_number{
    position:absolute;
     z-index:0;
     top:0;
     left:0;
     display:inline-block;
     text-align:left;
     font-size:7em;
     line-height:1em;
     font-weight:900
}
.sc_services_light .sc_services_item_info{
    padding-top:1.5em
}
.sc_services_light .sc_services_item_featured_top.with_number .sc_services_item_info{
    padding-top:3em;
     position:relative;
     z-index:2
}
.sc_services_light .sc_services_item_title{
    margin:0
}
.sc_services_light .sc_services_item_subtitle{
    font-size:0.9286em;
     font-style:italic;
     line-height:1.5em;
     margin-top:0.1em
}
.sc_services_light .sc_services_item_featured_top.with_number .sc_services_item_subtitle{
    font-weight:bold;
     font-style:normal
}
.sc_services_light .sc_services_item_content{
    margin-top:0.8em
}
.sc_services_light .sc_services_item_content p{
    margin:0
}
.sc_services_light .sc_services_item_button{
    margin:1em 0 0
}
.sc_services_light .sc_services_item_featured_left,.sc_services_light .sc_services_item_featured_right{
    position:relative;
     overflow:hidden
}
.sc_services_light .sc_services_item_featured_left{
    text-align:left
}
.sc_services_light .sc_services_item_featured_right{
    text-align:right
}
.sc_services_light .sc_services_item_featured_top.with_icon{
    text-align:center
}
.sc_services_light .sc_services_item_featured_left .sc_services_item_icon,.sc_services_light .sc_services_item_featured_right .sc_services_item_icon{
    font-size:2.5em;
     margin-top:0;
     position:absolute;
     z-index:1;
     top:0
}
.sc_services_light .sc_services_item_featured_left.without_content .sc_services_item_icon,.sc_services_light .sc_services_item_featured_right.without_content .sc_services_item_icon{
    font-size:1.5em
}
.sc_services_light .sc_services_item_featured_left .sc_services_item_number,.sc_services_light .sc_services_item_featured_right .sc_services_item_number{
    font-size:2em
}
.sc_services_light .sc_services_item_featured_left .sc_services_item_thumb,.sc_services_light .sc_services_item_featured_right .sc_services_item_thumb{
    width:30%;
     position:absolute;
     z-index:1;
     top:0
}
.sc_services_light .sc_services_item_featured_left .sc_services_item_button,.sc_services_light .sc_services_item_featured_right .sc_services_item_button{
    display:none
}
.sc_services_light .sc_services_item_featured_left .sc_services_item_thumb,.sc_services_light .sc_services_item_featured_left .sc_services_item_icon,.sc_services_light .sc_services_item_featured_left .sc_services_item_number{
    left:0
}
.sc_services_light .sc_services_item_featured_left .sc_services_item_info{
    text-align:left;
     padding:0;
     margin-left:4em
}
.sc_services_light .sc_services_item_featured_left.with_image .sc_services_item_info{
    padding-left:2em;
     margin-left:30%
}
.sc_services_light .sc_services_item_featured_right .sc_services_item_thumb,.sc_services_light .sc_services_item_featured_right .sc_services_item_icon,.sc_services_light .sc_services_item_featured_right .sc_services_item_number{
    left:auto;
     right:0
}
.sc_services_light .sc_services_item_featured_right .sc_services_item_info{
    text-align:right;
     padding:0;
     margin-right:4em
}
.sc_services_light .sc_services_item_featured_right.with_image .sc_services_item_info{
    padding-right:2em;
     margin-right:30%
}
.sc_services_iconed .sc_services_item{
    background-color:#fafafa;
     position:relative
}
.sc_services_iconed .sc_services_item_header{
    color:#fff;
     background-color:#333;
     background-position:center;
     background-size:cover;
     background-repeat:no-repeat;
     width:30%;
     height:100%;
     position:absolute;
     z-index:1;
     left:0;
     top:0;
     bottom:0;
     padding:2em;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.sc_services_iconed .sc_services_item.with_image.with_icon .sc_services_item_header:before,.sc_services_iconed .sc_services_item.with_image.with_number .sc_services_item_header:before{
    content:' ';
     position:absolute;
     z-index:-1;
     left:0;
     top:0;
     right:0;
     bottom:0;
     background-color:rgba(0,0,0,0.5)
}
.sc_services_iconed .sc_services_item_header a{
    display:block;
     position:absolute;
     z-index:1;
     left:0;
     top:0;
     width:100%;
     height:100%
}
.sc_services_iconed .sc_services_item.without_content .sc_services_item_header{
    position:static;
     bottom:auto;
     width:100%;
     height:auto
}
.sc_services_iconed .sc_services_item_icon{
    display:block;
     font-size:3em;
     line-height:1em;
     color:#fff
}
.sc_services_iconed .sc_services_item:hover .sc_services_item_icon{
    color:#efa758
}
.sc_services_iconed .sc_services_item_icon.sc_icon_type_svg svg{
    width:1em;
     height:1em
}
.sc_services_iconed .sc_services_item.with_content .sc_services_item_icon{
    position:absolute;
     z-index:10;
     width:1em;
     height:1em;
     left:50%;
     top:50%;
     -webkit-transform:translate(-50%,-50%);
     -ms-transform:translate(-50%,-50%);
     transform:translate(-50%,-50%)
}
.sc_services_iconed .sc_services_item_title{
    margin:0
}
.sc_services_iconed .sc_services_item_header .sc_services_item_title{
    margin:1em 0 0;
     min-height:2.8em
}
.sc_services_iconed .sc_services_item_header .sc_services_item_title a{
    color:#fff
}
.sc_services_iconed .sc_services_item_header .sc_services_item_title a:hover{
    color:#efa758
}
.sc_services_iconed .sc_services_item_subtitle{
    line-height:1.2em
}
.sc_services_iconed .sc_services_item_subtitle,.sc_services_iconed .sc_services_item_subtitle a{
    color:#efa758
}
.sc_services_iconed .sc_services_item_subtitle a:hover{
    color:#fff
}
.sc_services_iconed .sc_services_item_title+.sc_services_item_subtitle,.sc_services_iconed .sc_services_item_title+.sc_services_item_text,.sc_services_iconed .sc_services_item_subtitle+.sc_services_item_text{
    margin-top:0.6em
}
.sc_services_iconed .sc_services_item_content{
    margin-left:30%;
     padding:2em 3em;
     min-height:7.5em
}
.sc_services_iconed .sc_services_item_content p{
    margin:0
}
.sc_services_iconed .sc_services_item_content p + p{
    margin-top:0.4em
}
@media (max-width:767px){
    .sc_services_iconed .sc_services_item_header{
        padding:1.5em;
         width:100%;
         position:relative;
         bottom:auto;
         min-height:12em
    }
    .sc_services_iconed .sc_services_item_icon{
        font-size:2em
    }
    .sc_services_iconed .sc_services_item_content{
        padding:1.5em;
         margin-left:0
    }
}
.sc_services_callouts .sc_services_item{
    background-color:#fafafa;
     margin-bottom:2em;
     text-align:center;
     padding-top:0.0001px;
     position:relative
}
.sc_services_callouts.slider_swiper .sc_services_item,.sc_services_callouts .columns_padding_bottom .sc_services_item{
    margin-bottom:0
}
.sc_services_callouts .sc_services_item_marker_bg,.sc_services_callouts .sc_services_item_marker{
    position:absolute;
     z-index:3;
     display:block;
     text-align:center;
     font-size:2em;
     width:2em;
     height:2em;
     line-height:2em;
     margin-bottom:0;
     border:2px solid #ddd;
     background-color:#f0f0f0;
     color:#efa758;
     overflow:hidden;
     -webkit-border-radius:50%;
     -ms-border-radius:50%;
     border-radius:50%;
     -webkit-transition:all .3s ease;
     -ms-transition:all .3s ease;
     transition:all .3s ease
}
.sc_services_callouts .sc_services_item_marker img{
    position:absolute;
     top:50%;
     left:50%;
     -webkit-transform:translate(-50%,-50%);
     -ms-transform:translate(-50%,-50%);
     transform:translate(-50%,-50%)
}
.sc_services_callouts .sc_services_item_marker_back{
    border-color:#cc9948;
     background-color:#efa758;
     color:#fff
}
.sc_services_callouts .sc_services_item_marker_bg{
    z-index:1;
     background-color:#fff;
     border-color:#fff
}
.sc_services_callouts .sc_services_item_icon.sc_icon_type_svg svg{
    width:1em;
     height:1em;
     position:relative;
     top:2px
}
.sc_services_callouts .sc_services_item_thumb{
    background-size:cover;
     background-repeat:no-repeat
}
.sc_services_callouts .sc_services_item_thumb:before{
    content:' ';
     z-index:1;
     position:absolute;
     left:0;
     top:0;
     width:100%;
     height:100%;
     background-color:rgba(0,0,0,0.3)
}
.sc_services_callouts .sc_services_item_thumb.sc_services_item_marker_back:before{
    display:none
}
.sc_services_callouts .sc_services_item_number{
    font-weight:900
}
.sc_services_callouts .sc_services_item_marker{
    -webkit-transform-origin:50% 50%;
     -ms-transform-origin:50% 50%;
     transform-origin:50% 50%;
     -webkit-transition:-webkit-transform .6s ease;
     -ms-transition:-ms-transform .6s ease;
     transition:transform .6s ease;
     -webkit-backface-visibility:hidden;
     -ms-backface-visibility:hidden;
     backface-visibility:hidden
}
.sc_services_callouts .sc_services_item_marker_back{
    z-index:2
}
.sc_services_callouts .sc_services_item_featured_top .sc_services_item_marker,.sc_services_callouts .sc_services_item_featured_bottom .sc_services_item_marker{
    -webkit-transform:rotateX(0deg);
     -ms-transform:rotateX(0deg);
     transform:rotateX(0deg)
}
.sc_services_callouts .sc_services_item_featured_top .sc_services_item_marker_back,.sc_services_callouts .sc_services_item_featured_bottom .sc_services_item_marker_back{
    -webkit-transform:rotateX(180deg);
     -ms-transform:rotateX(180deg);
     transform:rotateX(180deg)
}
.sc_services_callouts .sc_services_item_featured_top:hover .sc_services_item_marker,.sc_services_callouts .sc_services_item_featured_bottom:hover .sc_services_item_marker{
    -webkit-transform:rotateX(-180deg);
     -ms-transform:rotateX(-180deg);
     transform:rotateX(-180deg)
}
.sc_services_callouts .sc_services_item_featured_top:hover .sc_services_item_marker_back,.sc_services_callouts .sc_services_item_featured_bottom:hover .sc_services_item_marker_back{
    -webkit-transform:rotateX(0deg);
     -ms-transform:rotateX(0deg);
     transform:rotateX(0deg)
}
.sc_services_callouts .sc_services_item_featured_left .sc_services_item_marker,.sc_services_callouts .sc_services_item_featured_right .sc_services_item_marker{
    -webkit-transform:rotateY(0deg);
     -ms-transform:rotateY(0deg);
     transform:rotateY(0deg)
}
.sc_services_callouts .sc_services_item_featured_left .sc_services_item_marker_back,.sc_services_callouts .sc_services_item_featured_right .sc_services_item_marker_back{
    -webkit-transform:rotateY(180deg);
     -ms-transform:rotateY(180deg);
     transform:rotateY(180deg)
}
.sc_services_callouts .sc_services_item_featured_left:hover .sc_services_item_marker,.sc_services_callouts .sc_services_item_featured_right:hover .sc_services_item_marker{
    -webkit-transform:rotateY(-180deg);
     -ms-transform:rotateY(-180deg);
     transform:rotateY(-180deg)
}
.sc_services_callouts .sc_services_item_featured_left:hover .sc_services_item_marker_back,.sc_services_callouts .sc_services_item_featured_right:hover .sc_services_item_marker_back{
    -webkit-transform:rotateY(0deg);
     -ms-transform:rotateY(0deg);
     transform:rotateY(0deg)
}
.sc_services_callouts .sc_services_item_featured_top{
    padding-top:2em
}
.sc_services_callouts .sc_services_item_featured_bottom{
    padding-bottom:2em
}
.sc_services_callouts .sc_services_item_featured_left{
    padding-left:2em
}
.sc_services_callouts .sc_services_item_featured_right{
    padding-right:2em
}
.sc_services_callouts .sc_services_item_featured_top .sc_services_item_marker_bg,.sc_services_callouts .sc_services_item_featured_top .sc_services_item_marker{
    top:-1em;
     left:50%;
     margin-left:-1em
}
.sc_services_callouts .sc_services_item_featured_bottom .sc_services_item_marker_bg,.sc_services_callouts .sc_services_item_featured_bottom .sc_services_item_marker{
    bottom:-1em;
     left:50%;
     margin-left:-1em
}
.sc_services_callouts .sc_services_item_featured_left .sc_services_item_marker_bg,.sc_services_callouts .sc_services_item_featured_left .sc_services_item_marker{
    left:-1em;
     top:50%;
     margin-top:-1em
}
.sc_services_callouts .sc_services_item_featured_right .sc_services_item_marker_bg,.sc_services_callouts .sc_services_item_featured_right .sc_services_item_marker{
    right:-1em;
     top:50%;
     margin-top:-1em
}
.sc_services_callouts .sc_services_item_info{
    padding:1.5em 2em
}
.sc_services_callouts .sc_services_item_title{
    margin:0
}
.sc_services_callouts .sc_services_item_subtitle{
    font-size:0.9286em;
     font-style:italic;
     line-height:1.5em;
     margin-top:0.1em
}
.sc_services_callouts .sc_services_item_content{
    margin-top:1em
}
.sc_services_callouts .sc_services_item_content p{
    margin:0
}
.sc_services_callouts .sc_services_item_button{
    margin:1em 0 0
}
.sc_services_timeline .sc_services_item{
    padding-top:0.0001px;
     position:relative
}
.sc_services_timeline .sc_services_item_marker{
    position:absolute;
     z-index:2;
     display:block;
     text-align:center;
     font-size:2em;
     width:2em;
     height:2em;
     line-height:2em;
     margin-bottom:0;
     border:2px solid #ddd;
     background-color:#f0f0f0;
     color:#efa758;
     overflow:hidden;
     -webkit-border-radius:50%;
     -ms-border-radius:50%;
     border-radius:50%;
     -webkit-transition:all .3s ease;
     -ms-transition:all .3s ease;
     transition:all .3s ease
}
.sc_services_timeline .sc_services_item:hover .sc_services_item_marker{
    border-color:#cc9948;
     background-color:#efa758;
     color:#fff
}
.sc_services_timeline .sc_services_item_marker img{
    position:absolute;
     top:50%;
     left:50%;
     -webkit-transform:translate(-50%,-50%);
     -ms-transform:translate(-50%,-50%);
     transform:translate(-50%,-50%)
}
.sc_services_timeline .sc_services_item_icon.sc_icon_type_svg svg{
    width:1em;
     height:1em;
     position:relative;
     top:2px
}
.sc_services_timeline .sc_services_item_thumb{
    background-size:cover;
     background-repeat:no-repeat
}
.sc_services_timeline .sc_services_item_number{
    font-weight:900
}
.sc_services_timeline .sc_services_item_timeline{
    display:block;
     position:absolute;
     z-index:1;
     border-style:dashed;
     border-color:#ddd
}
.sc_services_timeline .sc_services_item_featured_top{
    padding-top:4em
}
.sc_services_timeline .sc_services_item_featured_bottom{
    padding-bottom:4em
}
.sc_services_timeline .sc_services_item_featured_left{
    padding-left:6em
}
.sc_services_timeline .sc_services_item_featured_right{
    padding-right:6em
}
.sc_services_timeline .sc_services_item_featured_top .sc_services_item_marker{
    left:0;
     top:0
}
.sc_services_timeline .sc_services_item_featured_top .sc_services_item_timeline{
    top:2em;
     left:0;
     width:100%;
     height:1px;
     border-width:1px 0 0 0
}
.sc_services_timeline .sc_services_item_featured_bottom .sc_services_item_marker{
    left:0;
     bottom:0
}
.sc_services_timeline .sc_services_item_featured_bottom .sc_services_item_timeline{
    bottom:2em;
     left:0;
     width:100%;
     height:1px;
     border-width:1px 0 0 0
}
.sc_services_timeline .sc_services_item_featured_left .sc_services_item_marker{
    left:0;
     top:0
}
.sc_services_timeline .sc_services_item_featured_left .sc_services_item_timeline{
    top:0;
     left:2em;
     width:1px;
     height:100%;
     border-width:0 1px 0 0
}
.sc_services_timeline .sc_services_item_featured_right .sc_services_item_marker{
    right:0;
     top:0
}
.sc_services_timeline .sc_services_item_featured_right .sc_services_item_timeline{
    top:0;
     right:2em;
     width:1px;
     height:100%;
     border-width:0 1px 0 0
}
.sc_services_timeline .sc_services_item_featured_top .sc_services_item_info,.sc_services_timeline .sc_services_item_featured_bottom .sc_services_item_info{
    padding:1.5em 1.5em 1.5em 0
}
.sc_services_timeline .sc_services_item_featured_left .sc_services_item_info,.sc_services_timeline .sc_services_item_featured_right .sc_services_item_info{
    padding:0 0 2em 0
}
.sc_services_timeline .sc_services_item_info .post_featured,.sc_services_timeline .sc_services_item_info .post_featured img{
    width:100%
}
.sc_services_timeline .sc_services_item_title{
    margin:0
}
.sc_services_timeline .sc_services_item_subtitle{
    font-size:0.9286em;
     font-style:italic;
     line-height:1.5em;
     margin-top:0.1em
}
.sc_services_timeline .sc_services_item_content{
    margin-top:1em
}
.sc_services_timeline .sc_services_item_content p{
    margin:0
}
.sc_services_timeline .sc_services_item_button{
    margin:1em 0 0
}
.sc_services_list .sc_services_item.sc_services_item_featured_top{
    text-align:center
}
.sc_services_list.slider_swiper .sc_services_item,.sc_services_list .columns_padding_bottom .sc_services_item{
    margin-bottom:0
}
.sc_services_list .sc_services_item_thumb{
    margin-bottom:0
}
.sc_services_list .sc_services_item_icon{
    position:relative;
     display:inline-block;
     text-align:center;
     font-size:3em;
     width:1em;
     height:1em;
     line-height:1em;
     -webkit-border-radius:50%;
     -ms-border-radius:50%;
     border-radius:50%
}
.sc_services_list .sc_services_item_icon img{
    position:absolute;
     top:50%;
     left:50%;
     -webkit-transform:translate(-50%,-50%);
     -ms-transform:translate(-50%,-50%);
     transform:translate(-50%,-50%)
}
.sc_services_list .sc_services_item_icon.sc_icon_type_svg svg{
    width:1em;
     height:1em
}
.sc_services_list .sc_services_item_number{
    display:inline-block;
     text-align:center;
     font-size:3em;
     line-height:1em
}
.sc_services_list .sc_services_item_info{
    padding:1.5em 0 0
}
.sc_services_list .sc_services_item_title{
    margin:0;
     font-weight:400
}
.sc_services_list .sc_services_item_featured_left,.sc_services_list .sc_services_item_featured_right{
    position:relative;
     overflow:hidden
}
.sc_services_list .sc_services_item_featured_left{
    text-align:left
}
.sc_services_list .sc_services_item_featured_right{
    text-align:right
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_icon,.sc_services_list .sc_services_item_featured_right .sc_services_item_icon{
    font-size:0.65em;
     width:1.8em;
     height:1.8em;
     line-height:1.8em;
     border:1px solid #ddd;
     color:#ddd;
     position:absolute;
     z-index:1;
     top:3px
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_icon img,.sc_services_list .sc_services_item_featured_right .sc_services_item_icon img{
    max-width:70%
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_number,.sc_services_list .sc_services_item_featured_right .sc_services_item_number{
    font-size:1.2em;
     line-height:inherit;
     color:#ddd;
     position:absolute;
     z-index:1;
     top:0
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_thumb,.sc_services_list .sc_services_item_featured_right .sc_services_item_thumb{
    width:10%;
     position:absolute;
     z-index:1;
     top:0
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_title,.sc_services_list .sc_services_item_featured_right .sc_services_item_title{
    font-size:1em;
     line-height:inherit;
     padding-bottom:2px
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_content,.sc_services_list .sc_services_item_featured_right .sc_services_item_content{
    min-height:0
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_thumb,.sc_services_list .sc_services_item_featured_left .sc_services_item_icon{
    left:0
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_info{
    text-align:left;
     padding:0 0 0 1em;
     margin-left:1em
}
.sc_services_list .sc_services_item_featured_left.with_image .sc_services_item_info{
    margin-left:10%
}
.sc_services_list .sc_services_item_featured_right .sc_services_item_thumb,.sc_services_list .sc_services_item_featured_right .sc_services_item_icon{
    right:0
}
.sc_services_list .sc_services_item_featured_right .sc_services_item_info{
    text-align:right;
     padding:0 2em 0 0;
     margin-right:1em
}
.sc_services_list .sc_services_item_featured_right.with_image .sc_services_item_info{
    margin-right:10%
}
.sc_services_hover .sc_services_item{
    position:relative;
     text-align:center;
     -webkit-perspective:600px;
     -ms-perspective:600px;
     perspective:600px
}
.sc_services_hover .sc_services_item:before{
    content:' ';
     width:0;
     height:0;
     padding-top:100%;
     display:inline-block
}
.sc_services_hover .sc_services_item_link{
    position:absolute;
     z-index:10;
     left:0;
     top:0;
     width:100%;
     height:100%
}
.sc_services_hover .sc_services_item_header,.sc_services_hover .sc_services_item_content{
    color:#fff;
     background-color:#333;
     background-position:center;
     background-size:cover;
     background-repeat:no-repeat;
     position:absolute;
     z-index:1;
     width:100%;
     height:100%;
     left:0;
     top:0;
     -webkit-transform-origin:50% 50%;
     -ms-transform-origin:50% 50%;
     transform-origin:50% 50%;
     -webkit-transition:-webkit-transform .6s ease;
     -ms-transition:-ms-transform .6s ease;
     transition:transform .6s ease;
     -webkit-backface-visibility:hidden;
     -ms-backface-visibility:hidden;
     backface-visibility:hidden
}
.sc_services_hover .sc_services_item_header{
    z-index:2;
     -webkit-transform:rotateY(0deg);
     -ms-transform:rotateY(0deg);
     transform:rotateY(0deg)
}
.sc_services_hover .sc_services_item_content{
    -webkit-transform:rotateY(180deg);
     -ms-transform:rotateY(180deg);
     transform:rotateY(180deg)
}
.sc_services_hover .sc_services_item:hover .sc_services_item_header{
    -webkit-transform:rotateY(-180deg);
     -ms-transform:rotateY(-180deg);
     transform:rotateY(-180deg)
}
.sc_services_hover .sc_services_item:hover .sc_services_item_content{
    -webkit-transform:rotateY(0deg);
     -ms-transform:rotateY(0deg);
     transform:rotateY(0deg)
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header:before,.sc_services_hover .sc_services_item.with_image .sc_services_item_content:before{
    content:' ';
     position:absolute;
     z-index:-1;
     left:0;
     top:0;
     right:0;
     bottom:0;
     background-color:rgba(0,0,0,0.5);
     -webkit-transition:background-color .3s ease;
     -ms-transition:background-color .3s ease;
     transition:background-color .3s ease
}
.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header:before,.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_content:before{
    background-color:rgba(0,0,0,0.75)
}
.sc_services_hover .sc_services_item_header_inner,.sc_services_hover .sc_services_item_content_inner{
    position:absolute;
     z-index:1;
     left:0;
     top:50%;
     width:100%;
     max-height:100%;
     overflow:hidden;
     padding:2em;
     -webkit-transform:translateY(-50%);
     -ms-transform:translateY(-50%);
     transform:translateY(-50%);
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.sc_services_hover .sc_services_item_icon{
    display:block;
     font-size:3em;
     line-height:1em;
     color:#fff
}
.sc_services_hover .sc_services_item_icon.sc_icon_type_svg svg{
    width:1em;
     height:1em
}
.sc_services_hover .sc_services_item_number{
    display:block;
     font-size:4em;
     line-height:1em;
     font-weight:900;
     color:#fff
}
.sc_services_hover .sc_services_item_title{
    margin:0
}
.sc_services_hover .sc_services_item_title a{
    color:#fff !important
}
.sc_services_hover .sc_services_item_title a:hover{
    color:#efa758
}
.sc_services_hover .sc_services_item_subtitle a{
    color:#fff
}
.sc_services_hover .sc_services_item_subtitle a:hover{
    color:#efa758
}
.sc_services_hover .sc_services_item_header .sc_services_item_title{
    margin:1em 0 0
}
.sc_services_hover .sc_services_item_subtitle{
    line-height:1.2em
}
.sc_services_hover .sc_services_item_title+.sc_services_item_subtitle,.sc_services_hover .sc_services_item_title+.sc_services_item_text,.sc_services_hover .sc_services_item_subtitle+.sc_services_item_text{
    margin-top:0.6em
}
.sc_services_hover .sc_services_item_text{
    color:#aaa
}
.sc_services_hover .sc_services_item_content p{
    margin:0
}
.sc_services_hover .sc_services_item_content p + p{
    margin-top:0.2em
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image:before{
    display:none
}
.sc_services_hover [class*="column-"]:nth-child(2n) .sc_services_item.with_image .sc_services_item_header.without_image,.sc_services_hover .swiper-slide:nth-child(2n) .sc_services_item.with_image .sc_services_item_header.without_image{
    background-color:#ddd
}
.sc_services_hover [class*="column-"]:nth-child(2n+1) .sc_services_item.with_image .sc_services_item_header.without_image,.sc_services_hover .swiper-slide:nth-child(2n+1) .sc_services_item.with_image .sc_services_item_header.without_image{
    background-color:#f7f7f7
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_icon,.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_number{
    color:#888
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a{
    color:#333
}
.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_title a,.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a:hover{
    color:#efa758
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a{
    color:#efa758
}
.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_subtitle a,.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a:hover{
    color:#333
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_text{
    color:#666
}
.sc_services_chess{
    overflow:hidden
}
.sc_services_chess .sc_services_item{
    position:relative;
     overflow:hidden;
     background-color:#f7f7f7;
     -webkit-transition:background-color .3s ease;
     -ms-transition:background-color .3s ease;
     transition:background-color .3s ease
}
.sc_services_chess .sc_services_item_header{
    width:50%;
     float:left;
     margin-bottom:0 !important;
     background-position:center;
     background-size:cover;
     background-repeat:no-repeat
}
.sc_services_chess .sc_services_item_header:before{
    content:' ';
     display:inline-block;
     width:0;
     height:0;
     padding-top:100%;
    /* 112.5% - 16:9 */
}
.sc_services_chess .sc_services_item_content{
    position:absolute;
     z-index:1;
     right:0;
     top:50%;
     width:50%;
     max-height:100%;
     overflow:hidden;
     padding:2em;
     -webkit-transform:translateY(-50%);
     -ms-transform:translateY(-50%);
     transform:translateY(-50%);
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.sc_services_chess .sc_services_item:hover{
    background-color:#333
}
.sc_services_chess .sc_services_item:hover .sc_services_item_title a{
    color:#fff
}
.sc_services_chess .sc_services_item:hover .sc_services_item_title a:hover{
    color:#efa758
}
.sc_services_chess .sc_services_item_title{
    margin:0
}
.sc_services_chess .sc_item_columns_1 .sc_services_item_content{
    padding:2em 8%
}
.sc_services_chess .sc_item_columns_2 .sc_services_item_content{
    padding:2em 6%
}
.sc_services_chess .sc_item_columns_3 .sc_services_item_content{
    padding:2em 4%
}
.sc_services_chess .sc_item_columns_3 .sc_services_item_text{
    display:none
}
.sc_services_chess .sc_services_item_title + .sc_services_item_text,.sc_services_chess .sc_services_item_subtitle + .sc_services_item_text{
    margin-top:1em
}
.sc_services_chess .sc_item_columns_1 .sc_services_item:nth-child(2n+2) .sc_services_item_header{
    float:right
}
.sc_services_chess .sc_item_columns_1 .sc_services_item:nth-child(2n+2) .sc_services_item_content{
    right:auto;
     left:0
}
.sc_services_chess .sc_item_columns_2 [class*="column-"]:nth-child(4n+3) .sc_services_item_header,.sc_services_chess .sc_item_columns_2 [class*="column-"]:nth-child(4n+4) .sc_services_item_header{
    float:right
}
.sc_services_chess .sc_item_columns_2 [class*="column-"]:nth-child(4n+3) .sc_services_item_content,.sc_services_chess .sc_item_columns_2 [class*="column-"]:nth-child(4n+4) .sc_services_item_content{
    right:auto;
     left:0
}
.sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(6n+4) .sc_services_item_header,.sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(6n+5) .sc_services_item_header,.sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(6n+6) .sc_services_item_header{
    float:right
}
.sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(6n+4) .sc_services_item_content,.sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(6n+5) .sc_services_item_content,.sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(6n+6) .sc_services_item_content{
    right:auto;
     left:0
}
@media (min-width:768px) and (max-width:959px){
    .sc_services_chess .sc_item_columns_2 .sc_services_item_text{
        display:none
    }
}
@media (min-width:480px) and (max-width:767px){
    .sc_services_chess .sc_item_columns_2 .sc_services_item_text{
        display:none
    }
    .sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(6n+4) .sc_services_item_header, .sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(6n+5) .sc_services_item_header, .sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(6n+6) .sc_services_item_header{
        float:left
    }
    .sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(6n+4) .sc_services_item_content, .sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(6n+5) .sc_services_item_content, .sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(6n+6) .sc_services_item_content{
        right:0;
         left:auto
    }
    .sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(4n+3) .sc_services_item_header, .sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(4n+4) .sc_services_item_header{
        float:right
    }
    .sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(4n+3) .sc_services_item_content, .sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(4n+4) .sc_services_item_content{
        right:auto;
         left:0
    }
}
@media (max-width:479px){
    .sc_services_chess .sc_services_item_text{
        display:none
    }
    .sc_services_chess .sc_item_columns_2 [class*="column-"]:nth-child(4n+3) .sc_services_item_header, .sc_services_chess .sc_item_columns_2 [class*="column-"]:nth-child(4n+4) .sc_services_item_header{
        float:left
    }
    .sc_services_chess .sc_item_columns_2 [class*="column-"]:nth-child(4n+3) .sc_services_item_content, .sc_services_chess .sc_item_columns_2 [class*="column-"]:nth-child(4n+4) .sc_services_item_content{
        right:0;
         left:auto
    }
    .sc_services_chess .sc_item_columns_2 [class*="column-"]:nth-child(2n+2) .sc_services_item_header{
        float:right
    }
    .sc_services_chess .sc_item_columns_2 [class*="column-"]:nth-child(2n+2) .sc_services_item_content{
        right:auto;
         left:0
    }
    .sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(6n+4) .sc_services_item_header, .sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(6n+5) .sc_services_item_header, .sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(6n+6) .sc_services_item_header{
        float:left
    }
    .sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(6n+4) .sc_services_item_content, .sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(6n+5) .sc_services_item_content, .sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(6n+6) .sc_services_item_content{
        right:0;
         left:auto
    }
    .sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(2n+2) .sc_services_item_header{
        float:right
    }
    .sc_services_chess .sc_item_columns_3 [class*="column-"]:nth-child(2n+2) .sc_services_item_content{
        right:auto;
         left:0
    }
}
.sc_services_tabs_simple .sc_services_tabs_list{
    display:block;
     overflow:hidden;
     text-align:center
}
.sc_services_tabs_simple .sc_services_tabs_list_item{
    display:inline-block;
     vertical-align:top;
     padding:0 1.5em;
     cursor:pointer;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box;
     max-width:25%
}
.sc_services_tabs_simple .sc_services_tabs_list_item.sc_services_tabs_list_item_active{
    cursor:default
}
.sc_services_tabs_simple .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,.sc_services_tabs_simple .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_title{
    color:#efa758
}
.sc_services_tabs_simple .sc_services_tabs_list_item .sc_services_item_icon,.sc_services_tabs_simple .sc_services_tabs_list_item .sc_services_item_title{
    -webkit-transition:color .3s ease;
     -ms-transition:color .3s ease;
     transition:color .3s ease
}
.sc_services_tabs_simple .sc_services_item_thumb{
    margin-bottom:0
}
.sc_services_tabs_simple .sc_services_item_icon,.sc_services_tabs_simple .sc_services_item_number{
    display:inline-block;
     text-align:center;
     font-size:3em;
     line-height:1em
}
.sc_services_tabs_simple .sc_services_item_icon.sc_icon_type_svg svg{
    width:1em;
     height:1em;
     position:relative
}
.sc_services_tabs_simple .sc_services_item_number{
    font-size:1.5em;
     font-weight:700
}
.sc_services_tabs_simple .sc_services_item_title{
    margin:0
}
.sc_services_tabs_simple .sc_services_item_subtitle{
    font-size:0.9286em;
     font-style:italic;
     line-height:1.5em;
     margin-top:0.1em
}
.sc_services_tabs_simple .sc_services_tabs_content{
    margin:2em auto 0;
     max-width:75%;
     text-align:center;
     position:relative
}
.sc_services_tabs_simple .sc_services_tabs_content_item{
    position:absolute;
     z-index:1;
     left:0;
     top:0;
     width:100%;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box;
     opacity:0;
     -webkit-transition:opacity .3s ease;
     -ms-transition:opacity .3s ease;
     transition:opacity .3s ease
}
.sc_services_tabs_simple .sc_services_tabs_content_item.sc_services_tabs_content_item_active{
    position:relative;
     z-index:2;
     opacity:1
}
.sc_services_tabs_simple .sc_services_tabs_content p{
    margin:0
}
.sc_services_tabs_simple .sc_services_tabs_content .sc_services_item_button{
    margin-top:2em
}
.sc_services_tabs_simple .sc_services_item_featured_top .sc_services_item_info{
    padding-top:1em
}
.sc_services_tabs_simple .sc_services_item_featured_left,.sc_services_tabs_simple .sc_services_item_featured_right{
    position:relative;
     overflow:hidden
}
.sc_services_tabs_simple .sc_services_item_featured_left{
    text-align:left
}
.sc_services_tabs_simple .sc_services_item_featured_right{
    text-align:right
}
.sc_services_tabs_simple .sc_services_item_featured_top.with_icon{
    text-align:center
}
.sc_services_tabs_simple .sc_services_item_featured_left .sc_services_item_icon,.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_icon{
    font-size:1.5em;
     margin-top:0;
     position:absolute;
     z-index:1;
     top:0
}
.sc_services_tabs_simple .sc_services_item_featured_left .sc_services_item_number,.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_number{
    font-size:2em
}
.sc_services_tabs_simple .sc_services_item_featured_left .sc_services_item_thumb,.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_thumb{
    width:30%;
     position:absolute;
     z-index:1;
     top:0
}
.sc_services_tabs_simple .sc_services_item_featured_left .sc_services_item_thumb,.sc_services_tabs_simple .sc_services_item_featured_left .sc_services_item_icon,.sc_services_tabs_simple .sc_services_item_featured_left .sc_services_item_number{
    left:0
}
.sc_services_tabs_simple .sc_services_item_featured_left .sc_services_item_info{
    text-align:left;
     padding:0;
     margin-left:4em
}
.sc_services_tabs_simple .sc_services_item_featured_left.with_image .sc_services_item_info{
    padding-left:2em;
     margin-left:30%
}
.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_thumb,.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_icon,.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_number{
    left:auto;
     right:0
}
.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_info{
    text-align:right;
     padding:0;
     margin-right:4em
}
.sc_services_tabs_simple .sc_services_item_featured_right.with_image .sc_services_item_info{
    padding-right:2em;
     margin-right:30%
}
.sc_services_tabs .sc_services_content{
    position:relative
}
.sc_services_tabs .sc_services_tabs_list{
    display:block;
     width:35%;
     max-height:25em;
     overflow-y:auto;
     position:relative;
     z-index:1
}
.sc_services_tabs .sc_services_tabs_list_item{
    padding:2em;
     background-color:#f7f7f7;
     cursor:pointer;
     position:relative;
     z-index:1;
     -webkit-transition:background-color .3s ease;
     -ms-transition:background-color .3s ease;
     transition:background-color .3s ease
}
.sc_services_tabs .sc_services_tabs_list_item:nth-child(2n+2){
    background-color:#ddd
}
.sc_services_tabs .sc_services_tabs_list_item:hover,.sc_services_tabs .sc_services_tabs_list_item:nth-child(2n+2):hover{
    background-color:#eee
}
.sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active{
    background-color:#333;
     cursor:default
}
.sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_title{
    color:#fff
}
.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_title{
    -webkit-transition:color .3s ease;
     -ms-transition:color .3s ease;
     transition:color .3s ease
}
.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_title.with_icon{
    position:relative;
     padding-left:3em
}
.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_icon,.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_number{
    position:absolute;
     z-index:1;
     left:0;
     top:50%;
     -webkit-transform:translateY(-50%);
     -ms-transform:translateY(-50%);
     transform:translateY(-50%);
     display:inline-block;
     vertical-align:top;
     font-size:2em;
     line-height:1em;
     color:#efa758;
     -webkit-transition:color .3s ease;
     -ms-transition:color .3s ease;
     transition:color .3s ease
}
.sc_services_tabs .sc_services_item_icon.sc_icon_type_svg svg{
    width:1em;
     height:1em
}
.sc_services_tabs .sc_services_tabs_content{
    position:absolute;
     z-index:2;
     right:0;
     top:0;
     width:67%;
     height:100%
}
.sc_services_tabs .sc_services_item{
    position:absolute;
     z-index:1;
     left:0;
     top:0;
     width:100%;
     height:100%
}
.sc_services_tabs .sc_services_item_header,.sc_services_tabs .sc_services_item_content{
    position:relative;
     display:inline-block;
     vertical-align:top;
     width:50%;
     height:100%;
     margin-bottom:0 !important;
     background-position:center;
     background-size:cover;
     background-repeat:no-repeat
}
.sc_services_tabs .sc_services_item_header:before{
    display:none
}
.sc_services_tabs .sc_services_item_content{
    background-color:#f7f7f7;
     overflow:hidden
}
.sc_services_tabs .sc_services_item_content_inner{
    position:absolute;
     z-index:1;
     left:0;
     top:50%;
     width:100%;
     max-height:100%;
     padding:2em;
     -webkit-transform:translateY(-50%);
     -ms-transform:translateY(-50%);
     transform:translateY(-50%);
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.sc_services_tabs .sc_services_item_title{
    margin:0
}
.sc_services_tabs .sc_services_item_title + .sc_services_item_text,.sc_services_tabs .sc_services_item_subtitle + .sc_services_item_text{
    margin-top:1em
}
.sc_services_tabs.effect_fade .sc_services_item{
    -webkit-transition:opacity .3s ease;
     -ms-transition:opacity .3s ease;
     transition:opacity .3s ease;
     opacity:0
}
.sc_services_tabs.effect_fade .sc_services_item_active{
    opacity:1
}
.sc_services_tabs.effect_slide .sc_services_tabs_content{
    overflow:hidden
}
.sc_services_tabs.effect_slide .sc_services_item{
    top:-120%;
     -webkit-transition:top .3s ease;
     -ms-transition:top .3s ease;
     transition:top .3s ease
}
.sc_services_tabs.effect_slide .sc_services_item_flip,.sc_services_tabs.effect_slide .sc_services_item_active{
    top:0
}
.sc_services_tabs.effect_slide .sc_services_item_active{
    z-index:2
}
.sc_services_tabs.effect_flip .sc_services_item{
    -webkit-perspective:1300px;
     -ms-perspective:1300px;
     perspective:1300px
}
.sc_services_tabs.effect_flip .sc_services_item_active{
    z-index:2
}
.sc_services_tabs.effect_flip .sc_services_item_flip{
    z-index:3
}
.sc_services_tabs.effect_flip .sc_services_item_active.sc_services_item_flipping{
    z-index:4
}
.sc_services_tabs.effect_flip .sc_services_item_header,.sc_services_tabs.effect_flip .sc_services_item_content{
    -webkit-backface-visibility:hidden;
     -ms-backface-visibility:hidden;
     backface-visibility:hidden;
     -webkit-transition:-webkit-transform .6s ease;
     -ms-transition:-ms-transform .6s ease;
     transition:transform .6s ease
}
.sc_services_tabs.effect_flip .sc_services_item_header{
    -webkit-transform:rotateY(0deg);
     -ms-transform:rotateY(0deg);
     transform:rotateY(0deg);
     -webkit-transform-origin:100% 50%;
     -ms-transform-origin:100% 50%;
     transform-origin:100% 50%
}
.sc_services_tabs.effect_flip .sc_services_item_flip .sc_services_item_header{
    -webkit-transform:rotateY(180deg);
     -ms-transform:rotateY(180deg);
     transform:rotateY(180deg)
}
.sc_services_tabs.effect_flip .sc_services_item_content{
    -webkit-transform:rotateY(-180deg);
     -ms-transform:rotateY(-180deg);
     transform:rotateY(-180deg);
     -webkit-transform-origin:0% 50%;
     -ms-transform-origin:0% 50%;
     transform-origin:0% 50%
}
.sc_services_tabs.effect_flip .sc_services_item_active .sc_services_item_content,.sc_services_tabs.effect_flip .sc_services_item_flip .sc_services_item_content{
    -webkit-transform:rotateY(0deg);
     -ms-transform:rotateY(0deg);
     transform:rotateY(0deg)
}
@media (max-width:767px){
    .sc_services_tabs .sc_services_item_header{
        display:none
    }
    .sc_services_tabs .sc_services_item_content{
        display:block;
         width:100%
    }
    .sc_services_tabs.effect_flip .sc_services_item_content{
        -webkit-transform-origin:50% 50%;
         -ms-transform-origin:50% 50%;
         transform-origin:50% 50%
    }
    .sc_services_tabs.effect_flip .sc_services_item_flip .sc_services_item_content{
        -webkit-transform:rotateY(180deg);
         -ms-transform:rotateY(180deg);
         transform:rotateY(180deg)
    }
}
@media (max-width:479px){
    .sc_services_tabs .sc_services_tabs_list{
        display:none
    }
    .sc_services_tabs .sc_services_tabs_content{
        width:100%;
         position:static;
         left:auto;
         top:auto
    }
    .sc_services_tabs.effect_flip .sc_services_item{
        -webkit-perspective:none;
         -ms-perspective:none;
         perspective:none
    }
    .sc_services_tabs .sc_services_item{
        position:static;
         left:auto;
         top:auto;
         opacity:1 !important
    }
    .sc_services_tabs .sc_services_item + .sc_services_item{
        margin-top:2em
    }
    .sc_services_tabs .sc_services_item_header, .sc_services_tabs .sc_services_item_content{
        display:block;
         width:100%;
         height:auto;
         -webkit-transform:none !important;
         -ms-transform:none !important;
         transform:none !important
    }
    .sc_services_tabs .sc_services_item_header{
        height:15em
    }
    .sc_services_tabs .sc_services_item_content_inner{
        position:static;
         top:auto;
         left:auto;
         -webkit-transform:none !important;
         -ms-transform:none !important;
         transform:none !important
    }
}
.services_page .services_page_header{
    margin-bottom:2em
}
.sc_testimonials_columns_wrap{
    display:flex;
     flex-wrap:wrap
}
.sc_testimonials_slider .sc_testimonials_item,.sc_testimonials_columns_wrap .sc_testimonials_item{
    display:inline-block;
     vertical-align:top;
     width:100%;
     height:100%;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.sc_testimonials_title,.sc_testimonials_subtitle,.sc_testimonials_descr,.sc_testimonials_button{
    text-align:center
}
.sc_testimonials_item_content{
    text-align:center;
     font-size:1.2em
}
.sc_testimonials [class*="column"] .sc_testimonials_item_content{
    text-align:left;
     font-size:1em
}
.sc_testimonials_item_content:before{
    content:'\e8b8';
     font-family:'trx_addons_icons';
     font-size:1.5em;
     line-height:1.5em;
     color:#efa758;
     display:block;
     margin-bottom:2em
}
.sc_testimonials_item_content p{
    margin:0
}
.sc_testimonials_item_content p+p{
    margin-top:1em
}
.sc_testimonials_item_author{
    margin:3em auto 0;
     max-width:22em;
     padding:1.5em 0.5em 1.5em 1.3em;
     background-color:#292929;
     color:#fff;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.sc_testimonials [class*="column"] .sc_testimonials_item_author{
    text-align:left;
     padding-left:0
}
.sc_testimonials_item_author_avatar,.sc_testimonials_item_author_data{
    display:inline-block;
     vertical-align:middle
}
.sc_testimonials_item_author_avatar{
    overflow:hidden;
     margin:0 1.3em 0 0.6em;
     width:5em;
     height:5em;
     -webkit-border-radius:50%;
     -ms-border-radius:50%;
     border-radius:50%
}
.sc_testimonials_item_author_data{
    max-width:50%
}
.sc_testimonials_item_author_title{
    margin:0;
     color:#fff
}
.sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle{
    margin-top:0.5em;
     color:#ddd;
     font-size:0.9286em;
     line-height:1.3em
}
.sc_testimonials_simple .sc_testimonials_item_author_data:before{
    content:' ';
     width:1px;
     height:1.5em;
     margin:1.3em auto;
     background-color:#ddd;
     display:inline-block;
     vertical-align:middle
}
.sc_testimonials_simple [class*="column"] .sc_testimonials_item_author_data{
    border-left:1px solid #ddd;
     padding-left:1.5em
}
.sc_testimonials_simple [class*="column"] .sc_testimonials_item_author_data:before{
    display:none
}
.sc_events_item{
    display:block;
     overflow:hidden;
     position:relative;
     background-color:#f7f7f7;
     height:6.4286em
}
.sc_events_item + .sc_events_item{
    margin-top:1em
}
.sc_events_item_date,.sc_events_item_title,.sc_events_item_button{
    position:absolute;
     -webkit-transition:all ease .3s;
     -ms-transition:all ease .3s;
     transition:all ease .3s
}
.sc_events_item_date{
    top:0;
     left:0;
     width:6.4286em;
     height:6.4286em;
     color:#292929;
     text-align:center
}
.sc_events_default .sc_events_item_date{
    background-color:#292929;
     color:#fff
}
.sc_events_default .sc_events_item:hover .sc_events_item_date{
    background-color:#efa758
}
.sc_events_item_day{
    display:block;
     font-size:2em;
     line-height:1.5em;
     margin-top:0.5em
}
.sc_events_item_month{
    font-size:0.7143em;
     line-height:1.3em;
     text-transform:uppercase;
     display:block
}
.sc_events_item_title{
    left:8em;
     color:#292929;
     font-size:1.1429em;
     line-height:1.3em;
     max-width:75%;
     padding-right:3em
}
.sc_events_item:hover .sc_events_item_title{
    color:#efa758
}
.sc_events_item_time{
    color:#888888
}
.sc_events_item:hover .sc_events_item_time{
    color:#efa758
}
.sc_events_item_title,.sc_events_item_button{
    top:50%;
     -webkit-transform:translateY(-50%);
     -ms-transform:translateY(-50%);
     transform:translateY(-50%)
}
.sc_events_item_button{
    right:3em;
     color:#292929;
     text-align:center
}
.sc_events_item:hover .sc_events_item_button{
    color:#efa758
}
.sc_events_item_button:before{
    content:'\e884';
     font-family:'trx_addons_icons'
}
.sc_events_detailed .sc_events_item{
    background-color:transparent;
     border:1px solid #efa758;
     white-space:nowrap;
     height:auto
}
.sc_events_detailed .sc_events_item_date_wrap,.sc_events_detailed .sc_events_item_time_wrap,.sc_events_detailed .sc_events_item_title_wrap,.sc_events_detailed .sc_events_item_button_wrap{
    position:relative;
     display:inline-block;
     vertical-align:top;
     height:4em;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.sc_events_detailed .sc_events_item_date_wrap{
    border-right:1px solid #efa758;
     width:17%
}
.sc_events_detailed .sc_events_item_title_wrap{
    width:48%
}
.sc_events_detailed .sc_events_item_time_wrap{
    width:19%
}
.sc_events_detailed .sc_events_item_button_wrap{
    width:16%
}
.sc_events_detailed .sc_events_item_time_wrap:before,.sc_events_detailed .sc_events_item_button_wrap:before{
    content:' ';
     display:block;
     border-right:2px solid #efa758;
     position:absolute;
     width:0;
     height:1em;
     left:0;
     top:50%;
     -webkit-transform:translateY(-50%);
     -ms-transform:translateY(-50%);
     transform:translateY(-50%)
}
.sc_events_detailed .sc_events_item_date,.sc_events_detailed .sc_events_item_time,.sc_events_detailed .sc_events_item_title,.sc_events_detailed .sc_events_item_button{
    display:block;
     white-space:normal;
     position:absolute;
     left:0;
     top:50%;
     width:100%;
     height:auto;
     min-height:0;
     max-height:none;
     max-width:none;
     padding:0 1.5em;
     font-size:1em;
     line-height:1.3em;
     background-color:transparent;
     text-align:left;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box;
     -webkit-transform:translateY(-50%);
     -ms-transform:translateY(-50%);
     transform:translateY(-50%)
}
.sc_events_detailed .sc_events_item_time,.sc_events_detailed .sc_events_item_button{
    padding:0 1em
}
.sc_events_detailed .sc_events_item_button:before,.sc_events_detailed .sc_events_item_button:after{
    display:none
}
.sc_events_detailed .sc_events_item:hover{
    background-color:#efa758;
     color:#fff
}
.sc_events_detailed .sc_events_item:hover .sc_events_item_time_wrap:before,.sc_events_detailed .sc_events_item:hover .sc_events_item_button_wrap:before{
    border-color:#fff
}
.compose-mode .vc_controls-container>div.vc_controls-out-tl{
    left:auto;
     right:0
}
.compose-mode .sc_widget_slider.vc_empty-element:after{
    display:none !important
}
.flex-direction-nav li{
    position:static
}
.flex-control-nav li:before{
    display:none
}
.woocommerce div.product form.cart .variations td{
    display:block;
     width:100%;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.woocommerce div.product form.cart .variations tr+tr td.label{
    padding:1em 0 0
}
.trx_addons_attrib_item{
    cursor:pointer !important
}
.trx_addons_attrib_item span{
    overflow:hidden;
     display:block
}
.trx_addons_attrib_item.trx_addons_attrib_image{
    display:inline-block;
     vertical-align:top;
     margin:0 0.5em 5px 0;
     padding:5px;
     border:1px solid #ddd;
     background-color:#fff
}
.trx_addons_attrib_item.trx_addons_attrib_image img{
    width:70px;
     height:auto
}
.trx_addons_attrib_item.trx_addons_attrib_color{
    display:inline-block;
     vertical-align:top;
     margin:0 0.5em 5px 0;
     padding:3px;
     border:1px solid #ddd;
     background-color:#fafafa
}
.trx_addons_attrib_item.trx_addons_attrib_color span{
    display:block;
     width:30px;
     height:30px
}
.trx_addons_attrib_item.trx_addons_attrib_button{
    display:inline-block;
     vertical-align:top;
     margin:0 0.5em 5px 0;
     padding:3px;
     border:1px solid #ddd;
     background-color:#fafafa
}
.trx_addons_attrib_item.trx_addons_attrib_button span{
    padding:0.5em 1.5em
}
.trx_addons_attrib_item.trx_addons_attrib_selected{
    background-color:#f0f0f0;
     border-color:red
}
.trx_addons_attrib_item.trx_addons_attrib_disabled{
    cursor:not-allowed !important
}
.trx_addons_attrib_item.trx_addons_attrib_disabled span{
    position:relative
}
.trx_addons_attrib_item.trx_addons_attrib_disabled span:before,.trx_addons_attrib_item.trx_addons_attrib_disabled span:after{
    content:' ';
     position:absolute;
     top:50%;
     left:-20%;
     width:140%;
     height:1px;
     background-color:#f0f0f0;
     -webkit-transform:rotate(-45deg);
     -ms-transform:rotate(-45deg);
     transform:rotate(-45deg)
}
.trx_addons_attrib_item.trx_addons_attrib_disabled span:after{
    -webkit-transform:rotate(45deg);
     -ms-transform:rotate(45deg);
     transform:rotate(45deg)
}
.yith_magnifier_zoom_wrap .yith_magnifier_zoom_magnifier{
    border-width:1px;
     margin-left:4px
}
.yith_magnifier_gallery li + li{
    padding-left:20px
}
.yith_magnifier_gallery li a{
    margin-left:0;
     margin-right:0
}
.sc_blogger .sc_blogger_slider.slider_outer_pagination_pos_bottom{
    padding-bottom:3em
}
.sc_blogger{
    position:relative;
     padding-top:0.0001px
}
.sc_blogger .sc_blogger_item .sc_blogger_item_title{
    margin:0
}
.sc_blogger .sc_blogger_item .sc_blogger_item_featured{
    margin-bottom:0
}
.sc_blogger .sc_blogger_item .sc_blogger_item_featured img{
    width:100%;
     height:auto
}
.sc_blogger_columns_wrap{
    display:flex;
     flex-wrap:wrap
}
.sc_blogger_slider .sc_blogger_item,.sc_blogger_columns_wrap .sc_blogger_item{
    display:inline-block;
     vertical-align:top;
     width:100%;
     height:100%;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.sc_blogger_default .sc_blogger_item{
    background-color:#f7f7f7;
     text-align:center
}
.sc_blogger_default .sc_blogger_item_content{
    padding:2em
}
.sc_blogger_default .sc_blogger_post_meta{
    margin-top:0.5em;
     font-size:0.9286em
}
.sc_blogger_default .sc_blogger_item_excerpt{
    margin-top:1.5em
}
.sc_blogger_default .sc_blogger_item_excerpt_text{
    max-height:8em;
     overflow:hidden
}
.sc_blogger_default .sc_blogger_item.post_format_quote .sc_blogger_item_excerpt_text{
    max-height:none
}
.sc_blogger_default .sc_blogger_item_excerpt_text + p,.sc_blogger_default .sc_blogger_item_excerpt_text + a{
    margin:2em 0 0
}
.sc_blogger_modern .sc_blogger_item{
    background-color:#f7f7f7;
     padding:2em;
     overflow:hidden;
     position:relative
}
.sc_blogger_modern .sc_blogger_item + .sc_blogger_item{
    margin-top:2em
}
.sc_blogger_modern.slider_swiper .sc_blogger_item + .sc_blogger_item{
    margin-top:0
}
.sc_blogger_modern .sc_blogger_item_featured{
    width:40%;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.sc_blogger_modern .sc_blogger_item_content{
    width:50%;
     position:absolute;
     z-index:1;
     top:50%;
     left:50%;
     padding-right:2em;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box;
     -webkit-transform:translateY(-50%);
     -ms-transform:translateY(-50%);
     transform:translateY(-50%)
}
.sc_blogger_modern .sc_blogger_post_meta{
    margin-top:1em;
     font-size:0.9286em
}
.sc_blogger_modern .sc_blogger_item_excerpt{
    margin-top:1em
}
.sc_blogger_modern .sc_blogger_button{
    text-align:center
}
.sc_blogger_plain .sc_blogger_item{
    background-color:#f7f7f7;
     text-align:center;
     padding:1em;
     margin-bottom:2px
}
.sc_blogger_plain .sc_blogger_post_meta{
    margin:0
}
.sc_blogger_plain .sc_blogger_item .sc_blogger_item_title{
    margin:0.4em 0 0.6em
}
.sc_button_wrap:not([class*="sc_align_"]){
    display:inline-block
}
.sc_button{
    display:inline-block;
     text-transform:uppercase;
     white-space:nowrap;
     padding:1.5em 3em;
     background-position:center center;
     background-repeat:repeat;
     overflow:hidden;
     background-color:#efa758;
     color:#fff;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box;
     -webkit-transition:all ease .3s;
     -ms-transition:all ease .3s;
     transition:all ease .3s
}
.sc_button:hover{
    background-color:#007fc5
}
.sc_button + .sc_button{
    margin-left:1em
}
.sc_button_subtitle{
    font-size:0.85em;
     line-height:1.25em;
     text-transform:none;
     display:block
}
.sc_button_icon,.sc_button_text{
    display:inline-block;
     vertical-align:middle
}
.sc_button_icon{
    font-size:2em;
     line-height:1.25em;
     font-weight:400;
     font-style:normal
}
.sc_button_icon img{
    max-height:2.5em;
     width:auto
}
.sc_button_icon_left .sc_button_icon{
    margin-right:0.8em
}
.sc_button_icon_right .sc_button_icon{
    float:right;
     margin-left:0.8em
}
.sc_button_icon_top .sc_button_icon{
    display:block;
     margin-bottom:0.25em;
     text-align:center
}
.sc_button.sc_button_size_small{
    padding:1em 2.5em
}
.sc_button.sc_button_size_small .sc_button_icon img{
    max-height:1.6em;
     width:auto
}
.sc_button.sc_button_size_large{
    font-size:1.25em
}
.sc_button.sc_button_size_large .sc_button_icon img{
    max-height:4em;
     width:auto
}
.sc_button_bg_image{
    position:relative;
     background-position:center center;
     background-size:cover;
     background-repeat:no-repeat
}
.sc_button.sc_button_bg_image,.sc_button.sc_button_bg_image:hover{
    color:#fff !important
}
.sc_button_bg_image .sc_button_text{
    position:relative;
     z-index:2
}
.sc_button_bg_image:before{
    content:' ';
     position:absolute;
     z-index:1;
     left:0;
     top:0;
     width:100%;
     height:100%;
     background-color:rgba(0,0,0,0.5)
}
.sc_button_bg_image:hover:before{
    background-color:rgba(0,0,0,0.75)
}
.sc_button_bordered{
    background:none !important;
     border:2px solid #efa758;
     color:#efa758
}
.sc_button_bordered:hover{
    border-color:#007fc5;
     color:#007fc5
}
/* Simple button (link with arrow) */
.sc_button_simple{
    display:inline-block;
     background-color:transparent;
     color:#efa758;
     position:relative;
     padding:0 1.8em 0 0
}
.sc_button_simple:hover{
    color:#000;
     background-color:transparent
}
.sc_button.sc_button_simple:before,.sc_button.sc_button_simple:after{
    content:'\e911';
     font-family:'trx_addons_icons';
     position:absolute;
     top:50%;
     right:0;
     margin:0;
     line-height:inherit;
     -webkit-transform:translateY(-50%);
     -ms-transform:translateY(-50%);
     transform:translateY(-50%);
     -webkit-transition:all ease .3s;
     -ms-transition:all ease .3s;
     transition:all ease .3s
}
.sc_button.sc_button_simple:before{
    right:20px;
     opacity:0
}
.sc_button.sc_button_simple:hover:before{
    opacity:1;
     right:0
}
.sc_button.sc_button_simple:hover:after{
    opacity:0;
     right:-20px
}
.sc_button_simple.sc_button_icon_left .sc_button_icon{
    margin-right:0.4em
}
.sc_button_simple.sc_button_icon_right .sc_button_icon{
    margin-left:0.4em
}
.sc_content{
    position:relative
}
.sc_content:not([class*="sc_padding_"]){
    padding-top:0.0001px
}
.sc_content:not([class*="sc_margin_"]){
    margin-left:auto;
     margin-right:auto
}
[class*="sc_content_width_"]{
    -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.sc_content_width_1_1{
    width:1170px
}
.sc_content_width_1_2{
    width:585px
}
.sc_content_width_1_3{
    width:390px
}
.sc_content_width_2_3{
    width:780px
}
.sc_content_width_1_4{
    width:292.5px
}
.sc_content_width_3_4{
    width:877.5px
}
.sc_content_width_100p{
    width:100%
}
.sc_content_width_90p{
    width:90%
}
.sc_content_width_80p{
    width:80%
}
.sc_content_width_75p{
    width:75%
}
.sc_content_width_70p{
    width:70%
}
.sc_content_width_60p{
    width:60%
}
.sc_content_width_50p{
    width:50%
}
.sc_content_width_45p{
    width:45%
}
.sc_content_width_40p{
    width:40%
}
.sc_content_width_30p{
    width:30%
}
.sc_content_width_25p{
    width:25%
}
.sc_content_width_20p{
    width:20%
}
.sc_content_width_15p{
    width:15%
}
.sc_content_width_10p{
    width:10%
}
.sc_content_container.with_number{
    position:relative
}
.sc_content_number{
    position:absolute;
     z-index:0;
     color:#f0f0f0;
     font-size:10em;
     line-height:1em;
     font-weight:900;
     letter-spacing:-10px;
     -webkit-transform:translate(-75%,-50%);
     -ms-transform:translate(-75%,-50%);
     transform:translate(-75%,-50%)
}
.sc_content_number_tl{
    left:0;
     top:0
}
.sc_content_number_tc{
    left:50%;
     top:0
}
.sc_content_number_tr{
    left:100%;
     top:0
}
.sc_content_number_ml{
    left:0;
     top:50%
}
.sc_content_number_mc{
    left:50%;
     top:50%
}
.sc_content_number_mr{
    left:100%;
     top:50%
}
.sc_content_number_bl{
    left:0;
     top:100%
}
.sc_content_number_bc{
    left:50%;
     top:100%
}
.sc_content_number_br{
    left:100%;
     top:100%
}
.sc_countdown{
    overflow:hidden
}
.sc_countdown.alignleft .sc_countdown_content{
    text-align:left
}
.sc_countdown.aligncenter .sc_countdown_content{
    text-align:center
}
.sc_countdown.alignright .sc_countdown_content{
    text-align:right
}
.sc_countdown .sc_countdown_inner{
    display:inline-block
}
.sc_countdown .sc_countdown_item{
    display:block;
     float:left;
     text-align:center
}
.sc_countdown .sc_countdown_digits{
    display:block;
     overflow:hidden;
     text-align:center;
     margin-bottom:12px
}
.sc_countdown .sc_countdown_digits span{
    display:inline-block
}
.sc_countdown .sc_countdown_separator{
    display:block;
     float:left;
     margin:0 8px;
     font-weight:400
}
.sc_countdown .sc_countdown_label{
    font-weight:400
}
.sc_countdown_default .sc_countdown_digits,.sc_countdown_default .sc_countdown_separator{
    font-size:3em;
     height:1.3333em;
     line-height:1.3333em
}
.sc_countdown_default .sc_countdown_digits span{
    display:inline-block;
     text-align:center;
     width:1.1333em;
     background-color:#f0f0f0
}
.sc_countdown_default .sc_countdown_digits span+span{
    margin-left:2px
}
.sc_countdown_circle .sc_countdown_digits,.sc_countdown_circle .sc_countdown_separator{
    font-size:2.4em;
     height:2.5em;
     line-height:2.5em;
     margin-bottom:6px
}
.sc_countdown_circle .sc_countdown_item{
    position:relative
}
.sc_countdown_circle .sc_countdown_digits{
    width:2.5em;
     border-width:6px;
     border-style:solid;
     background-color:#f0f0f0;
     -webkit-border-radius:50%;
     -ms-border-radius:50%;
     border-radius:50%
}
.sc_countdown_circle canvas{
    position:absolute;
     z-index:1;
     top:0;
     left:0;
     -webkit-transform:rotate(-90deg);
     -ms-transform:rotate(-90deg);
     transform:rotate(-90deg)
}
.sc_form{
    position:relative;
     padding-top:0.0001px
}
.trx_addons_field_error{
    border-color:#CC0000 !important;
     -webkit-box-shadow:0px 0px 8px 0px rgba(200,0,0,0.2);
     -ms-box-shadow:0px 0px 8px 0px rgba(200,0,0,0.2);
     box-shadow:0px 0px 8px 0px rgba(200,0,0,0.2)
}
.sc_form_title,.sc_form_description{
    margin-bottom:2rem
}
.sc_form_form{
    position:relative
}
.sc_form_field{
    display:block;
     margin-bottom:1.3em
}
.sc_form_field_title{
    display:block;
     font-size:0.9231em;
     font-weight:bold;
     text-transform:uppercase;
     color:#292929
}
.sc_form_field_range .sc_form_field_wrap,.sc_form_field_slider .sc_form_field_wrap{
    display:block;
     margin:0 0.6em
}
.sc_form input[type="text"],.sc_form textarea{
    width:100%;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.sc_form.sc_align_left input,.sc_form.sc_align_left textarea{
    text-align:left
}
.sc_form.sc_align_center input,.sc_form.sc_align_center textarea{
    text-align:center
}
.sc_form.sc_align_right input,.sc_form.sc_align_right textarea{
    text-align:right
}
.sc_form .sc_form_info_data>a,.sc_form .sc_form_info_data>span{
    display:block;
     color:#000
}
.sc_form .sc_form_info_data>a:hover{
    color:#efa758
}
.sc_form_detailed .sc_form_form{
    width:90%
}
.sc_form_detailed .sc_form_title,.sc_form_detailed .sc_form_description{
    text-align:left
}
.sc_form_detailed button{
    width:100%
}
.sc_form_detailed .sc_form_info_item{
    overflow:hidden
}
.sc_form_detailed .sc_form_info_item + .sc_form_info_item{
    margin-top:3.5em
}
.sc_form_detailed .sc_form_info_icon{
    float:left;
     color:#c7c7c7;
     display:block;
     width:2em;
     text-align:center
}
.sc_form_detailed .sc_form_info_icon:before{
    font-family:'trx_addons_icons';
     font-size:2.3em;
     line-height:1.2em
}
.sc_form_detailed .sc_form_info_item_phone .sc_form_info_icon:before{
    content:'\e893'
}
.sc_form_detailed .sc_form_info_item_email .sc_form_info_icon:before{
    content:'\e86d'
}
.sc_form_detailed .sc_form_info_item_address .sc_form_info_icon:before{
    content:'\e88a'
}
.sc_form_detailed .sc_form_info_area{
    float:left;
     display:block;
     width:100%;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box;
     margin-left:-3em;
     padding-left:4.5em;
     font-size:0.9231em;
     text-transform:uppercase;
     color:#292929
}
.sc_form_detailed .sc_form_info_area>span{
    display:block;
     line-height:1.5em
}
.sc_form_detailed .sc_form_info_area .sc_form_info_title{
    font-weight:600
}
.sc_form_modern .sc_form_info{
    margin-bottom:2.2em
}
.sc_form_modern .sc_form_info_item{
    text-align:center
}
.sc_form_modern .sc_form_info_icon{
    color:#c7c7c7;
     display:block
}
.sc_form_modern .sc_form_info_icon:before{
    font-family:'trx_addons_icons';
     font-size:4.8em;
     line-height:1.5em
}
.sc_form_modern .sc_form_info_item_address .sc_form_info_icon:before{
    content:'\e88a'
}
.sc_form_modern .sc_form_info_item_email .sc_form_info_icon:before{
    content:'\e86d'
}
.sc_form_modern .sc_form_info_item_phone .sc_form_info_icon:before{
    content:'\e893'
}
.sc_form_modern .sc_form_field{
    margin-bottom:2.2em
}
.sc_form_modern button{
    margin-top:0
}
@media (max-width:767px){
    .sc_form_detailed .trx_addons_column-1_2{
        width:100% !important
    }
    .sc_form_detailed .sc_form_info{
        margin-top:3em;
         padding:0
    }
}
@media (max-width:479px){
    .sc_form_title{
        font-size:1.5em
    }
}
[class*="sc_input_hover_"] .sc_form_field_wrap,[class*="sc_input_hover_"] .comments_field_wrap{
    position:relative;
     z-index:1;
     display:block
}
[class*="sc_input_hover_"] input[type="text"],[class*="sc_input_hover_"] input[type="number"],[class*="sc_input_hover_"] input[type="email"],[class*="sc_input_hover_"] input[type="password"],[class*="sc_input_hover_"] input[type="search"],[class*="sc_input_hover_"] select,[class*="sc_input_hover_"] textarea{
    font-size:1.2857em !important;
     text-align:left !important;
     padding:1.3em 1.5em !important;
     width:100%
}
[class*="sc_input_hover_"] input:focus,[class*="sc_input_hover_"] select:focus,[class*="sc_input_hover_"] textarea:focus{
    outline:none
}
[class*="sc_input_hover_"] .sc_form_field_hover{
    position:absolute;
     z-index:1;
     top:0;
     left:0;
     width:100%;
     font-size:1.2857em;
     text-align:left !important;
     overflow:visible;
     padding:0;
     pointer-events:none;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box;
     -webkit-font-smoothing:antialiased;
     -webkit-touch-callout:none;
     -webkit-user-select:none;
     -khtml-user-select:none;
     -ms-user-select:none;
     user-select:none
}
[class*="sc_input_hover_"] .sc_form_field_content{
    position:relative;
     display:block;
     width:100%;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
[class*="sc_input_hover_"] label.required .sc_form_field_content:after{
    content:'*';
     vertical-align:top;
     margin-left:0.3em;
     font-size:80%;
     color:#da6f5b
}
[class*="sc_input_hover_"] label.required:after{
    display:none
}
.sc_input_hover_accent input[type="text"],.sc_input_hover_accent input[type="number"],.sc_input_hover_accent input[type="email"],.sc_input_hover_accent input[type="password"],.sc_input_hover_accent input[type="search"],.sc_input_hover_accent select,.sc_input_hover_accent textarea{
    box-shadow:0px 0px 0px 2px transparent;
     -webkit-transition:box-shadow 0.3s;
     -ms-transition:box-shadow 0.3s;
     transition:box-shadow 0.3s;
     -webkit-appearance:none;
}
.sc_input_hover_accent textarea{
    min-height:11.5em
}
.sc_input_hover_accent .sc_form_field_hover{
    position:static
}
.sc_input_hover_accent .sc_form_field_content{
    padding:0.3em 0 0
}
.sc_input_hover_accent .sc_form_field_hover:before{
    content:' ';
     display:block !important;
     position:absolute;
     z-index:-1;
     top:0;
     left:0;
     width:100%;
     height:4em;
     box-shadow:0px 0px 0px 0px;
     color:rgba(239,167,88,0.6)
}
.sc_input_hover_accent textarea + .sc_form_field_hover:before{
    height:11em
}
.sc_input_hover_accent input:focus + .sc_form_field_hover,.sc_input_hover_accent select:focus + .sc_form_field_hover,.sc_input_hover_accent textarea:focus + .sc_form_field_hover{
    pointer-events:none
}
.sc_input_hover_accent input:focus + .sc_form_field_hover:before,.sc_input_hover_accent select:focus + .sc_form_field_hover:before,.sc_input_hover_accent textarea:focus + .sc_form_field_hover:before{
    -webkit-animation:anim-accent 0.3s forwards;
     -ms-animation:anim-accent 0.3s forwards;
     animation:anim-accent 0.3s forwards
}
.sc_input_hover_accent input[type="text"]:focus,.sc_input_hover_accent input[type="number"]:focus,.sc_input_hover_accent input[type="email"]:focus,.sc_input_hover_accent input[type="password"]:focus,.sc_input_hover_accent input[type="search"]:focus,.sc_input_hover_accent select:focus,.sc_input_hover_accent textarea:focus{
    /*box-shadow:0px 0px 0px 2px #efa758;
    */
     border-color:#efa758 !important
}
@-webkit-keyframes anim-accent{
    to{
        box-shadow:0px 0px 100px 50px;
         opacity:0
    }
}
@keyframes anim-accent{
    to{
        box-shadow:0px 0px 100px 50px;
         opacity:0
    }
}
.sc_input_hover_path .sc_form_field_wrap{
    margin-bottom:3em
}
.sc_input_hover_path input[type="text"],.sc_input_hover_path input[type="number"],.sc_input_hover_path input[type="email"],.sc_input_hover_path input[type="password"],.sc_input_hover_path input[type="search"],.sc_input_hover_path textarea{
    border:none !important;
     background:transparent !important
}
.sc_input_hover_path textarea{
    height:4.1em;
     overflow:hidden;
     min-height:0 !important
}
.sc_input_hover_path textarea.filled,.sc_input_hover_path textarea:focus{
    height:auto;
     min-height:10.5em !important
}
.sc_input_hover_path .sc_form_field_hover{
    height:100%;
     cursor:text;
     display:block
}
.sc_input_hover_path .sc_form_field_content{
    padding:1.5em;
     -webkit-transform-origin:0% 50%;
     -ms-transform-origin:0% 50%;
     transform-origin:0% 50%;
     -webkit-transition:-webkit-transform 0.3s;
     -ms-transition:-ms-transform 0.3s;
     transition:transform 0.3s
}
.sc_input_hover_path .sc_form_field_graphic{
    position:absolute;
     top:0;
     left:0;
     fill:none;
     -webkit-transform:scale3d(1,-1,1);
     -ms-transform:scale3d(1,-1,1);
     transform:scale3d(1,-1,1);
     -webkit-transition:stroke-dashoffset 0.5s;
     -ms-transition:stroke-dashoffset 0.5s;
     transition:stroke-dashoffset 0.5s;
     pointer-events:none;
     stroke:#333;
     stroke-width:2px;
     stroke-dasharray:1190;
     stroke-dashoffset:670
}
.sc_input_hover_path textarea + .sc_form_field_hover>.sc_form_field_graphic{
    stroke-dasharray:1420;
     stroke-dashoffset:900
}
.sc_input_hover_path input:focus + .sc_form_field_hover,.sc_input_hover_path textarea:focus + .sc_form_field_hover,.sc_input_hover_path input.filled + .sc_form_field_hover,.sc_input_hover_path textarea.filled + .sc_form_field_hover{
    cursor:default;
     pointer-events:none
}
.sc_input_hover_path input:focus + .sc_form_field_hover>.sc_form_field_graphic,.sc_input_hover_path textarea:focus + .sc_form_field_hover>.sc_form_field_graphic,.sc_input_hover_path input.filled + .sc_form_field_hover>.sc_form_field_graphic,.sc_input_hover_path textarea.filled + .sc_form_field_hover>.sc_form_field_graphic{
    stroke-dashoffset:0
}
.sc_input_hover_path input:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_path textarea:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_path input.filled + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_path textarea.filled + .sc_form_field_hover>.sc_form_field_content{
    -webkit-transform:scale3d(0.81,0.81,1) translate3d(0,3.4em,0);
     -ms-transform:scale3d(0.81,0.81,1) translate3d(0,3.4em,0);
     transform:scale3d(0.81,0.81,1) translate3d(0,3.4em,0)
}
.sc_input_hover_path textarea:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_path textarea.filled + .sc_form_field_hover>.sc_form_field_content{
    -webkit-transform:scale3d(0.81,0.81,1) translate3d(0,11.4em,0);
     -ms-transform:scale3d(0.81,0.81,1) translate3d(0,11.4em,0);
     transform:scale3d(0.81,0.81,1) translate3d(0,11.4em,0)
}
.sc_input_hover_jump .sc_form_field_wrap{
    padding-top:2em;
     overflow:hidden
}
.sc_input_hover_jump input[type="text"],.sc_input_hover_jump input[type="number"],.sc_input_hover_jump input[type="email"],.sc_input_hover_jump input[type="password"],.sc_input_hover_jump input[type="search"],.sc_input_hover_jump textarea{
    border:2px solid #ddd
}
.sc_input_hover_jump textarea{
    min-height:11.9em !important
}
.sc_input_hover_jump .sc_form_field_hover{
    overflow:hidden;
     -webkit-transform:translate3d(0,2em,0);
     -ms-transform:translate3d(0,2em,0);
     transform:translate3d(0,2em,0)
}
.sc_input_hover_jump .sc_form_field_content{
    padding:1em 1.5em
}
.sc_input_hover_jump .sc_form_field_content:before{
    content:attr(data-content);
     position:absolute;
     top:-200%;
     left:0;
     font-weight:bold;
     margin:0;
     color:#efa758
}
.sc_input_hover_jump input:focus + .sc_form_field_hover,.sc_input_hover_jump textarea:focus + .sc_form_field_hover,.sc_input_hover_jump input.filled + .sc_form_field_hover,.sc_input_hover_jump textarea.filled + .sc_form_field_hover{
    -webkit-animation:anim-jump-1 0.25s forwards;
     -ms-animation:anim-jump-1 0.25s forwards;
     animation:anim-jump-1 0.25s forwards
}
.sc_input_hover_jump input:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_jump textarea:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_jump input[type="text"].filled + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_jump textarea.filled + .sc_form_field_hover>.sc_form_field_content{
    -webkit-animation:anim-jump-2 0.25s forwards ease-in;
     -ms-animation:anim-jump-2 0.25s forwards ease-in;
     animation:anim-jump-2 0.25s forwards ease-in
}
.sc_input_hover_path input:focus,.sc_input_hover_path textarea:focus,.sc_input_hover_path input.filled,.sc_input_hover_path textarea.filled{
    border-color:#efa758
}
@-webkit-keyframes anim-jump-1{
    0%,70%{
        -webkit-transform:translate3d(0,3em,0);
         transform:translate3d(0,3em,0)
    }
    71%,100%{
        -webkit-transform:translate3d(0,0,0);
         transform:translate3d(0,0,0)
    }
}
@keyframes anim-jump-1{
    0%,70%{
        -webkit-transform:translate3d(0,3em,0);
         transform:translate3d(0,3em,0)
    }
    71%,100%{
        -webkit-transform:translate3d(0,0,0);
         transform:translate3d(0,0,0)
    }
}
@-webkit-keyframes anim-jump-2{
    0%{
        -webkit-transform:translate3d(0,0,0);
         transform:translate3d(0,0,0)
    }
    70%,71%{
        -webkit-transform:translate3d(0,125%,0);
         transform:translate3d(0,125%,0);
         -webkit-animation-timing-function:ease-out
    }
    100%{
        -webkit-transform:translate3d(0,200%,0);
         transform:translate3d(0,200%,0)
    }
}
@keyframes anim-jump-2{
    0%{
        -webkit-transform:translate3d(0,0,0);
         transform:translate3d(0,0,0)
    }
    70%,71%{
        opacity:0;
         -webkit-transform:translate3d(0,125%,0);
         transform:translate3d(0,125%,0);
         -webkit-animation-timing-function:ease-out;
         animation-timing-function:ease-out
    }
    100%{
        -webkit-transform:translate3d(0,200%,0);
         transform:translate3d(0,200%,0)
    }
}
.sc_input_hover_underline .sc_form_field{
    margin-bottom:2em
}
.sc_input_hover_underline .sc_form_field_button{
    margin-bottom:0;
     margin-top:3em
}
.sc_input_hover_underline .sc_form_field_wrap{
    margin-bottom:0
}
[class*="sc_input_hover_"].sc_input_hover_underline input[type="text"],[class*="sc_input_hover_"].sc_input_hover_underline input[type="number"],[class*="sc_input_hover_"].sc_input_hover_underline input[type="email"],[class*="sc_input_hover_"].sc_input_hover_underline input[type="password"],[class*="sc_input_hover_"].sc_input_hover_underline input[type="search"],[class*="sc_input_hover_"].sc_input_hover_underline textarea{
    border:none !important;
     background-color:transparent !important;
     padding:0.5em 0 !important
}
.sc_input_hover_underline textarea{
    height:2.5em;
     overflow:hidden;
     min-height:0 !important
}
.sc_input_hover_underline textarea.filled,.sc_input_hover_underline textarea:focus{
    height:auto;
     min-height:6em !important
}
.sc_input_hover_underline textarea + .sc_form_field_hover>.sc_form_field_content{
    display:block;
    /*height:1.5em;
    */
}
.sc_input_hover_underline textarea.filled + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_underline textarea:focus + .sc_form_field_hover>.sc_form_field_content{
    height:6.3em
}
.sc_input_hover_underline .sc_form_field_hover{
    padding:0.5em 0;
     overflow:visible
}
.sc_input_hover_underline .sc_form_field_hover:before{
    content:' ';
     display:block !important;
     position:absolute;
     width:100%;
     height:5px;
     left:0;
     top:auto;
     bottom:0;
     background-color:#ddd;
     -webkit-transform-origin:50% 100%;
     -ms-transform-origin:50% 100%;
     transform-origin:50% 100%;
     -webkit-transition:-webkit-transform 0.3s,background-color 0.3s;
     -ms-transition:-ms-transform 0.3s,background-color 0.3s;
     transition:transform 0.3s,background-color 0.3s
}
.sc_input_hover_underline .sc_form_field_content{
    padding:0;
     -webkit-transform-origin:0 0;
     -ms-transform-origin:0 0;
     transform-origin:0 0;
     -webkit-transition:-webkit-transform 0.3s,color 0.3s;
     -ms-transition:-ms-transform 0.3s,color 0.3s;
     transition:transform 0.3s,color 0.3s
}
.sc_input_hover_underline input:focus + .sc_form_field_hover:before,.sc_input_hover_underline textarea:focus + .sc_form_field_hover:before,.sc_input_hover_underline input.filled + .sc_form_field_hover:before,.sc_input_hover_underline textarea.filled + .sc_form_field_hover:before{
    background-color:#333;
     -webkit-transform:scale3d(1,0.4,1);
     -ms-transform:scale3d(1,0.4,1);
     transform:scale3d(1,0.4,1)
}
.sc_input_hover_underline input:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_underline input.filled + .sc_form_field_hover>.sc_form_field_content{
    color:#333;
     -webkit-transform:translate3d(0,2.2em,0) scale3d(0.7,0.7,1);
     -ms-transform:translate3d(0,2.2em,0) scale3d(0.7,0.7,1);
     transform:translate3d(0,2.2em,0) scale3d(0.7,0.7,1)
}
.sc_input_hover_underline textarea:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_underline textarea.filled + .sc_form_field_hover>.sc_form_field_content{
    color:#333;
     -webkit-transform:translate3d(0,7em,0) scale3d(0.7,0.7,1);
     -ms-transform:translate3d(0,7em,0) scale3d(0.7,0.7,1);
     transform:translate3d(0,7em,0) scale3d(0.7,0.7,1)
}
[class*="sc_input_hover_"].sc_input_hover_iconed input[type="text"],[class*="sc_input_hover_"].sc_input_hover_iconed input[type="number"],[class*="sc_input_hover_"].sc_input_hover_iconed input[type="email"],[class*="sc_input_hover_"].sc_input_hover_iconed input[type="password"],[class*="sc_input_hover_"].sc_input_hover_iconed input[type="search"],[class*="sc_input_hover_"].sc_input_hover_iconed textarea{
    padding:0.8em 0.8em 0.8em 2.8em !important
}
.sc_input_hover_iconed textarea{
    min-height:8.4em
}
.sc_input_hover_iconed .sc_form_field_hover{
    overflow:hidden;
     padding:0.6em !important;
     margin:0
}
.sc_input_hover_iconed .sc_form_field_content{
    display:inline-block !important;
     width:auto;
     -webkit-transform:translate3d(-1.4em,0,0);
     -ms-transform:translate3d(-1.4em,0,0);
     transform:translate3d(-1.4em,0,0);
     -webkit-transition:-webkit-transform 0.3s,opacity 0.3s;
     -ms-transition:-ms-transform 0.3s,opacity 0.3s;
     transition:transform 0.3s,opacity 0.3s
}
.sc_input_hover_iconed .sc_form_field_icon{
    display:inline-block;
     font-size:1.1111em;
     width:1.5em;
     height:1.75em;
     line-height:1.75em;
     text-align:center !important;
     position:relative;
     -webkit-transform:translate3d(-3em,0,0);
     -ms-transform:translate3d(-3em,0,0);
     transform:translate3d(-3em,0,0);
     -webkit-transition:-webkit-transform 0.3s;
     -ms-transition:-ms-transform 0.3s;
     transition:transform 0.3s
}
.sc_input_hover_iconed .sc_form_field_icon:before{
    position:static !important;
     margin:0 !important;
     padding:0 !important;
     font-style:normal !important;
     left:auto;
     top:auto;
     width:auto;
     height:auto;
     line-height:inherit;
     vertical-align:middle
}
.sc_input_hover_iconed input:focus + .sc_form_field_hover,.sc_input_hover_iconed textarea:focus + .sc_form_field_hover,.sc_input_hover_iconed input.filled + .sc_form_field_hover,.sc_input_hover_iconed textarea.filled + .sc_form_field_hover{
    color:#333
}
.sc_input_hover_iconed input:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_iconed textarea:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_iconed input.filled + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_iconed textarea.filled + .sc_form_field_hover>.sc_form_field_content{
    opacity:0;
     -webkit-transform:translate3d(100px,0,0);
     -ms-transform:translate3d(100px,0,0);
     transform:translate3d(100px,0,0)
}
.sc_input_hover_iconed .sc_form_field_content,.sc_input_hover_iconed .sc_form_field_icon,.sc_input_hover_iconed input:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_iconed textarea:focus + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_iconed input.filled + .sc_form_field_hover>.sc_form_field_content,.sc_input_hover_iconed textarea.filled + .sc_form_field_hover>.sc_form_field_content{
    -webkit-transition-timing-function:cubic-bezier(0.7,0,0.3,1);
     -ms-transition-timing-function:cubic-bezier(0.7,0,0.3,1);
     transition-timing-function:cubic-bezier(0.7,0,0.3,1)
}
.sc_input_hover_iconed input:focus + .sc_form_field_hover>.sc_form_field_icon,.sc_input_hover_iconed textarea:focus + .sc_form_field_hover>.sc_form_field_icon,.sc_input_hover_iconed input.filled + .sc_form_field_hover>.sc_form_field_icon,.sc_input_hover_iconed textarea.filled + .sc_form_field_hover>.sc_form_field_icon{
    -webkit-transform:translate3d(0,0,0);
     -ms-transform:translate3d(0,0,0);
     transform:translate3d(0,0,0)
}
.sc_googlemap_wrap{
    position:relative
}
.sc_googlemap{
    position:relative;
     padding-top:0.0001px
}
.sc_googlemap img{
    max-width:none
}
.sc_googlemap_title + .sc_googlemap,.sc_googlemap_title + .sc_googlemap_content_wrap,.sc_googlemap_subtitle + .sc_googlemap,.sc_googlemap_subtitle + .sc_googlemap_content_wrap{
    margin-top:4.2em
}
.sc_googlemap_descr + .sc_googlemap{
    margin-top:1em
}
.sc_googlemap_content_wrap{
    position:relative
}
.sc_googlemap_content_default{
    position:absolute;
     z-index:1;
     right:8%;
     top:10%;
     bottom:10%;
     width:33%;
     padding:2em;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.sc_googlemap_content_detailed{
    position:relative;
     padding:2em 2em 2em 5em;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.sc_googlemap_content_detailed:before{
    content:'\e8bb';
     font-family:'trx_addons_icons';
     font-size:2em;
     line-height:1.3em;
     position:absolute;
     top:1em;
     left:1em
}
.sc_price .sc_price_slider.slider_outer_pagination_pos_bottom{
    padding-bottom:3em
}
.sc_price_columns_wrap{
    display:flex;
     flex-wrap:wrap
}
.sc_price_slider .sc_price_item,.sc_price_columns_wrap .sc_price_item{
    display:inline-block;
     vertical-align:top;
     width:100%;
     height:100%;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.sc_price{
    position:relative;
     padding-top:0.0001px
}
.sc_price_item{
    position:relative;
     overflow:hidden;
     text-align:center
}
.sc_price_item_mask{
    position:absolute;
     z-index:1;
     left:0;
     top:0;
     width:100%;
     height:100%;
     overflow:hidden;
     opacity:0;
     pointer-events:none;
     -webkit-transition:opacity ease .3s;
     -ms-transition:opacity ease .3s;
     transition:opacity ease .3s
}
.sc_price_item:hover .sc_price_item_mask{
    opacity:1
}
.sc_price_item_mask:before{
    content:' ';
     position:absolute;
     z-index:1;
     top:0;
     left:-10%;
     width:120%;
     height:100%;
     background:rgba(255,255,255,0.2);
     -webkit-transition:-webkit-transform .8s;
     transition:transform .8s;
     -webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,100%,0);
     transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,100%,0);
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.sc_price_item:hover .sc_price_item_mask:before{
    -webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-130%,0);
     transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-130%,0)
}
.sc_price_item_inner{
    position:relative;
     z-index:2
}
.sc_price_item.with_image .sc_price_item_inner{
    padding:2em
}
.sc_price_item_info{
    padding:2em
}
.sc_price_item_inner .sc_price_item_info{
    padding-bottom:0
}
.sc_price_item_icon{
    margin-top:2em
}
.sc_price_item_inner .sc_price_item_icon{
    margin-top:0
}
.sc_price_item .sc_price_item_icon:before{
    display:none
}
.sc_price_item_icon>span{
    font-size:5.5em;
     line-height:1em
}
.sc_price_item_subtitle{
    margin:0;
     line-height:1.3em;
     color:#efa758
}
.sc_price_item_title{
    margin:0;
     line-height:1.3em
}
.sc_price_item_subtitle + .sc_price_item_title{
    margin-top:0.2em
}
.sc_price_item_description,.sc_price_item_details{
    line-height:1.3em;
     color:#000
}
.sc_price_item_subtitle + .sc_price_item_description,.sc_price_item_title + .sc_price_item_description{
    margin:0.5em 0
}
.sc_price_item_description>span{
    display:block
}
.sc_price_item_description>span+span{
    margin-top:0.3em
}
.sc_price_item_subtitle + .sc_price_item_price,.sc_price_item_title + .sc_price_item_price{
    margin-top:0.5em
}
.sc_price_item_subtitle + .sc_price_item_link,.sc_price_item_title + .sc_price_item_link,.sc_price_item_description + .sc_price_item_link,.sc_price_item_details + .sc_price_item_link{
    margin-top:2em
}
.sc_price_item_link{
    display:inline-block;
     padding:0.5em 2em;
     border:2px solid #fff
}
.sc_price_item_link:hover{
    color:#fff
}
.sc_price_item_link_over{
    position:absolute;
     z-index:3;
     left:0;
     top:0;
     width:100%;
     height:100%;
     padding:0 !important;
     border:none !important;
     display:block !important;
     background:none !important
}
.sc_price_item.with_image{
    position:relative;
     text-align:center;
     background-position:center;
     background-size:cover;
     background-repeat:no-repeat
}
.sc_price_item.with_image .sc_price_item_mask{
    position:absolute;
     background-color:rgba(0,0,0,0.5);
     opacity:0
}
.sc_price_item.with_image:hover .sc_price_item_mask{
    opacity:1
}
@media (max-width:479px){
    .sc_price_item_details{
        display:none
    }
}
.sc_price_item_default.with_image:after{
    content:' ';
     position:absolute;
     z-index:1;
     left:0;
     top:0;
     width:100%;
     height:100%;
     background-color:rgba(0,0,0,0.5)
}
.sc_price_item_default.with_bg_color:after{
    display:none
}
.sc_price_item_default.with_image .sc_price_item_icon,.sc_price_item_default.with_image .sc_price_item_title{
    color:#fff
}
.sc_price_item_default.with_image .sc_price_item_description,.sc_price_item_default.with_image .sc_price_item_details{
    color:#ccc
}
.sc_price_item_label{
    position:absolute;
     z-index:2;
     font-size:11px;
     text-transform:uppercase;
     left:-3em;
     top:2em;
     width:12em;
     height:2em;
     line-height:2em;
     background-color:#efa758;
     color:#fff;
     text-align:center;
     -webkit-transform:rotate(-45deg);
     -ms-transform:rotate(-45deg);
     transform:rotate(-45deg);
     -webkit-transition:background-color .3s ease;
     -ms-transition:background-color .3s ease;
     transition:background-color .3s ease
}
.sc_price_item_subtitle{
    font-size:1em;
     line-height:1.25em;
     text-transform:uppercase
}
.sc_price_item_title{
    font-size:2em;
     line-height:1.25em
}
.sc_price_item_description{
    font-size:1em;
     line-height:1.4em;
     font-style:italic
}
.sc_price_item_price{
    font-size:4em;
     font-weight:400;
     line-height:1.6em;
     color:red
}
.sc_price_item_price_decimals{
    font-size:0.4em;
     line-height:1.8em;
     margin-left:0.2em;
     text-decoration:underline;
     vertical-align:top
}
.sc_price_item_details{
    margin-top:1em
}
.sc_price_item_details p,.sc_price_item_details ul,.sc_price_item_details ol{
    margin-bottom:0
}
.sc_price_item_details p + p,.sc_price_item_details ul.trx_addons_list>li + li{
    margin-top:0.2em
}
.sc_price_item_link{
    margin-top:2em;
     padding:2em 3em;
     background-color:#000;
     color:#fff
}
.sc_price_item_link:hover{
    background-color:#ff0000;
     color:#fff
}
.sc_promo{
    position:relative;
     overflow:hidden;
     padding-top:0.0001px
}
.sc_promo_image,.sc_promo_image_wrap{
    position:absolute;
     top:0;
     bottom:0;
     background-position:center center;
     background-size:cover;
     background-repeat:no-repeat
}
.sc_promo_image_fit .sc_promo_image{
    background-size:contain
}
.sc_promo_image .trx_addons_video_player,.sc_promo_image>.slider_swiper_outer{
    position:absolute;
     z-index:1;
     top:0;
     left:0;
     width:100%;
     height:100%
}
.sc_promo_image>.slider_swiper_outer>.slider_swiper{
    height:100% !important
}
.sc_promo_text{
    width:50%;
     position:relative
}
.sc_promo_text_inner{
    position:relative;
     z-index:10
}
blockquote.sc_promo_text{
    margin:0 !important;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.sc_promo_title + .sc_promo_content,.sc_promo_subtitle + .sc_promo_content{
    margin-top:4.2em
}
.sc_promo_descr + .sc_promo_content{
    margin-top:1em
}
.sc_promo_icon{
    font-size:3em;
     line-height:1.3em;
     margin-bottom:0.5em;
     color:#efa758
}
.sc_promo_icon span:before{
    margin:0
}
.sc_promo.sc_promo_size_large .sc_promo_text_inner{
    padding:22% 18%
}
.sc_promo.sc_promo_size_large .sc_promo_icon{
    font-size:5em;
     margin-bottom:0.5em
}
.sc_promo.sc_promo_size_large .sc_promo_descr{
    font-size:1em
}
/* Medium (normal) size */
.sc_promo.sc_promo_size_normal .sc_promo_text_inner{
    padding:3em
}
.sc_promo.sc_promo_size_normal .sc_promo_descr{
    font-size:1.0714em
}
.sc_promo.sc_promo_size_small .sc_promo_text_inner{
    padding:1.5em 2em
}
.sc_promo.sc_promo_size_small .sc_promo_descr{
    font-size:1em
}
.sc_promo.sc_promo_size_small .sc_item_title + .sc_item_descr,.sc_promo.sc_promo_size_small .sc_item_subtitle + .sc_item_descr,.sc_promo.sc_promo_size_small .sc_item_title + .sc_item_content,.sc_promo.sc_promo_size_small .sc_item_subtitle + .sc_item_content,.sc_promo.sc_promo_size_small .sc_item_descr + .sc_item_content{
    margin-top:1.5em
}
.sc_promo.sc_promo_size_small .sc_promo_button,.sc_promo.sc_promo_size_small .sc_promo_button_image{
    margin-top:1.25em
}
.sc_promo.sc_promo_size_tiny{
    max-width:30em
}
.sc_promo.sc_promo_size_tiny .sc_promo_text_inner{
    padding:1.5em 2em;
     line-height:1.5em
}
.sc_promo.sc_promo_size_tiny .sc_item_title{
    line-height:1.5em
}
.sc_promo.sc_promo_size_tiny .sc_promo_descr{
    font-size:1em
}
.sc_promo.sc_promo_size_tiny .sc_promo_link{
    position:absolute;
     left:0;
     top:0;
     right:0;
     bottom:0;
     width:100%;
     height:100%
}
.sc_promo.sc_promo_size_tiny .sc_item_title + .sc_item_descr,.sc_promo.sc_promo_size_tiny .sc_item_subtitle + .sc_item_descr,.sc_promo.sc_promo_size_tiny .sc_item_title + .sc_item_content,.sc_promo.sc_promo_size_tiny .sc_item_subtitle + .sc_item_content,.sc_promo.sc_promo_size_tiny .sc_item_descr + .sc_item_content{
    margin-top:1em
}
/*.vc_row:not([data-vc-stretch-content="true"]) .sc_promo.sc_promo_image_position_left .sc_promo_text_inner{
    padding-right:0
}
.vc_row:not([data-vc-stretch-content="true"]) .sc_promo.sc_promo_image_position_right .sc_promo_text_inner{
    padding-left:0
}
*/
.sc_promo.sc_promo_no_paddings.sc_promo_no_image .sc_promo_text_inner{
    padding:0
}
.sc_promo.sc_promo_no_paddings.sc_promo_image_position_left .sc_promo_text_inner{
    padding-right:0;
    padding-top:0;
    padding-bottom:0
}
.sc_promo.sc_promo_no_paddings.sc_promo_image_position_right .sc_promo_text_inner{
    padding-left:0;
    padding-top:0;
    padding-bottom:0
}
.sc_promo_text.sc_float_right .sc_promo_text_inner{
    padding-left:0
}
.sc_promo_text.sc_float_left .sc_promo_text_inner{
    padding-right:0
}
.sc_promo .sc_promo_text.trx_addons_stretch_height .sc_promo_text_inner{
    position:absolute;
     left:0;
     top:50%;
     -webkit-transform:translateY(-50%);
     -ms-transform:translateY(-50%);
     transform:translateY(-50%)
}
.sc_promo_text.sc_float_left,.sc_promo_text.sc_float_right,.sc_promo_text.sc_float_center{
    float:none
}
.sc_promo_text.sc_float_left{
    text-align:left
}
.sc_promo_text.sc_float_right{
    text-align:right
}
.sc_promo_text.sc_float_center{
    text-align:center
}
.sc_promo_text.sc_float_left .sc_promo_text_inner,.sc_promo_text.sc_float_right .sc_promo_text_inner,.sc_promo_text.sc_float_center .sc_promo_text_inner{
    display:inline-block
}
.sc_promo_text_inner.sc_align_left *{
    text-align:left !important
}
.sc_promo_text_inner.sc_align_right *{
    text-align:right !important
}
.sc_promo_text_inner.sc_align_center *{
    text-align:center !important
}
.sc_promo_content .trx_addons_list>li+li{
    margin-top:1em
}
.sc_promo_content .trx_addons_list>li>b,.sc_promo_content .trx_addons_list>li>strong{
    margin-bottom:0.5em
}
.sc_promo_modern .sc_promo_image_wrap{
    -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.sc_promo_modern.sc_promo_image_position_left .sc_promo_image{
    left:4em;
     right:0;
     top:0;
     bottom:0
}
.sc_promo_modern.sc_promo_image_position_right .sc_promo_image{
    left:0;
     right:4em;
     top:0;
     bottom:0
}
.sc_promo_modern.sc_promo_image_fit.sc_promo_image_position_left .sc_promo_image{
    background-position:left top
}
.sc_promo_modern.sc_promo_image_fit.sc_promo_image_position_right .sc_promo_image{
    background-position:right top
}
.sc_promo_modern .sc_promo_image{
    left:auto;
     right:auto;
     top:auto;
     bottom:auto
}
.sc_promo_modern .sc_promo_descr,.sc_promo_modern .sc_promo_descr+.sc_promo_button{
    padding-left:4rem
}
.sc_promo_modern .sc_promo_link2{
    position:absolute;
     z-index:1;
     bottom:12%;
     padding:0.7em 1.7em;
     background-color:#efa758;
     color:#fff
}
.sc_promo_modern.sc_promo_image_position_left .sc_promo_link2{
    left:0
}
.sc_promo_modern.sc_promo_image_position_right .sc_promo_link2{
    right:0
}
.sc_promo_modern .sc_promo_link2 span{
    font-style:italic
}
.sc_promo_modern .sc_promo_link2 span+span:before{
    content:' ';
     width:100%;
     height:0;
     display:block
}
.sc_promo_modern .sc_promo_link2 span+span{
    font-weight:bold;
     font-style:normal;
     font-size:2em;
     line-height:1.2em;
     text-transform:uppercase
}
.sc_socials{
    position:relative;
     padding-top:0.0001px
}
.socials_wrap{
    display:block;
     vertical-align:middle;
     white-space:nowrap;
     margin:-8px -8px 0 0
}
.socials_wrap .social_item{
    display:inline-block;
     line-height:inherit;
     vertical-align:top;
     text-align:center;
     margin:8px 8px 0 0
}
.socials_wrap .social_item_style_bg{
    overflow:hidden
}
.socials_wrap .social_item .social_icon{
    position:relative;
     display:block;
     width:3em;
     height:3em;
     line-height:3em;
     text-align:center;
     background-size:100%;
     background-position:top center;
     -webkit-border-radius:50%;
     -ms-border-radius:50%;
     border-radius:50%;
     overflow:hidden
}
.socials_wrap .social_item .social_icon,.socials_wrap .social_item .social_name{
    -webkit-transition:all .3s ease;
     -ms-transition:all .3s ease;
     transition:all .3s ease
}
.socials_wrap .social_item_type_icons_names .social_icon{
    margin:0 auto
}
.socials_wrap .social_item .social_icon .social_hover{
    position:absolute;
     background-size:100%;
     left:0;
     top:0;
     width:100%;
     height:100%;
     opacity:0;
     background-position:bottom center;
     -webkit-transition:opacity .3s ease;
     -ms-transition:opacity .3s ease;
     transition:opacity .3s ease
}
.socials_wrap .social_item .social_icon:hover .social_hover{
    opacity:1
}
.sc_table{
    position:relative;
     padding-top:0.0001px
}
.sc_table table{
    width:100%
}
.sc_table table th,.sc_table table td{
    padding:1em
}
.sc_table table tr:first-child th,.sc_table table tr:first-child td{
    font-weight:bold
}
.sc_title{
    position:relative
}
.trx_addons_audio_player{
    padding:1em;
     position:relative;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.trx_addons_audio_player.with_cover{
    background-position:center center;
     background-size:cover
}
.trx_addons_audio_player.with_cover:after{
    content:' ';
     position:absolute;
     z-index:1;
     left:0;
     top:0;
     width:100%;
     height:100%;
     background-color:rgba(0,0,0,0.5)
}
.trx_addons_audio_player.without_cover{
    border:1px solid #f0f0f0;
     background-color:#f7f7f7
}
.trx_addons_audio_player .audio_info{
    position:relative;
     z-index:2
}
.trx_addons_audio_player .audio_author,.trx_addons_audio_player .audio_caption{
    margin:0.5em 0.5em 1em
}
.trx_addons_audio_player .audio_author + .audio_caption{
    margin-top:-0.5em
}
.trx_addons_audio_player .audio_frame{
    width:100%;
     overflow:hidden;
     position:relative;
     z-index:2
}
.trx_addons_audio_player .audio_info+.audio_embed{
    margin-top:1em
}
.trx_addons_audio_player .mejs-offscreen{
    display:none !important
}
.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-total{
    -webkit-border-radius:0 !important;
     -ms-border-radius:0 !important;
     border-radius:0 !important;
     margin-top:6px !important
}
.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total:before,.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-total:before{
    content:" ";
     display:block;
     border:1px solid #575757;
     position:absolute;
     left:-2px;
     right:-2px;
     top:-2px;
     bottom:-2px
}
.trx_addons_audio_player .mejs-container .mejs-controls .mejs-time{
    padding-top:10px !important;
     color:#333
}
.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-float{
    border:none
}
.trx_addons_audio_player .mejs-container{
    margin:0 !important
}
.trx_addons_audio_player .mejs-container,.trx_addons_audio_player .mejs-embed,.trx_addons_audio_player .mejs-embed body,.trx_addons_audio_player .mejs-container .mejs-controls{
    background:transparent !important;
     border-width:0 !important
}
.trx_addons_audio_player .mejs-container:not(.mejs-video){
    height:44px !important;
     border:0 !important
}
.trx_addons_audio_player .mejs-container .mejs-controls{
    height:42px !important
}
.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total:before,.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-total:before{
    content:" ";
     display:block;
     background:#dddddd;
     position:absolute;
     left:0;
     right:0;
     top:0;
     bottom:0;
     -webkit-border-radius:2px;
     border-radius:2px;
     border:0
}
.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-total,.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-buffering,.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-loaded,.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-current,.trx_addons_audio_player .mejs-controls a.mejs-horizontal-volume-slider,.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{
    height:4px !important
}
.trx_addons_audio_player .mejs-container .mejs-controls .mejs-time{
    font-size:0.666em !important;
     margin-top:5px !important
}
.trx_addons_audio_player .mejs-controls a.mejs-horizontal-volume-slider{
    margin-top:4px !important
}
.trx_addons_audio_player .mejs-controls div.mejs-time-rail{
    margin-top:8px !important
}
.trx_addons_audio_player .mejs-controls .mejs-button button{
    margin:5px !important;
     background-image:url('controls.png') !important
}
.trx_addons_audio_player .mejs-container .mejs-controls .mejs-volume-button{
    margin-left:10px !important
}
.trx_addons_audio_player .mejs-container .mejs-controls .mejs-fullscreen-button,.trx_addons_audio_player .mejs-container .mejs-controls .mejs-volume-button,.trx_addons_audio_player .mejs-container .mejs-controls .mejs-volume-button:hover,.trx_addons_audio_player .mejs-container .mejs-controls .mejs-playpause-button{
    -webkit-border-radius:50%;
     border-radius:50%;
     margin-top:7px !important;
     margin-right:6px !important
}
.trx_addons_audio_player .mejs-container .mejs-controls .mejs-fullscreen-button{
    margin-right:0 !important
}
/* Widget:Contacts */
.widget_contacts p{
    margin:0
}
.widget_contacts p+p{
    margin-top:1em
}
.widget_contacts .contacts_logo + .contacts_description,.widget_contacts .contacts_logo + .contacts_content{
    margin-top:2em
}
.footer_wrap .widget_contacts .contacts_description,.footer_wrap .widget_contacts .contacts_content{
    margin-left:auto;
     margin-right:auto
}
.footer_wrap .columns_wrap .widget_contacts .contacts_description,.footer_wrap .columns_wrap .widget_contacts .contacts_content{
    max-width:none
}
.widget_contacts .contacts_description + .contacts_content,.widget_contacts .contacts_socials + .contacts_content{
    margin-top:1.5em
}
.widget_contacts .contacts_content .wpb_single_image{
    display:inline-block;
     vertical-align:middle;
     margin-right:0.5em
}
.widget_contacts .contacts_content aside,.widget_contacts .contacts_content widget{
    margin:0
}
.widget_contacts .contacts_logo + .contacts_map_top,.widget_contacts .contacts_description + .contacts_map_top{
    margin-top:2.5em
}
.widget_contacts .contacts_map_left,.widget_contacts .contacts_map_right{
    overflow:hidden
}
.widget_contacts .contacts_map_left .contacts_info .contacts_left,.widget_contacts .contacts_map_left .contacts_info .contacts_right,.widget_contacts .contacts_map_right .contacts_info .contacts_left,.widget_contacts .contacts_map_right .contacts_info .contacts_right,.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_left,.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_right{
    margin-left:0 !important;
     text-align:left
}
.widget_contacts .contacts_map_left .contacts_info .contacts_left span,.widget_contacts .contacts_map_right .contacts_info .contacts_left span,.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_left span{
    padding-left:2em;
     padding-right:0
}
.widget_contacts .contacts_map_left .contacts_info .contacts_left span:before,.widget_contacts .contacts_map_right .contacts_info .contacts_left span:before,.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_left span:before{
    left:0;
     right:auto;
     text-align:left
}
.widget_contacts .contacts_map_left .contacts_map,.widget_contacts .contacts_map_left .contacts_info{
    float:left;
     width:47%
}
.widget_contacts .contacts_map_left .contacts_info{
    margin-left:6%
}
.widget_contacts .contacts_map_right .contacts_map,.widget_contacts .contacts_map_right .contacts_info{
    float:right;
     width:47%
}
.widget_contacts .contacts_map_right .contacts_info{
    margin-right:6%
}
.widget_contacts .contacts_logo + .contacts_info,.widget_contacts .contacts_map_top .contacts_map + .contacts_info,.widget_contacts .contacts_description + .contacts_info{
    margin-top:2em
}
.widget_contacts .contacts_info{
    line-height:2.2em
}
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info{
    line-height:inherit
}
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info span{
    margin-bottom:1em
}
.widget_contacts .contacts_info .contacts_left,.widget_contacts .contacts_info .contacts_right{
    display:inline-block;
     text-align:left;
     vertical-align:top;
     width:50%;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.widget_contacts .contacts_info .contacts_left{
    text-align:right;
     padding-right:1.5em
}
.widget_contacts .contacts_info .contacts_right{
    padding-left:1.5em
}
.widget_contacts .contacts_info span{
    position:relative;
     display:block;
     padding-left:2em
}
.widget_contacts .contacts_info .contacts_left span{
    padding-left:0;
     padding-right:2em
}
.widget_contacts .contacts_info span:before{
    font-family:'trx_addons_icons';
     font-size:1.2em;
     display:block;
     position:absolute;
     left:0;
     top:0;
     width:2em;
     line-height:inherit;
     text-align:left
}
.widget_contacts .contacts_info .contacts_left span:before{
    left:auto;
     right:0;
     text-align:right
}
.widget_contacts .contacts_info span.contacts_email:before{
    content:'\e86d'
}
.widget_contacts .contacts_info span.contacts_phone:before{
    content:'\e8c2'
}
.widget_contacts .contacts_info span.contacts_address:before{
    content:'\e8c3'
}
.widget_contacts .contacts_logo + .contacts_socials,.widget_contacts .contacts_info + .contacts_socials,.widget_contacts .contacts_description + .contacts_socials{
    margin-top:1em
}
.slider_swiper{
    display:none;
     position:relative;
     overflow:hidden
}
.slider_swiper.swiper-container-coverflow,.slider_swiper.swiper-container-cube,.slider_swiper.swiper-container-flip{
    overflow:visible
}
.slider_swiper_outer{
    position:relative
}
.slider_swiper .swiper-slide{
    position:relative;
     background-size:cover;
     background-position:center center;
     background-repeat:no-repeat;
     height:auto;
}
.slider_swiper.slider_type_images .swiper-slide{
    text-align:center
}
.slider_swiper .swiper-slide>.slide_link{
    position:absolute;
     z-index:1;
     display:block;
     width:100%;
     height:100%;
     left:0;
     top:0
}
.slider_swiper .slide_info{
    position:absolute;
     z-index:2;
     text-align:center;
     padding:0 3em;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.slider_swiper .slide_info.slide_info_large{
    padding:2em;
     background-color:rgba(0,0,0,0.6)
}
.slider_swiper .slide_overlay,.slider_swiper .slide_info.slide_info_large,.slider_swiper .slide_info a{
    -webkit-transition:all ease .3s;
     -ms-transition:all ease .3s;
     transition:all ease .3s
}
.slider_swiper .slide_info.slide_info_large .slide_title,.slider_swiper .slide_info.slide_info_large .slide_title a,.slider_swiper .slide_info.slide_info_large:hover .slide_date,.slider_swiper .slide_info.slide_info_large:hover .slide_cats,.slider_swiper .slide_info.slide_info_large:hover .slide_cats a{
    color:#ffffff
}
.slider_swiper .slide_info.slide_info_large:hover{
    background-color:rgba(0,0,0,0.8)
}
.slider_swiper.slider_titles_center .slide_info.slide_info_large{
    width:40%
}
.slider_swiper.slider_titles_center .slide_info{
    left:50%;
     top:50%;
     -webkit-transform:translateX(-50%) translateY(-50%);
     -ms-transform:translateX(-50%) translateY(-50%);
     transform:translateX(-50%) translateY(-50%)
}
.slider_swiper.slider_titles_bottom .slide_info{
    left:0;
     right:0;
     bottom:0
}
.slider_swiper.slider_titles_lb .slide_info{
    width:50%;
     left:0;
     bottom:0
}
.slider_swiper.slider_titles_rb .slide_info{
    width:50%;
     right:0;
     bottom:0
}
.slider_swiper .slide_info .slide_title{
    margin-top:0.4em
}
.slider_swiper .slide_overlay{
    position:absolute;
     z-index:1;
     left:0;
     top:0;
     right:0;
     bottom:0;
     background-color:rgba(0,0,0,0.4)
}
.slider_swiper .slide_overlay:hover{
    background-color:rgba(0,0,0,0.7)
}
.slider_swiper.slider_multi .slide_info:not(.slide_info_large),.slider_swiper .slide_info:not(.slide_info_large){
    left:0;
     right:0;
     top:auto;
     bottom:2em;
     text-shadow:1px 1px #000;
     -webkit-transform:none;
     -ms-transform:none;
     transform:none
}
.slider_swiper.slider_pagination_pos_bottom.slider_pagination_custom.slider_multi .slide_info:not(.slide_info_large),.slider_swiper.slider_pagination_pos_bottom.slider_pagination_custom .slide_info:not(.slide_info_large),.slider_swiper.slider_pagination_pos_bottom.slider_pagination_bullets.slider_multi .slide_info:not(.slide_info_large),.slider_swiper.slider_pagination_pos_bottom.slider_pagination_bullets .slide_info:not(.slide_info_large),.slider_swiper.slider_pagination_pos_bottom.slider_pagination_fraction.slider_multi .slide_info:not(.slide_info_large),.slider_swiper.slider_pagination_pos_bottom.slider_pagination_fraction .slide_info:not(.slide_info_large){
    bottom:3.5em
}
.slider_style_modern .slider_swiper.slider_pagination_pos_bottom.slider_pagination_custom.slider_multi .slide_info:not(.slide_info_large),.slider_style_modern .slider_swiper.slider_pagination_pos_bottom.slider_pagination_custom .slide_info:not(.slide_info_large),.slider_style_modern .slider_swiper.slider_pagination_pos_bottom.slider_pagination_bullets.slider_multi .slide_info:not(.slide_info_large),.slider_style_modern .slider_swiper.slider_pagination_pos_bottom.slider_pagination_bullets .slide_info:not(.slide_info_large),.slider_style_modern .slider_swiper.slider_pagination_pos_bottom.slider_pagination_fraction.slider_multi .slide_info:not(.slide_info_large),.slider_style_modern .slider_swiper.slider_pagination_pos_bottom.slider_pagination_fraction .slide_info:not(.slide_info_large){
    bottom:2em
}
.slider_swiper.slider_multi .slide_title,.slider_swiper .slide_info:not(.slide_info_large) .slide_title{
    font-size:1.5385em;
     margin:0.2em 0
}
.slider_swiper.slider_multi .slide_title,.slider_swiper.slider_multi .slide_title a,.slider_swiper .slide_info:not(.slide_info_large) .slide_title,.slider_swiper .slide_info:not(.slide_info_large) .slide_title a{
    color:#f0f0f0
}
.slider_swiper.slider_multi .slide_title a:hover,.slider_swiper .slide_info:not(.slide_info_large) .slide_title a:hover,.slider_swiper.slider_multi .slide_cats a:hover,.slider_swiper .slide_info:not(.slide_info_large) .slide_cats a:hover{
    color:#ffffff
}
.slider_swiper.slider_multi .slide_date,.slider_swiper.slider_multi .slide_cats,.slider_swiper.slider_multi .slide_cats a,.slider_swiper .slide_info:not(.slide_info_large) .slide_date,.slider_swiper .slide_info:not(.slide_info_large) .slide_cats,.slider_swiper .slide_info:not(.slide_info_large) .slide_cats a{
    color:#ccc
}
.slider_titles_outside_wrap{
    position:absolute;
     z-index:8;
     left:0;
     bottom:1em;
     width:100%;
     max-height:7rem;
     text-align:center
}
.slider_titles_outside_wrap .slide_info{
    display:none
}
.slider_titles_outside_wrap .slide_title{
    margin:0
}
.slider_swiper .swiper-pagination,.slider_swiper_outer .swiper-pagination{
    display:block;
     text-align:center;
     z-index:9;
     color:#fff
}
/* Pagination:Custom */
.swiper-pagination-custom .swiper-pagination-button{
    width:3em;
     height:3em;
     border:2px solid #ddd;
     background-color:#f7f7f7;
     background-size:cover;
     background-repeat:no-repeat;
     opacity:0.8;
     vertical-align:bottom;
     margin:0 4px;
     display:inline-block;
     -webkit-border-radius:4px;
     -ms-border-radius:4px;
     border-radius:4px
}
.swiper-pagination-custom .swiper-pagination-button.swiper-pagination-button-active{
    opacity:1;
     border-color:#efa758
}
.slider_swiper_outer.slider_outer_pagination_pos_bottom.slider_outer_pagination_custom,.slider_swiper_outer.slider_outer_pagination_pos_bottom_outside.slider_outer_pagination_custom{
    padding-bottom:4em
}
.slider_swiper.slider_pagination_pos_bottom .swiper-pagination-custom,.slider_swiper_outer.slider_outer_pagination_pos_bottom .swiper-pagination-custom,.slider_swiper_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-custom{
    left:0;
     top:auto;
     bottom:1em;
     width:100%;
     height:3em;
     line-height:3em;
     -webkit-transform:none;
     -ms-transform:none;
     transform:none
}
.slider_swiper_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-custom{
    left:auto;
     bottom:auto;
     position:static;
     margin-top:1em
}
.slider_swiper.slider_pagination_pos_left .swiper-pagination-custom,.slider_swiper.slider_pagination_pos_right .swiper-pagination-custom{
    left:1em;
     top:50%;
     bottom:auto;
     width:auto;
     height:auto;
     -webkit-transform:translateY(-50%);
     -ms-transform:translateY(-50%);
     transform:translateY(-50%)
}
.slider_swiper.slider_pagination_pos_right .swiper-pagination-custom{
    right:1em;
     left:auto
}
.slider_swiper.slider_pagination_pos_left .swiper-pagination-button,.slider_swiper.slider_pagination_pos_right .swiper-pagination-button{
    display:block;
     margin:4px 0;
     width:2em;
     height:2em
}
/* Pagination:Bullets */
.slider_swiper .swiper-pagination-bullet,.slider_swiper_outer .swiper-pagination-bullet{
    width:10px;
     height:10px;
     background-color:#f7f7f7;
     background-size:cover;
     background-repeat:no-repeat;
     opacity:0.8;
     vertical-align:bottom
}
.slider_swiper.slider_pagination_pos_bottom .swiper-pagination-bullets,.slider_swiper_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets,.slider_swiper_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets{
    left:0;
     top:auto;
     bottom:1em;
     width:100%;
     height:1.5em;
     line-height:1.5em;
     -webkit-transform:none;
     -ms-transform:none;
     transform:none
}
.slider_swiper_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets{
    left:auto;
     bottom:auto;
     position:static;
     margin-top:1em
}
.slider_swiper.slider_pagination_pos_bottom .swiper-pagination-bullet,.slider_swiper_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullet,.slider_swiper_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullet{
    display:inline-block;
     margin:0 8px 0 0
}
.slider_swiper.slider_pagination_pos_left .swiper-pagination-bullets,.slider_swiper.slider_pagination_pos_right .swiper-pagination-bullets{
    left:1em;
     top:50%;
     bottom:auto;
     width:auto;
     height:auto;
     -webkit-transform:translateY(-50%);
     -ms-transform:translateY(-50%);
     transform:translateY(-50%)
}
.slider_swiper.slider_pagination_pos_right .swiper-pagination-bullets{
    right:1em;
     left:auto
}
.slider_swiper.slider_pagination_pos_left .swiper-pagination-bullet,.slider_swiper.slider_pagination_pos_right .swiper-pagination-bullet{
    display:block;
     margin:8px 0 0 0
}
/* Pagination:Fraction */
.slider_swiper .swiper-pagination-fraction,.slider_swiper_outer .swiper-pagination-fraction{
    font-size:0.8667em;
     height:1.7em;
     line-height:1.7em;
     left:0;
     top:auto;
     bottom:1.5em;
     width:100%;
     -webkit-box-sizing:border-box;
     -ms-box-sizing:border-box;
     box-sizing:border-box
}
.slider_swiper_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-fraction{
    position:static;
     margin-top:1em;
     bottom:auto;
     left:auto
}
.slider_swiper.slider_pagination_pos_left .swiper-pagination-fraction{
    text-align:left;
     padding-left:1em
}
.slider_swiper.slider_pagination_pos_right .swiper-pagination-fraction{
    text-align:right;
     padding-right:1em
}
.slider_swiper_outer.slider_outer_pagination_pos_left>.swiper-pagination-fraction,.slider_swiper_outer.slider_outer_pagination_pos_right>.swiper-pagination-fraction{
    width:7rem;
     bottom:5rem
}
.slider_swiper_outer.slider_outer_pagination_pos_right>.swiper-pagination-fraction{
    left:auto;
     right:0
}
.slider_swiper .swiper-pagination-fraction>*,.slider_swiper_outer .swiper-pagination-fraction>*{
    line-height:inherit;
     vertical-align:middle
}
.slider_swiper .swiper-pagination-fraction>swiper-pagination-current,.slider_swiper_outer .swiper-pagination-fraction>.swiper-pagination-current{
    font-size:2em;
     line-height:1.2em
}
/* Pagination:Progress */
.slider_swiper.slider_direction_horizontal .swiper-pagination-progress,.slider_swiper_outer.slider_outer_direction_horizontal .swiper-pagination-progress{
    height:6px;
     top:auto;
     bottom:0
}
.slider_swiper.slider_pagination_pos_right .swiper-pagination-progress,.slider_swiper_outer.slider_outer_pagination_pos_right .swiper-pagination-progress{
    left:auto;
     right:0
}
.sc_item_slider.slider_outer_pagination_pos_bottom{
    padding-bottom:1em
}
.sc_item_slider.slider_outer_pagination_pos_bottom .swiper-pagination{
    bottom:0.5em
}
.sc_item_slider.slider_outer_pagination .swiper-pagination-bullet{
    border-color:#ddd
}
.sc_slider_controls .slider_prev,.sc_slider_controls .slider_next,.slider_swiper .slider_prev,.slider_swiper .slider_next,.slider_swiper_outer .slider_prev,.slider_swiper_outer .slider_next{
    background-image:none !important;
     background-color:rgba(0,0,0,0.5);
     color:#fff;
     width:3em;
     height:3em;
     line-height:3em;
     text-align:center;
     -webkit-border-radius:50%;
     -ms-border-radius:50%;
     border-radius:50%;
     -webkit-transition:all ease .3s;
     -ms-transition:all ease .3s;
     transition:all ease .3s
}
.sc_slider_controls .slider_prev:before,.sc_slider_controls .slider_next:before,.slider_swiper .slider_prev:before,.slider_swiper .slider_next:before,.slider_swiper_outer .slider_prev:before,.slider_swiper_outer .slider_next:before{
    margin:0;
     font-family:'trx_addons_icons'
}
.sc_slider_controls .slider_prev:before,.slider_swiper .slider_prev:before,.slider_swiper_outer .slider_prev:before{
    content:'\e858'
}
.sc_slider_controls .slider_next:before,.slider_swiper .slider_next:before,.slider_swiper_outer .slider_next:before{
    content:'\e859'
}
.sc_slider_controls .slider_prev.with_title,.sc_slider_controls .slider_next.with_title{
    width:auto;
     padding:0 1.5em
}
.sc_slider_controls .slider_prev.with_title:before,.sc_slider_controls .slider_next.with_title:before{
    display:none
}
.sc_slider_controls.sc_slider_controls_left{
    text-align:left
}
.sc_slider_controls.sc_slider_controls_center{
    text-align:center
}
.sc_slider_controls.sc_slider_controls_right{
    text-align:right
}
.sc_slider_controls .slider_prev,.sc_slider_controls .slider_next{
    position:relative;
     top:auto;
     bottom:auto;
     left:auto;
     right:auto;
     margin:0;
     display:inline-block;
     vertical-align:middle
}
.sc_slider_controls .slider_prev + .slider_next{
    margin-left:0.5em
}
.slider_swiper.slider_controls_bottom .slider_controls_wrap,.slider_swiper_outer .slider_controls_bottom .slider_controls_wrap{
    text-align:center;
     margin-top:3em
}
.slider_swiper.slider_controls_bottom .slider_prev,.slider_swiper.slider_controls_bottom .slider_next,.slider_swiper_outer .slider_controls_bottom .slider_prev,.slider_swiper_outer .slider_controls_bottom .slider_next{
    position:static;
     display:inline-block;
     margin:0;
     border-radius:0;
     background-color:transparent;
     border:2px solid #000;
     color:#000;
     width:2em;
     height:2em;
     line-height:2em
}
.slider_swiper.slider_controls_bottom .slider_prev:hover,.slider_swiper.slider_controls_bottom .slider_next:hover,.slider_swiper_outer .slider_controls_bottom .slider_prev:hover,.slider_swiper_outer .slider_controls_bottom .slider_next:hover{
    background-color:#000;
     color:#fff
}
.slider_swiper.slider_controls_bottom .slider_next,.slider_swiper_outer .slider_controls_bottom .slider_next{
    margin-left:1em
}
.sc_item_slider.slider_outer_controls_bottom{
    padding-bottom:3em
}
.sc_item_slider.slider_outer_controls_top>.slider_controls_wrap,.sc_item_slider.slider_outer_controls_bottom>.slider_controls_wrap{
    position:absolute;
     z-index:11;
     right:0;
     width:auto;
     height:3em
}
.sc_item_slider.slider_outer_controls_top>.slider_controls_wrap{
    top:-5em
}
.sc_item_slider.slider_outer_controls_bottom>.slider_controls_wrap{
    bottom:0
}
.sc_item_slider.slider_outer_controls_top>.slider_controls_wrap>a,.sc_item_slider.slider_outer_controls_bottom>.slider_controls_wrap>a{
    position:relative;
     top:auto;
     bottom:auto;
     left:auto;
     right:auto;
     margin:0;
     display:inline-block;
     vertical-align:middle
}
.sc_item_slider.slider_outer_controls_top>.slider_controls_wrap>a+a,.sc_item_slider.slider_outer_controls_bottom>.slider_controls_wrap>a+a{
    margin-left:0.5em
}
.slider_swiper .trx_addons_video_player.with_cover{
    position:absolute;
     z-index:1;
     left:0;
     top:0;
     width:100%;
     height:100%
}
.slider_style_modern{
    padding:0 7rem 4rem
}
.slider_style_modern.slider_outer_titles_outside{
    padding-bottom:9rem
}
.slider_style_modern.slider_outer_controls_side .slider_controls_wrap>a{
    position:absolute;
     top:3rem;
     bottom:8rem;
     width:7rem;
     height:auto;
     margin:0;
     line-height:1.2em;
     background-color:#333;
     color:#fff;
     -webkit-border-radius:0;
     -ms-border-radius:0;
     border-radius:0
}
.slider_style_modern.slider_outer_titles_outside.slider_outer_controls_side .slider_controls_wrap>a{
    bottom:13rem
}
.slider_style_modern .slider_controls_label,.slider_style_modern.slider_outer_controls_side .slider_controls_wrap>a:before{
    position:absolute;
     display:block;
     text-align:center;
     max-width:80%;
     left:50%;
     top:45%;
     -webkit-transform:translate(-50%,-50%);
     -ms-transform:translate(-50%,-50%);
     transform:translate(-50%,-50%)
}
.slider_style_modern.slider_outer_controls_side .slider_controls_wrap>a:before{
    top:58%
}
.slider_style_modern .slider_controls_label>span{
    display:block
}
.slider_style_modern.slider_outer_titles_outside>.slider_pagination_wrap{
    display:none
}
.sc_slider_controller .swiper-slide{
    cursor:pointer
}
.sc_slider_controller_horizontal[data-controls="1"]{
    padding-left:4em;
     padding-right:4em
}
.sc_slider_controller_vertical[data-controls="1"]{
    padding-top:3em;
     padding-bottom:3em
}
.sc_slider_controller .slider_outer_controls_side .slider_controls_wrap>a{
    margin:0;
     -webkit-transform:none;
     -ms-transform:none;
     transform:none
}
.sc_slider_controller_horizontal .slider_outer_controls_side .slider_controls_wrap>a{
    top:0;
     bottom:0;
     width:4em;
     height:auto
}
.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap>a{
    left:0;
     right:0;
     height:3em;
     width:auto
}
.sc_slider_controller .slider_outer_controls_side .slider_controls_wrap>a:before{
    display:block;
     width:auto;
     height:1em;
     line-height:1em;
     position:absolute;
     left:50%;
     top:50%;
     -webkit-transform:translate(-50%,-50%);
     -ms-transform:translate(-50%,-50%);
     transform:translate(-50%,-50%)
}
.sc_slider_controller .slider_outer_controls_side .slider_controls_wrap>a{
    -webkit-border-radius:0;
     -ms-border-radius:0;
     border-radius:0
}
.sc_slider_controller_horizontal .slider_outer_controls_side .slider_controls_wrap>.slider_prev{
    left:-4em;
     right:auto
}
.sc_slider_controller_horizontal .slider_outer_controls_side .slider_controls_wrap>.slider_next{
    right:-4em;
     left:auto
}
.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap>.slider_prev{
    top:-3em;
     bottom:auto
}
.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap>.slider_next{
    bottom:-3em;
     top:auto
}
.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap>.slider_prev:before{
    content:'\e85a';
     font-family:'trx_addons_icons'
}
.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap>.slider_next:before{
    content:'\e857';
     font-family:'trx_addons_icons'
}
.sc_slider_controller_info{
    display:block;
     text-align:left;
     font-size:1.2em;
     line-height:1.2em;
     font-weight:bold;
     position:absolute;
     width:90%;
     left:50%;
     top:50%;
     -webkit-transform:translate(-50%,-50%);
     -ms-transform:translate(-50%,-50%);
     transform:translate(-50%,-50%)
}
.sc_slider_controller_info_number{
    display:inline-block;
     color:#eee;
     margin-right:0.4em
}
.sc_slider_controller_info_title{
    display:inline-block;
     color:#fff
}
.sc_slider_controller_thumbs .swiper-slide:before{
    content:' ';
     position:absolute;
     z-index:1;
     left:0;
     top:0;
     width:100%;
     height:100%;
     background-color:rgba(0,0,0,0.5);
     -webkit-transition:background-color .5s ease;
     -ms-transition:background-color .5s ease;
     -o-transition:background-color .5s ease;
     transition:background-color .5s ease
}
.sc_slider_controller_thumbs .swiper-slide.swiper-slide-active:before{
    background-color:transparent
}
.sc_slider_controller_thumbs.sc_slider_controller_horizontal{
    padding-top:3px
}
.sc_slider_controller_thumbs.sc_slider_controller_horizontal .swiper-slide{
    margin-top:3px
}
.sc_slider_controller_thumbs.sc_slider_controller_horizontal .swiper-slide.swiper-slide-active{
    margin-top:0;
     border-top:3px solid #efa758
}
.sc_slider_controller_thumbs .sc_slider_controller_info{
    font-size:1em;
     line-height:1.2em;
     display:none
}
.sc_slider_controller_thumbs .sc_slider_controller_info_title{
    color:#fff
}
.sc_slider_controller_titles.sc_slider_controller_horizontal{
    padding-top:3px
}
.sc_slider_controller_titles.sc_slider_controller_horizontal .swiper-slide{
    margin-top:3px
}
.sc_slider_controller_titles .swiper-slide{
    background-color:#f0f0f0
}
.sc_slider_controller_titles .swiper-slide:after{
    content:' ';
     position:absolute;
     z-index:1;
     right:0;
     top:0;
     bottom:0;
     width:1px;
     background-color:#ddd
}
.sc_slider_controller_titles .swiper-slide.swiper-slide-active{
    margin-top:0;
     padding-top:0px;
     background-color:#fff
}
.sc_slider_controller_titles.sc_slider_controller_horizontal .swiper-slide.swiper-slide-active{
    border-top:3px solid #efa758
}
.sc_slider_controller_titles .swiper-slide.swiper-slide-active:after{
    display:none
}
.sc_slider_controller_titles .slider_outer_controls_side .slider_controls_wrap>a{
    top:3px
}
/* Widget:Socials */
.widget_socials .socials_description + .socials_wrap{
    margin-top:1.5em
}
.trx_addons_video_player.with_cover{
    position:relative;
     overflow:hidden
}
.trx_addons_video_player.with_cover .video_embed{
    display:flex;
     align-items:center;
     text-align:center;
     position:absolute;
     z-index:1;
     left:0;
     top:0;
     width:100%;
     height:100%;
     opacity:0;
     overflow:hidden;
     -webkit-transition:all ease .3s;
     -ms-transition:all ease .3s;
     transition:all ease .3s
}
.trx_addons_video_player.with_cover img{
    position:relative;
     z-index:2;
     width:100%;
     height:auto
}
.trx_addons_video_player.with_cover .video_mask{
    position:absolute;
     z-index:3;
     left:0;
     top:0;
     width:100%;
     height:100%;
     background-color:rgba(0,0,0,0.5);
     opacity:0;
     -webkit-transition:all ease .3s;
     -ms-transition:all ease .3s;
     transition:all ease .3s
}
.trx_addons_video_player.with_cover:hover .video_mask{
    opacity:1
}
.trx_addons_video_player.with_cover .video_hover{
    position:absolute;
     z-index:4;
     left:50%;
     top:50%;
     font-size:3em;
     width:2em;
     height:2em;
     line-height:2em;
     text-align:center;
     cursor:pointer;
     overflow:hidden;
     -webkit-border-radius:50%;
     -ms-border-radius:50%;
     border-radius:50%;
     -webkit-transform:translateX(-50%) translateY(-50%);
     -ms-transform:translateX(-50%) translateY(-50%);
     transform:translateX(-50%) translateY(-50%);
     -webkit-transition:all ease .3s;
     -ms-transition:all ease .3s;
     transition:all ease .3s;
     margin-top:2em;
     background-color:rgba(0,0,0,0.5);
     color:#fff;
     opacity:0
}
.trx_addons_video_player.with_cover .video_hover:before{
    content:'\e888';
     font-family:'trx_addons_icons';
     margin:0
}
.trx_addons_video_player.with_cover .video_hover:hover{
    background-color:rgba(0,0,0,0.5)
}
.trx_addons_video_player.with_cover:hover .video_hover{
    opacity:1;
     margin-top:0
}
.trx_addons_video_player.video_play .video_mask{
    opacity:1;
     background-color:#000
}
.trx_addons_video_player.video_play .video_embed{
    opacity:1;
     z-index:10
}
.trx_addons_video_player.video_play .video_hover{
    display:none
}
/* ATTENTION! This file was generated automatically! Don&#039;
t change it!!! ----------------------------------------------------------------------- */
 
body{
    font-family:"Raleway",sans-serif;
     font-size:17px;
     font-weight:500;
     font-style:normal;
     line-height:1.9;
     text-decoration:none;
     text-transform:none;
     letter-spacing:-0.34px
}
p,ul,ol,dl,blockquote,address{
    margin-top:0em;
     margin-bottom:1.78em
}
h1{
    font-family:"Raleway",sans-serif;
     font-size:4.235em;
     font-weight:800;
     font-style:normal;
     line-height:1.06;
     text-decoration:none;
     text-transform:uppercase;
     letter-spacing:0px;
     margin-top:1.78em;
     margin-bottom:0.5em
}
h2{
    font-family:"Raleway",sans-serif;
     font-size:3.529em;
     font-weight:800;
     font-style:normal;
     line-height:1.02;
     text-decoration:none;
     text-transform:uppercase;
     letter-spacing:0px;
     margin-top:2.2em;
     margin-bottom:0.48em
}
h3{
    font-family:"Raleway",sans-serif;
     font-size:2.824em;
     font-weight:800;
     font-style:normal;
     line-height:1.08;
     text-decoration:none;
     text-transform:uppercase;
     letter-spacing:0px;
     margin-top:2.76em;
     margin-bottom:0.58em
}
h4{
    font-family:"Raleway",sans-serif;
     font-size:1.765em;
     font-weight:800;
	     text-align: center !important;
     font-style:normal;
     line-height:1.17;
     text-decoration:none;
     text-transform:uppercase;
     letter-spacing:0px;
     margin-top:4.45em;
     margin-bottom:0.77em
}
h5{
    font-family:"Raleway",sans-serif;
     font-size:1.412em;
     font-weight:800;
     font-style:normal;
     line-height:1.25;
     text-decoration:none;
     text-transform:uppercase;
     letter-spacing:0px;
     margin-top:5.6em;
     margin-bottom:0.8em
}
h6{
    font-family:"Raleway",sans-serif;
     font-size:1.059em;
     font-weight:800;
     font-style:normal;
     line-height:1.67;
     text-decoration:none;
     text-transform:uppercase;
     letter-spacing:-0.4px;
     margin-top:7.3em;
     margin-bottom:0.8em
}
#tribe-bar-form input[type=text],.select2-container .select2-selection,input[type="text"],input[type="number"],input[type="email"],input[type="tel"],input[type="search"],input[type="password"],textarea,textarea.wp-editor-area,.select_container,select,.select_container select{
    font-family:"Oswald",sans-serif;
     font-size:14px;
     font-weight:500;
     font-style:normal;
     line-height:normal;
     text-decoration:none;
     text-transform:uppercase;
     letter-spacing:1.45px
}
button,input[type="button"],input[type="reset"],input[type="submit"],.theme_button,.gallery_preview_show .post_readmore,.post_item .more-link,div.esg-filter-wrapper .esg-filterbutton>span,.dj_rainflow_tabs .dj_rainflow_tabs_titles li a{
    font-family:"Oswald",sans-serif;
     font-size:14px;
     font-weight:500;
     font-style:normal;
     line-height:normal;
     text-decoration:none;
     text-transform:uppercase;
     letter-spacing:1.45px
}
.top_panel .slider_engine_revo .slide_title{
    font-family:"Raleway",sans-serif
}
.post_meta{
    font-size:14px;
     font-weight:500;
     font-style:normal;
     line-height:1.5em;
     text-decoration:none;
     text-transform:none;
     letter-spacing:0.6px;
     margin-top:0.4em
}
.search_wrap .search_results .post_meta_item,.search_wrap .search_results .post_counters_item{
    font-family:"Raleway",sans-serif
}
.logo_text{
    font-family:"Raleway",sans-serif;
     font-size:1.8em;
     font-weight:800;
     font-style:normal;
     line-height:1.25em;
     text-decoration:none;
     text-transform:uppercase;
     letter-spacing:0px
}
.logo_footer_text{
    font-family:"Raleway",sans-serif
}
.menu_main_nav_area{
    font-size:14px;
     line-height:19px
}
.menu_main_nav>li,.menu_main_nav>li>a{
    font-family:"Oswald",sans-serif;
     font-weight:500;
     font-style:normal;
     text-decoration:none;
     text-transform:uppercase;
     letter-spacing:1.7px
}
.menu_main_nav>li ul,.menu_main_nav>li ul>li,.menu_main_nav>li ul>li>a{
    font-family:"Oswald",sans-serif;
     font-size:14px;
     font-weight:500;
     font-style:normal;
     line-height:19px;
     text-decoration:none;
     text-transform:uppercase;
     letter-spacing:1.7px
}
.menu_mobile .menu_mobile_nav_area>ul>li,.menu_mobile .menu_mobile_nav_area>ul>li>a{
    font-family:"Oswald",sans-serif
}
.menu_mobile .menu_mobile_nav_area>ul>li li,.menu_mobile .menu_mobile_nav_area>ul>li li>a{
    font-family:"Oswald",sans-serif
}
.sc_layouts_row input[type="text"]{
    font-family:"Oswald",sans-serif;
     font-size:14px;
     font-weight:500;
     font-style:normal;
     line-height:19px
}
.sc_layouts_row{
    font-size:14px;
     line-height:19px
}
.sc_layouts_row .sc_layouts_item_details_line2,.sc_layouts_row .sc_layouts_item_details_line1{
    font-weight:500;
     font-style:normal;
     text-decoration:none;
     text-transform:uppercase;
     letter-spacing:1.7px
}
.sc_layouts_row .sc_layouts_iconed_text{
    font-family:"Oswald",sans-serif
}
.sc_layouts_row .sc_button{
    font-family:"Oswald",sans-serif;
     font-size:14px;
     font-weight:500;
     font-style:normal;
     line-height:normal;
     text-decoration:none;
     text-transform:uppercase;
     letter-spacing:1.45px
}
.sc_layouts_menu_nav>li,.sc_layouts_menu_nav>li>a{
    font-family:"Oswald",sans-serif;
     font-weight:500;
     font-style:normal;
     text-decoration:none;
     text-transform:uppercase;
     letter-spacing:1.7px
}
.sc_layouts_menu_popup .sc_layouts_menu_nav>li,.sc_layouts_menu_popup .sc_layouts_menu_nav>li>a,.sc_layouts_menu_nav>li ul,.sc_layouts_menu_nav>li ul>li,.sc_layouts_menu_nav>li ul>li>a{
    font-family:"Oswald",sans-serif;
     font-size:14px;
     font-weight:500;
     font-style:normal;
     line-height:19px;
     text-decoration:none;
     text-transform:uppercase;
     letter-spacing:1.7px
}
.post_item>.post-conters .post_date .post-date{
    font-family:"Raleway",sans-serif
}
.widget_area .post_item .post_info,.widget .post_item .post_info,.post_item>.post-conters .post_date .post-day,.post_item>.post-conters .post_counters_item .post_counters_number,.sc_blogger .post_meta,.comments_list_wrap .comment_reply,.post_item_single .post_content>.post_meta_single,div.esg-pagination .esg-pagination-button,.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span.current,.page_links>span:not(.page_links_title),.page_links>a,.comments_pagination .page-numbers,.nav-links .page-numbers,ol>li,ul[class*="trx_addons_list"]>li,ul>li:not(.comment),blockquote>a,blockquote>p>a,blockquote>cite,blockquote>p>cite{
    font-family:"Oswald",sans-serif
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_item_title,.sc_dishes_compact .sc_services_item_title,.sc_services_iconed .sc_services_item_title{
    font-family:"Raleway",sans-serif
}
.toc_menu_item .toc_menu_description,.sc_recent_news .post_item .post_footer .post_counters .post_counters_item,.sc_item_subtitle.sc_item_title_style_shadow,.sc_icons_item_title,.sc_price_item_title,.sc_price_item_price,.sc_courses_default .sc_courses_item_price,.sc_courses_default .trx_addons_hover_content .trx_addons_hover_links a,.sc_promo_modern .sc_promo_link2 span+span,.sc_skills_counter .sc_skills_total,.sc_skills_pie.sc_skills_compact_off .sc_skills_total,.slider_swiper .slide_info.slide_info_large .slide_title,.slider_style_modern .slider_controls_label span + span,.slider_pagination_wrap,.sc_slider_controller_info{
    font-family:"Raleway",sans-serif
}
.sc_item_subtitle,.sc_recent_news .post_item .post_meta,.sc_action_item_description,.sc_price_item_description,.sc_price_item_details,.sc_courses_default .sc_courses_item_date,.courses_single .courses_page_meta,.sc_promo_modern .sc_promo_link2 span,.sc_skills_counter .sc_skills_item_title,.slider_style_modern .slider_controls_label span,.slider_titles_outside_wrap .slide_cats,.slider_titles_outside_wrap .slide_subtitle,.sc_team .sc_team_item_subtitle,.sc_dishes .sc_dishes_item_subtitle,.sc_services .sc_services_item_subtitle,.team_member_page .team_member_brief_info_text,.sc_testimonials_item_author_title,.sc_testimonials_item_content:before{
}
.sc_button,.sc_button_simple,.sc_form button,.sc_action_item_link,.sc_price_item_link{
    font-family:"Oswald",sans-serif;
     font-size:14px;
     font-weight:500;
     font-style:normal;
     line-height:normal;
     text-decoration:none;
     text-transform:uppercase;
     letter-spacing:1.45px
}
.properties_search_form .properties_search_basic,.cars_search_form .cars_search_basic,.sc_slider_controls .slider_controls_wrap>a,.slider_swiper.slider_controls_side .slider_controls_wrap>a,.slider_outer_controls_side .slider_controls_wrap>a,.slider_outer_controls_top .slider_controls_wrap>a,.slider_outer_controls_bottom .slider_controls_wrap>a{
    -webkit-border-radius:0;
     -ms-border-radius:0;
     border-radius:0
}
.sc_button,.sc_form button,.sc_price_item_link,.sc_action_item_link,.sc_matches_item_pair .sc_matches_item_player .post_featured>img{
    -webkit-border-radius:0;
     -ms-border-radius:0;
     border-radius:0
}
.trx_addons_scroll_to_top,.socials_wrap .social_item .social_icon,.sc_matches_other .sc_matches_item_logo1 img,.sc_matches_other .sc_matches_item_logo2 img,.sc_points_table .sc_points_table_logo img{
    -webkit-border-radius:0;
     -ms-border-radius:0;
     border-radius:0
}
.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label .vc_label_units{
    font-family:"Raleway",sans-serif
}
.sc_events_full .sc_events_date_month,body .vc_row-has-fill .cq-highlight-container .cq-highlight-label,.sc_events_item_month,.sc_testimonials_item_author_title,.sc_price_item_price_after,.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label,.mejs-container .mejs-controls .mejs-time *,.format-audio .post_featured .post_audio_author,.trx_addons_audio_player .audio_author,.widget_tag_cloud a,.widget_calendar th{
    font-family:"Oswald",sans-serif
}
.vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-title-text{
    font-family:"Raleway",sans-serif
}
.vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label .vc_label_units{
}
.mc4wp-form .mc4wp-form-fields input[type="email"],.mc4wp-form .mc4wp-form-fields input[type="submit"]{
    -webkit-border-radius:0;
     -ms-border-radius:0;
     border-radius:0
}
.tribe-events-list .tribe-events-list-event-title{
    font-family:"Raleway",sans-serif
}
#tribe-events .tribe-events-button,.tribe-events-button,.tribe-events-cal-links a,.tribe-events-sub-nav li a{
    font-family:"Oswald",sans-serif;
     font-size:14px;
     font-weight:500;
     font-style:normal;
     line-height:normal;
     text-decoration:none;
     text-transform:uppercase;
     letter-spacing:1.45px
}
#tribe-bar-form button,#tribe-bar-form a,.tribe-events-read-more{
    font-family:"Oswald",sans-serif;
     letter-spacing:1.45px
}
.tribe-events-list .tribe-events-list-separator-month,.tribe-events-calendar thead th,.tribe-events-schedule,.tribe-events-schedule h2{
    font-family:"Raleway",sans-serif
}
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title,#tribe-mobile-container .type-tribe_events,.tribe-events-list-widget ol li .tribe-event-title{
    font-family:"Raleway",sans-serif
}
.tribe-events-loop .tribe-event-schedule-details,.single-tribe_events #tribe-events-content .tribe-events-event-meta dt,#tribe-mobile-container .type-tribe_events .tribe-event-date-start{
}
#tribe-bar-form .tribe-bar-submit input[type="submit"],#tribe-bar-form button,#tribe-bar-form a,#tribe-events .tribe-events-button,#tribe-bar-views .tribe-bar-views-list,.tribe-events-button,.tribe-events-cal-links a,.tribe-events-sub-nav li a{
    -webkit-border-radius:0;
     -ms-border-radius:0;
     border-radius:0
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce.widget_shopping_cart .quantity,.woocommerce .widget_shopping_cart .quantity,.woocommerce-page.widget_shopping_cart .quantity,.woocommerce-page .widget_shopping_cart .quantity,.woocommerce .products ul li,.woocommerce ul.products li,.woocommerce .checkout table.shop_table .product-name .variation,.woocommerce .shop_table.order_details td.product-name .variation{
    font-family:"Raleway",sans-serif
}
.woocommerce div.product .product_meta,.price_label,.widget_product_tag_cloud a,.woocommerce .woocommerce-result-count{
    font-family:"Oswald",sans-serif
}
.woocommerce ul.products li.product .button,.woocommerce div.product form.cart .button,.woocommerce .woocommerce-message .button,.woocommerce #review_form #respond p.form-submit input[type="submit"],.woocommerce-page #review_form #respond p.form-submit input[type="submit"],.woocommerce table.my_account_orders .order-actions .button,.woocommerce .button,.woocommerce-page .button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button.woocommerce #respond input#submit,.woocommerce input[type="button"],.woocommerce-page input[type="button"],.woocommerce input[type="submit"],.woocommerce-page input[type="submit"]{
    font-family:"Oswald",sans-serif;
     font-size:14px;
     font-weight:500;
     font-style:normal;
     line-height:normal;
     text-decoration:none;
     text-transform:uppercase;
     letter-spacing:1.45px
}
.woocommerce ul.products li.product .post_header .post_tags,.woocommerce div.product form.cart .reset_variations,.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time,.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta time{
}
.woocommerce .button,.woocommerce-page .button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button.woocommerce #respond input#submit,.woocommerce input[type="button"],.woocommerce-page input[type="button"],.woocommerce input[type="submit"],.woocommerce-page input[type="submit"],.woocommerce .woocommerce-message .button,.woocommerce ul.products li.product .button,.woocommerce div.product form.cart .button,.woocommerce #review_form #respond p.form-submit input[type="submit"],.woocommerce-page #review_form #respond p.form-submit input[type="submit"],.woocommerce table.my_account_orders .order-actions .button,.yith-woocompare-widget a.clear-all,.single-product div.product .woocommerce-tabs .wc-tabs li a,.widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container-single .chosen-single{
    -webkit-border-radius:0;
     -ms-border-radius:0;
     border-radius:0
}
.woocommerce div.product form.cart div.quantity span.q_inc,.woocommerce-page div.product form.cart div.quantity span.q_inc,.woocommerce .shop_table.cart div.quantity span.q_inc,.woocommerce-page .shop_table.cart div.quantity span.q_inc{
    -webkit-border-radius:0 0 0 0;
     -ms-border-radius:0 0 0 0;
     border-radius:0 0 0 0
}
.woocommerce div.product form.cart div.quantity span.q_dec,.woocommerce-page div.product form.cart div.quantity span.q_dec,.woocommerce .shop_table.cart div.quantity span.q_dec,.woocommerce-page .shop_table.cart div.quantity span.q_dec{
    -webkit-border-radius:0 0 0 0;
     -ms-border-radius:0 0 0 0;
     border-radius:0 0 0 0
}
button,input[type="button"],input[type="reset"],input[type="submit"],.theme_button,.post_item .post_item .more-link,.gallery_preview_show .post_readmore,input[type="text"],input[type="number"],input[type="email"],input[type="tel"],input[type="password"],input[type="search"],select,.select_container,textarea,.widget_search .search-field,.woocommerce.widget_product_search .search_field,.widget_display_search #bbp_search,#bbpress-forums #bbp-search-form #bbp_search,.comments_wrap .comments_field input,.comments_wrap .comments_field textarea,.select2-container .select2-choice,.select2-container .select2-selection,.widget_product_tag_cloud a,.widget_tag_cloud a{
    -webkit-border-radius:0;
     -ms-border-radius:0;
     border-radius:0
}
.select_container:before{
    -webkit-border-radius:0 0 0 0;
     -ms-border-radius:0 0 0 0;
     border-radius:0 0 0 0
}
textarea.wp-editor-area{
    -webkit-border-radius:0 0 0 0;
     -ms-border-radius:0 0 0 0;
     border-radius:0 0 0 0
}
/* Radius 50% or 0 */
.widget li a img{
    -webkit-border-radius:0;
     -ms-border-radius:0;
     border-radius:0
}
.scheme_default body{
    background-color:#ffffff
}
.scheme_default{
    color:#9b9aa0
}
.scheme_default h1,.scheme_default h2,.scheme_default h3,.scheme_default h4,.scheme_default h5,.scheme_default h6,.scheme_default h1 a,.scheme_default h2 a,.scheme_default h3 a,.scheme_default h4 a,.scheme_default h5 a,.scheme_default h6 a,.scheme_default li a,.scheme_default [class*="color_style_"] h1 a,.scheme_default [class*="color_style_"] h2 a,.scheme_default [class*="color_style_"] h3 a,.scheme_default [class*="color_style_"] h4 a,.scheme_default [class*="color_style_"] h5 a,.scheme_default [class*="color_style_"] h6 a,.scheme_default [class*="color_style_"] li a{
    color:#1d1d1d
}
.scheme_default h1 a:hover,.scheme_default h2 a:hover,.scheme_default h3 a:hover,.scheme_default h4 a:hover,.scheme_default h5 a:hover,.scheme_default h6 a:hover,.scheme_default li a:hover{
    color:#d60063
}
.scheme_default .color_style_link2 h1 a:hover,.scheme_default .color_style_link2 h2 a:hover,.scheme_default .color_style_link2 h3 a:hover,.scheme_default .color_style_link2 h4 a:hover,.scheme_default .color_style_link2 h5 a:hover,.scheme_default .color_style_link2 h6 a:hover,.scheme_default .color_style_link2 li a:hover{
    color:#80d572
}
.scheme_default .color_style_link3 h1 a:hover,.scheme_default .color_style_link3 h2 a:hover,.scheme_default .color_style_link3 h3 a:hover,.scheme_default .color_style_link3 h4 a:hover,.scheme_default .color_style_link3 h5 a:hover,.scheme_default .color_style_link3 h6 a:hover,.scheme_default .color_style_link3 li a:hover{
    color:#ddb837
}
.scheme_default .color_style_dark h1 a:hover,.scheme_default .color_style_dark h2 a:hover,.scheme_default .color_style_dark h3 a:hover,.scheme_default .color_style_dark h4 a:hover,.scheme_default .color_style_dark h5 a:hover,.scheme_default .color_style_dark h6 a:hover,.scheme_default .color_style_dark li a:hover{
    color:#d60063
}
.scheme_default code{
    color:#333333;
     background-color:#f3f5f7;
     border-color:#e5e5e5
}
.scheme_default .post_featured .mask{
    border-color:#d60063
}
.scheme_default code a{
    color:#9b9aa0
}
.scheme_default code a:hover{
    color:#d60063
}
.scheme_default a{
    color:#d60063
}
.scheme_default a:hover{
    color:#1d1d1d
}
.scheme_default .color_style_link2 a{
    color:#80d572
}
.scheme_default .color_style_link2 a:hover{
    color:#8be77c
}
.scheme_default .color_style_link3 a{
    color:#ddb837
}
.scheme_default .color_style_link3 a:hover{
    color:#eec432
}
.scheme_default .color_style_dark a{
    color:#1d1d1d
}
.scheme_default .color_style_dark a:hover{
    color:#d60063
}
.scheme_default .comments_list_wrap .comment_posted{
    color:#9b9aa0
}
.scheme_default blockquote{
    color:rgba(255,255,255,0.3);
     background-color:#0f0f3b
}
.scheme_default blockquote:before{
    color:#d60063
}
.scheme_default blockquote a{
    color:#ffffff
}
.scheme_default blockquote a:hover{
    color:#d60063
}
.scheme_default table th,.scheme_default table th + th,.scheme_default table td + th{
    border-color:rgba(255,255,255,0.1)
}
.scheme_default table td,.scheme_default table th + td,.scheme_default table td + td{
    color:#9b9aa0;
     border-color:rgba(255,255,255,0.1)
}
.scheme_default table th{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default table th b,.scheme_default table th strong{
    color:#ffffff
}
.scheme_default table>tbody>tr:nth-child(2n+1)>td{
    background-color:#1a1a44
}
.scheme_default table>tbody>tr:nth-child(2n)>td{
    background-color:#0f0f3b
}
.scheme_default .wp-caption a,.scheme_default table th a{
    color:#ffffff
}
.scheme_default table th a:hover{
    color:#ffffff
}
.scheme_default hr{
    border-color:#e5e5e5
}
.scheme_default figure figcaption,.scheme_default .wp-caption .wp-caption-text,.scheme_default .wp-caption .wp-caption-dd,.scheme_default .wp-caption-overlay .wp-caption .wp-caption-text,.scheme_default .wp-caption-overlay .wp-caption .wp-caption-dd{
    color:#ffffff;
     background-color:rgba(214,0,99,0.85)
}
.scheme_default ul>li:before{
    color:#d60063
}
.scheme_default .widget_search form:after,.scheme_default .woocommerce.widget_product_search form:after,.scheme_default .widget_display_search form:after,.scheme_default #bbpress-forums #bbp-search-form:after{
    color:#b7b7b7
}
.scheme_default .widget_search form:hover:after,.scheme_default .woocommerce.widget_product_search form:hover:after,.scheme_default .widget_display_search form:hover:after,.scheme_default #bbpress-forums #bbp-search-form:hover:after{
    color:#d60063
}
.scheme_default fieldset{
    border-color:#e5e5e5
}
.scheme_default fieldset legend{
    color:#1d1d1d;
     background-color:#ffffff
}
.scheme_default::-webkit-input-placeholder{
    color:#d0d0d0
}
.scheme_default::-moz-placeholder{
    color:#d0d0d0
}
.scheme_default:-ms-input-placeholder{
    color:#d0d0d0
}
.scheme_default input[type="text"],.scheme_default input[type="number"],.scheme_default input[type="email"],.scheme_default input[type="tel"],.scheme_default input[type="search"],.scheme_default input[type="password"],.scheme_default .select_container,.scheme_default .select2-container .select2-choice,.scheme_default .select2-container .select2-selection,.scheme_default textarea,.scheme_default textarea.wp-editor-area,.scheme_default #tribe-bar-form input[type="text"],.scheme_default #buddypress .dir-search input[type="search"],.scheme_default #buddypress .dir-search input[type="text"],.scheme_default #buddypress .groups-members-search input[type="search"],.scheme_default #buddypress .groups-members-search input[type="text"],.scheme_default #buddypress .standard-form input[type="color"],.scheme_default #buddypress .standard-form input[type="date"],.scheme_default #buddypress .standard-form input[type="datetime-local"],.scheme_default #buddypress .standard-form input[type="datetime"],.scheme_default #buddypress .standard-form input[type="email"],.scheme_default #buddypress .standard-form input[type="month"],.scheme_default #buddypress .standard-form input[type="number"],.scheme_default #buddypress .standard-form input[type="password"],.scheme_default #buddypress .standard-form input[type="range"],.scheme_default #buddypress .standard-form input[type="search"],.scheme_default #buddypress .standard-form input[type="tel"],.scheme_default #buddypress .standard-form input[type="text"],.scheme_default #buddypress .standard-form input[type="time"],.scheme_default #buddypress .standard-form input[type="url"],.scheme_default #buddypress .standard-form input[type="week"],.scheme_default #buddypress .standard-form select,.scheme_default #buddypress .standard-form textarea,.scheme_default #buddypress form#whats-new-form textarea,.scheme_default .select2-container .select2-selection,.scheme_default #booked-page-form input[type="email"],.scheme_default #booked-page-form input[type="text"],.scheme_default #booked-page-form input[type="password"],.scheme_default #booked-page-form textarea,.scheme_default .booked-upload-wrap,.scheme_default .booked-upload-wrap input{
    color:#b7b7b7;
     border-color:#e7eaed;
     background-color:#e7eaed
}
.scheme_default input[type="text"]:hover,.scheme_default input[type="number"]:hover,.scheme_default input[type="email"]:hover,.scheme_default input[type="tel"]:hover,.scheme_default input[type="search"]:hover,.scheme_default input[type="password"]:hover,.scheme_default .select_container:hover,.scheme_default select option:hover,.scheme_default select option:hover,.scheme_default .select2-container .select2-choice:hover,.scheme_default textarea:hover,.scheme_default textarea.wp-editor-area:hover,.scheme_default #booked-page-form input[type="email"]:hover,.scheme_default #booked-page-form input[type="text"]:hover,.scheme_default #booked-page-form input[type="password"]:hover,.scheme_default #booked-page-form textarea:hover,.scheme_default .booked-upload-wrap:hover,.scheme_default #tribe-bar-form input[type="text"]:hover,.scheme_default .booked-upload-wrap input:hover{
    color:#1d1d1d;
     border-color:#e0e0e0;
     background-color:#e7eaed
}
.scheme_default input[type="text"]:focus,.scheme_default input[type="number"]:focus,.scheme_default input[type="email"]:focus,.scheme_default input[type="tel"]:focus,.scheme_default input[type="search"]:focus,.scheme_default input[type="password"]:focus,.scheme_default #tribe-bar-form input[type="text"]:focus,.scheme_default .select_container:focus,.scheme_default select option:focus,.scheme_default select option:focus,.scheme_default .select2-container .select2-choice:focus,.scheme_default textarea:focus,.scheme_default textarea.wp-editor-area:focus,.scheme_default #buddypress .dir-search input[type="search"]:focus,.scheme_default #buddypress .dir-search input[type="text"]:focus,.scheme_default #buddypress .groups-members-search input[type="search"]:focus,.scheme_default #buddypress .groups-members-search input[type="text"]:focus,.scheme_default #buddypress .standard-form input[type="color"]:focus,.scheme_default #buddypress .standard-form input[type="date"]:focus,.scheme_default #buddypress .standard-form input[type="datetime-local"]:focus,.scheme_default #buddypress .standard-form input[type="datetime"]:focus,.scheme_default #buddypress .standard-form input[type="email"]:focus,.scheme_default #buddypress .standard-form input[type="month"]:focus,.scheme_default #buddypress .standard-form input[type="number"]:focus,.scheme_default #buddypress .standard-form input[type="password"]:focus,.scheme_default #buddypress .standard-form input[type="range"]:focus,.scheme_default #buddypress .standard-form input[type="search"]:focus,.scheme_default #buddypress .standard-form input[type="tel"]:focus,.scheme_default #buddypress .standard-form input[type="text"]:focus,.scheme_default #buddypress .standard-form input[type="time"]:focus,.scheme_default #buddypress .standard-form input[type="url"]:focus,.scheme_default #buddypress .standard-form input[type="week"]:focus,.scheme_default #buddypress .standard-form select:focus,.scheme_default #buddypress .standard-form textarea:focus,.scheme_default #buddypress form#whats-new-form textarea:focus,.scheme_default #booked-page-form input[type="email"]:focus,.scheme_default #booked-page-form input[type="text"]:focus,.scheme_default #booked-page-form input[type="password"]:focus,.scheme_default #booked-page-form textarea:focus,.scheme_default .booked-upload-wrap:focus,.scheme_default .booked-upload-wrap input:focus{
    color:#1d1d1d;
     border-color:#d60063;
     background-color:#e7eaed
}
.scheme_default .select_container:before{
    color:#b7b7b7;
     background-color:#e7eaed
}
.scheme_default .select_container:focus:before,.scheme_default .select_container:hover:before{
    color:#1d1d1d;
     background-color:#e7eaed
}
.scheme_default .select_container:after{
    color:#b7b7b7
}
.scheme_default .select_container:focus:after,.scheme_default .select_container:hover:after{
    color:#1d1d1d
}
.scheme_default .select_container select{
    color:#b7b7b7;
     background:#e7eaed !important
}
.scheme_default .select_container select:focus{
    color:#1d1d1d;
     background-color:#e7eaed !important
}
.scheme_default .select2-results{
    color:#b7b7b7;
     border-color:#e0e0e0;
     background:#e7eaed
}
.scheme_default .select2-results .select2-highlighted{
    color:#1d1d1d;
     background:#e7eaed
}
.scheme_default input[type="radio"] + label:before,.scheme_default input[type="checkbox"] + label:before{
    border-color:#e7eaed;
     background-color:#e7eaed
}
.scheme_default .sc_button_simple:not(.sc_button_bg_image),.scheme_default .sc_button_simple:not(.sc_button_bg_image):before,.scheme_default .sc_button_simple:not(.sc_button_bg_image):after{
    color:#d60063
}
.scheme_default .sc_button_simple:not(.sc_button_bg_image):hover,.scheme_default .sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_default .sc_button_simple:not(.sc_button_bg_image):hover:after{
    color:#fe7259 !important
}
.scheme_default .sc_button_simple.color_style_link2:not(.sc_button_bg_image),.scheme_default .sc_button_simple.color_style_link2:not(.sc_button_bg_image):before,.scheme_default .sc_button_simple.color_style_link2:not(.sc_button_bg_image):after,.scheme_default .color_style_link2 .sc_button_simple:not(.sc_button_bg_image),.scheme_default .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):before,.scheme_default .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):after{
    color:#80d572
}
.scheme_default .sc_button_simple.color_style_link2:not(.sc_button_bg_image):hover,.scheme_default .sc_button_simple.color_style_link2:not(.sc_button_bg_image):hover:before,.scheme_default .sc_button_simple.color_style_link2:not(.sc_button_bg_image):hover:after,.scheme_default .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):hover,.scheme_default .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_default .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):hover:after{
    color:#8be77c
}
.scheme_default .sc_button_simple.color_style_link3:not(.sc_button_bg_image),.scheme_default .sc_button_simple.color_style_link3:not(.sc_button_bg_image):before,.scheme_default .sc_button_simple.color_style_link3:not(.sc_button_bg_image):after,.scheme_default .color_style_link3 .sc_button_simple:not(.sc_button_bg_image),.scheme_default .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):before,.scheme_default .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):after{
    color:#ddb837
}
.scheme_default .sc_button_simple.color_style_link3:not(.sc_button_bg_image):hover,.scheme_default .sc_button_simple.color_style_link3:not(.sc_button_bg_image):hover:before,.scheme_default .sc_button_simple.color_style_link3:not(.sc_button_bg_image):hover:after,.scheme_default .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):hover,.scheme_default .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_default .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):hover:after{
    color:#eec432
}
.scheme_default .sc_button_simple.color_style_dark:not(.sc_button_bg_image),.scheme_default .sc_button_simple.color_style_dark:not(.sc_button_bg_image):before,.scheme_default .sc_button_simple.color_style_dark:not(.sc_button_bg_image):after,.scheme_default .color_style_dark .sc_button_simple:not(.sc_button_bg_image),.scheme_default .color_style_dark .sc_button_simple:not(.sc_button_bg_image):before,.scheme_default .color_style_dark .sc_button_simple:not(.sc_button_bg_image):after{
    color:#1d1d1d
}
.scheme_default .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover,.scheme_default .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover:before,.scheme_default .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover:after,.scheme_default .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover,.scheme_default .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_default .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover:after{
    color:#d60063
}
.scheme_default .sc_button_bordered:not(.sc_button_bg_image){
    color:#d60063;
     border-color:#d60063
}
.scheme_default .sc_button_bordered:not(.sc_button_bg_image):hover{
    color:#fe7259 !important;
     border-color:#fe7259 !important
}
.scheme_default .sc_button_bordered.color_style_link2:not(.sc_button_bg_image){
    color:#80d572;
     border-color:#80d572
}
.scheme_default .sc_button_bordered.color_style_link2:not(.sc_button_bg_image):hover{
    color:#8be77c !important;
     border-color:#8be77c !important
}
.scheme_default .sc_button_bordered.color_style_link3:not(.sc_button_bg_image){
    color:#ddb837;
     border-color:#ddb837
}
.scheme_default .sc_button_bordered.color_style_link3:not(.sc_button_bg_image):hover{
    color:#eec432 !important;
     border-color:#eec432 !important
}
.scheme_default .sc_button_bordered.color_style_dark:not(.sc_button_bg_image){
    color:#1d1d1d;
     border-color:#1d1d1d
}
.scheme_default .sc_button_bordered.color_style_dark:not(.sc_button_bg_image):hover{
    color:#d60063 !important;
     border-color:#d60063 !important
}
.scheme_default button,.scheme_default input[type="reset"],.scheme_default input[type="submit"],.scheme_default input[type="button"],.scheme_default .post_item .more-link,.scheme_default .comments_wrap .form-submit input[type="submit"],
/* BB & Buddy Press */
.scheme_default #buddypress .comment-reply-link,.scheme_default #buddypress .generic-button a,.scheme_default #buddypress a.button,.scheme_default #buddypress button,.scheme_default #buddypress input[type="button"],.scheme_default #buddypress input[type="reset"],.scheme_default #buddypress input[type="submit"],.scheme_default #buddypress ul.button-nav li a,.scheme_default a.bp-title-button,.scheme_default .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button,.scheme_default body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .google-cal-button>a,.scheme_default body #booked-profile-page input[type="submit"],.scheme_default body #booked-profile-page button,.scheme_default body .booked-list-view input[type="submit"],.scheme_default body .booked-list-view button,.scheme_default body table.booked-calendar input[type="submit"],.scheme_default body table.booked-calendar button,.scheme_default body .booked-modal input[type="submit"],.scheme_default body .booked-modal button,.scheme_default .sc_button_default,.scheme_default .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),.scheme_default .sc_action_item_link,.scheme_default .socials_share:not(.socials_type_drop) .social_icon,.scheme_default #tribe-bar-form .tribe-bar-submit input[type="submit"],.scheme_default #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"],.scheme_default #tribe-bar-views li.tribe-bar-views-option a,.scheme_default #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a,.scheme_default #tribe-events .tribe-events-button,.scheme_default .tribe-events-button,.scheme_default .tribe-events-cal-links a,.scheme_default .tribe-events-sub-nav li a,.scheme_default .edd_download_purchase_form .button,.scheme_default #edd-purchase-button,.scheme_default .edd-submit.button,.scheme_default .woocommerce #respond input#submit,.scheme_default .woocommerce .button,.scheme_default .woocommerce-page .button,.scheme_default .woocommerce a.button,.scheme_default .woocommerce-page a.button,.scheme_default .woocommerce button.button,.scheme_default .woocommerce-page button.button,.scheme_default .woocommerce input.button,.scheme_default .woocommerce-page input.button,.scheme_default .woocommerce input[type="button"],.scheme_default .woocommerce-page input[type="button"],.scheme_default .woocommerce input[type="submit"],.scheme_default .woocommerce-page input[type="submit"],.scheme_default .woocommerce #respond input#submit.alt,.scheme_default .woocommerce a.button.alt,.scheme_default .woocommerce button.button.alt,.scheme_default .woocommerce input.button.alt{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default .theme_button{
    color:#ffffff !important;
     background-color:#d60063 !important
}
.scheme_default .sc_price_item_link{
    color:#ffffff;
     background-color:#72cfd5
}
.scheme_default .sc_button_default.color_style_link2,.scheme_default .sc_button.color_style_link2:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image){
    background-color:#80d572
}
.scheme_default .sc_button_default.color_style_link3,.scheme_default .sc_button.color_style_link3:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image){
    background-color:#ddb837
}
.scheme_default .sc_button_default.color_style_dark,.scheme_default .sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image){
    color:#ffffff;
     background-color:#1d1d1d
}
.scheme_default .search_wrap .search_submit:before{
    color:#b7b7b7
}
.scheme_default button:hover,.scheme_default button:focus,.scheme_default input[type="submit"]:hover,.scheme_default input[type="submit"]:focus,.scheme_default input[type="reset"]:hover,.scheme_default input[type="reset"]:focus,.scheme_default input[type="button"]:hover,.scheme_default input[type="button"]:focus,.scheme_default .post_item .more-link:hover,.scheme_default .comments_wrap .form-submit input[type="submit"]:hover,.scheme_default .comments_wrap .form-submit input[type="submit"]:focus,
/* BB & Buddy Press */
.scheme_default #buddypress .comment-reply-link:hover,.scheme_default #buddypress .generic-button a:hover,.scheme_default #buddypress a.button:hover,.scheme_default #buddypress button:hover,.scheme_default #buddypress input[type="button"]:hover,.scheme_default #buddypress input[type="reset"]:hover,.scheme_default #buddypress input[type="submit"]:hover,.scheme_default #buddypress ul.button-nav li a:hover,.scheme_default a.bp-title-button:hover,.scheme_default .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button:hover,.scheme_default body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .google-cal-button>a:hover,.scheme_default body #booked-profile-page input[type="submit"]:hover,.scheme_default body #booked-profile-page button:hover,.scheme_default body .booked-list-view input[type="submit"]:hover,.scheme_default body .booked-list-view button:hover,.scheme_default body table.booked-calendar input[type="submit"]:hover,.scheme_default body table.booked-calendar button:hover,.scheme_default body .booked-modal input[type="submit"]:hover,.scheme_default body .booked-modal button:hover,.scheme_default .sc_button_default:hover,.scheme_default .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,.scheme_default .sc_action_item_link:hover,.scheme_default .socials_share:not(.socials_type_drop) .social_icon:hover,.scheme_default #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover,.scheme_default #tribe-bar-form .tribe-bar-submit input[type="submit"]:focus,.scheme_default #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"]:hover,.scheme_default #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"]:focus,.scheme_default #tribe-bar-views li.tribe-bar-views-option a:hover,.scheme_default #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover,.scheme_default #tribe-events .tribe-events-button:hover,.scheme_default .tribe-events-button:hover,.scheme_default .tribe-events-cal-links a:hover,.scheme_default .tribe-events-sub-nav li a:hover,.scheme_default .edd_download_purchase_form .button:hover,.scheme_default .edd_download_purchase_form .button:active,.scheme_default .edd_download_purchase_form .button:focus,.scheme_default #edd-purchase-button:hover,.scheme_default #edd-purchase-button:active,.scheme_default #edd-purchase-button:focus,.scheme_default .edd-submit.button:hover,.scheme_default .edd-submit.button:active,.scheme_default .edd-submit.button:focus,.scheme_default .woocommerce #respond input#submit:hover,.scheme_default .woocommerce .button:hover,.scheme_default .woocommerce-page .button:hover,.scheme_default .woocommerce a.button:hover,.scheme_default .woocommerce-page a.button:hover,.scheme_default .woocommerce button.button:hover,.scheme_default .woocommerce-page button.button:hover,.scheme_default .woocommerce input.button:hover,.scheme_default .woocommerce-page input.button:hover,.scheme_default .woocommerce input[type="button"]:hover,.scheme_default .woocommerce-page input[type="button"]:hover,.scheme_default .woocommerce input[type="submit"]:hover,.scheme_default .woocommerce-page input[type="submit"]:hover{
    color:#1d1d1d;
     background-color:#e30c69
}
.scheme_default .woocommerce #respond input#submit.alt:hover,.scheme_default .woocommerce a.button.alt:hover,.scheme_default .woocommerce button.button.alt:hover,.scheme_default .woocommerce input.button.alt:hover{
    color:#ffffff;
     background-color:#0f0f3b
}
.scheme_default .theme_button:hover,.scheme_default .theme_button:focus{
    color:#1d1d1d !important;
     background-color:#e30c69 !important
}
.scheme_default .sc_price_item_link:hover{
    color:#1d1d1d;
     background-color:#fe7259
}
.scheme_default .sc_button_default.color_style_link2:hover,.scheme_default .sc_button.color_style_link2:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover{
    background-color:#8be77c
}
.scheme_default .sc_button_default.color_style_link3:hover,.scheme_default .sc_button.color_style_link3:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover{
    background-color:#eec432
}
.scheme_default .sc_button_default.color_style_dark:hover,.scheme_default .sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover{
    color:#1d1d1d;
     background-color:#d60063
}
.scheme_default .search_wrap .search_submit:hover:before{
    color:#1d1d1d
}
.scheme_default .mc4wp-form input[type="submit"],.scheme_default .woocommerce .woocommerce-message .button,.scheme_default .woocommerce .woocommerce-error .button,.scheme_default .woocommerce .woocommerce-info .button,.scheme_default .widget.woocommerce .button,.scheme_default .widget.woocommerce a.button,.scheme_default .widget.woocommerce button.button,.scheme_default .widget.woocommerce input.button,.scheme_default .widget.woocommerce input[type="button"],.scheme_default .widget.woocommerce input[type="submit"],.scheme_default .widget.WOOCS_CONVERTER .button,.scheme_default .widget.yith-woocompare-widget a.button,.scheme_default .widget_product_search .search_button{
    color:#ffffff;
     background-color:#9b9aa0
}
.scheme_default .mc4wp-form input[type="submit"]:hover,.scheme_default .mc4wp-form input[type="submit"]:focus,.scheme_default .woocommerce .woocommerce-message .button:hover,.scheme_default .woocommerce .woocommerce-error .button:hover,.scheme_default .woocommerce .woocommerce-info .button:hover,.scheme_default .widget.woocommerce .button:hover,.scheme_default .widget.woocommerce a.button:hover,.scheme_default .widget.woocommerce button.button:hover,.scheme_default .widget.woocommerce input.button:hover,.scheme_default .widget.woocommerce input[type="button"]:hover,.scheme_default .widget.woocommerce input[type="button"]:focus,.scheme_default .widget.woocommerce input[type="submit"]:hover,.scheme_default .widget.woocommerce input[type="submit"]:focus,.scheme_default .widget.WOOCS_CONVERTER .button:hover,.scheme_default .widget.yith-woocompare-widget a.button:hover,.scheme_default .widget_product_search .search_button:hover{
    color:#1d1d1d;
     background-color:#d60063
}
.scheme_default .wp-editor-container input[type="button"]{
    background-color:#f3f5f7;
     border-color:#e5e5e5;
     color:#1d1d1d;
     -webkit-box-shadow:0 1px 0 0 #dadada;
     -ms-box-shadow:0 1px 0 0 #dadada;
     box-shadow:0 1px 0 0 #dadada
}
.scheme_default .wp-editor-container input[type="button"]:hover,.scheme_default .wp-editor-container input[type="button"]:focus{
    background-color:#e6e8eb;
     border-color:#dadada;
     color:#9b9aa0
}
.scheme_default .sticky{
    border-color:#e6e8eb
}
.scheme_default #page_preloader,.scheme_default.header_position_under .page_content_wrap,.scheme_default .page_wrap{
    background-color:#ffffff
}
.scheme_default .preloader_wrap>div{
    background-color:#d60063
}
.scheme_default.top_panel.with_bg_image:before{
    background-color:rgba(255,255,255,0.7)
}
.scheme_default.top_panel .slider_engine_revo .slide_subtitle,.scheme_default .top_panel .slider_engine_revo .slide_subtitle{
    color:#d60063
}
.scheme_default .top_panel_default .top_panel_navi,.scheme_default.top_panel_default .top_panel_navi{
    background-color:#ffffff
}
.scheme_default .top_panel_default .top_panel_title,.scheme_default.top_panel_default .top_panel_title{
    background-color:#e6e8eb
}
.scheme_default .sc_layouts_logo .logo_text{
    color:#1d1d1d
}
.scheme_default div.esg-filter-wrapper .esg-filterbutton>span,.scheme_default .dj_rainflow_tabs .dj_rainflow_tabs_titles li a{
    color:#1d1d1d;
     background-color:#e6e8eb
}
.scheme_default div.esg-filter-wrapper .esg-filterbutton>span:hover,.scheme_default .dj_rainflow_tabs .dj_rainflow_tabs_titles li a:hover{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default div.esg-filter-wrapper .esg-filterbutton.selected>span,.scheme_default .dj_rainflow_tabs .dj_rainflow_tabs_titles li.ui-state-active a{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default .post_item{
    color:#9b9aa0
}
.scheme_default .post_meta,.scheme_default .post_meta_item,.scheme_default .post_meta_item a,.scheme_default .post_meta_item:before,.scheme_default .post_meta_item:after,.scheme_default .post_meta_item:hover:before,.scheme_default .post_meta_item:hover:after,.scheme_default .post_date a,.scheme_default .post_date:before,.scheme_default .post_date:after,.scheme_default .post_info .post_info_item,.scheme_default .post_info .post_info_item a,.scheme_default .post_info_counters .post_counters_item,.scheme_default .post_counters .socials_share .socials_caption:before,.scheme_default .post_counters .socials_share .socials_caption:hover:before{
    color:#b7b7b7
}
.scheme_default .post_date a:hover,.scheme_default a.post_meta_item:hover,.scheme_default a.post_meta_item:hover:before,.scheme_default .post_meta_item a:hover,.scheme_default .post_meta_item a:hover:before,.scheme_default .post_info .post_info_item a:hover,.scheme_default .post_info .post_info_item a:hover:before,.scheme_default .post_info_counters .post_counters_item:hover,.scheme_default .post_info_counters .post_counters_item:hover:before{
    color:#1d1d1d
}
.scheme_default .post_item .post_title a:hover{
    color:#d60063
}
.scheme_default .post_meta_item.post_categories,.scheme_default .post_meta_item.post_categories a{
    color:#d60063
}
.scheme_default .post_meta_item.post_categories a:hover{
    color:#1d1d1d
}
.scheme_default .post_meta_item .socials_share .social_items{
    background-color:#ffffff
}
.scheme_default .post_meta_item .social_items,.scheme_default .post_meta_item .social_items:before{
    background-color:#ffffff;
     border-color:#e5e5e5;
     color:#b7b7b7
}
.scheme_default .post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky){
    border-color:#e5e5e5
}
.scheme_default .post_layout_classic{
    border-color:#e5e5e5
}
.scheme_default.gallery_preview:before{
    background-color:#ffffff
}
.scheme_default.gallery_preview{
    color:#9b9aa0
}
.scheme_default .trx_addons_audio_player .audio_author,.scheme_default .format-audio .post_featured .post_audio_author{
    color:#d60063
}
.scheme_default .format-audio .post_featured.without_thumb .post_audio{
    border-color:#e5e5e5
}
.scheme_default .format-audio .post_featured.without_thumb .post_audio_title,.scheme_default .without_thumb .mejs-controls .mejs-currenttime,.scheme_default .without_thumb .mejs-controls .mejs-duration{
    color:#1d1d1d
}
.scheme_default .trx_addons_audio_player.without_cover{
    border-color:#e5e5e5;
     background-color:#f3f5f7
}
.scheme_default .trx_addons_audio_player.with_cover .audio_caption{
    color:#ffffff
}
.scheme_default .trx_addons_audio_player.without_cover .audio_author{
    color:#9b9aa0
}
.scheme_default .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time{
    color:#1d1d1d
}
.scheme_default .trx_addons_audio_player.with_cover .mejs-container .mejs-controls .mejs-time{
    color:#ffffff
}
.scheme_default .mejs-container .mejs-controls,.scheme_default .mejs-embed,.scheme_default .mejs-embed body{
    background:#ffffff
}
.scheme_default .mejs-controls .mejs-button,.scheme_default .mejs-controls .mejs-time-rail .mejs-time-current,.scheme_default .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{
    color:#ffffff;
     background:#d60063
}
.scheme_default .mejs-controls .mejs-button:hover{
    color:#1d1d1d;
     background:#fe7259
}
.scheme_default .mejs-controls .mejs-time-rail .mejs-time-total,.scheme_default .mejs-controls .mejs-time-rail .mejs-time-loaded,.scheme_default .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{
    background:rgba(214,0,99,0.2)
}
.scheme_default .format-aside .post_content_inner{
    color:#1d1d1d;
     background-color:#f3f5f7
}
.scheme_default .format-link .post_content_inner,.scheme_default .format-status .post_content_inner{
    color:#1d1d1d
}
.scheme_default .format-chat p>b,.scheme_default .format-chat p>strong{
    color:#1d1d1d
}
.scheme_default .trx_addons_video_player.with_cover .video_hover,.scheme_default .format-video .post_featured.with_thumb .post_video_hover{
    color:#d60063
}
.scheme_default .trx_addons_video_player.with_cover .video_hover:hover,.scheme_default .format-video .post_featured.with_thumb .post_video_hover:hover{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default .sidebar_inner .trx_addons_video_player.with_cover .video_hover{
    color:#9b9aa0
}
.scheme_default .sidebar_inner .trx_addons_video_player.with_cover .video_hover:hover{
    color:#1d1d1d;
     background-color:#9b9aa0
}
.scheme_default .post_layout_chess .post_content_inner:after{
    background:linear-gradient(to top,#ffffff 0%,rgba(255,255,255,0) 100%) no-repeat scroll right top / 100% 100% rgba(255,255,255,0)
}
.scheme_default .post_layout_chess_1 .post_meta:before{
    background-color:#e5e5e5
}
.scheme_default .nav-links-old{
    color:#1d1d1d
}
.scheme_default .nav-links-old a:hover{
    color:#1d1d1d;
     border-color:#1d1d1d
}
.scheme_default div.esg-pagination .esg-pagination-button,.scheme_default .woocommerce nav.woocommerce-pagination ul li a,.scheme_default .page_links>a,.scheme_default .comments_pagination .page-numbers,.scheme_default .nav-links .page-numbers{
    color:#1d1d1d;
     background-color:#1d1d1d
}
.scheme_default div.esg-pagination .esg-pagination-button:hover,.scheme_default div.esg-pagination .esg-pagination-button.selected,.scheme_default .woocommerce nav.woocommerce-pagination ul li a:hover,.scheme_default .woocommerce nav.woocommerce-pagination ul li span.current,.scheme_default .page_links>a:hover,.scheme_default .page_links>span:not(.page_links_title),.scheme_default .comments_pagination a.page-numbers:hover,.scheme_default .comments_pagination .page-numbers.current,.scheme_default .nav-links a.page-numbers:hover,.scheme_default .nav-links .page-numbers.current{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default .post_item_single .post_content .post_meta_label,.scheme_default .post_item_single .post_content .post_meta_item:hover .post_meta_label{
    color:#1d1d1d
}
.scheme_default .post_item_single .post_content .post_tags,.scheme_default .post_item_single .post_content .post_tags a{
    color:#d60063
}
.scheme_default .post_item_single .post_content .post_tags a:hover{
    color:#1d1d1d
}
.scheme_default .post_item_single .post_content .post_meta .post_share .social_item .social_icon{
    color:#ffffff !important;
     background-color:#d60063
}
.scheme_default .post_item_single .post_content .post_meta .post_share .social_item:hover .social_icon{
    color:#ffffff !important;
     background-color:#fe7259
}
.scheme_default .post-password-form input[type="submit"]{
    border-color:#1d1d1d
}
.scheme_default .post-password-form input[type="submit"]:hover,.scheme_default .post-password-form input[type="submit"]:focus{
    color:#ffffff
}
.scheme_default .nav-links-single .nav-links{
    border-color:#e5e5e5
}
.scheme_default .nav-links-single .nav-links a .meta-nav{
    color:#b7b7b7
}
.scheme_default .nav-links-single .nav-links a .post_date{
    color:#b7b7b7
}
.scheme_default .nav-links-single .nav-links a:hover .meta-nav,.scheme_default .nav-links-single .nav-links a:hover .post_date{
    color:#1d1d1d
}
.scheme_default .nav-links-single .nav-links a:hover .post-title{
    color:#d60063
}
.scheme_default.author_info{
    color:#9b9aa0;
     background-color:#ffffff;
     border-color:#e6e8eb
}
.scheme_default.author_info .author_title{
    color:#1d1d1d
}
.scheme_default.author_info a{
    color:#1d1d1d
}
.scheme_default.author_info a:hover{
    color:#d60063
}
.scheme_default.author_info .socials_wrap .social_item .social_icon{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default.author_info .socials_wrap .social_item:hover .social_icon{
    color:#ffffff;
     background-color:#fe7259
}
.scheme_default .related_wrap{
    border-color:#e5e5e5
}
.scheme_default .related_wrap .related_item_style_1 .post_header{
    background-color:rgba(255,255,255,0.7)
}
.scheme_default .related_wrap .related_item_style_1:hover .post_header{
    background-color:#ffffff
}
.scheme_default .related_wrap .related_item_style_1 .post_date a{
    color:#9b9aa0
}
.scheme_default .related_wrap .related_item_style_1:hover .post_date a{
    color:#b7b7b7
}
.scheme_default .related_wrap .related_item_style_1:hover .post_date a:hover{
    color:#1d1d1d
}
.scheme_default .comments_list_wrap,.scheme_default .comments_list_wrap>ul{
    border-color:#e5e5e5
}
.scheme_default .comments_list_wrap li + li,.scheme_default .comments_list_wrap li ul{
    border-color:#e5e5e5
}
.scheme_default .comments_list_wrap .comment_info{
    color:#1d1d1d
}
.scheme_default .comments_list_wrap .comment_counters a{
    color:#d60063
}
.scheme_default .comments_list_wrap .comment_counters a:before{
    color:#d60063
}
.scheme_default .comments_list_wrap .comment_counters a:hover:before,.scheme_default .comments_list_wrap .comment_counters a:hover{
    color:#fe7259
}
.scheme_default .comments_list_wrap .comment_text{
    color:#9b9aa0
}
.scheme_default .comments_list_wrap .comment_reply a{
    color:#d60063
}
.scheme_default .comments_list_wrap .comment_reply a:hover{
    color:#1d1d1d
}
.scheme_default .comments_form_wrap{
    border-color:#e5e5e5
}
.scheme_default .comments_wrap .comments_notes{
    color:#b7b7b7
}
.scheme_default .post_item_404 .page_title{
    color:#1d1d1d
}
.scheme_default .post_item_404 .page_description{
    color:#d60063
}
.scheme_default .post_item_404 .go_home{
    border-color:#1d1d1d
}
.scheme_default.sidebar .sidebar_inner .widget{
    background-color:#f3f5f7;
     color:#333333
}
.scheme_default .sidebar_inner .widget + .widget{
    border-color:#e5e5e5
}
.scheme_default.sidebar .widget + .widget{
    border-color:#e5e5e5
}
.scheme_default.sidebar h1,.scheme_default.sidebar h2,.scheme_default.sidebar h3,.scheme_default.sidebar h4,.scheme_default.sidebar h5,.scheme_default.sidebar h6,.scheme_default.sidebar h1 a,.scheme_default.sidebar h2 a,.scheme_default.sidebar h3 a,.scheme_default.sidebar h4 a,.scheme_default.sidebar h5 a,.scheme_default.sidebar h6 a{
    color:#1d1d1d
}
.scheme_default.sidebar h1 a:hover,.scheme_default.sidebar h2 a:hover,.scheme_default.sidebar h3 a:hover,.scheme_default.sidebar h4 a:hover,.scheme_default.sidebar h5 a:hover,.scheme_default.sidebar h6 a:hover{
    color:#9b9aa0
}
.scheme_default .widget ul>li:before{
    background-color:#d60063
}
.scheme_default.sidebar ul>li:before{
    background-color:#d60063
}
.scheme_default.sidebar a{
    color:#9b9aa0
}
.scheme_default.sidebar a:hover{
    color:#d60063
}
.scheme_default.sidebar li>a{
    color:#9b9aa0
}
.scheme_default.sidebar .post_title>a:hover,.scheme_default.sidebar li>a:hover{
    color:#d60063
}
.scheme_default.sidebar .post_title>a{
    color:#1d1d1d
}
.scheme_default.sidebar .widget_archive li{
    color:#1d1d1d
}
.scheme_default .widget_calendar caption,.scheme_default .widget_calendar tbody td a,.scheme_default .widget_calendar th{
    color:#1d1d1d
}
.scheme_default.sidebar .widget_calendar caption,.scheme_default.sidebar .widget_calendar tbody td a{
    color:#1d1d1d
}
.scheme_default.sidebar .widget_calendar th{
    color:#d60063
}
.scheme_default .widget_calendar tbody td{
    color:#9b9aa0 !important
}
.scheme_default.sidebar .widget_calendar tbody td{
    color:#333333 !important
}
.scheme_default .widget_calendar tbody td a:hover{
    color:#d60063
}
.scheme_default.sidebar .widget_calendar tbody td a:hover{
    color:#9b9aa0
}
.scheme_default .widget_calendar tbody td a:after{
    background-color:#d60063
}
.scheme_default.sidebar .widget_calendar tbody td a:after{
    background-color:#1d1d1d
}
.scheme_default .widget_calendar td#today{
    color:#ffffff !important
}
.scheme_default .widget_calendar td#today a{
    color:#ffffff
}
.scheme_default .widget_calendar td#today a:hover{
    color:#1d1d1d
}
.scheme_default .widget_calendar td#today:before{
    background-color:#d60063
}
.scheme_default .widget_calendar td#today a:after{
    background-color:#ffffff
}
.scheme_default .widget_calendar td#today a:hover:after{
    background-color:#1d1d1d
}
.scheme_default .widget_calendar #prev a,.scheme_default .widget_calendar #next a{
    color:#d60063
}
.scheme_default.sidebar .widget_calendar #prev a,.scheme_default.sidebar .widget_calendar #next a{
    color:#1d1d1d
}
.scheme_default .widget_calendar #prev a:hover,.scheme_default .widget_calendar #next a:hover{
    color:#fe7259
}
.scheme_default.sidebar .widget_calendar #prev a:hover,.scheme_default.sidebar .widget_calendar #next a:hover{
    color:#d60063
}
.scheme_default .widget_calendar td#prev a:before,.scheme_default .widget_calendar td#next a:before{
    background-color:#ffffff
}
.scheme_default.sidebar .widget_calendar td#prev a:before,.scheme_default.sidebar .widget_calendar td#next a:before{
    background-color:#f3f5f7
}
.scheme_default .sidebar li.recentcomments,.scheme_default.sidebar li.recentcomments{
    color:#000000
}
.scheme_default .sidebar li.recentcomments>a:hover{
    color:#d60063
}
.scheme_default .comment-author-link{
    color:#9b9aa0
}
.scheme_default .widget_categories li{
    color:#1d1d1d
}
.scheme_default.sidebar .widget_categories li{
    color:#1d1d1d
}
.scheme_default .widget_product_tag_cloud a,.scheme_default .widget_tag_cloud a{
    color:#ffffff;
     background-color:#1d1d1d
}
.scheme_default.sidebar .widget_product_tag_cloud a,.scheme_default.sidebar .widget_tag_cloud a{
    color:#ffffff;
     background-color:#1d1d1d
}
.scheme_default .widget_product_tag_cloud a:hover,.scheme_default .widget_tag_cloud a:hover{
    color:#ffffff !important;
     background-color:#d60063
}
.scheme_default.sidebar .widget_product_tag_cloud a:hover,.scheme_default.sidebar .widget_tag_cloud a:hover{
    background-color:#9b9aa0
}
.scheme_default .widget_rss .widget_title a:first-child{
    color:#d60063
}
.scheme_default.sidebar .widget_rss .widget_title a:first-child{
    color:#9b9aa0
}
.scheme_default .widget_rss .widget_title a:first-child:hover{
    color:#fe7259
}
.scheme_default.sidebar .widget_rss .widget_title a:first-child:hover{
    color:#d60063
}
.scheme_default .widget_rss .rss-date{
    color:#b7b7b7
}
.scheme_default.sidebar .widget_rss .rss-date{
    color:#b7b7b7
}
.scheme_default.footer_wrap,.footer_wrap .scheme_default.vc_row{
    background-color:#f3f5f7;
     color:#333333
}
.scheme_default.footer_wrap .widget,.scheme_default.footer_wrap .sc_content .wpb_column,.footer_wrap .scheme_default.vc_row .widget,.footer_wrap .scheme_default.vc_row .sc_content .wpb_column{
    border-color:#e5e5e5
}
.scheme_default.footer_wrap h1,.scheme_default.footer_wrap h2,.scheme_default.footer_wrap h3,.scheme_default.footer_wrap h4,.scheme_default.footer_wrap h5,.scheme_default.footer_wrap h6,.scheme_default.footer_wrap h1 a,.scheme_default.footer_wrap h2 a,.scheme_default.footer_wrap h3 a,.scheme_default.footer_wrap h4 a,.scheme_default.footer_wrap h5 a,.scheme_default.footer_wrap h6 a,.footer_wrap .scheme_default.vc_row h1,.footer_wrap .scheme_default.vc_row h2,.footer_wrap .scheme_default.vc_row h3,.footer_wrap .scheme_default.vc_row h4,.footer_wrap .scheme_default.vc_row h5,.footer_wrap .scheme_default.vc_row h6,.footer_wrap .scheme_default.vc_row h1 a,.footer_wrap .scheme_default.vc_row h2 a,.footer_wrap .scheme_default.vc_row h3 a,.footer_wrap .scheme_default.vc_row h4 a,.footer_wrap .scheme_default.vc_row h5 a,.footer_wrap .scheme_default.vc_row h6 a{
    color:#1d1d1d
}
.scheme_default.footer_wrap h1 a:hover,.scheme_default.footer_wrap h2 a:hover,.scheme_default.footer_wrap h3 a:hover,.scheme_default.footer_wrap h4 a:hover,.scheme_default.footer_wrap h5 a:hover,.scheme_default.footer_wrap h6 a:hover,.footer_wrap .scheme_default.vc_row h1 a:hover,.footer_wrap .scheme_default.vc_row h2 a:hover,.footer_wrap .scheme_default.vc_row h3 a:hover,.footer_wrap .scheme_default.vc_row h4 a:hover,.footer_wrap .scheme_default.vc_row h5 a:hover,.footer_wrap .scheme_default.vc_row h6 a:hover{
    color:#9b9aa0
}
.scheme_default.footer_wrap .widget li:before,.footer_wrap .scheme_default.vc_row .widget li:before{
    background-color:#9b9aa0
}
.scheme_default.footer_wrap a,.footer_wrap .scheme_default.vc_row a{
    color:#1d1d1d
}
.scheme_default.footer_wrap a:hover,.footer_wrap .scheme_default.vc_row a:hover{
    color:#9b9aa0
}
.scheme_default .footer_logo_inner{
    border-color:#e5e5e5
}
.scheme_default .footer_logo_inner:after{
    background-color:#333333
}
.scheme_default .footer_socials_inner .social_item .social_icon{
    color:#333333
}
.scheme_default .footer_socials_inner .social_item:hover .social_icon{
    color:#1d1d1d
}
.scheme_default .menu_footer_nav_area ul li a{
    color:#1d1d1d
}
.scheme_default .menu_footer_nav_area ul li a:hover{
    color:#9b9aa0
}
.scheme_default .menu_footer_nav_area ul li+li:before{
    border-color:#b7b7b7
}
.scheme_default .footer_copyright_inner{
    background-color:#ffffff;
     border-color:#e5e5e5;
     color:#1d1d1d
}
.scheme_default .footer_copyright_inner a{
    color:#1d1d1d
}
.scheme_default .footer_copyright_inner a:hover{
    color:#d60063
}
.scheme_default .footer_copyright_inner .copyright_text{
    color:#9b9aa0
}
.scheme_default .mfp-bg{
    background-color:rgba(255,255,255,0.7)
}
.scheme_default .mfp-image-holder .mfp-close,.scheme_default .mfp-iframe-holder .mfp-close,.scheme_default .mfp-close-btn-in .mfp-close{
    color:#1d1d1d;
     background-color:transparent
}
.scheme_default .mfp-image-holder .mfp-close:hover,.scheme_default .mfp-iframe-holder .mfp-close:hover,.scheme_default .mfp-close-btn-in .mfp-close:hover{
    color:#d60063
}
.scheme_default .post_item>.post-conters .post_date a:hover,.scheme_default .post_item>.post-conters .post_counters_item{
    color:#1d1d1d
}
.scheme_default .post_item>.post-conters .post_date a,.scheme_default .post_item>.post-conters .post_counters_item:hover:before,.scheme_default .post_item>.post-conters .post_counters_item:hover{
    color:#d60063
}
.scheme_default .post_layout_excerpt .more-link{
    color:#d60063;
     background-color:#ffffff
}
.scheme_default .post_layout_excerpt .more-link:hover{
    color:#1d1d1d;
     background-color:#ffffff
}
.scheme_default .post-button:after{
    background-color:rgba(29,29,29,0.1)
}
.scheme_default .post_item>.post-conters .post_date{
    border-color:#e6e8eb
}
.scheme_default .sidebar .widget .widget_title{
    color:#1d1d1d;
     background-color:#d60063
}
.scheme_default .sidebar .widget.widget_categories li>a:hover{
    color:#1d1d1d
}
.scheme_default .sidebar .post_info .post_info_item a{
    color:#d60063
}
.scheme_default .sidebar .post_info .post_info_item a:hover{
    color:#1d1d1d
}
.scheme_default .sidebar li.recentcomments:before{
    color:#9b9aa0
}
.scheme_default .sidebar li.recentcomments + li{
    border-color:#e5e5e5
}
.scheme_default .sc_layouts_row,.scheme_default.sc_layouts_row{
    color:#9b9aa0;
     background-color:#ffffff
}
.scheme_default .sc_layouts_row_delimiter,.scheme_default.sc_layouts_row_delimiter{
    border-color:#e5e5e5
}
.scheme_default .footer_wrap .sc_layouts_row_delimiter,.footer_wrap .scheme_default.vc_row .sc_layouts_row_delimiter,.footer_wrap .scheme_default.sc_layouts_row_delimiter,.scheme_default.footer_wrap .sc_layouts_row_delimiter{
    border-color:#e5e5e5
}
.scheme_default .sc_layouts_item_icon{
    color:#b7b7b7
}
.scheme_default .sc_layouts_item_details_line1{
    color:#d60063
}
.scheme_default .sc_layouts_item_details_line2{
    color:#1d1d1d
}
.scheme_default .sc_layouts_row_fixed_on{
    background-color:#ffffff
}
/* Row type:Narrow */
.scheme_default .sc_layouts_row.sc_layouts_row_type_narrow,.scheme_default.sc_layouts_row.sc_layouts_row_type_narrow{
    color:#333333;
     background-color:#f3f5f7
}
.scheme_default .sc_layouts_row_type_narrow .sc_layouts_item,.scheme_default.sc_layouts_row_type_narrow .sc_layouts_item{
    color:#333333
}
.scheme_default .sc_layouts_row_type_narrow .sc_layouts_item a,.scheme_default.sc_layouts_row_type_narrow .sc_layouts_item a{
    color:#333333
}
.scheme_default .sc_layouts_row_type_narrow .sc_layouts_item a:hover,.scheme_default .sc_layouts_row_type_narrow .sc_layouts_item a:hover .sc_layouts_item_icon,.scheme_default.sc_layouts_row_type_narrow .sc_layouts_item a:hover,.scheme_default.sc_layouts_row_type_narrow .sc_layouts_item a:hover .sc_layouts_item_icon{
    color:#1d1d1d
}
.scheme_default .sc_layouts_row_type_narrow .sc_layouts_item_icon,.scheme_default.sc_layouts_row_type_narrow .sc_layouts_item_icon{
    color:#9b9aa0
}
.scheme_default .sc_layouts_row_type_narrow .sc_layouts_item_details_line1,.scheme_default .sc_layouts_row_type_narrow .sc_layouts_item_details_line2,.scheme_default.sc_layouts_row_type_narrow .sc_layouts_item_details_line1,.scheme_default.sc_layouts_row_type_narrow .sc_layouts_item_details_line2{
    color:#333333
}
.scheme_default .sc_layouts_row_type_narrow .socials_wrap .social_item .social_icon,.scheme_default.sc_layouts_row_type_narrow .socials_wrap .social_item .social_icon{
    background-color:transparent;
     color:#9b9aa0
}
.scheme_default .sc_layouts_row_type_narrow .socials_wrap .social_item:hover .social_icon,.scheme_default.sc_layouts_row_type_narrow .socials_wrap .social_item:hover .social_icon{
    background-color:transparent;
     color:#d60063
}
.scheme_default .sc_layouts_row_type_narrow .sc_button,.scheme_default.sc_layouts_row_type_narrow .sc_button{
    background-color:transparent;
     border-color:#9b9aa0;
     color:#9b9aa0
}
.scheme_default .sc_layouts_row_type_narrow .sc_button:hover,.scheme_default.sc_layouts_row_type_narrow .sc_button:hover{
    background-color:transparent;
     border-color:#d60063;
     color:#d60063 !important
}
.scheme_default .sc_layouts_row_type_narrow .sc_button.color_style_link2,.scheme_default.sc_layouts_row_type_narrow .sc_button.color_style_link2{
    border-color:#8be77c;
     color:#8be77c
}
.scheme_default .sc_layouts_row_type_narrow .sc_button.color_style_link2:hover,.scheme_default.sc_layouts_row_type_narrow .sc_button.color_style_link2:hover{
    border-color:#80d572;
     color:#80d572 !important
}
.scheme_default .sc_layouts_row_type_narrow .sc_button.color_style_link3,.scheme_default.sc_layouts_row_type_narrow .sc_button.color_style_link3{
    border-color:#eec432;
     color:#eec432
}
.scheme_default .sc_layouts_row_type_narrow .sc_button.color_style_link3:hover,.scheme_default.sc_layouts_row_type_narrow .sc_button.color_style_link2:hover{
    border-color:#ddb837;
     color:#ddb837 !important
}
.scheme_default .sc_layouts_row_type_narrow .sc_button.color_style_dark,.scheme_default.sc_layouts_row_type_narrow .sc_button.color_style_dark{
    border-color:#1d1d1d;
     color:#1d1d1d
}
.scheme_default .sc_layouts_row_type_narrow .sc_button.color_style_dark:hover,.scheme_default.sc_layouts_row_type_narrow .sc_button.color_style_dark:hover{
    border-color:#9b9aa0;
     color:#9b9aa0 !important
}
.scheme_default .sc_layouts_row_type_narrow .search_wrap .search_submit,.scheme_default.sc_layouts_row_type_narrow .search_wrap .search_submit{
    background-color:transparent;
     color:#9b9aa0
}
.scheme_default .sc_layouts_row_type_narrow .search_wrap .search_field,.scheme_default.sc_layouts_row_type_narrow .search_wrap .search_field{
    color:#333333
}
.scheme_default .sc_layouts_row_type_narrow .search_wrap .search_field::-webkit-input-placeholder,.scheme_default.sc_layouts_row_type_narrow .search_wrap .search_field::-webkit-input-placeholder{
    color:#333333
}
.scheme_default .sc_layouts_row_type_narrow .search_wrap .search_field::-moz-placeholder,.scheme_default.sc_layouts_row_type_narrow .search_wrap .search_field::-moz-placeholder{
    color:#333333
}
.scheme_default .sc_layouts_row_type_narrow .search_wrap .search_field:-ms-input-placeholder,.scheme_default.sc_layouts_row_type_narrow .search_wrap .search_field:-ms-input-placeholder{
    color:#333333
}
.scheme_default .sc_layouts_row_type_narrow .search_wrap .search_field:focus,.scheme_default.sc_layouts_row_type_narrow .search_wrap .search_field:focus{
    color:#1d1d1d
}
/* Row type:Compact */
.scheme_default .sc_layouts_row_type_compact .sc_layouts_item,.scheme_default.sc_layouts_row_type_compact .sc_layouts_item{
    color:#9b9aa0
}
.scheme_default .sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button),.scheme_default.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button){
    color:#9b9aa0
}
.scheme_default .sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button):hover,.scheme_default.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button):hover,.scheme_default .sc_layouts_row_type_compact .sc_layouts_item a:hover .sc_layouts_item_icon,.scheme_default.sc_layouts_row_type_compact .sc_layouts_item a:hover .sc_layouts_item_icon{
    color:#1d1d1d
}
.scheme_default .sc_layouts_row_type_compact .sc_layouts_item_icon,.scheme_default.sc_layouts_row_type_compact .sc_layouts_item_icon{
    color:#d60063
}
.scheme_default .sc_layouts_row_type_compact .sc_layouts_item_details_line1,.scheme_default .sc_layouts_row_type_compact .sc_layouts_item_details_line2,.scheme_default.sc_layouts_row_type_compact .sc_layouts_item_details_line1,.scheme_default.sc_layouts_row_type_compact .sc_layouts_item_details_line2{
    color:#9b9aa0
}
.scheme_default .sc_layouts_row_type_compact .socials_wrap .social_item .social_icon,.scheme_default.sc_layouts_row_type_compact .socials_wrap .social_item .social_icon{
    background-color:transparent;
     color:#1d1d1d
}
.scheme_default .sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon,.scheme_default.sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon{
    background-color:transparent;
     color:#fe7259
}
.scheme_default .sc_layouts_row_type_compact .search_wrap .search_submit,.scheme_default.sc_layouts_row_type_compact .search_wrap .search_submit{
    background-color:transparent;
     color:#1d1d1d
}
.scheme_default .sc_layouts_row_type_compact .search_wrap .search_submit:hover,.scheme_default.sc_layouts_row_type_compact .search_wrap .search_submit:hover{
    background-color:transparent;
     color:#fe7259
}
.scheme_default .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit,.scheme_default.sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit{
    color:#d60063
}
.scheme_default .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit:hover,.scheme_default.sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit:hover{
    color:#fe7259
}
.scheme_default .sc_layouts_row_type_compact .search_wrap .search_field::-webkit-input-placeholder,.scheme_default.sc_layouts_row_type_compact .search_wrap .search_field::-webkit-input-placeholder{
    color:#9b9aa0
}
.scheme_default .sc_layouts_row_type_compact .search_wrap .search_field::-moz-placeholder,.scheme_default.sc_layouts_row_type_compact .search_wrap .search_field::-moz-placeholder{
    color:#9b9aa0
}
.scheme_default .sc_layouts_row_type_compact .search_wrap .search_field:-ms-input-placeholder,.scheme_default.sc_layouts_row_type_compact .search_wrap .search_field:-ms-input-placeholder{
    color:#9b9aa0
}
/* Row type:Normal */
.scheme_default .sc_layouts_row_type_normal .sc_layouts_item,.scheme_default.sc_layouts_row_type_normal .sc_layouts_item{
    color:#9b9aa0
}
.scheme_default .sc_layouts_row_type_normal .sc_layouts_item a,.scheme_default.sc_layouts_row_type_normal .sc_layouts_item a{
    color:#9b9aa0
}
.scheme_default .sc_layouts_row_type_normal .sc_layouts_item a:hover,.scheme_default.sc_layouts_row_type_normal .sc_layouts_item a:hover,.scheme_default .sc_layouts_row_type_normal .sc_layouts_item a:hover .sc_layouts_item_icon,.scheme_default.sc_layouts_row_type_normal .sc_layouts_item a:hover .sc_layouts_item_icon{
    color:#1d1d1d
}
.scheme_default .sc_layouts_row_type_normal .search_wrap .search_submit,.scheme_default.sc_layouts_row_type_normal .search_wrap .search_submit{
    background-color:transparent;
     color:#b7b7b7
}
.scheme_default .sc_layouts_row_type_normal .search_wrap .search_submit:hover,.scheme_default.sc_layouts_row_type_normal .search_wrap .search_submit:hover{
    background-color:transparent;
     color:#1d1d1d
}
.scheme_default .sc_layouts_logo b{
    color:#1d1d1d
}
.scheme_default .sc_layouts_logo i{
    color:#d60063
}
.scheme_default .sc_layouts_logo_text{
    color:#d60063
}
.scheme_default .sc_layouts_logo:hover .logo_text{
    color:#1d1d1d
}
.scheme_default .logo_slogan{
    color:#9b9aa0
}
.scheme_default .search_style_expand.search_opened{
    background-color:#ffffff;
     border-color:#e5e5e5
}
.scheme_default .search_style_expand.search_opened .search_submit{
    color:#9b9aa0
}
.scheme_default .search_style_expand .search_submit:hover,.scheme_default .search_style_expand .search_submit:focus{
    color:#1d1d1d
}
.scheme_default .search_style_fullscreen.search_opened .search_form_wrap{
    background-color:rgba(255,255,255,0.9)
}
.scheme_default .search_style_fullscreen.search_opened .search_form{
    border-color:#1d1d1d
}
.scheme_default .search_style_fullscreen.search_opened .search_close,.scheme_default .search_style_fullscreen.search_opened .search_field,.scheme_default .search_style_fullscreen.search_opened .search_submit{
    color:#1d1d1d
}
.scheme_default .search_style_fullscreen.search_opened .search_close:hover,.scheme_default .search_style_fullscreen.search_opened .search_field:hover,.scheme_default .search_style_fullscreen.search_opened .search_field:focus,.scheme_default .search_style_fullscreen.search_opened .search_submit:hover,.scheme_default .search_style_fullscreen.search_opened .search_submit:focus{
    color:#9b9aa0
}
.scheme_default .search_style_fullscreen.search_opened .search_field::-webkit-input-placeholder{
    color:#b7b7b7;
     opacity:1
}
.scheme_default .search_style_fullscreen.search_opened .search_field::-moz-placeholder{
    color:#b7b7b7;
     opacity:1
}
.scheme_default .search_style_fullscreen.search_opened .search_field:-moz-placeholder{
    color:#b7b7b7;
     opacity:1
}
.scheme_default .search_style_fullscreen.search_opened .search_field:-ms-input-placeholder{
    color:#b7b7b7;
     opacity:1
}
.scheme_default .search_wrap .search_results{
    background-color:#ffffff;
     border-color:#e5e5e5
}
.scheme_default .search_wrap .search_results:after{
    background-color:#ffffff;
     border-left-color:#e5e5e5;
     border-top-color:#e5e5e5
}
.scheme_default .search_wrap .search_results .search_results_close{
    color:#b7b7b7
}
.scheme_default .search_wrap .search_results .search_results_close:hover{
    color:#1d1d1d
}
.scheme_default .search_results.widget_area .post_item + .post_item{
    border-top-color:#e5e5e5
}
.scheme_default .sc_layouts_title .sc_layouts_title_meta,.scheme_default .sc_layouts_title .post_meta,.scheme_default .sc_layouts_title .post_meta_item,.scheme_default .sc_layouts_title .post_meta_item a,.scheme_default .sc_layouts_title .post_meta_item:before,.scheme_default .sc_layouts_title .post_meta_item:after,.scheme_default .sc_layouts_title .post_meta_item:hover:before,.scheme_default .sc_layouts_title .post_meta_item:hover:after,.scheme_default .sc_layouts_title .post_meta_item.post_categories,.scheme_default .sc_layouts_title .post_meta_item.post_categories a,.scheme_default .sc_layouts_title .post_date a,.scheme_default .sc_layouts_title .post_date:before,.scheme_default .sc_layouts_title .post_date:after,.scheme_default .sc_layouts_title .post_info .post_info_item,.scheme_default .sc_layouts_title .post_info .post_info_item a,.scheme_default .sc_layouts_title .post_info_counters .post_counters_item,.scheme_default .sc_layouts_title .post_counters .socials_share .socials_caption:before,.scheme_default .sc_layouts_title .post_counters .socials_share .socials_caption:hover:before{
    color:#1d1d1d
}
.scheme_default .sc_layouts_title .post_date a:hover,.scheme_default .sc_layouts_title .post_date:hover:after,.scheme_default .sc_layouts_title a.post_meta_item:hover,.scheme_default .sc_layouts_title a.post_meta_item:hover:before,.scheme_default .sc_layouts_title .post_meta_item a:hover,.scheme_default .sc_layouts_title .post_meta_item a:hover:before,.scheme_default .sc_layouts_title .post_meta_item.post_categories a:hover,.scheme_default .sc_layouts_title .post_info .post_info_item a:hover,.scheme_default .sc_layouts_title .post_info_counters .post_counters_item:hover{
    color:#b7b7b7
}
.scheme_default .sc_layouts_title .sc_layouts_title_description{
    color:#1d1d1d
}
.scheme_default .sc_layouts_title_breadcrumbs{
    color:#1d1d1d
}
.scheme_default .sc_layouts_title_breadcrumbs a{
    color:#1d1d1d !important
}
.scheme_default .sc_layouts_title_breadcrumbs a:hover{
    color:#b7b7b7 !important
}
.scheme_default .sc_layouts_menu_nav>li>a{
    color:#1d1d1d
}
.scheme_default .sc_layouts_menu_nav>li>a:hover,.scheme_default .sc_layouts_menu_nav>li.sfHover>a{
    color:#d60063 !important
}
.scheme_default .sc_layouts_menu_nav>li.current-menu-item>a,.scheme_default .sc_layouts_menu_nav>li.current-menu-parent>a,.scheme_default .sc_layouts_menu_nav>li.current-menu-ancestor>a{
    color:#1d1d1d !important
}
.scheme_default .sc_layouts_menu_nav .menu-collapse>a:before{
    color:#333333
}
.scheme_default .sc_layouts_menu_nav .menu-collapse>a:after{
    background-color:#f3f5f7
}
.scheme_default .sc_layouts_menu_nav .menu-collapse>a:hover:before{
    color:#9b9aa0
}
.scheme_default .sc_layouts_menu_nav .menu-collapse>a:hover:after{
    background-color:#e6e8eb
}
.scheme_default .sc_layouts_menu_popup .sc_layouts_menu_nav,.scheme_default .sc_layouts_menu_nav>li ul{
    background-color:#0f0f3b
}
.scheme_default .sc_layouts_menu_popup .sc_layouts_menu_nav>li>a,.scheme_default .sc_layouts_menu_nav>li li>a{
    color:#bfbfbf !important
}
.scheme_default .sc_layouts_menu_popup .sc_layouts_menu_nav>li>a:hover,.scheme_default .sc_layouts_menu_popup .sc_layouts_menu_nav>li.sfHover>a,.scheme_default .sc_layouts_menu_nav>li li>a:hover,.scheme_default .sc_layouts_menu_nav>li li.sfHover>a{
    color:#fe7259 !important;
     background-color:#1a1a44
}
.scheme_default .sc_layouts_menu_nav li[class*="columns-"] li.menu-item-has-children>a:hover,.scheme_default .sc_layouts_menu_nav li[class*="columns-"] li.menu-item-has-children.sfHover>a{
    color:#bfbfbf !important;
     background-color:transparent
}
.scheme_default .sc_layouts_menu_nav>li li[class*="icon-"]:before{
    color:#fe7259
}
.scheme_default .sc_layouts_menu_nav>li li[class*="icon-"]:hover:before,.scheme_default .sc_layouts_menu_nav>li li[class*="icon-"].shHover:before{
    color:#fe7259
}
.scheme_default .sc_layouts_menu_nav>li li.current-menu-item>a,.scheme_default .sc_layouts_menu_nav>li li.current-menu-parent>a,.scheme_default .sc_layouts_menu_nav>li li.current-menu-ancestor>a{
    color:#fe7259 !important
}
.scheme_default .sc_layouts_menu_nav>li li.current-menu-item:before,.scheme_default .sc_layouts_menu_nav>li li.current-menu-parent:before,.scheme_default .sc_layouts_menu_nav>li li.current-menu-ancestor:before{
    color:#fe7259 !important
}
.scheme_default.menu_side_wrap .menu_side_button{
    color:#1d1d1d;
     border-color:#e5e5e5;
     background-color:rgba(243,245,247,0.7)
}
.scheme_default.menu_side_wrap .menu_side_button:hover{
    color:#1d1d1d;
     border-color:#d60063;
     background-color:#9b9aa0
}
.scheme_default .menu_side_inner,.scheme_default .menu_mobile_inner{
    color:#333333;
     background-color:#f3f5f7
}
.scheme_default .menu_mobile_button{
    color:#1d1d1d
}
.scheme_default .menu_mobile_button:hover{
    color:#d60063
}
.scheme_default .menu_mobile_close:before,.scheme_default .menu_mobile_close:after{
    border-color:#1d1d1d
}
.scheme_default .menu_mobile_close:hover:before,.scheme_default .menu_mobile_close:hover:after{
    border-color:#9b9aa0
}
.scheme_default .menu_mobile_inner a,.scheme_default .menu_mobile_inner .menu_mobile_nav_area li:before{
    color:#1d1d1d
}
.scheme_default .menu_mobile_inner a:hover,.scheme_default .menu_mobile_inner .current-menu-ancestor>a,.scheme_default .menu_mobile_inner .current-menu-item>a,.scheme_default .menu_mobile_inner .menu_mobile_nav_area li:hover:before,.scheme_default .menu_mobile_inner .menu_mobile_nav_area li.current-menu-ancestor:before,.scheme_default .menu_mobile_inner .menu_mobile_nav_area li.current-menu-item:before{
    color:#9b9aa0
}
.scheme_default .menu_mobile_inner .search_mobile .search_submit{
    color:#d0d0d0
}
.scheme_default .menu_mobile_inner .search_mobile .search_submit:focus,.scheme_default .menu_mobile_inner .search_mobile .search_submit:hover{
    color:#1d1d1d
}
.scheme_default .menu_mobile_inner .social_item .social_icon{
    color:#9b9aa0
}
.scheme_default .menu_mobile_inner .social_item:hover .social_icon{
    color:#1d1d1d
}
.scheme_default .menu_hover_fade_box .sc_layouts_menu_nav>a:hover,.scheme_default .menu_hover_fade_box .sc_layouts_menu_nav>li>a:hover,.scheme_default .menu_hover_fade_box .sc_layouts_menu_nav>li.sfHover>a{
    color:#9b9aa0;
     background-color:#f3f5f7
}
.scheme_default .menu_hover_slide_line .sc_layouts_menu_nav>li#blob{
    background-color:#d60063
}
.scheme_default .menu_hover_slide_box .sc_layouts_menu_nav>li#blob{
    background-color:#f3f5f7
}
.scheme_default .menu_hover_zoom_line .sc_layouts_menu_nav>li>a:before{
    background-color:#d60063
}
.scheme_default .menu_hover_path_line .sc_layouts_menu_nav>li:before,.scheme_default .menu_hover_path_line .sc_layouts_menu_nav>li:after,.scheme_default .menu_hover_path_line .sc_layouts_menu_nav>li>a:before,.scheme_default .menu_hover_path_line .sc_layouts_menu_nav>li>a:after{
    background-color:#d60063
}
.scheme_default .menu_hover_roll_down .sc_layouts_menu_nav>li>a:before{
    background-color:#d60063
}
.scheme_default .menu_hover_color_line .sc_layouts_menu_nav>li>a:before{
    background-color:#1d1d1d
}
.scheme_default .menu_hover_color_line .sc_layouts_menu_nav>li>a:after,.scheme_default .menu_hover_color_line .sc_layouts_menu_nav>li.menu-item-has-children>a:after{
    background-color:#d60063
}
.scheme_default .menu_hover_color_line .sc_layouts_menu_nav>li.sfHover>a,.scheme_default .menu_hover_color_line .sc_layouts_menu_nav>li>a:hover,.scheme_default .menu_hover_color_line .sc_layouts_menu_nav>li>a:focus{
    color:#d60063
}
.scheme_default.sc_layouts_row .vc_separator.vc_sep_color_grey .vc_sep_line,.scheme_default .sc_layouts_row .vc_separator.vc_sep_color_grey .vc_sep_line{
    border-color:#e5e5e5
}
.scheme_default .sc_layouts_cart_items_short{
    background-color:#1d1d1d;
     color:#ffffff
}
.scheme_default .sc_layouts_cart_widget{
    border-color:#e5e5e5;
     background-color:#ffffff;
     color:#9b9aa0
}
.scheme_default .sc_layouts_cart_widget:after{
    border-color:#e5e5e5;
     background-color:#ffffff
}
.scheme_default .sc_layouts_cart_widget .sc_layouts_cart_widget_close{
    color:#b7b7b7
}
.scheme_default .sc_layouts_cart_widget .sc_layouts_cart_widget_close:hover{
    color:#1d1d1d
}
.scheme_default .sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-selected{
    color:#333333
}
.scheme_default .sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-selected:hover{
    color:#1d1d1d
}
.scheme_default .sc_layouts_currency .chosen-container .chosen-results,.scheme_default .sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-options-holder,.scheme_default .sc_layouts_currency .woocommerce-currency-switcher-form .dd-options,.scheme_default .sc_layouts_currency .woocommerce-currency-switcher-form .dd-option{
    background:#f3f5f7;
     color:#1d1d1d
}
.scheme_default .sc_layouts_currency .chosen-container .chosen-results li,.scheme_default .sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-option{
    color:#1d1d1d
}
.scheme_default .sc_layouts_currency .chosen-container .active-result.highlighted,.scheme_default .sc_layouts_currency .chosen-container .active-result.result-selected,.scheme_default .sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-option:hover,.scheme_default .sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-options-holder .wSelect-option-selected,.scheme_default .sc_layouts_currency .woocommerce-currency-switcher-form .dd-option:hover,.scheme_default .sc_layouts_currency .woocommerce-currency-switcher-form .dd-option-selected{
    color:#9b9aa0 !important
}
.scheme_default .sc_layouts_currency .woocommerce-currency-switcher-form .dd-option-description{
    color:#333333
}
.scheme_default .trx_addons_accent,.scheme_default .trx_addons_accent>a,.scheme_default .trx_addons_accent>*{
    color:#d60063
}
.scheme_default .trx_addons_accent>a:hover{
    color:#1d1d1d
}
.scheme_default .sidebar .trx_addons_accent,.scheme_default.sidebar .trx_addons_accent,.scheme_default .sidebar .trx_addons_accent>a,.scheme_default.sidebar .trx_addons_accent>a,.scheme_default .sidebar .trx_addons_accent>*,.scheme_default.sidebar .trx_addons_accent>*,.scheme_default .footer_wrap .trx_addons_accent,.scheme_default.footer_wrap .trx_addons_accent,.scheme_default .footer_wrap .trx_addons_accent>a,.scheme_default.footer_wrap .trx_addons_accent>a,.scheme_default .footer_wrap .trx_addons_accent>*,.scheme_default.footer_wrap .trx_addons_accent>*{
    color:#9b9aa0
}
.scheme_default .sidebar .trx_addons_accent>a:hover,.scheme_default.sidebar .trx_addons_accent>a:hover,.scheme_default .footer_wrap .trx_addons_accent>a:hover,.scheme_default.footer_wrap .trx_addons_accent>a:hover{
    color:#1d1d1d
}
.scheme_default .trx_addons_hover,.scheme_default .trx_addons_hover>*{
    color:#fe7259
}
.scheme_default .trx_addons_accent_bg{
    background-color:#d60063;
     color:#1d1d1d
}
.scheme_default .trx_addons_inverse{
    color:#ffffff;
     background-color:#1d1d1d
}
.scheme_default .trx_addons_dark,.scheme_default .trx_addons_dark>a{
    color:#1d1d1d
}
.scheme_default .trx_addons_dark>a:hover{
    color:#d60063
}
.scheme_default .trx_addons_inverse,.scheme_default .trx_addons_inverse>a{
    color:#ffffff;
     background-color:#1d1d1d
}
.scheme_default .trx_addons_inverse>a:hover{
    color:#1d1d1d
}
.scheme_default .trx_addons_dropcap_style_1{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default .trx_addons_dropcap_style_2{
    color:#1d1d1d;
     background-color:#fe7259
}
.scheme_default ul[class*="trx_addons_list"]>li:before{
    color:#d60063
}
.scheme_default ul[class*="trx_addons_list"][class*="_circled"]>li:before{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default .trx_addons_list_parameters>li + li{
    border-color:#e5e5e5
}
.scheme_default .trx_addons_tooltip{
    color:#1d1d1d;
     border-color:#1d1d1d
}
.scheme_default .trx_addons_tooltip:before{
    color:#ffffff;
     background-color:#1d1d1d
}
.scheme_default .trx_addons_tooltip:after{
    border-top-color:#1d1d1d
}
.scheme_default blockquote.trx_addons_blockquote_style_1:before,.scheme_default blockquote.trx_addons_blockquote_style_1{
    color:#ffffff;
     background-color:#1d1d1d
}
.scheme_default blockquote.trx_addons_blockquote_style_1 b{
    color:#ffffff
}
.scheme_default blockquote.trx_addons_blockquote_style_1 a,.scheme_default blockquote.trx_addons_blockquote_style_1 cite{
    color:#d60063
}
.scheme_default blockquote.trx_addons_blockquote_style_1 a:hover{
    color:#ffffff
}
.scheme_default blockquote.trx_addons_blockquote_style_2{
    color:#1d1d1d;
     background-color:#d60063
}
.scheme_default blockquote.trx_addons_blockquote_style_2:before,.scheme_default blockquote.trx_addons_blockquote_style_2 a,.scheme_default blockquote.trx_addons_blockquote_style_2 cite{
    color:#ffffff
}
.scheme_default blockquote.trx_addons_blockquote_style_2 a:hover{
    color:#1d1d1d
}
.scheme_default .trx_addons_hover_mask{
    background-color:rgba(15,15,59,0.7)
}
.scheme_default .trx_addons_hover_title{
    color:#ffffff
}
.scheme_default .trx_addons_hover_text{
    color:#bfbfbf
}
.scheme_default .trx_addons_hover_icon,.scheme_default .trx_addons_hover_links a{
    color:#ffffff;
     background-color:#72cfd5
}
.scheme_default .trx_addons_hover_icon:hover,.scheme_default .trx_addons_hover_links a:hover{
    color:#1d1d1d !important;
     background-color:#fe7259
}
.scheme_default .widget .trx_addons_tabs .trx_addons_tabs_titles li a{
    color:#333333;
     background-color:#e5e5e5
}
.scheme_default .widget .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active a,.scheme_default .widget .trx_addons_tabs .trx_addons_tabs_titles li a:hover{
    color:#ffffff;
     background-color:#9b9aa0
}
.scheme_default .slider_swiper .slide_info.slide_info_large{
    background-color:rgba(255,255,255,0.7)
}
.scheme_default .slider_swiper .slide_info.slide_info_large:hover{
    background-color:#ffffff
}
.scheme_default .slider_swiper .slide_info.slide_info_large .slide_cats a{
    color:#d60063
}
.scheme_default .slider_swiper .slide_info.slide_info_large .slide_title a{
    color:#1d1d1d
}
.scheme_default .slider_swiper .slide_info.slide_info_large .slide_date{
    color:#9b9aa0
}
.scheme_default .slider_swiper .slide_info.slide_info_large:hover .slide_date{
    color:#b7b7b7
}
.scheme_default .slider_swiper .slide_info.slide_info_large .slide_cats a:hover,.scheme_default .slider_swiper .slide_info.slide_info_large .slide_title a:hover{
    color:#fe7259
}
.scheme_default .slider_swiper.slider_multi .slide_cats a:hover,.scheme_default .slider_swiper.slider_multi .slide_title a:hover,.scheme_default .slider_swiper.slider_multi a:hover .slide_title{
    color:#fe7259
}
.scheme_default .sc_slider_controls .slider_controls_wrap>a,.scheme_default .slider_swiper.slider_controls_side .slider_controls_wrap>a,.scheme_default .slider_outer_controls_side .slider_controls_wrap>a{
    color:#d60063;
     background-color:#1d1d1d;
     border-color:#1d1d1d
}
.scheme_default .sc_slider_controls .slider_controls_wrap>a:hover,.scheme_default .slider_swiper.slider_controls_side .slider_controls_wrap>a:hover,.scheme_default .slider_outer_controls_side .slider_controls_wrap>a:hover{
    color:#ffffff;
     background-color:#d60063;
     border-color:#d60063
}
.scheme_default .slider_swiper.slider_controls_top .slider_controls_wrap>a,.scheme_default .slider_swiper.slider_controls_bottom .slider_controls_wrap>a,.scheme_default .slider_outer_controls_top .slider_controls_wrap>a,.scheme_default .slider_outer_controls_bottom .slider_controls_wrap>a{
    color:#ffffff;
     background-color:#1d1d1d;
     border-color:#1d1d1d
}
.scheme_default .slider_swiper.slider_controls_top .slider_controls_wrap>a:hover,.scheme_default .slider_swiper.slider_controls_bottom .slider_controls_wrap>a:hover,.scheme_default .slider_outer_controls_top .slider_controls_wrap>a:hover,.scheme_default .slider_outer_controls_bottom .slider_controls_wrap>a:hover{
    color:#ffffff;
     border-color:#d60063;
     background-color:#d60063
}
.scheme_default .slider_swiper .slider_pagination_wrap .swiper-pagination-bullet,.scheme_default .slider_swiper_outer .slider_pagination_wrap .swiper-pagination-bullet,.scheme_default .swiper-pagination-custom .swiper-pagination-button{
    border-color:#e5e5e5;
     background-color:#f3f5f7
}
.scheme_default .swiper-pagination-custom .swiper-pagination-button.swiper-pagination-button-active,.scheme_default .slider_swiper .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,.scheme_default .slider_swiper_outer .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,.scheme_default .slider_swiper .slider_pagination_wrap .swiper-pagination-bullet:hover,.scheme_default .slider_swiper_outer .slider_pagination_wrap .swiper-pagination-bullet:hover{
    border-color:#d60063;
     background-color:#d60063
}
.scheme_default .slider_swiper .swiper-pagination-progress .swiper-pagination-progressbar,.scheme_default .slider_swiper_outer .swiper-pagination-progress .swiper-pagination-progressbar{
    background-color:#d60063
}
.scheme_default .slider_swiper_outer>.swiper-pagination-fraction{
    color:#1d1d1d
}
.scheme_default .slider_titles_outside_wrap .slide_title a{
    color:#1d1d1d
}
.scheme_default .slider_titles_outside_wrap .slide_title a:hover{
    color:#d60063
}
.scheme_default .slider_titles_outside_wrap .slide_cats,.scheme_default .slider_titles_outside_wrap .slide_subtitle{
    color:#d60063
}
.scheme_default .slider_style_modern .slider_controls_label{
    color:#ffffff
}
.scheme_default .slider_style_modern .slider_pagination_wrap{
    color:#b7b7b7
}
.scheme_default .slider_style_modern .swiper-pagination-current{
    color:#1d1d1d
}
.scheme_default .sc_slider_controller .swiper-slide.swiper-slide-active{
    border-color:#d60063
}
.scheme_default .sc_slider_controller_titles .swiper-slide{
    background-color:#f3f5f7
}
.scheme_default .sc_slider_controller_titles .swiper-slide:after{
    background-color:#e5e5e5
}
.scheme_default .sc_slider_controller_titles .swiper-slide.swiper-slide-active{
    background-color:#ffffff
}
.scheme_default .sc_slider_controller_titles .sc_slider_controller_info_title{
    color:#1d1d1d
}
.scheme_default .sc_slider_controller_titles .sc_slider_controller_info_number{
    color:#b7b7b7
}
.scheme_default .sc_slider_controller_titles .slider_controls_wrap>a{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default .sc_slider_controller_titles .slider_controls_wrap>a:hover{
    color:#ffffff;
     background-color:#1d1d1d
}
.scheme_default .widget_categories_list .categories_list_style_2 .categories_list_title a:hover{
    color:#1d1d1d
}
.scheme_default .widget_contacts .contacts_info{
    color:#333333
}
.scheme_default .widget_contacts .contacts_info span:before{
    color:#9b9aa0
}
.scheme_default .widget_contacts .contacts_info span a{
    color:#1d1d1d
}
.scheme_default .widget_contacts .contacts_info span a:hover{
    color:#9b9aa0
}
/* Attention! This widget placed in the content area and should use main text colors */
.scheme_default .sc_recent_news_header{
    border-color:#1d1d1d
}
.scheme_default .sc_recent_news_header_category_item_more{
    color:#d60063
}
.scheme_default .sc_recent_news_header_more_categories{
    border-color:#313131;
     background-color:#0f0f3b
}
.scheme_default .sc_recent_news_header_more_categories>a{
    color:#72cfd5
}
.scheme_default .sc_recent_news_header_more_categories>a:hover{
    color:#fe7259;
     background-color:#1a1a44
}
.scheme_default .sc_recent_news .post_counters_item,.scheme_default .sc_recent_news .post_counters .post_counters_edit a{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default .sc_recent_news .post_counters_item:hover,.scheme_default .sc_recent_news .post_counters .post_counters_edit a:hover{
    color:#ffffff;
     background-color:#1d1d1d
}
.scheme_default .sidebar_inner .sc_recent_news .post_counters_item:hover,.scheme_default .sidebar_inner .sc_recent_news .post_counters .post_counters_edit a:hover{
    color:#1d1d1d;
     background-color:#f3f5f7
}
.scheme_default .sc_recent_news_style_news-magazine .post_accented_border{
    border-color:#e5e5e5
}
.scheme_default .sc_recent_news_style_news-excerpt .post_item{
    border-color:#e5e5e5
}
.scheme_default .widget_twitter .widget_content .sc_twitter_item,.scheme_default .widget_twitter .widget_content li{
    color:#9b9aa0
}
.scheme_default .widget_twitter .widget_content .sc_twitter_item .sc_twitter_item_icon{
    color:#d60063 !important
}
.scheme_default .widget_twitter .swiper-pagination-bullet{
    background-color:#b7b7b7
}
.scheme_default .widget_twitter .swiper-pagination-bullet-active{
    background-color:#d60063
}
.scheme_default .widget_twitter .widget_content .sc_twitter_list li{
    color:#333333
}
.scheme_default .widget_twitter .widget_content .sc_twitter_list li:before{
    color:#9b9aa0 !important
}
.scheme_default .sc_item_subtitle{
    color:#d60063
}
.scheme_default .color_style_link2 .sc_item_subtitle{
    color:#80d572
}
.scheme_default .color_style_link3 .sc_item_subtitle{
    color:#ddb837
}
.scheme_default .sc_item_subtitle.sc_item_title_style_shadow{
    color:#b7b7b7
}
.scheme_default .theme_scroll_down:hover{
    color:#d60063
}
.scheme_default .sc_action_item .sc_action_item_subtitle{
    color:#d60063
}
.scheme_default .sc_action_item.color_style_link2 .sc_action_item_subtitle{
    color:#80d572
}
.scheme_default .sc_action_item.color_style_link3 .sc_action_item_subtitle{
    color:#ddb837
}
.scheme_default .sc_action_item.color_style_dark .sc_action_item_subtitle{
    color:#1d1d1d
}
.scheme_default .sc_action_item_date,.scheme_default .sc_action_item_info{
    color:#1d1d1d;
     border-color:#9b9aa0
}
.scheme_default .sc_action_item_description{
    color:#9b9aa0
}
.scheme_default .sc_action_item_event.with_image .sc_action_item_inner{
    background-color:#ffffff
}
.scheme_default.menu_side_icons .toc_menu_item .toc_menu_icon,.scheme_default .menu_side_inner>.toc_menu_item .toc_menu_icon{
    background-color:#ffffff;
     border-color:#e5e5e5;
     color:#d60063
}
.scheme_default.menu_side_icons .toc_menu_item:hover .toc_menu_icon,.scheme_default.menu_side_icons .toc_menu_item_active .toc_menu_icon,.scheme_default .menu_side_inner>.toc_menu_item:hover .toc_menu_icon,.scheme_default .menu_side_inner>.toc_menu_item_active .toc_menu_icon{
    background-color:#d60063;
     color:#ffffff
}
.scheme_default.menu_side_icons .toc_menu_icon_default:before,.scheme_default .menu_side_inner>.toc_menu_icon_default:before{
    background-color:#d60063
}
.scheme_default.menu_side_icons .toc_menu_item:hover .toc_menu_icon_default:before,.scheme_default.menu_side_icons .toc_menu_item_active .toc_menu_icon_default:before,.scheme_default .menu_side_inner>.toc_menu_item:hover .toc_menu_icon_default:before,.scheme_default .menu_side_inner>.toc_menu_item_active .toc_menu_icon_default:before{
    background-color:#1d1d1d
}
.scheme_default.menu_side_icons .toc_menu_item .toc_menu_description,.scheme_default .menu_side_inner>.toc_menu_item .toc_menu_description{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon{
    background-color:#f3f5f7;
     color:#333333
}
.scheme_default.menu_side_dots #toc_menu .toc_menu_item:hover .toc_menu_icon,.scheme_default.menu_side_dots #toc_menu .toc_menu_item_active .toc_menu_icon{
    color:#9b9aa0
}
.scheme_default.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon:before{
    background-color:#9b9aa0
}
.scheme_default.menu_side_dots #toc_menu .toc_menu_item:hover .toc_menu_icon:before{
    background-color:#d60063
}
.scheme_default .sc_blogger.slider_swiper .swiper-pagination-bullet{
    border-color:#b7b7b7
}
.scheme_default .sc_blogger_item{
    background-color:rgba(255,255,255,0)
}
.scheme_default .sc_blogger_post_meta{
    color:#b7b7b7
}
.scheme_default .sc_blogger_item_title a{
    color:#1d1d1d
}
.scheme_default .sc_blogger_item_title a:hover{
    color:#9b9aa0
}
.scheme_default .sc_blogger_post_meta{
    color:#b7b7b7
}
.scheme_default .sc_blogger_item_content{
    color:#333333
}
.scheme_default .sc_blogger_item .more-link{
    color:#9b9aa0
}
.scheme_default .sc_blogger_item .more-link:hover{
    color:#1d1d1d
}
.scheme_default .sc_cars_columns_1 .sc_cars_item{
    background-color:#f3f5f7
}
.scheme_default .sc_cars_item_status>a,.scheme_default .sc_cars_item_type>a,.scheme_default .sc_cars_item_compare{
    color:#b7b7b7
}
.scheme_default .sc_cars_item_compare.in_compare_list{
    color:#d60063
}
.scheme_default .sc_cars_item_status>a:hover,.scheme_default .sc_cars_item_type>a:hover,.scheme_default .sc_cars_item_compare:hover,.scheme_default .sc_cars_item_compare.in_compare_list:hover{
    color:#1d1d1d
}
.scheme_default .sc_cars_item_options .sc_cars_item_row_address,.scheme_default .sc_cars_item_options .sc_cars_item_row_meta{
    color:#b7b7b7
}
.scheme_default .cars_page_title .cars_page_status>a{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default .cars_page_title .cars_page_status>a:hover{
    color:#1d1d1d;
     background-color:#e30c69
}
.scheme_default .cars_page_title_address{
    color:#b7b7b7
}
.scheme_default .cars_price{
    color:#b7b7b7
}
.scheme_default .cars_page_attachments_list>a:before,.scheme_default .cars_page_features_list>a:before{
    color:#d60063
}
.scheme_default .cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles{
    border-color:#e5e5e5
}
.scheme_default .cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li>a{
    background-color:#f3f5f7;
     border-color:#f3f5f7;
     border-bottom-color:#e5e5e5
}
.scheme_default .cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active>a{
    border-color:#e5e5e5;
     background-color:#ffffff;
     border-bottom-color:#ffffff
}
.scheme_default .cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li:not(.ui-state-active)>a:hover{
    background-color:#e6e8eb;
     border-color:#e6e8eb #e6e8eb #e5e5e5
}
.scheme_default .cars_page_agent_info_position{
    color:#b7b7b7
}
.scheme_default .cars_page_agent_info_address:before,.scheme_default .cars_page_agent_info_phones>span:before{
    color:#1d1d1d
}
.scheme_default .cars_page_agent_info_profiles.socials_wrap .social_item .social_icon{
    color:#9b9aa0
}
.scheme_default .cars_search_form .cars_search_basic .cars_search_show_advanced{
    color:#b7b7b7;
     background-color:#e7eaed
}
.scheme_default .cars_search_form .cars_search_basic .cars_search_show_advanced:hover{
    color:#1d1d1d
}
.scheme_default .sc_cars_compare_data .cars_feature_present{
    color:#d60063
}
.scheme_default .sc_content_number{
    color:#e6e8eb
}
.scheme_default .sc_countdown_default .sc_countdown_digits span{
    color:#ffffff;
     border-color:#fe7259;
     background-color:#d60063
}
.scheme_default .sc_countdown_circle .sc_countdown_digits{
    color:#9b9aa0;
     border-color:#e5e5e5;
     background-color:#f3f5f7
}
.scheme_default .sc_courses.slider_swiper .swiper-pagination-bullet{
    border-color:#b7b7b7
}
.scheme_default .sc_courses_default .sc_courses_item{
    background-color:#f3f5f7
}
.scheme_default .sc_courses_default .sc_courses_item_categories{
    background-color:#1d1d1d
}
.scheme_default .sc_courses_default .sc_courses_item_categories a{
    color:#ffffff
}
.scheme_default .sc_courses_default .sc_courses_item_categories a:hover{
    color:#9b9aa0
}
.scheme_default .sc_courses_default .sc_courses_item_meta{
    color:#b7b7b7
}
.scheme_default .sc_courses_default .sc_courses_item_date{
    color:#1d1d1d
}
.scheme_default .sc_courses_default .sc_courses_item_price{
    color:#9b9aa0
}
.scheme_default .sc_courses_default .sc_courses_item_period{
    color:#b7b7b7
}
.scheme_default .courses_single .courses_page_meta{
    color:#b7b7b7
}
.scheme_default .courses_single .courses_page_meta_item_date{
    color:#1d1d1d
}
.scheme_default .courses_single .courses_page_period{
    color:#b7b7b7
}
.scheme_default .sc_dishes_default .sc_dishes_item{
    color:#333333;
     background-color:#f3f5f7
}
.scheme_default .sc_dishes_default .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default .sc_dishes_item_subtitle a{
    color:#9b9aa0
}
.scheme_default .sc_dishes_default .sc_dishes_item_subtitle a:hover{
    color:#d60063
}
.scheme_default .sc_dishes_default.color_style_link2 .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default.color_style_link2 .sc_dishes_item_subtitle a{
    color:#8be77c
}
.scheme_default .sc_dishes_default.color_style_link2 .sc_dishes_item_subtitle a:hover{
    color:#80d572
}
.scheme_default .sc_dishes_default.color_style_link3 .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default.color_style_link3 .sc_dishes_item_subtitle a{
    color:#eec432
}
.scheme_default .sc_dishes_default.color_style_link3 .sc_dishes_item_subtitle a:hover{
    color:#ddb837
}
.scheme_default .sc_dishes_default.color_style_dark .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default.color_style_dark .sc_dishes_item_subtitle a{
    color:#1d1d1d
}
.scheme_default .sc_dishes_default.color_style_dark .sc_dishes_item_subtitle a:hover{
    color:#9b9aa0
}
.scheme_default .sc_dishes_default .sc_dishes_item_featured_left,.scheme_default .sc_dishes_default .sc_dishes_item_featured_right{
    color:#9b9aa0;
     background-color:transparent
}
.scheme_default .sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,.scheme_default .sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_subtitle a{
    color:#d60063
}
.scheme_default .sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,.scheme_default .sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover{
    color:#fe7259
}
.scheme_default .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_left .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,.scheme_default .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_right .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a{
    color:#80d572
}
.scheme_default .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,.scheme_default .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover{
    color:#8be77c
}
.scheme_default .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_left .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,.scheme_default .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_right .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a{
    color:#ddb837
}
.scheme_default .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,.scheme_default .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover{
    color:#eec432
}
.scheme_default .sc_dishes_default.color_style_dark .sc_dishes_item_featured_left .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default.color_style_dark .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,.scheme_default .sc_dishes_default.color_style_dark .sc_dishes_item_featured_right .sc_dishes_item_subtitle,.scheme_default .sc_dishes_default.color_style_dark .sc_dishes_item_featured_right .sc_dishes_item_subtitle a{
    color:#1d1d1d
}
.scheme_default .sc_dishes_default.color_style_dark .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,.scheme_default .sc_dishes_default.color_style_dark .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover{
    color:#d60063
}
.scheme_default .sc_dishes_compact .sc_dishes_item{
    color:#333333;
     background-color:#f3f5f7
}
.scheme_default .sc_dishes_compact .sc_dishes_item_header{
    color:#ffffff;
     background-color:#1d1d1d
}
.scheme_default .sc_dishes_compact .sc_dishes_item_price,.scheme_default .sc_dishes_compact .sc_dishes_item_subtitle a{
    color:#ffffff
}
.scheme_default .sc_dishes_compact .sc_dishes_item_price:hover,.scheme_default .sc_dishes_compact .sc_dishes_item:hover .sc_dishes_item_price,.scheme_default .sc_dishes_compact .sc_dishes_item_subtitle a:hover,.scheme_default .sc_dishes_compact .sc_dishes_item:hover .sc_dishes_item_subtitle a{
    color:#d60063
}
.scheme_default .sc_dishes_compact.color_style_link2 .sc_dishes_item_price:hover,.scheme_default .sc_dishes_compact.color_style_link2 .sc_dishes_item:hover .sc_dishes_item_price,.scheme_default .sc_dishes_compact.color_style_link2 .sc_dishes_item_subtitle a:hover,.scheme_default .sc_dishes_compact.color_style_link2 .sc_dishes_item:hover .sc_dishes_item_subtitle a{
    color:#80d572
}
.scheme_default .sc_dishes_compact.color_style_link3 .sc_dishes_item_price:hover,.scheme_default .sc_dishes_compact.color_style_link3 .sc_dishes_item:hover .sc_dishes_item_price,.scheme_default .sc_dishes_compact.color_style_link3 .sc_dishes_item_subtitle a:hover,.scheme_default .sc_dishes_compact.color_style_link3 .sc_dishes_item:hover .sc_dishes_item_subtitle a{
    color:#ddb837
}
.scheme_default .sc_dishes_compact .sc_dishes_item_title a{
    color:#d60063
}
.scheme_default .sc_dishes_compact.color_style_link2 .sc_dishes_item_title a{
    color:#80d572
}
.scheme_default .sc_dishes_compact.color_style_link3 .sc_dishes_item_title a{
    color:#ddb837
}
.scheme_default .sc_dishes_compact .sc_dishes_item_title a:hover,.scheme_default .sc_dishes_compact .sc_dishes_item:hover .sc_dishes_item_title a{
    color:#ffffff
}
.scheme_default .sc_dishes.slider_swiper .swiper-pagination-bullet{
    border-color:#b7b7b7
}
.scheme_default .sc_events.slider_swiper .swiper-pagination-bullet{
    border-color:#b7b7b7
}
.scheme_default .sc_events_default .sc_events_item{
    background-color:#f3f5f7
}
.scheme_default .sc_events_default .sc_events_item_date{
    background-color:#9b9aa0;
     color:#ffffff
}
.scheme_default .sc_events_default .sc_events_item:hover .sc_events_item_date{
    background-color:#1d1d1d
}
.scheme_default .sc_events_default .sc_events_item_title{
    color:#1d1d1d
}
.scheme_default .sc_events_default .sc_events_item:hover .sc_events_item_title{
    color:#9b9aa0
}
.scheme_default .sc_events_default .sc_events_item_button{
    color:#9b9aa0
}
.scheme_default .sc_events_default .sc_events_item:hover .sc_events_item_button{
    color:#1d1d1d
}
.scheme_default .sc_events_detailed .sc_events_item,.scheme_default .sc_events_detailed .sc_events_item_date_wrap,.scheme_default .sc_events_detailed .sc_events_item_time_wrap:before,.scheme_default .sc_events_detailed .sc_events_item_button_wrap:before{
    border-color:#d60063
}
.scheme_default .sc_events_detailed .sc_events_item_date,.scheme_default .sc_events_detailed .sc_events_item_button{
    color:#d60063
}
.scheme_default .sc_events_detailed .sc_events_item_title{
    color:#1d1d1d
}
.scheme_default .sc_events_detailed .sc_events_item_time{
    color:#9b9aa0
}
.scheme_default .sc_events_detailed .sc_events_item:hover{
    background-color:#d60063;
     color:#ffffff
}
.scheme_default .sc_events_detailed .sc_events_item:hover,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_date,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_button,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_title,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_time{
    color:#1d1d1d
}
.scheme_default .sc_events_detailed .sc_events_item:hover,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_date_wrap,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_time_wrap:before,.scheme_default .sc_events_detailed .sc_events_item:hover .sc_events_item_button_wrap:before{
    border-color:#1d1d1d
}
.scheme_default.sc_form{
    background-color:#ffffff
}
.scheme_default .sc_form_field_title{
    color:#1d1d1d
}
.scheme_default .sc_form .sc_form_info_icon{
    color:#d60063
}
.scheme_default .sc_form .sc_form_info_data>a,.scheme_default .sc_form .sc_form_info_data>span{
    color:#1d1d1d
}
.scheme_default .sc_form .sc_form_info_data>a:hover{
    color:#d60063
}
.scheme_default [class*="sc_input_hover_"] .sc_form_field_content{
    color:#1d1d1d
}
.scheme_default .sc_input_hover_accent input[type="text"]:focus,.scheme_default .sc_input_hover_accent input[type="number"]:focus,.scheme_default .sc_input_hover_accent input[type="email"]:focus,.scheme_default .sc_input_hover_accent input[type="password"]:focus,.scheme_default .sc_input_hover_accent input[type="search"]:focus,.scheme_default .sc_input_hover_accent select:focus,.scheme_default .sc_input_hover_accent textarea:focus{
    /*box-shadow:0px 0px 0px 2px #d60063;
    */
     border-color:#d60063 !important
}
.scheme_default .sc_input_hover_accent .sc_form_field_hover:before{
    color:rgba(214,0,99,0.2)
}
.scheme_default .sc_input_hover_path .sc_form_field_graphic{
    stroke:#e7eaed
}
.scheme_default .sc_input_hover_jump .sc_form_field_content{
    color:#1d1d1d
}
.scheme_default .sc_input_hover_jump .sc_form_field_content:before{
    color:#d60063
}
.scheme_default .sc_input_hover_jump input[type="text"],.scheme_default .sc_input_hover_jump input[type="number"],.scheme_default .sc_input_hover_jump input[type="email"],.scheme_default .sc_input_hover_jump input[type="password"],.scheme_default .sc_input_hover_jump input[type="search"],.scheme_default .sc_input_hover_jump textarea{
    border-color:#e7eaed
}
.scheme_default .sc_input_hover_jump input[type="text"]:focus,.scheme_default .sc_input_hover_jump input[type="number"]:focus,.scheme_default .sc_input_hover_jump input[type="email"]:focus,.scheme_default .sc_input_hover_jump input[type="password"]:focus,.scheme_default .sc_input_hover_jump input[type="search"]:focus,.scheme_default .sc_input_hover_jump textarea:focus{
    border-color:#d60063 !important
}
.scheme_default .sc_input_hover_underline .sc_form_field_hover:before{
    background-color:#e7eaed
}
.scheme_default .sc_input_hover_underline input:focus + .sc_form_field_hover:before,.scheme_default .sc_input_hover_underline textarea:focus + .sc_form_field_hover:before,.scheme_default .sc_input_hover_underline input.filled + .sc_form_field_hover:before,.scheme_default .sc_input_hover_underline textarea.filled + .sc_form_field_hover:before{
    background-color:#d60063
}
.scheme_default .sc_input_hover_underline .sc_form_field_content{
    color:#1d1d1d
}
.scheme_default .sc_input_hover_underline input:focus,.scheme_default .sc_input_hover_underline textarea:focus,.scheme_default .sc_input_hover_underline input.filled,.scheme_default .sc_input_hover_underline textarea.filled,.scheme_default .sc_input_hover_underline input:focus + .sc_form_field_hover>.sc_form_field_content,.scheme_default .sc_input_hover_underline textarea:focus + .sc_form_field_hover>.sc_form_field_content,.scheme_default .sc_input_hover_underline input.filled + .sc_form_field_hover>.sc_form_field_content,.scheme_default .sc_input_hover_underline textarea.filled + .sc_form_field_hover>.sc_form_field_content{
    color:#d60063 !important
}
.scheme_default .sc_input_hover_iconed .sc_form_field_hover{
    color:#b7b7b7
}
.scheme_default .sc_input_hover_iconed input:focus + .sc_form_field_hover,.scheme_default .sc_input_hover_iconed textarea:focus + .sc_form_field_hover,.scheme_default .sc_input_hover_iconed input.filled + .sc_form_field_hover,.scheme_default .sc_input_hover_iconed textarea.filled + .sc_form_field_hover{
    color:#1d1d1d
}
.scheme_default .sc_googlemap_content,.scheme_default.sc_googlemap_content{
    color:#9b9aa0;
     background-color:#ffffff
}
.scheme_default .sc_googlemap_content b,.scheme_default .sc_googlemap_content strong,.scheme_default.sc_googlemap_content b,.scheme_default.sc_googlemap_content strong{
    color:#1d1d1d
}
.scheme_default .sc_googlemap_content_detailed:before{
    color:#d60063
}
.scheme_default .sc_icons .sc_icons_icon{
    color:#d60063
}
.scheme_default .sc_icons .sc_icons_item_linked:hover .sc_icons_icon{
    color:#1d1d1d
}
.scheme_default .sc_icons .sc_icons_item_title{
    color:#d60063
}
.scheme_default.footer_wrap .sc_icons .sc_icons_item_title{
    color:#1d1d1d
}
.scheme_default.footer_wrap .sc_icons .sc_icons_item_description{
    color:#9b9aa0
}
.scheme_default .sc_icons_item_description,.scheme_default .sc_icons_modern .sc_icons_item_description{
    color:#1d1d1d
}
/* Sports:Matches and Players */
.scheme_default .sc_sport_default .sc_sport_item_subtitle .sc_sport_item_date{
    color:#b7b7b7
}
.scheme_default .sc_matches_main .swiper-pagination .swiper-pagination-bullet{
    border-color:#e5e5e5
}
.scheme_default .sc_matches_main .sc_matches_item_score a{
    color:#1d1d1d
}
.scheme_default .sc_matches_main .sc_matches_item_score a:hover{
    color:#d60063
}
.scheme_default .color_style_link2 .sc_matches_main .sc_matches_item_score a:hover{
    color:#80d572
}
.scheme_default .color_style_link3 .sc_matches_main .sc_matches_item_score a:hover{
    color:#ddb837
}
.scheme_default .color_style_dark .sc_matches_main .sc_matches_item_score a:hover{
    color:#1d1d1d
}
.scheme_default .sc_matches_other .sc_matches_item_link{
    color:#1d1d1d;
     background-color:#f3f5f7
}
.scheme_default .sc_matches_other .sc_matches_item_club{
    color:#b7b7b7
}
.scheme_default .sc_matches_other .sc_matches_item_date{
    color:#1d1d1d;
     background-color:#e5e5e5
}
.scheme_default .sc_matches_other .sc_matches_item_link:hover{
    background-color:#e6e8eb
}
.scheme_default .sc_matches_other .sc_matches_item_link:hover .sc_matches_item_date{
    background-color:#dadada
}
.scheme_default .sc_points_table td a{
    color:#1d1d1d
}
.scheme_default .sc_points_table tr:hover td{
    background-color:#d60063 !important
}
.scheme_default .sc_points_table tr:hover a,.scheme_default .sc_points_table td a:hover{
    color:#1d1d1d !important
}
.scheme_default .sc_points_table tr.sc_points_table_accented_top td{
    background-color:rgba(214,0,99,0.7)
}
.scheme_default .sc_points_table tr.sc_points_table_accented_bottom td{
    background-color:#f3f5f7
}
.scheme_default .sc_price_item{
    color:#bfbfbf;
     background-color:#0f0f3b;
     border-color:#313131
}
.scheme_default .sc_price_item:hover{
    background-color:#1a1a44;
     border-color:#3d3d3d
}
.scheme_default .sc_price_item .sc_price_item_icon{
    color:#72cfd5
}
.scheme_default .sc_price_item:hover .sc_price_item_icon{
    color:#fe7259
}
.scheme_default .sc_price_item .sc_price_item_label{
    background-color:#72cfd5;
     color:#1d1d1d
}
.scheme_default .sc_price_item:hover .sc_price_item_label{
    background-color:#fe7259;
     color:#1d1d1d
}
.scheme_default .sc_price_item .sc_price_item_subtitle{
    color:#ffffff
}
.scheme_default .sc_price_item .sc_price_item_title,.scheme_default .sc_price_item .sc_price_item_title a{
    color:#72cfd5
}
.scheme_default .sc_price_item:hover .sc_price_item_title,.scheme_default .sc_price_item:hover .sc_price_item_title a{
    color:#fe7259
}
.scheme_default .sc_price_item .sc_price_item_price{
    color:#ffffff
}
.scheme_default .sc_price_item .sc_price_item_description,.scheme_default .sc_price_item .sc_price_item_details{
    color:#ffffff
}
.scheme_default .sc_promo_icon{
    color:#d60063
}
.scheme_default .sc_promo .sc_promo_title,.scheme_default .sc_promo .sc_promo_descr{
    color:#1d1d1d
}
.scheme_default .sc_promo .sc_promo_content{
    color:#9b9aa0
}
.scheme_default .sc_promo_modern .sc_promo_link2{
    color:#ffffff;
     background-color:#d60063 !important
}
.scheme_default .sc_promo_modern .sc_promo_link2:hover{
    color:#ffffff;
     background-color:#1d1d1d
}
.scheme_default.sc_promo .sc_promo_text.trx_addons_stretch_height,.scheme_default.sc_promo .sc_promo_text_inner{
    background-color:#f3f5f7
}
.scheme_default.sc_promo .sc_promo_title{
    color:#9b9aa0
}
.scheme_default.sc_promo .sc_promo_subtitle{
    color:#d60063
}
.scheme_default.sc_promo .sc_promo_descr{
    color:#1d1d1d
}
.scheme_default.sc_promo .sc_promo_content{
    color:#333333
}
.scheme_default .sc_properties_columns_1 .sc_properties_item{
    background-color:#f3f5f7
}
.scheme_default .sc_properties_item_status>a,.scheme_default .sc_properties_item_type>a,.scheme_default .sc_properties_item_compare{
    color:#b7b7b7
}
.scheme_default .sc_properties_item_compare.in_compare_list{
    color:#d60063
}
.scheme_default .sc_properties_item_status>a:hover,.scheme_default .sc_properties_item_type>a:hover,.scheme_default .sc_properties_item_compare:hover,.scheme_default .sc_properties_item_compare.in_compare_list:hover{
    color:#1d1d1d
}
.scheme_default .sc_properties_item_options .sc_properties_item_row_address,.scheme_default .sc_properties_item_options .sc_properties_item_row_meta{
    color:#b7b7b7
}
.scheme_default .properties_page_title .properties_page_status>a{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default .properties_page_title .properties_page_status>a:hover{
    color:#1d1d1d;
     background-color:#e30c69
}
.scheme_default .properties_page_title_address{
    color:#b7b7b7
}
.scheme_default .properties_price{
    color:#b7b7b7
}
.scheme_default .properties_page_attachments_list>a:before,.scheme_default .properties_page_features_list>a:before{
    color:#d60063
}
.scheme_default .properties_page_tabs.trx_addons_tabs .trx_addons_tabs_titles{
    border-color:#e5e5e5
}
.scheme_default .properties_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li>a{
    background-color:#f3f5f7;
     border-color:#f3f5f7;
     border-bottom-color:#e5e5e5
}
.scheme_default .properties_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active>a{
    border-color:#e5e5e5;
     background-color:#ffffff;
     border-bottom-color:#ffffff
}
.scheme_default .properties_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li:not(.ui-state-active)>a:hover{
    background-color:#e6e8eb;
     border-color:#e6e8eb #e6e8eb #e5e5e5
}
.scheme_default .properties_page_agent_info_position{
    color:#b7b7b7
}
.scheme_default .properties_page_agent_info_address:before,.scheme_default .properties_page_agent_info_phones>span:before{
    color:#1d1d1d
}
.scheme_default .properties_page_agent_info_profiles.socials_wrap .social_item .social_icon{
    color:#9b9aa0
}
.scheme_default .properties_search_form .properties_search_basic .properties_search_show_advanced{
    color:#b7b7b7;
     background-color:#e7eaed
}
.scheme_default .properties_search_form .properties_search_basic .properties_search_show_advanced:hover{
    color:#1d1d1d
}
.scheme_default .sc_properties_compare_data .properties_feature_present{
    color:#d60063
}
.scheme_default .sc_services .sc_services_item_number{
    color:#e6e8eb
}
.scheme_default .sc_services_default .sc_services_item{
    color:#333333;
     background-color:#f3f5f7
}
.scheme_default .sc_services_default .sc_services_item_icon{
    color:#9b9aa0;
     border-color:#9b9aa0
}
.scheme_default .sc_services_default .sc_services_item:hover .sc_services_item_icon{
    color:#000000;
     background-color:#9b9aa0;
     border-color:#9b9aa0
}
.scheme_default .sc_services_default.color_style_link2 .sc_services_item_icon{
    color:#8be77c;
     border-color:#8be77c
}
.scheme_default .sc_services_default.color_style_link2 .sc_services_item:hover .sc_services_item_icon{
    color:#000000;
     background-color:#8be77c;
     border-color:#8be77c
}
.scheme_default .sc_services_default.color_style_link3 .sc_services_item_icon{
    color:#eec432;
     border-color:#eec432
}
.scheme_default .sc_services_default.color_style_link3 .sc_services_item:hover .sc_services_item_icon{
    color:#000000;
     background-color:#eec432;
     border-color:#eec432
}
.scheme_default .sc_services_default.color_style_dark .sc_services_item_icon{
    color:#1d1d1d;
     border-color:#1d1d1d
}
.scheme_default .sc_services_default.color_style_dark .sc_services_item:hover .sc_services_item_icon{
    color:#000000;
     background-color:#1d1d1d;
     border-color:#1d1d1d
}
.scheme_default .sc_services_default .sc_services_item_subtitle a{
    color:#9b9aa0
}
.scheme_default .sc_services_default .sc_services_item_subtitle a:hover{
    color:#d60063
}
.scheme_default .sc_services_default.color_style_link2 .sc_services_item_subtitle a{
    color:#8be77c
}
.scheme_default .sc_services_default.color_style_link2 .sc_services_item_subtitle a:hover{
    color:#80d572
}
.scheme_default .sc_services_default.color_style_link3 .sc_services_item_subtitle a{
    color:#eec432
}
.scheme_default .sc_services_default.color_style_link3 .sc_services_item_subtitle a:hover{
    color:#ddb837
}
.scheme_default .sc_services_default.color_style_dark .sc_services_item_subtitle a{
    color:#1d1d1d
}
.scheme_default .sc_services_default.color_style_dark .sc_services_item_subtitle a:hover{
    color:#9b9aa0
}
.scheme_default .sc_services_default .sc_services_item_featured_left,.scheme_default .sc_services_default .sc_services_item_featured_right,.scheme_default .sc_services_list .sc_services_item{
    color:#9b9aa0;
     background-color:transparent
}
.scheme_default .sc_services_default .sc_services_item_featured_left .sc_services_item_icon,.scheme_default .sc_services_default .sc_services_item_featured_right .sc_services_item_icon,.scheme_default .sc_services_list .sc_services_item_icon{
    color:#d60063;
     border-color:#d60063
}
.scheme_default .sc_services_list .sc_services_item:hover .sc_services_item_icon{
    color:#fe7259
}
.scheme_default .sc_services_default .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_default .sc_services_default .sc_services_item_featured_right:hover .sc_services_item_icon,.scheme_default .sc_services_list .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_default .sc_services_list .sc_services_item_featured_right:hover .sc_services_item_icon{
    color:#000000;
     background-color:#d60063;
     border-color:#d60063
}
.scheme_default .sc_services_default .sc_services_item_featured_left .sc_services_item_subtitle a,.scheme_default .sc_services_default .sc_services_item_featured_right .sc_services_item_subtitle a{
    color:#d60063
}
.scheme_default .sc_services_default .sc_services_item_featured_left .sc_services_item_subtitle a:hover,.scheme_default .sc_services_default .sc_services_item_featured_right .sc_services_item_subtitle a:hover{
    color:#fe7259
}
.scheme_default .sc_services_default.color_style_link2 .sc_services_item_featured_left .sc_services_item_icon,.scheme_default .sc_services_default.color_style_link2 .sc_services_item_featured_right .sc_services_item_icon,.scheme_default .sc_services_list.color_style_link2 .sc_services_item_icon{
    color:#80d572;
     border-color:#80d572
}
.scheme_default .sc_services_list.color_style_link2 .sc_services_item:hover .sc_services_item_icon{
    color:#8be77c
}
.scheme_default .sc_services_default.color_style_link2 .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_default .sc_services_default.color_style_link2 .sc_services_item_featured_right:hover .sc_services_item_icon,.scheme_default .sc_services_list.color_style_link2 .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_default .sc_services_list.color_style_link2 .sc_services_item_featured_right:hover .sc_services_item_icon{
    color:#000000;
     background-color:#80d572;
     border-color:#80d572
}
.scheme_default .sc_services_default.color_style_link2 .sc_services_item_featured_left .sc_services_item_subtitle a,.scheme_default .sc_services_default.color_style_link2 .sc_services_item_featured_right .sc_services_item_subtitle a{
    color:#80d572
}
.scheme_default .sc_services_default.color_style_link2 .sc_services_item_featured_left .sc_services_item_subtitle a:hover,.scheme_default .sc_services_default.color_style_link2 .sc_services_item_featured_right .sc_services_item_subtitle a:hover{
    color:#8be77c
}
.scheme_default .sc_services_default.color_style_link3 .sc_services_item_featured_left .sc_services_item_icon,.scheme_default .sc_services_default.color_style_link3 .sc_services_item_featured_right .sc_services_item_icon,.scheme_default .sc_services_list.color_style_link3 .sc_services_item_icon{
    color:#ddb837;
     border-color:#ddb837
}
.scheme_default .sc_services_list.color_style_link3 .sc_services_item:hover .sc_services_item_icon{
    color:#eec432
}
.scheme_default .sc_services_default.color_style_link3 .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_default .sc_services_default.color_style_link3 .sc_services_item_featured_right:hover .sc_services_item_icon,.scheme_default .sc_services_list.color_style_link3 .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_default .sc_services_list.color_style_link3 .sc_services_item_featured_right:hover .sc_services_item_icon{
    color:#000000;
     background-color:#ddb837;
     border-color:#ddb837
}
.scheme_default .sc_services_default.color_style_link3 .sc_services_item_featured_left .sc_services_item_subtitle a,.scheme_default .sc_services_default.color_style_link3 .sc_services_item_featured_right .sc_services_item_subtitle a{
    color:#ddb837
}
.scheme_default .sc_services_default.color_style_link3 .sc_services_item_featured_left .sc_services_item_subtitle a:hover,.scheme_default .sc_services_default.color_style_link3 .sc_services_item_featured_right .sc_services_item_subtitle a:hover{
    color:#eec432
}
.scheme_default .sc_services_default.color_style_dark .sc_services_item_featured_left .sc_services_item_icon,.scheme_default .sc_services_default.color_style_dark .sc_services_item_featured_right .sc_services_item_icon,.scheme_default .sc_services_list.color_style_dark .sc_services_item_icon{
    color:#1d1d1d;
     border-color:#1d1d1d
}
.scheme_default .sc_services_list.color_style_dark .sc_services_item:hover .sc_services_item_icon{
    color:#d60063
}
.scheme_default .sc_services_default.color_style_dark .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_default .sc_services_default.color_style_dark .sc_services_item_featured_right:hover .sc_services_item_icon,.scheme_default .sc_services_list.color_style_dark .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_default .sc_services_list.color_style_dark .sc_services_item_featured_right:hover .sc_services_item_icon{
    color:#000000;
     background-color:#1d1d1d;
     border-color:#1d1d1d
}
.scheme_default .sc_services_default.color_style_dark .sc_services_item_featured_left .sc_services_item_subtitle a,.scheme_default .sc_services_default.color_style_dark .sc_services_item_featured_right .sc_services_item_subtitle a{
    color:#1d1d1d
}
.scheme_default .sc_services_default.color_style_dark .sc_services_item_featured_left .sc_services_item_subtitle a:hover,.scheme_default .sc_services_default.color_style_dark .sc_services_item_featured_right .sc_services_item_subtitle a:hover{
    color:#d60063
}
.scheme_default .sc_services_light .sc_services_item_icon{
    color:#d60063
}
.scheme_default .sc_services_light .sc_services_item:hover .sc_services_item_icon{
    color:#fe7259
}
.scheme_default .sc_services_light.color_style_link2 .sc_services_item_icon{
    color:#80d572
}
.scheme_default .sc_services_light.color_style_link2 .sc_services_item:hover .sc_services_item_icon{
    color:#8be77c
}
.scheme_default .sc_services_light.color_style_link3 .sc_services_item_icon{
    color:#ddb837
}
.scheme_default .sc_services_light.color_style_link3 .sc_services_item:hover .sc_services_item_icon{
    color:#eec432
}
.scheme_default .sc_services_light.color_style_dark .sc_services_item_icon{
    color:#1d1d1d
}
.scheme_default .sc_services_light.color_style_dark .sc_services_item:hover .sc_services_item_icon{
    color:#d60063
}
.scheme_default .sc_services_callouts .sc_services_item{
    background-color:#f3f5f7
}
.scheme_default .sc_services_callouts .sc_services_item_marker{
    border-color:#ffffff;
     background-color:#9b9aa0;
     color:#ffffff
}
.scheme_default .sc_services_callouts .sc_services_item .sc_services_item_marker_back{
    border-color:#ffffff;
     background-color:#d60063;
     color:#1d1d1d
}
.scheme_default .sc_services_callouts.color_style_link2 .sc_services_item_marker{
    background-color:#8be77c
}
.scheme_default .sc_services_callouts.color_style_link2 .sc_services_item .sc_services_item_marker_back{
    background-color:#80d572
}
.scheme_default .sc_services_callouts.color_style_link3 .sc_services_item_marker{
    background-color:#eec432
}
.scheme_default .sc_services_callouts.color_style_link3 .sc_services_item .sc_services_item_marker_back{
    background-color:#ddb837
}
.scheme_default .sc_services_callouts.color_style_dark .sc_services_item_marker{
    background-color:#1d1d1d
}
.scheme_default .sc_services_callouts.color_style_dark .sc_services_item .sc_services_item_marker_back{
    background-color:#9b9aa0
}
.scheme_default .sc_services_callouts .sc_services_item_marker_bg{
    border-color:#ffffff;
     background-color:#ffffff
}
.scheme_default .sc_services_timeline .sc_services_item_timeline{
    border-color:#e5e5e5
}
.scheme_default .sc_services_timeline .sc_services_item_marker{
    border-color:#d60063;
     background-color:#d60063;
     color:#ffffff
}
.scheme_default .sc_services_timeline .sc_services_item:hover .sc_services_item_marker{
    border-color:#fe7259;
     background-color:#fe7259;
     color:#1d1d1d
}
.scheme_default .sc_services_timeline.color_style_link2 .sc_services_item_marker{
    border-color:#80d572;
     background-color:#80d572
}
.scheme_default .sc_services_timeline.color_style_link2 .sc_services_item:hover .sc_services_item_marker{
    border-color:#8be77c;
     background-color:#8be77c
}
.scheme_default .sc_services_timeline.color_style_link3 .sc_services_item_marker{
    border-color:#ddb837;
     background-color:#ddb837
}
.scheme_default .sc_services_timeline.color_style_link3 .sc_services_item:hover .sc_services_item_marker{
    border-color:#eec432;
     background-color:#eec432
}
.scheme_default .sc_services_timeline.color_style_dark .sc_services_item_marker{
    border-color:#1d1d1d;
     background-color:#1d1d1d
}
.scheme_default .sc_services_timeline.color_style_dark .sc_services_item:hover .sc_services_item_marker{
    border-color:#d60063;
     background-color:#d60063
}
.scheme_default .sc_services_iconed .sc_services_item{
    color:#333333;
     background-color:#f3f5f7
}
.scheme_default .sc_services_iconed .sc_services_item_icon:hover,.scheme_default .sc_services_iconed .sc_services_item:hover .sc_services_item_icon,.scheme_default .sc_services_iconed .sc_services_item_header .sc_services_item_subtitle a:hover,.scheme_default .sc_services_iconed .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a{
    color:#d60063
}
.scheme_default .sc_services_iconed.color_style_link2 .sc_services_item_icon:hover,.scheme_default .sc_services_iconed.color_style_link2 .sc_services_item:hover .sc_services_item_icon,.scheme_default .sc_services_iconed.color_style_link2 .sc_services_item_header .sc_services_item_subtitle a:hover,.scheme_default .sc_services_iconed.color_style_link2 .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a{
    color:#80d572
}
.scheme_default .sc_services_iconed.color_style_link3 .sc_services_item_icon:hover,.scheme_default .sc_services_iconed.color_style_link3 .sc_services_item:hover .sc_services_item_icon,.scheme_default .sc_services_iconed.color_style_link3 .sc_services_item_header .sc_services_item_subtitle a:hover,.scheme_default .sc_services_iconed.color_style_link3 .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a{
    color:#ddb837
}
.scheme_default .sc_services_iconed .sc_services_item_header .sc_services_item_title a{
    color:#d60063
}
.scheme_default .sc_services_iconed.color_style_link2 .sc_services_item_header .sc_services_item_title a{
    color:#80d572
}
.scheme_default .sc_services_iconed.color_style_link3 .sc_services_item_header .sc_services_item_title a{
    color:#ddb837
}
.scheme_default .sc_services_iconed .sc_services_item_header .sc_services_item_title a:hover,.scheme_default .sc_services_iconed .sc_services_item:hover .sc_services_item_header .sc_services_item_title a{
    color:#fff
}
.scheme_default .sc_services_iconed .sc_services_item .sc_services_item_header .sc_services_item_subtitle a{
    color:#fff
}
.scheme_default .sc_services_iconed .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a,.scheme_default .sc_services_iconed .sc_services_item .sc_services_item_header .sc_services_item_subtitle a:hover{
    color:#d60063
}
.scheme_default .sc_services_iconed.color_style_link2 .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a,.scheme_default .sc_services_iconed.color_style_link2 .sc_services_item .sc_services_item_header .sc_services_item_subtitle a:hover{
    color:#80d572
}
.scheme_default .sc_services_iconed.color_style_link3 .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a,.scheme_default .sc_services_iconed.color_style_link3 .sc_services_item .sc_services_item_header .sc_services_item_subtitle a:hover{
    color:#ddb837
}
.scheme_default .sc_services_iconed .sc_services_item_content .sc_services_item_title a{
    color:#1d1d1d
}
.scheme_default .sc_services_iconed .sc_services_item_content .sc_services_item_title a:hover,.scheme_default .sc_services_iconed .sc_services_item:hover .sc_services_item_content .sc_services_item_title a{
    color:#9b9aa0
}
.scheme_default .sc_services_iconed.color_style_link2 .sc_services_item_content .sc_services_item_title a:hover,.scheme_default .sc_services_iconed.color_style_link2 .sc_services_item:hover .sc_services_item_content .sc_services_item_title a{
    color:#8be77c
}
.scheme_default .sc_services_iconed.color_style_link3 .sc_services_item_content .sc_services_item_title a:hover,.scheme_default .sc_services_iconed.color_style_link3 .sc_services_item:hover .sc_services_item_content .sc_services_item_title a{
    color:#eec432
}
.scheme_default .sc_services_iconed.color_style_dark .sc_services_item_content .sc_services_item_title a:hover,.scheme_default .sc_services_iconed.color_style_dark .sc_services_item:hover .sc_services_item_content .sc_services_item_title a{
    color:#1d1d1d
}
.scheme_default .sc_services.slider_swiper .swiper-pagination-bullet{
    border-color:#b7b7b7
}
.scheme_default .sc_services_list .sc_services_item_featured_left .sc_services_item_number,.scheme_default .sc_services_list .sc_services_item_featured_right .sc_services_item_number{
    color:#b7b7b7
}
.scheme_default .sc_services_hover .sc_services_item_icon,.scheme_default .sc_services_hover .sc_services_item_title a:hover,.scheme_default .sc_services_hover .sc_services_item_subtitle a:hover{
    color:#d60063
}
.scheme_default .sc_services_hover.color_style_link2 .sc_services_item_icon,.scheme_default .sc_services_hover.color_style_link2 .sc_services_item_title a:hover,.scheme_default .sc_services_hover.color_style_link2 .sc_services_item_subtitle a:hover{
    color:#80d572
}
.scheme_default .sc_services_hover.color_style_link3 .sc_services_item_icon,.scheme_default .sc_services_hover.color_style_link3 .sc_services_item_title a:hover,.scheme_default .sc_services_hover.color_style_link3 .sc_services_item_subtitle a:hover{
    color:#ddb837
}
.scheme_default .sc_services_hover [class*="column-"]:nth-child(2n) .sc_services_item.with_image .sc_services_item_header.without_image,.scheme_default .sc_services_hover .swiper-slide:nth-child(2n) .sc_services_item.with_image .sc_services_item_header.without_image{
    background-color:#e6e8eb
}
.scheme_default .sc_services_hover [class*="column-"]:nth-child(2n+1) .sc_services_item.with_image .sc_services_item_header.without_image,.scheme_default .sc_services_hover .swiper-slide:nth-child(2n+1) .sc_services_item.with_image .sc_services_item_header.without_image{
    background-color:#f3f5f7
}
.scheme_default .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_icon,.scheme_default .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_number{
    color:#b7b7b7
}
.scheme_default .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a{
    color:#1d1d1d
}
.scheme_default .sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_title a,.scheme_default .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a:hover{
    color:#9b9aa0
}
.scheme_default .sc_services_hover.color_style_link2 .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_title a,.scheme_default .sc_services_hover.color_style_link2 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a:hover{
    color:#8be77c
}
.scheme_default .sc_services_hover.color_style_link3 .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_title a,.scheme_default .sc_services_hover.color_style_link3 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a:hover{
    color:#eec432
}
.scheme_default .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a{
    color:#9b9aa0
}
.scheme_default .sc_services_hover.color_style_link2 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a{
    color:#8be77c
}
.scheme_default .sc_services_hover.color_style_link3 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a{
    color:#eec432
}
.scheme_default .sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_subtitle a,.scheme_default .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a:hover{
    color:#d60063
}
.scheme_default .sc_services_hover.color_style_link2 .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_subtitle a,.scheme_default .sc_services_hover.color_style_link2 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a:hover{
    color:#80d572
}
.scheme_default .sc_services_hover.color_style_link3 .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_subtitle a,.scheme_default .sc_services_hover.color_style_link3 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a:hover{
    color:#ddb837
}
.scheme_default .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_text{
    color:#333333
}
.scheme_default .sc_services_chess .sc_services_item{
    color:#333333;
     background-color:#f3f5f7
}
.scheme_default .sc_services_chess .sc_services_item_title a{
    color:#1d1d1d
}
.scheme_default .sc_services_chess .sc_services_item_title a:hover{
    color:#9b9aa0
}
.scheme_default .sc_services_chess.color_style_link2 .sc_services_item_title a:hover{
    color:#8be77c
}
.scheme_default .sc_services_chess.color_style_link3 .sc_services_item_title a:hover{
    color:#eec432
}
.scheme_default .sc_services_chess .sc_services_item:hover{
    color:#b7b7b7;
     background-color:#1d1d1d
}
.scheme_default .sc_services_chess .sc_services_item:hover .sc_services_item_title a{
    color:#ffffff
}
.scheme_default .sc_services_chess .sc_services_item:hover .sc_services_item_title a:hover{
    color:#d60063
}
.scheme_default .sc_services_tabs_simple .sc_services_item_icon{
    color:#d60063
}
.scheme_default .sc_services_tabs_simple.color_style_link2 .sc_services_item_icon{
    color:#80d572
}
.scheme_default .sc_services_tabs_simple.color_style_link3 .sc_services_item_icon{
    color:#ddb837
}
.scheme_default .sc_services_tabs_simple.color_style_dark .sc_services_item_icon{
    color:#1d1d1d
}
.scheme_default .sc_services_tabs_simple .sc_services_item:hover .sc_services_item_icon,.scheme_default .sc_services_tabs_simple .sc_services_item:hover .sc_services_item_title,.scheme_default .sc_services_tabs_simple .sc_services_item:hover .sc_services_item_subtitle,.scheme_default .sc_services_tabs_simple .sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_default .sc_services_tabs_simple .sc_services_tabs_list_item_active .sc_services_item_title,.scheme_default .sc_services_tabs_simple .sc_services_tabs_list_item_active .sc_services_item_subtitle{
    color:#fe7259
}
.scheme_default .sc_services_tabs_simple.color_style_link2 .sc_services_item:hover .sc_services_item_icon,.scheme_default .sc_services_tabs_simple.color_style_link2 .sc_services_item:hover .sc_services_item_title,.scheme_default .sc_services_tabs_simple.color_style_link2 .sc_services_item:hover .sc_services_item_subtitle,.scheme_default .sc_services_tabs_simple.color_style_link2 .sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_default .sc_services_tabs_simple.color_style_link2 .sc_services_tabs_list_item_active .sc_services_item_title,.scheme_default .sc_services_tabs_simple.color_style_link2 .sc_services_tabs_list_item_active .sc_services_item_subtitle{
    color:#8be77c
}
.scheme_default .sc_services_tabs_simple.color_style_link3 .sc_services_item:hover .sc_services_item_icon,.scheme_default .sc_services_tabs_simple.color_style_link3 .sc_services_item:hover .sc_services_item_title,.scheme_default .sc_services_tabs_simple.color_style_link3 .sc_services_item:hover .sc_services_item_subtitle,.scheme_default .sc_services_tabs_simple.color_style_link3 .sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_default .sc_services_tabs_simple.color_style_link3 .sc_services_tabs_list_item_active .sc_services_item_title,.scheme_default .sc_services_tabs_simple.color_style_link3 .sc_services_tabs_list_item_active .sc_services_item_subtitle{
    color:#eec432
}
.scheme_default .sc_services_tabs .sc_services_item_content{
    color:#333333;
     background-color:#f3f5f7
}
.scheme_default .sc_services_tabs .sc_services_item_title a{
    color:#1d1d1d
}
.scheme_default .sc_services_tabs .sc_services_item_title a:hover{
    color:#9b9aa0
}
.scheme_default .sc_services_tabs.color_style_link2 .sc_services_item_title a:hover{
    color:#8be77c
}
.scheme_default .sc_services_tabs.color_style_link3 .sc_services_item_title a:hover{
    color:#eec432
}
.scheme_default .sc_services_tabs .sc_services_tabs_list_item .sc_services_item_icon{
    color:#9b9aa0
}
.scheme_default .sc_services_tabs.color_style_link2 .sc_services_tabs_list_item .sc_services_item_icon{
    color:#8be77c
}
.scheme_default .sc_services_tabs.color_style_link3 .sc_services_tabs_list_item .sc_services_item_icon{
    color:#eec432
}
.scheme_default .sc_services_tabs .sc_services_tabs_list_item .sc_services_item_number{
    color:#b7b7b7
}
.scheme_default .sc_services_tabs .sc_services_tabs_list_item{
    background-color:#f3f5f7
}
.scheme_default .sc_services_tabs .sc_services_tabs_list_item:nth-child(2n+2){
    background-color:#e6e8eb
}
.scheme_default .sc_services_tabs .sc_services_tabs_list_item:hover,.scheme_default .sc_services_tabs .sc_services_tabs_list_item:nth-child(2n+2):hover{
    background-color:#dadada
}
.scheme_default .sc_services_tabs .sc_services_tabs_list_item .sc_services_item_title{
    color:#1d1d1d
}
.scheme_default .sc_services_tabs .sc_services_tabs_list_item:hover .sc_services_item_title{
    color:#9b9aa0
}
.scheme_default .sc_services_tabs.color_style_link2 .sc_services_tabs_list_item:hover .sc_services_item_title{
    color:#8be77c
}
.scheme_default .sc_services_tabs.color_style_link3 .sc_services_tabs_list_item:hover .sc_services_item_title{
    color:#eec432
}
.scheme_default .sc_services_tabs.color_style_dark .sc_services_tabs_list_item:hover .sc_services_item_title{
    color:#1d1d1d
}
.scheme_default .sc_services_tabs .sc_services_tabs_list_item:hover .sc_services_item_icon{
    color:#d60063
}
.scheme_default .sc_services_tabs.color_style_link2 .sc_services_tabs_list_item:hover .sc_services_item_icon{
    color:#80d572
}
.scheme_default .sc_services_tabs.color_style_link3 .sc_services_tabs_list_item:hover .sc_services_item_icon{
    color:#ddb837
}
.scheme_default .sc_services_tabs.color_style_dark .sc_services_tabs_list_item:hover .sc_services_item_icon{
    color:#1d1d1d
}
.scheme_default .sc_services_tabs .sc_services_tabs_list_item:hover .sc_services_item_number{
    color:#333333
}
.scheme_default .sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active{
    background-color:#1d1d1d !important
}
.scheme_default .sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_title{
    color:#ffffff
}
.scheme_default .sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_default .sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_number{
    color:#9b9aa0
}
.scheme_default .sc_services_tabs.color_style_link2 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_default .sc_services_tabs.color_style_link2 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_number{
    color:#8be77c
}
.scheme_default .sc_services_tabs.color_style_link3 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_default .sc_services_tabs.color_style_link3 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_number{
    color:#eec432
}
.scheme_default .sc_services_tabs.color_style_dark .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_default .sc_services_tabs.color_style_dark .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_number{
    color:#1d1d1d
}
/* Skills (Counters) */
.scheme_default .sc_skills_counter .sc_skills_icon{
    color:#1d1d1d
}
.scheme_default .sc_skills .sc_skills_total{
    color:#d60063
}
.scheme_default .sc_skills.color_style_link2 .sc_skills_total{
    color:#80d572
}
.scheme_default .sc_skills.color_style_link3 .sc_skills_total{
    color:#ddb837
}
.scheme_default .sc_skills.color_style_dark .sc_skills_total{
    color:#1d1d1d
}
.scheme_default .sc_skills .sc_skills_item_title,.scheme_default .sc_skills .sc_skills_legend_title,.scheme_default .sc_skills .sc_skills_legend_value{
    color:#1d1d1d
}
.scheme_default .sc_skills_counter .sc_skills_column + .sc_skills_column:before{
    background-color:#e5e5e5
}
.scheme_default .socials_wrap .social_item .social_icon{
    background-color:#f3f5f7
}
.scheme_default .socials_wrap .social_item .social_icon,.scheme_default .socials_wrap .social_item .social_icon i{
    color:#1d1d1d
}
.scheme_default .socials_wrap .social_item:hover .social_icon{
    background-color:#e6e8eb
}
.scheme_default .socials_wrap .social_item:hover .social_icon,.scheme_default .socials_wrap .social_item:hover .social_icon i{
    color:#1d1d1d
}
.scheme_default .sidebar_inner .socials_wrap .social_item .social_icon{
    background-color:#e6e8eb
}
.scheme_default .sidebar_inner .socials_wrap .social_item:hover .social_icon,.scheme_default .sidebar_inner .socials_wrap .social_item:hover .social_icon i{
    color:#ffffff
}
.scheme_default .sidebar_inner .socials_wrap .social_item:hover .social_icon{
    background-color:#d60063
}
.scheme_default .footer_wrap .socials_wrap .social_item .social_icon,.scheme_default.footer_wrap .socials_wrap .social_item .social_icon{
    color:#ffffff;
     background-color:#9b9aa0
}
.scheme_default .footer_wrap .socials_wrap .social_item:hover .social_icon,.scheme_default.footer_wrap .socials_wrap .social_item:hover .social_icon{
    color:#1d1d1d;
     background-color:#d60063
}
.scheme_default .footer_wrap .sc_layouts_row_type_compact .socials_wrap .social_item .social_icon,.scheme_default.footer_wrap .sc_layouts_row_type_compact .socials_wrap .social_item .social_icon{
    color:#1d1d1d;
     background-color:transparent
}
.scheme_default .footer_wrap .sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon,.scheme_default.footer_wrap .sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon{
    color:#d60063;
     background-color:transparent
}
.scheme_default .socials_share.socials_type_drop .social_item>.social_icon>i{
    color:#b7b7b7
}
.scheme_default .socials_share.socials_type_drop .social_item:hover>.social_icon>i{
    color:#1d1d1d
}
.scheme_default .sc_testimonials_item_content{
    color:#1d1d1d
}
.scheme_default .sc_testimonials_item_content:before,.scheme_default .sc_testimonials_item_author_title{
    color:#d60063
}
.scheme_default .color_style_link2 .sc_testimonials_item_content:before,.scheme_default .color_style_link2 .sc_testimonials_item_author_title{
    color:#80d572
}
.scheme_default .color_style_link3 .sc_testimonials_item_content:before,.scheme_default .color_style_link3 .sc_testimonials_item_author_title{
    color:#ddb837
}
.scheme_default .color_style_dark .sc_testimonials_item_content:before,.scheme_default .color_style_dark .sc_testimonials_item_author_title{
    color:#1d1d1d
}
.scheme_default .sc_testimonials_item_author_subtitle{
    color:#b7b7b7
}
.scheme_default .sc_testimonials_simple .sc_testimonials_item_author_data:before{
    background-color:#b7b7b7
}
.scheme_default .sc_testimonials_simple [class*="column"] .sc_testimonials_item_author_data{
    border-color:#b7b7b7
}
.scheme_default .sc_team_default .sc_team_item{
    color:#333333;
     background-color:#f3f5f7
}
.scheme_default .sc_team_default .sc_team_item_subtitle{
    color:#9b9aa0
}
.scheme_default .sc_team_default.color_style_link2 .sc_team_item_subtitle{
    color:#8be77c
}
.scheme_default .sc_team_default.color_style_link3 .sc_team_item_subtitle{
    color:#eec432
}
.scheme_default .sc_team_default.color_style_dark .sc_team_item_subtitle{
    color:#1d1d1d
}
.scheme_default .sc_team_default .sc_team_item_socials .social_item .social_icon,.scheme_default .team_member_page .team_member_socials .social_item .social_icon{
    color:#ffffff;
     background-color:#9b9aa0
}
.scheme_default .sc_team_default.color_style_link2 .sc_team_item_socials .social_item .social_icon{
    background-color:#8be77c
}
.scheme_default .sc_team_default.color_style_link3 .sc_team_item_socials .social_item .social_icon{
    background-color:#eec432
}
.scheme_default .sc_team_default.color_style_dark .sc_team_item_socials .social_item .social_icon{
    background-color:#1d1d1d
}
.scheme_default .sc_team_default .sc_team_item_socials .social_item:hover .social_icon,.scheme_default .team_member_page .team_member_socials .social_item:hover .social_icon{
    color:#f3f5f7;
     background-color:#1d1d1d
}
.scheme_default .sc_team_default.color_style_link2 .sc_team_item_socials .social_item:hover .social_icon{
    background-color:#80d572
}
.scheme_default .sc_team_default.color_style_link3 .sc_team_item_socials .social_item:hover .social_icon{
    background-color:#ddb837
}
.scheme_default .sc_team_default.color_style_dark .sc_team_item_socials .social_item:hover .social_icon{
    background-color:#9b9aa0
}
.scheme_default .sc_team .sc_team_item_thumb .sc_team_item_socials .social_item .social_icon{
    color:#ffffff;
     border-color:#ffffff
}
.scheme_default .sc_team .sc_team_item_thumb .sc_team_item_socials .social_item:hover .social_icon{
    color:#d60063;
     background-color:#ffffff
}
.scheme_default .team_member_page .team_member_featured .team_member_avatar{
    border-color:#e5e5e5
}
.scheme_default .sc_team_short .sc_team_item_thumb{
    border-color:#d60063
}
.scheme_default .sc_team_short.color_style_link2 .sc_team_item_thumb{
    border-color:#80d572
}
.scheme_default .sc_team_short.color_style_link3 .sc_team_item_thumb{
    border-color:#ddb837
}
.scheme_default .sc_team_short.color_style_dark .sc_team_item_thumb{
    border-color:#1d1d1d
}
.scheme_default .sc_team.slider_swiper .swiper-pagination-bullet{
    border-color:#b7b7b7
}
.scheme_default .sport_page_list{
    border-color:#e5e5e5
}
.scheme_default .sport_page_list li+li{
    border-color:#e5e5e5
}
.scheme_default .sport_page_list li:nth-child(2n+1){
    background-color:#f3f5f7;
     color:#333333
}
.scheme_default .trx_addons_scroll_to_top,.scheme_default .trx_addons_cv .trx_addons_scroll_to_top{
    color:#ffffff;
     border-color:#d60063;
     background-color:#d60063
}
.scheme_default .trx_addons_scroll_to_top:hover,.scheme_default .trx_addons_cv .trx_addons_scroll_to_top:hover{
    color:#1d1d1d;
     border-color:#e30c69;
     background-color:#e30c69
}
.scheme_default .trx_addons_popup{
    background-color:#f3f5f7;
     border-color:#e5e5e5;
     color:#333333
}
.scheme_default .trx_addons_popup button.mfp-close{
    background-color:#e6e8eb;
     border-color:#dadada;
     color:#333333
}
.scheme_default .trx_addons_popup button.mfp-close:hover{
    background-color:#1d1d1d;
     color:#f3f5f7
}
.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title{
    background-color:#e6e8eb;
     border-color:#dadada
}
.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active{
    background-color:#f3f5f7;
     border-bottom-color:transparent
}
.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title a,.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title a>i{
    color:#333333
}
.scheme_default .trx_addons_popup li.trx_addons_tabs_title a:hover,.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title a:hover>i{
    color:#9b9aa0
}
.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a,.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a>i,.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a:hover,.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a:hover>i{
    color:#b7b7b7
}
.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a,.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a>i,.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a:hover,.scheme_default .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a:hover>i{
    color:#1d1d1d
}
.scheme_default .trx_addons_profiler{
    background-color:#f3f5f7;
     border-color:#dadada
}
.scheme_default .trx_addons_profiler_title{
    color:#1d1d1d
}
.scheme_default .trx_addons_profiler table td,.scheme_default .trx_addons_profiler table th{
    border-color:#e5e5e5
}
.scheme_default .trx_addons_profiler table td{
    color:#333333
}
.scheme_default .trx_addons_profiler table th{
    background-color:#e6e8eb;
     color:#1d1d1d
}
.scheme_default .trx_addons_cv,.scheme_default .trx_addons_cv_body_wrap{
    color:#333333;
     background-color:#f3f5f7
}
.scheme_default .trx_addons_cv a{
    color:#9b9aa0
}
.scheme_default .trx_addons_cv a:hover{
    color:#d60063
}
.scheme_default .trx_addons_cv_header{
    background-color:#ffffff
}
.scheme_default .trx_addons_cv_header_image img{
    border-color:#1d1d1d
}
.scheme_default .trx_addons_cv_header .trx_addons_cv_header_letter,.scheme_default .trx_addons_cv_header .trx_addons_cv_header_text{
    color:#1d1d1d
}
.scheme_default .trx_addons_cv_header .trx_addons_cv_header_socials .social_item>.social_icon{
    color:rgba(29,29,29,0.7)
}
.scheme_default .trx_addons_cv_header .trx_addons_cv_header_socials .social_item:hover>.social_icon{
    color:#1d1d1d
}
.scheme_default .trx_addons_cv_header_letter,.scheme_default .trx_addons_cv_header_text,.scheme_default .trx_addons_cv_header_socials .social_item>.social_icon{
    text-shadow:1px 1px 6px #ffffff
}
.scheme_default .trx_addons_cv_tint_dark .trx_addons_cv_header_letter,.scheme_default .trx_addons_cv_tint_dark .trx_addons_cv_header_text,.scheme_default .trx_addons_cv_tint_dark .trx_addons_cv_header_socials .social_item>.social_icon{
    color:#ffffff;
     text-shadow:1px 1px 3px #1d1d1d
}
.scheme_default .trx_addons_cv_tint_dark .trx_addons_cv_header_socials .social_item:hover>.social_icon{
    color:#fe7259
}
.scheme_default .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item{
    color:#b7b7b7;
     background-color:#f3f5f7;
     border-color:#ffffff
}
.scheme_default .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item_active,.scheme_default .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item:hover{
    color:#1d1d1d;
     border-color:#f3f5f7
}
.scheme_default .trx_addons_cv .trx_addons_cv_section_title,.scheme_default .trx_addons_cv .trx_addons_cv_section_title a{
    color:#1d1d1d
}
.scheme_default .trx_addons_cv_section_title.ui-state-active{
    border-color:#1d1d1d
}
.scheme_default .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li>a{
    color:#b7b7b7
}
.scheme_default .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active>a,.scheme_default .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li>a:hover{
    color:#1d1d1d
}
.scheme_default .trx_addons_cv_section .trx_addons_pagination>*{
    color:#333333
}
.scheme_default .trx_addons_cv_section .trx_addons_pagination>a:hover{
    color:#1d1d1d
}
.scheme_default .trx_addons_pagination>span.active{
    color:#1d1d1d;
     border-color:#1d1d1d
}
.scheme_default .trx_addons_cv_breadcrumbs .trx_addons_cv_breadcrumbs_item{
    color:#b7b7b7
}
.scheme_default .trx_addons_cv_breadcrumbs a.trx_addons_cv_breadcrumbs_item:hover{
    color:#1d1d1d
}
.scheme_default .trx_addons_cv_single .trx_addons_cv_single_title{
    color:#1d1d1d
}
.scheme_default .trx_addons_cv_single .trx_addons_cv_single_subtitle{
    color:#b7b7b7
}
.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+2) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+2) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+3) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+2) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+3) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+4) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+3) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+4) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+4) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+5) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+6) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+5) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+6) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+7) .trx_addons_cv_resume_item,.scheme_default .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+8) .trx_addons_cv_resume_item{
    border-color:#e5e5e5
}
.scheme_default .trx_addons_cv_resume_item_meta{
    color:#1d1d1d
}
.scheme_default .trx_addons_cv_resume_item .trx_addons_cv_resume_item_title,.scheme_default .trx_addons_cv_resume_item .trx_addons_cv_resume_item_title a{
    color:#1d1d1d
}
.scheme_default .trx_addons_cv_resume_item .trx_addons_cv_resume_item_title a:hover{
    color:#9b9aa0
}
.scheme_default .trx_addons_cv_resume_item_subtitle{
    color:#b7b7b7
}
.scheme_default .trx_addons_cv_resume_style_skills .trx_addons_cv_resume_item_skills{
    color:#1d1d1d
}
.scheme_default .trx_addons_cv_resume_style_skills .trx_addons_cv_resume_item_skill:after{
    border-color:#1d1d1d
}
.scheme_default .trx_addons_cv_resume_style_education .trx_addons_cv_resume_item_number{
    color:#b7b7b7
}
.scheme_default .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_icon{
    color:#1d1d1d
}
.scheme_default .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_icon:hover,.scheme_default .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_text a:hover{
    color:#fe7259
}
.scheme_default .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_title>a:hover:after{
    border-color:#fe7259
}
.scheme_default .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_title>a:after{
    border-top-color:#1d1d1d
}
.scheme_default .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_text a{
    color:#1d1d1d
}
.scheme_default .trx_addons_cv_portfolio_item .trx_addons_cv_portfolio_item_title,.scheme_default .trx_addons_cv_portfolio_item .trx_addons_cv_portfolio_item_title a{
    color:#1d1d1d
}
.scheme_default .trx_addons_cv_testimonials_item .trx_addons_cv_testimonials_item_title,.scheme_default .trx_addons_cv_testimonials_item .trx_addons_cv_testimonials_item_title a{
    color:#1d1d1d
}
.scheme_default .trx_addons_cv_certificates_item .trx_addons_cv_certificates_item_title,.scheme_default .trx_addons_cv_certificates_item .trx_addons_cv_certificates_item_title a{
    color:#1d1d1d
}
.scheme_default .trx_addons_cv .trx_addons_contact_form .trx_addons_contact_form_title{
    color:#1d1d1d
}
.scheme_default .trx_addons_cv .trx_addons_contact_form_field_title{
    color:#1d1d1d
}
.scheme_default .trx_addons_contact_form .trx_addons_contact_form_field input[type="text"],.scheme_default .trx_addons_contact_form .trx_addons_contact_form_field textarea{
    border-color:#e5e5e5;
     color:#333333
}
.scheme_default .trx_addons_contact_form .trx_addons_contact_form_field input[type="text"]:focus,.scheme_default .trx_addons_contact_form .trx_addons_contact_form_field textarea:focus{
    background-color:#e6e8eb;
     color:#1d1d1d
}
.scheme_default .trx_addons_contact_form_field button{
    background-color:#1d1d1d;
     border-color:#1d1d1d;
     color:#ffffff
}
.scheme_default .trx_addons_contact_form_field button:hover{
    color:#1d1d1d
}
.scheme_default .trx_addons_contact_form_info_icon{
    color:#b7b7b7
}
.scheme_default .trx_addons_contact_form_info_area{
    color:#1d1d1d
}
.scheme_default .trx_addons_contact_form_info_item_phone .trx_addons_contact_form_info_data{
    color:#1d1d1d !important
}
.scheme_default .trx_addons_cv_about_page .trx_addons_cv_single_title{
    color:#1d1d1d
}
.scheme_default .trx_addons_attrib_item.trx_addons_attrib_button,.scheme_default .trx_addons_attrib_item.trx_addons_attrib_image,.scheme_default .trx_addons_attrib_item.trx_addons_attrib_color{
    border-color:#e5e5e5;
     background-color:#f3f5f7
}
.scheme_default .trx_addons_attrib_item.trx_addons_attrib_button:hover,.scheme_default .trx_addons_attrib_item.trx_addons_attrib_image:hover,.scheme_default .trx_addons_attrib_item.trx_addons_attrib_color:hover{
    border-color:#dadada;
     background-color:#e6e8eb
}
.scheme_default .trx_addons_attrib_item.trx_addons_attrib_selected{
    border-color:#9b9aa0 !important;
     background-color:#e6e8eb
}
.scheme_default .trx_addons_attrib_item.trx_addons_attrib_disabled span:before,.scheme_default .trx_addons_attrib_item.trx_addons_attrib_disabled span:after{
    background-color:#d60063
}
.scheme_default .trx_addons_range_slider_label_min{
    color:#333333
}
.scheme_default .trx_addons_range_slider_label_max{
    color:#333333
}
.scheme_default div.ui-slider{
    background-color:#f3f5f7;
     border-color:#e5e5e5
}
.scheme_default div.ui-slider .ui-slider-handle{
    border-color:#dadada;
     background-color:#e6e8eb
}
.scheme_default div.ui-slider .ui-slider-range{
    background-color:#e6e8eb
}
.scheme_default .trx_addons_accent_bg{
    color:#ffffff
}
.scheme_default .trx_addons_tooltip:before{
    background-color:#1d1d1d;
     color:#ffffff
}
.scheme_default .trx_addons_tooltip:after{
    border-top-color:#1d1d1d
}
.scheme_default .trx_addons_dropcap_style_1{
    background:#0f0f3b;
     color:#d60063
}
.scheme_default .trx_addons_dropcap_style_2{
    background:#d60063;
     color:#ffffff
}
.scheme_default ul[class*="trx_addons_list_custom"]>li:before{
    background:#d60063
}
.scheme_default ol>li::before,.scheme_default ul[class*="trx_addons_list"]>li:before,.scheme_default ul[class*="trx_addons_list_custom"]>li:before{
    color:#d60063
}
.scheme_default .sc_table table tr:first-child th,.scheme_default .sc_table table tr:first-child td{
    border-color:rgba(255,255,255,0.1);
     background:#d60063;
     color:#ffffff
}
.scheme_default .sc_layouts_row_type_normal .sc_layouts_item a,.scheme_default.sc_layouts_row_type_normal .sc_layouts_item a{
    color:#1d1d1d
}
.scheme_default .sc_layouts_row_type_normal .sc_layouts_item a:hover,.scheme_default .sc_layouts_row_type_normal .sc_layouts_item a:hover .sc_layouts_item_details_line2,.scheme_default.sc_layouts_row_type_normal .sc_layouts_item a:hover,.scheme_default .sc_layouts_row_type_normal .sc_layouts_item a:hover .sc_layouts_item_icon,.scheme_default.sc_layouts_row_type_normal .sc_layouts_item a:hover .sc_layouts_item_icon{
    color:#d60063
}
.scheme_default .sc_layouts_menu_popup .sc_layouts_menu_nav>li>a,.scheme_default .sc_layouts_menu_nav>li li>a{
    color:#ffffff !important
}
.scheme_default .sc_layouts_menu_nav>li li.current-menu-item>a,.scheme_default .sc_layouts_menu_nav>li li.current-menu-parent>a,.scheme_default .sc_layouts_menu_nav>li li.current-menu-ancestor>a,.scheme_default .sc_layouts_menu_nav>li li>a:hover,.scheme_default .sc_layouts_menu_nav>li li.sfHover>a{
    color:#d60063 !important;
     background-color:rgba(255,255,255,0)
}
.scheme_default .sc_layouts_menu_nav>li>a:hover,.scheme_default .sc_layouts_menu_popup .sc_layouts_menu_nav>li>a:hover,.scheme_default .sc_layouts_menu_popup .sc_layouts_menu_nav>li.sfHover>a,.scheme_default .sc_layouts_menu_nav>li.sfHover>a,.scheme_default .sc_layouts_menu_nav>li>a:hover,.scheme_default .sc_layouts_menu_nav>li.current-menu-item>a,.scheme_default .sc_layouts_menu_nav>li.current-menu-parent>a,.scheme_default .sc_layouts_menu_nav>li.current-menu-ancestor>a{
    color:#8be77c !important;
     background-color:rgba(255,255,255,0)
}
.scheme_default .sc_layouts_menu_popup .sc_layouts_menu_nav,.scheme_default .sc_layouts_menu_nav>li ul{
    background:#313131
}
.scheme_default input[type="radio"] + label:before,.scheme_default .scheme_default input[type="checkbox"] + label:before{
    border-color:#e5e5e5;
     background-color:#ffffff
}
.scheme_default.footer_wrap .sc_layouts_row{
    color:#000000;
     background-color:#ffffff
}
.scheme_default.footer_wrap li a{
    color:#1d1d1d
}
.scheme_default.footer_wrap li a:hover{
    color:#1d1d1d
}
.scheme_default.footer_wrap a{
    color:#1d1d1d
}
.scheme_default.footer_wrap a:hover{
    color:#d60063
}
 .scheme_default .trx_addons_video_player.with_cover .video_hover,.scheme_default .format-video .post_featured.with_thumb .post_video_hover{
    color:#ffffff;
     background-color:#313131
}
.scheme_default .trx_addons_video_player.with_cover .video_hover:hover,.scheme_default .format-video .post_featured.with_thumb .post_video_hover:hover{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default .sc_slider_controls .slider_controls_wrap>a,.scheme_default .slider_swiper.slider_controls_side .slider_controls_wrap>a,.scheme_default .slider_outer_controls_side .slider_controls_wrap>a{
    color:#ffffff;
     background-color:#9b9aa0;
     border-color:#9b9aa0
}
.scheme_default .sc_slider_controls .slider_controls_wrap>a:hover,.scheme_default .slider_swiper.slider_controls_side .slider_controls_wrap>a:hover,.scheme_default .slider_outer_controls_side .slider_controls_wrap>a:hover{
    color:#ffffff;
     background-color:#d60063;
     border-color:#d60063
}
.scheme_default .trx_addons_audio_player.without_cover .audio_author,.scheme_default .trx_addons_audio_player .audio_author + .audio_caption,.scheme_default .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time{
    color:#1d1d1d
}
.scheme_default .trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total:before,.scheme_default .trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-total:before{
    background-color:#1d1d1d
}
.scheme_default .mejs-controls .mejs-button,.scheme_default .mejs-controls .mejs-time-rail .mejs-time-current,.scheme_default .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{
    background-color:#d60063
}
.scheme_default .mejs-controls .mejs-time-rail .mejs-time-total,.scheme_default .mejs-controls .mejs-time-rail .mejs-time-loaded,.scheme_default .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{
    background:#1d1d1d
}
.scheme_default .mejs-controls .mejs-button:hover{
    background-color:#1d1d1d
}
.scheme_default .sc_price_info .sc_price_subtitle,.scheme_default .sc_skills .sc_skills_total{
    color:#1d1d1d
}
.scheme_default .sc_countdown_title{
    color:#9b9aa0
}
.scheme_default .sc_countdown_default .sc_countdown_digits span{
    background-color:rgba(255,255,255,0);
     color:#d60063
}
.scheme_default .sc_countdown .sc_countdown_label{
    color:#1d1d1d
}
.scheme_default .sc_countdown_default .sc_countdown_digits:before{
    border-color:#0f0f3b
}
.scheme_default .sc_price_item .sc_price_item_price{
    background-color:#313131
}
.scheme_default .sc_price_item:hover .sc_price_item_title{
    color:rgba(29,29,29,0.7)
}
.scheme_default .sc_price_item_price_after{
    color:#d60063
}
.scheme_default .sc_price_item{
    color:#9b9aa0;
     background-color:#0f0f3b;
     border-color:#d60063
}
.scheme_default .sc_price_item:hover{
    color:#9b9aa0;
     background-color:#0f0f3b;
     border-color:#d60063
}
.scheme_default .sc_price_item .sc_price_item_title{
    color:#1d1d1d
}
.scheme_default .sc_price_info .sc_price_description,.scheme_default .sc_price_info .sc_price_details{
    color:#9b9aa0
}
.scheme_default .sc_price_info .sc_price_price{
    color:#1d1d1d
}
.scheme_default .sc_price_info .sc_price_title{
    color:#ffffff;
     background-color:#9b9aa0
}
.scheme_default .sc_price_info .sc_price_title a{
    color:#ffffff
}
.scheme_default .sc_price:hover .sc_price_info .sc_price_title a,.scheme_default .sc_price_info .sc_price_title a:hover{
    color:#ffffff
}
.scheme_default .sc_price_price em{
    color:#9b9aa0
}
.scheme_default .sc_price:hover .sc_price_link,.scheme_default .sc_price_link:hover{
    color:#ffffff
}
.scheme_default .sc_testimonials_item_author_title,.scheme_default .scheme_dark .sc_item_subtitle{
    color:#1d1d1d
}
.scheme_default .swiper-pagination-custom .swiper-pagination-button:before{
    border-color:#d60063
}
.scheme_default .sc_promo .sc_promo_descr{
    color:#9b9aa0
}
.scheme_default .sc_item_subtitle{
    color:#fe7259
}
.scheme_default .sc_form_shadow{
    background-color:#f3f5f7
}
.scheme_default .sc_events_full .sc_events_item:before,.scheme_default .sc_services_default .sc_services_item_icon:after,.scheme_default .sc_promo_modern.sc_promo_size_normal.sc_promo_image_position_right .sc_promo_image_wrap:before,.scheme_default .sc_promo_modern.sc_promo_size_normal.sc_promo_image_position_left .sc_promo_image_wrap:before,.scheme_default .sc_form_shadow:before{
    border-color:#0f0f3b
}
.scheme_default .sc_form_shadow:before{
    border-color:#f3f5f7
}
.scheme_default .sc_services_default .sc_services_item:hover .sc_services_item_icon:after{
    border-color:#d60063
}
.scheme_default .sc_googlemap_content,.scheme_default.sc_googlemap_content{
    color:#1d1d1d;
     background-color:#fe7259
}
.scheme_default .widget_contacts .contacts_info{
    color:#1d1d1d
}
.scheme_default .service_caption{
    color:#fe7259
}
.scheme_default .sc_events_date{
    color:#fe7259
}
.scheme_default .sc_events_default .sc_events_item{
    background-color:rgba(255,255,255,0)
}
.scheme_default .sc_events_default .sc_events_item:before{
    border-color:#0f0f3b
}
.scheme_default .sc_events_default .sc_events_item + .sc_events_item{
    border-color:#e5e5e5
}
.scheme_default .sc_promo .sc_countdown{
    color:#ffffff;
     background-color:#1d1d1d
}
.scheme_default .sc_promo .sc_countdown_default .sc_countdown_digits span{
    color:#ffffff
}
.scheme_default .sc_events_title a:hover{
    color:#fe7259
}
.scheme_default .sc_courses_item_categories a,.scheme_default .team-image .post_featured + .sc_team_item_subtitle{
    color:#ffffff;
     background-color:#1d1d1d
}
.scheme_default .sc_courses_item_categories a:hover{
    color:#ffffff;
     background-color:#fe7259
}
.scheme_default .sc_team .trx_addons_hover_mask{
    background-color:#9b9aa0
}
.scheme_default .sc_team .sc_team_item_thumb .sc_team_item_socials .social_item .social_icon{
    color:#1d1d1d;
     background-color:#ffffff
}
.scheme_default .sc_team .sc_team_item_thumb .sc_team_item_socials .social_item:hover .social_icon{
    color:#ffffff;
     background-color:#fe7259
}
.scheme_default .team_member_page .team_member_position{
    color:#fe7259
}
.scheme_default .team_member_page .team_member_socials .social_item .social_icon{
    background-color:rgba(255,255,255,0);
     color:#9b9aa0
}
.scheme_default .team_member_page .team_member_socials .social_item:hover .social_icon{
    background-color:rgba(255,255,255,0);
     color:#d60063
}
.scheme_default .sc_courses_default .sc_courses_item{
    background-color:rgba(255,255,255,0)
}
.scheme_default .sc_courses_default .sc_courses_item_price,.scheme_default .sc_courses_default .sc_courses_item_date{
    color:#ffffff
}
.scheme_default .courses_single .courses_page_meta_item_date{
    color:#d60063
}
.scheme_default .courses_single .courses_page_meta{
    color:#fe7259
}
.scheme_default .sc_courses_price_style .trx_addons_hover_mask{
    background-color:#9b9aa0
}
.scheme_default .sc_courses_price_style .sc_courses_item_meta,.scheme_default .sc_courses_item_tutor{
    color:#1d1d1d
}
.scheme_default .sc_courses_price_style .course_caption{
    color:#fe7259
}
.scheme_default .trx_addons_priced,.scheme_default .sc_courses_price_style .sc_courses_item_price{
    color:#d60063
}
.scheme_default .trx_addons_priced em,.scheme_default .sc_courses_price_style .sc_courses_item_price .sc_courses_item_period{
    color:#1d1d1d
}
.scheme_default body .vc_row-has-fill .cq-highlight-container .cq-highlight-label{
    color:#1d1d1d
}
.scheme_default .sc_testimonials_simple .sc_testimonials_item_author_title{
    color:#ffffff
}
.scheme_default .sc_testimonials_simple .sc_testimonials_item_author_socials a{
    color:#fe7259
}
.scheme_default .sc_testimonials_simple .sc_testimonials_item_author_socials a:hover{
    color:#d60063
}
.scheme_default .BigWhiteText em{
    color:#9b9aa0
}
.scheme_default .custom .tp-bullet{
    background-color:#ffffff
}
.scheme_default .custom .tp-bullet.selected:after,.scheme_default .custom .tp-bullet:hover:after{
    border-color:#9b9aa0
}
.scheme_default .sc_services_default .sc_services_item{
    background-color:rgba(255,255,255,0)
}
.scheme_default .sc_services_default .sc_services_item_icon{
    background-color:rgba(255,255,255,0);
     color:#d60063
}
.scheme_default .sc_services_default .sc_services_item:hover .sc_services_item_title a{
    color:#d60063
}
.scheme_default .sc_services_default .sc_services_item:hover .sc_services_item_icon,.scheme_default .sc_services_default .sc_services_item_icon:hover{
    background-color:rgba(255,255,255,0);
     color:#1d1d1d
}
.scheme_default blockquote.trx_addons_blockquote_style_2{
    background-color:rgba(255,255,255,0);
     color:#1d1d1d
}
.scheme_default blockquote.trx_addons_blockquote_style_2:before,.scheme_default blockquote.trx_addons_blockquote_style_2 a,.scheme_default blockquote.trx_addons_blockquote_style_2 cite{
    color:#fe7259
}
.scheme_default .trx_addons_dark{
    color:#1d1d1d
}
.scheme_default .footer_wrap .socials_wrap .social_item .social_icon{
    background-color:#f3f5f7
}
.scheme_default .top_panel .sc_layouts_row_type_normal .socials_wrap .social_item .social_icon{
    background-color:#313131;
     color:#1d1d1d
}
.scheme_default .footer_wrap .socials_wrap .social_item .social_icon:hover,.scheme_default .top_panel .sc_layouts_row_type_normal .socials_wrap .social_item .social_icon:hover{
    background-color:#d60063;
     color:#1d1d1d
}
.scheme_default .post_item_none_search .search_wrap .search_submit,.scheme_default .post_item_none_archive .search_wrap .search_submit{
    color:#1d1d1d
}
.scheme_default .post_item_none_search .search_wrap .search_submit:hover,.scheme_default .post_item_none_archive .search_wrap .search_submit:hover{
    color:#fe7259
}
.scheme_default .sc_events_default .sc_events_item_date{
    background-color:#d60063
}
.scheme_default .sc_events_default .sc_events_item:hover .sc_events_item_date{
    background-color:#d60063
}
.scheme_default .sc_events_default .sc_events_item_title{
    color:#9b9aa0
}
.scheme_default .sc_events_default .sc_events_item_title .event-title{
    color:#1d1d1d
}
.scheme_default .sc_events_default .sc_events_item:hover .sc_events_item_title .event-title{
    color:#d60063
}
.scheme_default .content-header{
    background-color:#1d1d1d;
     color:#ffffff
}
.scheme_default .content-header .sc_item_title{
    color:#ffffff
}
.scheme_default .sc_item_title i{
    color:#d60063
}
.scheme_default .sc_content_instagram .inv_button{
    color:#ffffff !important
}
.scheme_default .sc_content_instagram .inv_button:hover{
    color:#ffffff !important
}
.scheme_default body #sb_instagram .sbi_photo:before{
    border-color:#d60063
}
.scheme_default body .cq-draggable-stripe{
    background-color:rgba(255,255,255,0)!important
}
.scheme_default body .cq-draggable-slider{
    background-color:rgba(29,29,29,0.3)
}
.scheme_default .cq-highlight-container:before{
    background-color:#1d1d1d
}
.scheme_default .cq-carouselcontent h3{
}
.scheme_default body .cq-infobox.red{
    border-color:#d60063 !important;
     background-color:#313131;
     color:#1d1d1d
}
.scheme_default body .cq-infobox.red:after{
    border-color:#d60063 transparent !important
}
.scheme_default .sc_blogger .post_meta_item a{
    color:#d60063
}
.scheme_default .sc_blogger .post_meta_item a:hover{
    color:#1d1d1d
}
.scheme_default .sc_blogger_default .sc_blogger_item .sc_blogger_item_excerpt_text{
    color:#9b9aa0
}
.scheme_default .trx_addons_audio_player.without_cover .audio_author,.scheme_default .sc_events_title a:hover,.scheme_default .sc_events_full .sc_events_date_month,.scheme_default .sc_events_full .sc_events_date_day,.scheme_default .SmallTextData span,.scheme_default .sc_blogger_item_title a:hover{
    color:#d60063
}
.scheme_default .custom.tparrows:before{
    color:rgba(29,29,29,0.5)
}
.scheme_default .custom.tparrows:hover:before{
    color:#1d1d1d
}
.scheme_default .sc_promo_image .trx_addons_audio_player.without_cover{
    background-color:rgba(255,255,255,0)
}
.scheme_default.vc_section,.scheme_default.wpb_row,.scheme_default.wpb_column>.vc_column-inner>.wpb_wrapper,.scheme_default.wpb_text_column{
    color:#9b9aa0
}
.scheme_default.vc_section[data-vc-full-width="true"],.scheme_default.wpb_row[data-vc-full-width="true"],.scheme_default.wpb_column>.vc_column-inner>.wpb_wrapper,.scheme_default.wpb_text_column{
    background-color:#ffffff
}
.scheme_default.vc_row.vc_parallax[class*="scheme_"] .vc_parallax-inner:before{
    background-color:rgba(255,255,255,0.8)
}
.scheme_default .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon{
    color:#ffffff;
     background-color:#1d1d1d
}
.scheme_default .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon:before,.scheme_default .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon:after{
    border-color:#ffffff
}
.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{
    color:#1d1d1d
}
.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a,.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:hover{
    color:#d60063
}
.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon,.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:hover .vc_tta-controls-icon{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:before,.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:after{
    border-color:#ffffff
}
.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab>a{
    color:#ffffff;
     background-color:#1d1d1d
}
.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab>a:hover,.scheme_default .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab.vc_active>a{
    color:#1d1d1d;
     background-color:#d60063
}
.scheme_default .vc_separator.vc_sep_color_grey .vc_sep_line{
    border-color:#e5e5e5
}
.scheme_default .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar{
    background-color:rgba(29,29,29,0.1)
}
.scheme_default .vc_progress_bar.vc_progress_bar_narrow.vc_progress-bar-color-bar_red .vc_single_bar .vc_bar{
    background-color:#9b9aa0
}
.scheme_default .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label{
    color:#1d1d1d
}
.scheme_default .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label .vc_label_units{
    color:#1d1d1d
}
.scheme_default .mc4wp-form input[type="email"]{
    background-color:#80d572;
     border-color:#80d572;
     color:#ffffff
}
.scheme_default .mc4wp-form .mc4wp-alert{
    background-color:rgba(255,255,255,0);
     border-color:rgba(255,255,255,0);
     color:#9b9aa0
}
.scheme_default #tribe-bar-form{
    color:#1d1d1d
}
.scheme_default #tribe-bar-form input[type="text"]{
    color:#1d1d1d;
     border-color:#e5e5e5
}
.scheme_default .tribe-bar-views-list{
    background-color:#d60063
}
.scheme_default .datepicker thead tr:first-child th:hover,.scheme_default .datepicker tfoot tr th:hover{
    color:#d60063;
     background:#1d1d1d
}
.scheme_default .tribe-events-calendar thead th{
    color:#ffffff;
     background:#1d1d1d !important;
     border-color:#1d1d1d !important
}
.scheme_default .tribe-events-calendar thead th + th:before{
    background:#ffffff
}
.scheme_default #tribe-events-content .tribe-events-calendar td{
    border-color:#e5e5e5 !important
}
.scheme_default .tribe-events-calendar td div[id*="tribe-events-daynum-"],.scheme_default .tribe-events-calendar td div[id*="tribe-events-daynum-"]>a{
    color:#1d1d1d
}
.scheme_default .tribe-events-calendar td.tribe-events-othermonth{
    color:#b7b7b7;
     background:#f3f5f7 !important
}
.scheme_default .tribe-events-calendar td.tribe-events-othermonth div[id*="tribe-events-daynum-"],.scheme_default .tribe-events-calendar td.tribe-events-othermonth div[id*="tribe-events-daynum-"]>a{
    color:#b7b7b7
}
.scheme_default .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],.scheme_default .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"]>a{
    color:#b7b7b7
}
.scheme_default .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],.scheme_default .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a{
    color:#d60063
}
.scheme_default .tribe-events-calendar td.tribe-events-present:before{
    border-color:#d60063
}
.scheme_default .tribe-events-calendar .tribe-events-has-events:after{
    background-color:#9b9aa0
}
.scheme_default .tribe-events-calendar .mobile-active.tribe-events-has-events:after{
    background-color:#ffffff
}
.scheme_default #tribe-events-content .tribe-events-calendar td,.scheme_default #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a{
    color:#1d1d1d
}
.scheme_default #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a:hover{
    color:#d60063
}
.scheme_default #tribe-events-content .tribe-events-calendar td.mobile-active,.scheme_default #tribe-events-content .tribe-events-calendar td.mobile-active:hover{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default #tribe-events-content .tribe-events-calendar td.mobile-active div[id*="tribe-events-daynum-"]{
    color:#ffffff;
     background-color:#1d1d1d
}
.scheme_default #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*="tribe-events-daynum-"] a,.scheme_default .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"] a{
    background-color:transparent;
     color:#ffffff
}
.scheme_default .tribe-events-list-separator-month span{
    background-color:#ffffff
}
.scheme_default .recurring-info-tooltip,.scheme_default .tribe-events-calendar .tribe-events-tooltip,.scheme_default .tribe-events-week .tribe-events-tooltip,.scheme_default .tribe-events-tooltip .tribe-events-arrow{
    color:#333333;
     background:#f3f5f7
}
.scheme_default #tribe-events-content .tribe-events-tooltip h4{
    color:#d60063;
     background:#1d1d1d
}
.scheme_default .tribe-events-tooltip .tribe-event-duration{
    color:#b7b7b7
}
.scheme_default .tribe-events-list-separator-month{
    color:#1d1d1d
}
.scheme_default .tribe-events-list-separator-month:after{
    border-color:#e5e5e5
}
.scheme_default .tribe-events-list .type-tribe_events + .type-tribe_events,.scheme_default .tribe-events-day .tribe-events-day-time-slot + .tribe-events-day-time-slot + .tribe-events-day-time-slot{
    border-color:#e5e5e5
}
.scheme_default .tribe-events-list .tribe-events-event-cost span{
    color:#ffffff;
     border-color:#1d1d1d;
     background:#1d1d1d
}
.scheme_default .tribe-mobile .tribe-events-loop .tribe-events-event-meta{
    color:#333333;
     border-color:#e5e5e5;
     background-color:#f3f5f7
}
.scheme_default .tribe-mobile .tribe-events-loop .tribe-events-event-meta a{
    color:#9b9aa0
}
.scheme_default .tribe-mobile .tribe-events-loop .tribe-events-event-meta a:hover{
    color:#d60063
}
.scheme_default .tribe-mobile .tribe-events-list .tribe-events-venue-details{
    border-color:#e5e5e5
}
.scheme_default .tribe-events-day .tribe-events-day-time-slot h5{
    color:#ffffff;
     background:#1d1d1d
}
.scheme_default .single-tribe_events .tribe-events-venue-map{
    color:#333333;
     border-color:#dadada;
     background:#e6e8eb
}
.scheme_default .single-tribe_events .tribe-events-schedule .tribe-events-cost{
    color:#1d1d1d
}
.scheme_default .single-tribe_events .type-tribe_events{
    border-color:#e5e5e5
}
.scheme_default .woocommerce .woocommerce-breadcrumb{
    color:#9b9aa0
}
.scheme_default .woocommerce .woocommerce-breadcrumb a{
    color:#d60063
}
.scheme_default .woocommerce .woocommerce-breadcrumb a:hover{
    color:#fe7259
}
.scheme_default .woocommerce .widget_price_filter .ui-slider .ui-slider-range,.scheme_default .woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background-color:#d60063
}
.scheme_default .woocommerce .shop_mode_list ul.products li.product + li.product .post_item,.scheme_default .woocommerce-page .shop_mode_list ul.products li.product + li.product .post_item{
    border-color:#e5e5e5
}
.scheme_default .woocommerce .woocommerce-ordering select{
    border-color:#e5e5e5
}
.scheme_default .woocommerce span.onsale{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default .woocommerce ul.products li.product .post_header a{
    color:#1d1d1d
}
.scheme_default .woocommerce ul.products li.product .post_header a:hover{
    color:#d60063
}
.scheme_default .woocommerce ul.products li.product .post_header .post_tags,.scheme_default .woocommerce ul.products li.product .post_header .post_tags a{
    color:#9b9aa0
}
.scheme_default .woocommerce ul.products li.product .post_header .post_tags a:hover{
    color:#d60063
}
.scheme_default .woocommerce ul.products li.product .price,.scheme_default .woocommerce-page ul.products li.product .price,.scheme_default .woocommerce ul.products li.product .price ins,.scheme_default .woocommerce-page ul.products li.product .price ins{
    color:#d60063
}
.scheme_default .woocommerce ul.products li.product .price del,.scheme_default .woocommerce-page ul.products li.product .price del{
    color:#b7b7b7
}
.scheme_default .woocommerce ul.cart_list li img,.scheme_default .woocommerce ul.product_list_widget li img,.scheme_default .woocommerce-page ul.cart_list li img,.scheme_default .woocommerce-page ul.product_list_widget li img{
    border-color:#1d1d1d
}
.scheme_default .woocommerce ul.cart_list li a{
    color:#1d1d1d
}
.scheme_default .woocommerce ul.cart_list li a:hover{
    color:#d60063
}
.scheme_default .woocommerce div.product p.price,.scheme_default .woocommerce div.product span.price,.scheme_default .woocommerce span.amount,.scheme_default .woocommerce-page span.amount{
    color:#d60063
}
.scheme_default .woocommerce table.shop_table td span.amount{
    color:#1d1d1d
}
.scheme_default .woocommerce.widget_shopping_cart .quantity,.scheme_default .woocommerce ul.cart_list li span .amount{
    color:#9b9aa0
}
.scheme_default .woocommerce.widget_shopping_cart .total,.scheme_default .woocommerce .widget_shopping_cart .total,.scheme_default .woocommerce-page.widget_shopping_cart .total,.scheme_default .woocommerce-page .widget_shopping_cart .total{
    border-color:#e5e5e5
}
.scheme_default aside.woocommerce del,.scheme_default .woocommerce del,.scheme_default .woocommerce del>span.amount,.scheme_default .woocommerce-page del,.scheme_default .woocommerce-page del>span.amount{
    color:#b7b7b7 !important
}
.scheme_default .woocommerce .price del:before{
    background-color:#b7b7b7
}
.scheme_default .woocommerce div.product form.cart div.quantity span,.scheme_default .woocommerce-page div.product form.cart div.quantity span,.scheme_default .woocommerce .shop_table.cart div.quantity span,.scheme_default .woocommerce-page .shop_table.cart div.quantity span{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default .woocommerce div.product form.cart div.quantity span:hover,.scheme_default .woocommerce-page div.product form.cart div.quantity span:hover,.scheme_default .woocommerce .shop_table.cart div.quantity span:hover,.scheme_default .woocommerce-page .shop_table.cart div.quantity span:hover{
    color:#1d1d1d;
     background-color:#1d1d1d
}
.scheme_default .woocommerce div.product .product_meta span>a,.scheme_default .woocommerce div.product .product_meta span>span{
    color:#d60063
}
.scheme_default .woocommerce div.product .product_meta{
    color:#1d1d1d
}
.scheme_default .woocommerce div.product .product_meta a:hover{
    color:#1d1d1d
}
.scheme_default .woocommerce div.product .product_meta,.scheme_default .woocommerce div.product div.images .flex-viewport,.scheme_default .woocommerce div.product div.images img{
    border-color:#e5e5e5
}
.scheme_default .woocommerce div.product div.images a:hover img{
    border-color:#d60063
}
.scheme_default .woocommerce div.product form.cart div.quantity span.q_dec,.scheme_default .woocommerce-page div.product form.cart div.quantity span.q_dec,.scheme_default .woocommerce .shop_table.cart div.quantity span.q_dec,.scheme_default .woocommerce-page .shop_table.cart div.quantity span.q_dec,.scheme_default .woocommerce div.product .woocommerce-tabs .panel,.scheme_default .woocommerce #content div.product .woocommerce-tabs .panel,.scheme_default .woocommerce-page div.product .woocommerce-tabs .panel,.scheme_default .woocommerce-page #content div.product .woocommerce-tabs .panel{
    border-color:#e5e5e5
}
.scheme_default .single-product div.product .trx-stretch-width .woocommerce-tabs{
    border-color:#0f0f3b
}
.scheme_default .single-product div.product .woocommerce-tabs .wc-tabs li a{
    color:#1d1d1d;
     background-color:rgba(255,255,255,0)
}
.scheme_default .single-product div.product .woocommerce-tabs .wc-tabs li.active a{
    color:#d60063;
     background-color:rgba(255,255,255,0)
}
.scheme_default .single-product div.product .woocommerce-tabs .wc-tabs li:not(.active) a:hover{
    color:#d60063;
     background-color:rgba(255,255,255,0)
}
.scheme_default .single-product div.product .woocommerce-tabs .panel{
    color:#9b9aa0
}
.scheme_default .woocommerce table.shop_attributes tr:nth-child(2n+1)>*{
    background-color:rgba(243,245,247,0.4)
}
.scheme_default .woocommerce table.shop_attributes tr:nth-child(2n)>*,.scheme_default .woocommerce table.shop_attributes tr.alt>*{
    background-color:rgba(243,245,247,0.2)
}
.scheme_default .woocommerce table.shop_attributes th{
    color:#1d1d1d
}
.scheme_default .single-product .related{
    border-color:#e5e5e5
}
.scheme_default .star-rating span,.scheme_default .star-rating:before{
    color:#d60063
}
.scheme_default #review_form #respond p.form-submit input[type="submit"]{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default #review_form #respond p.form-submit input[type="submit"]:hover,.scheme_default #review_form #respond p.form-submit input[type="submit"]:focus{
    color:#ffffff;
     background-color:#1d1d1d
}
.scheme_default .woocommerce .woocommerce-result-count{
    color:#1d1d1d
}
.scheme_default .woocommerce .dj_rainflow_shop_mode_buttons a,.scheme_default .woocommerce-page .dj_rainflow_shop_mode_buttons a{
    color:#1d1d1d
}
.scheme_default .woocommerce .dj_rainflow_shop_mode_buttons a:hover,.scheme_default .woocommerce-page .dj_rainflow_shop_mode_buttons a:hover,.scheme_default .woocommerce .shop_mode_thumbs .dj_rainflow_shop_mode_buttons a.woocommerce_thumbs,.scheme_default .woocommerce-page .shop_mode_thumbs .dj_rainflow_shop_mode_buttons a.woocommerce_thumbs,.scheme_default .woocommerce .shop_mode_list .dj_rainflow_shop_mode_buttons a.woocommerce_list,.scheme_default .woocommerce-page .shop_mode_list .dj_rainflow_shop_mode_buttons a.woocommerce_list{
    color:#d60063
}
.scheme_default .woocommerce .woocommerce-message,.scheme_default .woocommerce .woocommerce-info{
    background-color:#f3f5f7;
     border-top-color:#d60063;
     color:#9b9aa0
}
.scheme_default .woocommerce .woocommerce-error{
    background-color:#f3f5f7;
     border-top-color:#d60063;
     color:#9b9aa0
}
.scheme_default .woocommerce .woocommerce-message:before,.scheme_default .woocommerce .woocommerce-info:before{
    color:#d60063
}
.scheme_default .woocommerce .woocommerce-error:before{
    color:#9b9aa0
}
.scheme_default .select2-container--default .select2-selection--single .select2-selection__rendered{
    color:#b7b7b7
}
.scheme_default .woocommerce table.shop_table td{
    border-color:#e5e5e5 !important
}
.scheme_default .woocommerce table.shop_table th{
    border-color:rgba(229,229,229,0.2) !important
}
.scheme_default .woocommerce table.shop_table tfoot th,.scheme_default .woocommerce-page table.shop_table tfoot th{
    color:#1d1d1d;
     border-color:transparent !important;
     background-color:transparent
}
.scheme_default .woocommerce .quantity input.qty,.scheme_default .woocommerce #content .quantity input.qty,.scheme_default .woocommerce-page .quantity input.qty,.scheme_default .woocommerce-page #content .quantity input.qty{
    color:#1d1d1d
}
.scheme_default .woocommerce .cart-collaterals .cart_totals table select,.scheme_default .woocommerce-page .cart-collaterals .cart_totals table select{
    color:#b7b7b7;
     background-color:#e7eaed
}
.scheme_default .woocommerce .cart-collaterals .cart_totals table select:focus,.scheme_default .woocommerce-page .cart-collaterals .cart_totals table select:focus{
    color:#1d1d1d;
     background-color:#e7eaed
}
.scheme_default .woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,.scheme_default .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after{
    color:#1d1d1d
}
.scheme_default .woocommerce table.shop_table .cart-subtotal .amount,.scheme_default .woocommerce-page table.shop_table .cart-subtotal .amount,.scheme_default .woocommerce table.shop_table .shipping td,.scheme_default .woocommerce-page table.shop_table .shipping td{
    color:#1d1d1d
}
.scheme_default .woocommerce table.cart td+td a,.scheme_default .woocommerce #content table.cart td+td a,.scheme_default .woocommerce-page table.cart td+td a,.scheme_default .woocommerce-page #content table.cart td+td a,.scheme_default .woocommerce table.cart td+td span,.scheme_default .woocommerce #content table.cart td+td span,.scheme_default .woocommerce-page table.cart td+td span,.scheme_default .woocommerce-page #content table.cart td+td span{
    color:#1d1d1d
}
.scheme_default .woocommerce table.cart td+td a:hover,.scheme_default .woocommerce #content table.cart td+td a:hover,.scheme_default .woocommerce-page table.cart td+td a:hover,.scheme_default .woocommerce-page #content table.cart td+td a:hover{
    color:#d60063
}
.scheme_default #add_payment_method table.cart td.actions .coupon .input-text,.scheme_default .woocommerce-cart table.cart td.actions .coupon .input-text,.scheme_default .woocommerce-checkout table.cart td.actions .coupon .input-text{
    border-color:#e7eaed
}
.scheme_default #add_payment_method #payment ul.payment_methods,.scheme_default .woocommerce-cart #payment ul.payment_methods,.scheme_default .woocommerce-checkout #payment ul.payment_methods{
    border-color:#e5e5e5
}
.scheme_default #add_payment_method #payment div.payment_box,.scheme_default .woocommerce-cart #payment div.payment_box,.scheme_default .woocommerce-checkout #payment div.payment_box{
    color:#1d1d1d;
     background-color:#e7eaed
}
.scheme_default #add_payment_method #payment div.payment_box:before,.scheme_default .woocommerce-cart #payment div.payment_box:before,.scheme_default .woocommerce-checkout #payment div.payment_box:before{
    border-color:transparent transparent #e7eaed
}
.scheme_default .woocommerce .order_details li strong,.scheme_default .woocommerce-page .order_details li strong{
    color:#1d1d1d
}
.scheme_default .woocommerce .order_details.woocommerce-thankyou-order-details{
    color:#333333;
     background-color:#f3f5f7
}
.scheme_default .woocommerce .order_details.woocommerce-thankyou-order-details strong{
    color:#1d1d1d
}
.scheme_default .woocommerce-account .woocommerce-MyAccount-navigation,.scheme_default .woocommerce-MyAccount-navigation ul li,.scheme_default .woocommerce-MyAccount-navigation li+li{
    border-color:#e5e5e5
}
.scheme_default .woocommerce-MyAccount-navigation li.is-active a{
    color:#d60063
}
.scheme_default .woocommerce-MyAccount-content .my_account_orders .button{
    color:#d60063
}
.scheme_default .woocommerce-MyAccount-content .my_account_orders .button:hover{
    color:#fe7259
}
.scheme_default .widget_product_search form:after{
    color:#d0d0d0
}
.scheme_default .widget_product_search form:hover:after{
    color:#1d1d1d
}
.scheme_default .widget_shopping_cart .total{
    color:#1d1d1d;
     border-color:#e5e5e5
}
.scheme_default .widget_layered_nav ul li.chosen a{
    color:#1d1d1d
}
.scheme_default .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background:rgba(29,29,29,0.3)
}
.scheme_default .price_label,.scheme_default .widget_price_filter .price_label span{
    color:#1d1d1d
}
.scheme_default .yith_magnifier_zoom_wrap .yith_magnifier_zoom_magnifier{
    border-color:#e5e5e5
}
.scheme_default .yith-woocompare-widget a.clear-all{
    color:#ffffff;
     background-color:#9b9aa0
}
.scheme_default .yith-woocompare-widget a.clear-all:hover{
    color:#1d1d1d;
     background-color:#d60063
}
.scheme_default .widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container-single .chosen-single{
    color:#b7b7b7;
     background:#e7eaed
}
.scheme_default .widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container-single .chosen-single:hover{
    color:#1d1d1d;
     background:#e7eaed
}
.scheme_default .widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container .chosen-drop{
    color:#1d1d1d;
     background:#e7eaed;
     border-color:#e0e0e0
}
.scheme_default .widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container .chosen-results li{
    color:#1d1d1d
}
.scheme_default .widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container .chosen-results li:hover,.scheme_default .widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container .chosen-results li.highlighted,.scheme_default .widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container .chosen-results li.result-selected{
    color:#9b9aa0 !important
}
/* ================= BUTTON'S HOVERS ==================== */
.scheme_default .sc_button_hover_slide_left{
    background:linear-gradient(to right, #1d1d1d 50%,#d60063 50%) no-repeat scroll right bottom / 210% 100% #d60063 !important
}
.scheme_default .sc_button_hover_slide_right{
    background:linear-gradient(to left, #1d1d1d 50%,#d60063 50%) no-repeat scroll left bottom / 210% 100% #d60063 !important
}
.scheme_default .sc_button_hover_slide_top{
    background:linear-gradient(to bottom, #1d1d1d 50%,#d60063 50%) no-repeat scroll right bottom / 100% 210% #d60063 !important
}
.scheme_default .sc_button_hover_slide_bottom{
    background:linear-gradient(to top,#1d1d1d 50%,#d60063 50%) no-repeat scroll right top / 100% 210% #d60063 !important
}
.scheme_default .sc_button_hover_style_link2.sc_button_hover_slide_left{
    background:linear-gradient(to right, #8be77c 50%,#80d572 50%) no-repeat scroll right bottom / 210% 100% #80d572 !important
}
.scheme_default .sc_button_hover_style_link2.sc_button_hover_slide_right{
    background:linear-gradient(to left, #8be77c 50%,#80d572 50%) no-repeat scroll left bottom / 210% 100% #80d572 !important
}
.scheme_default .sc_button_hover_style_link2.sc_button_hover_slide_top{
    background:linear-gradient(to bottom, #8be77c 50%,#80d572 50%) no-repeat scroll right bottom / 100% 210% #80d572 !important
}
.scheme_default .sc_button_hover_style_link2.sc_button_hover_slide_bottom{
    background:linear-gradient(to top,#8be77c 50%,#80d572 50%) no-repeat scroll right top / 100% 210% #80d572 !important
}
.scheme_default .sc_button_hover_style_link3.sc_button_hover_slide_left{
    background:linear-gradient(to right, #eec432 50%,#ddb837 50%) no-repeat scroll right bottom / 210% 100% #ddb837 !important
}
.scheme_default .sc_button_hover_style_link3.sc_button_hover_slide_right{
    background:linear-gradient(to left, #eec432 50%,#ddb837 50%) no-repeat scroll left bottom / 210% 100% #ddb837 !important
}
.scheme_default .sc_button_hover_style_link3.sc_button_hover_slide_top{
    background:linear-gradient(to bottom, #eec432 50%,#ddb837 50%) no-repeat scroll right bottom / 100% 210% #ddb837 !important
}
.scheme_default .sc_button_hover_style_link3.sc_button_hover_slide_bottom{
    background:linear-gradient(to top,#eec432 50%,#ddb837 50%) no-repeat scroll right top / 100% 210% #ddb837 !important
}
.scheme_default .sc_button_hover_style_dark.sc_button_hover_slide_left{
    background:linear-gradient(to right, #d60063 50%,#1d1d1d 50%) no-repeat scroll right bottom / 210% 100% #1d1d1d !important
}
.scheme_default .sc_button_hover_style_dark.sc_button_hover_slide_right{
    background:linear-gradient(to left, #d60063 50%,#1d1d1d 50%) no-repeat scroll left bottom / 210% 100% #1d1d1d !important
}
.scheme_default .sc_button_hover_style_dark.sc_button_hover_slide_top{
    background:linear-gradient(to bottom, #d60063 50%,#1d1d1d 50%) no-repeat scroll right bottom / 100% 210% #1d1d1d !important
}
.scheme_default .sc_button_hover_style_dark.sc_button_hover_slide_bottom{
    background:linear-gradient(to top,#d60063 50%,#1d1d1d 50%) no-repeat scroll right top / 100% 210% #1d1d1d !important
}
.scheme_default .sc_button_hover_style_inverse.sc_button_hover_slide_left{
    background:linear-gradient(to right, #ffffff 50%,#d60063 50%) no-repeat scroll right bottom / 210% 100% #d60063 !important
}
.scheme_default .sc_button_hover_style_inverse.sc_button_hover_slide_right{
    background:linear-gradient(to left, #ffffff 50%,#d60063 50%) no-repeat scroll left bottom / 210% 100% #d60063 !important
}
.scheme_default .sc_button_hover_style_inverse.sc_button_hover_slide_top{
    background:linear-gradient(to bottom, #ffffff 50%,#d60063 50%) no-repeat scroll right bottom / 100% 210% #d60063 !important
}
.scheme_default .sc_button_hover_style_inverse.sc_button_hover_slide_bottom{
    background:linear-gradient(to top,#ffffff 50%,#d60063 50%) no-repeat scroll right top / 100% 210% #d60063 !important
}
.scheme_default .sc_button_hover_style_hover.sc_button_hover_slide_left{
    background:linear-gradient(to right, #313131 50%,#d60063 50%) no-repeat scroll right bottom / 210% 100% #d60063 !important
}
.scheme_default .sc_button_hover_style_hover.sc_button_hover_slide_right{
    background:linear-gradient(to left, #313131 50%,#d60063 50%) no-repeat scroll left bottom / 210% 100% #d60063 !important
}
.scheme_default .sc_button_hover_style_hover.sc_button_hover_slide_top{
    background:linear-gradient(to bottom, #313131 50%,#d60063 50%) no-repeat scroll right bottom / 100% 210% #d60063 !important
}
.scheme_default .sc_button_hover_style_hover.sc_button_hover_slide_bottom{
    background:linear-gradient(to top,#313131 50%,#d60063 50%) no-repeat scroll right top / 100% 210% #d60063 !important
}
.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_left{
    background:linear-gradient(to right, #d60063 50%,#313131 50%) no-repeat scroll right bottom / 210% 100% #9b9aa0 !important
}
.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_right{
    background:linear-gradient(to left, #d60063 50%,#313131 50%) no-repeat scroll left bottom / 210% 100% #9b9aa0 !important
}
.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_top{
    background:linear-gradient(to bottom, #d60063 50%,#313131 50%) no-repeat scroll right bottom / 100% 210% #9b9aa0 !important
}
.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_bottom{
    background:linear-gradient(to top,#d60063 50%,#313131 50%) no-repeat scroll right top / 100% 210% #9b9aa0 !important
}
.scheme_default .sc_button_hover_style_alterbd.sc_button_hover_slide_left{
    background:linear-gradient(to right, #d60063 50%,#1d1d1d 50%) no-repeat scroll right bottom / 210% 100% #e5e5e5 !important
}
.scheme_default .sc_button_hover_style_alterbd.sc_button_hover_slide_right{
    background:linear-gradient(to left, #d60063 50%,#1d1d1d 50%) no-repeat scroll left bottom / 210% 100% #e5e5e5 !important
}
.scheme_default .sc_button_hover_style_alterbd.sc_button_hover_slide_top{
    background:linear-gradient(to bottom, #d60063 50%,#1d1d1d 50%) no-repeat scroll right bottom / 100% 210% #e5e5e5 !important
}
.scheme_default .sc_button_hover_style_alterbd.sc_button_hover_slide_bottom{
    background:linear-gradient(to top,#d60063 50%,#1d1d1d 50%) no-repeat scroll right top / 100% 210% #e5e5e5 !important
}
.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_left{
    background:linear-gradient(to right, #72cfd5 50%,#0f0f3b 50%) no-repeat scroll right bottom / 210% 100% #0f0f3b !important
}
.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_right{
    background:linear-gradient(to left, #72cfd5 50%,#0f0f3b 50%) no-repeat scroll left bottom / 210% 100% #0f0f3b !important
}
.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_top{
    background:linear-gradient(to bottom, #72cfd5 50%,#0f0f3b 50%) no-repeat scroll right bottom / 100% 210% #0f0f3b !important
}
.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_bottom{
    background:linear-gradient(to top,#72cfd5 50%,#0f0f3b 50%) no-repeat scroll right top / 100% 210% #0f0f3b !important
}
.scheme_default .sc_button_hover_style_hover.sc_button_hover_slide_left:hover,.scheme_default .sc_button_hover_style_hover.sc_button_hover_slide_right:hover,.scheme_default .sc_button_hover_style_hover.sc_button_hover_slide_top:hover,.scheme_default .sc_button_hover_style_hover.sc_button_hover_slide_bottom:hover,.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_left:hover,.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_right:hover,.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_top:hover,.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_bottom:hover{
    color:#ffffff !important
}
.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_left:hover,.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_right:hover,.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_top:hover,.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_bottom:hover{
    color:#ffffff !important
}
.scheme_default .sc_button_hover_slide_left:hover,.scheme_default .sc_button_hover_slide_left.active,.scheme_default .ui-state-active .sc_button_hover_slide_left,.scheme_default .vc_active .sc_button_hover_slide_left,.scheme_default .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_left,.scheme_default li.active .sc_button_hover_slide_left{
    background-position:left bottom !important;
     color:#ffffff !important
}
.scheme_default .sc_button_hover_slide_right:hover,.scheme_default .sc_button_hover_slide_right.active,.scheme_default .ui-state-active .sc_button_hover_slide_right,.scheme_default .vc_active .sc_button_hover_slide_right,.scheme_default .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_right,.scheme_default li.active .sc_button_hover_slide_right{
    background-position:right bottom !important;
     color:#ffffff !important
}
.scheme_default .sc_button_hover_slide_top:hover,.scheme_default .sc_button_hover_slide_top.active,.scheme_default .ui-state-active .sc_button_hover_slide_top,.scheme_default .vc_active .sc_button_hover_slide_top,.scheme_default .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_top,.scheme_default li.active .sc_button_hover_slide_top{
    background-position:right top !important;
     color:#ffffff !important
}
.scheme_default .sc_button_hover_slide_bottom:hover,.scheme_default .sc_button_hover_slide_bottom.active,.scheme_default .ui-state-active .sc_button_hover_slide_bottom,.scheme_default .vc_active .sc_button_hover_slide_bottom,.scheme_default .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_bottom,.scheme_default li.active .sc_button_hover_slide_bottom{
    background-position:right bottom !important;
     color:#ffffff !important
}
/* ================= IMAGE'S HOVERS ==================== */
.scheme_default .post_featured .mask{
    background-color:rgba(29,29,29,0.7)
}
.scheme_default .post_featured.hover_dots:hover .mask{
    background-color:rgba(29,29,29,0.7)
}
.scheme_default .post_featured.hover_dots .icons span{
    background-color:#d60063
}
.scheme_default .post_featured.hover_dots .post_info{
    color:#ffffff
}
.scheme_default .post_featured.hover_icon .icons a{
    color:#ffffff;
     background-color:#1d1d1d
}
.scheme_default .post_featured.hover_icon a:hover{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default .post_featured.hover_icons .icons a{
    color:#1d1d1d;
     background-color:rgba(255,255,255,0.7)
}
.scheme_default .post_featured.hover_icons a:hover{
    color:#ffffff;
     background-color:#ffffff
}
.scheme_default .post_featured.hover_fade .post_info,.scheme_default .post_featured.hover_fade .post_info a,.scheme_default .post_featured.hover_fade .post_info .post_meta_item,.scheme_default .post_featured.hover_fade .post_info .post_meta .post_meta_item:before,.scheme_default .post_featured.hover_fade .post_info .post_meta .post_meta_item:hover:before{
    color:#ffffff
}
.scheme_default .post_featured.hover_fade .post_info a:hover{
    color:#d60063
}
.scheme_default .post_featured.hover_slide .post_info,.scheme_default .post_featured.hover_slide .post_info a,.scheme_default .post_featured.hover_slide .post_info .post_meta_item,.scheme_default .post_featured.hover_slide .post_info .post_meta .post_meta_item:before,.scheme_default .post_featured.hover_slide .post_info .post_meta .post_meta_item:hover:before{
    color:#ffffff
}
.scheme_default .post_featured.hover_slide .post_info a:hover{
    color:#d60063
}
.scheme_default .post_featured.hover_slide .post_info .post_title:after{
    background-color:#ffffff
}
.scheme_default .post_featured.hover_pull{
    background-color:#0f0f3b
}
.scheme_default .post_featured.hover_pull .post_info,.scheme_default .post_featured.hover_pull .post_info a{
    color:#ffffff
}
.scheme_default .post_featured.hover_pull .post_info a:hover,.scheme_default .post_featured.hover_pull .post_info a:hover:before{
    color:#72cfd5
}
.scheme_default .post_featured.hover_border .post_info,.scheme_default .post_featured.hover_border .post_info a,.scheme_default .post_featured.hover_border .post_info .post_meta_item,.scheme_default .post_featured.hover_border .post_info .post_meta .post_meta_item:before,.scheme_default .post_featured.hover_border .post_info .post_meta .post_meta_item:hover:before{
    color:#ffffff
}
.scheme_default .post_featured.hover_border .post_info a:hover{
    color:#d60063
}
.scheme_default .post_featured.hover_border .post_info:before,.scheme_default .post_featured.hover_border .post_info:after{
    border-color:#ffffff
}
.scheme_default .post_featured.hover_shop .icons a{
    color:#ffffff;
     background-color:#313131
}
.scheme_default .post_featured.hover_shop .icons a:hover{
    color:#ffffff;
     background-color:#d60063
}
.scheme_default .products.related .post_featured.hover_shop .icons a{
    color:#ffffff;
     border-color:#d60063 !important;
     background-color:#d60063
}
.scheme_default .products.related .post_featured.hover_shop .icons a:hover{
    color:#1d1d1d;
     border-color:#fe7259 !important;
     background-color:#fe7259
}
.scheme_default .post_featured.hover_shop_buttons .icons .shop_link{
    color:#ffffff;
     background-color:#1d1d1d
}
.scheme_default .post_featured.hover_shop_buttons .icons a:hover{
    color:#1d1d1d;
     background-color:#fe7259
}
.scheme_dark body{
    background-color:#100726
}
.scheme_dark{
    color:#9b9aa0
}
.scheme_dark h1,.scheme_dark h2,.scheme_dark h3,.scheme_dark h4,.scheme_dark h5,.scheme_dark h6,.scheme_dark h1 a,.scheme_dark h2 a,.scheme_dark h3 a,.scheme_dark h4 a,.scheme_dark h5 a,.scheme_dark h6 a,.scheme_dark li a,.scheme_dark [class*="color_style_"] h1 a,.scheme_dark [class*="color_style_"] h2 a,.scheme_dark [class*="color_style_"] h3 a,.scheme_dark [class*="color_style_"] h4 a,.scheme_dark [class*="color_style_"] h5 a,.scheme_dark [class*="color_style_"] h6 a,.scheme_dark [class*="color_style_"] li a{
    color:#ffffff
}
.scheme_dark h1 a:hover,.scheme_dark h2 a:hover,.scheme_dark h3 a:hover,.scheme_dark h4 a:hover,.scheme_dark h5 a:hover,.scheme_dark h6 a:hover,.scheme_dark li a:hover{
    color:#d71362
}
.scheme_dark .color_style_link2 h1 a:hover,.scheme_dark .color_style_link2 h2 a:hover,.scheme_dark .color_style_link2 h3 a:hover,.scheme_dark .color_style_link2 h4 a:hover,.scheme_dark .color_style_link2 h5 a:hover,.scheme_dark .color_style_link2 h6 a:hover,.scheme_dark .color_style_link2 li a:hover{
    color:#80d572
}
.scheme_dark .color_style_link3 h1 a:hover,.scheme_dark .color_style_link3 h2 a:hover,.scheme_dark .color_style_link3 h3 a:hover,.scheme_dark .color_style_link3 h4 a:hover,.scheme_dark .color_style_link3 h5 a:hover,.scheme_dark .color_style_link3 h6 a:hover,.scheme_dark .color_style_link3 li a:hover{
    color:#ddb837
}
.scheme_dark .color_style_dark h1 a:hover,.scheme_dark .color_style_dark h2 a:hover,.scheme_dark .color_style_dark h3 a:hover,.scheme_dark .color_style_dark h4 a:hover,.scheme_dark .color_style_dark h5 a:hover,.scheme_dark .color_style_dark h6 a:hover,.scheme_dark .color_style_dark li a:hover{
    color:#d71362
}
.scheme_dark code{
    color:#a6a6a6;
     background-color:#0b051c;
     border-color:#231e32
}
.scheme_dark .post_featured .mask{
    border-color:#d71362
}
.scheme_dark code a{
    color:#9b9aa0
}
.scheme_dark code a:hover{
    color:#d60063
}
.scheme_dark a{
    color:#d71362
}
.scheme_dark a:hover{
    color:#ffffff
}
.scheme_dark .color_style_link2 a{
    color:#80d572
}
.scheme_dark .color_style_link2 a:hover{
    color:#8be77c
}
.scheme_dark .color_style_link3 a{
    color:#ddb837
}
.scheme_dark .color_style_link3 a:hover{
    color:#eec432
}
.scheme_dark .color_style_dark a{
    color:#ffffff
}
.scheme_dark .color_style_dark a:hover{
    color:#d71362
}
.scheme_dark .comments_list_wrap .comment_posted{
    color:#9b9aa0
}
.scheme_dark blockquote{
    color:rgba(255,255,255,0.3);
     background-color:#0f0f3b
}
.scheme_dark blockquote:before{
    color:#d71362
}
.scheme_dark blockquote a{
    color:#ffffff
}
.scheme_dark blockquote a:hover{
    color:#d71362
}
.scheme_dark table th,.scheme_dark table th + th,.scheme_dark table td + th{
    border-color:rgba(255,255,255,0.1)
}
.scheme_dark table td,.scheme_dark table th + td,.scheme_dark table td + td{
    color:#9b9aa0;
     border-color:rgba(255,255,255,0.1)
}
.scheme_dark table th{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark table th b,.scheme_dark table th strong{
    color:#ffffff
}
.scheme_dark table>tbody>tr:nth-child(2n+1)>td{
    background-color:#1a1a44
}
.scheme_dark table>tbody>tr:nth-child(2n)>td{
    background-color:#0f0f3b
}
.scheme_dark .wp-caption a,.scheme_dark table th a{
    color:#ffffff
}
.scheme_dark table th a:hover{
    color:#ffffff
}
.scheme_dark hr{
    border-color:#271f3b
}
.scheme_dark figure figcaption,.scheme_dark .wp-caption .wp-caption-text,.scheme_dark .wp-caption .wp-caption-dd,.scheme_dark .wp-caption-overlay .wp-caption .wp-caption-text,.scheme_dark .wp-caption-overlay .wp-caption .wp-caption-dd{
    color:#ffffff;
     background-color:rgba(215,19,98,0.85)
}
.scheme_dark ul>li:before{
    color:#d71362
}
.scheme_dark .widget_search form:after,.scheme_dark .woocommerce.widget_product_search form:after,.scheme_dark .widget_display_search form:after,.scheme_dark #bbpress-forums #bbp-search-form:after{
    color:rgba(255,255,255,0.3)
}
.scheme_dark .widget_search form:hover:after,.scheme_dark .woocommerce.widget_product_search form:hover:after,.scheme_dark .widget_display_search form:hover:after,.scheme_dark #bbpress-forums #bbp-search-form:hover:after{
    color:#d71362
}
.scheme_dark fieldset{
    border-color:#271f3b
}
.scheme_dark fieldset legend{
    color:#ffffff;
     background-color:#100726
}
.scheme_dark::-webkit-input-placeholder{
    color:rgba(255,255,255,0.3)
}
.scheme_dark::-moz-placeholder{
    color:rgba(255,255,255,0.3)
}
.scheme_dark:-ms-input-placeholder{
    color:rgba(255,255,255,0.3)
}
.scheme_dark input[type="text"],.scheme_dark input[type="number"],.scheme_dark input[type="email"],.scheme_dark input[type="tel"],.scheme_dark input[type="search"],.scheme_dark input[type="password"],.scheme_dark .select_container,.scheme_dark .select2-container .select2-choice,.scheme_dark .select2-container .select2-selection,.scheme_dark textarea,.scheme_dark textarea.wp-editor-area,.scheme_dark #tribe-bar-form input[type="text"],.scheme_dark #buddypress .dir-search input[type="search"],.scheme_dark #buddypress .dir-search input[type="text"],.scheme_dark #buddypress .groups-members-search input[type="search"],.scheme_dark #buddypress .groups-members-search input[type="text"],.scheme_dark #buddypress .standard-form input[type="color"],.scheme_dark #buddypress .standard-form input[type="date"],.scheme_dark #buddypress .standard-form input[type="datetime-local"],.scheme_dark #buddypress .standard-form input[type="datetime"],.scheme_dark #buddypress .standard-form input[type="email"],.scheme_dark #buddypress .standard-form input[type="month"],.scheme_dark #buddypress .standard-form input[type="number"],.scheme_dark #buddypress .standard-form input[type="password"],.scheme_dark #buddypress .standard-form input[type="range"],.scheme_dark #buddypress .standard-form input[type="search"],.scheme_dark #buddypress .standard-form input[type="tel"],.scheme_dark #buddypress .standard-form input[type="text"],.scheme_dark #buddypress .standard-form input[type="time"],.scheme_dark #buddypress .standard-form input[type="url"],.scheme_dark #buddypress .standard-form input[type="week"],.scheme_dark #buddypress .standard-form select,.scheme_dark #buddypress .standard-form textarea,.scheme_dark #buddypress form#whats-new-form textarea,.scheme_dark .select2-container .select2-selection,.scheme_dark #booked-page-form input[type="email"],.scheme_dark #booked-page-form input[type="text"],.scheme_dark #booked-page-form input[type="password"],.scheme_dark #booked-page-form textarea,.scheme_dark .booked-upload-wrap,.scheme_dark .booked-upload-wrap input{
    color:rgba(255,255,255,0.3);
     border-color:#0f0f3b;
     background-color:#0f0f3b
}
.scheme_dark input[type="text"]:hover,.scheme_dark input[type="number"]:hover,.scheme_dark input[type="email"]:hover,.scheme_dark input[type="tel"]:hover,.scheme_dark input[type="search"]:hover,.scheme_dark input[type="password"]:hover,.scheme_dark .select_container:hover,.scheme_dark select option:hover,.scheme_dark select option:hover,.scheme_dark .select2-container .select2-choice:hover,.scheme_dark textarea:hover,.scheme_dark textarea.wp-editor-area:hover,.scheme_dark #booked-page-form input[type="email"]:hover,.scheme_dark #booked-page-form input[type="text"]:hover,.scheme_dark #booked-page-form input[type="password"]:hover,.scheme_dark #booked-page-form textarea:hover,.scheme_dark .booked-upload-wrap:hover,.scheme_dark #tribe-bar-form input[type="text"]:hover,.scheme_dark .booked-upload-wrap input:hover{
    color:rgba(255,255,255,1);
     border-color:#424046;
     background-color:#0f0f3b
}
.scheme_dark input[type="text"]:focus,.scheme_dark input[type="number"]:focus,.scheme_dark input[type="email"]:focus,.scheme_dark input[type="tel"]:focus,.scheme_dark input[type="search"]:focus,.scheme_dark input[type="password"]:focus,.scheme_dark #tribe-bar-form input[type="text"]:focus,.scheme_dark .select_container:focus,.scheme_dark select option:focus,.scheme_dark select option:focus,.scheme_dark .select2-container .select2-choice:focus,.scheme_dark textarea:focus,.scheme_dark textarea.wp-editor-area:focus,.scheme_dark #buddypress .dir-search input[type="search"]:focus,.scheme_dark #buddypress .dir-search input[type="text"]:focus,.scheme_dark #buddypress .groups-members-search input[type="search"]:focus,.scheme_dark #buddypress .groups-members-search input[type="text"]:focus,.scheme_dark #buddypress .standard-form input[type="color"]:focus,.scheme_dark #buddypress .standard-form input[type="date"]:focus,.scheme_dark #buddypress .standard-form input[type="datetime-local"]:focus,.scheme_dark #buddypress .standard-form input[type="datetime"]:focus,.scheme_dark #buddypress .standard-form input[type="email"]:focus,.scheme_dark #buddypress .standard-form input[type="month"]:focus,.scheme_dark #buddypress .standard-form input[type="number"]:focus,.scheme_dark #buddypress .standard-form input[type="password"]:focus,.scheme_dark #buddypress .standard-form input[type="range"]:focus,.scheme_dark #buddypress .standard-form input[type="search"]:focus,.scheme_dark #buddypress .standard-form input[type="tel"]:focus,.scheme_dark #buddypress .standard-form input[type="text"]:focus,.scheme_dark #buddypress .standard-form input[type="time"]:focus,.scheme_dark #buddypress .standard-form input[type="url"]:focus,.scheme_dark #buddypress .standard-form input[type="week"]:focus,.scheme_dark #buddypress .standard-form select:focus,.scheme_dark #buddypress .standard-form textarea:focus,.scheme_dark #buddypress form#whats-new-form textarea:focus,.scheme_dark #booked-page-form input[type="email"]:focus,.scheme_dark #booked-page-form input[type="text"]:focus,.scheme_dark #booked-page-form input[type="password"]:focus,.scheme_dark #booked-page-form textarea:focus,.scheme_dark .booked-upload-wrap:focus,.scheme_dark .booked-upload-wrap input:focus{
    color:rgba(255,255,255,1);
     border-color:#d71362;
     background-color:#0f0f3b
}
.scheme_dark .select_container:before{
    color:rgba(255,255,255,0.3);
     background-color:#0f0f3b
}
.scheme_dark .select_container:focus:before,.scheme_dark .select_container:hover:before{
    color:rgba(255,255,255,1);
     background-color:#0f0f3b
}
.scheme_dark .select_container:after{
    color:rgba(255,255,255,0.3)
}
.scheme_dark .select_container:focus:after,.scheme_dark .select_container:hover:after{
    color:rgba(255,255,255,1)
}
.scheme_dark .select_container select{
    color:rgba(255,255,255,0.3);
     background:#0f0f3b !important
}
.scheme_dark .select_container select:focus{
    color:rgba(255,255,255,1);
     background-color:#0f0f3b !important
}
.scheme_dark .select2-results{
    color:rgba(255,255,255,0.3);
     border-color:#424046;
     background:#0f0f3b
}
.scheme_dark .select2-results .select2-highlighted{
    color:rgba(255,255,255,1);
     background:#0f0f3b
}
.scheme_dark input[type="radio"] + label:before,.scheme_dark input[type="checkbox"] + label:before{
    border-color:#0f0f3b;
     background-color:#0f0f3b
}
.scheme_dark .sc_button_simple:not(.sc_button_bg_image),.scheme_dark .sc_button_simple:not(.sc_button_bg_image):before,.scheme_dark .sc_button_simple:not(.sc_button_bg_image):after{
    color:#d71362
}
.scheme_dark .sc_button_simple:not(.sc_button_bg_image):hover,.scheme_dark .sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_dark .sc_button_simple:not(.sc_button_bg_image):hover:after{
    color:#ffaa5f !important
}
.scheme_dark .sc_button_simple.color_style_link2:not(.sc_button_bg_image),.scheme_dark .sc_button_simple.color_style_link2:not(.sc_button_bg_image):before,.scheme_dark .sc_button_simple.color_style_link2:not(.sc_button_bg_image):after,.scheme_dark .color_style_link2 .sc_button_simple:not(.sc_button_bg_image),.scheme_dark .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):before,.scheme_dark .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):after{
    color:#80d572
}
.scheme_dark .sc_button_simple.color_style_link2:not(.sc_button_bg_image):hover,.scheme_dark .sc_button_simple.color_style_link2:not(.sc_button_bg_image):hover:before,.scheme_dark .sc_button_simple.color_style_link2:not(.sc_button_bg_image):hover:after,.scheme_dark .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):hover,.scheme_dark .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_dark .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):hover:after{
    color:#8be77c
}
.scheme_dark .sc_button_simple.color_style_link3:not(.sc_button_bg_image),.scheme_dark .sc_button_simple.color_style_link3:not(.sc_button_bg_image):before,.scheme_dark .sc_button_simple.color_style_link3:not(.sc_button_bg_image):after,.scheme_dark .color_style_link3 .sc_button_simple:not(.sc_button_bg_image),.scheme_dark .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):before,.scheme_dark .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):after{
    color:#ddb837
}
.scheme_dark .sc_button_simple.color_style_link3:not(.sc_button_bg_image):hover,.scheme_dark .sc_button_simple.color_style_link3:not(.sc_button_bg_image):hover:before,.scheme_dark .sc_button_simple.color_style_link3:not(.sc_button_bg_image):hover:after,.scheme_dark .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):hover,.scheme_dark .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_dark .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):hover:after{
    color:#eec432
}
.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image),.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image):before,.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image):after,.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image),.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image):before,.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image):after{
    color:#ffffff
}
.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover,.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover:before,.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover:after,.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover,.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover:before,.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover:after{
    color:#d71362
}
.scheme_dark .sc_button_bordered:not(.sc_button_bg_image){
    color:#d71362;
     border-color:#d71362
}
.scheme_dark .sc_button_bordered:not(.sc_button_bg_image):hover{
    color:#ffaa5f !important;
     border-color:#ffaa5f !important
}
.scheme_dark .sc_button_bordered.color_style_link2:not(.sc_button_bg_image){
    color:#80d572;
     border-color:#80d572
}
.scheme_dark .sc_button_bordered.color_style_link2:not(.sc_button_bg_image):hover{
    color:#8be77c !important;
     border-color:#8be77c !important
}
.scheme_dark .sc_button_bordered.color_style_link3:not(.sc_button_bg_image){
    color:#ddb837;
     border-color:#ddb837
}
.scheme_dark .sc_button_bordered.color_style_link3:not(.sc_button_bg_image):hover{
    color:#eec432 !important;
     border-color:#eec432 !important
}
.scheme_dark .sc_button_bordered.color_style_dark:not(.sc_button_bg_image){
    color:#ffffff;
     border-color:#ffffff
}
.scheme_dark .sc_button_bordered.color_style_dark:not(.sc_button_bg_image):hover{
    color:#d71362 !important;
     border-color:#d71362 !important
}
.scheme_dark button,.scheme_dark input[type="reset"],.scheme_dark input[type="submit"],.scheme_dark input[type="button"],.scheme_dark .post_item .more-link,.scheme_dark .comments_wrap .form-submit input[type="submit"],
/* BB & Buddy Press */
.scheme_dark #buddypress .comment-reply-link,.scheme_dark #buddypress .generic-button a,.scheme_dark #buddypress a.button,.scheme_dark #buddypress button,.scheme_dark #buddypress input[type="button"],.scheme_dark #buddypress input[type="reset"],.scheme_dark #buddypress input[type="submit"],.scheme_dark #buddypress ul.button-nav li a,.scheme_dark a.bp-title-button,.scheme_dark .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button,.scheme_dark body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .google-cal-button>a,.scheme_dark body #booked-profile-page input[type="submit"],.scheme_dark body #booked-profile-page button,.scheme_dark body .booked-list-view input[type="submit"],.scheme_dark body .booked-list-view button,.scheme_dark body table.booked-calendar input[type="submit"],.scheme_dark body table.booked-calendar button,.scheme_dark body .booked-modal input[type="submit"],.scheme_dark body .booked-modal button,.scheme_dark .sc_button_default,.scheme_dark .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),.scheme_dark .sc_action_item_link,.scheme_dark .socials_share:not(.socials_type_drop) .social_icon,.scheme_dark #tribe-bar-form .tribe-bar-submit input[type="submit"],.scheme_dark #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"],.scheme_dark #tribe-bar-views li.tribe-bar-views-option a,.scheme_dark #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a,.scheme_dark #tribe-events .tribe-events-button,.scheme_dark .tribe-events-button,.scheme_dark .tribe-events-cal-links a,.scheme_dark .tribe-events-sub-nav li a,.scheme_dark .edd_download_purchase_form .button,.scheme_dark #edd-purchase-button,.scheme_dark .edd-submit.button,.scheme_dark .woocommerce #respond input#submit,.scheme_dark .woocommerce .button,.scheme_dark .woocommerce-page .button,.scheme_dark .woocommerce a.button,.scheme_dark .woocommerce-page a.button,.scheme_dark .woocommerce button.button,.scheme_dark .woocommerce-page button.button,.scheme_dark .woocommerce input.button,.scheme_dark .woocommerce-page input.button,.scheme_dark .woocommerce input[type="button"],.scheme_dark .woocommerce-page input[type="button"],.scheme_dark .woocommerce input[type="submit"],.scheme_dark .woocommerce-page input[type="submit"],.scheme_dark .woocommerce #respond input#submit.alt,.scheme_dark .woocommerce a.button.alt,.scheme_dark .woocommerce button.button.alt,.scheme_dark .woocommerce input.button.alt{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark .theme_button{
    color:#ffffff !important;
     background-color:#d71362 !important
}
.scheme_dark .sc_price_item_link{
    color:#ffffff;
     background-color:#ffaa5f
}
.scheme_dark .sc_button_default.color_style_link2,.scheme_dark .sc_button.color_style_link2:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image){
    background-color:#80d572
}
.scheme_dark .sc_button_default.color_style_link3,.scheme_dark .sc_button.color_style_link3:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image){
    background-color:#ddb837
}
.scheme_dark .sc_button_default.color_style_dark,.scheme_dark .sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image){
    color:#100726;
     background-color:#ffffff
}
.scheme_dark .search_wrap .search_submit:before{
    color:rgba(255,255,255,0.3)
}
.scheme_dark button:hover,.scheme_dark button:focus,.scheme_dark input[type="submit"]:hover,.scheme_dark input[type="submit"]:focus,.scheme_dark input[type="reset"]:hover,.scheme_dark input[type="reset"]:focus,.scheme_dark input[type="button"]:hover,.scheme_dark input[type="button"]:focus,.scheme_dark .post_item .more-link:hover,.scheme_dark .comments_wrap .form-submit input[type="submit"]:hover,.scheme_dark .comments_wrap .form-submit input[type="submit"]:focus,
/* BB & Buddy Press */
.scheme_dark #buddypress .comment-reply-link:hover,.scheme_dark #buddypress .generic-button a:hover,.scheme_dark #buddypress a.button:hover,.scheme_dark #buddypress button:hover,.scheme_dark #buddypress input[type="button"]:hover,.scheme_dark #buddypress input[type="reset"]:hover,.scheme_dark #buddypress input[type="submit"]:hover,.scheme_dark #buddypress ul.button-nav li a:hover,.scheme_dark a.bp-title-button:hover,.scheme_dark .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button:hover,.scheme_dark body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .google-cal-button>a:hover,.scheme_dark body #booked-profile-page input[type="submit"]:hover,.scheme_dark body #booked-profile-page button:hover,.scheme_dark body .booked-list-view input[type="submit"]:hover,.scheme_dark body .booked-list-view button:hover,.scheme_dark body table.booked-calendar input[type="submit"]:hover,.scheme_dark body table.booked-calendar button:hover,.scheme_dark body .booked-modal input[type="submit"]:hover,.scheme_dark body .booked-modal button:hover,.scheme_dark .sc_button_default:hover,.scheme_dark .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,.scheme_dark .sc_action_item_link:hover,.scheme_dark .socials_share:not(.socials_type_drop) .social_icon:hover,.scheme_dark #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover,.scheme_dark #tribe-bar-form .tribe-bar-submit input[type="submit"]:focus,.scheme_dark #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"]:hover,.scheme_dark #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"]:focus,.scheme_dark #tribe-bar-views li.tribe-bar-views-option a:hover,.scheme_dark #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover,.scheme_dark #tribe-events .tribe-events-button:hover,.scheme_dark .tribe-events-button:hover,.scheme_dark .tribe-events-cal-links a:hover,.scheme_dark .tribe-events-sub-nav li a:hover,.scheme_dark .edd_download_purchase_form .button:hover,.scheme_dark .edd_download_purchase_form .button:active,.scheme_dark .edd_download_purchase_form .button:focus,.scheme_dark #edd-purchase-button:hover,.scheme_dark #edd-purchase-button:active,.scheme_dark #edd-purchase-button:focus,.scheme_dark .edd-submit.button:hover,.scheme_dark .edd-submit.button:active,.scheme_dark .edd-submit.button:focus,.scheme_dark .woocommerce #respond input#submit:hover,.scheme_dark .woocommerce .button:hover,.scheme_dark .woocommerce-page .button:hover,.scheme_dark .woocommerce a.button:hover,.scheme_dark .woocommerce-page a.button:hover,.scheme_dark .woocommerce button.button:hover,.scheme_dark .woocommerce-page button.button:hover,.scheme_dark .woocommerce input.button:hover,.scheme_dark .woocommerce-page input.button:hover,.scheme_dark .woocommerce input[type="button"]:hover,.scheme_dark .woocommerce-page input[type="button"]:hover,.scheme_dark .woocommerce input[type="submit"]:hover,.scheme_dark .woocommerce-page input[type="submit"]:hover{
    color:#1d1d1d;
     background-color:#e32068
}
.scheme_dark .woocommerce #respond input#submit.alt:hover,.scheme_dark .woocommerce a.button.alt:hover,.scheme_dark .woocommerce button.button.alt:hover,.scheme_dark .woocommerce input.button.alt:hover{
    color:#ffffff;
     background-color:#0f0f3b
}
.scheme_dark .theme_button:hover,.scheme_dark .theme_button:focus{
    color:#1d1d1d !important;
     background-color:#e32068 !important
}
.scheme_dark .sc_price_item_link:hover{
    color:#1d1d1d;
     background-color:#fe7259
}
.scheme_dark .sc_button_default.color_style_link2:hover,.scheme_dark .sc_button.color_style_link2:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover{
    background-color:#8be77c
}
.scheme_dark .sc_button_default.color_style_link3:hover,.scheme_dark .sc_button.color_style_link3:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover{
    background-color:#eec432
}
.scheme_dark .sc_button_default.color_style_dark:hover,.scheme_dark .sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover{
    color:#270f30;
     background-color:#d71362
}
.scheme_dark .search_wrap .search_submit:hover:before{
    color:rgba(255,255,255,1)
}
.scheme_dark .mc4wp-form input[type="submit"],.scheme_dark .woocommerce .woocommerce-message .button,.scheme_dark .woocommerce .woocommerce-error .button,.scheme_dark .woocommerce .woocommerce-info .button,.scheme_dark .widget.woocommerce .button,.scheme_dark .widget.woocommerce a.button,.scheme_dark .widget.woocommerce button.button,.scheme_dark .widget.woocommerce input.button,.scheme_dark .widget.woocommerce input[type="button"],.scheme_dark .widget.woocommerce input[type="submit"],.scheme_dark .widget.WOOCS_CONVERTER .button,.scheme_dark .widget.yith-woocompare-widget a.button,.scheme_dark .widget_product_search .search_button{
    color:#ffffff;
     background-color:#9b9aa0
}
.scheme_dark .mc4wp-form input[type="submit"]:hover,.scheme_dark .mc4wp-form input[type="submit"]:focus,.scheme_dark .woocommerce .woocommerce-message .button:hover,.scheme_dark .woocommerce .woocommerce-error .button:hover,.scheme_dark .woocommerce .woocommerce-info .button:hover,.scheme_dark .widget.woocommerce .button:hover,.scheme_dark .widget.woocommerce a.button:hover,.scheme_dark .widget.woocommerce button.button:hover,.scheme_dark .widget.woocommerce input.button:hover,.scheme_dark .widget.woocommerce input[type="button"]:hover,.scheme_dark .widget.woocommerce input[type="button"]:focus,.scheme_dark .widget.woocommerce input[type="submit"]:hover,.scheme_dark .widget.woocommerce input[type="submit"]:focus,.scheme_dark .widget.WOOCS_CONVERTER .button:hover,.scheme_dark .widget.yith-woocompare-widget a.button:hover,.scheme_dark .widget_product_search .search_button:hover{
    color:#1d1d1d;
     background-color:#d60063
}
.scheme_dark .wp-editor-container input[type="button"]{
    background-color:#0b051c;
     border-color:#231e32;
     color:#ffffff;
     -webkit-box-shadow:0 1px 0 0 #3d3d3d;
     -ms-box-shadow:0 1px 0 0 #3d3d3d;
     box-shadow:0 1px 0 0 #3d3d3d
}
.scheme_dark .wp-editor-container input[type="button"]:hover,.scheme_dark .wp-editor-container input[type="button"]:focus{
    background-color:#0f0f3b;
     border-color:#3d3d3d;
     color:#9b9aa0
}
.scheme_dark .sticky{
    border-color:#0f0f3b
}
.scheme_dark #page_preloader,.scheme_dark.header_position_under .page_content_wrap,.scheme_dark .page_wrap{
    background-color:#100726
}
.scheme_dark .preloader_wrap>div{
    background-color:#d71362
}
.scheme_dark.top_panel.with_bg_image:before{
    background-color:rgba(16,7,38,0.7)
}
.scheme_dark.top_panel .slider_engine_revo .slide_subtitle,.scheme_dark .top_panel .slider_engine_revo .slide_subtitle{
    color:#d71362
}
.scheme_dark .top_panel_default .top_panel_navi,.scheme_dark.top_panel_default .top_panel_navi{
    background-color:#100726
}
.scheme_dark .top_panel_default .top_panel_title,.scheme_dark.top_panel_default .top_panel_title{
    background-color:#0f0f3b
}
.scheme_dark .sc_layouts_logo .logo_text{
    color:#ffffff
}
.scheme_dark div.esg-filter-wrapper .esg-filterbutton>span,.scheme_dark .dj_rainflow_tabs .dj_rainflow_tabs_titles li a{
    color:#ffffff;
     background-color:#0f0f3b
}
.scheme_dark div.esg-filter-wrapper .esg-filterbutton>span:hover,.scheme_dark .dj_rainflow_tabs .dj_rainflow_tabs_titles li a:hover{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark div.esg-filter-wrapper .esg-filterbutton.selected>span,.scheme_dark .dj_rainflow_tabs .dj_rainflow_tabs_titles li.ui-state-active a{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark .post_item{
    color:#9b9aa0
}
.scheme_dark .post_meta,.scheme_dark .post_meta_item,.scheme_dark .post_meta_item a,.scheme_dark .post_meta_item:before,.scheme_dark .post_meta_item:after,.scheme_dark .post_meta_item:hover:before,.scheme_dark .post_meta_item:hover:after,.scheme_dark .post_date a,.scheme_dark .post_date:before,.scheme_dark .post_date:after,.scheme_dark .post_info .post_info_item,.scheme_dark .post_info .post_info_item a,.scheme_dark .post_info_counters .post_counters_item,.scheme_dark .post_counters .socials_share .socials_caption:before,.scheme_dark .post_counters .socials_share .socials_caption:hover:before{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .post_date a:hover,.scheme_dark a.post_meta_item:hover,.scheme_dark a.post_meta_item:hover:before,.scheme_dark .post_meta_item a:hover,.scheme_dark .post_meta_item a:hover:before,.scheme_dark .post_info .post_info_item a:hover,.scheme_dark .post_info .post_info_item a:hover:before,.scheme_dark .post_info_counters .post_counters_item:hover,.scheme_dark .post_info_counters .post_counters_item:hover:before{
    color:#ffffff
}
.scheme_dark .post_item .post_title a:hover{
    color:#d71362
}
.scheme_dark .post_meta_item.post_categories,.scheme_dark .post_meta_item.post_categories a{
    color:#d71362
}
.scheme_dark .post_meta_item.post_categories a:hover{
    color:#ffffff
}
.scheme_dark .post_meta_item .socials_share .social_items{
    background-color:#100726
}
.scheme_dark .post_meta_item .social_items,.scheme_dark .post_meta_item .social_items:before{
    background-color:#100726;
     border-color:#271f3b;
     color:rgba(255,255,255,0.5)
}
.scheme_dark .post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky){
    border-color:#271f3b
}
.scheme_dark .post_layout_classic{
    border-color:#271f3b
}
.scheme_dark.gallery_preview:before{
    background-color:#100726
}
.scheme_dark.gallery_preview{
    color:#9b9aa0
}
.scheme_dark .trx_addons_audio_player .audio_author,.scheme_dark .format-audio .post_featured .post_audio_author{
    color:#d71362
}
.scheme_dark .format-audio .post_featured.without_thumb .post_audio{
    border-color:#271f3b
}
.scheme_dark .format-audio .post_featured.without_thumb .post_audio_title,.scheme_dark .without_thumb .mejs-controls .mejs-currenttime,.scheme_dark .without_thumb .mejs-controls .mejs-duration{
    color:#ffffff
}
.scheme_dark .trx_addons_audio_player.without_cover{
    border-color:#231e32;
     background-color:#0b051c
}
.scheme_dark .trx_addons_audio_player.with_cover .audio_caption{
    color:#ffffff
}
.scheme_dark .trx_addons_audio_player.without_cover .audio_author{
    color:#9b9aa0
}
.scheme_dark .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time{
    color:#ffffff
}
.scheme_dark .trx_addons_audio_player.with_cover .mejs-container .mejs-controls .mejs-time{
    color:#ffffff
}
.scheme_dark .mejs-container .mejs-controls,.scheme_dark .mejs-embed,.scheme_dark .mejs-embed body{
    background:#100726
}
.scheme_dark .mejs-controls .mejs-button,.scheme_dark .mejs-controls .mejs-time-rail .mejs-time-current,.scheme_dark .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{
    color:#ffffff;
     background:#d71362
}
.scheme_dark .mejs-controls .mejs-button:hover{
    color:#1d1d1d;
     background:#ffaa5f
}
.scheme_dark .mejs-controls .mejs-time-rail .mejs-time-total,.scheme_dark .mejs-controls .mejs-time-rail .mejs-time-loaded,.scheme_dark .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{
    background:rgba(215,19,98,0.2)
}
.scheme_dark .format-aside .post_content_inner{
    color:#ffffff;
     background-color:#0b051c
}
.scheme_dark .format-link .post_content_inner,.scheme_dark .format-status .post_content_inner{
    color:#ffffff
}
.scheme_dark .format-chat p>b,.scheme_dark .format-chat p>strong{
    color:#ffffff
}
.scheme_dark .trx_addons_video_player.with_cover .video_hover,.scheme_dark .format-video .post_featured.with_thumb .post_video_hover{
    color:#d71362
}
.scheme_dark .trx_addons_video_player.with_cover .video_hover:hover,.scheme_dark .format-video .post_featured.with_thumb .post_video_hover:hover{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark .sidebar_inner .trx_addons_video_player.with_cover .video_hover{
    color:#9b9aa0
}
.scheme_dark .sidebar_inner .trx_addons_video_player.with_cover .video_hover:hover{
    color:#1d1d1d;
     background-color:#9b9aa0
}
.scheme_dark .post_layout_chess .post_content_inner:after{
    background:linear-gradient(to top,#100726 0%,rgba(16,7,38,0) 100%) no-repeat scroll right top / 100% 100% rgba(16,7,38,0)
}
.scheme_dark .post_layout_chess_1 .post_meta:before{
    background-color:#271f3b
}
.scheme_dark .nav-links-old{
    color:#ffffff
}
.scheme_dark .nav-links-old a:hover{
    color:#ffffff;
     border-color:#ffffff
}
.scheme_dark div.esg-pagination .esg-pagination-button,.scheme_dark .woocommerce nav.woocommerce-pagination ul li a,.scheme_dark .page_links>a,.scheme_dark .comments_pagination .page-numbers,.scheme_dark .nav-links .page-numbers{
    color:#ffffff;
     background-color:#270f30
}
.scheme_dark div.esg-pagination .esg-pagination-button:hover,.scheme_dark div.esg-pagination .esg-pagination-button.selected,.scheme_dark .woocommerce nav.woocommerce-pagination ul li a:hover,.scheme_dark .woocommerce nav.woocommerce-pagination ul li span.current,.scheme_dark .page_links>a:hover,.scheme_dark .page_links>span:not(.page_links_title),.scheme_dark .comments_pagination a.page-numbers:hover,.scheme_dark .comments_pagination .page-numbers.current,.scheme_dark .nav-links a.page-numbers:hover,.scheme_dark .nav-links .page-numbers.current{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark .post_item_single .post_content .post_meta_label,.scheme_dark .post_item_single .post_content .post_meta_item:hover .post_meta_label{
    color:#ffffff
}
.scheme_dark .post_item_single .post_content .post_tags,.scheme_dark .post_item_single .post_content .post_tags a{
    color:#d71362
}
.scheme_dark .post_item_single .post_content .post_tags a:hover{
    color:#ffffff
}
.scheme_dark .post_item_single .post_content .post_meta .post_share .social_item .social_icon{
    color:#ffffff !important;
     background-color:#d71362
}
.scheme_dark .post_item_single .post_content .post_meta .post_share .social_item:hover .social_icon{
    color:#ffffff !important;
     background-color:#ffaa5f
}
.scheme_dark .post-password-form input[type="submit"]{
    border-color:#ffffff
}
.scheme_dark .post-password-form input[type="submit"]:hover,.scheme_dark .post-password-form input[type="submit"]:focus{
    color:#100726
}
.scheme_dark .nav-links-single .nav-links{
    border-color:#271f3b
}
.scheme_dark .nav-links-single .nav-links a .meta-nav{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .nav-links-single .nav-links a .post_date{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .nav-links-single .nav-links a:hover .meta-nav,.scheme_dark .nav-links-single .nav-links a:hover .post_date{
    color:#ffffff
}
.scheme_dark .nav-links-single .nav-links a:hover .post-title{
    color:#d71362
}
.scheme_dark.author_info{
    color:#9b9aa0;
     background-color:#100726;
     border-color:#0f0f3b
}
.scheme_dark.author_info .author_title{
    color:#ffffff
}
.scheme_dark.author_info a{
    color:#ffffff
}
.scheme_dark.author_info a:hover{
    color:#d71362
}
.scheme_dark.author_info .socials_wrap .social_item .social_icon{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark.author_info .socials_wrap .social_item:hover .social_icon{
    color:#ffffff;
     background-color:#ffaa5f
}
.scheme_dark .related_wrap{
    border-color:#271f3b
}
.scheme_dark .related_wrap .related_item_style_1 .post_header{
    background-color:rgba(16,7,38,0.7)
}
.scheme_dark .related_wrap .related_item_style_1:hover .post_header{
    background-color:#100726
}
.scheme_dark .related_wrap .related_item_style_1 .post_date a{
    color:#9b9aa0
}
.scheme_dark .related_wrap .related_item_style_1:hover .post_date a{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .related_wrap .related_item_style_1:hover .post_date a:hover{
    color:#ffffff
}
.scheme_dark .comments_list_wrap,.scheme_dark .comments_list_wrap>ul{
    border-color:#271f3b
}
.scheme_dark .comments_list_wrap li + li,.scheme_dark .comments_list_wrap li ul{
    border-color:#271f3b
}
.scheme_dark .comments_list_wrap .comment_info{
    color:#ffffff
}
.scheme_dark .comments_list_wrap .comment_counters a{
    color:#d71362
}
.scheme_dark .comments_list_wrap .comment_counters a:before{
    color:#d71362
}
.scheme_dark .comments_list_wrap .comment_counters a:hover:before,.scheme_dark .comments_list_wrap .comment_counters a:hover{
    color:#ffaa5f
}
.scheme_dark .comments_list_wrap .comment_text{
    color:#9b9aa0
}
.scheme_dark .comments_list_wrap .comment_reply a{
    color:#d71362
}
.scheme_dark .comments_list_wrap .comment_reply a:hover{
    color:#ffffff
}
.scheme_dark .comments_form_wrap{
    border-color:#271f3b
}
.scheme_dark .comments_wrap .comments_notes{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .post_item_404 .page_title{
    color:#ffffff
}
.scheme_dark .post_item_404 .page_description{
    color:#d71362
}
.scheme_dark .post_item_404 .go_home{
    border-color:#ffffff
}
.scheme_dark.sidebar .sidebar_inner .widget{
    background-color:#0b051c;
     color:#a6a6a6
}
.scheme_dark .sidebar_inner .widget + .widget{
    border-color:#271f3b
}
.scheme_dark.sidebar .widget + .widget{
    border-color:#231e32
}
.scheme_dark.sidebar h1,.scheme_dark.sidebar h2,.scheme_dark.sidebar h3,.scheme_dark.sidebar h4,.scheme_dark.sidebar h5,.scheme_dark.sidebar h6,.scheme_dark.sidebar h1 a,.scheme_dark.sidebar h2 a,.scheme_dark.sidebar h3 a,.scheme_dark.sidebar h4 a,.scheme_dark.sidebar h5 a,.scheme_dark.sidebar h6 a{
    color:#ffffff
}
.scheme_dark.sidebar h1 a:hover,.scheme_dark.sidebar h2 a:hover,.scheme_dark.sidebar h3 a:hover,.scheme_dark.sidebar h4 a:hover,.scheme_dark.sidebar h5 a:hover,.scheme_dark.sidebar h6 a:hover{
    color:#9b9aa0
}
.scheme_dark .widget ul>li:before{
    background-color:#d71362
}
.scheme_dark.sidebar ul>li:before{
    background-color:#d71362
}
.scheme_dark.sidebar a{
    color:#9b9aa0
}
.scheme_dark.sidebar a:hover{
    color:#d60063
}
.scheme_dark.sidebar li>a{
    color:#9b9aa0
}
.scheme_dark.sidebar .post_title>a:hover,.scheme_dark.sidebar li>a:hover{
    color:#d71362
}
.scheme_dark.sidebar .post_title>a{
    color:#ffffff
}
.scheme_dark.sidebar .widget_archive li{
    color:#ffffff
}
.scheme_dark .widget_calendar caption,.scheme_dark .widget_calendar tbody td a,.scheme_dark .widget_calendar th{
    color:#ffffff
}
.scheme_dark.sidebar .widget_calendar caption,.scheme_dark.sidebar .widget_calendar tbody td a{
    color:#ffffff
}
.scheme_dark.sidebar .widget_calendar th{
    color:#d71362
}
.scheme_dark .widget_calendar tbody td{
    color:#9b9aa0 !important
}
.scheme_dark.sidebar .widget_calendar tbody td{
    color:#a6a6a6 !important
}
.scheme_dark .widget_calendar tbody td a:hover{
    color:#d71362
}
.scheme_dark.sidebar .widget_calendar tbody td a:hover{
    color:#9b9aa0
}
.scheme_dark .widget_calendar tbody td a:after{
    background-color:#d71362
}
.scheme_dark.sidebar .widget_calendar tbody td a:after{
    background-color:#ffffff
}
.scheme_dark .widget_calendar td#today{
    color:#ffffff !important
}
.scheme_dark .widget_calendar td#today a{
    color:#ffffff
}
.scheme_dark .widget_calendar td#today a:hover{
    color:#1d1d1d
}
.scheme_dark .widget_calendar td#today:before{
    background-color:#d71362
}
.scheme_dark .widget_calendar td#today a:after{
    background-color:#ffffff
}
.scheme_dark .widget_calendar td#today a:hover:after{
    background-color:#1d1d1d
}
.scheme_dark .widget_calendar #prev a,.scheme_dark .widget_calendar #next a{
    color:#d71362
}
.scheme_dark.sidebar .widget_calendar #prev a,.scheme_dark.sidebar .widget_calendar #next a{
    color:#ffffff
}
.scheme_dark .widget_calendar #prev a:hover,.scheme_dark .widget_calendar #next a:hover{
    color:#ffaa5f
}
.scheme_dark.sidebar .widget_calendar #prev a:hover,.scheme_dark.sidebar .widget_calendar #next a:hover{
    color:#d71362
}
.scheme_dark .widget_calendar td#prev a:before,.scheme_dark .widget_calendar td#next a:before{
    background-color:#100726
}
.scheme_dark.sidebar .widget_calendar td#prev a:before,.scheme_dark.sidebar .widget_calendar td#next a:before{
    background-color:#0b051c
}
.scheme_dark .sidebar li.recentcomments,.scheme_dark.sidebar li.recentcomments{
    color:#7c7b82
}
.scheme_dark .sidebar li.recentcomments>a:hover{
    color:#d71362
}
.scheme_dark .comment-author-link{
    color:#9b9aa0
}
.scheme_dark .widget_categories li{
    color:#ffffff
}
.scheme_dark.sidebar .widget_categories li{
    color:#ffffff
}
.scheme_dark .widget_product_tag_cloud a,.scheme_dark .widget_tag_cloud a{
    color:#100726;
     background-color:#ffffff
}
.scheme_dark.sidebar .widget_product_tag_cloud a,.scheme_dark.sidebar .widget_tag_cloud a{
    color:#ffffff;
     background-color:#ffffff
}
.scheme_dark .widget_product_tag_cloud a:hover,.scheme_dark .widget_tag_cloud a:hover{
    color:#ffffff !important;
     background-color:#d71362
}
.scheme_dark.sidebar .widget_product_tag_cloud a:hover,.scheme_dark.sidebar .widget_tag_cloud a:hover{
    background-color:#9b9aa0
}
.scheme_dark .widget_rss .widget_title a:first-child{
    color:#d71362
}
.scheme_dark.sidebar .widget_rss .widget_title a:first-child{
    color:#9b9aa0
}
.scheme_dark .widget_rss .widget_title a:first-child:hover{
    color:#ffaa5f
}
.scheme_dark.sidebar .widget_rss .widget_title a:first-child:hover{
    color:#d60063
}
.scheme_dark .widget_rss .rss-date{
    color:rgba(255,255,255,0.5)
}
.scheme_dark.sidebar .widget_rss .rss-date{
    color:#5f5f5f
}
.scheme_dark.footer_wrap,.footer_wrap .scheme_dark.vc_row{
    background-color:#0b051c;
     color:#a6a6a6
}
.scheme_dark.footer_wrap .widget,.scheme_dark.footer_wrap .sc_content .wpb_column,.footer_wrap .scheme_dark.vc_row .widget,.footer_wrap .scheme_dark.vc_row .sc_content .wpb_column{
    border-color:#231e32
}
.scheme_dark.footer_wrap h1,.scheme_dark.footer_wrap h2,.scheme_dark.footer_wrap h3,.scheme_dark.footer_wrap h4,.scheme_dark.footer_wrap h5,.scheme_dark.footer_wrap h6,.scheme_dark.footer_wrap h1 a,.scheme_dark.footer_wrap h2 a,.scheme_dark.footer_wrap h3 a,.scheme_dark.footer_wrap h4 a,.scheme_dark.footer_wrap h5 a,.scheme_dark.footer_wrap h6 a,.footer_wrap .scheme_dark.vc_row h1,.footer_wrap .scheme_dark.vc_row h2,.footer_wrap .scheme_dark.vc_row h3,.footer_wrap .scheme_dark.vc_row h4,.footer_wrap .scheme_dark.vc_row h5,.footer_wrap .scheme_dark.vc_row h6,.footer_wrap .scheme_dark.vc_row h1 a,.footer_wrap .scheme_dark.vc_row h2 a,.footer_wrap .scheme_dark.vc_row h3 a,.footer_wrap .scheme_dark.vc_row h4 a,.footer_wrap .scheme_dark.vc_row h5 a,.footer_wrap .scheme_dark.vc_row h6 a{
    color:#ffffff
}
.scheme_dark.footer_wrap h1 a:hover,.scheme_dark.footer_wrap h2 a:hover,.scheme_dark.footer_wrap h3 a:hover,.scheme_dark.footer_wrap h4 a:hover,.scheme_dark.footer_wrap h5 a:hover,.scheme_dark.footer_wrap h6 a:hover,.footer_wrap .scheme_dark.vc_row h1 a:hover,.footer_wrap .scheme_dark.vc_row h2 a:hover,.footer_wrap .scheme_dark.vc_row h3 a:hover,.footer_wrap .scheme_dark.vc_row h4 a:hover,.footer_wrap .scheme_dark.vc_row h5 a:hover,.footer_wrap .scheme_dark.vc_row h6 a:hover{
    color:#9b9aa0
}
.scheme_dark.footer_wrap .widget li:before,.footer_wrap .scheme_dark.vc_row .widget li:before{
    background-color:#9b9aa0
}
.scheme_dark.footer_wrap a,.footer_wrap .scheme_dark.vc_row a{
    color:#ffffff
}
.scheme_dark.footer_wrap a:hover,.footer_wrap .scheme_dark.vc_row a:hover{
    color:#9b9aa0
}
.scheme_dark .footer_logo_inner{
    border-color:#231e32
}
.scheme_dark .footer_logo_inner:after{
    background-color:#a6a6a6
}
.scheme_dark .footer_socials_inner .social_item .social_icon{
    color:#a6a6a6
}
.scheme_dark .footer_socials_inner .social_item:hover .social_icon{
    color:#ffffff
}
.scheme_dark .menu_footer_nav_area ul li a{
    color:#ffffff
}
.scheme_dark .menu_footer_nav_area ul li a:hover{
    color:#9b9aa0
}
.scheme_dark .menu_footer_nav_area ul li+li:before{
    border-color:#5f5f5f
}
.scheme_dark .footer_copyright_inner{
    background-color:#100726;
     border-color:#271f3b;
     color:#ffffff
}
.scheme_dark .footer_copyright_inner a{
    color:#ffffff
}
.scheme_dark .footer_copyright_inner a:hover{
    color:#d71362
}
.scheme_dark .footer_copyright_inner .copyright_text{
    color:#9b9aa0
}
.scheme_dark .mfp-bg{
    background-color:rgba(16,7,38,0.7)
}
.scheme_dark .mfp-image-holder .mfp-close,.scheme_dark .mfp-iframe-holder .mfp-close,.scheme_dark .mfp-close-btn-in .mfp-close{
    color:#ffffff;
     background-color:transparent
}
.scheme_dark .mfp-image-holder .mfp-close:hover,.scheme_dark .mfp-iframe-holder .mfp-close:hover,.scheme_dark .mfp-close-btn-in .mfp-close:hover{
    color:#d71362
}
.scheme_dark .post_item>.post-conters .post_date a:hover,.scheme_dark .post_item>.post-conters .post_counters_item{
    color:#ffffff
}
.scheme_dark .post_item>.post-conters .post_date a,.scheme_dark .post_item>.post-conters .post_counters_item:hover:before,.scheme_dark .post_item>.post-conters .post_counters_item:hover{
    color:#d71362
}
.scheme_dark .post_layout_excerpt .more-link{
    color:#d71362;
     background-color:#100726
}
.scheme_dark .post_layout_excerpt .more-link:hover{
    color:#ffffff;
     background-color:#100726
}
.scheme_dark .post-button:after{
    background-color:rgba(255,255,255,0.1)
}
.scheme_dark .post_item>.post-conters .post_date{
    border-color:#0f0f3b
}
.scheme_dark .sidebar .widget .widget_title{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark .sidebar .widget.widget_categories li>a:hover{
    color:#ffffff
}
.scheme_dark .sidebar .post_info .post_info_item a{
    color:#d71362
}
.scheme_dark .sidebar .post_info .post_info_item a:hover{
    color:#ffffff
}
.scheme_dark .sidebar li.recentcomments:before{
    color:#9b9aa0
}
.scheme_dark .sidebar li.recentcomments + li{
    border-color:#271f3b
}
.scheme_dark .sc_layouts_row,.scheme_dark.sc_layouts_row{
    color:#9b9aa0;
     background-color:#100726
}
.scheme_dark .sc_layouts_row_delimiter,.scheme_dark.sc_layouts_row_delimiter{
    border-color:#271f3b
}
.scheme_dark .footer_wrap .sc_layouts_row_delimiter,.footer_wrap .scheme_dark.vc_row .sc_layouts_row_delimiter,.footer_wrap .scheme_dark.sc_layouts_row_delimiter,.scheme_dark.footer_wrap .sc_layouts_row_delimiter{
    border-color:#231e32
}
.scheme_dark .sc_layouts_item_icon{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .sc_layouts_item_details_line1{
    color:#d71362
}
.scheme_dark .sc_layouts_item_details_line2{
    color:#ffffff
}
.scheme_dark .sc_layouts_row_fixed_on{
    background-color:#100726
}
/* Row type:Narrow */
.scheme_dark .sc_layouts_row.sc_layouts_row_type_narrow,.scheme_dark.sc_layouts_row.sc_layouts_row_type_narrow{
    color:#a6a6a6;
     background-color:#0b051c
}
.scheme_dark .sc_layouts_row_type_narrow .sc_layouts_item,.scheme_dark.sc_layouts_row_type_narrow .sc_layouts_item{
    color:#a6a6a6
}
.scheme_dark .sc_layouts_row_type_narrow .sc_layouts_item a,.scheme_dark.sc_layouts_row_type_narrow .sc_layouts_item a{
    color:#a6a6a6
}
.scheme_dark .sc_layouts_row_type_narrow .sc_layouts_item a:hover,.scheme_dark .sc_layouts_row_type_narrow .sc_layouts_item a:hover .sc_layouts_item_icon,.scheme_dark.sc_layouts_row_type_narrow .sc_layouts_item a:hover,.scheme_dark.sc_layouts_row_type_narrow .sc_layouts_item a:hover .sc_layouts_item_icon{
    color:#ffffff
}
.scheme_dark .sc_layouts_row_type_narrow .sc_layouts_item_icon,.scheme_dark.sc_layouts_row_type_narrow .sc_layouts_item_icon{
    color:#9b9aa0
}
.scheme_dark .sc_layouts_row_type_narrow .sc_layouts_item_details_line1,.scheme_dark .sc_layouts_row_type_narrow .sc_layouts_item_details_line2,.scheme_dark.sc_layouts_row_type_narrow .sc_layouts_item_details_line1,.scheme_dark.sc_layouts_row_type_narrow .sc_layouts_item_details_line2{
    color:#a6a6a6
}
.scheme_dark .sc_layouts_row_type_narrow .socials_wrap .social_item .social_icon,.scheme_dark.sc_layouts_row_type_narrow .socials_wrap .social_item .social_icon{
    background-color:transparent;
     color:#9b9aa0
}
.scheme_dark .sc_layouts_row_type_narrow .socials_wrap .social_item:hover .social_icon,.scheme_dark.sc_layouts_row_type_narrow .socials_wrap .social_item:hover .social_icon{
    background-color:transparent;
     color:#d60063
}
.scheme_dark .sc_layouts_row_type_narrow .sc_button,.scheme_dark.sc_layouts_row_type_narrow .sc_button{
    background-color:transparent;
     border-color:#9b9aa0;
     color:#9b9aa0
}
.scheme_dark .sc_layouts_row_type_narrow .sc_button:hover,.scheme_dark.sc_layouts_row_type_narrow .sc_button:hover{
    background-color:transparent;
     border-color:#d60063;
     color:#d60063 !important
}
.scheme_dark .sc_layouts_row_type_narrow .sc_button.color_style_link2,.scheme_dark.sc_layouts_row_type_narrow .sc_button.color_style_link2{
    border-color:#c995aa;
     color:#c995aa
}
.scheme_dark .sc_layouts_row_type_narrow .sc_button.color_style_link2:hover,.scheme_dark.sc_layouts_row_type_narrow .sc_button.color_style_link2:hover{
    border-color:#f5ddef;
     color:#f5ddef !important
}
.scheme_dark .sc_layouts_row_type_narrow .sc_button.color_style_link3,.scheme_dark.sc_layouts_row_type_narrow .sc_button.color_style_link3{
    border-color:#eec432;
     color:#eec432
}
.scheme_dark .sc_layouts_row_type_narrow .sc_button.color_style_link3:hover,.scheme_dark.sc_layouts_row_type_narrow .sc_button.color_style_link2:hover{
    border-color:#ddb837;
     color:#ddb837 !important
}
.scheme_dark .sc_layouts_row_type_narrow .sc_button.color_style_dark,.scheme_dark.sc_layouts_row_type_narrow .sc_button.color_style_dark{
    border-color:#ffffff;
     color:#ffffff
}
.scheme_dark .sc_layouts_row_type_narrow .sc_button.color_style_dark:hover,.scheme_dark.sc_layouts_row_type_narrow .sc_button.color_style_dark:hover{
    border-color:#9b9aa0;
     color:#9b9aa0 !important
}
.scheme_dark .sc_layouts_row_type_narrow .search_wrap .search_submit,.scheme_dark.sc_layouts_row_type_narrow .search_wrap .search_submit{
    background-color:transparent;
     color:#9b9aa0
}
.scheme_dark .sc_layouts_row_type_narrow .search_wrap .search_field,.scheme_dark.sc_layouts_row_type_narrow .search_wrap .search_field{
    color:#a6a6a6
}
.scheme_dark .sc_layouts_row_type_narrow .search_wrap .search_field::-webkit-input-placeholder,.scheme_dark.sc_layouts_row_type_narrow .search_wrap .search_field::-webkit-input-placeholder{
    color:#a6a6a6
}
.scheme_dark .sc_layouts_row_type_narrow .search_wrap .search_field::-moz-placeholder,.scheme_dark.sc_layouts_row_type_narrow .search_wrap .search_field::-moz-placeholder{
    color:#a6a6a6
}
.scheme_dark .sc_layouts_row_type_narrow .search_wrap .search_field:-ms-input-placeholder,.scheme_dark.sc_layouts_row_type_narrow .search_wrap .search_field:-ms-input-placeholder{
    color:#a6a6a6
}
.scheme_dark .sc_layouts_row_type_narrow .search_wrap .search_field:focus,.scheme_dark.sc_layouts_row_type_narrow .search_wrap .search_field:focus{
    color:#ffffff
}
/* Row type:Compact */
.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item,.scheme_dark.sc_layouts_row_type_compact .sc_layouts_item{
    color:#9b9aa0
}
.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button),.scheme_dark.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button){
    color:#9b9aa0
}
.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button):hover,.scheme_dark.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button):hover,.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item a:hover .sc_layouts_item_icon,.scheme_dark.sc_layouts_row_type_compact .sc_layouts_item a:hover .sc_layouts_item_icon{
    color:#ffffff
}
.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item_icon,.scheme_dark.sc_layouts_row_type_compact .sc_layouts_item_icon{
    color:#d71362
}
.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item_details_line1,.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item_details_line2,.scheme_dark.sc_layouts_row_type_compact .sc_layouts_item_details_line1,.scheme_dark.sc_layouts_row_type_compact .sc_layouts_item_details_line2{
    color:#9b9aa0
}
.scheme_dark .sc_layouts_row_type_compact .socials_wrap .social_item .social_icon,.scheme_dark.sc_layouts_row_type_compact .socials_wrap .social_item .social_icon{
    background-color:transparent;
     color:#ffffff
}
.scheme_dark .sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon,.scheme_dark.sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon{
    background-color:transparent;
     color:#ffaa5f
}
.scheme_dark .sc_layouts_row_type_compact .search_wrap .search_submit,.scheme_dark.sc_layouts_row_type_compact .search_wrap .search_submit{
    background-color:transparent;
     color:#ffffff
}
.scheme_dark .sc_layouts_row_type_compact .search_wrap .search_submit:hover,.scheme_dark.sc_layouts_row_type_compact .search_wrap .search_submit:hover{
    background-color:transparent;
     color:#ffaa5f
}
.scheme_dark .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit,.scheme_dark.sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit{
    color:#d71362
}
.scheme_dark .sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit:hover,.scheme_dark.sc_layouts_row_type_compact .search_wrap.search_style_normal .search_submit:hover{
    color:#ffaa5f
}
.scheme_dark .sc_layouts_row_type_compact .search_wrap .search_field::-webkit-input-placeholder,.scheme_dark.sc_layouts_row_type_compact .search_wrap .search_field::-webkit-input-placeholder{
    color:#9b9aa0
}
.scheme_dark .sc_layouts_row_type_compact .search_wrap .search_field::-moz-placeholder,.scheme_dark.sc_layouts_row_type_compact .search_wrap .search_field::-moz-placeholder{
    color:#9b9aa0
}
.scheme_dark .sc_layouts_row_type_compact .search_wrap .search_field:-ms-input-placeholder,.scheme_dark.sc_layouts_row_type_compact .search_wrap .search_field:-ms-input-placeholder{
    color:#9b9aa0
}
/* Row type:Normal */
.scheme_dark .sc_layouts_row_type_normal .sc_layouts_item,.scheme_dark.sc_layouts_row_type_normal .sc_layouts_item{
    color:#9b9aa0
}
.scheme_dark .sc_layouts_row_type_normal .sc_layouts_item a,.scheme_dark.sc_layouts_row_type_normal .sc_layouts_item a{
    color:#9b9aa0
}
.scheme_dark .sc_layouts_row_type_normal .sc_layouts_item a:hover,.scheme_dark.sc_layouts_row_type_normal .sc_layouts_item a:hover,.scheme_dark .sc_layouts_row_type_normal .sc_layouts_item a:hover .sc_layouts_item_icon,.scheme_dark.sc_layouts_row_type_normal .sc_layouts_item a:hover .sc_layouts_item_icon{
    color:#ffffff
}
.scheme_dark .sc_layouts_row_type_normal .search_wrap .search_submit,.scheme_dark.sc_layouts_row_type_normal .search_wrap .search_submit{
    background-color:transparent;
     color:rgba(255,255,255,0.3)
}
.scheme_dark .sc_layouts_row_type_normal .search_wrap .search_submit:hover,.scheme_dark.sc_layouts_row_type_normal .search_wrap .search_submit:hover{
    background-color:transparent;
     color:rgba(255,255,255,1)
}
.scheme_dark .sc_layouts_logo b{
    color:#ffffff
}
.scheme_dark .sc_layouts_logo i{
    color:#d71362
}
.scheme_dark .sc_layouts_logo_text{
    color:#d71362
}
.scheme_dark .sc_layouts_logo:hover .logo_text{
    color:#ffffff
}
.scheme_dark .logo_slogan{
    color:#9b9aa0
}
.scheme_dark .search_style_expand.search_opened{
    background-color:#100726;
     border-color:#271f3b
}
.scheme_dark .search_style_expand.search_opened .search_submit{
    color:#9b9aa0
}
.scheme_dark .search_style_expand .search_submit:hover,.scheme_dark .search_style_expand .search_submit:focus{
    color:#ffffff
}
.scheme_dark .search_style_fullscreen.search_opened .search_form_wrap{
    background-color:rgba(16,7,38,0.9)
}
.scheme_dark .search_style_fullscreen.search_opened .search_form{
    border-color:#ffffff
}
.scheme_dark .search_style_fullscreen.search_opened .search_close,.scheme_dark .search_style_fullscreen.search_opened .search_field,.scheme_dark .search_style_fullscreen.search_opened .search_submit{
    color:#ffffff
}
.scheme_dark .search_style_fullscreen.search_opened .search_close:hover,.scheme_dark .search_style_fullscreen.search_opened .search_field:hover,.scheme_dark .search_style_fullscreen.search_opened .search_field:focus,.scheme_dark .search_style_fullscreen.search_opened .search_submit:hover,.scheme_dark .search_style_fullscreen.search_opened .search_submit:focus{
    color:#9b9aa0
}
.scheme_dark .search_style_fullscreen.search_opened .search_field::-webkit-input-placeholder{
    color:rgba(255,255,255,0.5);
     opacity:1
}
.scheme_dark .search_style_fullscreen.search_opened .search_field::-moz-placeholder{
    color:rgba(255,255,255,0.5);
     opacity:1
}
.scheme_dark .search_style_fullscreen.search_opened .search_field:-moz-placeholder{
    color:rgba(255,255,255,0.5);
     opacity:1
}
.scheme_dark .search_style_fullscreen.search_opened .search_field:-ms-input-placeholder{
    color:rgba(255,255,255,0.5);
     opacity:1
}
.scheme_dark .search_wrap .search_results{
    background-color:#100726;
     border-color:#271f3b
}
.scheme_dark .search_wrap .search_results:after{
    background-color:#100726;
     border-left-color:#271f3b;
     border-top-color:#271f3b
}
.scheme_dark .search_wrap .search_results .search_results_close{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .search_wrap .search_results .search_results_close:hover{
    color:#ffffff
}
.scheme_dark .search_results.widget_area .post_item + .post_item{
    border-top-color:#271f3b
}
.scheme_dark .sc_layouts_title .sc_layouts_title_meta,.scheme_dark .sc_layouts_title .post_meta,.scheme_dark .sc_layouts_title .post_meta_item,.scheme_dark .sc_layouts_title .post_meta_item a,.scheme_dark .sc_layouts_title .post_meta_item:before,.scheme_dark .sc_layouts_title .post_meta_item:after,.scheme_dark .sc_layouts_title .post_meta_item:hover:before,.scheme_dark .sc_layouts_title .post_meta_item:hover:after,.scheme_dark .sc_layouts_title .post_meta_item.post_categories,.scheme_dark .sc_layouts_title .post_meta_item.post_categories a,.scheme_dark .sc_layouts_title .post_date a,.scheme_dark .sc_layouts_title .post_date:before,.scheme_dark .sc_layouts_title .post_date:after,.scheme_dark .sc_layouts_title .post_info .post_info_item,.scheme_dark .sc_layouts_title .post_info .post_info_item a,.scheme_dark .sc_layouts_title .post_info_counters .post_counters_item,.scheme_dark .sc_layouts_title .post_counters .socials_share .socials_caption:before,.scheme_dark .sc_layouts_title .post_counters .socials_share .socials_caption:hover:before{
    color:#ffffff
}
.scheme_dark .sc_layouts_title .post_date a:hover,.scheme_dark .sc_layouts_title .post_date:hover:after,.scheme_dark .sc_layouts_title a.post_meta_item:hover,.scheme_dark .sc_layouts_title a.post_meta_item:hover:before,.scheme_dark .sc_layouts_title .post_meta_item a:hover,.scheme_dark .sc_layouts_title .post_meta_item a:hover:before,.scheme_dark .sc_layouts_title .post_meta_item.post_categories a:hover,.scheme_dark .sc_layouts_title .post_info .post_info_item a:hover,.scheme_dark .sc_layouts_title .post_info_counters .post_counters_item:hover{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .sc_layouts_title .sc_layouts_title_description{
    color:#ffffff
}
.scheme_dark .sc_layouts_title_breadcrumbs{
    color:#ffffff
}
.scheme_dark .sc_layouts_title_breadcrumbs a{
    color:#ffffff !important
}
.scheme_dark .sc_layouts_title_breadcrumbs a:hover{
    color:rgba(255,255,255,0.5) !important
}
.scheme_dark .sc_layouts_menu_nav>li>a{
    color:#ffffff
}
.scheme_dark .sc_layouts_menu_nav>li>a:hover,.scheme_dark .sc_layouts_menu_nav>li.sfHover>a{
    color:#d71362 !important
}
.scheme_dark .sc_layouts_menu_nav>li.current-menu-item>a,.scheme_dark .sc_layouts_menu_nav>li.current-menu-parent>a,.scheme_dark .sc_layouts_menu_nav>li.current-menu-ancestor>a{
    color:#ffffff !important
}
.scheme_dark .sc_layouts_menu_nav .menu-collapse>a:before{
    color:#a6a6a6
}
.scheme_dark .sc_layouts_menu_nav .menu-collapse>a:after{
    background-color:#0b051c
}
.scheme_dark .sc_layouts_menu_nav .menu-collapse>a:hover:before{
    color:#9b9aa0
}
.scheme_dark .sc_layouts_menu_nav .menu-collapse>a:hover:after{
    background-color:#0f0f3b
}
.scheme_dark .sc_layouts_menu_popup .sc_layouts_menu_nav,.scheme_dark .sc_layouts_menu_nav>li ul{
    background-color:#0f0f3b
}
.scheme_dark .sc_layouts_menu_popup .sc_layouts_menu_nav>li>a,.scheme_dark .sc_layouts_menu_nav>li li>a{
    color:#a6a6a6 !important
}
.scheme_dark .sc_layouts_menu_popup .sc_layouts_menu_nav>li>a:hover,.scheme_dark .sc_layouts_menu_popup .sc_layouts_menu_nav>li.sfHover>a,.scheme_dark .sc_layouts_menu_nav>li li>a:hover,.scheme_dark .sc_layouts_menu_nav>li li.sfHover>a{
    color:#fe7259 !important;
     background-color:#1a1a44
}
.scheme_dark .sc_layouts_menu_nav li[class*="columns-"] li.menu-item-has-children>a:hover,.scheme_dark .sc_layouts_menu_nav li[class*="columns-"] li.menu-item-has-children.sfHover>a{
    color:#a6a6a6 !important;
     background-color:transparent
}
.scheme_dark .sc_layouts_menu_nav>li li[class*="icon-"]:before{
    color:#fe7259
}
.scheme_dark .sc_layouts_menu_nav>li li[class*="icon-"]:hover:before,.scheme_dark .sc_layouts_menu_nav>li li[class*="icon-"].shHover:before{
    color:#fe7259
}
.scheme_dark .sc_layouts_menu_nav>li li.current-menu-item>a,.scheme_dark .sc_layouts_menu_nav>li li.current-menu-parent>a,.scheme_dark .sc_layouts_menu_nav>li li.current-menu-ancestor>a{
    color:#fe7259 !important
}
.scheme_dark .sc_layouts_menu_nav>li li.current-menu-item:before,.scheme_dark .sc_layouts_menu_nav>li li.current-menu-parent:before,.scheme_dark .sc_layouts_menu_nav>li li.current-menu-ancestor:before{
    color:#fe7259 !important
}
.scheme_dark.menu_side_wrap .menu_side_button{
    color:#ffffff;
     border-color:#231e32;
     background-color:rgba(11,5,28,0.7)
}
.scheme_dark.menu_side_wrap .menu_side_button:hover{
    color:#1d1d1d;
     border-color:#d60063;
     background-color:#9b9aa0
}
.scheme_dark .menu_side_inner,.scheme_dark .menu_mobile_inner{
    color:#a6a6a6;
     background-color:#0b051c
}
.scheme_dark .menu_mobile_button{
    color:#ffffff
}
.scheme_dark .menu_mobile_button:hover{
    color:#d71362
}
.scheme_dark .menu_mobile_close:before,.scheme_dark .menu_mobile_close:after{
    border-color:#ffffff
}
.scheme_dark .menu_mobile_close:hover:before,.scheme_dark .menu_mobile_close:hover:after{
    border-color:#9b9aa0
}
.scheme_dark .menu_mobile_inner a,.scheme_dark .menu_mobile_inner .menu_mobile_nav_area li:before{
    color:#ffffff
}
.scheme_dark .menu_mobile_inner a:hover,.scheme_dark .menu_mobile_inner .current-menu-ancestor>a,.scheme_dark .menu_mobile_inner .current-menu-item>a,.scheme_dark .menu_mobile_inner .menu_mobile_nav_area li:hover:before,.scheme_dark .menu_mobile_inner .menu_mobile_nav_area li.current-menu-ancestor:before,.scheme_dark .menu_mobile_inner .menu_mobile_nav_area li.current-menu-item:before{
    color:#9b9aa0
}
.scheme_dark .menu_mobile_inner .search_mobile .search_submit{
    color:rgba(255,255,255,0.3)
}
.scheme_dark .menu_mobile_inner .search_mobile .search_submit:focus,.scheme_dark .menu_mobile_inner .search_mobile .search_submit:hover{
    color:rgba(255,255,255,1)
}
.scheme_dark .menu_mobile_inner .social_item .social_icon{
    color:#9b9aa0
}
.scheme_dark .menu_mobile_inner .social_item:hover .social_icon{
    color:#ffffff
}
.scheme_dark .menu_hover_fade_box .sc_layouts_menu_nav>a:hover,.scheme_dark .menu_hover_fade_box .sc_layouts_menu_nav>li>a:hover,.scheme_dark .menu_hover_fade_box .sc_layouts_menu_nav>li.sfHover>a{
    color:#9b9aa0;
     background-color:#0b051c
}
.scheme_dark .menu_hover_slide_line .sc_layouts_menu_nav>li#blob{
    background-color:#d71362
}
.scheme_dark .menu_hover_slide_box .sc_layouts_menu_nav>li#blob{
    background-color:#0b051c
}
.scheme_dark .menu_hover_zoom_line .sc_layouts_menu_nav>li>a:before{
    background-color:#d71362
}
.scheme_dark .menu_hover_path_line .sc_layouts_menu_nav>li:before,.scheme_dark .menu_hover_path_line .sc_layouts_menu_nav>li:after,.scheme_dark .menu_hover_path_line .sc_layouts_menu_nav>li>a:before,.scheme_dark .menu_hover_path_line .sc_layouts_menu_nav>li>a:after{
    background-color:#d71362
}
.scheme_dark .menu_hover_roll_down .sc_layouts_menu_nav>li>a:before{
    background-color:#d71362
}
.scheme_dark .menu_hover_color_line .sc_layouts_menu_nav>li>a:before{
    background-color:#ffffff
}
.scheme_dark .menu_hover_color_line .sc_layouts_menu_nav>li>a:after,.scheme_dark .menu_hover_color_line .sc_layouts_menu_nav>li.menu-item-has-children>a:after{
    background-color:#d71362
}
.scheme_dark .menu_hover_color_line .sc_layouts_menu_nav>li.sfHover>a,.scheme_dark .menu_hover_color_line .sc_layouts_menu_nav>li>a:hover,.scheme_dark .menu_hover_color_line .sc_layouts_menu_nav>li>a:focus{
    color:#d71362
}
.scheme_dark.sc_layouts_row .vc_separator.vc_sep_color_grey .vc_sep_line,.scheme_dark .sc_layouts_row .vc_separator.vc_sep_color_grey .vc_sep_line{
    border-color:#231e32
}
.scheme_dark .sc_layouts_cart_items_short{
    background-color:#ffffff;
     color:#100726
}
.scheme_dark .sc_layouts_cart_widget{
    border-color:#271f3b;
     background-color:#100726;
     color:#9b9aa0
}
.scheme_dark .sc_layouts_cart_widget:after{
    border-color:#271f3b;
     background-color:#100726
}
.scheme_dark .sc_layouts_cart_widget .sc_layouts_cart_widget_close{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .sc_layouts_cart_widget .sc_layouts_cart_widget_close:hover{
    color:#ffffff
}
.scheme_dark .sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-selected{
    color:#a6a6a6
}
.scheme_dark .sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-selected:hover{
    color:#ffffff
}
.scheme_dark .sc_layouts_currency .chosen-container .chosen-results,.scheme_dark .sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-options-holder,.scheme_dark .sc_layouts_currency .woocommerce-currency-switcher-form .dd-options,.scheme_dark .sc_layouts_currency .woocommerce-currency-switcher-form .dd-option{
    background:#0b051c;
     color:#ffffff
}
.scheme_dark .sc_layouts_currency .chosen-container .chosen-results li,.scheme_dark .sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-option{
    color:#ffffff
}
.scheme_dark .sc_layouts_currency .chosen-container .active-result.highlighted,.scheme_dark .sc_layouts_currency .chosen-container .active-result.result-selected,.scheme_dark .sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-option:hover,.scheme_dark .sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-options-holder .wSelect-option-selected,.scheme_dark .sc_layouts_currency .woocommerce-currency-switcher-form .dd-option:hover,.scheme_dark .sc_layouts_currency .woocommerce-currency-switcher-form .dd-option-selected{
    color:#9b9aa0 !important
}
.scheme_dark .sc_layouts_currency .woocommerce-currency-switcher-form .dd-option-description{
    color:#a6a6a6
}
.scheme_dark .trx_addons_accent,.scheme_dark .trx_addons_accent>a,.scheme_dark .trx_addons_accent>*{
    color:#d71362
}
.scheme_dark .trx_addons_accent>a:hover{
    color:#ffffff
}
.scheme_dark .sidebar .trx_addons_accent,.scheme_dark.sidebar .trx_addons_accent,.scheme_dark .sidebar .trx_addons_accent>a,.scheme_dark.sidebar .trx_addons_accent>a,.scheme_dark .sidebar .trx_addons_accent>*,.scheme_dark.sidebar .trx_addons_accent>*,.scheme_dark .footer_wrap .trx_addons_accent,.scheme_dark.footer_wrap .trx_addons_accent,.scheme_dark .footer_wrap .trx_addons_accent>a,.scheme_dark.footer_wrap .trx_addons_accent>a,.scheme_dark .footer_wrap .trx_addons_accent>*,.scheme_dark.footer_wrap .trx_addons_accent>*{
    color:#9b9aa0
}
.scheme_dark .sidebar .trx_addons_accent>a:hover,.scheme_dark.sidebar .trx_addons_accent>a:hover,.scheme_dark .footer_wrap .trx_addons_accent>a:hover,.scheme_dark.footer_wrap .trx_addons_accent>a:hover{
    color:#ffffff
}
.scheme_dark .trx_addons_hover,.scheme_dark .trx_addons_hover>*{
    color:#ffaa5f
}
.scheme_dark .trx_addons_accent_bg{
    background-color:#d71362;
     color:#270f30
}
.scheme_dark .trx_addons_inverse{
    color:#100726;
     background-color:#ffffff
}
.scheme_dark .trx_addons_dark,.scheme_dark .trx_addons_dark>a{
    color:#ffffff
}
.scheme_dark .trx_addons_dark>a:hover{
    color:#d71362
}
.scheme_dark .trx_addons_inverse,.scheme_dark .trx_addons_inverse>a{
    color:#100726;
     background-color:#ffffff
}
.scheme_dark .trx_addons_inverse>a:hover{
    color:#1d1d1d
}
.scheme_dark .trx_addons_dropcap_style_1{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark .trx_addons_dropcap_style_2{
    color:#1d1d1d;
     background-color:#ffaa5f
}
.scheme_dark ul[class*="trx_addons_list"]>li:before{
    color:#d71362
}
.scheme_dark ul[class*="trx_addons_list"][class*="_circled"]>li:before{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark .trx_addons_list_parameters>li + li{
    border-color:#271f3b
}
.scheme_dark .trx_addons_tooltip{
    color:#ffffff;
     border-color:#ffffff
}
.scheme_dark .trx_addons_tooltip:before{
    color:#100726;
     background-color:#ffffff
}
.scheme_dark .trx_addons_tooltip:after{
    border-top-color:#ffffff
}
.scheme_dark blockquote.trx_addons_blockquote_style_1:before,.scheme_dark blockquote.trx_addons_blockquote_style_1{
    color:#100726;
     background-color:#ffffff
}
.scheme_dark blockquote.trx_addons_blockquote_style_1 b{
    color:#100726
}
.scheme_dark blockquote.trx_addons_blockquote_style_1 a,.scheme_dark blockquote.trx_addons_blockquote_style_1 cite{
    color:#d71362
}
.scheme_dark blockquote.trx_addons_blockquote_style_1 a:hover{
    color:#100726
}
.scheme_dark blockquote.trx_addons_blockquote_style_2{
    color:#270f30;
     background-color:#d71362
}
.scheme_dark blockquote.trx_addons_blockquote_style_2:before,.scheme_dark blockquote.trx_addons_blockquote_style_2 a,.scheme_dark blockquote.trx_addons_blockquote_style_2 cite{
    color:#ffffff
}
.scheme_dark blockquote.trx_addons_blockquote_style_2 a:hover{
    color:#1d1d1d
}
.scheme_dark .trx_addons_hover_mask{
    background-color:rgba(15,15,59,0.7)
}
.scheme_dark .trx_addons_hover_title{
    color:#ffffff
}
.scheme_dark .trx_addons_hover_text{
    color:#a6a6a6
}
.scheme_dark .trx_addons_hover_icon,.scheme_dark .trx_addons_hover_links a{
    color:#ffffff;
     background-color:#ffaa5f
}
.scheme_dark .trx_addons_hover_icon:hover,.scheme_dark .trx_addons_hover_links a:hover{
    color:#1d1d1d !important;
     background-color:#fe7259
}
.scheme_dark .widget .trx_addons_tabs .trx_addons_tabs_titles li a{
    color:#a6a6a6;
     background-color:#231e32
}
.scheme_dark .widget .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active a,.scheme_dark .widget .trx_addons_tabs .trx_addons_tabs_titles li a:hover{
    color:#ffffff;
     background-color:#9b9aa0
}
.scheme_dark .slider_swiper .slide_info.slide_info_large{
    background-color:rgba(16,7,38,0.7)
}
.scheme_dark .slider_swiper .slide_info.slide_info_large:hover{
    background-color:#100726
}
.scheme_dark .slider_swiper .slide_info.slide_info_large .slide_cats a{
    color:#d71362
}
.scheme_dark .slider_swiper .slide_info.slide_info_large .slide_title a{
    color:#ffffff
}
.scheme_dark .slider_swiper .slide_info.slide_info_large .slide_date{
    color:#9b9aa0
}
.scheme_dark .slider_swiper .slide_info.slide_info_large:hover .slide_date{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .slider_swiper .slide_info.slide_info_large .slide_cats a:hover,.scheme_dark .slider_swiper .slide_info.slide_info_large .slide_title a:hover{
    color:#ffaa5f
}
.scheme_dark .slider_swiper.slider_multi .slide_cats a:hover,.scheme_dark .slider_swiper.slider_multi .slide_title a:hover,.scheme_dark .slider_swiper.slider_multi a:hover .slide_title{
    color:#ffaa5f
}
.scheme_dark .sc_slider_controls .slider_controls_wrap>a,.scheme_dark .slider_swiper.slider_controls_side .slider_controls_wrap>a,.scheme_dark .slider_outer_controls_side .slider_controls_wrap>a{
    color:#d71362;
     background-color:#ffffff;
     border-color:#ffffff
}
.scheme_dark .sc_slider_controls .slider_controls_wrap>a:hover,.scheme_dark .slider_swiper.slider_controls_side .slider_controls_wrap>a:hover,.scheme_dark .slider_outer_controls_side .slider_controls_wrap>a:hover{
    color:#ffffff;
     background-color:#d71362;
     border-color:#d71362
}
.scheme_dark .slider_swiper.slider_controls_top .slider_controls_wrap>a,.scheme_dark .slider_swiper.slider_controls_bottom .slider_controls_wrap>a,.scheme_dark .slider_outer_controls_top .slider_controls_wrap>a,.scheme_dark .slider_outer_controls_bottom .slider_controls_wrap>a{
    color:#100726;
     background-color:#ffffff;
     border-color:#ffffff
}
.scheme_dark .slider_swiper.slider_controls_top .slider_controls_wrap>a:hover,.scheme_dark .slider_swiper.slider_controls_bottom .slider_controls_wrap>a:hover,.scheme_dark .slider_outer_controls_top .slider_controls_wrap>a:hover,.scheme_dark .slider_outer_controls_bottom .slider_controls_wrap>a:hover{
    color:#100726;
     border-color:#d71362;
     background-color:#d71362
}
.scheme_dark .slider_swiper .slider_pagination_wrap .swiper-pagination-bullet,.scheme_dark .slider_swiper_outer .slider_pagination_wrap .swiper-pagination-bullet,.scheme_dark .swiper-pagination-custom .swiper-pagination-button{
    border-color:#231e32;
     background-color:#0b051c
}
.scheme_dark .swiper-pagination-custom .swiper-pagination-button.swiper-pagination-button-active,.scheme_dark .slider_swiper .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,.scheme_dark .slider_swiper_outer .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,.scheme_dark .slider_swiper .slider_pagination_wrap .swiper-pagination-bullet:hover,.scheme_dark .slider_swiper_outer .slider_pagination_wrap .swiper-pagination-bullet:hover{
    border-color:#d71362;
     background-color:#d71362
}
.scheme_dark .slider_swiper .swiper-pagination-progress .swiper-pagination-progressbar,.scheme_dark .slider_swiper_outer .swiper-pagination-progress .swiper-pagination-progressbar{
    background-color:#d71362
}
.scheme_dark .slider_swiper_outer>.swiper-pagination-fraction{
    color:#ffffff
}
.scheme_dark .slider_titles_outside_wrap .slide_title a{
    color:#ffffff
}
.scheme_dark .slider_titles_outside_wrap .slide_title a:hover{
    color:#d71362
}
.scheme_dark .slider_titles_outside_wrap .slide_cats,.scheme_dark .slider_titles_outside_wrap .slide_subtitle{
    color:#d71362
}
.scheme_dark .slider_style_modern .slider_controls_label{
    color:#100726
}
.scheme_dark .slider_style_modern .slider_pagination_wrap{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .slider_style_modern .swiper-pagination-current{
    color:#ffffff
}
.scheme_dark .sc_slider_controller .swiper-slide.swiper-slide-active{
    border-color:#d71362
}
.scheme_dark .sc_slider_controller_titles .swiper-slide{
    background-color:#0b051c
}
.scheme_dark .sc_slider_controller_titles .swiper-slide:after{
    background-color:#231e32
}
.scheme_dark .sc_slider_controller_titles .swiper-slide.swiper-slide-active{
    background-color:#100726
}
.scheme_dark .sc_slider_controller_titles .sc_slider_controller_info_title{
    color:#ffffff
}
.scheme_dark .sc_slider_controller_titles .sc_slider_controller_info_number{
    color:#5f5f5f
}
.scheme_dark .sc_slider_controller_titles .slider_controls_wrap>a{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark .sc_slider_controller_titles .slider_controls_wrap>a:hover{
    color:#100726;
     background-color:#ffffff
}
.scheme_dark .widget_categories_list .categories_list_style_2 .categories_list_title a:hover{
    color:#ffffff
}
.scheme_dark .widget_contacts .contacts_info{
    color:#a6a6a6
}
.scheme_dark .widget_contacts .contacts_info span:before{
    color:#9b9aa0
}
.scheme_dark .widget_contacts .contacts_info span a{
    color:#ffffff
}
.scheme_dark .widget_contacts .contacts_info span a:hover{
    color:#9b9aa0
}
/* Attention! This widget placed in the content area and should use main text colors */
.scheme_dark .sc_recent_news_header{
    border-color:#ffffff
}
.scheme_dark .sc_recent_news_header_category_item_more{
    color:#d71362
}
.scheme_dark .sc_recent_news_header_more_categories{
    border-color:#22062c;
     background-color:#0f0f3b
}
.scheme_dark .sc_recent_news_header_more_categories>a{
    color:#ffaa5f
}
.scheme_dark .sc_recent_news_header_more_categories>a:hover{
    color:#fe7259;
     background-color:#1a1a44
}
.scheme_dark .sc_recent_news .post_counters_item,.scheme_dark .sc_recent_news .post_counters .post_counters_edit a{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark .sc_recent_news .post_counters_item:hover,.scheme_dark .sc_recent_news .post_counters .post_counters_edit a:hover{
    color:#100726;
     background-color:#ffffff
}
.scheme_dark .sidebar_inner .sc_recent_news .post_counters_item:hover,.scheme_dark .sidebar_inner .sc_recent_news .post_counters .post_counters_edit a:hover{
    color:#ffffff;
     background-color:#0b051c
}
.scheme_dark .sc_recent_news_style_news-magazine .post_accented_border{
    border-color:#271f3b
}
.scheme_dark .sc_recent_news_style_news-excerpt .post_item{
    border-color:#271f3b
}
.scheme_dark .widget_twitter .widget_content .sc_twitter_item,.scheme_dark .widget_twitter .widget_content li{
    color:#9b9aa0
}
.scheme_dark .widget_twitter .widget_content .sc_twitter_item .sc_twitter_item_icon{
    color:#d71362 !important
}
.scheme_dark .widget_twitter .swiper-pagination-bullet{
    background-color:rgba(255,255,255,0.5)
}
.scheme_dark .widget_twitter .swiper-pagination-bullet-active{
    background-color:#d71362
}
.scheme_dark .widget_twitter .widget_content .sc_twitter_list li{
    color:#a6a6a6
}
.scheme_dark .widget_twitter .widget_content .sc_twitter_list li:before{
    color:#9b9aa0 !important
}
.scheme_dark .sc_item_subtitle{
    color:#d71362
}
.scheme_dark .color_style_link2 .sc_item_subtitle{
    color:#80d572
}
.scheme_dark .color_style_link3 .sc_item_subtitle{
    color:#ddb837
}
.scheme_dark .sc_item_subtitle.sc_item_title_style_shadow{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .theme_scroll_down:hover{
    color:#d71362
}
.scheme_dark .sc_action_item .sc_action_item_subtitle{
    color:#d71362
}
.scheme_dark .sc_action_item.color_style_link2 .sc_action_item_subtitle{
    color:#80d572
}
.scheme_dark .sc_action_item.color_style_link3 .sc_action_item_subtitle{
    color:#ddb837
}
.scheme_dark .sc_action_item.color_style_dark .sc_action_item_subtitle{
    color:#ffffff
}
.scheme_dark .sc_action_item_date,.scheme_dark .sc_action_item_info{
    color:#ffffff;
     border-color:#9b9aa0
}
.scheme_dark .sc_action_item_description{
    color:#9b9aa0
}
.scheme_dark .sc_action_item_event.with_image .sc_action_item_inner{
    background-color:#100726
}
.scheme_dark.menu_side_icons .toc_menu_item .toc_menu_icon,.scheme_dark .menu_side_inner>.toc_menu_item .toc_menu_icon{
    background-color:#100726;
     border-color:#271f3b;
     color:#d71362
}
.scheme_dark.menu_side_icons .toc_menu_item:hover .toc_menu_icon,.scheme_dark.menu_side_icons .toc_menu_item_active .toc_menu_icon,.scheme_dark .menu_side_inner>.toc_menu_item:hover .toc_menu_icon,.scheme_dark .menu_side_inner>.toc_menu_item_active .toc_menu_icon{
    background-color:#d71362;
     color:#ffffff
}
.scheme_dark.menu_side_icons .toc_menu_icon_default:before,.scheme_dark .menu_side_inner>.toc_menu_icon_default:before{
    background-color:#d71362
}
.scheme_dark.menu_side_icons .toc_menu_item:hover .toc_menu_icon_default:before,.scheme_dark.menu_side_icons .toc_menu_item_active .toc_menu_icon_default:before,.scheme_dark .menu_side_inner>.toc_menu_item:hover .toc_menu_icon_default:before,.scheme_dark .menu_side_inner>.toc_menu_item_active .toc_menu_icon_default:before{
    background-color:#ffffff
}
.scheme_dark.menu_side_icons .toc_menu_item .toc_menu_description,.scheme_dark .menu_side_inner>.toc_menu_item .toc_menu_description{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon{
    background-color:#0b051c;
     color:#a6a6a6
}
.scheme_dark.menu_side_dots #toc_menu .toc_menu_item:hover .toc_menu_icon,.scheme_dark.menu_side_dots #toc_menu .toc_menu_item_active .toc_menu_icon{
    color:#9b9aa0
}
.scheme_dark.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon:before{
    background-color:#9b9aa0
}
.scheme_dark.menu_side_dots #toc_menu .toc_menu_item:hover .toc_menu_icon:before{
    background-color:#d60063
}
.scheme_dark .sc_blogger.slider_swiper .swiper-pagination-bullet{
    border-color:rgba(255,255,255,0.5)
}
.scheme_dark .sc_blogger_item{
    background-color:rgba(16,7,38,0)
}
.scheme_dark .sc_blogger_post_meta{
    color:#5f5f5f
}
.scheme_dark .sc_blogger_item_title a{
    color:#ffffff
}
.scheme_dark .sc_blogger_item_title a:hover{
    color:#9b9aa0
}
.scheme_dark .sc_blogger_post_meta{
    color:#5f5f5f
}
.scheme_dark .sc_blogger_item_content{
    color:#a6a6a6
}
.scheme_dark .sc_blogger_item .more-link{
    color:#9b9aa0
}
.scheme_dark .sc_blogger_item .more-link:hover{
    color:#ffffff
}
.scheme_dark .sc_cars_columns_1 .sc_cars_item{
    background-color:#0b051c
}
.scheme_dark .sc_cars_item_status>a,.scheme_dark .sc_cars_item_type>a,.scheme_dark .sc_cars_item_compare{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .sc_cars_item_compare.in_compare_list{
    color:#d71362
}
.scheme_dark .sc_cars_item_status>a:hover,.scheme_dark .sc_cars_item_type>a:hover,.scheme_dark .sc_cars_item_compare:hover,.scheme_dark .sc_cars_item_compare.in_compare_list:hover{
    color:#ffffff
}
.scheme_dark .sc_cars_item_options .sc_cars_item_row_address,.scheme_dark .sc_cars_item_options .sc_cars_item_row_meta{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .cars_page_title .cars_page_status>a{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark .cars_page_title .cars_page_status>a:hover{
    color:#1d1d1d;
     background-color:#e32068
}
.scheme_dark .cars_page_title_address{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .cars_price{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .cars_page_attachments_list>a:before,.scheme_dark .cars_page_features_list>a:before{
    color:#d71362
}
.scheme_dark .cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles{
    border-color:#231e32
}
.scheme_dark .cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li>a{
    background-color:#0b051c;
     border-color:#0b051c;
     border-bottom-color:#231e32
}
.scheme_dark .cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active>a{
    border-color:#231e32;
     background-color:#100726;
     border-bottom-color:#100726
}
.scheme_dark .cars_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li:not(.ui-state-active)>a:hover{
    background-color:#0f0f3b;
     border-color:#0f0f3b #0f0f3b #231e32
}
.scheme_dark .cars_page_agent_info_position{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .cars_page_agent_info_address:before,.scheme_dark .cars_page_agent_info_phones>span:before{
    color:#ffffff
}
.scheme_dark .cars_page_agent_info_profiles.socials_wrap .social_item .social_icon{
    color:#9b9aa0
}
.scheme_dark .cars_search_form .cars_search_basic .cars_search_show_advanced{
    color:rgba(255,255,255,0.3);
     background-color:#0f0f3b
}
.scheme_dark .cars_search_form .cars_search_basic .cars_search_show_advanced:hover{
    color:rgba(255,255,255,1)
}
.scheme_dark .sc_cars_compare_data .cars_feature_present{
    color:#d71362
}
.scheme_dark .sc_content_number{
    color:#0f0f3b
}
.scheme_dark .sc_countdown_default .sc_countdown_digits span{
    color:#ffffff;
     border-color:#ffaa5f;
     background-color:#d71362
}
.scheme_dark .sc_countdown_circle .sc_countdown_digits{
    color:#9b9aa0;
     border-color:#231e32;
     background-color:#0b051c
}
.scheme_dark .sc_courses.slider_swiper .swiper-pagination-bullet{
    border-color:rgba(255,255,255,0.5)
}
.scheme_dark .sc_courses_default .sc_courses_item{
    background-color:#0b051c
}
.scheme_dark .sc_courses_default .sc_courses_item_categories{
    background-color:#ffffff
}
.scheme_dark .sc_courses_default .sc_courses_item_categories a{
    color:#100726
}
.scheme_dark .sc_courses_default .sc_courses_item_categories a:hover{
    color:#9b9aa0
}
.scheme_dark .sc_courses_default .sc_courses_item_meta{
    color:#5f5f5f
}
.scheme_dark .sc_courses_default .sc_courses_item_date{
    color:#ffffff
}
.scheme_dark .sc_courses_default .sc_courses_item_price{
    color:#9b9aa0
}
.scheme_dark .sc_courses_default .sc_courses_item_period{
    color:#5f5f5f
}
.scheme_dark .courses_single .courses_page_meta{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .courses_single .courses_page_meta_item_date{
    color:#ffffff
}
.scheme_dark .courses_single .courses_page_period{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .sc_dishes_default .sc_dishes_item{
    color:#a6a6a6;
     background-color:#0b051c
}
.scheme_dark .sc_dishes_default .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default .sc_dishes_item_subtitle a{
    color:#9b9aa0
}
.scheme_dark .sc_dishes_default .sc_dishes_item_subtitle a:hover{
    color:#d60063
}
.scheme_dark .sc_dishes_default.color_style_link2 .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default.color_style_link2 .sc_dishes_item_subtitle a{
    color:#c995aa
}
.scheme_dark .sc_dishes_default.color_style_link2 .sc_dishes_item_subtitle a:hover{
    color:#f5ddef
}
.scheme_dark .sc_dishes_default.color_style_link3 .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default.color_style_link3 .sc_dishes_item_subtitle a{
    color:#eec432
}
.scheme_dark .sc_dishes_default.color_style_link3 .sc_dishes_item_subtitle a:hover{
    color:#ddb837
}
.scheme_dark .sc_dishes_default.color_style_dark .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default.color_style_dark .sc_dishes_item_subtitle a{
    color:#ffffff
}
.scheme_dark .sc_dishes_default.color_style_dark .sc_dishes_item_subtitle a:hover{
    color:#9b9aa0
}
.scheme_dark .sc_dishes_default .sc_dishes_item_featured_left,.scheme_dark .sc_dishes_default .sc_dishes_item_featured_right{
    color:#9b9aa0;
     background-color:transparent
}
.scheme_dark .sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,.scheme_dark .sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_subtitle a{
    color:#d71362
}
.scheme_dark .sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,.scheme_dark .sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover{
    color:#ffaa5f
}
.scheme_dark .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_left .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,.scheme_dark .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_right .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a{
    color:#80d572
}
.scheme_dark .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,.scheme_dark .sc_dishes_default.color_style_link2 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover{
    color:#8be77c
}
.scheme_dark .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_left .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,.scheme_dark .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_right .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a{
    color:#ddb837
}
.scheme_dark .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,.scheme_dark .sc_dishes_default.color_style_link3 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover{
    color:#eec432
}
.scheme_dark .sc_dishes_default.color_style_dark .sc_dishes_item_featured_left .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default.color_style_dark .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,.scheme_dark .sc_dishes_default.color_style_dark .sc_dishes_item_featured_right .sc_dishes_item_subtitle,.scheme_dark .sc_dishes_default.color_style_dark .sc_dishes_item_featured_right .sc_dishes_item_subtitle a{
    color:#ffffff
}
.scheme_dark .sc_dishes_default.color_style_dark .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,.scheme_dark .sc_dishes_default.color_style_dark .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover{
    color:#d71362
}
.scheme_dark .sc_dishes_compact .sc_dishes_item{
    color:#a6a6a6;
     background-color:#0b051c
}
.scheme_dark .sc_dishes_compact .sc_dishes_item_header{
    color:#100726;
     background-color:#ffffff
}
.scheme_dark .sc_dishes_compact .sc_dishes_item_price,.scheme_dark .sc_dishes_compact .sc_dishes_item_subtitle a{
    color:#100726
}
.scheme_dark .sc_dishes_compact .sc_dishes_item_price:hover,.scheme_dark .sc_dishes_compact .sc_dishes_item:hover .sc_dishes_item_price,.scheme_dark .sc_dishes_compact .sc_dishes_item_subtitle a:hover,.scheme_dark .sc_dishes_compact .sc_dishes_item:hover .sc_dishes_item_subtitle a{
    color:#d71362
}
.scheme_dark .sc_dishes_compact.color_style_link2 .sc_dishes_item_price:hover,.scheme_dark .sc_dishes_compact.color_style_link2 .sc_dishes_item:hover .sc_dishes_item_price,.scheme_dark .sc_dishes_compact.color_style_link2 .sc_dishes_item_subtitle a:hover,.scheme_dark .sc_dishes_compact.color_style_link2 .sc_dishes_item:hover .sc_dishes_item_subtitle a{
    color:#80d572
}
.scheme_dark .sc_dishes_compact.color_style_link3 .sc_dishes_item_price:hover,.scheme_dark .sc_dishes_compact.color_style_link3 .sc_dishes_item:hover .sc_dishes_item_price,.scheme_dark .sc_dishes_compact.color_style_link3 .sc_dishes_item_subtitle a:hover,.scheme_dark .sc_dishes_compact.color_style_link3 .sc_dishes_item:hover .sc_dishes_item_subtitle a{
    color:#ddb837
}
.scheme_dark .sc_dishes_compact .sc_dishes_item_title a{
    color:#d71362
}
.scheme_dark .sc_dishes_compact.color_style_link2 .sc_dishes_item_title a{
    color:#80d572
}
.scheme_dark .sc_dishes_compact.color_style_link3 .sc_dishes_item_title a{
    color:#ddb837
}
.scheme_dark .sc_dishes_compact .sc_dishes_item_title a:hover,.scheme_dark .sc_dishes_compact .sc_dishes_item:hover .sc_dishes_item_title a{
    color:#100726
}
.scheme_dark .sc_dishes.slider_swiper .swiper-pagination-bullet{
    border-color:rgba(255,255,255,0.5)
}
.scheme_dark .sc_events.slider_swiper .swiper-pagination-bullet{
    border-color:rgba(255,255,255,0.5)
}
.scheme_dark .sc_events_default .sc_events_item{
    background-color:#0b051c
}
.scheme_dark .sc_events_default .sc_events_item_date{
    background-color:#9b9aa0;
     color:#ffffff
}
.scheme_dark .sc_events_default .sc_events_item:hover .sc_events_item_date{
    background-color:#ffffff
}
.scheme_dark .sc_events_default .sc_events_item_title{
    color:#ffffff
}
.scheme_dark .sc_events_default .sc_events_item:hover .sc_events_item_title{
    color:#9b9aa0
}
.scheme_dark .sc_events_default .sc_events_item_button{
    color:#9b9aa0
}
.scheme_dark .sc_events_default .sc_events_item:hover .sc_events_item_button{
    color:#ffffff
}
.scheme_dark .sc_events_detailed .sc_events_item,.scheme_dark .sc_events_detailed .sc_events_item_date_wrap,.scheme_dark .sc_events_detailed .sc_events_item_time_wrap:before,.scheme_dark .sc_events_detailed .sc_events_item_button_wrap:before{
    border-color:#d71362
}
.scheme_dark .sc_events_detailed .sc_events_item_date,.scheme_dark .sc_events_detailed .sc_events_item_button{
    color:#d71362
}
.scheme_dark .sc_events_detailed .sc_events_item_title{
    color:#ffffff
}
.scheme_dark .sc_events_detailed .sc_events_item_time{
    color:#9b9aa0
}
.scheme_dark .sc_events_detailed .sc_events_item:hover{
    background-color:#d71362;
     color:#ffffff
}
.scheme_dark .sc_events_detailed .sc_events_item:hover,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_date,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_button,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_title,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_time{
    color:#1d1d1d
}
.scheme_dark .sc_events_detailed .sc_events_item:hover,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_date_wrap,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_time_wrap:before,.scheme_dark .sc_events_detailed .sc_events_item:hover .sc_events_item_button_wrap:before{
    border-color:#1d1d1d
}
.scheme_dark.sc_form{
    background-color:#100726
}
.scheme_dark .sc_form_field_title{
    color:#ffffff
}
.scheme_dark .sc_form .sc_form_info_icon{
    color:#d71362
}
.scheme_dark .sc_form .sc_form_info_data>a,.scheme_dark .sc_form .sc_form_info_data>span{
    color:#ffffff
}
.scheme_dark .sc_form .sc_form_info_data>a:hover{
    color:#d71362
}
.scheme_dark [class*="sc_input_hover_"] .sc_form_field_content{
    color:#ffffff
}
.scheme_dark .sc_input_hover_accent input[type="text"]:focus,.scheme_dark .sc_input_hover_accent input[type="number"]:focus,.scheme_dark .sc_input_hover_accent input[type="email"]:focus,.scheme_dark .sc_input_hover_accent input[type="password"]:focus,.scheme_dark .sc_input_hover_accent input[type="search"]:focus,.scheme_dark .sc_input_hover_accent select:focus,.scheme_dark .sc_input_hover_accent textarea:focus{
    /*box-shadow:0px 0px 0px 2px #d71362;
    */
     border-color:#d71362 !important
}
.scheme_dark .sc_input_hover_accent .sc_form_field_hover:before{
    color:rgba(215,19,98,0.2)
}
.scheme_dark .sc_input_hover_path .sc_form_field_graphic{
    stroke:#0f0f3b
}
.scheme_dark .sc_input_hover_jump .sc_form_field_content{
    color:rgba(255,255,255,1)
}
.scheme_dark .sc_input_hover_jump .sc_form_field_content:before{
    color:#d71362
}
.scheme_dark .sc_input_hover_jump input[type="text"],.scheme_dark .sc_input_hover_jump input[type="number"],.scheme_dark .sc_input_hover_jump input[type="email"],.scheme_dark .sc_input_hover_jump input[type="password"],.scheme_dark .sc_input_hover_jump input[type="search"],.scheme_dark .sc_input_hover_jump textarea{
    border-color:#0f0f3b
}
.scheme_dark .sc_input_hover_jump input[type="text"]:focus,.scheme_dark .sc_input_hover_jump input[type="number"]:focus,.scheme_dark .sc_input_hover_jump input[type="email"]:focus,.scheme_dark .sc_input_hover_jump input[type="password"]:focus,.scheme_dark .sc_input_hover_jump input[type="search"]:focus,.scheme_dark .sc_input_hover_jump textarea:focus{
    border-color:#d71362 !important
}
.scheme_dark .sc_input_hover_underline .sc_form_field_hover:before{
    background-color:#0f0f3b
}
.scheme_dark .sc_input_hover_underline input:focus + .sc_form_field_hover:before,.scheme_dark .sc_input_hover_underline textarea:focus + .sc_form_field_hover:before,.scheme_dark .sc_input_hover_underline input.filled + .sc_form_field_hover:before,.scheme_dark .sc_input_hover_underline textarea.filled + .sc_form_field_hover:before{
    background-color:#d71362
}
.scheme_dark .sc_input_hover_underline .sc_form_field_content{
    color:rgba(255,255,255,1)
}
.scheme_dark .sc_input_hover_underline input:focus,.scheme_dark .sc_input_hover_underline textarea:focus,.scheme_dark .sc_input_hover_underline input.filled,.scheme_dark .sc_input_hover_underline textarea.filled,.scheme_dark .sc_input_hover_underline input:focus + .sc_form_field_hover>.sc_form_field_content,.scheme_dark .sc_input_hover_underline textarea:focus + .sc_form_field_hover>.sc_form_field_content,.scheme_dark .sc_input_hover_underline input.filled + .sc_form_field_hover>.sc_form_field_content,.scheme_dark .sc_input_hover_underline textarea.filled + .sc_form_field_hover>.sc_form_field_content{
    color:#d71362 !important
}
.scheme_dark .sc_input_hover_iconed .sc_form_field_hover{
    color:rgba(255,255,255,0.3)
}
.scheme_dark .sc_input_hover_iconed input:focus + .sc_form_field_hover,.scheme_dark .sc_input_hover_iconed textarea:focus + .sc_form_field_hover,.scheme_dark .sc_input_hover_iconed input.filled + .sc_form_field_hover,.scheme_dark .sc_input_hover_iconed textarea.filled + .sc_form_field_hover{
    color:rgba(255,255,255,1)
}
.scheme_dark .sc_googlemap_content,.scheme_dark.sc_googlemap_content{
    color:#9b9aa0;
     background-color:#100726
}
.scheme_dark .sc_googlemap_content b,.scheme_dark .sc_googlemap_content strong,.scheme_dark.sc_googlemap_content b,.scheme_dark.sc_googlemap_content strong{
    color:#ffffff
}
.scheme_dark .sc_googlemap_content_detailed:before{
    color:#d71362
}
.scheme_dark .sc_icons .sc_icons_icon{
    color:#d71362
}
.scheme_dark .sc_icons .sc_icons_item_linked:hover .sc_icons_icon{
    color:#ffffff
}
.scheme_dark .sc_icons .sc_icons_item_title{
    color:#d71362
}
.scheme_dark.footer_wrap .sc_icons .sc_icons_item_title{
    color:#ffffff
}
.scheme_dark.footer_wrap .sc_icons .sc_icons_item_description{
    color:#9b9aa0
}
.scheme_dark .sc_icons_item_description,.scheme_dark .sc_icons_modern .sc_icons_item_description{
    color:#ffffff
}
/* Sports:Matches and Players */
.scheme_dark .sc_sport_default .sc_sport_item_subtitle .sc_sport_item_date{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .sc_matches_main .swiper-pagination .swiper-pagination-bullet{
    border-color:#271f3b
}
.scheme_dark .sc_matches_main .sc_matches_item_score a{
    color:#ffffff
}
.scheme_dark .sc_matches_main .sc_matches_item_score a:hover{
    color:#d71362
}
.scheme_dark .color_style_link2 .sc_matches_main .sc_matches_item_score a:hover{
    color:#80d572
}
.scheme_dark .color_style_link3 .sc_matches_main .sc_matches_item_score a:hover{
    color:#ddb837
}
.scheme_dark .color_style_dark .sc_matches_main .sc_matches_item_score a:hover{
    color:#ffffff
}
.scheme_dark .sc_matches_other .sc_matches_item_link{
    color:#ffffff;
     background-color:#0b051c
}
.scheme_dark .sc_matches_other .sc_matches_item_club{
    color:#5f5f5f
}
.scheme_dark .sc_matches_other .sc_matches_item_date{
    color:#ffffff;
     background-color:#231e32
}
.scheme_dark .sc_matches_other .sc_matches_item_link:hover{
    background-color:#0f0f3b
}
.scheme_dark .sc_matches_other .sc_matches_item_link:hover .sc_matches_item_date{
    background-color:#3d3d3d
}
.scheme_dark .sc_points_table td a{
    color:#ffffff
}
.scheme_dark .sc_points_table tr:hover td{
    background-color:#d60063 !important
}
.scheme_dark .sc_points_table tr:hover a,.scheme_dark .sc_points_table td a:hover{
    color:#1d1d1d !important
}
.scheme_dark .sc_points_table tr.sc_points_table_accented_top td{
    background-color:rgba(215,19,98,0.7)
}
.scheme_dark .sc_points_table tr.sc_points_table_accented_bottom td{
    background-color:#0b051c
}
.scheme_dark .sc_price_item{
    color:#a6a6a6;
     background-color:#0f0f3b;
     border-color:#22062c
}
.scheme_dark .sc_price_item:hover{
    background-color:#1a1a44;
     border-color:#3d3d3d
}
.scheme_dark .sc_price_item .sc_price_item_icon{
    color:#ffaa5f
}
.scheme_dark .sc_price_item:hover .sc_price_item_icon{
    color:#fe7259
}
.scheme_dark .sc_price_item .sc_price_item_label{
    background-color:#ffaa5f;
     color:#270f30
}
.scheme_dark .sc_price_item:hover .sc_price_item_label{
    background-color:#fe7259;
     color:#270f30
}
.scheme_dark .sc_price_item .sc_price_item_subtitle{
    color:#ffffff
}
.scheme_dark .sc_price_item .sc_price_item_title,.scheme_dark .sc_price_item .sc_price_item_title a{
    color:#ffaa5f
}
.scheme_dark .sc_price_item:hover .sc_price_item_title,.scheme_dark .sc_price_item:hover .sc_price_item_title a{
    color:#fe7259
}
.scheme_dark .sc_price_item .sc_price_item_price{
    color:#ffffff
}
.scheme_dark .sc_price_item .sc_price_item_description,.scheme_dark .sc_price_item .sc_price_item_details{
    color:#ffffff
}
.scheme_dark .sc_promo_icon{
    color:#d71362
}
.scheme_dark .sc_promo .sc_promo_title,.scheme_dark .sc_promo .sc_promo_descr{
    color:#ffffff
}
.scheme_dark .sc_promo .sc_promo_content{
    color:#9b9aa0
}
.scheme_dark .sc_promo_modern .sc_promo_link2{
    color:#ffffff;
     background-color:#d71362 !important
}
.scheme_dark .sc_promo_modern .sc_promo_link2:hover{
    color:#100726;
     background-color:#ffffff
}
.scheme_dark.sc_promo .sc_promo_text.trx_addons_stretch_height,.scheme_dark.sc_promo .sc_promo_text_inner{
    background-color:#0b051c
}
.scheme_dark.sc_promo .sc_promo_title{
    color:#9b9aa0
}
.scheme_dark.sc_promo .sc_promo_subtitle{
    color:#d60063
}
.scheme_dark.sc_promo .sc_promo_descr{
    color:#ffffff
}
.scheme_dark.sc_promo .sc_promo_content{
    color:#a6a6a6
}
.scheme_dark .sc_properties_columns_1 .sc_properties_item{
    background-color:#0b051c
}
.scheme_dark .sc_properties_item_status>a,.scheme_dark .sc_properties_item_type>a,.scheme_dark .sc_properties_item_compare{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .sc_properties_item_compare.in_compare_list{
    color:#d71362
}
.scheme_dark .sc_properties_item_status>a:hover,.scheme_dark .sc_properties_item_type>a:hover,.scheme_dark .sc_properties_item_compare:hover,.scheme_dark .sc_properties_item_compare.in_compare_list:hover{
    color:#ffffff
}
.scheme_dark .sc_properties_item_options .sc_properties_item_row_address,.scheme_dark .sc_properties_item_options .sc_properties_item_row_meta{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .properties_page_title .properties_page_status>a{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark .properties_page_title .properties_page_status>a:hover{
    color:#1d1d1d;
     background-color:#e32068
}
.scheme_dark .properties_page_title_address{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .properties_price{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .properties_page_attachments_list>a:before,.scheme_dark .properties_page_features_list>a:before{
    color:#d71362
}
.scheme_dark .properties_page_tabs.trx_addons_tabs .trx_addons_tabs_titles{
    border-color:#231e32
}
.scheme_dark .properties_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li>a{
    background-color:#0b051c;
     border-color:#0b051c;
     border-bottom-color:#231e32
}
.scheme_dark .properties_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active>a{
    border-color:#231e32;
     background-color:#100726;
     border-bottom-color:#100726
}
.scheme_dark .properties_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li:not(.ui-state-active)>a:hover{
    background-color:#0f0f3b;
     border-color:#0f0f3b #0f0f3b #231e32
}
.scheme_dark .properties_page_agent_info_position{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .properties_page_agent_info_address:before,.scheme_dark .properties_page_agent_info_phones>span:before{
    color:#ffffff
}
.scheme_dark .properties_page_agent_info_profiles.socials_wrap .social_item .social_icon{
    color:#9b9aa0
}
.scheme_dark .properties_search_form .properties_search_basic .properties_search_show_advanced{
    color:rgba(255,255,255,0.3);
     background-color:#0f0f3b
}
.scheme_dark .properties_search_form .properties_search_basic .properties_search_show_advanced:hover{
    color:rgba(255,255,255,1)
}
.scheme_dark .sc_properties_compare_data .properties_feature_present{
    color:#d71362
}
.scheme_dark .sc_services .sc_services_item_number{
    color:#0f0f3b
}
.scheme_dark .sc_services_default .sc_services_item{
    color:#a6a6a6;
     background-color:#0b051c
}
.scheme_dark .sc_services_default .sc_services_item_icon{
    color:#9b9aa0;
     border-color:#9b9aa0
}
.scheme_dark .sc_services_default .sc_services_item:hover .sc_services_item_icon{
    color:#7c7b82;
     background-color:#9b9aa0;
     border-color:#9b9aa0
}
.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_icon{
    color:#c995aa;
     border-color:#c995aa
}
.scheme_dark .sc_services_default.color_style_link2 .sc_services_item:hover .sc_services_item_icon{
    color:#7c7b82;
     background-color:#c995aa;
     border-color:#c995aa
}
.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_icon{
    color:#eec432;
     border-color:#eec432
}
.scheme_dark .sc_services_default.color_style_link3 .sc_services_item:hover .sc_services_item_icon{
    color:#7c7b82;
     background-color:#eec432;
     border-color:#eec432
}
.scheme_dark .sc_services_default.color_style_dark .sc_services_item_icon{
    color:#ffffff;
     border-color:#ffffff
}
.scheme_dark .sc_services_default.color_style_dark .sc_services_item:hover .sc_services_item_icon{
    color:#7c7b82;
     background-color:#ffffff;
     border-color:#ffffff
}
.scheme_dark .sc_services_default .sc_services_item_subtitle a{
    color:#9b9aa0
}
.scheme_dark .sc_services_default .sc_services_item_subtitle a:hover{
    color:#d60063
}
.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_subtitle a{
    color:#c995aa
}
.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_subtitle a:hover{
    color:#f5ddef
}
.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_subtitle a{
    color:#eec432
}
.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_subtitle a:hover{
    color:#ddb837
}
.scheme_dark .sc_services_default.color_style_dark .sc_services_item_subtitle a{
    color:#ffffff
}
.scheme_dark .sc_services_default.color_style_dark .sc_services_item_subtitle a:hover{
    color:#9b9aa0
}
.scheme_dark .sc_services_default .sc_services_item_featured_left,.scheme_dark .sc_services_default .sc_services_item_featured_right,.scheme_dark .sc_services_list .sc_services_item{
    color:#9b9aa0;
     background-color:transparent
}
.scheme_dark .sc_services_default .sc_services_item_featured_left .sc_services_item_icon,.scheme_dark .sc_services_default .sc_services_item_featured_right .sc_services_item_icon,.scheme_dark .sc_services_list .sc_services_item_icon{
    color:#d71362;
     border-color:#d71362
}
.scheme_dark .sc_services_list .sc_services_item:hover .sc_services_item_icon{
    color:#ffaa5f
}
.scheme_dark .sc_services_default .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_dark .sc_services_default .sc_services_item_featured_right:hover .sc_services_item_icon,.scheme_dark .sc_services_list .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_dark .sc_services_list .sc_services_item_featured_right:hover .sc_services_item_icon{
    color:#7c7b82;
     background-color:#d71362;
     border-color:#d71362
}
.scheme_dark .sc_services_default .sc_services_item_featured_left .sc_services_item_subtitle a,.scheme_dark .sc_services_default .sc_services_item_featured_right .sc_services_item_subtitle a{
    color:#d71362
}
.scheme_dark .sc_services_default .sc_services_item_featured_left .sc_services_item_subtitle a:hover,.scheme_dark .sc_services_default .sc_services_item_featured_right .sc_services_item_subtitle a:hover{
    color:#ffaa5f
}
.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_featured_left .sc_services_item_icon,.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_featured_right .sc_services_item_icon,.scheme_dark .sc_services_list.color_style_link2 .sc_services_item_icon{
    color:#80d572;
     border-color:#80d572
}
.scheme_dark .sc_services_list.color_style_link2 .sc_services_item:hover .sc_services_item_icon{
    color:#8be77c
}
.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_featured_right:hover .sc_services_item_icon,.scheme_dark .sc_services_list.color_style_link2 .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_dark .sc_services_list.color_style_link2 .sc_services_item_featured_right:hover .sc_services_item_icon{
    color:#7c7b82;
     background-color:#80d572;
     border-color:#80d572
}
.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_featured_left .sc_services_item_subtitle a,.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_featured_right .sc_services_item_subtitle a{
    color:#80d572
}
.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_featured_left .sc_services_item_subtitle a:hover,.scheme_dark .sc_services_default.color_style_link2 .sc_services_item_featured_right .sc_services_item_subtitle a:hover{
    color:#8be77c
}
.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_featured_left .sc_services_item_icon,.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_featured_right .sc_services_item_icon,.scheme_dark .sc_services_list.color_style_link3 .sc_services_item_icon{
    color:#ddb837;
     border-color:#ddb837
}
.scheme_dark .sc_services_list.color_style_link3 .sc_services_item:hover .sc_services_item_icon{
    color:#eec432
}
.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_featured_right:hover .sc_services_item_icon,.scheme_dark .sc_services_list.color_style_link3 .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_dark .sc_services_list.color_style_link3 .sc_services_item_featured_right:hover .sc_services_item_icon{
    color:#7c7b82;
     background-color:#ddb837;
     border-color:#ddb837
}
.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_featured_left .sc_services_item_subtitle a,.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_featured_right .sc_services_item_subtitle a{
    color:#ddb837
}
.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_featured_left .sc_services_item_subtitle a:hover,.scheme_dark .sc_services_default.color_style_link3 .sc_services_item_featured_right .sc_services_item_subtitle a:hover{
    color:#eec432
}
.scheme_dark .sc_services_default.color_style_dark .sc_services_item_featured_left .sc_services_item_icon,.scheme_dark .sc_services_default.color_style_dark .sc_services_item_featured_right .sc_services_item_icon,.scheme_dark .sc_services_list.color_style_dark .sc_services_item_icon{
    color:#ffffff;
     border-color:#ffffff
}
.scheme_dark .sc_services_list.color_style_dark .sc_services_item:hover .sc_services_item_icon{
    color:#d71362
}
.scheme_dark .sc_services_default.color_style_dark .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_dark .sc_services_default.color_style_dark .sc_services_item_featured_right:hover .sc_services_item_icon,.scheme_dark .sc_services_list.color_style_dark .sc_services_item_featured_left:hover .sc_services_item_icon,.scheme_dark .sc_services_list.color_style_dark .sc_services_item_featured_right:hover .sc_services_item_icon{
    color:#7c7b82;
     background-color:#ffffff;
     border-color:#ffffff
}
.scheme_dark .sc_services_default.color_style_dark .sc_services_item_featured_left .sc_services_item_subtitle a,.scheme_dark .sc_services_default.color_style_dark .sc_services_item_featured_right .sc_services_item_subtitle a{
    color:#ffffff
}
.scheme_dark .sc_services_default.color_style_dark .sc_services_item_featured_left .sc_services_item_subtitle a:hover,.scheme_dark .sc_services_default.color_style_dark .sc_services_item_featured_right .sc_services_item_subtitle a:hover{
    color:#d71362
}
.scheme_dark .sc_services_light .sc_services_item_icon{
    color:#d71362
}
.scheme_dark .sc_services_light .sc_services_item:hover .sc_services_item_icon{
    color:#ffaa5f
}
.scheme_dark .sc_services_light.color_style_link2 .sc_services_item_icon{
    color:#80d572
}
.scheme_dark .sc_services_light.color_style_link2 .sc_services_item:hover .sc_services_item_icon{
    color:#8be77c
}
.scheme_dark .sc_services_light.color_style_link3 .sc_services_item_icon{
    color:#ddb837
}
.scheme_dark .sc_services_light.color_style_link3 .sc_services_item:hover .sc_services_item_icon{
    color:#eec432
}
.scheme_dark .sc_services_light.color_style_dark .sc_services_item_icon{
    color:#ffffff
}
.scheme_dark .sc_services_light.color_style_dark .sc_services_item:hover .sc_services_item_icon{
    color:#d71362
}
.scheme_dark .sc_services_callouts .sc_services_item{
    background-color:#0b051c
}
.scheme_dark .sc_services_callouts .sc_services_item_marker{
    border-color:#100726;
     background-color:#9b9aa0;
     color:#ffffff
}
.scheme_dark .sc_services_callouts .sc_services_item .sc_services_item_marker_back{
    border-color:#100726;
     background-color:#d60063;
     color:#1d1d1d
}
.scheme_dark .sc_services_callouts.color_style_link2 .sc_services_item_marker{
    background-color:#c995aa
}
.scheme_dark .sc_services_callouts.color_style_link2 .sc_services_item .sc_services_item_marker_back{
    background-color:#f5ddef
}
.scheme_dark .sc_services_callouts.color_style_link3 .sc_services_item_marker{
    background-color:#eec432
}
.scheme_dark .sc_services_callouts.color_style_link3 .sc_services_item .sc_services_item_marker_back{
    background-color:#ddb837
}
.scheme_dark .sc_services_callouts.color_style_dark .sc_services_item_marker{
    background-color:#ffffff
}
.scheme_dark .sc_services_callouts.color_style_dark .sc_services_item .sc_services_item_marker_back{
    background-color:#9b9aa0
}
.scheme_dark .sc_services_callouts .sc_services_item_marker_bg{
    border-color:#100726;
     background-color:#100726
}
.scheme_dark .sc_services_timeline .sc_services_item_timeline{
    border-color:#271f3b
}
.scheme_dark .sc_services_timeline .sc_services_item_marker{
    border-color:#d71362;
     background-color:#d71362;
     color:#ffffff
}
.scheme_dark .sc_services_timeline .sc_services_item:hover .sc_services_item_marker{
    border-color:#ffaa5f;
     background-color:#ffaa5f;
     color:#1d1d1d
}
.scheme_dark .sc_services_timeline.color_style_link2 .sc_services_item_marker{
    border-color:#80d572;
     background-color:#80d572
}
.scheme_dark .sc_services_timeline.color_style_link2 .sc_services_item:hover .sc_services_item_marker{
    border-color:#8be77c;
     background-color:#8be77c
}
.scheme_dark .sc_services_timeline.color_style_link3 .sc_services_item_marker{
    border-color:#ddb837;
     background-color:#ddb837
}
.scheme_dark .sc_services_timeline.color_style_link3 .sc_services_item:hover .sc_services_item_marker{
    border-color:#eec432;
     background-color:#eec432
}
.scheme_dark .sc_services_timeline.color_style_dark .sc_services_item_marker{
    border-color:#ffffff;
     background-color:#ffffff
}
.scheme_dark .sc_services_timeline.color_style_dark .sc_services_item:hover .sc_services_item_marker{
    border-color:#d71362;
     background-color:#d71362
}
.scheme_dark .sc_services_iconed .sc_services_item{
    color:#a6a6a6;
     background-color:#0b051c
}
.scheme_dark .sc_services_iconed .sc_services_item_icon:hover,.scheme_dark .sc_services_iconed .sc_services_item:hover .sc_services_item_icon,.scheme_dark .sc_services_iconed .sc_services_item_header .sc_services_item_subtitle a:hover,.scheme_dark .sc_services_iconed .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a{
    color:#d71362
}
.scheme_dark .sc_services_iconed.color_style_link2 .sc_services_item_icon:hover,.scheme_dark .sc_services_iconed.color_style_link2 .sc_services_item:hover .sc_services_item_icon,.scheme_dark .sc_services_iconed.color_style_link2 .sc_services_item_header .sc_services_item_subtitle a:hover,.scheme_dark .sc_services_iconed.color_style_link2 .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a{
    color:#80d572
}
.scheme_dark .sc_services_iconed.color_style_link3 .sc_services_item_icon:hover,.scheme_dark .sc_services_iconed.color_style_link3 .sc_services_item:hover .sc_services_item_icon,.scheme_dark .sc_services_iconed.color_style_link3 .sc_services_item_header .sc_services_item_subtitle a:hover,.scheme_dark .sc_services_iconed.color_style_link3 .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a{
    color:#ddb837
}
.scheme_dark .sc_services_iconed .sc_services_item_header .sc_services_item_title a{
    color:#d71362
}
.scheme_dark .sc_services_iconed.color_style_link2 .sc_services_item_header .sc_services_item_title a{
    color:#80d572
}
.scheme_dark .sc_services_iconed.color_style_link3 .sc_services_item_header .sc_services_item_title a{
    color:#ddb837
}
.scheme_dark .sc_services_iconed .sc_services_item_header .sc_services_item_title a:hover,.scheme_dark .sc_services_iconed .sc_services_item:hover .sc_services_item_header .sc_services_item_title a{
    color:#fff
}
.scheme_dark .sc_services_iconed .sc_services_item .sc_services_item_header .sc_services_item_subtitle a{
    color:#fff
}
.scheme_dark .sc_services_iconed .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a,.scheme_dark .sc_services_iconed .sc_services_item .sc_services_item_header .sc_services_item_subtitle a:hover{
    color:#d71362
}
.scheme_dark .sc_services_iconed.color_style_link2 .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a,.scheme_dark .sc_services_iconed.color_style_link2 .sc_services_item .sc_services_item_header .sc_services_item_subtitle a:hover{
    color:#80d572
}
.scheme_dark .sc_services_iconed.color_style_link3 .sc_services_item:hover .sc_services_item_header .sc_services_item_subtitle a,.scheme_dark .sc_services_iconed.color_style_link3 .sc_services_item .sc_services_item_header .sc_services_item_subtitle a:hover{
    color:#ddb837
}
.scheme_dark .sc_services_iconed .sc_services_item_content .sc_services_item_title a{
    color:#ffffff
}
.scheme_dark .sc_services_iconed .sc_services_item_content .sc_services_item_title a:hover,.scheme_dark .sc_services_iconed .sc_services_item:hover .sc_services_item_content .sc_services_item_title a{
    color:#9b9aa0
}
.scheme_dark .sc_services_iconed.color_style_link2 .sc_services_item_content .sc_services_item_title a:hover,.scheme_dark .sc_services_iconed.color_style_link2 .sc_services_item:hover .sc_services_item_content .sc_services_item_title a{
    color:#c995aa
}
.scheme_dark .sc_services_iconed.color_style_link3 .sc_services_item_content .sc_services_item_title a:hover,.scheme_dark .sc_services_iconed.color_style_link3 .sc_services_item:hover .sc_services_item_content .sc_services_item_title a{
    color:#eec432
}
.scheme_dark .sc_services_iconed.color_style_dark .sc_services_item_content .sc_services_item_title a:hover,.scheme_dark .sc_services_iconed.color_style_dark .sc_services_item:hover .sc_services_item_content .sc_services_item_title a{
    color:#ffffff
}
.scheme_dark .sc_services.slider_swiper .swiper-pagination-bullet{
    border-color:rgba(255,255,255,0.5)
}
.scheme_dark .sc_services_list .sc_services_item_featured_left .sc_services_item_number,.scheme_dark .sc_services_list .sc_services_item_featured_right .sc_services_item_number{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .sc_services_hover .sc_services_item_icon,.scheme_dark .sc_services_hover .sc_services_item_title a:hover,.scheme_dark .sc_services_hover .sc_services_item_subtitle a:hover{
    color:#d71362
}
.scheme_dark .sc_services_hover.color_style_link2 .sc_services_item_icon,.scheme_dark .sc_services_hover.color_style_link2 .sc_services_item_title a:hover,.scheme_dark .sc_services_hover.color_style_link2 .sc_services_item_subtitle a:hover{
    color:#80d572
}
.scheme_dark .sc_services_hover.color_style_link3 .sc_services_item_icon,.scheme_dark .sc_services_hover.color_style_link3 .sc_services_item_title a:hover,.scheme_dark .sc_services_hover.color_style_link3 .sc_services_item_subtitle a:hover{
    color:#ddb837
}
.scheme_dark .sc_services_hover [class*="column-"]:nth-child(2n) .sc_services_item.with_image .sc_services_item_header.without_image,.scheme_dark .sc_services_hover .swiper-slide:nth-child(2n) .sc_services_item.with_image .sc_services_item_header.without_image{
    background-color:#0f0f3b
}
.scheme_dark .sc_services_hover [class*="column-"]:nth-child(2n+1) .sc_services_item.with_image .sc_services_item_header.without_image,.scheme_dark .sc_services_hover .swiper-slide:nth-child(2n+1) .sc_services_item.with_image .sc_services_item_header.without_image{
    background-color:#0b051c
}
.scheme_dark .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_icon,.scheme_dark .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_number{
    color:#5f5f5f
}
.scheme_dark .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a{
    color:#ffffff
}
.scheme_dark .sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_title a,.scheme_dark .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a:hover{
    color:#9b9aa0
}
.scheme_dark .sc_services_hover.color_style_link2 .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_title a,.scheme_dark .sc_services_hover.color_style_link2 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a:hover{
    color:#c995aa
}
.scheme_dark .sc_services_hover.color_style_link3 .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_title a,.scheme_dark .sc_services_hover.color_style_link3 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a:hover{
    color:#eec432
}
.scheme_dark .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a{
    color:#9b9aa0
}
.scheme_dark .sc_services_hover.color_style_link2 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a{
    color:#c995aa
}
.scheme_dark .sc_services_hover.color_style_link3 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a{
    color:#eec432
}
.scheme_dark .sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_subtitle a,.scheme_dark .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a:hover{
    color:#d60063
}
.scheme_dark .sc_services_hover.color_style_link2 .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_subtitle a,.scheme_dark .sc_services_hover.color_style_link2 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a:hover{
    color:#f5ddef
}
.scheme_dark .sc_services_hover.color_style_link3 .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_subtitle a,.scheme_dark .sc_services_hover.color_style_link3 .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a:hover{
    color:#ddb837
}
.scheme_dark .sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_text{
    color:#a6a6a6
}
.scheme_dark .sc_services_chess .sc_services_item{
    color:#a6a6a6;
     background-color:#0b051c
}
.scheme_dark .sc_services_chess .sc_services_item_title a{
    color:#ffffff
}
.scheme_dark .sc_services_chess .sc_services_item_title a:hover{
    color:#9b9aa0
}
.scheme_dark .sc_services_chess.color_style_link2 .sc_services_item_title a:hover{
    color:#c995aa
}
.scheme_dark .sc_services_chess.color_style_link3 .sc_services_item_title a:hover{
    color:#eec432
}
.scheme_dark .sc_services_chess .sc_services_item:hover{
    color:rgba(255,255,255,0.5);
     background-color:#ffffff
}
.scheme_dark .sc_services_chess .sc_services_item:hover .sc_services_item_title a{
    color:#100726
}
.scheme_dark .sc_services_chess .sc_services_item:hover .sc_services_item_title a:hover{
    color:#d71362
}
.scheme_dark .sc_services_tabs_simple .sc_services_item_icon{
    color:#d71362
}
.scheme_dark .sc_services_tabs_simple.color_style_link2 .sc_services_item_icon{
    color:#80d572
}
.scheme_dark .sc_services_tabs_simple.color_style_link3 .sc_services_item_icon{
    color:#ddb837
}
.scheme_dark .sc_services_tabs_simple.color_style_dark .sc_services_item_icon{
    color:#ffffff
}
.scheme_dark .sc_services_tabs_simple .sc_services_item:hover .sc_services_item_icon,.scheme_dark .sc_services_tabs_simple .sc_services_item:hover .sc_services_item_title,.scheme_dark .sc_services_tabs_simple .sc_services_item:hover .sc_services_item_subtitle,.scheme_dark .sc_services_tabs_simple .sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_dark .sc_services_tabs_simple .sc_services_tabs_list_item_active .sc_services_item_title,.scheme_dark .sc_services_tabs_simple .sc_services_tabs_list_item_active .sc_services_item_subtitle{
    color:#ffaa5f
}
.scheme_dark .sc_services_tabs_simple.color_style_link2 .sc_services_item:hover .sc_services_item_icon,.scheme_dark .sc_services_tabs_simple.color_style_link2 .sc_services_item:hover .sc_services_item_title,.scheme_dark .sc_services_tabs_simple.color_style_link2 .sc_services_item:hover .sc_services_item_subtitle,.scheme_dark .sc_services_tabs_simple.color_style_link2 .sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_dark .sc_services_tabs_simple.color_style_link2 .sc_services_tabs_list_item_active .sc_services_item_title,.scheme_dark .sc_services_tabs_simple.color_style_link2 .sc_services_tabs_list_item_active .sc_services_item_subtitle{
    color:#8be77c
}
.scheme_dark .sc_services_tabs_simple.color_style_link3 .sc_services_item:hover .sc_services_item_icon,.scheme_dark .sc_services_tabs_simple.color_style_link3 .sc_services_item:hover .sc_services_item_title,.scheme_dark .sc_services_tabs_simple.color_style_link3 .sc_services_item:hover .sc_services_item_subtitle,.scheme_dark .sc_services_tabs_simple.color_style_link3 .sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_dark .sc_services_tabs_simple.color_style_link3 .sc_services_tabs_list_item_active .sc_services_item_title,.scheme_dark .sc_services_tabs_simple.color_style_link3 .sc_services_tabs_list_item_active .sc_services_item_subtitle{
    color:#eec432
}
.scheme_dark .sc_services_tabs .sc_services_item_content{
    color:#a6a6a6;
     background-color:#0b051c
}
.scheme_dark .sc_services_tabs .sc_services_item_title a{
    color:#ffffff
}
.scheme_dark .sc_services_tabs .sc_services_item_title a:hover{
    color:#9b9aa0
}
.scheme_dark .sc_services_tabs.color_style_link2 .sc_services_item_title a:hover{
    color:#c995aa
}
.scheme_dark .sc_services_tabs.color_style_link3 .sc_services_item_title a:hover{
    color:#eec432
}
.scheme_dark .sc_services_tabs .sc_services_tabs_list_item .sc_services_item_icon{
    color:#9b9aa0
}
.scheme_dark .sc_services_tabs.color_style_link2 .sc_services_tabs_list_item .sc_services_item_icon{
    color:#c995aa
}
.scheme_dark .sc_services_tabs.color_style_link3 .sc_services_tabs_list_item .sc_services_item_icon{
    color:#eec432
}
.scheme_dark .sc_services_tabs .sc_services_tabs_list_item .sc_services_item_number{
    color:#5f5f5f
}
.scheme_dark .sc_services_tabs .sc_services_tabs_list_item{
    background-color:#0b051c
}
.scheme_dark .sc_services_tabs .sc_services_tabs_list_item:nth-child(2n+2){
    background-color:#0f0f3b
}
.scheme_dark .sc_services_tabs .sc_services_tabs_list_item:hover,.scheme_dark .sc_services_tabs .sc_services_tabs_list_item:nth-child(2n+2):hover{
    background-color:#3d3d3d
}
.scheme_dark .sc_services_tabs .sc_services_tabs_list_item .sc_services_item_title{
    color:#ffffff
}
.scheme_dark .sc_services_tabs .sc_services_tabs_list_item:hover .sc_services_item_title{
    color:#9b9aa0
}
.scheme_dark .sc_services_tabs.color_style_link2 .sc_services_tabs_list_item:hover .sc_services_item_title{
    color:#c995aa
}
.scheme_dark .sc_services_tabs.color_style_link3 .sc_services_tabs_list_item:hover .sc_services_item_title{
    color:#eec432
}
.scheme_dark .sc_services_tabs.color_style_dark .sc_services_tabs_list_item:hover .sc_services_item_title{
    color:#ffffff
}
.scheme_dark .sc_services_tabs .sc_services_tabs_list_item:hover .sc_services_item_icon{
    color:#d60063
}
.scheme_dark .sc_services_tabs.color_style_link2 .sc_services_tabs_list_item:hover .sc_services_item_icon{
    color:#f5ddef
}
.scheme_dark .sc_services_tabs.color_style_link3 .sc_services_tabs_list_item:hover .sc_services_item_icon{
    color:#ddb837
}
.scheme_dark .sc_services_tabs.color_style_dark .sc_services_tabs_list_item:hover .sc_services_item_icon{
    color:#ffffff
}
.scheme_dark .sc_services_tabs .sc_services_tabs_list_item:hover .sc_services_item_number{
    color:#a6a6a6
}
.scheme_dark .sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active{
    background-color:#ffffff !important
}
.scheme_dark .sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_title{
    color:#100726
}
.scheme_dark .sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_dark .sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_number{
    color:#9b9aa0
}
.scheme_dark .sc_services_tabs.color_style_link2 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_dark .sc_services_tabs.color_style_link2 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_number{
    color:#c995aa
}
.scheme_dark .sc_services_tabs.color_style_link3 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_dark .sc_services_tabs.color_style_link3 .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_number{
    color:#eec432
}
.scheme_dark .sc_services_tabs.color_style_dark .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,.scheme_dark .sc_services_tabs.color_style_dark .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_number{
    color:#ffffff
}
/* Skills (Counters) */
.scheme_dark .sc_skills_counter .sc_skills_icon{
    color:#ffffff
}
.scheme_dark .sc_skills .sc_skills_total{
    color:#d71362
}
.scheme_dark .sc_skills.color_style_link2 .sc_skills_total{
    color:#80d572
}
.scheme_dark .sc_skills.color_style_link3 .sc_skills_total{
    color:#ddb837
}
.scheme_dark .sc_skills.color_style_dark .sc_skills_total{
    color:#ffffff
}
.scheme_dark .sc_skills .sc_skills_item_title,.scheme_dark .sc_skills .sc_skills_legend_title,.scheme_dark .sc_skills .sc_skills_legend_value{
    color:#ffffff
}
.scheme_dark .sc_skills_counter .sc_skills_column + .sc_skills_column:before{
    background-color:#271f3b
}
.scheme_dark .socials_wrap .social_item .social_icon{
    background-color:#0b051c
}
.scheme_dark .socials_wrap .social_item .social_icon,.scheme_dark .socials_wrap .social_item .social_icon i{
    color:#ffffff
}
.scheme_dark .socials_wrap .social_item:hover .social_icon{
    background-color:#0f0f3b
}
.scheme_dark .socials_wrap .social_item:hover .social_icon,.scheme_dark .socials_wrap .social_item:hover .social_icon i{
    color:#ffffff
}
.scheme_dark .sidebar_inner .socials_wrap .social_item .social_icon{
    background-color:#0f0f3b
}
.scheme_dark .sidebar_inner .socials_wrap .social_item:hover .social_icon,.scheme_dark .sidebar_inner .socials_wrap .social_item:hover .social_icon i{
    color:#ffffff
}
.scheme_dark .sidebar_inner .socials_wrap .social_item:hover .social_icon{
    background-color:#d60063
}
.scheme_dark .footer_wrap .socials_wrap .social_item .social_icon,.scheme_dark.footer_wrap .socials_wrap .social_item .social_icon{
    color:#ffffff;
     background-color:#9b9aa0
}
.scheme_dark .footer_wrap .socials_wrap .social_item:hover .social_icon,.scheme_dark.footer_wrap .socials_wrap .social_item:hover .social_icon{
    color:#1d1d1d;
     background-color:#d60063
}
.scheme_dark .footer_wrap .sc_layouts_row_type_compact .socials_wrap .social_item .social_icon,.scheme_dark.footer_wrap .sc_layouts_row_type_compact .socials_wrap .social_item .social_icon{
    color:#ffffff;
     background-color:transparent
}
.scheme_dark .footer_wrap .sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon,.scheme_dark.footer_wrap .sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon{
    color:#d71362;
     background-color:transparent
}
.scheme_dark .socials_share.socials_type_drop .social_item>.social_icon>i{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .socials_share.socials_type_drop .social_item:hover>.social_icon>i{
    color:#ffffff
}
.scheme_dark .sc_testimonials_item_content{
    color:#ffffff
}
.scheme_dark .sc_testimonials_item_content:before,.scheme_dark .sc_testimonials_item_author_title{
    color:#d71362
}
.scheme_dark .color_style_link2 .sc_testimonials_item_content:before,.scheme_dark .color_style_link2 .sc_testimonials_item_author_title{
    color:#80d572
}
.scheme_dark .color_style_link3 .sc_testimonials_item_content:before,.scheme_dark .color_style_link3 .sc_testimonials_item_author_title{
    color:#ddb837
}
.scheme_dark .color_style_dark .sc_testimonials_item_content:before,.scheme_dark .color_style_dark .sc_testimonials_item_author_title{
    color:#ffffff
}
.scheme_dark .sc_testimonials_item_author_subtitle{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .sc_testimonials_simple .sc_testimonials_item_author_data:before{
    background-color:rgba(255,255,255,0.5)
}
.scheme_dark .sc_testimonials_simple [class*="column"] .sc_testimonials_item_author_data{
    border-color:rgba(255,255,255,0.5)
}
.scheme_dark .sc_team_default .sc_team_item{
    color:#a6a6a6;
     background-color:#0b051c
}
.scheme_dark .sc_team_default .sc_team_item_subtitle{
    color:#9b9aa0
}
.scheme_dark .sc_team_default.color_style_link2 .sc_team_item_subtitle{
    color:#c995aa
}
.scheme_dark .sc_team_default.color_style_link3 .sc_team_item_subtitle{
    color:#eec432
}
.scheme_dark .sc_team_default.color_style_dark .sc_team_item_subtitle{
    color:#ffffff
}
.scheme_dark .sc_team_default .sc_team_item_socials .social_item .social_icon,.scheme_dark .team_member_page .team_member_socials .social_item .social_icon{
    color:#ffffff;
     background-color:#9b9aa0
}
.scheme_dark .sc_team_default.color_style_link2 .sc_team_item_socials .social_item .social_icon{
    background-color:#c995aa
}
.scheme_dark .sc_team_default.color_style_link3 .sc_team_item_socials .social_item .social_icon{
    background-color:#eec432
}
.scheme_dark .sc_team_default.color_style_dark .sc_team_item_socials .social_item .social_icon{
    background-color:#ffffff
}
.scheme_dark .sc_team_default .sc_team_item_socials .social_item:hover .social_icon,.scheme_dark .team_member_page .team_member_socials .social_item:hover .social_icon{
    color:#0b051c;
     background-color:#ffffff
}
.scheme_dark .sc_team_default.color_style_link2 .sc_team_item_socials .social_item:hover .social_icon{
    background-color:#f5ddef
}
.scheme_dark .sc_team_default.color_style_link3 .sc_team_item_socials .social_item:hover .social_icon{
    background-color:#ddb837
}
.scheme_dark .sc_team_default.color_style_dark .sc_team_item_socials .social_item:hover .social_icon{
    background-color:#9b9aa0
}
.scheme_dark .sc_team .sc_team_item_thumb .sc_team_item_socials .social_item .social_icon{
    color:#ffffff;
     border-color:#ffffff
}
.scheme_dark .sc_team .sc_team_item_thumb .sc_team_item_socials .social_item:hover .social_icon{
    color:#d71362;
     background-color:#ffffff
}
.scheme_dark .team_member_page .team_member_featured .team_member_avatar{
    border-color:#271f3b
}
.scheme_dark .sc_team_short .sc_team_item_thumb{
    border-color:#d71362
}
.scheme_dark .sc_team_short.color_style_link2 .sc_team_item_thumb{
    border-color:#80d572
}
.scheme_dark .sc_team_short.color_style_link3 .sc_team_item_thumb{
    border-color:#ddb837
}
.scheme_dark .sc_team_short.color_style_dark .sc_team_item_thumb{
    border-color:#ffffff
}
.scheme_dark .sc_team.slider_swiper .swiper-pagination-bullet{
    border-color:rgba(255,255,255,0.5)
}
.scheme_dark .sport_page_list{
    border-color:#271f3b
}
.scheme_dark .sport_page_list li+li{
    border-color:#271f3b
}
.scheme_dark .sport_page_list li:nth-child(2n+1){
    background-color:#0b051c;
     color:#a6a6a6
}
.scheme_dark .trx_addons_scroll_to_top,.scheme_dark .trx_addons_cv .trx_addons_scroll_to_top{
    color:#ffffff;
     border-color:#d71362;
     background-color:#d71362
}
.scheme_dark .trx_addons_scroll_to_top:hover,.scheme_dark .trx_addons_cv .trx_addons_scroll_to_top:hover{
    color:#1d1d1d;
     border-color:#e32068;
     background-color:#e32068
}
.scheme_dark .trx_addons_popup{
    background-color:#0b051c;
     border-color:#231e32;
     color:#a6a6a6
}
.scheme_dark .trx_addons_popup button.mfp-close{
    background-color:#0f0f3b;
     border-color:#3d3d3d;
     color:#a6a6a6
}
.scheme_dark .trx_addons_popup button.mfp-close:hover{
    background-color:#ffffff;
     color:#0b051c
}
.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title{
    background-color:#0f0f3b;
     border-color:#3d3d3d
}
.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active{
    background-color:#0b051c;
     border-bottom-color:transparent
}
.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title a,.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title a>i{
    color:#a6a6a6
}
.scheme_dark .trx_addons_popup li.trx_addons_tabs_title a:hover,.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title a:hover>i{
    color:#9b9aa0
}
.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a,.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a>i,.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a:hover,.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a:hover>i{
    color:#5f5f5f
}
.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a,.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a>i,.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a:hover,.scheme_dark .trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a:hover>i{
    color:#ffffff
}
.scheme_dark .trx_addons_profiler{
    background-color:#0b051c;
     border-color:#3d3d3d
}
.scheme_dark .trx_addons_profiler_title{
    color:#ffffff
}
.scheme_dark .trx_addons_profiler table td,.scheme_dark .trx_addons_profiler table th{
    border-color:#231e32
}
.scheme_dark .trx_addons_profiler table td{
    color:#a6a6a6
}
.scheme_dark .trx_addons_profiler table th{
    background-color:#0f0f3b;
     color:#ffffff
}
.scheme_dark .trx_addons_cv,.scheme_dark .trx_addons_cv_body_wrap{
    color:#a6a6a6;
     background-color:#0b051c
}
.scheme_dark .trx_addons_cv a{
    color:#9b9aa0
}
.scheme_dark .trx_addons_cv a:hover{
    color:#d60063
}
.scheme_dark .trx_addons_cv_header{
    background-color:#100726
}
.scheme_dark .trx_addons_cv_header_image img{
    border-color:#ffffff
}
.scheme_dark .trx_addons_cv_header .trx_addons_cv_header_letter,.scheme_dark .trx_addons_cv_header .trx_addons_cv_header_text{
    color:#ffffff
}
.scheme_dark .trx_addons_cv_header .trx_addons_cv_header_socials .social_item>.social_icon{
    color:rgba(255,255,255,0.7)
}
.scheme_dark .trx_addons_cv_header .trx_addons_cv_header_socials .social_item:hover>.social_icon{
    color:#ffffff
}
.scheme_dark .trx_addons_cv_header_letter,.scheme_dark .trx_addons_cv_header_text,.scheme_dark .trx_addons_cv_header_socials .social_item>.social_icon{
    text-shadow:1px 1px 6px #100726
}
.scheme_dark .trx_addons_cv_tint_dark .trx_addons_cv_header_letter,.scheme_dark .trx_addons_cv_tint_dark .trx_addons_cv_header_text,.scheme_dark .trx_addons_cv_tint_dark .trx_addons_cv_header_socials .social_item>.social_icon{
    color:#100726;
     text-shadow:1px 1px 3px #ffffff
}
.scheme_dark .trx_addons_cv_tint_dark .trx_addons_cv_header_socials .social_item:hover>.social_icon{
    color:#ffaa5f
}
.scheme_dark .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item{
    color:#5f5f5f;
     background-color:#0b051c;
     border-color:#100726
}
.scheme_dark .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item_active,.scheme_dark .trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item:hover{
    color:#ffffff;
     border-color:#0b051c
}
.scheme_dark .trx_addons_cv .trx_addons_cv_section_title,.scheme_dark .trx_addons_cv .trx_addons_cv_section_title a{
    color:#ffffff
}
.scheme_dark .trx_addons_cv_section_title.ui-state-active{
    border-color:#ffffff
}
.scheme_dark .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li>a{
    color:#5f5f5f
}
.scheme_dark .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active>a,.scheme_dark .trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li>a:hover{
    color:#ffffff
}
.scheme_dark .trx_addons_cv_section .trx_addons_pagination>*{
    color:#a6a6a6
}
.scheme_dark .trx_addons_cv_section .trx_addons_pagination>a:hover{
    color:#ffffff
}
.scheme_dark .trx_addons_pagination>span.active{
    color:#ffffff;
     border-color:#ffffff
}
.scheme_dark .trx_addons_cv_breadcrumbs .trx_addons_cv_breadcrumbs_item{
    color:#5f5f5f
}
.scheme_dark .trx_addons_cv_breadcrumbs a.trx_addons_cv_breadcrumbs_item:hover{
    color:#ffffff
}
.scheme_dark .trx_addons_cv_single .trx_addons_cv_single_title{
    color:#ffffff
}
.scheme_dark .trx_addons_cv_single .trx_addons_cv_single_subtitle{
    color:#5f5f5f
}
.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+2) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+2) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+3) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+2) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+3) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+4) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+3) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+4) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+4) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+5) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+6) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+5) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+6) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+7) .trx_addons_cv_resume_item,.scheme_dark .trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+8) .trx_addons_cv_resume_item{
    border-color:#231e32
}
.scheme_dark .trx_addons_cv_resume_item_meta{
    color:#ffffff
}
.scheme_dark .trx_addons_cv_resume_item .trx_addons_cv_resume_item_title,.scheme_dark .trx_addons_cv_resume_item .trx_addons_cv_resume_item_title a{
    color:#ffffff
}
.scheme_dark .trx_addons_cv_resume_item .trx_addons_cv_resume_item_title a:hover{
    color:#9b9aa0
}
.scheme_dark .trx_addons_cv_resume_item_subtitle{
    color:#5f5f5f
}
.scheme_dark .trx_addons_cv_resume_style_skills .trx_addons_cv_resume_item_skills{
    color:#ffffff
}
.scheme_dark .trx_addons_cv_resume_style_skills .trx_addons_cv_resume_item_skill:after{
    border-color:#ffffff
}
.scheme_dark .trx_addons_cv_resume_style_education .trx_addons_cv_resume_item_number{
    color:#5f5f5f
}
.scheme_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_icon{
    color:#ffffff
}
.scheme_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_icon:hover,.scheme_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_text a:hover{
    color:#ffaa5f
}
.scheme_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_title>a:hover:after{
    border-color:#ffaa5f
}
.scheme_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_title>a:after{
    border-top-color:#ffffff
}
.scheme_dark .trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_text a{
    color:#ffffff
}
.scheme_dark .trx_addons_cv_portfolio_item .trx_addons_cv_portfolio_item_title,.scheme_dark .trx_addons_cv_portfolio_item .trx_addons_cv_portfolio_item_title a{
    color:#ffffff
}
.scheme_dark .trx_addons_cv_testimonials_item .trx_addons_cv_testimonials_item_title,.scheme_dark .trx_addons_cv_testimonials_item .trx_addons_cv_testimonials_item_title a{
    color:#ffffff
}
.scheme_dark .trx_addons_cv_certificates_item .trx_addons_cv_certificates_item_title,.scheme_dark .trx_addons_cv_certificates_item .trx_addons_cv_certificates_item_title a{
    color:#ffffff
}
.scheme_dark .trx_addons_cv .trx_addons_contact_form .trx_addons_contact_form_title{
    color:#ffffff
}
.scheme_dark .trx_addons_cv .trx_addons_contact_form_field_title{
    color:#ffffff
}
.scheme_dark .trx_addons_contact_form .trx_addons_contact_form_field input[type="text"],.scheme_dark .trx_addons_contact_form .trx_addons_contact_form_field textarea{
    border-color:#231e32;
     color:#a6a6a6
}
.scheme_dark .trx_addons_contact_form .trx_addons_contact_form_field input[type="text"]:focus,.scheme_dark .trx_addons_contact_form .trx_addons_contact_form_field textarea:focus{
    background-color:#0f0f3b;
     color:#ffffff
}
.scheme_dark .trx_addons_contact_form_field button{
    background-color:#ffffff;
     border-color:#ffffff;
     color:#100726
}
.scheme_dark .trx_addons_contact_form_field button:hover{
    color:#ffffff
}
.scheme_dark .trx_addons_contact_form_info_icon{
    color:#5f5f5f
}
.scheme_dark .trx_addons_contact_form_info_area{
    color:#ffffff
}
.scheme_dark .trx_addons_contact_form_info_item_phone .trx_addons_contact_form_info_data{
    color:#ffffff !important
}
.scheme_dark .trx_addons_cv_about_page .trx_addons_cv_single_title{
    color:#ffffff
}
.scheme_dark .trx_addons_attrib_item.trx_addons_attrib_button,.scheme_dark .trx_addons_attrib_item.trx_addons_attrib_image,.scheme_dark .trx_addons_attrib_item.trx_addons_attrib_color{
    border-color:#231e32;
     background-color:#0b051c
}
.scheme_dark .trx_addons_attrib_item.trx_addons_attrib_button:hover,.scheme_dark .trx_addons_attrib_item.trx_addons_attrib_image:hover,.scheme_dark .trx_addons_attrib_item.trx_addons_attrib_color:hover{
    border-color:#3d3d3d;
     background-color:#0f0f3b
}
.scheme_dark .trx_addons_attrib_item.trx_addons_attrib_selected{
    border-color:#9b9aa0 !important;
     background-color:#0f0f3b
}
.scheme_dark .trx_addons_attrib_item.trx_addons_attrib_disabled span:before,.scheme_dark .trx_addons_attrib_item.trx_addons_attrib_disabled span:after{
    background-color:#d60063
}
.scheme_dark .trx_addons_range_slider_label_min{
    color:#a6a6a6
}
.scheme_dark .trx_addons_range_slider_label_max{
    color:#a6a6a6
}
.scheme_dark div.ui-slider{
    background-color:#0b051c;
     border-color:#231e32
}
.scheme_dark div.ui-slider .ui-slider-handle{
    border-color:#3d3d3d;
     background-color:#0f0f3b
}
.scheme_dark div.ui-slider .ui-slider-range{
    background-color:#0f0f3b
}
.scheme_dark .trx_addons_accent_bg{
    color:#ffffff
}
.scheme_dark .trx_addons_tooltip:before{
    background-color:#ffffff;
     color:#100726
}
.scheme_dark .trx_addons_tooltip:after{
    border-top-color:#ffffff
}
.scheme_dark .trx_addons_dropcap_style_1{
    background:#0f0f3b;
     color:#d71362
}
.scheme_dark .trx_addons_dropcap_style_2{
    background:#d71362;
     color:#ffffff
}
.scheme_dark ul[class*="trx_addons_list_custom"]>li:before{
    background:#d71362
}
.scheme_dark ol>li::before,.scheme_dark ul[class*="trx_addons_list"]>li:before,.scheme_dark ul[class*="trx_addons_list_custom"]>li:before{
    color:#d71362
}
.scheme_dark .sc_table table tr:first-child th,.scheme_dark .sc_table table tr:first-child td{
    border-color:rgba(255,255,255,0.1);
     background:#d71362;
     color:#ffffff
}
.scheme_dark .sc_layouts_row_type_normal .sc_layouts_item a,.scheme_dark.sc_layouts_row_type_normal .sc_layouts_item a{
    color:#ffffff
}
.scheme_dark .sc_layouts_row_type_normal .sc_layouts_item a:hover,.scheme_dark .sc_layouts_row_type_normal .sc_layouts_item a:hover .sc_layouts_item_details_line2,.scheme_dark.sc_layouts_row_type_normal .sc_layouts_item a:hover,.scheme_dark .sc_layouts_row_type_normal .sc_layouts_item a:hover .sc_layouts_item_icon,.scheme_dark.sc_layouts_row_type_normal .sc_layouts_item a:hover .sc_layouts_item_icon{
    color:#d71362
}
.scheme_dark .sc_layouts_menu_popup .sc_layouts_menu_nav>li>a,.scheme_dark .sc_layouts_menu_nav>li li>a{
    color:#ffffff !important
}
.scheme_dark .sc_layouts_menu_nav>li li.current-menu-item>a,.scheme_dark .sc_layouts_menu_nav>li li.current-menu-parent>a,.scheme_dark .sc_layouts_menu_nav>li li.current-menu-ancestor>a,.scheme_dark .sc_layouts_menu_nav>li li>a:hover,.scheme_dark .sc_layouts_menu_nav>li li.sfHover>a{
    color:#d71362 !important;
     background-color:rgba(16,7,38,0)
}
.scheme_dark .sc_layouts_menu_nav>li>a:hover,.scheme_dark .sc_layouts_menu_popup .sc_layouts_menu_nav>li>a:hover,.scheme_dark .sc_layouts_menu_popup .sc_layouts_menu_nav>li.sfHover>a,.scheme_dark .sc_layouts_menu_nav>li.sfHover>a,.scheme_dark .sc_layouts_menu_nav>li>a:hover,.scheme_dark .sc_layouts_menu_nav>li.current-menu-item>a,.scheme_dark .sc_layouts_menu_nav>li.current-menu-parent>a,.scheme_dark .sc_layouts_menu_nav>li.current-menu-ancestor>a{
    color:#c995aa !important;
     background-color:rgba(16,7,38,0)
}
.scheme_dark .sc_layouts_menu_popup .sc_layouts_menu_nav,.scheme_dark .sc_layouts_menu_nav>li ul{
    background:#22062c
}
.scheme_dark input[type="radio"] + label:before,.scheme_dark .scheme_default input[type="checkbox"] + label:before{
    border-color:#271f3b;
     background-color:#100726
}
.scheme_dark.footer_wrap .sc_layouts_row{
    color:#7c7b82;
     background-color:#100726
}
.scheme_dark.footer_wrap li a{
    color:#ffffff
}
.scheme_dark.footer_wrap li a:hover{
    color:#ffffff
}
.scheme_dark.footer_wrap a{
    color:#ffffff
}
.scheme_dark.footer_wrap a:hover{
    color:#d71362
}
 .scheme_dark .trx_addons_video_player.with_cover .video_hover,.scheme_dark .format-video .post_featured.with_thumb .post_video_hover{
    color:#ffffff;
     background-color:#22062c
}
.scheme_dark .trx_addons_video_player.with_cover .video_hover:hover,.scheme_dark .format-video .post_featured.with_thumb .post_video_hover:hover{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark .sc_slider_controls .slider_controls_wrap>a,.scheme_dark .slider_swiper.slider_controls_side .slider_controls_wrap>a,.scheme_dark .slider_outer_controls_side .slider_controls_wrap>a{
    color:#ffffff;
     background-color:#9b9aa0;
     border-color:#9b9aa0
}
.scheme_dark .sc_slider_controls .slider_controls_wrap>a:hover,.scheme_dark .slider_swiper.slider_controls_side .slider_controls_wrap>a:hover,.scheme_dark .slider_outer_controls_side .slider_controls_wrap>a:hover{
    color:#ffffff;
     background-color:#d71362;
     border-color:#d71362
}
.scheme_dark .trx_addons_audio_player.without_cover .audio_author,.scheme_dark .trx_addons_audio_player .audio_author + .audio_caption,.scheme_dark .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time{
    color:#ffffff
}
.scheme_dark .trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total:before,.scheme_dark .trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-total:before{
    background-color:#ffffff
}
.scheme_dark .mejs-controls .mejs-button,.scheme_dark .mejs-controls .mejs-time-rail .mejs-time-current,.scheme_dark .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{
    background-color:#d71362
}
.scheme_dark .mejs-controls .mejs-time-rail .mejs-time-total,.scheme_dark .mejs-controls .mejs-time-rail .mejs-time-loaded,.scheme_dark .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{
    background:#ffffff
}
.scheme_dark .mejs-controls .mejs-button:hover{
    background-color:#ffffff
}
.scheme_dark .sc_price_info .sc_price_subtitle,.scheme_dark .sc_skills .sc_skills_total{
    color:#ffffff
}
.scheme_dark .sc_countdown_title{
    color:#9b9aa0
}
.scheme_dark .sc_countdown_default .sc_countdown_digits span{
    background-color:rgba(16,7,38,0);
     color:#d71362
}
.scheme_dark .sc_countdown .sc_countdown_label{
    color:#ffffff
}
.scheme_dark .sc_countdown_default .sc_countdown_digits:before{
    border-color:#0f0f3b
}
.scheme_dark .sc_price_item .sc_price_item_price{
    background-color:#22062c
}
.scheme_dark .sc_price_item:hover .sc_price_item_title{
    color:rgba(255,255,255,0.7)
}
.scheme_dark .sc_price_item_price_after{
    color:#d71362
}
.scheme_dark .sc_price_item{
    color:#9b9aa0;
     background-color:#0f0f3b;
     border-color:#d71362
}
.scheme_dark .sc_price_item:hover{
    color:#9b9aa0;
     background-color:#0f0f3b;
     border-color:#d71362
}
.scheme_dark .sc_price_item .sc_price_item_title{
    color:#ffffff
}
.scheme_dark .sc_price_info .sc_price_description,.scheme_dark .sc_price_info .sc_price_details{
    color:#9b9aa0
}
.scheme_dark .sc_price_info .sc_price_price{
    color:#ffffff
}
.scheme_dark .sc_price_info .sc_price_title{
    color:#100726;
     background-color:#9b9aa0
}
.scheme_dark .sc_price_info .sc_price_title a{
    color:#100726
}
.scheme_dark .sc_price:hover .sc_price_info .sc_price_title a,.scheme_dark .sc_price_info .sc_price_title a:hover{
    color:#100726
}
.scheme_dark .sc_price_price em{
    color:#9b9aa0
}
.scheme_dark .sc_price:hover .sc_price_link,.scheme_dark .sc_price_link:hover{
    color:#100726
}
.scheme_dark .sc_testimonials_item_author_title,.scheme_dark .scheme_dark .sc_item_subtitle{
    color:#ffffff
}
.scheme_dark .swiper-pagination-custom .swiper-pagination-button:before{
    border-color:#d71362
}
.scheme_dark .sc_promo .sc_promo_descr{
    color:#9b9aa0
}
.scheme_dark .sc_item_subtitle{
    color:#ffaa5f
}
.scheme_dark .sc_form_shadow{
    background-color:#0b051c
}
.scheme_dark .sc_events_full .sc_events_item:before,.scheme_dark .sc_services_default .sc_services_item_icon:after,.scheme_dark .sc_promo_modern.sc_promo_size_normal.sc_promo_image_position_right .sc_promo_image_wrap:before,.scheme_dark .sc_promo_modern.sc_promo_size_normal.sc_promo_image_position_left .sc_promo_image_wrap:before,.scheme_dark .sc_form_shadow:before{
    border-color:#0f0f3b
}
.scheme_dark .sc_form_shadow:before{
    border-color:#0b051c
}
.scheme_dark .sc_services_default .sc_services_item:hover .sc_services_item_icon:after{
    border-color:#d71362
}
.scheme_dark .sc_googlemap_content,.scheme_dark.sc_googlemap_content{
    color:#ffffff;
     background-color:#ffaa5f
}
.scheme_dark .widget_contacts .contacts_info{
    color:#ffffff
}
.scheme_dark .service_caption{
    color:#ffaa5f
}
.scheme_dark .sc_events_date{
    color:#ffaa5f
}
.scheme_dark .sc_events_default .sc_events_item{
    background-color:rgba(16,7,38,0)
}
.scheme_dark .sc_events_default .sc_events_item:before{
    border-color:#0f0f3b
}
.scheme_dark .sc_events_default .sc_events_item + .sc_events_item{
    border-color:#271f3b
}
.scheme_dark .sc_promo .sc_countdown{
    color:#100726;
     background-color:#ffffff
}
.scheme_dark .sc_promo .sc_countdown_default .sc_countdown_digits span{
    color:#100726
}
.scheme_dark .sc_events_title a:hover{
    color:#ffaa5f
}
.scheme_dark .sc_courses_item_categories a,.scheme_dark .team-image .post_featured + .sc_team_item_subtitle{
    color:#100726;
     background-color:#ffffff
}
.scheme_dark .sc_courses_item_categories a:hover{
    color:#100726;
     background-color:#ffaa5f
}
.scheme_dark .sc_team .trx_addons_hover_mask{
    background-color:#9b9aa0
}
.scheme_dark .sc_team .sc_team_item_thumb .sc_team_item_socials .social_item .social_icon{
    color:#ffffff;
     background-color:#100726
}
.scheme_dark .sc_team .sc_team_item_thumb .sc_team_item_socials .social_item:hover .social_icon{
    color:#100726;
     background-color:#ffaa5f
}
.scheme_dark .team_member_page .team_member_position{
    color:#ffaa5f
}
.scheme_dark .team_member_page .team_member_socials .social_item .social_icon{
    background-color:rgba(16,7,38,0);
     color:#9b9aa0
}
.scheme_dark .team_member_page .team_member_socials .social_item:hover .social_icon{
    background-color:rgba(16,7,38,0);
     color:#d71362
}
.scheme_dark .sc_courses_default .sc_courses_item{
    background-color:rgba(16,7,38,0)
}
.scheme_dark .sc_courses_default .sc_courses_item_price,.scheme_dark .sc_courses_default .sc_courses_item_date{
    color:#100726
}
.scheme_dark .courses_single .courses_page_meta_item_date{
    color:#d71362
}
.scheme_dark .courses_single .courses_page_meta{
    color:#ffaa5f
}
.scheme_dark .sc_courses_price_style .trx_addons_hover_mask{
    background-color:#9b9aa0
}
.scheme_dark .sc_courses_price_style .sc_courses_item_meta,.scheme_dark .sc_courses_item_tutor{
    color:#ffffff
}
.scheme_dark .sc_courses_price_style .course_caption{
    color:#ffaa5f
}
.scheme_dark .trx_addons_priced,.scheme_dark .sc_courses_price_style .sc_courses_item_price{
    color:#d71362
}
.scheme_dark .trx_addons_priced em,.scheme_dark .sc_courses_price_style .sc_courses_item_price .sc_courses_item_period{
    color:#ffffff
}
.scheme_dark body .vc_row-has-fill .cq-highlight-container .cq-highlight-label{
    color:#ffffff
}
.scheme_dark .sc_testimonials_simple .sc_testimonials_item_author_title{
    color:#100726
}
.scheme_dark .sc_testimonials_simple .sc_testimonials_item_author_socials a{
    color:#ffaa5f
}
.scheme_dark .sc_testimonials_simple .sc_testimonials_item_author_socials a:hover{
    color:#d71362
}
.scheme_dark .BigWhiteText em{
    color:#9b9aa0
}
.scheme_dark .custom .tp-bullet{
    background-color:#100726
}
.scheme_dark .custom .tp-bullet.selected:after,.scheme_dark .custom .tp-bullet:hover:after{
    border-color:#9b9aa0
}
.scheme_dark .sc_services_default .sc_services_item{
    background-color:rgba(16,7,38,0)
}
.scheme_dark .sc_services_default .sc_services_item_icon{
    background-color:rgba(16,7,38,0);
     color:#d71362
}
.scheme_dark .sc_services_default .sc_services_item:hover .sc_services_item_title a{
    color:#d71362
}
.scheme_dark .sc_services_default .sc_services_item:hover .sc_services_item_icon,.scheme_dark .sc_services_default .sc_services_item_icon:hover{
    background-color:rgba(16,7,38,0);
     color:#ffffff
}
.scheme_dark blockquote.trx_addons_blockquote_style_2{
    background-color:rgba(16,7,38,0);
     color:#ffffff
}
.scheme_dark blockquote.trx_addons_blockquote_style_2:before,.scheme_dark blockquote.trx_addons_blockquote_style_2 a,.scheme_dark blockquote.trx_addons_blockquote_style_2 cite{
    color:#ffaa5f
}
.scheme_dark .trx_addons_dark{
    color:#ffffff
}
.scheme_dark .footer_wrap .socials_wrap .social_item .social_icon{
    background-color:#0b051c
}
.scheme_dark .top_panel .sc_layouts_row_type_normal .socials_wrap .social_item .social_icon{
    background-color:#22062c;
     color:#ffffff
}
.scheme_dark .footer_wrap .socials_wrap .social_item .social_icon:hover,.scheme_dark .top_panel .sc_layouts_row_type_normal .socials_wrap .social_item .social_icon:hover{
    background-color:#d71362;
     color:#ffffff
}
.scheme_dark .post_item_none_search .search_wrap .search_submit,.scheme_dark .post_item_none_archive .search_wrap .search_submit{
    color:#ffffff
}
.scheme_dark .post_item_none_search .search_wrap .search_submit:hover,.scheme_dark .post_item_none_archive .search_wrap .search_submit:hover{
    color:#ffaa5f
}
.scheme_dark .sc_events_default .sc_events_item_date{
    background-color:#d71362
}
.scheme_dark .sc_events_default .sc_events_item:hover .sc_events_item_date{
    background-color:#d71362
}
.scheme_dark .sc_events_default .sc_events_item_title{
    color:#9b9aa0
}
.scheme_dark .sc_events_default .sc_events_item_title .event-title{
    color:#ffffff
}
.scheme_dark .sc_events_default .sc_events_item:hover .sc_events_item_title .event-title{
    color:#d71362
}
.scheme_dark .content-header{
    background-color:#ffffff;
     color:#100726
}
.scheme_dark .content-header .sc_item_title{
    color:#100726
}
.scheme_dark .sc_item_title i{
    color:#d71362
}
.scheme_dark .sc_content_instagram .inv_button{
    color:#100726 !important
}
.scheme_dark .sc_content_instagram .inv_button:hover{
    color:#ffffff !important
}
.scheme_dark body #sb_instagram .sbi_photo:before{
    border-color:#d71362
}
.scheme_dark body .cq-draggable-stripe{
    background-color:rgba(16,7,38,0)!important
}
.scheme_dark body .cq-draggable-slider{
    background-color:rgba(255,255,255,0.3)
}
.scheme_dark .cq-highlight-container:before{
    background-color:#ffffff
}
.scheme_dark .cq-carouselcontent h3{
}
.scheme_dark body .cq-infobox.red{
    border-color:#d71362 !important;
     background-color:#22062c;
     color:#ffffff
}
.scheme_dark body .cq-infobox.red:after{
    border-color:#d71362 transparent !important
}
.scheme_dark .sc_blogger .post_meta_item a{
    color:#d71362
}
.scheme_dark .sc_blogger .post_meta_item a:hover{
    color:#ffffff
}
.scheme_dark .sc_blogger_default .sc_blogger_item .sc_blogger_item_excerpt_text{
    color:#9b9aa0
}
.scheme_dark .trx_addons_audio_player.without_cover .audio_author,.scheme_dark .sc_events_title a:hover,.scheme_dark .sc_events_full .sc_events_date_month,.scheme_dark .sc_events_full .sc_events_date_day,.scheme_dark .SmallTextData span,.scheme_dark .sc_blogger_item_title a:hover{
    color:#d71362
}
.scheme_dark .custom.tparrows:before{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .custom.tparrows:hover:before{
    color:#ffffff
}
.scheme_dark .sc_promo_image .trx_addons_audio_player.without_cover{
    background-color:rgba(16,7,38,0)
}
.scheme_dark.vc_section,.scheme_dark.wpb_row,.scheme_dark.wpb_column>.vc_column-inner>.wpb_wrapper,.scheme_dark.wpb_text_column{
    color:#9b9aa0
}
.scheme_dark.vc_section[data-vc-full-width="true"],.scheme_dark.wpb_row[data-vc-full-width="true"],.scheme_dark.wpb_column>.vc_column-inner>.wpb_wrapper,.scheme_dark.wpb_text_column{
    background-color:#100726
}
.scheme_dark.vc_row.vc_parallax[class*="scheme_"] .vc_parallax-inner:before{
    background-color:rgba(16,7,38,0.8)
}
.scheme_dark .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon{
    color:#ffffff;
     background-color:#ffffff
}
.scheme_dark .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon:before,.scheme_dark .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon:after{
    border-color:#ffffff
}
.scheme_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{
    color:#ffffff
}
.scheme_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a,.scheme_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:hover{
    color:#d71362
}
.scheme_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon,.scheme_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:hover .vc_tta-controls-icon{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:before,.scheme_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:after{
    border-color:#ffffff
}
.scheme_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab>a{
    color:#ffffff;
     background-color:#ffffff
}
.scheme_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab>a:hover,.scheme_dark .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab.vc_active>a{
    color:#1d1d1d;
     background-color:#d71362
}
.scheme_dark .vc_separator.vc_sep_color_grey .vc_sep_line{
    border-color:#271f3b
}
.scheme_dark .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar{
    background-color:rgba(255,255,255,0.1)
}
.scheme_dark .vc_progress_bar.vc_progress_bar_narrow.vc_progress-bar-color-bar_red .vc_single_bar .vc_bar{
    background-color:#9b9aa0
}
.scheme_dark .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label{
    color:#ffffff
}
.scheme_dark .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label .vc_label_units{
    color:#ffffff
}
.scheme_dark .mc4wp-form input[type="email"]{
    background-color:#f5ddef;
     border-color:#f5ddef;
     color:#100726
}
.scheme_dark .mc4wp-form .mc4wp-alert{
    background-color:rgba(16,7,38,0);
     border-color:rgba(16,7,38,0);
     color:#9b9aa0
}
.scheme_dark #tribe-bar-form{
    color:#ffffff
}
.scheme_dark #tribe-bar-form input[type="text"]{
    color:#ffffff;
     border-color:#271f3b
}
.scheme_dark .tribe-bar-views-list{
    background-color:#d71362
}
.scheme_dark .datepicker thead tr:first-child th:hover,.scheme_dark .datepicker tfoot tr th:hover{
    color:#d71362;
     background:#ffffff
}
.scheme_dark .tribe-events-calendar thead th{
    color:#100726;
     background:#ffffff !important;
     border-color:#ffffff !important
}
.scheme_dark .tribe-events-calendar thead th + th:before{
    background:#100726
}
.scheme_dark #tribe-events-content .tribe-events-calendar td{
    border-color:#271f3b !important
}
.scheme_dark .tribe-events-calendar td div[id*="tribe-events-daynum-"],.scheme_dark .tribe-events-calendar td div[id*="tribe-events-daynum-"]>a{
    color:#ffffff
}
.scheme_dark .tribe-events-calendar td.tribe-events-othermonth{
    color:#5f5f5f;
     background:#0b051c !important
}
.scheme_dark .tribe-events-calendar td.tribe-events-othermonth div[id*="tribe-events-daynum-"],.scheme_dark .tribe-events-calendar td.tribe-events-othermonth div[id*="tribe-events-daynum-"]>a{
    color:#5f5f5f
}
.scheme_dark .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],.scheme_dark .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"]>a{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],.scheme_dark .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a{
    color:#d71362
}
.scheme_dark .tribe-events-calendar td.tribe-events-present:before{
    border-color:#d71362
}
.scheme_dark .tribe-events-calendar .tribe-events-has-events:after{
    background-color:#9b9aa0
}
.scheme_dark .tribe-events-calendar .mobile-active.tribe-events-has-events:after{
    background-color:#100726
}
.scheme_dark #tribe-events-content .tribe-events-calendar td,.scheme_dark #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a{
    color:#ffffff
}
.scheme_dark #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a:hover{
    color:#d71362
}
.scheme_dark #tribe-events-content .tribe-events-calendar td.mobile-active,.scheme_dark #tribe-events-content .tribe-events-calendar td.mobile-active:hover{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark #tribe-events-content .tribe-events-calendar td.mobile-active div[id*="tribe-events-daynum-"]{
    color:#100726;
     background-color:#ffffff
}
.scheme_dark #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*="tribe-events-daynum-"] a,.scheme_dark .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"] a{
    background-color:transparent;
     color:#100726
}
.scheme_dark .tribe-events-list-separator-month span{
    background-color:#100726
}
.scheme_dark .recurring-info-tooltip,.scheme_dark .tribe-events-calendar .tribe-events-tooltip,.scheme_dark .tribe-events-week .tribe-events-tooltip,.scheme_dark .tribe-events-tooltip .tribe-events-arrow{
    color:#a6a6a6;
     background:#0b051c
}
.scheme_dark #tribe-events-content .tribe-events-tooltip h4{
    color:#d71362;
     background:#ffffff
}
.scheme_dark .tribe-events-tooltip .tribe-event-duration{
    color:rgba(255,255,255,0.5)
}
.scheme_dark .tribe-events-list-separator-month{
    color:#ffffff
}
.scheme_dark .tribe-events-list-separator-month:after{
    border-color:#271f3b
}
.scheme_dark .tribe-events-list .type-tribe_events + .type-tribe_events,.scheme_dark .tribe-events-day .tribe-events-day-time-slot + .tribe-events-day-time-slot + .tribe-events-day-time-slot{
    border-color:#271f3b
}
.scheme_dark .tribe-events-list .tribe-events-event-cost span{
    color:#100726;
     border-color:#ffffff;
     background:#ffffff
}
.scheme_dark .tribe-mobile .tribe-events-loop .tribe-events-event-meta{
    color:#a6a6a6;
     border-color:#231e32;
     background-color:#0b051c
}
.scheme_dark .tribe-mobile .tribe-events-loop .tribe-events-event-meta a{
    color:#9b9aa0
}
.scheme_dark .tribe-mobile .tribe-events-loop .tribe-events-event-meta a:hover{
    color:#d60063
}
.scheme_dark .tribe-mobile .tribe-events-list .tribe-events-venue-details{
    border-color:#231e32
}
.scheme_dark .tribe-events-day .tribe-events-day-time-slot h5{
    color:#100726;
     background:#ffffff
}
.scheme_dark .single-tribe_events .tribe-events-venue-map{
    color:#a6a6a6;
     border-color:#3d3d3d;
     background:#0f0f3b
}
.scheme_dark .single-tribe_events .tribe-events-schedule .tribe-events-cost{
    color:#ffffff
}
.scheme_dark .single-tribe_events .type-tribe_events{
    border-color:#271f3b
}
.scheme_dark .woocommerce .woocommerce-breadcrumb{
    color:#9b9aa0
}
.scheme_dark .woocommerce .woocommerce-breadcrumb a{
    color:#d71362
}
.scheme_dark .woocommerce .woocommerce-breadcrumb a:hover{
    color:#ffaa5f
}
.scheme_dark .woocommerce .widget_price_filter .ui-slider .ui-slider-range,.scheme_dark .woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background-color:#d71362
}
.scheme_dark .woocommerce .shop_mode_list ul.products li.product + li.product .post_item,.scheme_dark .woocommerce-page .shop_mode_list ul.products li.product + li.product .post_item{
    border-color:#271f3b
}
.scheme_dark .woocommerce .woocommerce-ordering select{
    border-color:#271f3b
}
.scheme_dark .woocommerce span.onsale{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark .woocommerce ul.products li.product .post_header a{
    color:#ffffff
}
.scheme_dark .woocommerce ul.products li.product .post_header a:hover{
    color:#d71362
}
.scheme_dark .woocommerce ul.products li.product .post_header .post_tags,.scheme_dark .woocommerce ul.products li.product .post_header .post_tags a{
    color:#9b9aa0
}
.scheme_dark .woocommerce ul.products li.product .post_header .post_tags a:hover{
    color:#d60063
}
.scheme_dark .woocommerce ul.products li.product .price,.scheme_dark .woocommerce-page ul.products li.product .price,.scheme_dark .woocommerce ul.products li.product .price ins,.scheme_dark .woocommerce-page ul.products li.product .price ins{
    color:#d71362
}
.scheme_dark .woocommerce ul.products li.product .price del,.scheme_dark .woocommerce-page ul.products li.product .price del{
    color:#5f5f5f
}
.scheme_dark .woocommerce ul.cart_list li img,.scheme_dark .woocommerce ul.product_list_widget li img,.scheme_dark .woocommerce-page ul.cart_list li img,.scheme_dark .woocommerce-page ul.product_list_widget li img{
    border-color:#ffffff
}
.scheme_dark .woocommerce ul.cart_list li a{
    color:#ffffff
}
.scheme_dark .woocommerce ul.cart_list li a:hover{
    color:#d71362
}
.scheme_dark .woocommerce div.product p.price,.scheme_dark .woocommerce div.product span.price,.scheme_dark .woocommerce span.amount,.scheme_dark .woocommerce-page span.amount{
    color:#d71362
}
.scheme_dark .woocommerce table.shop_table td span.amount{
    color:#ffffff
}
.scheme_dark .woocommerce.widget_shopping_cart .quantity,.scheme_dark .woocommerce ul.cart_list li span .amount{
    color:#9b9aa0
}
.scheme_dark .woocommerce.widget_shopping_cart .total,.scheme_dark .woocommerce .widget_shopping_cart .total,.scheme_dark .woocommerce-page.widget_shopping_cart .total,.scheme_dark .woocommerce-page .widget_shopping_cart .total{
    border-color:#271f3b
}
.scheme_dark aside.woocommerce del,.scheme_dark .woocommerce del,.scheme_dark .woocommerce del>span.amount,.scheme_dark .woocommerce-page del,.scheme_dark .woocommerce-page del>span.amount{
    color:rgba(255,255,255,0.5) !important
}
.scheme_dark .woocommerce .price del:before{
    background-color:rgba(255,255,255,0.5)
}
.scheme_dark .woocommerce div.product form.cart div.quantity span,.scheme_dark .woocommerce-page div.product form.cart div.quantity span,.scheme_dark .woocommerce .shop_table.cart div.quantity span,.scheme_dark .woocommerce-page .shop_table.cart div.quantity span{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark .woocommerce div.product form.cart div.quantity span:hover,.scheme_dark .woocommerce-page div.product form.cart div.quantity span:hover,.scheme_dark .woocommerce .shop_table.cart div.quantity span:hover,.scheme_dark .woocommerce-page .shop_table.cart div.quantity span:hover{
    color:#1d1d1d;
     background-color:#ffffff
}
.scheme_dark .woocommerce div.product .product_meta span>a,.scheme_dark .woocommerce div.product .product_meta span>span{
    color:#d71362
}
.scheme_dark .woocommerce div.product .product_meta{
    color:#ffffff
}
.scheme_dark .woocommerce div.product .product_meta a:hover{
    color:#ffffff
}
.scheme_dark .woocommerce div.product .product_meta,.scheme_dark .woocommerce div.product div.images .flex-viewport,.scheme_dark .woocommerce div.product div.images img{
    border-color:#271f3b
}
.scheme_dark .woocommerce div.product div.images a:hover img{
    border-color:#d71362
}
.scheme_dark .woocommerce div.product form.cart div.quantity span.q_dec,.scheme_dark .woocommerce-page div.product form.cart div.quantity span.q_dec,.scheme_dark .woocommerce .shop_table.cart div.quantity span.q_dec,.scheme_dark .woocommerce-page .shop_table.cart div.quantity span.q_dec,.scheme_dark .woocommerce div.product .woocommerce-tabs .panel,.scheme_dark .woocommerce #content div.product .woocommerce-tabs .panel,.scheme_dark .woocommerce-page div.product .woocommerce-tabs .panel,.scheme_dark .woocommerce-page #content div.product .woocommerce-tabs .panel{
    border-color:#271f3b
}
.scheme_dark .single-product div.product .trx-stretch-width .woocommerce-tabs{
    border-color:#0f0f3b
}
.scheme_dark .single-product div.product .woocommerce-tabs .wc-tabs li a{
    color:#ffffff;
     background-color:rgba(16,7,38,0)
}
.scheme_dark .single-product div.product .woocommerce-tabs .wc-tabs li.active a{
    color:#d71362;
     background-color:rgba(16,7,38,0)
}
.scheme_dark .single-product div.product .woocommerce-tabs .wc-tabs li:not(.active) a:hover{
    color:#d71362;
     background-color:rgba(16,7,38,0)
}
.scheme_dark .single-product div.product .woocommerce-tabs .panel{
    color:#9b9aa0
}
.scheme_dark .woocommerce table.shop_attributes tr:nth-child(2n+1)>*{
    background-color:rgba(11,5,28,0.4)
}
.scheme_dark .woocommerce table.shop_attributes tr:nth-child(2n)>*,.scheme_dark .woocommerce table.shop_attributes tr.alt>*{
    background-color:rgba(11,5,28,0.2)
}
.scheme_dark .woocommerce table.shop_attributes th{
    color:#ffffff
}
.scheme_dark .single-product .related{
    border-color:#271f3b
}
.scheme_dark .star-rating span,.scheme_dark .star-rating:before{
    color:#d71362
}
.scheme_dark #review_form #respond p.form-submit input[type="submit"]{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark #review_form #respond p.form-submit input[type="submit"]:hover,.scheme_dark #review_form #respond p.form-submit input[type="submit"]:focus{
    color:#100726;
     background-color:#ffffff
}
.scheme_dark .woocommerce .woocommerce-result-count{
    color:#ffffff
}
.scheme_dark .woocommerce .dj_rainflow_shop_mode_buttons a,.scheme_dark .woocommerce-page .dj_rainflow_shop_mode_buttons a{
    color:#ffffff
}
.scheme_dark .woocommerce .dj_rainflow_shop_mode_buttons a:hover,.scheme_dark .woocommerce-page .dj_rainflow_shop_mode_buttons a:hover,.scheme_dark .woocommerce .shop_mode_thumbs .dj_rainflow_shop_mode_buttons a.woocommerce_thumbs,.scheme_dark .woocommerce-page .shop_mode_thumbs .dj_rainflow_shop_mode_buttons a.woocommerce_thumbs,.scheme_dark .woocommerce .shop_mode_list .dj_rainflow_shop_mode_buttons a.woocommerce_list,.scheme_dark .woocommerce-page .shop_mode_list .dj_rainflow_shop_mode_buttons a.woocommerce_list{
    color:#d71362
}
.scheme_dark .woocommerce .woocommerce-message,.scheme_dark .woocommerce .woocommerce-info{
    background-color:#0b051c;
     border-top-color:#d71362;
     color:#9b9aa0
}
.scheme_dark .woocommerce .woocommerce-error{
    background-color:#0b051c;
     border-top-color:#d71362;
     color:#9b9aa0
}
.scheme_dark .woocommerce .woocommerce-message:before,.scheme_dark .woocommerce .woocommerce-info:before{
    color:#d71362
}
.scheme_dark .woocommerce .woocommerce-error:before{
    color:#9b9aa0
}
.scheme_dark .select2-container--default .select2-selection--single .select2-selection__rendered{
    color:rgba(255,255,255,0.3)
}
.scheme_dark .woocommerce table.shop_table td{
    border-color:#231e32 !important
}
.scheme_dark .woocommerce table.shop_table th{
    border-color:rgba(35,30,50,0.2) !important
}
.scheme_dark .woocommerce table.shop_table tfoot th,.scheme_dark .woocommerce-page table.shop_table tfoot th{
    color:#ffffff;
     border-color:transparent !important;
     background-color:transparent
}
.scheme_dark .woocommerce .quantity input.qty,.scheme_dark .woocommerce #content .quantity input.qty,.scheme_dark .woocommerce-page .quantity input.qty,.scheme_dark .woocommerce-page #content .quantity input.qty{
    color:rgba(255,255,255,1)
}
.scheme_dark .woocommerce .cart-collaterals .cart_totals table select,.scheme_dark .woocommerce-page .cart-collaterals .cart_totals table select{
    color:rgba(255,255,255,0.3);
     background-color:#0f0f3b
}
.scheme_dark .woocommerce .cart-collaterals .cart_totals table select:focus,.scheme_dark .woocommerce-page .cart-collaterals .cart_totals table select:focus{
    color:rgba(255,255,255,1);
     background-color:#0f0f3b
}
.scheme_dark .woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,.scheme_dark .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after{
    color:#ffffff
}
.scheme_dark .woocommerce table.shop_table .cart-subtotal .amount,.scheme_dark .woocommerce-page table.shop_table .cart-subtotal .amount,.scheme_dark .woocommerce table.shop_table .shipping td,.scheme_dark .woocommerce-page table.shop_table .shipping td{
    color:#ffffff
}
.scheme_dark .woocommerce table.cart td+td a,.scheme_dark .woocommerce #content table.cart td+td a,.scheme_dark .woocommerce-page table.cart td+td a,.scheme_dark .woocommerce-page #content table.cart td+td a,.scheme_dark .woocommerce table.cart td+td span,.scheme_dark .woocommerce #content table.cart td+td span,.scheme_dark .woocommerce-page table.cart td+td span,.scheme_dark .woocommerce-page #content table.cart td+td span{
    color:#ffffff
}
.scheme_dark .woocommerce table.cart td+td a:hover,.scheme_dark .woocommerce #content table.cart td+td a:hover,.scheme_dark .woocommerce-page table.cart td+td a:hover,.scheme_dark .woocommerce-page #content table.cart td+td a:hover{
    color:#d71362
}
.scheme_dark #add_payment_method table.cart td.actions .coupon .input-text,.scheme_dark .woocommerce-cart table.cart td.actions .coupon .input-text,.scheme_dark .woocommerce-checkout table.cart td.actions .coupon .input-text{
    border-color:#0f0f3b
}
.scheme_dark #add_payment_method #payment ul.payment_methods,.scheme_dark .woocommerce-cart #payment ul.payment_methods,.scheme_dark .woocommerce-checkout #payment ul.payment_methods{
    border-color:#271f3b
}
.scheme_dark #add_payment_method #payment div.payment_box,.scheme_dark .woocommerce-cart #payment div.payment_box,.scheme_dark .woocommerce-checkout #payment div.payment_box{
    color:rgba(255,255,255,1);
     background-color:#0f0f3b
}
.scheme_dark #add_payment_method #payment div.payment_box:before,.scheme_dark .woocommerce-cart #payment div.payment_box:before,.scheme_dark .woocommerce-checkout #payment div.payment_box:before{
    border-color:transparent transparent #0f0f3b
}
.scheme_dark .woocommerce .order_details li strong,.scheme_dark .woocommerce-page .order_details li strong{
    color:#ffffff
}
.scheme_dark .woocommerce .order_details.woocommerce-thankyou-order-details{
    color:#a6a6a6;
     background-color:#0b051c
}
.scheme_dark .woocommerce .order_details.woocommerce-thankyou-order-details strong{
    color:#ffffff
}
.scheme_dark .woocommerce-account .woocommerce-MyAccount-navigation,.scheme_dark .woocommerce-MyAccount-navigation ul li,.scheme_dark .woocommerce-MyAccount-navigation li+li{
    border-color:#271f3b
}
.scheme_dark .woocommerce-MyAccount-navigation li.is-active a{
    color:#d71362
}
.scheme_dark .woocommerce-MyAccount-content .my_account_orders .button{
    color:#d71362
}
.scheme_dark .woocommerce-MyAccount-content .my_account_orders .button:hover{
    color:#ffaa5f
}
.scheme_dark .widget_product_search form:after{
    color:rgba(255,255,255,0.3)
}
.scheme_dark .widget_product_search form:hover:after{
    color:rgba(255,255,255,1)
}
.scheme_dark .widget_shopping_cart .total{
    color:#ffffff;
     border-color:#271f3b
}
.scheme_dark .widget_layered_nav ul li.chosen a{
    color:#ffffff
}
.scheme_dark .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background:rgba(255,255,255,0.3)
}
.scheme_dark .price_label,.scheme_dark .widget_price_filter .price_label span{
    color:#ffffff
}
.scheme_dark .yith_magnifier_zoom_wrap .yith_magnifier_zoom_magnifier{
    border-color:#271f3b
}
.scheme_dark .yith-woocompare-widget a.clear-all{
    color:#ffffff;
     background-color:#9b9aa0
}
.scheme_dark .yith-woocompare-widget a.clear-all:hover{
    color:#1d1d1d;
     background-color:#d60063
}
.scheme_dark .widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container-single .chosen-single{
    color:rgba(255,255,255,0.3);
     background:#0f0f3b
}
.scheme_dark .widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container-single .chosen-single:hover{
    color:rgba(255,255,255,1);
     background:#0f0f3b
}
.scheme_dark .widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container .chosen-drop{
    color:rgba(255,255,255,1);
     background:#0f0f3b;
     border-color:#424046
}
.scheme_dark .widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container .chosen-results li{
    color:rgba(255,255,255,1)
}
.scheme_dark .widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container .chosen-results li:hover,.scheme_dark .widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container .chosen-results li.highlighted,.scheme_dark .widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container .chosen-results li.result-selected{
    color:#9b9aa0 !important
}
/* ================= BUTTON'S HOVERS ==================== */
.scheme_dark .sc_button_hover_slide_left{
    background:linear-gradient(to right, #ffffff 50%,#d71362 50%) no-repeat scroll right bottom / 210% 100% #d71362 !important
}
.scheme_dark .sc_button_hover_slide_right{
    background:linear-gradient(to left, #ffffff 50%,#d71362 50%) no-repeat scroll left bottom / 210% 100% #d71362 !important
}
.scheme_dark .sc_button_hover_slide_top{
    background:linear-gradient(to bottom, #ffffff 50%,#d71362 50%) no-repeat scroll right bottom / 100% 210% #d71362 !important
}
.scheme_dark .sc_button_hover_slide_bottom{
    background:linear-gradient(to top,#ffffff 50%,#d71362 50%) no-repeat scroll right top / 100% 210% #d71362 !important
}
.scheme_dark .sc_button_hover_style_link2.sc_button_hover_slide_left{
    background:linear-gradient(to right, #8be77c 50%,#80d572 50%) no-repeat scroll right bottom / 210% 100% #80d572 !important
}
.scheme_dark .sc_button_hover_style_link2.sc_button_hover_slide_right{
    background:linear-gradient(to left, #8be77c 50%,#80d572 50%) no-repeat scroll left bottom / 210% 100% #80d572 !important
}
.scheme_dark .sc_button_hover_style_link2.sc_button_hover_slide_top{
    background:linear-gradient(to bottom, #8be77c 50%,#80d572 50%) no-repeat scroll right bottom / 100% 210% #80d572 !important
}
.scheme_dark .sc_button_hover_style_link2.sc_button_hover_slide_bottom{
    background:linear-gradient(to top,#8be77c 50%,#80d572 50%) no-repeat scroll right top / 100% 210% #80d572 !important
}
.scheme_dark .sc_button_hover_style_link3.sc_button_hover_slide_left{
    background:linear-gradient(to right, #eec432 50%,#ddb837 50%) no-repeat scroll right bottom / 210% 100% #ddb837 !important
}
.scheme_dark .sc_button_hover_style_link3.sc_button_hover_slide_right{
    background:linear-gradient(to left, #eec432 50%,#ddb837 50%) no-repeat scroll left bottom / 210% 100% #ddb837 !important
}
.scheme_dark .sc_button_hover_style_link3.sc_button_hover_slide_top{
    background:linear-gradient(to bottom, #eec432 50%,#ddb837 50%) no-repeat scroll right bottom / 100% 210% #ddb837 !important
}
.scheme_dark .sc_button_hover_style_link3.sc_button_hover_slide_bottom{
    background:linear-gradient(to top,#eec432 50%,#ddb837 50%) no-repeat scroll right top / 100% 210% #ddb837 !important
}
.scheme_dark .sc_button_hover_style_dark.sc_button_hover_slide_left{
    background:linear-gradient(to right, #d71362 50%,#ffffff 50%) no-repeat scroll right bottom / 210% 100% #ffffff !important
}
.scheme_dark .sc_button_hover_style_dark.sc_button_hover_slide_right{
    background:linear-gradient(to left, #d71362 50%,#ffffff 50%) no-repeat scroll left bottom / 210% 100% #ffffff !important
}
.scheme_dark .sc_button_hover_style_dark.sc_button_hover_slide_top{
    background:linear-gradient(to bottom, #d71362 50%,#ffffff 50%) no-repeat scroll right bottom / 100% 210% #ffffff !important
}
.scheme_dark .sc_button_hover_style_dark.sc_button_hover_slide_bottom{
    background:linear-gradient(to top,#d71362 50%,#ffffff 50%) no-repeat scroll right top / 100% 210% #ffffff !important
}
.scheme_dark .sc_button_hover_style_inverse.sc_button_hover_slide_left{
    background:linear-gradient(to right, #ffffff 50%,#d71362 50%) no-repeat scroll right bottom / 210% 100% #d71362 !important
}
.scheme_dark .sc_button_hover_style_inverse.sc_button_hover_slide_right{
    background:linear-gradient(to left, #ffffff 50%,#d71362 50%) no-repeat scroll left bottom / 210% 100% #d71362 !important
}
.scheme_dark .sc_button_hover_style_inverse.sc_button_hover_slide_top{
    background:linear-gradient(to bottom, #ffffff 50%,#d71362 50%) no-repeat scroll right bottom / 100% 210% #d71362 !important
}
.scheme_dark .sc_button_hover_style_inverse.sc_button_hover_slide_bottom{
    background:linear-gradient(to top,#ffffff 50%,#d71362 50%) no-repeat scroll right top / 100% 210% #d71362 !important
}
.scheme_dark .sc_button_hover_style_hover.sc_button_hover_slide_left{
    background:linear-gradient(to right, #22062c 50%,#d71362 50%) no-repeat scroll right bottom / 210% 100% #d71362 !important
}
.scheme_dark .sc_button_hover_style_hover.sc_button_hover_slide_right{
    background:linear-gradient(to left, #22062c 50%,#d71362 50%) no-repeat scroll left bottom / 210% 100% #d71362 !important
}
.scheme_dark .sc_button_hover_style_hover.sc_button_hover_slide_top{
    background:linear-gradient(to bottom, #22062c 50%,#d71362 50%) no-repeat scroll right bottom / 100% 210% #d71362 !important
}
.scheme_dark .sc_button_hover_style_hover.sc_button_hover_slide_bottom{
    background:linear-gradient(to top,#22062c 50%,#d71362 50%) no-repeat scroll right top / 100% 210% #d71362 !important
}
.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_left{
    background:linear-gradient(to right, #d71362 50%,#22062c 50%) no-repeat scroll right bottom / 210% 100% #9b9aa0 !important
}
.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_right{
    background:linear-gradient(to left, #d71362 50%,#22062c 50%) no-repeat scroll left bottom / 210% 100% #9b9aa0 !important
}
.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_top{
    background:linear-gradient(to bottom, #d71362 50%,#22062c 50%) no-repeat scroll right bottom / 100% 210% #9b9aa0 !important
}
.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_bottom{
    background:linear-gradient(to top,#d71362 50%,#22062c 50%) no-repeat scroll right top / 100% 210% #9b9aa0 !important
}
.scheme_dark .sc_button_hover_style_alterbd.sc_button_hover_slide_left{
    background:linear-gradient(to right, #d71362 50%,#ffffff 50%) no-repeat scroll right bottom / 210% 100% #231e32 !important
}
.scheme_dark .sc_button_hover_style_alterbd.sc_button_hover_slide_right{
    background:linear-gradient(to left, #d71362 50%,#ffffff 50%) no-repeat scroll left bottom / 210% 100% #231e32 !important
}
.scheme_dark .sc_button_hover_style_alterbd.sc_button_hover_slide_top{
    background:linear-gradient(to bottom, #d71362 50%,#ffffff 50%) no-repeat scroll right bottom / 100% 210% #231e32 !important
}
.scheme_dark .sc_button_hover_style_alterbd.sc_button_hover_slide_bottom{
    background:linear-gradient(to top,#d71362 50%,#ffffff 50%) no-repeat scroll right top / 100% 210% #231e32 !important
}
.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_left{
    background:linear-gradient(to right, #ffaa5f 50%,#0f0f3b 50%) no-repeat scroll right bottom / 210% 100% #0f0f3b !important
}
.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_right{
    background:linear-gradient(to left, #ffaa5f 50%,#0f0f3b 50%) no-repeat scroll left bottom / 210% 100% #0f0f3b !important
}
.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_top{
    background:linear-gradient(to bottom, #ffaa5f 50%,#0f0f3b 50%) no-repeat scroll right bottom / 100% 210% #0f0f3b !important
}
.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_bottom{
    background:linear-gradient(to top,#ffaa5f 50%,#0f0f3b 50%) no-repeat scroll right top / 100% 210% #0f0f3b !important
}
.scheme_dark .sc_button_hover_style_hover.sc_button_hover_slide_left:hover,.scheme_dark .sc_button_hover_style_hover.sc_button_hover_slide_right:hover,.scheme_dark .sc_button_hover_style_hover.sc_button_hover_slide_top:hover,.scheme_dark .sc_button_hover_style_hover.sc_button_hover_slide_bottom:hover,.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_left:hover,.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_right:hover,.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_top:hover,.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_bottom:hover{
    color:#ffffff !important
}
.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_left:hover,.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_right:hover,.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_top:hover,.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_bottom:hover{
    color:#ffffff !important
}
.scheme_dark .sc_button_hover_slide_left:hover,.scheme_dark .sc_button_hover_slide_left.active,.scheme_dark .ui-state-active .sc_button_hover_slide_left,.scheme_dark .vc_active .sc_button_hover_slide_left,.scheme_dark .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_left,.scheme_dark li.active .sc_button_hover_slide_left{
    background-position:left bottom !important;
     color:#100726 !important
}
.scheme_dark .sc_button_hover_slide_right:hover,.scheme_dark .sc_button_hover_slide_right.active,.scheme_dark .ui-state-active .sc_button_hover_slide_right,.scheme_dark .vc_active .sc_button_hover_slide_right,.scheme_dark .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_right,.scheme_dark li.active .sc_button_hover_slide_right{
    background-position:right bottom !important;
     color:#100726 !important
}
.scheme_dark .sc_button_hover_slide_top:hover,.scheme_dark .sc_button_hover_slide_top.active,.scheme_dark .ui-state-active .sc_button_hover_slide_top,.scheme_dark .vc_active .sc_button_hover_slide_top,.scheme_dark .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_top,.scheme_dark li.active .sc_button_hover_slide_top{
    background-position:right top !important;
     color:#100726 !important
}
.scheme_dark .sc_button_hover_slide_bottom:hover,.scheme_dark .sc_button_hover_slide_bottom.active,.scheme_dark .ui-state-active .sc_button_hover_slide_bottom,.scheme_dark .vc_active .sc_button_hover_slide_bottom,.scheme_dark .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_bottom,.scheme_dark li.active .sc_button_hover_slide_bottom{
    background-position:right bottom !important;
     color:#100726 !important
}
/* ================= IMAGE'S HOVERS ==================== */
.scheme_dark .post_featured .mask{
    background-color:rgba(255,255,255,0.7)
}
.scheme_dark .post_featured.hover_dots:hover .mask{
    background-color:rgba(255,255,255,0.7)
}
.scheme_dark .post_featured.hover_dots .icons span{
    background-color:#d71362
}
.scheme_dark .post_featured.hover_dots .post_info{
    color:#100726
}
.scheme_dark .post_featured.hover_icon .icons a{
    color:#ffffff;
     background-color:#270f30
}
.scheme_dark .post_featured.hover_icon a:hover{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark .post_featured.hover_icons .icons a{
    color:#ffffff;
     background-color:rgba(16,7,38,0.7)
}
.scheme_dark .post_featured.hover_icons a:hover{
    color:#ffffff;
     background-color:#100726
}
.scheme_dark .post_featured.hover_fade .post_info,.scheme_dark .post_featured.hover_fade .post_info a,.scheme_dark .post_featured.hover_fade .post_info .post_meta_item,.scheme_dark .post_featured.hover_fade .post_info .post_meta .post_meta_item:before,.scheme_dark .post_featured.hover_fade .post_info .post_meta .post_meta_item:hover:before{
    color:#ffffff
}
.scheme_dark .post_featured.hover_fade .post_info a:hover{
    color:#d71362
}
.scheme_dark .post_featured.hover_slide .post_info,.scheme_dark .post_featured.hover_slide .post_info a,.scheme_dark .post_featured.hover_slide .post_info .post_meta_item,.scheme_dark .post_featured.hover_slide .post_info .post_meta .post_meta_item:before,.scheme_dark .post_featured.hover_slide .post_info .post_meta .post_meta_item:hover:before{
    color:#ffffff
}
.scheme_dark .post_featured.hover_slide .post_info a:hover{
    color:#d71362
}
.scheme_dark .post_featured.hover_slide .post_info .post_title:after{
    background-color:#ffffff
}
.scheme_dark .post_featured.hover_pull{
    background-color:#0f0f3b
}
.scheme_dark .post_featured.hover_pull .post_info,.scheme_dark .post_featured.hover_pull .post_info a{
    color:#ffffff
}
.scheme_dark .post_featured.hover_pull .post_info a:hover,.scheme_dark .post_featured.hover_pull .post_info a:hover:before{
    color:#ffaa5f
}
.scheme_dark .post_featured.hover_border .post_info,.scheme_dark .post_featured.hover_border .post_info a,.scheme_dark .post_featured.hover_border .post_info .post_meta_item,.scheme_dark .post_featured.hover_border .post_info .post_meta .post_meta_item:before,.scheme_dark .post_featured.hover_border .post_info .post_meta .post_meta_item:hover:before{
    color:#ffffff
}
.scheme_dark .post_featured.hover_border .post_info a:hover{
    color:#d71362
}
.scheme_dark .post_featured.hover_border .post_info:before,.scheme_dark .post_featured.hover_border .post_info:after{
    border-color:#ffffff
}
.scheme_dark .post_featured.hover_shop .icons a{
    color:#ffffff;
     background-color:#22062c
}
.scheme_dark .post_featured.hover_shop .icons a:hover{
    color:#ffffff;
     background-color:#d71362
}
.scheme_dark .products.related .post_featured.hover_shop .icons a{
    color:#ffffff;
     border-color:#d71362 !important;
     background-color:#d71362
}
.scheme_dark .products.related .post_featured.hover_shop .icons a:hover{
    color:#1d1d1d;
     border-color:#ffaa5f !important;
     background-color:#ffaa5f
}
.scheme_dark .post_featured.hover_shop_buttons .icons .shop_link{
    color:#100726;
     background-color:#ffffff
}
.scheme_dark .post_featured.hover_shop_buttons .icons a:hover{
    color:#1d1d1d;
     background-color:#ffaa5f
}
 
    .sc_events_item:before {
    border-color: #0f0f3b;
}

.sc_events_item_descr{
	text-align:left;
	
}
 .sc_events_item:before {
    bottom: auto;
    height: 120px;
    box-sizing: border-box;
}
.speci{
	    padding-top: 0 !important;
}
.messi{
	font-family:"Raleway",sans-serif !important;
	    font-size: 32px;
}
.textwidget p{
	    color:#9b9aa0 !important;
		font-family:"Raleway",sans-serif !important;
}
.fes2-text-cont{
	font-family:"Raleway",sans-serif !important;
	    color: #9b9aa0 !important;
}
footer a{
	    font-family:"Oswald",sans-serif !important;
	
}