/* 15,54,97 */
/* #1d49a0 */
@font-face{
    font-family: 'Esphimere';
    src: url('../fonts/esphimere.woff2') format('woff2'),
         url('../fonts/esphimere.woff') format('woff');
}

@font-face{
    font-family: 'EsphimereLight';
    src: url('../fonts/esphimere-light.woff2') format('woff2'),
         url('../fonts/esphimere-light.woff') format('woff');
}

@font-face{
    font-family: 'EsphimereBold';
    src: url('../fonts/esphimere-bold.woff2') format('woff2'),
         url('../fonts/esphimere-bold.woff') format('woff');
}

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

body{
    color: #333;
    background: #FFF;
    font-family: 'Esphimere', Helvetica, Arial, sans-serif;
    font-size: 12px;
   
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body a{
    text-decoration: none;
    color: #1d49a0;
}

body a:hover{
    color: #1d49a0;
}
.backlit{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    z-index: 999;
}

.pop-up{
    position: fixed;
    z-index: 9999;
    width: 50%;
    background: rgba(255, 255, 255, .95);
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    border-radius: 10px;
}

.pop-up.pop-login,
.pop-up.pop-forgot{
    width: 30%;
}

.pop-up .pop-tit{
    padding: 20px;
    font-size: 20px;
    line-height: 20px;
    background: rgba(78,28,142,.95);
    background: -webkit-linear-gradient(top, rgba(149,43,150,.95) 0%, rgba(78,28,142,.95) 100%);
    background: -webkit-linear-gradient(top, rgba(149,43,150,.95) 0%, rgba(78,28,142,.95) 100%);
    background: linear-gradient(to bottom,  rgba(149,43,150,.95) 0%, rgba(78,28,142,.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d49a0', endColorstr='#1d49a0',GradientType=0 );
    border-radius: 10px 10px 0 0;
    color: #FFF;
}

.pop-up .pop-tit a{
    float: right;
    width: 60px;
    height: 60px;
    color: #FFF;
    text-align: center;
    line-height: 60px;
    margin: -20px -20px 0 0;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.pop-up .pop-tit a:hover{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pop-up .pop-content{
    padding: 20px;
    overflow: scroll;
}

.pop-up .pop-content .pop-sub-tit{
    margin: 0 0 20px 0;
    color: #666;
    font-size: 14px;
    text-align: center;
}

.use-switch{
    float: right;
    line-height: 30px;
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.use-switch:hover{
    color: #1d49a0;
}

.use-switch .the-switch{
    height: 30px;
    width: 50px;
    background: #CCC;
    float: right;
    margin: 0 0 0 10px;
    position: relative;
    border-radius: 30px;
}

.use-switch .the-switch .switching{
    width: 26px;
    height: 26px;
    background: #FFF;
    top: 2px;
    left: 2px;
    right: auto;
    position: absolute;
    border-radius: 28px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.use-switch .the-switch .switching.switch-on{
    right: 2px;
    left: auto;
    background: #1d49a0;
}

.use-radio{
    float: left;
    line-height: 30px;
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.use-radio:hover{
    color: #1d49a0;
}

.use-radio .the-radio{
    height: 30px;
    width: 30px;
    background: #CCC;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    border-radius: 30px;
}

.use-radio .the-radio .radioing{
    width: 26px;
    height: 26px;
    background: #FFF;
    margin: 2px 0 0 2px;
    border-radius: 28px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.use-radio .the-radio .radioing.switch-on{
    right: 2px;
    left: auto;
    background: #1d49a0;
}

.pad-top{
    padding: 97px 0 0 0;
    margin: 0 0 20px 0;
    background: #1d49a0;
}

header{
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #1d49a0;
    background: -webkit-linear-gradient(top, #1d49a0 0%, #1d49a0 80%);
    background: -webkit-linear-gradient(top, #1d49a0 0%, #1d49a0 80%);
    background: linear-gradient(to bottom,  #1d49a0 0%, #1d49a0 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d49a0', endColorstr='#1d49a0',GradientType=0 );
}

header .top-header{
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    color: #FFF;
    padding: 10px 20px;
}

header .top-header a{
    color: #FFF;
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

header .top-header a:hover{
    text-shadow: 0 0 5px rgba(255, 255, 255, .5);
}

header .top-header > ul{
    float: right;
    margin: -10px -10px 0 -10px;
}

header .top-header > ul > li{
    float: left;
    position: relative;
}

header .top-header > ul > li > a{
    display: block;
    padding: 10px;
}

header .top-header > ul > li > a.opened,
header .top-header > ul > li > a:hover{
    box-shadow: inset 0 35px 0 rgba(0, 0, 0, .2);
}

header .top-header > ul > li > a.opened:hover{
    text-shadow: none;
}

header .top-header > ul > li > a > i{
    margin: 0 0 0 5px;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

header .top-header > ul > li > a.opened > i{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

header .top-header > ul > li > a > span,
header .top-header > ul > li > ul > li > a > span{
    font-family: 'Esphimere', Helvetica, Arial, sans-serif;
}

header .top-header > ul > li > a > img,
header .top-header > ul > li > ul > li > a > img{
    height: 12px;
    margin: -2px 2px 0 0;
}

header .top-header > ul > li > ul{
    position: absolute;
    background: rgba(93, 31, 111, .95);
    z-index: 99;
    width: 100%;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

header .top-header > ul > li > ul > li{
    border-top: 1px solid rgba(255, 255, 255, .25);
}

header .top-header > ul > li > ul > li > a{
    display: block;
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

header .top-header > ul > li > ul > li:last-child > a{
    border-radius: 0 0 10px 10px;
}

header .top-header > ul > li > ul > li > a:hover{
    box-shadow: inset 0 35px 0 #;
}

header > ul.nav-desk{
/*    overflow: auto;*/
    padding: 0 10px;
}

header > ul.nav-desk > li{
    float: left;
    width: 11.11%;
    box-sizing: border-box;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

header > ul.nav-desk > li:nth-child(1){
    width: 18%;
}

header > ul.nav-desk > li:nth-child(2){
    width: 6%;
}

header > ul.nav-desk > li:nth-child(3){
    width: 11%;
}

header > ul.nav-desk > li:nth-child(4){
    width: 11%;
}

header > ul.nav-desk > li:nth-child(5){
    width: 11%;
}

header > ul.nav-desk > li:nth-child(6){
    width: 15%;
}

header > ul.nav-desk > li:nth-child(7){
    width: 12%;
}

header > ul.nav-desk > li:nth-child(8){
    width: 8%;
}

header > ul.nav-desk > li:nth-child(9){
    width: 8%;
}

header.on-fixed > ul.nav-desk > li:nth-child(1){
    width: 15%;
}

header.on-fixed > ul.nav-desk > li:nth-child(2){
    width: 6%;
}

header.on-fixed > ul.nav-desk > li:nth-child(3){
    width: 12%;
}

header.on-fixed > ul.nav-desk > li:nth-child(4){
    width: 12%;
}

header.on-fixed > ul.nav-desk > li:nth-child(5){
    width: 12%;
}

header.on-fixed > ul.nav-desk > li:nth-child(6){
    width: 15%;
}

header.on-fixed > ul.nav-desk > li:nth-child(7){
    width: 12%;
}

header.on-fixed > ul.nav-desk > li:nth-child(8){
    width: 8%;
}

header.on-fixed > ul.nav-desk > li:nth-child(9){
    width: 8%;
}

header > ul.nav-desk > li.ex-web{
    display: none;
    float: right;
    width: auto;
}

header > ul.nav-desk > li > a{
    display: block;
    color: #FFF;
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 14px;
    line-height: 41px;
    padding: 10px;
    opacity: .75;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

header > ul.nav-desk > li.ex-web > a{
    padding: 10px 20px;
    font-size: 24px;
}

header.on-fixed > ul.nav-desk > li > a{
    line-height: 31px;
}

header > ul.nav-desk > li:nth-child(1) > a{
    opacity: 1;
}

header > ul.nav-desk > li:nth-child(3) > a,
header > ul.nav-desk > li:nth-child(4) > a,
header > ul.nav-desk > li:nth-child(5) > a,
header > ul.nav-desk > li:nth-child(6) > a,
header > ul.nav-desk > li:nth-child(7) > a{
    text-transform: uppercase;
}

header > ul.nav-desk > li:nth-child(2) > a{
    font-size: 30px;
}

header > ul.nav-desk > li:nth-child(8) > a,
header > ul.nav-desk > li:nth-child(9) > a{
    font-family: 'Esphimere', Helvetica, Arial, sans-serif;
}

header > ul.nav-desk > li > a:hover,
header > ul.nav-desk > li.ex-web > a.on-active,
header > ul.nav-desk > li.ex-web > a.on-active:hover{
    opacity: 1;
    color: #FFF;
    text-shadow: 0 0 5px rgba(255, 255, 255, .5);
    box-shadow: inset 0 61px 0 rgba(0, 0, 0, .2);
}

header.on-fixed > ul.nav-desk > li > a:hover{
    box-shadow: inset 0 51px 0 rgba(0, 0, 0, .2);
}

header > ul.nav-desk > li:nth-child(1) > a:hover,
header.on-fixed > ul.nav-desk > li:nth-child(1) > a:hover{
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .2);
}

header > ul.nav-desk > li > a.on-active,
header > ul.nav-desk > li > a.on-active:hover{
    opacity: 1;
    text-shadow: 0 0 5px rgba(255, 255, 255, .5);
    box-shadow: inset 0 -5px 0 rgba(255, 255, 255, .5);
}

header > ul.nav-desk > li > a > img{
    height: 40px;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

header.on-fixed > ul.nav-desk > li > a > img{
    height: 30px;
}

header > ul.nav-mobile{
    display: none;
    position: absolute;
    right: 10px;
    top: 97px;
    z-index: 9;
    overflow: auto;
    background: rgba(64, 26, 108, .95);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    transition: top 200ms ease-in-out;
    -o-transition: top 200ms ease-in-out;
    -ms-transition: top 200ms ease-in-out;
    -moz-transition: top 200ms ease-in-out;
    -webkit-transition: top 200ms ease-in-out;
}

header.on-fixed > ul.nav-mobile{
    top: 87px;
}

header > ul.nav-mobile li{
    border-top: 1px solid rgba(255, 255, 255, .25);
}

header > ul.nav-mobile li a{
    display: block;
    color: #FFF;
    padding: 15px;
    font-size: 14px;
    line-height: 12px;
    opacity: .75;
    text-transform: uppercase;
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

header > ul.nav-mobile li:nth-child(1) a{
    font-size: 20px;
    line-height: 10px;
    text-align: center;
}

header > ul.nav-mobile li:nth-child(7) a,
header > ul.nav-mobile li:nth-child(8) a{
    text-transform: none;
    font-family: 'Esphimere', Helvetica, Arial, sans-serif;
}

header > ul.nav-mobile li:last-child a{
    border-radius: 0 0 10px 10px;
}

header > ul.nav-mobile li a:hover{
    text-shadow: 0 0 5px rgba(255, 255, 255, .5);
    box-shadow: inset 0 50px 0 #1d49a0;
    opacity: 1;
}

header > ul.nav-mobile li a.on-active{
    text-shadow: 0 0 5px rgba(255, 255, 255, .5);
    box-shadow: inset 0 -5px 0 rgba(255, 255, 255, .5);
    opacity: 1;
}

.cotent-border{
    padding: 20px;
    border: 1px solid #CCC;
    border-radius: 10px;
    margin: 20px 0;
    background: #FFF;
}

.title-cont{
    font-size: 24px;
    line-height: 28px;
    color: #666;
    border-bottom: 1px solid #CCC;
    padding: 0 0 16px 0;
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'EsphimereLight', Helvetica, Arial, sans-serif;
}

ul.form-reg,
ul.form-reg > li > ul{
    overflow: auto;
    margin: -5px;
}

ul.form-reg > li,
ul.form-reg > li > ul > li{
    float: left;
    width: 100%;
    padding: 5px;
    position: relative;
    box-sizing: border-box;
}

ul.form-reg > li.separator{
    font-size: 11px;
    line-height: 11px;
    color: #999;
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
}

ul.form-reg > li.agreed{
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
    color: #666;
    text-align: center;
}

ul.form-reg > li.agreed > a{
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

ul.form-reg > li.duo,
ul.form-reg > li > ul > li.duo{
    width: 50%;
}

ul.form-reg > li.trio,
ul.form-reg > li > ul > li.trio{
    width: 33.33%;
}

ul.form-reg > li.four,
ul.form-reg > li > ul > li.four{
    width: 25%;
}

ul.form-reg > li.five,
ul.form-reg > li > ul > li.five{
    width: 20%;
}

ul.form-reg > li > img.the-pp{
    display: block;
    width: 200px;
    margin: 0 auto;
    border-radius: 100px;
}

ul.form-reg > li > a.for-forgot{
    line-height: 30px;
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

ul.form-reg > li > a.for-forgot:hover{
    color: #1d49a0;
}

ul.form-reg > li > label{
    display: block;
    font-size: 11px;
    line-height: 11px;
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
    color: #666;
    margin: 0 0 5px 0;
}

ul.form-reg > li > i.right-icon,
ul.form-reg > li > i.right-desc{
    position: absolute;
    pointer-events: none;
    right: 15px;
    top: 30px;
    font-size: 14px;
    color: #1d49a0;
    font-style: normal;
}

ul.form-reg > li > i.right-desc{
    font-size: 12px;
    top: 30px;
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
}

ul.form-reg > li > input,
ul.form-reg > li > textarea{
    width: 100%;
    display: block;
    border: 1px solid #CCC;
    border-radius: 5px;
    color: #1d49a0;
    box-sizing: border-box;
    padding: 0 10px;
    height: 35px;
    font-size: 14px;
    font-family: 'Esphimere', Helvetica, Arial, sans-serif;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

ul.form-reg > li > input[type="file"]{
    padding: 7px 10px;
}

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

ul.form-reg > li > input.has-icon{
    padding: 0 30px 0 10px;
}

ul.form-reg > li > input:hover,
ul.form-reg > li > textarea:hover{
    border: 1px solid #1d49a0;
}

ul.form-reg > li > input:focus,
ul.form-reg > li > textarea:focus{
    outline: none;
    border: 1px solid #1d49a0;
    box-shadow: 0 0 5px #1d49a0;
}

ul.form-reg li .text-val{
    font-size: 14px;
}

ul.form-reg > li > button,
ul.form-reg > li > a.as-button{
    width: 100%;
    background: #1d49a0;
    color: #FFF;
    border: none;
    border-radius: 5px;
    height: 45px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

ul.form-reg > li > a.as-button{
    display: block;
    text-align: center;
    line-height: 35px;
    height: 35px;
    text-transform: none;
}

ul.form-reg > li > button:hover,
ul.form-reg > li > a.as-button:hover{
    text-shadow: 0 0 5px rgba(255, 255, 255, .5);
    box-shadow: inset 0 45px 0 #1d49a0;
}

ul.form-reg > li > .button-no{
    background: #CCC;
    color: #666;
}

ul.form-reg > li > .button-no:hover{
    box-shadow: inset 0 45px 0 #999;
    color: #FFF;
}

ul.form-reg > li > span.add-info{
    display: block;
    margin: 10px 0 0 0;
    font-size: 11px;
    line-height: 15px;
    color: #666;
/*    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;*/
}

.ui-datepicker{
    width: 300px;
    z-index: 9 !important;
    box-sizing: border-box;
    font-family: 'Esphimere', Helvetica, Arial, sans-serif;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
    top: 2px;
    border: 1px solid transparent;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover{
    background: #FFF;
    border: 1px solid #1d49a0;
}

.ui-datepicker .ui-datepicker-prev{
    left: 2px;
}

.ui-datepicker .ui-datepicker-next{
    right: 2px;
}

.ui-datepicker .ui-datepicker-title{
    color: #1d49a0;
}

.ui-datepicker .ui-widget-header{
    font-weight: normal;
    font-size: 14px;
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
}

.ui-datepicker.ui-widget-content{
    border: 1px solid #1d49a0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    padding: 10px;
    background: rgba(255, 255, 255, .95);
}

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

.ui-datepicker td{
    padding: 2.5px;
    box-sizing: border-box;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default{
    text-align: center;
    border-radius: 3px;
    background: #FFF;
    color: #666;
    border: 1px solid #CCC;
    font-size: 14px;
    padding: 5px;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.ui-datepicker .ui-state-default:hover,
.ui-datepicker .ui-widget-content .ui-state-default:hover{
    border: 1px solid #1d49a0;
    color: #1d49a0;
}

.ui-datepicker .ui-state-active, .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active{
    border: 1px solid #1d49a0;
    background:  #1d49a0;
    color: #FFF;
}

.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight{
    background: #1d49a0;
    border: 1px solid #1d49a0;
    color: #FFF;
}

ul.step-shipment{
    overflow: auto;
    margin: 20px 0 0 0;
}

body.on-member ul.step-shipment{
    margin: 0 0 20px 0;
}

ul.step-shipment li{
    float: left;
    width: 25%;
    position: relative;
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    box-sizing: border-box;
    text-align: center;
    background: #FFF;
}

body.on-member ul.step-shipment li{
    background: #EEE;
}

ul.step-shipment li.on-done,
body.on-member ul.step-shipment li.on-done{
    color: #FFF;
    background: #1d49a0;
}

ul.step-shipment li.on-active,
body.on-member ul.step-shipment li.on-active{
    color: #FFF;
    background: #1d49a0;
}

ul.step-shipment li:first-child{
    border-radius: 10px 0 0 10px;
}

ul.step-shipment li:last-child{
    border-radius:  0 10px 10px 0;
}

ul.step-shipment li span{
    display: inline-block;
    border: 5px;
    background: #EEE;
    color: #666;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
    vertical-align: middle;
    border-radius: 5px;
    margin: -5px 5px -5px 0;
}

body.on-member ul.step-shipment li span,
ul.step-shipment li.on-done span,
ul.step-shipment li.on-active span{
    background: #FFF;
}

.table-style{
    border: 1px solid #1d49a0;
    margin: 20px 0 20px 0;
    border-radius: 10px;
}

.table-style .table-title{
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
    background: #1d49a0;
    padding: 10px;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px 5px 0 0;
}

.table-style .table-title span{
    float: right;
    font-size: 12px;
    font-family: 'Esphimere', Helvetica, Arial, sans-serif;
}

.table-style table{
    width: 100%;
}

.table-style table tr{}

.table-style table tr th{
    padding: 10px;
    font-size: 14px;
    color: #FFF;
    vertical-align: middle;
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
    background: #1d49a0;
}

.table-style table tr:first-child th:first-child{
    border-radius: 10px 0 0 0;
}

.table-style table tr:first-child th:last-child{
    border-radius: 0 10px 0 0;
}

.table-style table tr:last-child th:first-child,
.table-style table.single-tab tr:last-child td:first-child{
    border-radius: 0 0 0 10px;
}

.table-style table tr:last-child th:last-child,
.table-style table.single-tab tr:last-child td:last-child{
    border-radius: 0 0 10px 0;
}

.table-style table tr td{
    padding: 10px;
    font-size: 13px;
    line-height: 17px;
    padding: 15px 10px;
    vertical-align: middle;
    background: #FFF;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.table-style table tr:nth-child(odd) td{
    background: #EEE;
}

.table-style table tr:hover td{
    background: rgba(78, 28, 142, .25);
}

.table-style table.single-tab tr:hover td{
    background: #FFF;
}

.table-style table tr th.center,
.table-style table tr td.center{
    text-align: center;
}

.table-style table tr th.right,
.table-style table tr td.right{
    text-align: right;
}

.table-style table tr th.numbering,
.table-style table tr td.numbering{
    width: 1%;
    text-align: right;
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
}

.table-style table tr td.the-empty,
.table-style table tr td.the-empty:hover{
    background: #FFF;
    text-align: center;
    padding: 40px 0;
    font-size: 16px;
    line-height: 16px;
    color: #666;
}

.table-style table tr td.the-empty strong{
    text-decoration: line-through;
    font-size: 72px;
    display: block;
    margin: 0 0 10px 0;
    color: #999;
}

.table-style table tr td.the-empty a{
    display: block;
    margin: 20px auto 0 auto !important;
    padding: 0 !important;
    background: #1d49a0;
    color: #FFF;
    border: none;
    width: 300px;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.table-style table tr td.the-empty a:hover{
    text-shadow: 0 0 5px rgba(255, 255, 255, .5);
    box-shadow: inset 0 45px 0 #1d49a0;
}

.table-style table span{
    padding: 5px;
    font-size: 11px;
    line-height: 11px;
    display: block;
    margin: -5px 0;
    border-radius: 5px;
    color: #FFF;
    background: #999;
    border: 1px solid #666;
    box-sizing: border-box;
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
}

.table-style table span i{
    width: 15px;
    margin: 0 3px 0 0;
    text-align: right;
}

.table-style table tr span.stat-pro{
    background: rgba(223,151,50, .65);
    border: 1px solid rgba(223,151,50, 1);
}

.table-style table tr span.stat-onpro{
    background: rgba(78, 28, 142, .65);
    border: 1px solid rgba(78, 28, 142, 1);
}

.table-style table tr span.stat-del{
    background: rgba(98,155,88, .65);
    border: 1px solid rgba(98,155,88, 1);
}

.table-style table tr span.stat-air{
    background: rgba(78, 28, 142, .65);
    border: 1px solid rgba(78, 28, 142, 1);
}
.table-style table tr span.stat-land{
    background: rgba(98,155,88, .65);
    border: 1px solid rgba(98,155,88, 1);
}


.table-style table tr td.strong{
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
}

.table-style table tr td a{
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.table-style table tr td i.fa-caret-square-o-up{
    color: rgba(98, 155, 88, 1);
}

.table-style table tr td i.fa-caret-square-o-down{
    color: rgba(209, 0, 0, 1);
}

footer{
    margin: 20px 0 0 0;
    background: rgba(55, 120, 34,1);
    background: -webkit-linear-gradient(top,  rgba(55, 120, 34,1) 70%,rgba(55, 120, 34,1) 100%);
    background: -webkit-linear-gradient(top, rgba(55, 120, 34,1) 70%, rgba(55, 120, 34,1) 100%);
    background: linear-gradient(to bottom,  rgba(55, 120, 34,1) 70%,rgba(55, 120, 34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d49a0', endColorstr='#1d49a0',GradientType=0 );
}

footer ul.foot-list{
    max-width: 1240px;
    padding: 10px 0;
    margin: 0 auto;
/*    background: rgba(78, 28, 142, .95);*/
    overflow: auto;
}

footer ul.foot-list > li{
    float: left;
    width: 16.5%;
    padding: 10px 20px;
    color: #FFF;
    box-sizing: border-box;
}

footer ul.foot-list > li:nth-child(5){
    width: 13%;
}

footer ul.foot-list > li:last-child{
    font-size: 14px;
    width: 21%;
}

footer ul.foot-list > li > .tit-list{
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

footer ul.foot-list > li > ul{}

footer ul.foot-list > li > ul > li{}

footer ul.foot-list > li > ul > li > a{
    display: block;
    color: #FFF;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 0;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

footer ul.foot-list > li > ul > li > a:hover{
    text-shadow: 0 0 5px rgba(255, 255, 255, .5);
}

footer ul.foot-list > li:last-child > img{
    width: 100%;
    margin: 0 0 10px 0;
}

footer ul.foot-list > li:last-child > ul{
    margin: 10px 0 0 0;
}

footer ul.foot-list > li:last-child > ul > li{
    font-size: 12px;
}

footer ul.foot-list > li:last-child > ul > li > a{
    font-size: 12px;
    line-height: 12px;
/*    padding: 0;*/
    display: inline-block;
}

footer ul.foot-list > li > ul > li > a > img{
    width: 100%;
}

footer .foot-bottom{
    padding: 20px 40px;
    color: #FFF;
    z-index: 99;
    border-top: 1px solid rgba(255, 255, 255, .5);
}

footer .foot-bottom a{
    color: #FFF;
    font-family: 'EsphimereBold', Helvetica, Arial, sans-serif;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

footer .foot-bottom a:hover{
    text-shadow: 0 0 5px rgba(255, 255, 255, .5);
}

footer .foot-bottom ul{
    margin: -5px -5px 0 -5px;
}

footer .foot-bottom ul li{
    float: left;
/*    overflow: auto;*/
    padding: 0 5px;
}

footer .foot-bottom ul li a{
    font-size: 20px;
    line-height: 12px;
    opacity: .75;
    transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

footer .foot-bottom ul li a:hover{
    opacity: 1;
}

footer .foot-bottom .for-copyright{
    text-align: right;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    header > ul.nav-desk > li{
        display: none;
    }
    
    header > ul.nav-desk > li:nth-child(1),
    header.on-fixed > ul.nav-desk > li:nth-child(1){
        display: block;
        width: auto;
    }
    
    header > ul.nav-desk > li.ex-web{
        display: block;
    }
    
    footer ul.foot-list{
        padding: 10px 10px;
    }
    
    footer ul.foot-list > li{
        padding: 10px;
    }
    
    footer .foot-bottom{
        padding: 20px;
    }
}

@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){
    .pop-up{
        width: 75% !important;
    }
    
    .pad-top{
        padding: 133px 0 0 0;
    }
    
    header .top-header{
        text-align: center;
    }
    
    header .top-header > ul{
        float: none;
        display: block;
        width: 100%;
        margin: 10px auto -10px auto;
        height: 35px;
    }
    
    header .top-header > ul > li{
        width: 50%;
    }
    
    header .top-header > ul > li > a:hover,
    header .top-header > ul > li > a.opened{
        border-radius: 10px 10px 0 0;
    }
    
    header > ul.nav-mobile{
        top: 133px;
    }
    
    header.on-fixed > ul.nav-mobile{
        top: 122px;
    }
    
    footer ul.foot-list{
        padding: 10px 0;
    }
    
    footer ul.foot-list > li{
        padding: 20px;
        width: 33.33% !important;
    }
    
    footer .foot-bottom{
        padding: 20px;
    }
}

@media screen and (max-width: 767px){
    header .top-header{
        text-align: center;
    }
    
    header .top-header > ul{
        float: none;
        display: block;
        width: 100%;
        margin: 10px auto -10px auto;
        height: 35px;
    }
    
    header .top-header > ul > li{
        width: 50%;
    }
    
    header .top-header > ul > li > a:hover,
    header .top-header > ul > li > a.opened{
        border-radius: 10px 10px 0 0;
    }
    
    header > ul.nav-desk > li{
        display: none;
    }
    
    header > ul.nav-desk > li:nth-child(1),
    header.on-fixed > ul.nav-desk > li:nth-child(1){
        display: block;
        width: auto;
    }
    
    header > ul.nav-desk > li.ex-web{
        display: block;
    }
    
    ul.step-shipment li{
        padding: 20px 10px;
    }
    
    ul.step-shipment li span{
        display: block;
        margin: 0 auto 10px auto;
    }
    
    ul.step-shipment li i.fa{
        display: block;
        font-size: 20px;
        margin: 0 0 5px 0;
    }
    
    footer ul.foot-list{
        padding: 10px 0;
    }
    
    footer ul.foot-list > li{
        padding: 20px;
    }
    
    footer .foot-bottom{
        padding: 20px;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape){
    .pop-up{
        width: 90% !important;
    }
    
    .pop-up .pop-content{
        max-height: 200px;
    }
    
    .pad-top{
        padding: 133px 0 0 0;
    }
    
    header > ul.nav-mobile{
        top: 133px;
    }
    
    header.on-fixed > ul.nav-mobile{
        top: 122px;
    }
    
    footer ul.foot-list > li{
        width: 33.33% !important;
    }
}

@media screen and (max-width: 767px) and (orientation: portrait){
    .pop-up{
        width: 90% !important;
    }
    
    .pop-up .pop-content{
        max-height: 400px;
    }
    
    .pad-top{
        padding: 153px 0 0 0;
    }
    
    ul.form-reg > li > label.hidden{
        display: none;
    }
    
    .spaning{
        display: block;
        height: 5px;
        overflow: hidden;
    }
    
    header > ul.nav-mobile{
        top: 153px;
    }
    
    header.on-fixed > ul.nav-mobile{
        top: 142px;
    }
    
    ul.form-reg > li.duo{
        width: 100%;
    }
    
    footer ul.foot-list{
        padding: 10px 0;
    }
    
    footer ul.foot-list > li{
        padding: 10px 20px;
        width: 100% !important;
    }
    
    footer .foot-bottom ul{
        overflow: auto;
        width: 150px;
        margin: 0 auto 5px auto;
    }
    
    footer .foot-bottom ul li{
        width: 20%;
        box-sizing: border-box;
    }
    
    footer .foot-bottom .for-copyright{
        text-align: center;
    }
}

/*
@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){}
*/