/* The list:
BODY THINGS
SCROLLER
MJC COLORS
MJC BTN
MJC BLUR
MJC_T4_ANIMATE
FILTERS_VIEW
MJC ALERTS
MJC TAB
MJC TITLE
ANIMATED ALERTS
mjc-PageEmptyInfo
mjcStyleFORM
WRAPPER
MODAL WINDOW
TOOLTIP
...
FOR_ADULTS
COOKIES
VS_FOOTER
...
itemList
itemList-item
...
HOME_HEADER
*/

/*BODY THINGS START*/
body{
    opacity:0;
}
body,
body *{
    
}
body .ace_editor,
body .ace_editor *{
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace !important;
    font: 12px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace !important;
    font-weight: normal !important;
    font-size: 12px !important;
}
body{
    margin: 0;
    padding: 0;
}
body, *{
    
}
.w100{
    width:100%;
}
/*BODY THINGS END*/

/*SCROLLER START*/
.scroll-it-always-visible .mCSB_scrollTools{
    opacity:1 !important;
}
/*SCROLLER END*/

/*MJC COLORS START*/
.mjc-pink-color                 {}
.mjc-pink-bg                    {}
.mjc-pink-hover:hover           {}
.mjc-lightgreen-color           {color:#3CEFAE;}
.mjc-lightgreen-bg              {background:#3CEFAE;}
.mjc-lightgreen-hover:hover     {color:#3CEFAE;}
.mjc-green-color                {color:#2C7A74;}
.mjc-green-bg                   {background:#2C7A74;}
.mjc-green-hover:hover          {color:#2C7A74;}
.mjc-darkgreen-color            {}
.mjc-darkgreen-bg               {}
.mjc-darkgreen-hover:hover      {}
.mjc-dark-color                 {color:#132E31;}
.mjc-dark-bg                    {background:#132E31;}
.mjc-dark-hover:hover           {color:#132E31;}
.mjc-invalid-color              {color:#a94442;}
.mjc-invalid-bg                 {background: #f2dede;}
.mjc-success-color              {color:#3c763d;}
.mjc-success-bg                 {background: #dff0d8;}
.mjc-info-color                 {}
.mjc-info-bg                    {}
/*MJC COLORS END*/

/*MJC BTN START*/
.btn-cool{
    position: relative;
    display: inline-block;
    height: 45px;
    min-width: 180px;
    line-height: 37px;
    font-size: 16px;
    background: #3CEFAE !important;
    color: #132E31 !important;
    cursor: pointer;
    margin: 20px auto 0;
    padding: 0px 20px;
    border: 0;
    border-radius: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-cool:hover{
    background: #132E31 !important;
    color: #3CEFAE !important;
}
.btn-cool-border{
    border: 4px #3CEFAE solid !important;
}
.btn-cool-border:hover{
    border: 4px #3CEFAE solid !important;
}
.btn-cool-dark,
.btn-cool-dark-border{
    position: relative;
    display: inline-block;
    height: 45px;
    min-width: 180px;
    line-height: 37px;
    font-size: 16px;
    background: #132E31 !important;
    color: #3CEFAE !important;
    cursor: pointer;
    margin: 20px auto 0;
    padding: 0px 20px;
    border: 0;
    border-radius: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-cool-dark:hover{
    background: #3CEFAE !important;
    color: #132E31 !important;
}
.btn-cool-dark-border{
    border: 4px #3CEFAE solid !important;
}
.btn-cool-dark-border:hover{
    border: 4px #132E31 solid !important;
    background: #3CEFAE !important;
    color: #132E31 !important;
}
.btn-success{
    background-color: #3CEFAE !important;
    border-color: #3CEFAE !important;
    border-radius: 0px !important;
}
.btn-success:hover{
    background-color: #fff !important;
    color: #3CEFAE !important;
    border-color: #3CEFAE !important;
}
.btn-primary{
    background-color: #286090;
    border-color: #286090 !important;
    border-radius: 0px !important;
}
.btn-primary:hover{
    background-color: #fff !important;
    color: #286090 !important;
    border-color: #286090 !important;
}
.btn-danger{
    background-color: #d9534f;
    border-color: #d9534f !important;
    border-radius: 0px !important;
}
.btn-danger:hover{
    background-color: #fff !important;
    color: #d9534f !important;
    border-color: #d9534f !important;
}
.btn-warning,
.btn-orange{
    background-color: #f0ad4e;
    border-color: #f0ad4e !important;
    border-radius: 0px !important;
    color: #fff !important;
}
.btn-warning:hover,
.btn-orange:hover{
    background-color: #fff !important;
    color: #f0ad4e !important;
    border-color: #f0ad4e !important;
}
.btn-default{
    background-color: #fff;
    border-color: #eee !important;
    border-radius: 0px !important;
}
.btn-default:hover{
    background-color: #eee !important;
    /*color: #888 !important;*/
    border-color: #ccc !important;
}
.btn-anchor,
.btn-anchor-border{
    position: relative;
    display: block;
    margin-top: 20px;
    line-height: 45px;
    height: 45px;
    cursor: pointer;
    color: #132E31;
}
.btn-anchor:hover,
.btn-anchor-border:hover{
    color: #2C7A74;
}
.btn-anchor-border{
    border: 1px transparent solid;
}
.btn-anchor-border:hover{
    border: 1px #132E31 solid;
}
button.btn:focus,
button.btn:active,
button.btn:visited{
    outline:0 !important;
}
button.btn span.glyphicon{
    margin-right:7px;
}
/*MJC BTN END*/


/*MJC BLUR START*/
.blur{
    filter: blur(15px);
    -webkit-filter: blur(15px);
}
/*MJC BLUR END*/

/*MJC_T4_ANIMATE START*/
.t{
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.t0{
    -webkit-transition: all .0s ease-in-out !important;
    -moz-transition: all .0s ease-in-out !important;
    -o-transition: all .0s ease-in-out !important;
    transition: all .0s ease-in-out !important;
}
.t2{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.t3{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.t4,
.btn-anchor,
.btn{
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.t5{
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.t8{
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.t10{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.btn{
    -webkit-transition: all .4s; /* Safari */
    transition: all .4s;
}
/*MJC_T4_ANIMATE END*/
.left, .text-left{
    text-align: left;
}
.right, .text-right{
    text-align: right;
}
.center, .text-center{
    text-align: center;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.fc{
    margin-left: auto;
    margin-right: auto;
}
.r{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.m5{ margin:5px; }
.m10{ margin:10px; }
.m15{ margin:15px; }
.m20{ margin:20px; }
.m25{ margin:25px; }
.m30{ margin:30px; }
.mt5{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt15{ margin-top:15px; }
.mt20{ margin-top:20px; }
.mt25{ margin-top:25px; }
.mt30{ margin-top:30px; }
.mr5{ margin-right:5px; }
.mr10{ margin-right:10px; }
.mr15{ margin-right:15px; }
.mr20{ margin-right:20px; }
.mr25{ margin-right:25px; }
.mr30{ margin-right:30px; }
.mb5{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }
.mb25{ margin-bottom:25px; }
.mb30{ margin-bottom:30px; }
.ml5{ margin-left:5px; }
.ml10{ margin-left:10px; }
.ml15{ margin-left:15px; }
.ml20{ margin-left:20px; }
.ml25{ margin-left:25px; }
.ml30{ margin-left:30px; }
.p5{ padding:5px; }
.p10{ padding:10px; }
.p15{ padding:15px; }
.p20{ padding:20px; }
.p25{ padding:25px; }
.p30{ padding:30px; }
.pt5{ padding-top:5px; }
.pt10{ padding-top:10px; }
.pt15{ padding-top:15px; }
.pt20{ padding-top:20px; }
.pt25{ padding-top:25px; }
.pt30{ padding-top:30px; }
.pr5{ padding-right:5px; }
.pr10{ padding-right:10px; }
.pr15{ padding-right:15px; }
.pr20{ padding-right:20px; }
.pr25{ padding-right:25px; }
.pr30{ padding-right:30px; }
.pb5{ padding-bottom:5px; }
.pb10{ padding-bottom:10px; }
.pb15{ padding-bottom:15px; }
.pb20{ padding-bottom:20px; }
.pb25{ padding-bottom:25px; }
.pb30{ padding-bottom:30px; }
.pl5{ padding-left:5px; }
.pl10{ padding-left:10px; }
.pl15{ padding-left:15px; }
.pl20{ padding-left:20px; }
.pl25{ padding-left:25px; }
.pl30{ padding-left:30px; }
.mjc-required{
    color: red;
    display:none;
}
[data-required="1"] > .mjc-required{
    display:inline;
}


/*FILTERS_VIEW START*/

.filters-results-view{
    position: relative;
    display:inline-block;
    float:right;
    height: 35px;
    width: 330px;
    text-align: right;
    color: #132E31;
}
.filters-results-view .txt{
    position: relative;
    display:inline-block;
    font-size: 14px;
}
.filters-results-view .filters-view-1,
.filters-results-view .filters-view-2,
.filters-results-view .filters-view-3{
    position: relative;
    display: inline-block;
    padding: 0 10px;
    cursor:pointer;
    font-size: 21px;
}
.filters-results-view .filters-view-1:hover,
.filters-results-view .filters-view-2:hover,
.filters-results-view .filters-view-3:hover,
.filters-results-view .filters-view-1.active,
.filters-results-view .filters-view-2.active,
.filters-results-view .filters-view-3.active{
    color: #3CEFAE;
}
.filters-results-view .filters-view-1 span{
    top: 3px;
}

/*FILTERS_VIEW END*/


/*MJC ALERTS START*/
.mjc-alert{
    position:relative;
    display:block;
    float:left;
    width: 100%;
    padding: 5px 7px;
    margin: 20px 0;
}
.mjc-alert b{
    margin-right:5px;
}
.mjc-alert .glyphicon{
    margin-right: 5px;
}
.mjc-alert.invalid,
.mjc-alert.error{
    color: #a94442;
    background-color: #f2dede;
    border: 1px #a94442 solid;
}
.mjc-alert.success{
    border: 1px #3c763d solid;
    color: #3c763d;
    background-color: #dff0d8;
}
.mjc-alert.information,
.mjc-alert.info{
    color: #31708f;
    background-color: #d9edf7;
    border: 1px #31708f solid;
}
/*MJC ALERTS END*/


/*MJC TAB START*/
.mjc-tabs{
    
}
.mjc-tab.active{
    
}
.mjc-tab{
    
}
.mjc-tab.active{
    
}
/*MJC TAB END*/


/*MJC TITLE START*/
.mjc-title,
.mjc-title-1,
.mjc-title-2,
.mjc-title-3,
.mjc-title-4,
.mjc-title-5,
.mjc-title-6{
    text-align: center;
    font-weight: 600;
    margin: 55px 0;
    color: #132E31;
    text-shadow: 0px 0px 2px #132E31;
    letter-spacing: 1px;
}
.mjc-title,
.mjc-title-1{
    font-size: 40px;
}
.mjc-title-2{
    font-size: 32px;
}
.mjc-title-3{
    font-size: 28px;
}
.mjc-title-4{
    font-size: 24px;
}
.mjc-title-5{
    font-size: 20px;
}
.mjc-title-6{
    font-size: 16px;
}
/*MJC TITLE END*/

/*ANIMATED ALERTS START*/
.mjcAlertMessages{
    position:fixed;
    display:block;
    bottom:5px;
    left:0;
    height:auto;
    width:480px;
    overflow: hidden;
    z-index: 100;
}
.mjcAlertMessages .mjcAlertMessages-msg{
    position: relative;
    display: block;
    width: 460px;
    height: auto;
    margin: 5px 10px;
    float: left;
    padding: 10px 5px;
    cursor:pointer;
}
.mjcAlertMessages .mjcAlertMessages-msg[data-type="default"]{
    color: #000;
    background-color: #eee;
    border: 1px #555 solid;
}
.mjcAlertMessages .mjcAlertMessages-msg[data-type="success"]{
    border: 1px #3c763d solid;
    color: #3c763d;
    background-color: #dff0d8;
}
.mjcAlertMessages .mjcAlertMessages-msg[data-type="error"]{
    color: #a94442;
    background-color: #f2dede;
    border: 1px #a94442 solid;
}
.mjcAlertMessages .mjcAlertMessages-msg[data-type="info"]{
    color: #31708f;
    background-color: #d9edf7;
    border: 1px #31708f solid;
}
.mjcAlertMessages .mjcAlertMessages-msg .glyphicon{
    font-size: 22px;
    margin-right: 7px;
}
/*ANIMATED ALERTS END*/


/*mjc-PageEmptyInfo START*/
.mjc-PageEmptyInfo{
    position: relative;
    display: none;
    margin: 0 auto;
    width: 800px;
    padding: 15px;
    text-align: center;
    color: #bbb;
    font-weight: bold;
    font-size: 30px;
}
.mjc-PageEmptyInfo[data-count="0"]{
    display: block;
}
/*mjc-PageEmptyInfo END*/


/*mjcStyleFORM START */
input.mjc-style,
select.mjc-style,
textarea.mjc-style{
    position:relative;
    display:block;
    float:left;
    width: 100%;
    padding: 3px 7px;
    height:34px;
    border: 1px #aaa solid;
}
textarea.mjc-style{
    height:100px;
}
input.mjc-style:focus,
input.mjc-style:active,
input.mjc-style:visited,
select.mjc-style:focus,
select.mjc-style:active,
select.mjc-style:visited,
textarea.mjc-style:focus,
textarea.mjc-style:active,
textarea.mjc-style:visited{
    border: 1px #3CEFAE solid;
    outline:0;
}
.mjc-checkbox{
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.mjc-checkbox:hover .mjc-checkbox-hover{
    
}
.mjc-checkbox .glyphicon.glyphicon-ok{
    position: absolute;
    border: #aaa 1px solid;
    color: #3CEFAE;
    font-size: 23px;
    top: -2px;
    left: -2px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.mjc-checkbox .glyphicon.glyphicon-remove{
    position: absolute;
    color: #a94442;
    border: #aaa 1px solid;
    font-size: 22px;
    top: -1px;
    left: -1px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.mjc-checkbox .mjc-checkbox-hover{
    margin-left: 7px;
}
.mjc-checkbox .mjc-checkbox-text{
    margin-left: 19px;
}
/* mjcStyleFORM END */


/*WRAPPER START*/
.wrapper,
.wrapper-1000,
.wrapper-800,
.wrapper-700,
.wrapper-600{
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.wrapper{
    width: 1200px;
}
.wrapper-1000{
    width: 1000px;
}
.wrapper-800{
    width: 800px;
}
.wrapper-700{
    width: 700px;
}
.wrapper-600{
    width: 600px;
}
/*WRAPPER END*/


/*MODAL WINDOW START*/

section.modalWindow{
    position: fixed;
    display:block;
    top:0;
    right:0;
    width: 100%;
    height: 100vh;
    background:rgba(0,0,0,0.5);
    z-index: 10;
}
section.modalWindow .modalWindowContainer{
    position: absolute;
    display:block;
    top:150px;
    left:50%;
    background: #fff;
    padding:30px;
}
section.modalWindow .modalWindowContainer .modalWindowClose{
    position: absolute;
    display:block;
    top:0;
    right:0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    cursor:pointer;
    color: rgb(19, 46, 49);
    background:rgba(255,255,255,0.05);
}
section.modalWindow .modalWindowContainer .modalWindowClose:hover{
    background:rgba(255,255,255,0.1);
    color: #3CEFAE;
}
section.modalWindow .modalWindowContainer .modalWindowTitle{
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    margin: 20px 0;
}
section.modalWindow .modalWindowContainer > button .glyphicon{
    margin-left: 5px;
    margin-right: 0px;
}
section.modalWindow .modalWindowContainer .addItemModalForm button .glyphicon{
    margin-left: 5px;
    margin-right: 0px;
}
/*MODAL WINDOW END*/


/*TOOLTIP START*/

.tip{
    position:relative;
}
.tip .glyphicon{
    color: #31708f;
    font-size: 22px;
    margin-left: 9px;
    position: absolute;
    top: -5px;
    cursor: pointer;
}
.tip .tip-text{
    position: absolute;
    bottom: 38px;
    left: 0px;
    z-index: 11;
    background: rgba(0, 0, 0, 0.9);
    width: 200px;
    color: #fff;
    padding: 10px 20px;
    display:none;
}
.tip .tip-text:after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: -16px;
    left: 10px;
    border-left: 8px transparent solid;
    border-top: 8px rgba(0, 0, 0, 0.9) solid;
    border-right: 8px transparent solid;
    border-bottom: 8px transparent solid;
    /*display:none;*/
}

/*TOOLTIP END*/


/* DO UPORZADKOWANIA: */
.txt-home-style{
    position: relative;
    display:block;
    width:100%;
    text-align: center;
}
.txt-home-style:after{
    content: "";
    display: block;
    position: absolute;
    top:50%;
    margin-top: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #132E31;
}
.pdp-textarea-counter{
    position: relative;
    display: block;
    width: 100%;
    height: 32px;
    float: left;
    margin-top: -1px;
    background: #fff;
    border-bottom: 1px rgb(169, 169, 169) solid;
    border-left: 1px rgb(169, 169, 169) solid;
    border-right: 1px rgb(169, 169, 169) solid;
    line-height: 32px;
    padding-left: 7px;
    color: #aaa;
}
/* HEADER */
section.vs-header{
    position: fixed;
    display:block;
    top: 0;
    left:0;
    width:100%;
    height:60px;
    color:#fff;
    z-index: 10;
    background: #fff;
    border-bottom: 5px #f0f0f0 solid;
}
section.vs-header .header-bg-opacity{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
}
section.vs-header .vs-header-logo{
    position: relative;
    display: block;
    float: left;
    height:55px;
    z-index: 2;
}
section.vs-header .vs-header-logo .font-special-bold{
    position: relative;
    display: inline-block;
    color: #132E31;
    line-height: 55px;
    height: 55px;
    font-size: 28px;
    padding: 0 20px;
    text-decoration: none;
}
section.vs-header .vs-header .vs-header-logo img{
    height:55px;
}
section.header #ls{
    position: relative;
    display: block;
    float: right;
    height: 45px;
    margin-top: 5px;
    line-height: 45px;
    margin-right: 25px;
    padding: 0px 15px;
    cursor: pointer;
    color:#132E31;
}
.login-open-window{
    position: relative;
    display: block;
    float:right;
    margin-top: 5px;
    margin-right: 25px;
    height: 45px;
    width: 180px;
    font-size: 16px;
    background: #132E31 !important;
    border: 0px #3CEFAE solid !important;
    color: #3CEFAE !important;
}
.login-open-window:hover{
    background: #3CEFAE !important;
    border: 0px #3CEFAE solid !important;
    color: #132E31 !important;
}
section.vs-header .vs-header-wrapper{
    height:55px;
    width: calc(100% - 100px);
    margin: 0 auto;
}
.register-open-window{    
    margin-left: -125px;
    left: 50%;
    top: 7px;
    height: 40px;
    min-width: 250px;
    right:auto;
    background: #ffe807;
    color: black;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
}
/* LOGGED USER MENU */
section.vs-header .vs-header-wrapper .vs-header-menu-btn{
    position: relative;
    display: block;
    width: 250px;
    height: 55px;
    cursor:pointer;
    color:#132E31;
}
section.vs-header .vs-header-wrapper .vs-header-menu-btn.active{
    color:#fff;
    background:#132E31;
}
section.vs-header .vs-header-wrapper .vs-header-menu-btn table,
section.vs-header .vs-header-wrapper .vs-header-menu-btn table td{
    position: relative;
    width: 250px;
    height: 55px;
}
section.vs-header .vs-header-wrapper .vs-header-menu-btn table td.avatar{
    width: 45px;
    max-width: 45px;
}
section.vs-header .vs-header-wrapper .vs-header-menu-btn table td.text{
    width: 150px;
    max-width: 150px;
    vertical-align: middle;
}
section.vs-header .vs-header-wrapper .vs-header-menu-btn table td.glyph{
    width: 45px;
    max-width: 45px;
    text-align: center;
    font-size: 29px;
}
section.vs-header .vs-header-wrapper .vs-header-menu-btn table td.glyph .vs-header-menu-btn-glyph{
    background: rgba(0,0,0,0.1);
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
section.vs-header .vs-header-wrapper .vs-header-menu-btn.active table td.glyph .vs-header-menu-btn-glyph{
    background: rgba(255,255,255,0.5);
}
section.vs-header .vs-header-wrapper .vs-header-menu-btn table td.glyph span.glyphicon{
    font-size: 20px;
    top: -5px;
    text-align: center;
    width: 30px;
    height: 30px;
}
section.vs-header .vs-header-wrapper .vs-header-menu-btn table td.glyph .vs-header-menu-btn-underglyph{
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: inline-block;
    float: left;
    font-weight: bold;
    margin-top: -5px;
}
section.vs-header .vs-header-wrapper .vs-header-menu-btn .vs-header-menu-btn-userName{
    word-break: break-word;
    text-align: center;
    padding: 0 15px;
    font-size: 12px;
    line-height: 14px;
}
section.vs-header .vs-header-wrapper .vs-header-menu-btn .vs-header-menu-btn-avatar{
    width: 45px;
    height: 45px;
    background: rgba(0,0,0,0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
section.vs-header .vs-header-wrapper .vs-header-menu-btn.active .vs-header-menu-btn-avatar{
    background: rgba(255,255,255,0.3);
}
section.vs-header .vs-header-wrapper .vs-header-menu-btn .vs-header-menu-btn-avatar img{
    width: 45px;
    height: 45px;
}
section.userMenuSection{
    position: fixed;
    display: none;
    width: 250px;
    background: transparent;
    top: -10000px;
    right:0px;
    z-index: 9;
    height: calc(100vh - 60px);
}
section.userMenuSection .pseudoMenuButton{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height:60px;
    cursor: pointer;
}
section.userMenuSection .userMenu-relative{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height:100vh;
    text-align: center;
    background: rgba(212, 212, 212, 1);
}
section.userMenuSection .userMenu-relative .userMenu-avatar{
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    width: 125px;
    height: 125px;
    display: inline-block;
    overflow: hidden;
}
section.userMenuSection .userMenu-relative .userMenu-avatar img{
    width: 100%;
}
section.userMenuSection .userMenu-relative .userMenuLastlogin{
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    color: #132E31;
    font-size: 12px;
}
section.userMenuSection .userMenu-relative .userMenuItems{
    
}
section.userMenuSection .userMenu-relative .userMenuItems .userMenuItem{
    position: relative;
    display: block;
    height: 40px;
    width: 100%;
    float: left;
    color: #132E31;
    text-decoration: none;
    line-height: 40px;
    text-align: left;
    cursor: pointer;
}
section.userMenuSection .userMenu-relative .userMenuItems .userMenuItem.text-center{
    text-align: center;
}
section.userMenuSection .userMenu-relative .userMenuItems .userMenuItem:hover{
    background: #132E31;
}
section.userMenuSection .userMenu-relative .userMenuItems .userMenuItem:hover .userMenuItemText{
    color: #FFF;
}
section.userMenuSection .userMenu-relative .userMenuItems.userMenuBottomItems .userMenuItem:hover .userMenuItemText{
    color: #d9534f;
}
section.userMenuSection .userMenu-relative .userMenuItems.userMenuBottomItems .userMenuItem:hover .glyphicon{
    color: #d9534f;
}
section.userMenuSection .userMenu-relative .userMenuItems.userMenuBottomItems .userMenuItem:hover{
    background: #eee;
}
section.userMenuSection .userMenu-relative .userMenuItems .userMenuItem .userMenuItemText{
    text-align: left;
}
section.userMenuSection .userMenu-relative .userMenuItems .userMenuItem.text-center .userMenuItemText{
    text-align: center;
}
section.userMenuSection .userMenu-relative .userMenuItems .userMenuItem .glyphicon{
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    line-height: 30px;
    text-align: center;
    background: #ddd;
    margin: 5px 10px;
}
section.userMenuSection .userMenu-relative .userMenuItems .userMenuItem.text-center .glyphicon{
    display: inline-block;
    float: none;
}
.userMenuLanguageSwitcher{
    position: relative;
    display: block;
    float: left;
    cursor: pointer; 
    width: 100%;
}
/* END LOGGED USER MENU */
/* LOGOUT WINDOW */
.js-HTML-real[data-code="_logged-startLogout"]{
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 11;
}
.js-HTML-real[data-code="_logged-startLogout"] .logout-window{
    position: fixed;
    display: block;
    top: 200px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: 270px;
    background: #eee;
    padding:30px;
}
.js-HTML-real[data-code="_logged-startLogout"] .logout-window .logout-window-loading{
    position: relative;
    display: block;
    margin: 0px auto;
    width: 150px;
    height: 150px;
}
.js-HTML-real[data-code="_logged-startLogout"] .logout-window .logout-window-loading .lmn-loader-cover{
    background: transparent;
}
.js-HTML-real[data-code="_logged-startLogout"] .logout-window .logout-window-text-process,
.js-HTML-real[data-code="_logged-startLogout"] .logout-window .logout-window-text-success,
.js-HTML-real[data-code="_logged-startLogout"] .logout-window .logout-window-text-error{
    text-align: center;
    color: #132E31;
    line-height: 79px;
    font-size: 22px;
}

/* END LOGOUT WINDOW */
/* LANGUAGE SWITCHER */

.vs-language-switcher{
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    padding: 20px; 
    top: 0px; 
    left: 0;
    opacity:1;
    background: #fff;
    z-index:101;
}
.vs-language-switcher .super-title{
    text-align: center;
    font-size: 46px;
    margin: 20px 0;
    color: #132E31;
    text-shadow: 0px 0px 2px #132E31;
    width: 100%;
    display: inline-block;
}
.vs-language-switcher .lsl-all{
    padding-bottom: 50px;
    float: left;
    display: block;
    position: relative;
}

.vs-language-switcher .txt-home-style{
    clear: both;
    float: left;
    margin: 20px 0;
}
.vs-language-switcher .txt-home-style > span {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}
.vs-languageSwitcher-close{
    position: absolute;
    top: 0;
    right: 0;
    height: 55px;
    width: 55px;
    display: block;
    line-height: 62px;
    text-align: center;
    font-size: 35px;
    color: rgb(19, 46, 49);
    cursor: pointer;    
    z-index: 130;
}
.vs-languageSwitcher-close:hover{
    color:#3CEFAE;
}
.vs-languageSwitcher-wrapper{
    position: relative;
    display:block;
    margin:0px auto;
    width:800px;
    max-width: 100%;
    max-height: 100vh;
}
.vs-language-switcher a:active,
.vs-language-switcher a:visited,
.vs-language-switcher a:hover,
.vs-language-switcher a{
    color:#666;
    text-decoration: none;
    padding-left:10px;
}
.vs-language-switcher .lsi{
    display: block;
    float: left;
    position: relative;
    width: 25%;
    height: 28px;
    line-height: 28px;
}
.vs-language-switcher .lsi-cover{
    position: absolute;
    display:block;
    top:0;
    left: 0;
    background: rgba(60, 239, 174, 0.2);
    z-index:1;
    width: 100%;
    height: 28px;
}
.vs-language-switcher .lsi:not(.active):hover{
    background: #132E31;
}
.vs-language-switcher .lsi:not(.active):hover a{
    color:#fff;
}

.txt-home-style > span{
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    background: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    z-index: 1;
}
/*.txt-home-style > span:before{
    content: "";
    position: absolute;
    display: inline;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    border: 3px #eee solid;
    text-align: center;
    margin: 0 20%;
}*/
.txt-home-style > span > span{
    position: relative;
    display: block;
    color: transparent;
}
.txt-home-style > span > span > span{
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    z-index: 1;
    color: #132E31;
}
@media (max-width: 800px){
    .vs-language-switcher .lsi {
        width: 33%;
    }
}
@media (max-width: 550px){
    .vs-language-switcher .lsi {
        width: 50%;
    }
}
@media (max-width: 340px){
    .vs-language-switcher .lsi {
        width: 100%;
    }
}
/* END LANGUAGE SWITCHER */

.logo-style{
    position: relative;
    display: block;
    float: left;
    font-size: 22px;
    line-height: 55px;
    height: 55px;
    margin: 0 20px;
}
.logo-style:hover,
.logo-style:active{
    text-decoration: none;
}
.logo-style,
.logo-style span{
    color: #132E31;
}
.logo-style > span{
    position: relative;
    display: block;
    width: 100%;
    height: 35px;
    margin-top:10px;
}
.logo-style > span:before{
    content: "";
    position: absolute;
    display: inline;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    border: 3px #eee solid;
    text-align: center;
    margin: 0 20%;
}
.logo-style > span > span{
    position: relative;
    display: block;
    color: transparent;
    line-height: 35px;
}
.logo-style > span > span > span{
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    z-index: 1;
}
section.header .home-login-form{
    position: relative;
    display: block;
    float: right;
}
section.header .language-switcher{
    position: relative;
    display: block;
}

/* FOR_ADULTS START */
.for-adults-cover{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1000000;
}
.for-adults-c{
    position: absolute;
    top: 130px;
    left: 50%;
    width: 100%;
    max-width: 500px;
    margin-left: -250px;
    z-index: 1000001;
    display: block;
    background: #fff;
    padding: 20px;
    border: 1px #888 solid;
}
.for-adults-c .for-adults-title{
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}
.for-adults-c .for-adults-desc{
    margin-bottom: 15px;
}
.for-adults-cover .for-adults-c a{
    display: block;
    float: left;
    line-height: 34px;
    height: 34px;
}
.for-adults-cover .for-adults-c button{
    float: right;
}
/* FOR_ADULTS END */

/* COOKIES START */
.vs-cookies-box{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #132E31;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.vs-cookies-box .wrapper{
    height: 120px;
}
.vs-cookies-box .wrapper .cookie-img{
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    float: left;
    text-align: center;
}
.vs-cookies-box .wrapper .cookie-img img{ 
    height: 100px;
    margin-top: 10px;
}
.vs-cookies-box .wrapper .cookie-txt{
    position: relative;
    display: table;
    width: calc(100% - 370px);
    height: 120px;
    float: left;
}
.vs-cookies-box .wrapper .cookie-close{
    position: relative;
    display: block;
    width: 240px;
    height: 120px;
    float: left;
    text-align: center;
}
.vs-cookies-box .wrapper .cookie-txt .cookie-txt-in{
    position: relative;
    display: table-cell;
    width: 1100px;
    height: 120px;
    vertical-align: middle;
    color: #fff;
}
.vs-cookies-box .wrapper .cookie-txt .cookie-txt-in a{
    color: #3CEFAE;
}
.vs-cookies-box .wrapper .cookie-txt .cookie-txt-in span{
    font-size: 18px;
}
.vs-cookies-box .wrapper .cookie-close .cookie-close-c{
    position: relative;
    display: inline-block;
    height: 45px;
    min-width: 180px;
    line-height: 37px;
    font-size: 16px;
    background: #3CEFAE !important;
    border: 4px #3CEFAE solid !important;
    color: #132E31 !important;
    cursor: pointer;
    margin-top: 39px;
    text-align: center;
}
.cookie-close .cookie-close-c p{
    display: inline;
}
.cookie-close .cookie-close-c .glyphicon.glyphicon-ok{
    padding-right: 10px;
}
.vs-cookies-box .wrapper .cookie-close .cookie-close-c:hover{
    background: #132E31 !important;
    border: 4px #3CEFAE solid !important;
    color: #3CEFAE !important;
}
@media (max-width: 666px){
    .vs-cookies-box .wrapper .cookie-txt {
        width: calc(100% - 120px);
    }
    .vs-cookies-box .wrapper .cookie-close {
        width: 100%;
    }
}
/* COOKIES END */


/*VS_FOOTER START*/
section.vs-footer{
    position: relative;
    width: 100%;
    background:#132E31;
    float: left;
}
section.vs-footer .vs-footer-main-menu{
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #fff;
}
section.vs-footer .vs-footer-main-menu > span,
section.vs-footer .vs-footer-main-menu > a{
    margin: 0 5px;
    color: #fff;
    text-decoration: none;
}
section.vs-footer .vs-footer-main-menu > span.t4,
section.vs-footer .vs-footer-main-menu > a.t4{
    cursor:pointer;
}
section.vs-footer .vs-footer-main-menu > span.t4:hover,
section.vs-footer .vs-footer-main-menu > a.t4:hover{
    color:#3CEFAE;
}
section.vs-footer .vs-footer-logo{
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    text-align: center;
}
section.vs-footer .vs-footer-logo .vs-footer-logo-hr{
    position: relative;
    display: block;
    height: 5px;
    background: #fff;
    width: 90%;
    margin-left: 5%;
    top: 54px;
}
section.vs-footer .vs-footer-logo .font-special-bold{
    position: relative;
    display: inline-block;
    width: auto;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-size: 60px;
    text-decoration: none;
    cursor: pointer;
    top: 0;
    background: #132E31;
    padding: 0 25px;
}
section.vs-footer .vs-footer-languages{
    position: relative;
    display: block;
    margin: 0 auto;
}
section.vs-footer .vs-footer-languages .footer-languages-subtitles{
    position: relative;
    display: block;
    width: 100%;
    font-size: 28px;
    margin: 39px 0;
    text-align: center;
    color: #fff;
}
section.vs-footer .vs-footer-languages .footer-languages-container{
    position: relative;
    display: block;
    width: 800px;
    max-width: 100%;
    margin: 10px auto 100px;
    text-align: center;
}
section.vs-footer .vs-footer-languages a{
    position: relative;
    display: inline-block;
    width: 160px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    cursor:pointer;
}
section.vs-footer .vs-footer-languages a:hover{
    color:#3CEFAE;
}
/*VS_FOOTER START END*/
section.vs-login-register{
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
}
section.vs-login-register .close-window{
    position: absolute;
    top: 0;
    right: 0;
    height: 55px;
    width: 55px;
    display: block;
    line-height: 62px;
    text-align: center;
    font-size: 35px;
    color: rgb(19, 46, 49);
    cursor: pointer;
    z-index: 150;
}
section.vs-login-register .close-window:hover{
    color:#3CEFAE;
}


.invalid-login,
.invalid-form-1{
    display:none;
    background: #eee;
    margin: 5px 0;
    padding: 5px;
    text-align: center;
}
.account-created-verify-email{
    text-align: center;
    color:#F00;
    display:inline-block;
    width:100%;
    margin-top: 10px;
}
.account-created-what-now{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin: 15px 0;
}
.account-created-what-now-or{
    margin: 15px 0 30px 0;
}
.grey-line{
    position: relative;
    display: block;
    width:100%;
    height:1px;
    border-bottom: 1px #aaa solid;
    margin:20px 0;
}
.ggg-gallery-cover{
    position: fixed;
    display: block;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:rgba(0,0,0,0.95);
    z-index: 301;
    cursor: pointer;
}
.ggg-gallery-cover-span{
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #3CEFAE;
    font-size: 34px;
    cursor: pointer;
    z-index: 302;
    /* background: #000; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    border: 2px transparent solid; 
}
.ggg-gallery-cover-span:hover{
    background: #3CEFAE; 
    color:#132E31;
    border: 2px #132E31 solid; 
}
.ggg-gallery{
    position: fixed;
    display: block;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    z-index: 302;
    padding:50px;
}
.ggg-gallery .ggg-gallery-prev,
.ggg-gallery .ggg-gallery-next{
    position: fixed;
    display: block;
    top:50%;
    margin-top:-20px;
    width:40px;
    height:40px;
    line-height: 40px;
    text-align: center;
    color: #3CEFAE;
    font-size: 30px;
    background: #000;
    z-index: 302;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.ggg-gallery .ggg-gallery-prev:hover,
.ggg-gallery .ggg-gallery-next:hover{
    color: #3CEFAE;
}
.ggg-gallery .ggg-gallery-prev span,
.ggg-gallery .ggg-gallery-next span{
    position: relative;
    display: block;
    width:40px;
    height:40px;
    line-height: 40px;
    text-align: center;
}
.ggg-gallery .ggg-gallery-prev{left:5px;}
.ggg-gallery .ggg-gallery-next{right:5px;}
.ggg-gallery .ggg-gallery-image{
    position: absolute;
    display: none;
}
.ggg-gallery .ggg-gallery-image.current{
    display: block;
    text-align: center;
    vertical-align: middle;
    width: calc(100% - 100px);
    height: calc(100vh - 100px);
}
.ggg-gallery .ggg-gallery-image img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.97);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.97);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.97);
}
.ggg-option-remove{
    position: fixed;
    display: block;
    bottom: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #3CEFAE;
    font-size: 22px;
    cursor: pointer;
    z-index: 302;
    background: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.ggg-option-remove span.glyphicon{
    font-size: 16px;
}
.ggg-option-remove:hover{
    color: #3CEFAE;
}
section.footer_copyright .by{
    position: relative;
    display:block;
    width:100%;
    text-align: center;
    opacity:0;
}

.footer_contact_modal{
    position: fixed;
    display:block;
    top:0;
    left:0;
    width: 100%;
    height:100vh;
    background:rgba(0,0,0,0.5);
    z-index: 201;
}
.footer_contact_modal .modal-contact-box,
.footer_contact_modal .modal-contact-box-success{
    position: absolute;
    display:block;
    top:150px;
    left:50%;
    margin-left: -200px;
    width: 400px;
    padding:20px;
    background: #fff;
}
.footer_contact_modal .modal-contact-box .modal-contact-box-close{
    position: absolute;
    display:block;
    right:0;
    top:0;
    height:34px;
    line-height:34px;
    width:34px;
    color: #132E31;
    text-align: center;
    font-size: 18px;
    z-index: 6;
}
.footer_contact_modal .modal-contact-box .modal-contact-box-close:hover{
    color:#3CEFAE;
    cursor:pointer;
}
.footer_contact_modal .modal-contact-box-success .modal-contact-box-title,
.footer_contact_modal .modal-contact-box .modal-contact-box-title{
    font-size: 28px;
    text-align: center;
    margin: 10px 0;
}
.footer_contact_modal .modal-contact-box label{
    margin: 0;
    font-weight: 400;
}
.footer_contact_modal .modal-contact-box button{
    width: 100%;
    margin: 10px 0;
}

.margin-top-10{
    width: 100%;
    display: inline-block;
    margin: 10px 0 0px 0;
}
.vs-header-centerButtons{
    position: absolute;
    display:block;
    text-align: center;
    width: 400px;
    left: calc(50% - 200px);
    top: 0;
}
.body-logged-false .vs-header-centerButtons{
    left: calc(50% - 212px);    
}
.vs-header-centerButtons > a.header-button-subs{
    position:relative;
    display:inline-block;
    width: 100%;
    color: #132E31;
    font-size: 18px;
    line-height: 55px;
    height: 55px;
    cursor:pointer;
    text-decoration: none;
}
.vs-header-centerButtons > a.header-button-subs:hover{
    color:#2C7A74;
}
.vs-header-centerButtons > a.header-button-subs span{
    margin-right: 10px;
}
.vs-header-rightThings{
    position: absolute;
    display:block;
    text-align: right;
    width: 500px;
    right: 0px;
    top: 0;
    padding-right: 50px;
}
.body-logged-false .vs-header-rightThings{
    width: 670px;
}
.body-logged-true .vs-header-rightThings{
    padding-right: 0px;
}
.vs-header-rightThings .vs-header-login-button,
.vs-header-rightThings .vs-header-register-button,
.vs-header-rightThings .vs-header-languageSwitcher-btn{
    margin-top: 5px;
    margin-right: 5px;
    float: right;
}
.vs-header-rightThings .vs-header-languageSwitcher-btn{
    float: right;
    width: 200px;
    text-align: center;
    margin: 5px;
}
body-logged-false .vs-header-rightThings .vs-header-languageSwitcher-btn{
    margin: 5px 0;
    line-height: 34px;
}
.vs-header-rightThings .vs-header-languageSwitcher-btn span{
    padding: 0 10px;
    display: inline-block;
    margin-top: 0px;
}
section.vs-login-register{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height:800px;
    background: #fff;
}

.vs-login-register .wrapper{
    margin-left: calc(50% - 600px);
    clear: both;
    float:left;
    margin-top: 110px;
    height: calc(100% - 220px);
}
section.home_become_servicer{
    height: 840px;
}
section.vs-login-register{
    position: fixed;
    top:0;
    left:0;
    height: 100vh;
    z-index: 120;
}
section.vs-login-register .vs-log-reg-title{
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-size: 38px;
}
.mjc-formRow{
    position: relative;
    display: block;
    width: 100%;
    float:left;
}
.mjc-formRow label{
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    margin: 0;
    margin-top: 10px;
    font-size: 16px;
    color: #132E31;
}
section.vs-login-register .vs-log-reg-tabSwitcher{
    position: relative;
    display: block;
    width: 600px;
    max-width: 100%;
    margin: 75px auto 50px;
    padding: 0;
    text-align: center;
}

section.vs-login-register .switch-to-register,
section.vs-login-register .switch-to-login{
    position: relative;
    display:inline-block;
    height: 40px;
    width: 225px;
    max-width: 50%;
    padding: 0;
    font-size: 20px;
    line-height: 40px;
    color:#fff;
}

section.vs-login-register .switch-to-register{
    padding: 0 10px 0 20px;
}
section.vs-login-register .switch-to-login{
    padding: 0 20px 0 10px;
}

section.vs-login-register .switch-to-register[data-active="0"],
section.vs-login-register .switch-to-login[data-active="0"]{
    cursor:pointer;
    background: transparent;
    color: #132E31;
}

section.vs-login-register .switch-to-register[data-active="1"],
section.vs-login-register .switch-to-login[data-active="1"]{
    background: #132E31;
}

section.vs-login-register .switch-to-register[data-active="0"]:hover,
section.vs-login-register .switch-to-login[data-active="0"]:hover{
    background: #2C7A74;
    color: #fff;
}
.vs-login-register-c{
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
}
section.vs-login-register .vs-form-step-login,
section.vs-login-register .vs-form-step-register{
    position: relative;
    display: block;
    max-width: 100%;
    width: 600px;
    margin: 0px auto;
    padding: 0 30px;
}
section.vs-login-register .vs-login-register-c .mCSB_container{
    padding-bottom: 40px;
}

.form-step-register .subregister-span{
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    top: 75px;
    left: 0;
    font-size: 23px;
    color: #132E31;
}
.form-step-forgotten,
.form-step-register,
.form-step-login{
    position: relative;
    display:block;
    float:left;
    width: 100%;
    margin-top:0px;
    padding: 65px 300px;
}
section.vs-login-register h3.h3-forgotten.super-title{   
    top: 80px;
}
section.vs-login-register .form-step-forgotten{
    top: 175px;
}
section.vs-login-register .home-register-form-c{
    max-height: 100vh;
}
.form-step-forgotten{
    padding: 30px 300px;
}
.form-step-register{
    padding: 115px 300px 65px 300px;
}
.form-step-login{
    padding: 115px 300px 65px 300px;
}
    

.form-step-forgotten input,
.form-step-register input,
.form-step-login input{
    width: 100%;
    height: 40px;
    background: rgba(255,255,255,0.6);
    border: 1px #bbb solid;
    padding-left: 10px;
    font-size: 18px;
}
.form-step-register input[type="text"]:focus,
.form-step-login input[type="text"]:focus,
.form-step-register input[type="text"]:visited,
.form-step-login input[type="text"]:visited,
.form-step-register input[type="text"]:active,
.form-step-login input[type="text"]:active,

.form-step-register input[type="password"]:focus,
.form-step-login input[type="password"]:focus,
.form-step-register input[type="password"]:visited,
.form-step-login input[type="password"]:visited,
.form-step-register input[type="password"]:active,
.form-step-login input[type="password"]:active{
    border: 1px rgb(162, 209, 35) solid;
    outline: none;
}
.form-step-forgotten label,
.form-step-register label,
.form-step-login label{
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    margin: 0;
    margin-top: 10px;
    font-size: 16px;
    /*text-shadow: 0px 0px 1px #132E31;*/
    color: #132E31;
}
.invitation-register-step-1 label.label-for-checkbox,
.invitation-register-step-2 label.label-for-checkbox,
.form-step-register label.label-for-checkbox,
.form-step-login label.label-for-checkbox{
    width: calc(100% - 21px);
    padding-left: 7px;
    margin-top: 20px;
    color: #132E31;
}
.form-step-register label.label-for-checkbox a,
.form-step-login label.label-for-checkbox a{
    text-shadow: 0px 0px 0px #2C7A74;
    color:#2C7A74;
}
.form-step-register .presudotip,
.form-step-login .presudotip{
    position: relative;
    width: 100%;
    display:block;
    text-align: center;
    color: #777;
    font-style: italic;
}

.form-step-forgotten .small-switch-to-login,
.form-step-register .small-switch-to-login,
.form-step-login .small-switch-to-register{
    position: relative;
    display: block;
    float:left;
    width: 66%;
    margin-top: 20px;
    line-height: 34px;
    cursor:pointer;
    color: #132E31;
}
.form-step-forgotten .small-switch-to-login{
    width: 45%;
}
.form-step-login .password-forgotten{
    position: relative;
    display: block;
    float:left;
    width: 100%;
    margin-top: 20px;
    text-align:center;
    color: #132E31;
    font-style: italic;
    cursor:pointer;
}
.form-step-forgotten .small-switch-to-login:hover,
.form-step-register .small-switch-to-login:hover,
.form-step-login .small-switch-to-register:hover,
.form-step-login .password-forgotten:hover{
    color: #2C7A74;
}
.home-forgotten-button{
    outline: 0 !important;
    width: 180px;
    margin: 20px 0 0px;
    float: right;
    width: 45%;
}
.invitation-register-status,
.login_register_status{
    display: none; 
    background: #eee;
    margin: 5px 0;
    padding: 5px;
    text-align: left;
}
.invitation-register-status.error,
.login_register_status.error{
    color: #a94442;
    background-color: #f2dede;
    border: 1px #ebccd1 solid;
}
.invitation-register-status.success,
.login_register_status.success{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.invitation-register-status.processing,
.login_register_status.processing{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.invitation-register-status span,
.invitation-register-status b,
.login_register_status span,
.login_register_status b{
    margin-right: 5px;
}
.invitation-register-status.processing img,
.login_register_status.processing img{
    width: 16px;
    margin-right: 5px;
}

.form-step-4 ul{
    position: relative;
    display: block;
    float: left;
    list-style: none;
    font-size: 22px;
    padding: 0 300px;
    color: #555;
}
.form-step-4 ul li{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.form-step-4 ul li span.glyphicon{
    position: relative;
    display: block;
    float: left;
    color: #fff;
    background: #3CEFAE;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.form-step-4 ul li span{
    line-height: 35px;
}
.form-step-4 .ready-btn-container{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.form-step-4 .ready-btn-container a[data-type="order-create"],
.form-step-4 .ready-btn-container a[data-type="orders"],
.form-step-4 .ready-btn-container a[data-type="cards"]{
    display:inline-block;
    min-width: 240px;
    margin: 0px 25px 18px;
}
.form-step-4 .ready-btn-container a[data-type="order-create"] button,
.form-step-4 .ready-btn-container a[data-type="orders"] button,
.form-step-4 .ready-btn-container a[data-type="cards"] button{
    width:100%;
}
.ready-btn-container a p{
    position: relative;
    display: block;
    /*float: left;*/
    width: 100%;
    text-align: center;
    margin: 3px auto;
    color: #888;
    font-size: 12px;
}
.form-step-4 .ready-btn-container a[data-type="order-create"]{
    width: 100%;
}
.form-step-4 .ready-btn-container a[data-type="card-create"]{
    width: 100%;
    height: 65px;
    display: inline-block;
    margin-top: 65px;
}
.step-4-register-bordered-anchor:hover {
    border: 3px #132E31 solid;
}
.step-4-register-bordered-anchor,
.step-4-register-bordered-anchor *,
.step-4-register-bordered-anchor:hover *,
.step-4-register-bordered-anchor:active *,
.step-4-register-bordered-anchor:visited *,
.step-4-register-bordered-anchor:hover,
.step-4-register-bordered-anchor:active,
.step-4-register-bordered-anchor:visited{
    text-decoration: none;
    color: #132E31;
}
.step-4-register-bordered-anchor{
    position: relative;
    display: block !important;
    float:left;
    width: calc(50% - 20px) !important;
    cursor: pointer;
    color: #132E31;
    font-size: 30px;
    margin: 0 20px 0px 0px !important;
    border: 3px transparent solid;
    padding: 25px;
    height:auto !important;
}
.step-4-register-bordered-anchor p,
.step-4-register-bordered-anchor span{
    text-decoration: none;
}
.form-step-4 .ready-btn-container a[data-type="card-create"] button{
    width: 330px;
    height: 65px;
    display: inline-block;
    font-size: 22px;
    background: rgba(0,0,0,0.3);
    border-color: #000 !important;
}
.form-step-4 .ready-btn-container a[data-type="card-create"]:hover button{
    color:#000 !important;
}
.home_become_servicer .h3-login-register{
    position: absolute;
    display:block;
    top: 0;
    left: 0;
    margin: 0;
    top: -58px;
}
h4.h4-title{
    position: absolute;
    top: 20px;
    text-align: center;
    width: 100%;
    display: block;
    left: 0;
    font-weight: 400;
    font-size: 38px;
}
.form-step-login h4.h4-title{
    top: 35px;
}
.home-hamburger-for-mobile{
    position: absolute;
    display: none;
    color: #132E31;
    height: 55px;
    line-height: 55px;
    width: 55px;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
    right: 0;
}
.home-hamburger-for-mobile:hover{
    color:#3CEFAE;
}
.home-menu-for-mobile{
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: #fff;
}
.home-menu-for-mobile .mCSB_container{    
    padding-top: 65px;  
    padding-bottom: 65px;
}
.home-menu-for-mobile .mCSB_container > a:active,
.home-menu-for-mobile .mCSB_container > a:visited,
.home-menu-for-mobile .mCSB_container > *{
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    color: #132E31;
    padding: 0px 0px 0px 250px;
    cursor:pointer;
}
.home-menu-for-mobile .mCSB_container > a:active:hover,
.home-menu-for-mobile .mCSB_container > a:visited:hover,
.home-menu-for-mobile .mCSB_container > *:hover{
    color:#3CEFAE;
    text-decoration: none;
}
.home-menu-for-mobile .mCSB_container > .glyphicon.glyphicon-remove{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 0;
    text-align: center;
    cursor: pointer;
    z-index: 120;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 35px;
}
.home-menu-for-mobile .mCSB_container > .glyphicon.glyphicon-remove:hover{
    color:#3CEFAE;
}
.home-menu-for-mobile-title{
    width: 100%;
    font-size: 36px !important;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 35px;
    font-weight: bold;
}
.button-hide-short-infos{
    display:none;
}
.visible-only-mobile-homebtns{
    display:none;
}
.home-buttons-under-h1 {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin-top: 90px;
}
body.body-l-ml section.home_start .wrapper .start-box h1{
    font-size: 25px;
    line-height: 32px;
}
body.body-l-ml .home-header-buttons > a, 
body.body-l-ml .home-header-buttons > span{
    font-size:12px;
}

section.vs-login-register .form-step-forgotten{
    width: 100%;
    max-width: 600px;
    padding: 0 !important;
    position: relative;
    margin: 170px auto !important;
    display: block;
    top: auto !important;
    left: auto;
    float: none;
}
.modal-full{
    position: fixed;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    z-index:200;
    background: #fff;
}
*[data-blur="1"]{
    filter: blur(4px);
    -webkit-filter: blur(4px);
}
*[data-remove_blur="1"]{
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    text-align: center;
    cursor:pointer;
}
section.vs-login-register input.mjc-style{
    height:40px;
}


/*itemList START*/
.itemList{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
/*itemList END*/


/*itemList-item START*/
.itemList-item{
    position: relative;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.1);
    float: left;
    margin-bottom: 60px;
}
.itemList-item[data-version="1"]{
    width: calc(50% - 15px);
    margin-top: 60px;
}
.itemList-item[data-version="1"]:nth-of-type(odd){
    margin-right: 30px;
}
.itemList-item[data-version="1"] .itemListTop{
    position: absolute;
    display: block;
    width: 116px;
    height: 116px;
    left: 50%;
    margin-left: -58px;
    top: -40px;
    z-index: 5;
}
.itemList-item[data-version="1"][data-backgroundImage="0"] .itemListTop{
    top: -82px;
    left: 76px;
    width: calc(100% - 18px);
    text-align: left;
}
.itemList-item[data-version="1"] .itemListTop .itemListTop-img{
    position: relative;
    display: block;
    width: 116px;
    height: 116px;
    background: #fff;
    border: 3px #fff solid;
    -webkit-box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.itemList-item[data-version="1"][data-backgroundImage="0"] .itemListTop .itemListTop-img{
    position: relative;
    display: inline-block;
    float: left;
}
.itemList-item[data-version="1"] .itemListTop .itemListTop-img img{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.itemList-item[data-version="1"] .itemListTop .itemListTop-img .itemListTop-img-options{
    display:none;
}
.itemList-item[data-version="1"][data-backgroundImage="0"] .itemListTop .itemListTop-title{
    position: relative;
    display: table;
    float: left;
    width: calc(100% - 116px);
    height: 70px;
}
.itemList-item[data-version="1"][data-backgroundImage="0"] .itemListTop .itemListTop-title a{
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: bottom;
    padding-left: 15px;
    text-decoration: none;
    word-wrap: break-word;
    max-width: 300px;
}
.itemList-item[data-version="1"] .itemListTop-title a,
.itemList-item[data-version="1"] .itemListLeft-title a{
    color: #132E31;
    text-shadow: 0px 0px 1px #132E31;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 24px;
}
.itemList-item[data-version="1"] .itemListTop-title a:hover,
.itemList-item[data-version="1"] .itemListLeft-title a:hover{
    color:#3CEFAE;
    cursor:pointer;
}
.itemList-item[data-version="1"] .itemListLeft{
    position: relative;
    display: block;
    width: 100%;
    float: left;
}
.itemList-item[data-version="1"] .itemListLeft .itemListLeft-bgImg{
    
}
.itemList-item[data-version="1"] .itemListLeft .itemListLeft-bgImg .itemListLeft-bgImg-opacityCover{
    
}
.itemList-item[data-version="1"] .itemListLeft .itemListLeft-bgImg .itemListLeft-bgImg-opacityCover img{
    
}
.itemList-item[data-version="1"] .itemListLeft .itemListLeft-bgImg .itemListLeft-title{
    
}
.itemList-item[data-version="2"]{
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}
.itemList-item[data-version="3"]{
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(25% - 12px);
    height: 378px;
}
.itemList-item .itemListRight-category{
    position: relative;
    display: table;
    text-align: center;
    margin: 24px auto 0;
}
.itemList-item .itemListRight-categoryIcon{
    position: relative;
    display: table-cell;
    background: rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px #aaa solid;
    width: 50px;
    height: 50px;
    line-height:50px;
}
.itemList-item .itemListRight-categoryTexts{
    position: relative;
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    max-height: 50px;
    overflow: hidden;
}
.itemList-item .itemListRight-categoryIcon img{
    width: 50px;
}
.itemList-item .itemListRight-categoryName{
    position: relative;
    display: inline-block;
    margin-left:7px;
}
.itemList-item .itemListRight-categorySlash{
    position: relative;
    display: inline-block;
    margin-left:7px;
}
.itemList-item .itemListRight-Desc{
    position: relative;
    display: block;
    text-align: left;
    margin: 20px 0;
    word-wrap: break-word;
}
.itemList-item .itemListRight-DescC{
    position: relative;
    display: block;
    min-height: 131px;
    max-height: 131px;
    overflow:hidden;
}
.itemList-item .itemListMyItemsStatus{
    margin-top: 0;
    text-align: left;
}
.itemList-item .itemListMyItemsStatus.invalid .glyphicon-ok{
    display:none;
}
.itemList-item .itemListMyItemsStatus.success .glyphicon-pencil{
    display:none;
}
/*itemList-item END*/


.logger-div{
    position:relative;
    display:block;
    float:left;
    width:100%;
    background: #f00;
    color:#fff;
    padding: 15px;
    border:5px #000 solid;
}
.lmn-loader-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.5);
}
body > .lmn-loader-cover{
    position: fixed !important;
}
.lmn-loader{
    position: absolute;
    top:50%;
    left:50%;
}
.lmn-loader .lmn-loader-container{
    position: absolute;
    top:50%;
    left:50%;
    width:0;
    height:0;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.lmn-loader .lmn-loader-container .lmn-loader-circle-big{
    position: absolute;
    display:block;
    width: 100%;
    height:100%;
    background:#3CEFAE;
    top:0;
    left:0;
}
.lmn-loader .lmn-loader-container .lmn-loader-circle-small{
    position: absolute;
    display:block;
    width: 84%;
    height:84%;
    background:#132E31;
    top:8%;
    left:8%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.lmn-loader .lmn-loader-container .lmn-loader-rectangle{
    position: absolute;
    display:block;
    width: 100%;
    height:60%;
    top:0;
    left:0;
    background: #3CEFAE;
}
.loader-ajax-saver,
.loader-ajax-saved{
    position:fixed;
    display:block;
    bottom:10px;
    right:10px;
    width:200px;
    height:200px;
    background: #eee;
    border:1px #ddd solid;
}
.loader-ajax-saver .loader-ajax-saver-c{
    position: relative;
    display:block;
    width:200px;
    height:160px;
}
.loader-ajax-saver > span{
    position: relative;
    display:block;
    width:200px;
    height:40px;
    font-size: 22px;
    text-align: center;
    color:#132E31;
    line-height: 40px;
    word-break:break-word;
}
.loader-ajax-saved{
    background: #132E31;
}
.loader-ajax-saved span.glyphicon{
    position: relative;
    display:block;
    width: 120px;
    height: 120px;
    margin: 10px auto;
    background: #3CEFAE;
    color: #132E31;
    text-align: center;
    line-height: 120px;
    font-size: 64px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.loader-ajax-saved b{
    position: relative;
    display:block;
    width: 100%;
    height: 80px;
    color: #3CEFAE;
    text-align: center;
    line-height:80px;
}


.html-add-rang-to-user{
    position: absolute;
    top: 20px;
    left: 51px;
    display: block;
    width: 20px;
    height: 20px;
    color: #132E31;
    background: #F00;
    z-index: 8;
    overflow: hidden;
}    
.html-add-rang-to-user:hover{
    width: 325px;
    height: 180px;
    background: #3CEFAE;
}
.html-add-rang-row{
    position: relative;
    display: block;
    height:30px;
    line-height:30px;
    border-bottom:1px #fff solid;
}
.html-add-rang-name{
    position: relative;
    display: block;
    float: left;
    width: 145px;
    text-align: left;
    padding: 0 5px;
}
.html-add-rang{
    position: relative;
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border:1px #fff solid;
    font-size: 12px;
}
.html-add-rang:hover{
    color: #3CEFAE;
    background: #132E31;
    cursor: pointer;
}
.admin-order-delete,
.admin-card-delete,
.admin-image-delete{
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 99;
    top: 0;
    left: 0;
    background: #132E31 !important;
    border: 4px #3CEFAE solid !important;
    color: #3CEFAE;
    line-height: 48px;
    font-size: 22px;
    cursor:pointer;
    text-align: center;
}
.admin-order-delete:hover,
.admin-card-delete:hover,
.admin-image-delete:hover{
    background: #3CEFAE !important;
    color: #132E31 !important;
}

._premium{
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: 100000;
    background: rgb(249,249,249);
    width: 100%;
    height: 100vh;
}
.premium-close{
    position: absolute;
    display:block;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    cursor: pointer;
    color: #132E31;
    text-shadow: 0px 0px 2px #132E31;
    z-index: 50;
    background: rgb(249,249,249);
}
body.add-new-order-fullscreen .premium-close,
body.add-new-card-fullscreen .premium-close{
    width: auto !important;
}
.premium-close:hover{
    color:#3CEFAE;
    text-shadow: 0px 0px 2px #3CEFAE;
}
body.add-new-card-fullscreen .premium-close,
body.add-new-order-fullscreen .premium-close{
    border: 1px #132E31 solid;
}
.premium-close span.glyphicon{
    position: relative;
    display:inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    z-index: 2;
}
body.add-new-card-fullscreen .premium-close span.premium-close-txt,
body.add-new-order-fullscreen .premium-close span.premium-close-txt{
    position: relative;
    display:inline-block;
    float:left;
    z-index: 2;
    font-size: 25px;
    margin: 0 5px 0px 15px;
}
body.add-new-card-fullscreen .premium-close span,
body.add-new-order-fullscreen .premium-close span{
    float:left;
}
.premium-title{
    position: relative;
    display: block;
    text-align: center;
    font-size: 28px;
    margin: 28px 0;
    color: #132E31;
    text-shadow: 0px 0px 2px #132E31;
    font-weight: 500;
}
.premium-title.premium-title-big{
    float: left;
    width: 100%;
}
section._premium .premium-c{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-height: 100vh;
}
section._premium .premium-c-c{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    max-height: 100vh;
}
.premium-1{
    position: relative;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.1);
    width: 100%;
    padding: 125px 15px 15px;
    float:left;
}
.premium-1 .premium-title{
    position: absolute;
    display: block;
    text-align: left;
    margin: 0;
    top: 20px;
    left: 0;
    width: 100%;
    padding-left: 15px;
}
.premium-title .rang-title{
    margin-left: 15px;
    font-weight: 400;
}
.premium-1 label{
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    font-weight: normal;    
    font-size: 20px;
    text-align: left;
    margin-top: 10px;
}
.premium-1 input{
    width: 100%;
    height: 40px;
    background: rgba(255,255,255,1);
    border: 1px #bbb solid;
    padding-left: 10px;
    font-size: 18px;
}
.premium-c-c .premium-1 .premium-url-to-invite{
    width: 750px;
    color: #31708f;
    background-color: #d9edf7;
    border: 1px #31708f solid;
    padding: 20px;
    margin:0 auto;
}
.premium-c-c .premium-1 .premium-url-to-invite .premium-url-to-invite-span-full{
    text-align: center;
    display: block;
    font-weight: bold;
    color: #132E31;
    text-align: left;
    width:100%;
}
.premium-c-c .premium-1 .premium-url-to-invite .premium-url-to-invite-span-tip{
    text-align: center;
    display: block;
    font-weight: bold;
    color: #132E31;
    margin: 15px auto;
    text-align: center;
    width:100%;
    font-size: 22px;
}
.premium-recommended-li{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 50px 0;
    font-weight: bold;
    color: #132E31;
    font-size: 20px;
}
.prem-inv-with-success{
    color: #132E31;
    margin: 25px 0 0 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.ppl-to-invite{
    position: relative;
    display: block;
    width: 100%;
    float: left;
}
.ppl-to-invite .ppl-to-invite-single{
    position: relative;
    display: block;
    width: 33%;
    float: left;
}
.ppl-to-invite .ppl-to-invite-single .ppl-to-invite-single-num{
    position: relative;
    display: block;
    width: calc(100% - 4px);
    line-height: 30px;
    height: 30px;
    background: rgba(0,0,0,0.15);
    margin: 2px;
}
.ppl-to-invite .ppl-to-invite-single .ppl-to-invite-single-ul{
    position: relative;
    display: block;
    width: calc(100% - 4px);
    background: rgba(0,0,0,0.05);
    margin: 2px;
    padding-bottom: 10px;
}
.ppl-to-invite .ppl-to-invite-single .ppl-to-invite-single-ul .prem-inv-user-title{
    position: relative;
    display:block;
    width:100%;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
}
.ppl-to-invite .ppl-to-invite-single .ppl-to-invite-single-ul ul{
    width: 100%;
    display: block;
    position: relative;
    padding: 0px 0px 0px 25px;
    margin: 0;
}
.ppl-to-invite .ppl-to-invite-single .ppl-to-invite-single-num .glyphicon.glyphicon-user{
    background: #132E31;
    color: #3CEFAE;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    line-height: 26px;
    top: 0;
    text-align: center;
    margin: 2px 10px 2px 2px;
}
.premium-c-c .premium-1 table{
    width: 800px;
    margin: 0 auto;
}
.premium-url-to-invite textarea{
    display: block;
    width:100%;
    background:#3CEFAE;
    color:#132E31;
    padding-left:10px;
    height: 34px;
    line-height: 30px;
    border: 1px #bbb solid;
    font-weight: 600;
}
.premium-c-c .premium-1 ul{
    position: relative;
    display: block;
    padding: 0;
    margin: 20px 240px;
}    
.premium-window-left-form-group textarea{
    position: relative;
    display:block;
    float:left;
    background: rgba(255,255,255,1);
    border: 1px #bbb solid;
    width: 100%;
    min-height: 130px;
}
.premium-window{
    position: relative;
    display:block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.premium-window h4{
    font-weight: bold;
    color: #132E31;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 28px;
    float: left;
    margin: 20px 0 0 0;
}
.premium-window-left,
.premium-window-right{
    position: relative;
    display:block;
    width: 100%;
    padding: 15px;
}
.premium-window-left{
    float: left;
}
.premium-window-right{
    float: right;
}
.premium-window-left-form-group{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.premium-window-left-form-group > button{
    position: absolute;
    right: 0;
    botttom: 0;
    bottom: -20px;
    height: 40px;
    line-height: 33px;
}
.premium-language-languages{
    height: 30px;
    border: none;
    position: absolute;
    top: 9px;
    right: 1px;
    background: transparent;
    width: auto;
    cursor: pointer;
}
.premium-title-big{
    font-size: 38px;
}
button.btn-cool span.glyphicon{
    margin: 0 5px;
}
.premium-window-emails-box textarea{
    width: 100%;
    height: 130px;
    border: 0px;
    background: rgba(0,0,0,0.1);
    padding: 5px 10px;
}
.span-open-search-for-emails{
    text-align: center;
    position: relative;
    display: block;
    cursor: pointer;
    color: #132E31;
    float: left;
    width: 100%;
}
.span-open-search-for-emails:hover{
    color: #2C7A74;
}
.premium-window-right button.btn-cool-dark{
    margin: 40px auto 0px;
    display: block;
    height: 65px;
    font-size: 18px;
}
.paid-rangs{
    position: relative;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
}
.paid-rangs .premium-x{
    position: relative;
    display: inline-block;
    width: 30%;
    margin: 20px 20px;
    min-height: 500px;
    float: left;
}
.paid-rangs .premium-3{
    background: #3CEFAE;
}
.paid-rangs .premium-x.active{
    background: #3CEFAE;
}
.text-invite-someone{
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 37px;
    color: #132E31;
    text-shadow: 0px 0px 2px #132E31;
    font-weight: 200;
}
.premium-search-for-ppl-cover{
    position: fixed;
    display: block;
    background: rgba(229,221,210,1);
    width:100%;
    height:100vh;
    z-index: 51;
}
.premium-search-for-ppl-close{
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: block;
    position: absolute;
    text-align: center;
    color: #132E31;
    font-size: 40px;
    cursor: pointer;
}
.premium-search-for-box{
    position: absolute;
    display: block;
    top: 100px;
    left: 50%;
    margin-left: -440px;
    width: 880px;
    height: auto;
    padding: 30px;
}
.premium-search-for-box-title{
    font-size: 26px;
    text-align: center;
    line-height: 45px;
    color: #132E31;
    text-shadow: 0px 0px 2px #132E31;
    font-weight: 200;
    margin: 0px auto 20px;
}
.premium-invalid-email,
.premium-invalid-email-2{
    color: #f00;
}
.premium-window-email-box{
    position: relative;
    display: inline-block;
    background: rgba(0,0,0,0.3);
    padding: 3px 10px;
    margin: 3px;
}
.premium-email-container{
    position: absolute;
    top: 55px;
    left: 17px;
    display: block;
    max-height: 128px;
}
.premium-window-email-box .glyphicon.glyphicon-remove{
    margin-left: 5px;
}
.premium-window-email-box .glyphicon.glyphicon-remove:hover{
    color:#3CEFAE;
    cursor:pointer;
}
.premium-circle-icon{
    background: #132E31;
    color: #3CEFAE;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    margin: 0 10px;
}
._premium .rang-price{
    position: absolute;
    display: block;
    color: #132E31;
    text-shadow: 0px 0px 2px #132E31;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    bottom: 80px;
    left: 0;
    margin: 0;
}
._premium-tick-box{
    position: absolute;
    top:0;
    left:0;
    display: block;
    border: 5px #132E31 solid;
    width:50px;
    height:50px;
}
.premium-recommended-choice{
    position: relative;
    display: block;
    width: 100%;
    background: #132E31;
    color: #3CEFAE;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 0;
    font-size: 16px;
    line-height: 25px;
}
.premium-x:not(.premium-best-option) ._premium-tick-box .glyphicon.glyphicon-ok{
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 38px;
    color: #132E31;
}
.premium-x ._premium-tick-box .glyphicon.glyphicon-ok{
    display:none;
}
.premium-x.premium-best-option ._premium-tick-box .glyphicon.glyphicon-ok{
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 38px;
}
.paid-rangs-row{
    position: relative;
    display:block;
    height:440px;
    width:100%;
    text-align: center;
}
.premium-left p{
    margin: 5px 0;
}
.premium-x .premium-title{
    margin: 28px 52px;
}
.premium-x .premium-title p{
    margin:60px 0 28px;
}
.premium-x .premium-x-container{
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
.premium-x:hover .premium-x-container{
    background: #fff;
    -webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.1);
}
.premium-5{
    margin: 20px 20px 35px 220px !important;
}
.premium-6{
    margin: 20px 220px 35px 20px !important;
}
.btn-buy-premium {
    position: absolute !important;
    bottom: 20px;
    left: 50%;
    margin: 0 !important;
    margin-left: -90px !important;
}
.premium-buy-box-cover{
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background:rgb(249,249,249);
    z-index: 100000;
}
.premium-buy-box{
    position: relative;
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.1);
    padding: 30px;  
}
.premium-buy-box-close{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 40px;
    color: #132E31 !important;
    cursor:pointer;
    z-index: 1;
    line-height: 68px;
}
.premium-buy-box-close:hover{
    color:#3CEFAE !important;
}
.premium-buy-box-cover h6{
    color: #132E31;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 32px;
    color: #132E31;
    text-shadow: 0px 0px 2px #132E31;
    text-align: center;
    margin: 25px auto;
}
.premium-buy-box-cover .premium-buy-box > span{
    font-weight: 400;
    font-size: 32px;
    color: #132E31;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.premium-buy-box h5 .glyphicon.glyphicon-ok,
.premium-buy-box h5 .glyphicon.glyphicon-glass,
.premium-buy-box h5 .glyphicon.glyphicon-star{
    background: #132E31;
    color: #3CEFAE;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 20px;
}
.premium-buy-box h5 span.rang-name{
    display: inline-block;
    line-height: 34px;
    margin-left: 10px;
    font-size: 22px;
}
.select-months{
    height: 40px;
    background: rgb(249,249,249);
    border: 1px #bbb solid;
    width:100%;
}
.premium-buy-box .btn-cool-dark{
    position: relative;
    display: block;
    float: right;
    margin:0;
}
.premium-buy-table-tr{
    position: relative;
    display: block;
    width:100%;
    float: left;
}
.premium-buy-table-th-month{
    position: relative;
    display: block;
    width:40%;
    float: left;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px #132E31 solid;
    padding-left:10px;
}
.premium-buy-table-th{
    position: relative;
    display: block;
    width:60%;
    border-left: 1px #132E31 solid;
    border-bottom: 1px #132E31 solid;
    float: left;
    line-height: 40px;
    height: 40px;
    padding-left:10px;
}
.premium-buy-table{
    max-height: 300px;
    width: 100%;
    margin: 15px 0;
}
.premium-buy-table .mCSB_container{
    width: 100%;    
}
.premium-buy-table-tr,
.premium-buy-table-tr .premium-buy-table-th-month,
.premium-buy-table-tr .premium-buy-table-th{
    line-height: 24px;
    height: 24px;
    font-size: 16px;
}
.premium-buy-table-tr:first-child,
.premium-buy-table-tr:first-child .premium-buy-table-th-month,
.premium-buy-table-tr:first-child .premium-buy-table-th{
    line-height: 40px;
    height: 40px;
    font-size: 22px;
}
label.buy-premium-total{
    position: relative;
    display: block;
    width: 700px;
    font-size: 32px;
    height:40px;
    color: #132E31;
    text-shadow: 0px 0px 2px #132E31;
    font-weight: 500;
    float: left;
}
.premium-window-sent,
.premium-window-recommended{
    position: relative;
    display: block;
    width:100%;
    color: #132E31;
    text-shadow: 0px 0px 1px #132E31;
    font-weight: 500;
    font-size: 22px;
}
.premium-search-for-box-subtitle{
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    color: #132E31;
    text-shadow: 0px 0px 2px #132E31;
    font-weight: 200;
    float: left;
    margin: 20px 0 0;
}
.premium-category-0,
.premium-category-1,
.premium-category-2,
.premium_input-city{
    position: relative;
    display: block;
    float: left;
    width: calc(33% - 27px);
    height: 40px;
    background: rgba(255,255,255,0.6);
    border: 1px #bbb solid;
    padding-left: 10px;
    font-size: 18px;
}
.premium-search-categories-arrow{
    position: relative;
    display: block;
    float: left;
    height: 40px;
    width:40px;
    line-height:40px;
    text-align: center;
    color:#132E31;
}
.premium-search-for-box-categories{
    position: relative;
    display: block;
    width: 100%;
    float:left;
}
.premium_input-city{
    margin: 0 auto;
    float:none;
}
.search-for-ppl{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-top: 70px;
}
.search-for-ppl-city{
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
.input-url-google{
    position: relative;
    display: block;
    float: left;
    width: calc(80%);
    height: 40px;
    background: rgba(255,255,255,0.6);
    border: 1px #bbb solid;
    padding-left: 10px;
    font-size: 18px;
}
.search-for-ppl .btn-cool-dark{
    position: absolute;
    top:0;
    right:0;
    display:block;
    margin: 0;
    height: 40px;
    line-height: 36px;
}
.search-for-ppl .btn-cool-dark .glyphicon{
    margin-right:5px;
}
.select-months-pseudoselect{
    position: relative;
    display: block;
    width:100%;
}
.select-months-pseudoselect > div{
    position: relative;
    display: block;
    width: 20%;
    min-width: 208px;
    float: left;
    margin: 5px 26px;
    background: #fff !important;
    border: 4px #f0f0f0 solid !important;
    color: #132E31 !important;
    cursor: pointer;
}
.bought-rang-time-option .span-months{
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 19px;
    color: #132E31;
    text-shadow: 0px 0px 2px #132E31;
    margin: 10px 0;    
}

.select-months-pseudoselect > div:hover,
.select-months-pseudoselect > div.active{
    background: #3CEFAE !important;
    border: 4px #3CEFAE solid !important;
    color: #132E31 !important;
    -webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.1);
}
.premium-buy-box .select-time{
    position: relative;
    display: block;
    width:100%;
    text-align: center;
    color: #132E31;
    text-shadow: 0px 0px 2px #132E31;
    font-weight: 400;
    font-size: 32px;
}
.select-months-pseudoselect .span-tick{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 102px;
    height: 102px;
    color: rgba(60, 239, 174,0.2);
    text-align: center;
    line-height: 102px;
    font-size: 65px;
}
.select-months-pseudoselect > div.active .span-tick{
    display: block;
}
.select-months-pseudoselect .span-tick span{
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 102px;
    height: 102px;
    text-align: center;
    line-height: 102px;
}
.bought-rang-rang-icons{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.bought-rang-rang-icons .bought-rang-rang-icon{
    display:inline-block;
    margin:3px;
    background: #132E31;
    color: #3CEFAE;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 15px;
}

.select-months-pseudoselect > div:hover .span-tick,
.select-months-pseudoselect > div.active .span-tick{
    color: rgba(255,255,255,0.5);
}
.select-months-pseudoselect > div .span-price{
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    color: #132E31;
    text-shadow: 0px 0px 2px #132E31;
    text-align: center;
    margin: 8px 0px 4px;
}
.select-months-pseudoselect > div .span-price-total{
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #132E31;
    text-shadow: none;
    text-align: center;
}
.bought-rang-time-option-select{
    position: relative;
    display: block;
    width: 180px;
    margin: 10px;
    background: #3CEFAE;
    color:#132E31;
    height:34px;
    line-height: 34px;
    text-align: center;
}
.bought-rang-time-option-select:hover{
    position: relative;
    display: block;
    width: 180px;
    margin: 10px;
    background: #132E31;
    color:#3CEFAE;
}
.bought-rang-time-option:hover .bought-rang-time-option-select{
    background: #132E31;
    color:#3CEFAE;
}
.bought-rang-time-option.active .bought-rang-time-option-select{
    opacity:0;
}
.bought-rang-time-option[data-month="1"] .line-crossed,
.bought-rang-time-option[data-month="1"] .span-price-total{
    opacity:0;
}
.select-months-pseudoselect > div .line-crossed{
    position: absolute;
    display: block;
    width: 90px;
    height: 1px;
    background: #132E31;
    top: 137px;
    left: 55px;
    transform: rotate(-18deg);
}
.you-buy-following-rangs{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 120px;
}
.you-buy-following-rangs h5{
    display: inline-block;
    float: left;
    height: 36px;
    margin: 10px;
}
.payment-success-window{
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index: 100000;
    top: 0;
    left: 0;
}
.payment-success-window .payment-success-window-close{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    cursor: pointer;
    color: #132E31;
    text-shadow: 0px 0px 2px #132E31;
}
.payment-success-window .payment-success-window-close:hover{
    color:#3CEFAE;
}
.payment-success-window .payment-success-window-box{
    position: fixed;
    display: block;
    top: 130px;
    left: 50%;
    width: 600px;
    padding: 60px;
    background: rgba(229,221,210,1);
    margin-left: -300px;
    border: 1px #000 solid;
}
.payment-success-window .payment-success-window-box h6{
    position: relative;
    display: block;
    width: 100%;
    color: #132E31;
    text-shadow: 0px 0px 2px #132E31;
    font-size: 22px;
    text-align: center;
}
.payment-success-window .payment-success-window-box > span{
    text-align: left;
    display: block;
    float: left;
    margin: 20px 0;
}
.payment-success-window .payment-success-tick{
    position: relative;
    display: inline-block;
    width:130px;
    height:130px;
    margin: 20px auto;
    color:#fff;
    background: #3CEFAE;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: calc(50% - 65px);
    
}
.payment-success-window .payment-success-tick span{
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    font-size: 75px;
}
.payment-success-window .payment-success-window-box > button{
    margin: 0 0 0px calc(50% - 90px);
}
.premium-window-left-form-group-2{
    position: relative;
    display: block;
    width:100%;
    margin-top:30px;
}
.premium-window-left-form-group-2 label{
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    color: #132E31;
    text-shadow: 0px 0px 2px #132E31;
    font-weight: 200;
    float: left;
    margin: 20px 0 0;
}
.premium-window-left-form-group-2 input{
    position: relative;
    display: block;
    float: left;
    width: calc(80%);
    height: 40px;
    background: rgba(255,255,255,1);
    border: 1px #bbb solid;
    padding-left: 10px;
    font-size: 18px;
}
.premium-window-left-form-group-2 button{
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    margin: 0;
    height: 40px;
    line-height: 36px;
}
.premium-invalid-email-2{
    display: block;
    position: relative;
    float: left;
}
.premium-valid-email-3{
    display: block;
    position: relative;
    float: left;
    color: #132E31;
}
.select-months-pseudoselect div[data-value="1"] .span-price-total,
.select-months-pseudoselect div[data-value="1"] .line-crossed{
    display:none;
}
.premium-1 .premium-rang-active{
    position: absolute;
    background: #3CEFAE;
    position: absolute;
    top: 0;
    right: 0;
    color: #132E31;
    padding: 5px 25px;
    text-shadow: 0px 0px 2px #132E31;
    font-size: 18px;
    line-height: 40px;
}
.premium-rang-active .glyphicon {
    background: #132E31;
    color: #3CEFAE;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 17px;
    margin-right: 10px;
}
.premium-x .premium-rang-active{
    background: #3CEFAE;
    position: absolute;
    top: -33px;
    right: 0;
    color: #132E31;
    padding: 0px 6px;
    text-shadow: 0px 0px 2px #132E31;
    font-size: 15px;
    line-height: 30px;
    width: 100%;
    border-bottom: 4px #132E31 solid;
}

.points-table-right{
    position: fixed;
    display: block;
    right: 30px;
    top: 105px;
    width: 390px;
}
.points-table-table{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    max-height:480px;
}
.points-table-table .mCSB_container{
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
.points-table-right > h6{
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    color: #132E31;
    text-shadow: 0px 0px 1px #132E31;
    word-break: break-word;
    padding: 0 20px;
    text-align: center;
}
.points-table-right-txt{
    position: relative;
    display: block;
    font-weight: bold;
    width: 100%;
    height: 95px;
    text-align: center;
    font-size: 50px;
    line-height: 95px;
    color: #132E31;
    text-shadow: 0px 0px 1px #132E31;
}
.points-table-header-cell_1,
.points-table-row-cell_1{
    position: relative;
    display: block;
    width:100px;
    height:40px;
    text-align: center;
    line-height:40px;
    float:left;
}
.points-table-header-cell_1,
.points-table-header-cell_2{
    font-size: 18px;
}
.points-table-header-cell_2,
.points-table-row-cell_2{
    position: relative;
    display: block;
    width:calc(100% - 100px);
    height:40px;
    float:left;
}
.points-table-row-cell_2{
    display: table;
}
.points-table-row-cell_1{
}
.points-table-row-cell_1 .number-current{
    font-size: 28px;
    font-weight: bold;
}
.number-current-rang{
    font-size: 24px;
    font-weight: bold;
}
.points-table-row-rang .glyphicon{
    background: #132E31 !important;
    color: #3CEFAE !important;
    border:1px #3CEFAE solid;
}
.points-table-row-rang .glyphicon.glyphicon-time{
    position: absolute;
    bottom: 5px;
    right: 7px;
    top: auto;
    left: auto !important;
    border: 0;
    font-size: 22px;
    cursor: pointer;
    width: 21px;
    height: 21px;
    margin: 0;
    padding: 0;
    z-index: 4;
    color: #3CEFAE;
    background: transparent !important;
}
.points-table-row-rang .glyphicon.glyphicon-time.active{
    color: #132E31 !important;
}
.rang-hover-time-active{
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    z-index: 3;
    top: 0;
    left: 100%;
    background: #3CEFAE;
    color:#132E31;
}
.rang-hover-time-active.active{
    left: 0%;
}
.points-table-header-cell_1,
.points-table-row-cell_1{
    border-right: 1px #132E31 solid;
}
.points-table-header-cell_1,
.points-table-header-cell_2{
    border-bottom: 1px #132E31 solid;
}
.points-table-row-rang .points-table-header-cell_1,
.points-table-row-rang .points-table-row-cell_1{
    border-right: 1px #3CEFAE solid;
}
.points-table-row-rang .points-table-header-cell_1,
.points-table-row-rang .points-table-header-cell_2{
    border-bottom: 1px #3CEFAE solid;
}
.points-table-header-cell_2-c,
.points-table-row-cell_2-c{
    position: relative;
    display: table-cell;
    width: 100%;
    text-align: left;
    height:40px;
    vertical-align: middle;
}
.points-table-header-cell_2-c span,
.points-table-row-cell_2-c span{
    padding-left: 10px;
}
.points-table-row{
    position: relative;
    display:block;
    width: 100%;
    float:left;
}
.points-table-row-rang{
    background: #132E31;
    color: #fff;
}
.points-table-row-rang .points-table-row-cell_1{
    text-align: right;
    padding-right: 10px;
}
.points-table-row span.glyphicon{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    font-size: 13px;
    top: 10px;
    left: 0px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ddd;
    border: 1px #ddd solid;
}
.points-table-row.points-table-row-rang span.glyphicon{
    left:7px;
}
.points-table-row span.glyphicon.glyphicon-ok{
    color: #4cae4c;
    background: #dff0d8;
    border: 1px #4cae4c solid;
}
.points-table-row span.glyphicon.glyphicon-remove{
    color: #ec971f;
    background: #fcf8e3;
    border: 1px #ec971f solid;
}
.points-table-row span.glyphicon.glyphicon-remove.sign-bad-red{
    color: #a94442;
    background: #f2dede;
    border: 1px #a94442 solid;
}
.btn-show-paid-options{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    float: left;
}        
.btn-show-paid-options-c:hover{
    background: #132E31 !important;
    border: 4px #3CEFAE solid !important;
    color: #3CEFAE !important;
}    
.btn-show-paid-options-c{
    position: relative;
    display: inline-block;
    min-width: 180px;
    font-size: 16px;
    background: #3CEFAE !important;
    border: 4px #3CEFAE solid !important;
    color: #132E31 !important;
    cursor: pointer; 
    margin: 20px auto;
    line-height: 18px;
    height: auto;
    padding: 10px;
}
.points-table-right p{
    text-align: center;
    color: #132E31;
    font-weight: 300;
}
section._premium._premium-cards h6{
    position: relative;
    display: block;
    text-align: center;
    font-size: 38px;
    color: #132E31;
    text-shadow: 0px 0px 2px #132E31;
    font-weight: 500;
    margin: 28px 0;
}
.premium-buy-box-top{
    position: relative;
    display: block;
    width: 100%;
    float: left;
}
.premium-buy-box-top-left{
    position: relative;
    display: block;
    width: 440px;
    float:left;
}
.premium-buy-box-top-right{
    position: relative;
    display: block;
    width: calc(100% - 440px);
    float:right;
}
.half-blabla-title{
    text-shadow: 0px 0px 2px #132E31;
}
.bought-rang-time-option.active .bought-rang-time-option-selected{
    display:block;
}
.bought-rang-time-option .bought-rang-time-option-selected{
    position: absolute;
    display: none;
    top: 163px;
    left: -4px;
    width: 208px;
    height:25px;
    line-height: 25px;
    text-align: center;
    color:#3CEFAE;
    background:#132E31;
}
.choose-the-best-option{
    position: relative;
    margin: 10px 0;
    width: 100%;
    display: block;
    text-align: center;
    color: #132E31;
}
.premium-buy-box-bottom-things{
    position: relative;
    display: block;
    width:100%;
    margin-top: 25px;
}
.invitation-register-step-1 .label-for-checkbox b:hover,
.invitation-register-step-2 .label-for-checkbox b:hover,
.form-step-register .label-for-checkbox b:hover{
    color:#3CEFAE;
    cursor:pointer;
}
._tos-cover,
._tos-s-cover,
._pp-cover,
._pp-s-cover{
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(249,249,249);
    z-index: 999999;
    color: #132E31;
}
._tos-s-cover,
._pp-s-cover{
    background:rgba(0,0,0,0.7);
}
._tos-cover ._tos-close,
._tos-s-cover ._tos-s-close,
._pp-cover ._pp-close,
._pp-s-cover ._pp-s-close{
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 32px;
    cursor:pointer;
}
._tos-s-cover ._tos-s-close span,
._tos-s-cover ._tos-s-close span,
._pp-s-cover ._pp-s-close span,
._pp-s-cover ._pp-s-close span{
    top: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #132E31;
}
._tos-s-cover ._tos-s-close:hover span,
._tos-cover ._tos-close:hover span,
._pp-s-cover ._pp-s-close:hover span,
._pp-cover ._pp-close:hover span{
    color: #3CEFAE;
}
._tos-s-cover ._tos-s-container,
._tos-cover ._tos-container,
._pp-s-cover ._pp-s-container,
._pp-cover ._pp-container{
    position: relative;
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 60px auto;
    max-height: calc(100vh - 120px);
}
._tos-s-close,
._pp-s-close{
    top: 60px !important;
    right: auto !important;
    left: 50%;
    margin-left: 195px;
    z-index: 1;
}
._tos-s-cover ._tos-s-container,
._pp-s-cover ._pp-s-container{
    background: rgb(249,249,249);
    max-width:500px;
}
._tos-s-cover ._tos-s-container .mCSB_container ,
._pp-s-cover ._pp-s-container .mCSB_container {
    padding: 25px;
}
._tos-s-cover ._tos-s-container *,
._tos-cover ._tos-container *,
._pp-s-cover ._pp-s-container *,
._pp-cover ._pp-container *{
    color: #132E31 !important;
}

._tos-s-cover ._tos-s-container h1,
._tos-s-cover ._tos-s-container h2,
._tos-s-cover ._tos-s-container h3,
._tos-s-cover ._tos-s-container h4,
._tos-s-cover ._tos-s-container h5,
._tos-s-cover ._tos-s-container h6,
._tos-cover ._tos-container h1,
._tos-cover ._tos-container h2,
._tos-cover ._tos-container h3,
._tos-cover ._tos-container h4,
._tos-cover ._tos-container h5,
._tos-cover ._tos-container h6,
._pp-s-cover ._pp-s-container h1,
._pp-s-cover ._pp-s-container h2,
._pp-s-cover ._pp-s-container h3,
._pp-s-cover ._pp-s-container h4,
._pp-s-cover ._pp-s-container h5,
._pp-s-cover ._pp-s-container h6,
._pp-cover ._pp-container h1,
._pp-cover ._pp-container h2,
._pp-cover ._pp-container h3,
._pp-cover ._pp-container h4,
._pp-cover ._pp-container h5,
._pp-cover ._pp-container h6{
    text-align: center;
}
.green-btn-add-order{
    display: inline-block;
    height: 45px;
    min-width: 180px;
    line-height: 37px;
    font-size: 16px;
    background: #3CEFAE !important;
    border: 4px #3CEFAE solid !important;
    color: #132E31 !important;
    cursor: pointer;
    padding: 0px 20px;
    text-decoration: none;
}
.green-btn-add-order:hover{
    background: #132E31 !important;
    border: 4px #3CEFAE solid !important;
    color: #3CEFAE !important;
    text-decoration: none;
}
.green-btn-add-order span.glyphicon{
    margin-right:5px;
}
.my-orders-no-result{
    text-align: center;
}
.my-orders-no-result-with-btn{
    text-align: right;
}
.my-orders-no-result > span{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 800px;
    padding: 15px;
    text-align: center;
    color: #bbb;
    font-weight: bold;
    font-size: 30px;
}
.c-404-container{
    position: relative;
    display: block;
    margin: 100px auto;
    width: 100%;
    max-width: 800px;
    height: 100vh;
    padding:25px;
    text-align: center;
}
.c-404-container .c-404-logo{
    position: relative;
    display: block;
    color: #132E31;
    line-height: 40px;
    height: 50px;
    font-size: 66px;
    text-decoration: none;
    font-family: "Playfair Display", serif;
    font-weight: 800;
    text-align: center;
    width: 100%;
    margin: 36px 0px;
    text-decoration: none;
}
.c-404-container .c-404-logo:focus,
.c-404-container .c-404-logo:active,
.c-404-container .c-404-logo:hover{
    text-decoration: none;
}
.c-404-container div{
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 28px;
}
.c-404-container b,
.c-404-container span{
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 54px;
    margin: 10px 0px;
    float: left;
    color:#132E31;
}
.c-404-container p{
    text-align: center;
    margin: 40px 0;
    font-size: 20px;
}
.c-404-container a.anchor-in-the-end{
    position: relative;
    display: inline-block;
    background: #f9f9f9;
    border: 1px #ddd solid;
    padding: 10px 25px;
    color: #132E31;
    text-decoration: none;
}
.c-404-container a.anchor-in-the-end span.glyphicon{
    margin-right: 20px;
}
section._home_invitation._home_invitation-home{
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: 45;
    background: #fff;
    width: 100%;
    height: 100vh;
}
.invitation-register-window-close{
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 34px;
    cursor: pointer;
    color: #132E31;
}
.invitation-register-window-close:hover{
    color:#3CEFAE;
}
.wrapper-header-inv{
    position: relative;
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 50px auto 0px;
}
.wrapper-header-inv h3{
    position: relative;
    display:block;
    width:100%;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    font-size: 46px;
    color: #132E31;
}
.wrapper-header-inv > p{
    margin: 30px 0;
    text-align: center;
    font-size: 17px;
    color: #132E31;
}
.invitation-register-step-1,
.invitation-register-step-2{
    position: relative;
    display:block;
    width:600px;
    margin: 0px auto;
}
.invitation-register-step-1 .subregister-span,
.invitation-register-step-2 .subregister-span{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #132E31;
}
.invitation-register-step-2 .subregister-span{
}
.invitation-register-step-1 label,
.invitation-register-step-2 label{
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    margin: 0;
    margin-top: 10px;
    font-size: 16px;
    color: #132E31;
}
.invitation-register-step-1 .presudotip,
.invitation-register-step-2 .presudotip{
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    color: #777;
    font-style: italic;
}
.invitation-register-step-1 .invitation-register-login,
.invitation-register-step-1 .invitation-register-email,
.invitation-register-step-1 .invitation-register-password,
.invitation-register-step-1 .invitation-register-password2{
    width: 100%;
    height: 40px;
    background: rgba(255,255,255,0.6);
    border: 1px #bbb solid;
    padding-left: 10px;
    font-size: 18px;
}
.invitation-after-register-option-1,
.invitation-after-register-option-2{
    position: relative;
    display: block;
    width:50%;
    float: left;
    cursor:pointer;
    border: 3px transparent solid;
    margin:20px 0;
}
.invitation-after-register-option-1:hover,
.invitation-after-register-option-2:hover{
    border: 3px #132E31 solid;
}
.invitation-after-register-option-1 table,
.invitation-after-register-option-2 table{
    min-height: 160px;
    width:100%;
}
.invitation-after-register-option-1 table td,
.invitation-after-register-option-2 table td{
    min-height: 160px;
    vertical-align: middle;
    font-size: 24px;
    padding: 0 10px;
}
.invitation-register-step-2 a{
    position: relative;
    display: block;
    float: left;
    margin-top: 20px;
    line-height: 50px;
    height: 50px;
    width: 200px;
    color: #132E31;
    text-decoration: none;
    width: 200px;
}
.invitation-after-register-option-1-tick,
.invitation-after-register-option-2-tick{
    position: relative;
    display:inline-block;
    width:40px;
    height:40px;
    line-height:40px;
    border: 1px #132E31 solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
}
.invitation-register-window{
    position: relative;
    display: block;
    max-height: 100vh;
    float: left;
    width: 100%;
}
.invitation-after-register-option-1.active .invitation-after-register-option-1-tick,
.invitation-after-register-option-2.active .invitation-after-register-option-2-tick{
    background: #132E31;
    color: #3CEFAE;
    border: 1px #3CEFAE solid;
}
.invitation-after-register-option-1:not(.active) .invitation-after-register-option-1-tick span,
.invitation-after-register-option-2:not(.active) .invitation-after-register-option-2-tick span{
    display:none;
}
body.add-new-order-fullscreen .tab-content{
    float:left;
    padding:0 !important;
    margin:0 !important;
}
body.add-new-order-fullscreen section.mid,
body.add-new-card-fullscreen section.mid{
    position: fixed;
    display:block;
    z-index: 121;
    top:0;
    left:0;
    background: #fff;
    height: calc(100vh + 50px);
    width: 100%;
    margin: 0;
    padding: 0 0 0 0 !important;
}
body.add-new-order-fullscreen section.mid .wrapper h2,
body.add-new-card-fullscreen section.mid .wrapper h2{
    font-size: 42px;
    font-weight: 200;
}
body.add-new-order-fullscreen section.mid .order-status-group,
body.add-new-card-fullscreen section.mid .order-status-group{
    display:none;
}
body.add-new-card-fullscreen section.mid .tab-content,
body.add-new-order-fullscreen section.mid .tab-content .wrapper-form,
body.add-new-card-fullscreen section.mid .tab-content .wrapper-form{
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
}
*[data-visible_in_page="1"],
*[data-visible_in_page="2"],
*[data-visible_in_page="3"],
*[data-visible_in_page="4"],
*[data-visible_in_page="5"]{
    display:none;
}
body.add-new-order-fullscreen section.mid .hide-in-steps,
body.add-new-card-fullscreen section.mid .hide-in-steps{
    display: none;
}
body.add-new-order-fullscreen section.mid .wrapper.wrapper-create-tabs h6,
body.add-new-card-fullscreen section.mid .wrapper.wrapper-create-tabs h6{
    position: relative;
    display: block;
    text-align: center;
    font-size: 21px;
    margin: 15px 0;
    font-weight: 700;
    color: #132E31;
}
body.add-new-order-fullscreen section.mid .tab-1-box-right,
body.add-new-card-fullscreen section.mid .tab-1-box-right{
    width: 100%;
}
body.add-new-order-fullscreen section.mid .single-order-language,
body.add-new-card-fullscreen section.mid .single-card-language{
    width:16.66%;
}
body.add-new-order-fullscreen section.mid .tab-1-box-right .order-languages-container,
body.add-new-order-fullscreen section.mid .tab-1-box-right .order-languages-container .mCustomScrollBox,
body.add-new-card-fullscreen section.mid .tab-1-box-right .card-languages-container,
body.add-new-card-fullscreen section.mid .tab-1-box-right .card-languages-container .mCustomScrollBox{
    max-height: none;
}
body.add-new-order-fullscreen[data-set_mode="2"] .tab-1-box-left ,
body.add-new-card-fullscreen[data-set_mode="2"] .tab-1-box-left {
    /*width: 60%;*/
    padding-right: 0px; 
    /*margin-left: 20%;*/
}
body.add-new-order-fullscreen[data-set_mode="2"] *[data-can_be_visible_in_page="1"],
body.add-new-order-fullscreen[data-set_mode="3"] *[data-can_be_visible_in_page="1"],
body.add-new-order-fullscreen[data-set_mode="4"] *[data-can_be_visible_in_page="1"],
body.add-new-order-fullscreen[data-set_mode="5"] *[data-can_be_visible_in_page="1"],
body.add-new-card-fullscreen[data-set_mode="2"] *[data-can_be_visible_in_page="1"],
body.add-new-card-fullscreen[data-set_mode="3"] *[data-can_be_visible_in_page="1"],
body.add-new-card-fullscreen[data-set_mode="4"] *[data-can_be_visible_in_page="1"],
body.add-new-card-fullscreen[data-set_mode="5"] *[data-can_be_visible_in_page="1"]{
    display:none !important;
}
body.add-new-order-fullscreen[data-set_mode="1"] *[data-can_be_visible_in_page="2"],
body.add-new-order-fullscreen[data-set_mode="3"] *[data-can_be_visible_in_page="2"],
body.add-new-order-fullscreen[data-set_mode="4"] *[data-can_be_visible_in_page="2"],
body.add-new-order-fullscreen[data-set_mode="5"] *[data-can_be_visible_in_page="2"],
body.add-new-card-fullscreen[data-set_mode="1"] *[data-can_be_visible_in_page="2"],
body.add-new-card-fullscreen[data-set_mode="3"] *[data-can_be_visible_in_page="2"],
body.add-new-card-fullscreen[data-set_mode="4"] *[data-can_be_visible_in_page="2"],
body.add-new-card-fullscreen[data-set_mode="5"] *[data-can_be_visible_in_page="2"]{
    display:none !important;
}
body.add-new-order-fullscreen[data-set_mode="1"] *[data-can_be_visible_in_page="3"],
body.add-new-order-fullscreen[data-set_mode="2"] *[data-can_be_visible_in_page="3"],
body.add-new-order-fullscreen[data-set_mode="4"] *[data-can_be_visible_in_page="3"],
body.add-new-order-fullscreen[data-set_mode="5"] *[data-can_be_visible_in_page="3"],
body.add-new-card-fullscreen[data-set_mode="1"] *[data-can_be_visible_in_page="3"],
body.add-new-card-fullscreen[data-set_mode="2"] *[data-can_be_visible_in_page="3"],
body.add-new-card-fullscreen[data-set_mode="4"] *[data-can_be_visible_in_page="3"],
body.add-new-card-fullscreen[data-set_mode="5"] *[data-can_be_visible_in_page="3"]{
    display:none !important;
}
body.add-new-order-fullscreen[data-set_mode="1"] *[data-can_be_visible_in_page="4"],
body.add-new-order-fullscreen[data-set_mode="2"] *[data-can_be_visible_in_page="4"],
body.add-new-order-fullscreen[data-set_mode="3"] *[data-can_be_visible_in_page="4"],
body.add-new-order-fullscreen[data-set_mode="5"] *[data-can_be_visible_in_page="4"],
body.add-new-card-fullscreen[data-set_mode="1"] *[data-can_be_visible_in_page="4"],
body.add-new-card-fullscreen[data-set_mode="2"] *[data-can_be_visible_in_page="4"],
body.add-new-card-fullscreen[data-set_mode="3"] *[data-can_be_visible_in_page="4"],
body.add-new-card-fullscreen[data-set_mode="5"] *[data-can_be_visible_in_page="4"]{
    display:none !important;
}
body.add-new-order-fullscreen[data-set_mode="1"] *[data-can_be_visible_in_page="5"],
body.add-new-order-fullscreen[data-set_mode="2"] *[data-can_be_visible_in_page="5"],
body.add-new-order-fullscreen[data-set_mode="3"] *[data-can_be_visible_in_page="5"],
body.add-new-order-fullscreen[data-set_mode="4"] *[data-can_be_visible_in_page="5"],
body.add-new-card-fullscreen[data-set_mode="1"] *[data-can_be_visible_in_page="5"],
body.add-new-card-fullscreen[data-set_mode="2"] *[data-can_be_visible_in_page="5"],
body.add-new-card-fullscreen[data-set_mode="3"] *[data-can_be_visible_in_page="5"],
body.add-new-card-fullscreen[data-set_mode="4"] *[data-can_be_visible_in_page="5"]{
    display:none !important;
}
body.add-new-order-fullscreen .gallery-item-logo-container,
body.add-new-card-fullscreen .gallery-item-logo-container{
    background: transparent;
    /*margin-left: 50%;*/
}
body.add-new-order-fullscreen .btn.btn-success.upload-image-btn.upload-image-btn-logo,
body.add-new-card-fullscreen .btn.btn-success.upload-image-btn.upload-image-btn-logo{
    /*margin-left: 50%;*/
}
.cover-for-adding-new{
    position: fixed;
    display:block;
    top:0;
    right:0;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 121;
}
.cover-for-adding-new .cover-close-button{
    position: absolute;
    top:0;
    right:0;
    display:block;
    width:50px;
    height:50px;
    text-align: center;
    line-height: 50px;
    cursor:pointer;
    color: #132E31;
    font-size: 32px;
}
.cover-for-adding-new .cover-close-button:hover{
    color: #3CEFAE;
}
.cover-for-adding-new .cover-close-button span{
    width:50px;
    height:50px;
    text-align: center;
    line-height: 50px;
}
body.add-new-card-fullscreen[data-set_mode="2"] .bottom-description-things{
    /*width: 60%;*/
    /*margin-left: 20%;*/
}
.email-confirm-window{
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    background: #fff;
}
.email-confirm-window-close{
    position: fixed;
    display:block;
    right:0;
    top:0;
    width:50px;
    height:50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    color:#132E31;
}
.email-confirm-window-close:hover{
    color:#3CEFAE;
}
.email-confirm-window-c{
    position: relative;
    display:block;
    margin:80px auto;
    max-width: 600px;
    border:1px #132E31 solid;
    padding: 35px;
    text-align: center;
}
.email-confirm-window-header{
    position: relative;
    display:block;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}
.email-confirm-window-label{
    position: relative;
    display:block;
    width:100%;
    font-size: 16px;
    color:#132E31
}
.email-confirm-window-c input:focus, 
.email-confirm-window-c input:visited, 
.email-confirm-window-c input:active {
    outline: 0;
    border: 1px #3CEFAE solid;
}
.email-confirm-window-c input{
    position: relative;
    display: block;
    width: 100%;
    height: 36px;
    background: rgba(0,0,0,0.1);
    border: #aaa 1px solid;
    padding: 0 5px;
    line-height: 34px;
}
.email-confirm-window-c button{
    position: relative;
    display: block;
    margin-top:20px;
    background: #3CEFAE !important;
    border: 0px #3CEFAE solid !important;
    color: #132E31 !important;
    height: 45px;
    min-width: 180px;
    line-height: 45px;
    font-size: 16px;
    cursor: pointer;
    margin: 10px auto;
}
.email-confirm-window-c button:hover{
    background: #132E31 !important;
    border: 0px #3CEFAE solid !important;
    color: #3CEFAE !important;
}
.mjc-style.btn.btn-success.send-codes{
    width: 100%;
    margin-top: 10px;
}
.modal-promotional-code{
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    background: #fff;
}
.modal-promotional-code-close{
    position: absolute;
    display:block;
    right:0;
    top:0;
    width:50px;
    height:50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    color:#132E31;
}
.modal-promotional-code-close:hover{
    color:#3CEFAE;
}
.modal-promotional-code-c{
    position: relative;
    display:block;
    margin:80px auto;
    max-width: 600px;
    border:1px #132E31 solid;
    padding: 35px;
    text-align: center;
}
.modal-promotional-code-title{
    position: relative;
    display:block;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}
.modal-promotional-code-p{
    position: relative;
    display:block;
    width: 100%;
    margin-top:10px;
}
.modal-promotional-code-ul{
    position: relative;
    display:block;
    width: 100%;
    padding: 0;
    margin: 28px 65px 28px;
    text-align: left;
}
.modal-promotional-code-p-when-logged-in p{
    width:100%;
}
.modal-promotional-code-realize-code,
.modal-promotional-code-p-when-logout{
    position: relative;
    display: block;
    margin-top:20px;
    background: #3CEFAE !important;
    border: 0px #3CEFAE solid !important;
    color: #132E31 !important;
    height: 45px;
    min-width: 180px;
    line-height: 45px;
    font-size: 16px;
    cursor: pointer;
    margin: 25px 0 0px 0;
}
.modal-promotional-code-p-when-logout a{
    color:#132e31;
}
.modal-promotional-code-realize-code:focus, 
.modal-promotional-code-realize-code:visited, 
.modal-promotional-code-realize-code:active,
.modal-promotional-code-p-when-logout:focus, 
.modal-promotional-code-p-when-logout:visited, 
.modal-promotional-code-p-when-logout:active {
    outline: 0;
    border: 1px #3CEFAE solid;
}
.modal-promotional-code-p-when-realised p{
    position: relative;
    display: block;
    width:100%;
    margin:40px 0px;
    text-align: center;
    font-size: 32px;
}
.send-message-button{
    display: inline-block;
    height: 45px;
    min-width: 180px;
    line-height: 37px;
    font-size: 16px;
    background: #3CEFAE !important;
    border: 4px transparent solid !important;
    color: #132E31 !important;
    cursor: pointer;
    padding: 0px 20px;
    text-align: center;
}
.card-contact-c .send-message-button,
.order-contact-c .send-message-button{
    display: block;
    margin: 0 auto;
}
.card-contact-c .send-message-button span.glyphicon,
.order-contact-c .send-message-button span.glyphicon{
    display:none;
}
glyphicon glyphicon-send
.send-message-button span.glyphicon{
    line-height: 37px;
    font-size: 25px;
    margin: 0 15px;
}
.send-message-button:hover{
    background: #132E31 !important;
    border: 4px transparent solid !important;
    color: #3CEFAE !important;
}
.mjc-send-message-cover{
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index: 201;
    top: 0;
    left: 0;
}
.mjc-send-message-success,
.mjc-send-message-box{
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -250px;
    width: 500px;
    padding: 15px 25px;
    background: #fff;
}
.mjc-send-message-cover h5{
    position: relative;
    display: block;
    color: #132E31;
    text-shadow: 0px 0px 2px #132e31;
    text-align: center;
    font-size: 24px;
    margin: 10px auto;
    width: 100%;
    float: left;
}
.mjc-send-message-box label{
    position: relative;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: normal;
    margin: 10px 0 0 0;
    float: left;
}
.mjc-send-message-box input,
.mjc-send-message-box textarea{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 3px 7px;
    background: rgba(40, 96, 144, 0.1);
    border: 1px rgba(0,0,0,0.1) solid;
    color: #555;
}
.mjc-send-message-box textarea{
    height: 200px;
}
.mjc-send-message-box input:active,
.mjc-send-message-box input:visited,
.mjc-send-message-box input:focus,
.mjc-send-message-box textarea:active,
.mjc-send-message-box textarea:visited,
.mjc-send-message-box textarea:focus{
    border: 1px #3CEFAE solid;
    outline: 0;
}
.mjc-send-message-box .mjc-send-button{
    display: inline-block;
    height: 45px;
    min-width: 180px;
    line-height: 37px;
    font-size: 16px;
    background: #3CEFAE !important;
    border: 4px transparent solid !important;
    color: #132E31 !important;
    cursor: pointer;
    padding: 0px 20px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.mjc-send-message-box .mjc-send-button span.glyphicon{
    margin-right: 5px;
    font-size: 24px;
    line-height: 35px;
}
.mjc-send-message-box .mjc-send-button span.btn-txt-spanx{
    line-height: 35px;
}
.mjc-send-message-box .mjc-send-button:hover{
    background: #132E31 !important;
    border: 4px transparent solid !important;
    color: #3CEFAE !important;
}
.mjc-send-message-close{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color:#132e31;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}
.mjc-send-message-close:hover{
    background: #132e31;
    color:#3CEFAE;
}
.mjc-send-message-close span.glyphicon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 0;
}

@media (max-width: 1440px){
    /* HOME_HEADER START */
    .body-logged-true .vs-header-centerButtons ,
    .body-logged-false .vs-header-centerButtons {
        left: 250px;
    }
    /* HOME_HEADER END */
}
@media (max-width: 1200px){
    section.vs-header .vs-header-wrapper{
        width: 100%;
    }
    .body-logged-true .vs-header-centerButtons, .body-logged-false .vs-header-centerButtons {
        left: 205px;
        width: auto;
        padding: 0 30px;
    }
    .vs-header-rightThings{
        padding-right: 0px;
    }
}
@media (max-width: 1000px){
    .itemList-item[data-version="1"] {
        width: 100%;
    }
    .mjc-PageEmptyInfo[data-count="0"]{
        width: 100%;
    }
    .mjc-PageEmptyInfo[data-count="0"] span{
        position: relative;
        display: inline-block;
    }
    .vs-header-rightThings .vs-header-login-button,
    .vs-header-rightThings .vs-header-register-button,
    .vs-header-rightThings .vs-header-languageSwitcher-btn{
        font-size: 13px;
        padding: 0 8px;
        min-width: auto;
    }
}
@media (max-width: 990px){
    section.vs-header .vs-header-logo .font-special-bold{
        font-size: 21px;
        padding: 0 6px;
    }
    .body-logged-true .vs-header-centerButtons, .body-logged-false .vs-header-centerButtons {
        left: 136px;
    }
    .body-logged-false .vs-header-rightThings{
        width: 500px;
    }
    .vs-header-rightThings .vs-header-languageSwitcher-btn{
        margin-top: 5px;
    }
    .vs-header-rightThings .vs-header-languageSwitcher-btn{
        width: 130px;
        display: table;
    }
    .vs-header-rightThings .vs-header-languageSwitcher-btn span{
        line-height: 16px;
        display: table-cell;
        vertical-align: middle;
        word-wrap: break-word;
        max-width: 120px;
    }
}
@media (max-width: 870px){
    .vs-header-centerButtons{
        display:none;
    }
}
@media (max-width: 680px){
    .body-logged-true .vs-header-languageSwitcher-btn{
        display:none;
    }
}
@media (max-width: 638px){
    .vs-header-rightThings .vs-header-login-button[data-type="register"]{
        display:none;
    }
    .body-logged-false .vs-header-rightThings {
        width: 315px;
    }
}
@media (max-width: 580px){
    .small-switch-to-register,
    .small-switch-to-login{  
        width: 100%;
        text-align: center;
        line-height: 21px;
    }
}
@media (max-width: 510px){
    .body-logged-true .vs-header-rightThings {
        width: 250px;
    }
}
@media (max-width: 500px){
    .modalWindow.createNewItemModal .modalWindowContainer{
        max-width: 100%;
        left: 0;
        margin-left: 0px !important;
        top: 0;
        height: 100vh !important;
        position: fixed;
    }
}
@media (max-width: 438px){
    .body-logged-false section.vs-header .vs-header-logo{
        display:none;
    }
    .body-logged-false .vs-header-rightThings {
        width: 100%;
    }
    .vs-header-rightThings .vs-header-languageSwitcher-btn {
        float: left;
    }
}
@media (max-width: 410px){
    section.vs-login-register .switch-to-register, section.vs-login-register .switch-to-login{
        font-size: 15px;
        word-wrap: break-word;
    }
    section.vs-footer .vs-footer-logo .font-special-bold{
        font-size: 34px;
    }
}
@media (max-width: 390px){
    section.vs-header .vs-header-logo{
        display:none;
    }
}
@media (max-width: 316px){
    .vs-header-rightThings .vs-header-login-button, .vs-header-rightThings .vs-header-register-button, .vs-header-rightThings .vs-header-languageSwitcher-btn{
        padding: 0 10px;
        min-width: 100px;
    }
}
@media (max-width: 270px){
    section.vs-footer .vs-footer-logo .font-special-bold {
        font-size: 20px;
    }
}