/*
SPURR
URL: ?
AUTHOR: Nabil Amer Thabit (nbilz//lab//dsign | @nbilz)
EMAIL: nbilz@live.com
CREATE DATE: Jan 11, 2021
UPDATE DATE: Jan 11, 2021
REVISION: 1
NAME: spurr.main-3.0.css
TYPE: Cascading Style Sheet
DESCRIPTION: Spurr | Drive Value Build Loyalty
PALETTE:    1. #00E900 / rgb(0, 233, 0) (Pure Lime Green / Green)
            2. #009C00 / rgb(0, 156, 0) (Dark Lime Green / Japanese Laurel)
*/

@font-face{
    font-family: 'SourceSansPro';
    src: url('../font/SourceSansPro-Regular.woff2') format('woff2'),
         url('../font/SourceSansPro-Regular.woff') format('woff'),
         url('../font/SourceSansPro-Regular.ttf') format('ttf'),
         url('../font/SourceSansPro-Regular.eot') format('eot'),
         url('../font/SourceSansPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'SourceSansPro';
    src: url('../font/SourceSansPro-Semibold.woff2') format('woff2'),
         url('../font/SourceSansPro-Semibold.woff') format('woff'),
         url('../font/SourceSansPro-Semibold.ttf') format('ttf'),
         url('../font/SourceSansPro-Semibold.eot') format('eot'),
         url('../font/SourceSansPro-Semibold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face{
    font-family: 'SourceSansPro';
    src: url('../font/SourceSansPro-Bold.woff2') format('woff2'),
         url('../font/SourceSansPro-Bold.woff') format('woff'),
         url('../font/SourceSansPro-Bold.ttf') format('ttf'),
         url('../font/SourceSansPro-Bold.eot') format('eot'),
         url('../font/SourceSansPro-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

html{
    -webkit-text-size-adjust: 100%;
}

body{
    background: #FAFAFA;
    color: #505050;
    font-size: 12px;
    line-height: 12px;
    font-family: 'SourceSansPro', Helvetica, Arial, sans-serif;
    margin: 0;
    font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body a{
    text-decoration: none;
    color: #000000;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

input,
textarea,
select,
button{
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: 'SourceSansPro', Helvetica, Arial, sans-serif;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

input[type="radio"]{
    appearance: radio;
    -moz-appearance: radio;
    -webkit-appearance: radio;
}

button{
    cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus{
    outline: none;
}

input[disabled]{
    opacity: .5;
    pointer-events: none;
}

path{
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

section{
    padding: 25px 40px;
    margin: 0 auto;
    max-width: 1050px;
    box-sizing: border-box;
}

section.sec-lite{
    padding: 10px 40px;
}

section .sec-tit{
    position: relative;
    font-size: 21px;
    line-height: 25px;
}

section .sec-tit > span{
    display: block;
    max-width: 540px;
    color: #787878;
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    font-weight: normal;
}

section .sec-tit.has-form > span{
    width: auto;
    padding: 0 404px 0 0;
}

.splash-msg{
    position: fixed;
    max-width: 970px;
    top: 60px;
    left: 240px;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    background: rgba(10, 204, 10, .1);
    color: #009C00;
    text-align: center;
    padding: 6px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

ul.but-bot{
    overflow: auto;
    text-align: right;
    margin: 10px -5px -5px -5px;
}
ul.but-bot-box{
    overflow: auto;
    text-align: right;
    margin-right: 100px;
}

.sec-tit ul.but-bot{
    position: absolute;
    right: 0;
    top: 0;
/*    width: 25%;*/
    margin: -5px;
}

.sec-tit ul.but-bot.use-1{
    width: 12.5%;
}

.sec-tit ul.but-bot.use-3{
    width: 40%;
}

ul.but-bot li{
    display: inline-block;
    margin: 5px;
}
ul.but-bot-box li{
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 0;
    margin-top: 0;
}

.sec-tit ul.but-bot li{
    float: left;
/*    width: 50%;*/
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
}

.sec-tit ul.but-bot.use-1 li{
    width: 100%;
}

.sec-tit ul.but-bot.use-3 li{
    width: 33.33%;
}

ul.but-bot li a{
    display: block;
    width: 120px;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 10px;
    text-transform: uppercase;
    border: 1px solid #787878;
    color: #505050;
    text-align: center;
    background: #FFF;
    border-radius: 6px;
    box-sizing: border-box;
}
a.btn-red{
    margin-left: 640px;
    display: block;
    width: 120px;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 10px;
    text-transform: uppercase;
    border: 1px solid #787878;
    color: #505050;
    text-align: center;
    background: #FFF;
    border-radius: 6px;
    box-sizing: border-box;
    font-weight: bold;
    color: #FFF;
    background: #E40000;
    border: 1px solid #E40000;
}
a.btn-red-2{
    margin-left: 300px;
    display: block;
    width: 120px;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 10px;
    text-transform: uppercase;
    border: 1px solid #787878;
    color: #505050;
    text-align: center;
    background: #FFF;
    border-radius: 6px;
    box-sizing: border-box;
    font-weight: bold;
    color: #FFF;
    background: #E40000;
    border: 1px solid #E40000;
}

.sec-tit ul.but-bot li a{
/*    width: auto;*/
/*
    padding: 10px;
    padding: 8px 30px;
    min-width: 120px;
*/
}

ul.but-bot li a:hover{
    color: #FFF;
    background: #787878;
}

ul.but-bot li a.btn-green{
    font-weight: bold;
    color: #FFF;
    background: #002D61;
    border: 1px solid #002D61;
}

ul.but-bot li a.btn-green:hover{
    color: #FFF;
    background: #5A78A4;
    border: 1px solid #5A78A4;
}
ul.but-bot-box li a.btn-red{
    font-weight: bold;
    color: #FFF;
    background: #E40000;
    border: 1px solid #E40000;
}

ul.but-bot-box li a.btn-red:hover{
    color: #FFF;
    background: #C40000;
    border: 1px solid #C40000;
}

ul.but-bot li a.btn-green.disabled{
    opacity: .5;
    pointer-events: none;
}

ul.but-bot li a.btn-outline{
    color: #009C00;
    border: 1px solid #009C00;
}

ul.but-bot li a.btn-outline:hover{
    background: #009C00;
    color: #FFF;
}

.btn{
    display: inline-block;
    text-transform: uppercase;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0 0 0;
    text-align: center;
    background: rgba(0, 0, 0, .1);
    transition: all 200ms ease-in-out, height 0ms ease-in-out;
    -moz-transition: all 200ms ease-in-out, height 0ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out, height 0ms ease-in-out;
}

.btn[disabled]{
    opacity: .2;
    pointer-events: none;
}

.btn:hover{
    background: #CCC;
}

.btn-green{
    background: #002D61;
}

.btn-green:hover{
    background: #5A78A4;
}

.btn-red{
    background: #E40000;
}

.btn-red:hover{
    background: #C40000;
}

ul.the-form li button.btn-std,
.btn-std{
    font-weight: normal;
    color: #505050;
    font-size: 11px;
    padding: 4px 6px;
    background: #E6E6E6;
    border: 1px solid #B4B4B4;
    border-radius: 4px;
}

ul.the-form li button.btn-std:hover,
.btn-std:hover{
    color: #FFF;
    background: #B4B4B4;
}

.box-white,
.box-green,
.box-orange{
    padding: 30px;
    background: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 6px;
}

.box-green{
    background: #D10013;
    color: #FFF;
}

.box-orange{
    background: #FD8924;
    color: #FFF;
}

.box-white .box-tit,
.box-green .box-tit,
.box-orange .box-tit{
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 30px 0;
}

.box-white .box-tit span,
.box-green .box-tit span{
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0 0 0;
    color: #999999;
    width: 70%;
}

.splash-green{
    font-size: 14px;
    line-height: 18px;
    padding: 16px 20px;
    margin: 30px 0 0 0;
    border-radius: 10px;
    color: rgba(0, 0, 0, .5);
    font-weight: bold;
    background: rgba(10, 204, 10, .1);
}

.splash-green a{
    margin: -3px 0 0 0;
    float: right;
}

.splash-green img{
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

ul.the-form{
    overflow: auto;
    margin: -10px;
}

ul.the-form li{
    position: relative;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

/* ul.the-form li.error{
    width: 100%;
} */

ul.the-form li > .error-msg{
    color: #000;
    background: rgba(255, 0, 0, .15);
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}

ul.the-form li > .value{
    font-size: 14px;
    line-height: 18px;
    margin: 18px 0 10px 0;
    font-weight: bold;
    color: #000;
}

ul.the-form li > .the-msg{
    padding: 10px;
    border-radius: 5px;
}

ul.the-form li.error > .the-msg{
    color: #FF0000;
    /* border: 1px solid #FF0000; */
    background: rgba(228, 0, 0, .1)
}

ul.the-form li.error > .the-msg.on-input{
    background: transparent;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
    margin: 1px 0 0 0;
}
/* ul.the-form li.error {
    width: 100%;
} */

ul.the-form li .svg{
    pointer-events: none;
    position: absolute;
    left: 17.5px;
    width: 16px;
    height: 16px;
    top: 50%;
    opacity: .3;
    transform: translate(0, -50%);
    z-index: 2;
}

ul.the-form li.error .alert-icon.svg{
    opacity: 1;
    left: auto !important;
    right: -10px;
    top: 47px !important;
    transform: none !important;
}

ul.the-form li .svg[disabled]{
    opacity: .35;
}

ul.the-form li .svg.caret{
    left: auto;
    right: 20px;
    width: 8px;
    height: 8px;
}

ul.the-form li .svg path{
    fill: #7F7F7F;
}

ul.the-form li label{
    display: block;
    margin: 0 0 10px 0;
    color: rgba(255, 255, 255, .75);
}

.box-white ul.the-form li label {
    color: #898989;
    font-size: 13px;
    line-height: 13px;
}

ul.the-form li label a{
    float: right;
    margin: -2px 0 0 0;
}

ul.the-form li label a.inline{
    float: none;
    display: inline-block;
    margin: -2px 0 -3px 10px;
}

ul.the-form li span.as-label,
ul.the-form li span.as-label-right{
    background: #E2E2E2;
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    color: #898989;
    border-radius: 6px 0 0 6px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.the-form li.error span.as-label{
    border: 1px solid #FF0707;
    border-right: none;
}

ul.the-form li.error span.as-label-right{
    border: 1px solid #FF0707;
    border-left: none;
}

ul.the-form li span.as-label.label-trans,
ul.the-form li span.as-label-right.label-trans{
    background: transparent;
    font-weight: normal;
    font-size: 14px;
    color: #B3B3B3;
}

ul.the-form li span.as-label-right{
    border-radius: 0 6px 6px 0;
    right: 10px;
}

ul.the-form li label a .svg{
    position: static;
    width: 16px;
    height: 16px;
    right: 0;
}

ul.the-form li input,
ul.the-form li textarea,
ul.the-form li select{
    height: 36px;
    border: none;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 14px;
}

.box-white ul.the-form li input,
.box-white ul.the-form li textarea,
.box-white ul.the-form li select{
    background: #F5F5F5;
}

ul.the-form li textarea{
    height: 100px;
    padding: 10px;
    resize: none;
}

ul.the-form li.has-icon input{
    padding-left: 40px;
}

ul.the-form li.has-label input{
    padding-left: 46px;
}

ul.the-form li.has-label-right input{
    padding-right: 46px;
}

ul.the-form li input:hover,
ul.the-form li select:hover{
    box-shadow: 0 0 10px rgba(255, 255, 255, .5);
}

.box-white ul.the-form li input:hover,
.box-white ul.the-form li textarea:hover,
.box-white ul.the-form li selec:hover{
    background: #EEE;
}

ul.the-form li input:focus,
ul.the-form li textarea:focus,
ul.the-form li select:focus{
    box-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

.box-white ul.the-form li input:focus,
.box-white ul.the-form li textarea:focus,
.box-white ul.the-form li selec:focus{
    background: #F5F5F5;
    box-shadow: 0 0 5px #5A78A4;
}

ul.the-form li.error input{
    border: 1px solid #FF0707;
}

ul.the-form li button{
    border: none;
    margin: 0;
}

ul.the-form.top-form{
    position: absolute;
    width: 400px;
    right: 0;
    bottom: 0;
    margin: -5px;
}

ul.the-form.top-form li{
    width: 50%;
    padding: 5px;
}

ul.the-form.top-form li select{
    border: 1px solid #787878;
    padding: 0 40px 0 40px;
}

ul.the-form.top-form.single-form{
    width: 404px;
    bottom: auto;
    top: 0;
}

ul.the-form.top-form.single-form li{
    width: 50%;
}

ul.the-form.top-form.single-form li:nth-child(3){
    width: 100%;
    font-size: 13px;
    text-align: right;
    padding: 0 10px;
    color: #787878;
}


.as-switch{
    color: #898989;
    pointer-events: none;
}

.as-switch.disabled{
    pointer-events: none;
    opacity: .25;
}

.as-switch[disabled]{
    opacity: .5;
    pointer-events: none;
}

/* .as-switch:hover{
    color: #009C00;
} */

.as-switch span{
    pointer-events: all;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 58px;
    border-radius: 24px;
    background: #CCC;
    /* margin: -2px 0 -2px 10px; */
    margin: 2px 0px 0px 10px;
    color: #FFF;
    text-align: right;
    padding: 0 8px 0 12px;
    line-height: 24px;
    box-sizing: border-box;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.as-switch.is-on span{
    text-align: left;
    background: #D10013;
}

.as-switch span em{
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #FFF;
    top: 4px;
    left: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.as-switch.is-on span em{
    left: 38px;
}

.as-switch span strong{
    font-weight: normal !important;
    color: #FFF !important;
    font-size: 11px !important;
    line-height: 24px !important;
}

.as-checkbox{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #898989;
}

.as-checkbox:hover{
    color: #D10013;
}

.as-checkbox.is-on[disabled] {
    pointer-events: none;
}

.as-checkbox.as-radio{
    color: #000;
    font-weight: bold;
}

.box-white .as-checkbox.as-radio{
    color: #898989;
    font-weight: normal;
    line-height: 16px;
}

.as-checkbox.is-on[disabled]{
    pointer-events: none;
}

.as-checkbox span{
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    margin: 0 10px 0 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.as-checkbox.is-on span{
    background: #D10013;
    border: 1px solid #D10013;
}

.as-checkbox.is-on[disabled] span{
    background: #CDCDCD;
    border: 1px solid #CDCDCD;
}

.as-checkbox.as-radio span{
    border-radius: 100px;
    position: relative;
    margin: 0 5px 0 0;
}

.box-white .as-checkbox.as-radio span{
    border: 1px solid #B3B3B3;
    width: 16px;
    height: 16px;
}

.as-checkbox.as-radio.is-on span{
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .5);
}

.box-white .as-checkbox.as-radio.is-on span{
    border: 5px solid #D10013;
}

.as-checkbox.as-radio span:before{
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.as-checkbox.as-radio.is-on span:before{
    background: #D10013;
}

.box-white .as-checkbox.as-radio span:before{
    display: none;
}

.as-checkbox:hover span{
    border: 1px solid #D10013;
}

.as-checkbox > span > img{
    opacity: 0 !important;
    position: static !important;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 0;
    width: 12px !important;
    height: 12px !important;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.as-checkbox.is-on > span > img{
    opacity: 1 !important;
}

.overlay{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 99;
}

.popup{
    background: #FFF;
    max-width: 550px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 999;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 6px;
    box-sizing: border-box;
}
.pop-head{
    padding: 20px;
    border-radius: 6px 6px 0 0;
    background: #d10013;
    color: #FFF;
    font-size: 22px;
    line-height: 26px;
}
/* .pop-head{
    padding: 20px;
    border-radius: 6px 6px 0 0;
    background: #159C18;
    color: #FFF;
    font-size: 22px;
    line-height: 26px;
} */

.pop-head img{
    display: block;
    margin: 0 auto;
    height: 25px;
}

.pop-head a.pop-close{
    float: right;
    opacity: .5;
}

.pop-head a.pop-close:hover{
    opacity: 1;
}

.pop-head a.pop-close svg{
    width: 20px;
    height: 20px;
    fill: #FFF;
}

.pop-content{
    padding: 20px;
}

.pop-foot{
    padding: 0 20px 40px 20px;
/*    background: #EEE;*/
    border-radius: 0 0 6px 6px;
}

.pop-foot.no-pad{
    padding: 0 20px 20px 20px;
}

.popup.pop-success{
    max-width: 360px;
}

.popup.pop-success .pop-content{
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, .5);
    padding: 40px;
}

.popup.pop-success .pop-content span{
    font-weight: bold;
    color: #202124;
    display: block;
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 20px;
}

.popup.pop-success .pop-content div{
    border: 5px solid #D10013;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin: 0 auto 30px auto;
    box-sizing: border-box;
}

.popup.pop-success.pop-failed .pop-content div{
    border: 5px solid #FF0000;
}

.popup.pop-success .pop-content div .svg{
    margin: 15px 0 0 0;
    width: 40px;
    height: 40px;
}

.popup.pop-success.pop-failed .pop-content div .svg{
    margin: 17px 0 0 0;
    width: 35px;
    height: 35px;
}

.popup.pop-success .pop-foot ul.the-form{
    padding: 0 40px;
}

.popup.pop-success .pop-foot ul.the-form li{
    width: 100%;
}

.popup.pop-success .pop-foot ul.the-form li button{
    display: block;
    height: 42px;
    width: 160px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 13px;
}

.popup.pop-dialogue{
    max-width: 360px;
    padding: 50px;
    box-sizing: border-box;
}

.popup.pop-dialogue .pop-content{
    padding: 0 0 40px 0;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

.popup.pop-dialogue .pop-content img{
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.popup.pop-dialogue .pop-content strong{
    display: block;
    margin: 28px 0;
    font-size: 18px;
    line-height: 22px;
}

.pop-content .crop-img img {
    width:100%;
    max-height:600px;
}

.pop-content .crop-edit-img img {
    width:100%;
    max-height:600px;
}

.popup.pop-dialogue .pop-foot{
    padding: 0;
}

.popup.pop-dialogue .pop-foot ul.the-form li{
    width: 50%;
}

header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    background: #D10013;
    padding: 18px 20px 14px 20px;
}

header a.the-nav{
    display: none;
    float: left;
    padding: 5px 0;
    margin: 0 20px 0 0;
    width: 20px;
    height: 20px;
}

header a.the-nav .svg{
    width: 20px;
    height: 20px;
}

header a.the-nav .svg.close{
    display: none;
}

header a.the-nav .svg path{
    fill: #FFF;
}

header a.the-logo{
    float: left;
    height: 28px;
}

header a.the-logo img{
    height: 100%;
    /* width: 300px; */
    z-index: 40;
    top: 0%;
    left: 0%;
    float: left;
    position: absolute;
}

header > ul{
    float: right;
    overflow: auto;
    margin: -7px -15px;
}

header > ul > li{
    float: left;
    padding: 0 15px;
}

header > ul > li:last-child{
    padding: 0 15px 0 50px;
}

header > ul > li > a{
    display: block;
    position: relative;
    color: #FFF;
    font-size: 14px;
    padding: 11px 0;
}

header > ul > li > a.is-on{
    opacity: .5;
}

header > ul > li > a div{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #FFD460;
    position: absolute;
    right: -2px;
    top: 7px;
}

header > ul > li > a img{
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    margin: -11px 0 -11px 20px;
}

header > ul > li > a img.icon{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 0px;
    margin: 0;
}

header > ul > li > a img.svg{
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    margin: 0 0 0 10px;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

header > ul > li:last-child > a.is-open img.svg{
    transform: rotate(180deg);
}

header > ul > li > a img.svg path{
    fill: #FFF;
}


header > ul > li > ul{
    background: #FFF;
    position: absolute;
    right: 20px;
    top: 60px;
    min-width: 150px;
    padding: 5px 0;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

header > ul > li > ul li{}

header > ul > li > ul li a{
    display: block;
    color: #D10013;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 15px;
}

header > ul > li > ul li a:hover{
    color: #FFF;
    background: #D10013;
}

ul.lay-dash{
    overflow: auto;
}

ul.lay-dash > li{
    box-sizing: border-box;
}

ul.lay-dash > li:first-child{
    position: fixed;
    display: block;
    background: #1A1917;
    width: 240px;
    height: 100vh;
    padding: 60px 0 0 0;
}

ul.lay-dash > li:last-child{
    width: 100%;
    min-height: 100vh;
/*    padding: 95px 0 285px 240px;*/
/*    padding: 85px 0 251px 240px;*/
    padding: 85px 0 321px 240px;
}

ul.side-nav{
    margin: 40px 0 0 0;
}

ul.side-nav li{
    padding: 3.5px 0;
}

ul.side-nav li a{
    display: block;
    padding: 16.5px 30px 16.5px 30px;
    font-size: 16px;
    line-height: 16px;
    color: #FFF;
    opacity: .6;
}

ul.side-nav li a:hover{
    color: #D10013;
}

ul.side-nav li a.active{
    opacity: 1;
    color: #FFF;
    background: rgba(209, 0, 19, .25);
    box-shadow: inset 5px 0 0 #D10013;
}

ul.side-nav li a.disabled{
    pointer-events: none;
    opacity: .15;
}

ul.side-nav li a img{
    width: 20px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 0;
}

ul.side-nav li a .svg path,
ul.side-nav li a.active:hover .svg path{
    fill: #FFF;
}

ul.side-nav li a:hover .svg path{
    fill: #D10013;
}

.mode{
    position: absolute;
    bottom: 0;
    padding: 30px;
    color: #808080;
}

.mode span{
    display: block;
    font-size: 19px;
    line-height: 19px;
    color: #FFF;
    opacity: .2;
    margin: 0 0 5px 0;
}

.mode.premium span{
    opacity: 1;
    color: #23E128;
}

.mode.unli span{
    opacity: 1;
    color: #FBD536;
}

.mode span img{
    height: 16px;
    margin: 0 3px 0 0;
}

.mode.unli span img{
    opacity: .2;
}

ul.breadcrumb{
    margin: -5px;
    overflow: auto;
}

ul.breadcrumb li{
    float: left;
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
    color: rgba(0, 0, 0, .35);
}

ul.breadcrumb li a{
    color: rgba(0, 0, 0, .35);
}

ul.breadcrumb li a:hover{
    color: #009C00;
}

ul.pagination{
    margin: 30px 0;
    white-space: nowrap;
    text-align: center;
}

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

ul.pagination li a{
    display: block;
    background: #FFF;
    border: 1px solid #B4B4B4;
    border-left: none;
    color: #808080;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    padding: 10px 30px;
}

ul.pagination li a:hover{
    color: #FFF;
    background: #23E128;
}

ul.pagination li:first-child a{
    border-radius: 6px 0 0 6px;
    border-left: 1px solid #B4B4B4;
}

ul.pagination li:last-child a{
    border-radius: 0 6px 6px 0;
}


ul.pagination li a.active{
    color: #FFF;
    background: #B2B2B2;
}

ul.pagination li a.disabled{
    pointer-events: none;
    color: #B4B4B4;
}

footer{
    background: rgba(0, 0, 0, .1);
/*    background: #DCDCDC;*/
    padding: 0 0 0 240px;
    height: 226px;
    margin-top: -226px;
}

footer section{
    padding: 60px 40px;
}

footer section > ul{
    overflow: auto;
    margin: -10px;
}

footer section > ul > li{
    float: left;
    width: 23%;
    padding: 10px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .5);
    font-size: 12px;
    line-height: 16px;
}

footer section > ul > li:first-child{
    width: 31%;
    font-size: 13px;
    line-height: 17px;
}

footer section > ul > li > img{
    display: block;
    margin: 0 0 48px 0;
}

footer section > ul > li > ul{
    margin: -10px 0;
}

footer section > ul > li > ul > li{
    color: rgba(0, 0, 0, .25);
    font-weight: bold;
    padding: 10.5px 0;
    font-size: 15px;
    line-height: 19px;
}

footer section > ul > li > ul > li:first-child{
    padding: 10.5px 0 15.5px 0;
}

footer section > ul > li > ul > li > a{
    display: block;
    color: rgba(0, 0, 0, .5);
    font-weight: normal;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

footer section > ul > li > ul > li > a:hover{
    color: #009C00;
}

/*
.select2-container{
    z-index: 1;
}

.select2-container.select2-container--open{
    z-index: 3;
}
*/

.select2-container.select2-container--disabled{
    opacity: .35;
    pointer-events: none;
}

.select2-container:focus{
    outline: none;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple{
    z-index: 1;
    border: none;
    outline: none;
    border-radius: 6px;
    background: #F5F5F5;
    height: 36px;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

li.error .select2-container--default .select2-selection--single{
    border: 1px solid #FF0000;
}

.select2-container--default .select2-selection--single.with-bor{
    border: 1px solid #787878;
    background: #FFF;
    box-sizing: border-box;
    height: 32px;
}

.select2-container--default .select2-selection--multiple{
    height: auto;
}

.select2-container--default .select2-selection--single:hover{
    background: #EEE;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple{
    background: #F5F5F5;
    box-shadow: 0 0 5px #FFC3C8;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 36px;
    padding-left: 15px;
    padding-right: 36px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single.with-bor .select2-selection__rendered{
    line-height: 30px;
}

.select2-container--default .select2-selection--single.with-bor .select2-selection__rendered{
    padding-left: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span{
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 36px;
    width: 36px;
}

.select2-container--default .select2-selection--single.with-bor .select2-selection__arrow{
    height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-width: 6px 6px 0 6px;
    border-bottom-color: 6px solid rgba(0, 0, 0, .3);
    left: 0;
    right: 0;
    margin: -4px auto 0 auto;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.select2-container--default .select2-selection--single.with-bor .select2-selection__arrow b{
    margin: -3px auto 0 auto;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-width: 0 6px 6px 6px;
    border-top-color: 6px solid rgba(0, 0, 0, .3);
}

.select2-container--open .select2-dropdown{
    border: 1px solid #D10013;
    background: rgba(255, 255, 255, .95);
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

/*
.select2-container--open .select2-dropdown--below{
    border: 1px solid #009C00;
    background: rgba(255, 255, 255, .95);
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}
*/

.select2-container--open .select2-dropdown--below.for-code{
    width: 200px !important;
}

.select2-search--dropdown{
    padding: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #ced4da;
    border-radius: 5px;
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
}

.select2-results__option{
    padding: 10px 15px;
    font-size: 14px;
    line-height: 14px;
}

.select2-container--default .select2-results__option--selected{
    background: #F5F5F5;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background: #D10013;
}

.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default .select2-search--inline .select2-search__field:hover,
.select2-container--default .select2-search--inline .select2-search__field:focus{
    background: #F5F5F5;
    box-shadow: none;
    margin: 0;
    padding: 5px;
    font-family: 'SourceSansPro', Helvetica, Arial, sans-serif;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    float: none;
    width: auto;
    border-radius: 6px;
    background: #D10013;
    color: #FFF;
    border: none;
    padding: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    display: inline-block;
    width: auto;
    border: none;
    color: #FFF;
    font-size: 14px;
    border-radius: 10px;
    margin: -2px 0 0 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    background: transparent;
    color: #FF0000;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    font-size: 14px;
}

.ui-datepicker,
.ui-widget.ui-widget-content{
/*    width: 250px;*/
    background: rgba(255, 255, 255, .95);
    border-radius: 5px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    font-family: 'SourceSansPro', Helvetica, Arial, sans-serif;
    border: 1px solid #D10013;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    z-index: 3 !important;
}

.ui-widget-header{
    background: transparent;
    border: none;
    font-size: 16px;
}

.ui-datepicker th{
    color: #999;
}

.ui-widget-content .ui-state-default{
    border: none;
    padding: 5px;
    font-size: 12px;
    color: #666;
    text-align: center;
    border-radius: 4px;
    background: transparent;
}

.ui-widget-content .ui-state-default:hover{
    background: #EEE;
    color: #333;
}

.ui-widget-content .ui-state-active,
.ui-widget-content .ui-state-active:hover{
    color: #FFF;
    background: #D10013;
}

.ui-widget-content .ui-state-highlight,
.ui-widget-content .ui-state-highlight:hover{
    color: #333;
    background: #FFC3C8;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year{
    display: inline-block;
    margin: 0 3px;
    border: 1px solid #ced4da;
    padding: 2px 5px;
    font-size: 14px;
    font-family: 'SourceSansPro', Helvetica, Arial, sans-serif;
}

.ui-tooltip.ui-widget.ui-widget-content{
    z-index: 99999 !important;
}

.tooltip-spurr{
    border: none;
    background: #D10013 !important;
    color: #FFF;
    border: none !important;
    border-radius: 5px !important;
    box-shadow: 0 2.5px 5px rgba(0, 0, 0, .15) !important;
    font-size: 12px;
    line-height: 16px;
    padding: 12px 15px 15px 15px !important;
}

.loading{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
}

.loading img{
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto 15px auto;
    animation: loading 1s linear infinite;
}

@keyframes loading{
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.loading span{
    opacity: .35;
    font-size: 16px;
    line-height: 20px;
}


@media screen and (min-width: 1025px) and (max-width: 1600px){}

@media screen and (min-width: 768px) and (max-width: 1024px){}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
    .splash-msg{
        left: 220px;
        right: 20px;
    }

    ul.lay-dash > li:first-child{
        width: 200px;
    }
    
    ul.lay-dash > li:last-child{
        padding: 85px 0 285px 200px;
    }
    
    footer{
        padding: 0 0 0 200px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
    .splash-msg{
        left: 200px;
        right: 20px;
    }

    ul.lay-dash > li:first-child{
        width: 180px;
    }
    
    ul.lay-dash > li:last-child{
        padding: 85px 0 285px 180px;
    }
    
    section{
        padding: 25px 20px;
    }
    
    section .sec-tit > span{
        width: auto;
    }
    
    section .sec-tit.has-form > span{
        padding: 0;
    }
    
    .box-white .box-tit span,
    .box-green .box-tit span{
        width: auto;
    }
    
    footer section{
        padding: 64px 20px;
    }
    
    footer{
        padding: 0 0 0 180px;
        height: 355px;
        margin-top: -264px;
    }
    
    footer section > ul{
        margin: -20px;
    }
    
    footer section > ul > li,
    footer section > ul > li:first-child{
        width: 50%;
        padding: 20px;
    }
    
    footer section > ul > li > img{
        margin: 0 0 20px 0;
    }
    
    footer section > ul > li > ul{
        margin: -5px 0;
    }
    
    footer section > ul > li > ul > li{
        padding: 5px 0;
    }
    
    ul.the-form.top-form,
    ul.the-form.top-form.single-form{
        position: relative;
        width: auto;
        padding: 30px 0 0 0;
    }
    
    ul.but-bot{
        text-align: center;
    }
    
    .sec-tit ul.but-bot{
        position: static;
        margin: 20px -5px -5px -5px;
    }
    
    .sec-tit ul.but-bot li{
        float: none;
    }
}

@media screen and (max-width: 767px){
    .splash-msg{
        top: 62px;
        left: 20px;
        right: 20px;
    }

    header a.the-nav{
        display: block;
    }
    
    header > ul{
        margin: -4px -10px;
    }
    
    header > ul > li:last-child{
        padding: 0 15px 0 15px;
    }
    
    header > ul > li,
    header > ul > li:last-child:not(:first-child){
        padding: 0 10px;
    }
    
    header > ul > li:last-child:not(:first-child) img{
        margin: -11px 0;
    }
    
    header > ul > li:last-child:not(:first-child) span{
        display: none;
    }
    
    ul.side-nav{
        margin: 5px 0;
    }
    
    .mode{
        position: relative;
        padding: 10px 20px 40px 20px;
    }
    
    ul.lay-dash > li:first-child{
        position: fixed;
        display: none;
        height: auto;
        width: 100%;
        z-index: 8;
    }
    
    ul.lay-dash > li:last-child{
        padding: 85px 0 379px 0;
/*        padding: 85px 0 0 0;*/
    }
    
    ul.the-form li{
        width: 100%;
    }
    
    section{
        padding: 25px 20px;
    }
    
    footer section{
        padding: 64px 20px;
    }
    
    section .sec-tit > span{
        width: auto;
    }
    
    footer{
        padding: 0;
        height: 354px;
        margin-top: -354px;
    }
    
    footer section > ul{
        margin: -20px;
    }
    
    footer section > ul > li,
    footer section > ul > li:first-child{
        width: 50%;
        padding: 20px;
    }
    
    footer section > ul > li > img{
        margin: 0 0 20px 0;
    }
    
    footer section > ul > li > ul{
        margin: -5px 0;
    }
    
    footer section > ul > li > ul > li{
        padding: 5px 0;
    }
    
    section .sec-tit.has-form > span{
        padding: 0;
    }
    
    ul.the-form.top-form,
    ul.the-form.top-form.single-form{
        margin: 10px -10px -10px -10px;
        position: static;
        width: auto;
    }
    
    ul.the-form.top-form.single-form li{
        width: 100%;
    }
    
    .box-white .box-tit span, .box-green .box-tit span{
        width: 100%;
    }
    
    ul.the-form li > .value{
        margin: 5px 0 0 0;
    }
    
    ul.but-bot{
        text-align: center;
        margin: -5px;
    }
    
    .sec-tit ul.but-bot{
        position: static;
        margin: 20px -5px -5px -5px;
    }
    
    .sec-tit ul.but-bot li{
        float: none;
    }
    
    ul.pagination li a{
        padding: 10px 18px;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape){}

@media screen and (max-width: 767px) and (orientation: portrait){
    .popup{
        border-radius: 0;
        width: 100%;
    }
    
    .pop-head,
    .pop-foot{
        border-radius: 0;
    }
    
    .splash-green a{
        float: none;
        display: block;
        margin: 10px 0 0 0;
    }
}

/*
@media screen and (min-width: 1025px) and (max-width: 1600px){}

@media screen and (min-width: 768px) and (max-width: 1024px){}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){}

@media screen and (max-width: 767px){}

@media screen and (max-width: 767px) and (orientation: landscape){}

@media screen and (max-width: 767px) and (orientation: portrait){}
*/