* {

    margin: 0;
    padding: 0;
    font-family: 'Open Sans', 'Arial', sans-serif;
}

body {

    background-color: #F6F6F6;
    /*min-width: 340px;*/
}

.clear {

    clear: both;
}

.sp-wrapper {

    max-width: 960px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.top-headr {

    height: 90px;
    background-color: white;
}

.top-headr .logo {

    margin: 18px 0 0 15px; 
    transition: all 500ms ease;
    float: left;
}

.top-headr .logo:hover {

    opacity: 0.7;
}

.top-headr .main-nav {

    float: left;
    margin: 24px 0px 0px 35px;
}

.top-headr .sp-wrapper {

    position: relative;
}

.top-headr .sp-sign-btn {

    margin-top: 24px;
    float: right;
    width: 120px;
    position: relative;
}

.top-headr .sp-sign-btn a {

    font-size: 15px;
    position: absolute;
    right: 20px;
    z-index: 4500;
}

.sp-btn-darkgreenmode {

    background-color: #28cb75;
    color: #FFF;
    transition: all 500ms ease 0s;
    text-decoration: none;
    padding: 0px 15px 0px 10px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    border-radius: 5px;
}

.sp-btn-darkgreenmode:hover {

    background-color: #31ad6b;
}


.sp-btn-skyblue, .sp-btn-green {

    background-color: #1084c9;
    color: #FFF;
    transition: all 500ms ease 0s;
    text-decoration: none;
    padding: 0px 15px 0px 10px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    border-radius: 5px;
}

.sp-btn-green { 

    background-color: green;
    font-size: 16px !important;
    padding: 0 10px !important;
    text-transform: uppercase;
    background-color: #84a954;
    border-radius: 2px;
}

button.sp-btn-green {

    border: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: right;
    padding: 0 25px;
    cursor: pointer;
    display: inline-block;
}

.sp-btn-greenmode {
    text-align: center;
    background-color: #28cb75;
    color: #FFF;
    transition: all 500ms ease 0s;
    text-decoration: none;
    padding: 0px 15px 0px 10px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    border-radius: 5px;
}

.sp-btn-greenmode:hover {

    background-color: #31ad6b;
}

.sp-btn-skyblue {

    background-color: #1084c9;
    color: #FFF;
    transition: all 500ms ease 0s;
    text-decoration: none;
    padding: 0px 15px 0px 10px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    border-radius: 5px;
}

.sp-btn-skyblue:hover {

    background-color: #337AB7;
}

i.sign-in {

    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('../img/sign-ico.png') center center no-repeat;
    vertical-align: middle;
    margin-top: -2px;
}

i.bottom-arrow {

    display: inline-block;
    width: 50px;
    height: 45px;
    background: url('../img/bottom_arrow_emblem.png') center center no-repeat;
    vertical-align: middle;
    margin-top: -2px;
}


.h-list-lang {

    list-style: none;
}

.h-list-lang li {

    display: inline-block;

}

.h-list-lang li > a {

    display: block;
}


.h-list {

    list-style: none;
}

.h-list li {

    display: inline-block;
    vertical-align: middle;
}

.h-list li > a {

    display: block;
}

.main-nav .h-list li {

    height: 38px;
    line-height: 38px;
} 

.main-nav .h-list li a {

    line-height: inherit;
    height: inherit;
    font-size: 16px;
    color: #525252;
    text-decoration: none;
    font-weight: 300;
    padding: 0 15px;
    transition: all 500ms ease;
}

.main-nav .h-list li a:hover {

    color: #333;
}

/*.main-nav .h-list li.active a, .main-nav .h-list li.active a:hover {

    padding: 0 20px;
    background-color: #0f81c6;
    color: white;
    border-radius: 5px;
}*/

.prev-section {

    background-color: #0d7fc3;
    text-align: center;
}

.prev-section .sp-wrapper {

    background: transparent url("../img/preview_bgr_image.png") no-repeat scroll right top -8px;
    padding: 35px 0 40px 0;
}

.prev-section .big-txt {

    color: white;
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    padding: 0 10px;
}

.prev-section .medium-txt {

    display: inline-block;
    margin: 25px 0 6px 0;;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    padding: 0 10px;
}

.sp-white-btn {

    color: #0f81c6;
    background-color: white;
    border-radius: 4px;
    font-size: 25px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    text-decoration: none;
    padding: 0 20px;
    transition: all 500ms ease;
    cursor: pointer;
    margin-top: 15px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}

.sp-white-btn:hover {

    opacity: 0.7;
}

.gl-h-20-margin {

    margin: 0 20px;
}

.prev-section .video-wrapper {

    /*background-color: #FFF;*/
    display: inline-block;
    margin-top: 30px;
    /*border: 1px solid transparent;*/
    position: relative;
    max-width: 730px;
    width: 95%;
}

.prev-section .video-wrapper iframe.video-obj {

    width: 100%;
    height: 100%;
    border: none;
}

i.sp-emblem {

    display: inline-block;
    width: 39px;
    height: 38px;
    background: url('../img/spyprice_emblem.png') center center no-repeat;
    vertical-align: middle;
    margin-top: -2px;
}

.contents-section {

    background-color: #f6f6f6;
    text-align: center;
    box-shadow: 0px 1px 3px 1px #D4D4D4
}

.contents-section .sp-wrapper {

    padding: 35px 0;
    background: url('../img/sp-cloud-pattern.png') center bottom -1px no-repeat;
    padding-bottom: 275px;
}

.contents-section .big-txt {

    color: #484848;
    font-size: 30px;
    font-weight: 200;
    position: relative;
}

.contents-section .big-txt i.bottom-arrow {

    position: absolute;
    margin: 20px 0 0 20px;
}

.blank-section {

    background-color: white;
    border: solid 1px #e9e9e9;
    border-radius: 12px;
    display: inline-block;
}

.contents-section .sign-up-section {

    max-width: 810px;
    margin: 40px 0 60px 0;
    width: 96%;
}

.sign-up-section .inner-wrap {

    padding: 30px 25px 40px 25px;
}

.sign-up-section .big-txt {

    font-size: 25px;
    font-weight: 300;
    margin-bottom: 36px;
}

.fast-sign {
    margin-top: 15px;
}

.sign-up-section .fast-sign .txt {

    font-size: 14px;
    color: #484848;
    display: inline-block;
    vertical-align: middle;
}

.facebook-medium-btn {

    display: inline-block;
    width: 37px;
    height: 37px;
    background: url('../img/facebook-icon.png') center center no-repeat;
    vertical-align: middle;
    transition: all 500ms ease;
}

.google-medium-btn {

    display: inline-block;
    width: 37px;
    height: 37px;
    background: url('../img/gp-icon.png') center center no-repeat;
    vertical-align: middle;
    transition: all 500ms ease;
}

.twitter-medium-btn {

    display: inline-block;
    width: 37px;
    height: 37px;
    background: url('../img/twitter-icon.png') center center no-repeat;
    vertical-align: middle;
    transition: all 500ms ease;
}

.google-medium-btn:hover, 
.facebook-medium-btn:hover,
.twitter-medium-btn:hover {

    opacity: 0.7;
}

.sign-up-section .fast-sign .soc-btn {

    margin-left: 5px;
    margin-top: -5px;
}

.sign-up-section .fast-sign .soc-btn:first-child {

    margin-left: 10px;
}

.inln-block {

    display: inline-block;
    vertical-align: middle;
}

.blue-form input {

    background-color: #fff;
    border: 1px solid #1192d3;
    color: #1192d3;
    font-size: 16px;
    padding: 10px 20px;

    border-radius: 4px;
    width: 230px;
}

.blue-form input[placeholder] {

    color: #333;
}

.blue-form input::-webkit-input-placeholder {

    color: #333;
}

.blue-form input:-moz-placeholder { /* Firefox 18- */

    color: #333; 
}

.blue-form input::-moz-placeholder {  /* Firefox 19+ */

    color: #333;  
}

.blue-form input:-ms-input-placeholder {  

    color: #333; 
}

.blue-form .inln-block {

    margin: 0 5px 6px 0;
}

.sign-up-section .blue-form {

    margin-top: 35px;
}

.sp-btn-darkblue {

    background-color: #004a84;
    color: white;
    border-radius: 4px;
    border: none;
    height: 42px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    padding: 0 15px;
}

.sp-color { color: #0f82c7; }

.contents-section .medium-txt {

    color: #484848;
    font-size: 16px;
    padding: 0 5px;
}

.marg-top-35 {

    margin-top: 35px;
}

.contents-blank.contents-section {

    background-color: white;
    padding: 0 15px;
}

.contents-blank.contents-section .sp-wrapper {

    background: none;
    padding-bottom: 30px;
}

.v-list {

    display: inline-block;
}

.v-list .item {

    text-align: left;
    margin-bottom: 15px;
}

.v-list .item:last-child {

    margin-bottom: 0;
}

.contents-section .v-list {

    margin-top: 25px;
}

i.info-ico {

    display: inline-block;
    vertical-align: middle;
    background: transparent url("../img/v-list-icons.png") no-repeat scroll center top;
    width: 35px;
    height: 30px;
}

i.s-ico {

    display: inline-block;
    vertical-align: middle;
    background: transparent url("../img/v-list-icons.png") no-repeat scroll center top -38px;
    width: 35px;
    height: 30px;
}

i.clock-ico {

    display: inline-block;
    vertical-align: middle;
    background: transparent url("../img/v-list-icons.png") no-repeat scroll center top -85px;
    width: 35px;
    height: 30px;
}

i.x-ico {

    display: inline-block;
    vertical-align: middle;
    background: transparent url("../img/v-list-icons.png") no-repeat scroll center top -131px;
    width: 35px;
    height: 30px;
}

i.tick-ico {

    display: inline-block;
    vertical-align: middle;
    background: transparent url("../img/v-list-icons.png") no-repeat scroll center top -168px;
    width: 35px;
    height: 30px;
}

i.sm-s-ico {

    display: inline-block;
    vertical-align: middle;
    background: transparent url("../img/sm-vlist-icons.png") no-repeat scroll center top -1px;
    width: 35px;
    height: 30px;
}

i.sm-i-ico {

    display: inline-block;
    vertical-align: middle;
    background: transparent url("../img/sm-vlist-icons.png") no-repeat scroll center top -47px;
    width: 35px;
    height: 30px;
}

i.sm-x-ico {

    display: inline-block;
    vertical-align: middle;
    background: transparent url("../img/sm-vlist-icons.png") no-repeat scroll center top -100px;
    width: 35px;
    height: 30px;
}

i.sm-clock-ico {

    display: inline-block;
    vertical-align: middle;
    background: transparent url("../img/sm-vlist-icons.png") no-repeat scroll center top -145px;
    width: 35px;
    height: 30px;
}

i.sm-email-ico {

    display: inline-block;
    vertical-align: middle;
    background: transparent url("../img/sm-vlist-icons.png") no-repeat scroll center top -194px;
    width: 35px;
    height: 30px;
}

i.sm-ch-ico {

    display: inline-block;
    vertical-align: middle;
    background: transparent url("../img/sm-vlist-icons.png") no-repeat scroll center top -240px;
    width: 35px;
    height: 30px;
}

i.sm-usr-ico {

    display: inline-block;
    vertical-align: middle;
    background: transparent url("../img/sm-vlist-icons.png") no-repeat scroll center top -290px;
    width: 35px;
    height: 30px;
}

i.sm-tick-ico {

    display: inline-block;
    vertical-align: middle;
    background: transparent url("../img/sm-vlist-icons.png") no-repeat scroll center top -336px;
    width: 35px;
    height: 30px;
}

.v-list .item i {

    margin-right: 5px;
}

.sp-white-btn-darkblue {

    display: inline-block;
    height: 55px;
    line-height: 55px;
    color: #004174;
    background-color: white;
    border: solid 1px #2284d2;
    border-radius: 4px;
    font-weight: 400;
    font-size: 25px;
    padding: 0 25px;
    text-decoration: none;
    transition: all 500ms ease;
}

.sp-white-btn-darkblue:hover { opacity: 0.7; }

.marg-top-40 {

    margin-top: 40px;
}

.sp-link {

    color: #2284d2;
    font-size: 16px;
    text-decoration: none;
    transition: all 500ms ease;
}

.sp-link:hover { opacity: 0.7; }

.contents-section.mini-contents {


}

.contents-section.mini-contents .sp-wrapper {

    background: none;
    padding: 25px 0;
}

.contents-section.mini-contents .big-txt {

    font-size: 22px;
    color: #38393d;
}

.contents-section.mini-contents .socials {

    margin-top: 20px;
}

.contents-section.mini-contents .socials a {

    margin: 0 3px;
}

.marg-top-30 { margin-top: 30px; }

.footer {

    background-color: #f6f6f6;
    height: 90px;
    text-align: center;
}

.footer .h-list {

    margin-top: 25px;
}

.footer .h-list li {

    margin: 0 12px;
}

.footer .h-list a {

    text-decoration: none;
    margin: 10px 0;
    color: #525252;
    font-size: 15px;
    font-weight: 300;
    transition: all 500ms ease;
}

.footer .h-list a:hover {

    color: #333;
}

.page-header {

    background-color: #0D7FC3;
}

.page-header .sp-wrapper {

    height: 120px;
    background: url('../img/page-header-pattern.png') top left 15px no-repeat;
}

.page-header .sp-wrapper .sp-wrapper-container {

    padding: 26px 0 0 105px;
}

.page-header .big-txt {

    font-size: 26px;
    color: #FFF;
    font-weight: 400;
}

.page-header .medium-txt {

    font-size: 18px;
    color: #FFF;
    font-weight: 300;
}

.blank-layout {

    background-color: white !important;
    border: 1px solid #ededed;
    border-radius: 5px;
    display: inline-block;
    width:100%;
}

.blank-layout .medium-txt {

    font-size: 15px;
    color: #424242;
    line-height: 26px;
}

.gray-section {

    background-color: #f6f6f6;
}

.contacts-page .inner-wrapper {

    padding: 40px 80px;
}

.findus-page .inner-wrapper {

    padding: 10px 80px 40px 80px;
}

.block { 

    display: block; 
}


button[type="submit"]{
    cursor: pointer;
}

.white-form input[type="text"], 
.white-form input[type="password"] {

    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    border: solid 1px #1192d3;
    border-radius: 5px;
    width: 98%;
}

.white-form textarea {

    height: 200px;
    line-height: 18px;
    padding: 5px;
    font-size: 14px;
    color: #333;
    border: solid 1px #1192d3;
    border-radius: 5px;
    width: 99%;
}

.fleft {

    float: left;
}

.fright {

    float: right;
}

.fleft.half, .fright.half { width: 49%; }

.contacts-page .white-form {

    margin-top: 50px;
}

.white-form .form-item {

    margin-bottom: 25px;
}

.white-form .form-item label {

    margin-bottom: 5px;
}

button.sp-btn-skyblue, .sp-btn-skyblue.large {

    border: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    text-align: right;
    padding: 0 25px;
    cursor: pointer;
    display: inline-block;
}

button.sp-btn-skyblue.large2 {

    border: none;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    text-align: right;
    padding: 0 29px;
    cursor: pointer;
    display: inline-block;
}


button.sp-btn-greenmode, .sp-btn-greenmode.large {

    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: right;
    padding: 0 25px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

button.sp-btn-darkgreenmode, .sp-btn-darkgreenmode.large {

    border: none;
    height: 43px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
    padding: 0 25px;
    cursor: pointer;
    display: inline-block;
}


button.sp-btn-darkgreenmode:hover, .sp-btn-darkgreenmode.large:hover {


}



a.sp-btn-greenmode.large {

    line-height: 36px;
}

.contacts-page .white-form .sp-txt {

    vertical-align: middle;
    display: inline-block;
    line-height: 38px;
    color: #2284D2;
    font-size: 15px;
    text-decoration: none;
}

.contacts-page .fright.contacts-list {

    width: 38%;
    padding-top: 25px;
}

.contacts-list .item.phone-bgr {

    background: transparent url("../img/phone-contact-icon.png") no-repeat scroll left 9px center;
    padding-left: 65px;
}

.contacts-list .item.skype-bgr {

    background: transparent url("../img/skype.png") no-repeat scroll left 9px center;
    padding-left: 65px;
}


.contacts-list .item.chat-bgr {

    padding-left: 65px;
    background: url("../img/chat-contact-icon.png") center left 1px no-repeat;
}

.contacts-list .item.email-bgr {

    background: url('../img/xl-gray-email.png') center left no-repeat;
    padding-left: 65px;
}

.contacts-list .item {

    padding: 2px 0px 2px 65px;
    height: 50px;
}

.contacts-list .item .contact-label {

    color: #525252;
    font-size: 13px;
    font-weight: 600;
}

.contacts-list .item .contact-phone {

    color: #5F5F5F;
    font-size: 18px;
    font-weight: 300;
    white-space: nowrap;
}

.contacts-list .item .contact-phone small {

    font-size: 14px;
}

.findus-page .big-txt {

    color: #2284d2;
    font-size: 28px;
    font-weight: 400;
}

.findus-page .maps-container {

    margin-top: 30px;
}

.findus-page .maps-container .map-label {

    color: #5E5E5E;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}

.findus-page .maps-container .half {

    width: 48%;
}

.findus-page .maps-container .fleft {

    margin-right: 3%;
}

.findus-page .maps-container .map iframe {

    width: 100%;
    height: 365px;
}

.gray-section.contacts-page .h-list {

    margin-top: 20px;
    padding: 0 15px;
}

.pc_65 { width: 65%; }
.pc_70 { width: 70%; }
.pc_35 { width: 35%; }

.contacts-page .socials {

    margin-top: 25px;
}

.socials .t-alg-txt {

    display: inline-block;
    vertical-align: top;
    color: #525252;
    font-weight: 600;
    font-size: 13px;
    margin-right: 8px;
}

.marg-top-10 { margin-top: 10px; }

.sidebar {

    width: 230px;
}

.sidebar + .contents-container {

    width: 675px;
}

.features-page { padding: 40px 0; }

.side-nav .item {

    margin: 0 0 10px;
}

.side-nav .item a {

    color: #333333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    height: 36px;
    line-height: 34px;
    position: relative;
    display: block;
    padding-left: 2px;
    width: 230px;
    transition: all 500ms ease;
}

.side-nav .item a:hover {

    opacity: 0.6;
}

.side-nav .item a .right-triangle { display: none; }

.side-nav .item.active a {

    color: #0c7ec3;
    background-color: #d7eefc;
    font-weight: 600;
}

.side-nav .item.active a .right-triangle { display: block; }

.side-nav .item a i {

    margin-right: 11px;
}

.right-triangle {

    width: 0px;
    height: 0px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 25px solid #D7EEFC;
    position: absolute;
    top: 0px;
    right: -24px;
}

.top-triangle {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #cef;
    position: absolute;
    top: -9px;
    right: 68px;
    margin: 0 auto;
}

.features-page .contents-container .blank-layout .inner-wrapper {

    padding: 30px 40px;
}

.features-page .blank-layout .big-txt {

    font-size: 25px;
    color: #3097e8;
    font-weight: 400;
    display: block;
    text-align: center;
}

.features-page .text-area {

    margin-top: 45px;
}

.text-area .item {

    margin-bottom: 35px;
}

.text-area .item .ttl {

    color: #424242;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
}

.text-area .item .content {

    color: #424242;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}

.features-footer {

    text-align: center;
    margin-top: 30px;
}

.features-footer .big-txt {

    font-size: 34px;
    color: #38393d;
    font-weight: 300;
    margin-bottom: 30px;
}

.gl-medium-txt {

    font-size: 20px;
    font-weight: 400;
    color: #424242;
    line-height: 26px;
    display: inline-block;
}

.gl-medium-txt.highlight {

    color: #0d80c4;
}

.payment-page .inner-wrapper { padding: 6% 15%; }

.membership-box {

    border: solid 1px #2287d5;
    border-radius: 5px;
    background-color: white;
    width: 160px;
}

.membership-box .mb-wrapper { padding: 15px 15px 20px 15px; }

.membership-box .mb-ttl {

    text-transform: capitalize;
    color: #38393d;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.mb-pricing {

    font-weight: 600;
    color: #38393d;
    text-align: left;
    padding-left: 10px;
    margin: 20px 0;
}

.mb-pricing .mb-currency {

    font-size: 33px;
    display: inline-block;
    vertical-align: bottom;
    font-weight: 600;
    margin-right: -2px;
}


.mb-pricing .mb-currency2 {

    font-size: 20px;
    display: inline-block;
    vertical-align: bottom;
    font-weight: 600;
    margin-right: -2px;
}

.mb-pricing .mb-price {

    font-size: 45px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 50px;
    letter-spacing: -5px; 
}




.mb-pricing .mb-price2 { 

    font-size: 45px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 50px;
    letter-spacing: -5px;
}

.mb-period {

    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.mb-link {

    color: #2284d2;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    display: block;
}

.payment-page .payment-logos {

    margin-top: 115px;
}

.payment-form-chart {

    border: solid 1px #2287d5;
    border-radius: 5px;
    background-color: white;
    width: 100%;
}

.payment-form-chart .wrapper {

    padding: 50px 65px;
}

.payment-page .payment-form-chart {

    margin-top: 20px;
}

.payment-form-chart label {

    display: block;
    color: #1192d3;
    font-size: 14px;
    margin-bottom: 5px;
    height: 20px;
    line-height: 20px;
}

.payment-form-chart input {

    width: 90%;
    display: block;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    border: solid 1px #1083c9;
    padding: 0 5%;
}

.payment-form-chart select {

    width: 100%;
    display: block;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    border: solid 1px #1083c9;
    padding: 0 5%;
}

.payment-form-chart select option {

    padding: 1% 5%;
}

.pc_30 { width: 30%; }
.pc_32 { width: 32%; }
.pc_37 { width: 37%; }

.payment-page .fleft { margin-right: 2%; }
.payment-page .half { width: 49%; }

.payment-form-chart .row {

    margin-bottom: 15px;
}

.payment-form-chart .row.actions {

    margin-top: 30px;
}

.payment-form-chart .actions .p-link {

    color: #1192D3;
    font-size: 13px;
    padding: 8px 0;
    display: inline-block;
}

.payment-form-chart .actions .sp-btn-skyblue {

    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 10px;
}

.gl-normal-txt {

    font-size: 16px;
    text-align: center;
    font-weight: 300;
}

.gl-normal-txt.highlight {

    color: #0d80c4;
}

.blank { 

    background-color: white; 
}

.df-border {

    border: 1px solid #ededed;
}

.df-bradius {

    border-radius: 5px;    
}

.innr-wrap {

    padding: 30px 40px;
}

.gl-separator-plus {

    margin: 30px 0px;
    display: block;
    /*height: 5px;*/
}

.st-list {

    list-style: none;
}

.services-page .innr-wrap {

    padding: 80px 100px;
}

.cntr { text-align: center; }

.highlight {

    color: #3097e8;
}

.gl-xxxl-txt {

    font-size: 32px;
    color: #38393d;
}

.gl-xxl-txt {

    font-size: 25px; 
}

.gl-l-txt {

    font-size: 15px;
    color: #424242;
}

.gl-l-txt-blog {

    font-size: 40px;
    color: #424242;
}

.bold { font-weight: 600; }

.gl-l-separator {

    margin: 25px 0px;
    height: 5px;
}

.gl-m-separator {

    margin: 5px 0px;
    height: 2px;
}

.gl-sm-separator {

    margin: 5px 0px;
    height: 5px;
}

.gl-tiny-separator {

    margin: 3px 0px;
    height: 2px;
}

ul.xxxl-offset-excl-first li {

    margin-top: 10px;
}

ul.xxxl-offset-excl-first li:first-child {

    margin-top: 0;
}

.gl-text {

    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
}

.gl-text-blog {

    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}

.thin { font-weight: 300; }
.default-thin { font-weight: 400; }

.st-horizontal-list {

    list-style: none;
    text-align: center;
}

.st-horizontal-list li {

    display: inline-block;
    vertical-align: top;
}

.support-page .st-horizontal-list li {

    display: inline-block;
    vertical-align: top;
    margin: 0px 24px;
    max-width: 236px;
    width: 100%;
}

.support-page  .st-horizontal-list li:nth-child(3n + 3) {

    margin-right: 0;
}

.gl-m-txt {

    font-size: 14px;
    line-height: 22px;
    color: #424242;
}

.pc_31 { width: 31%; }
.pc_28 { width: 28%; }

.support-page .inner-wrap {

    padding: 40px 60px;
}

.justify { text-align: justify; }
.text-center { text-align: center; }

i.xl-email-support {

    background: url('../img/xl-email-support.png') center center no-repeat;
    width: 35px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
}

i.xl-live-chat {

    background: url('../img/xl-live-chat.png') center center no-repeat;
    width: 35px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
}

i.xl-phone-support {

    background: url('../img/xl-phone-support.png') center center no-repeat;
    width: 25px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.middle { vertical-align: middle; }

.gl-bgr-colorize {

    background-color: #2286d4;
}

.white { color: white; }

.off-caps { text-transform: none; }
.no-margin { margin: 0; }
.height_26 {
    line-height: 26px;
}
.no-padding { padding: 0; }
.padd-r-x15 { padding-right: 15px; }
.gl-padd-x15 { padding: 15px; }
.gl-padd-x17 { padding: 17px; }
.gl-padd-top-x25 { padding-top: 30px; }
.pricing-page .st-horizontal-list li {

    width: 220px;
    margin: 0 4px 6px 4px;
}

.pricing-page .sp-wrapper { padding: 60px 0 35px 0; }

.bgr-colr-1 {

    background-color: #bae1ff;
}

.df-btn-padding {

    padding: 0 10px;
}

.gl-h-tiny-separator {

    display: inline-block;
    width: 1px;
    margin: 0 2px;
}

.hidden {
    display: none;
}

input.blue-white {

    border: solid 1px #2286d4;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 5px;
    width: 85%;
    border-radius: 5px;
}

.tarea {

    border: solid 1px #2286d4;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 5px;
    width: 85%;
    border-radius: 5px;
}

.top-r-note {

    font-size: 10px;
    color: #FFF;
    background-color: #2286D4;
    width: 15px;
    height: 15px;
    border-radius: 35px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: 2px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.relative { position: relative; }

.padd-h-x10 {

    padding-left: 10px;
    padding-right: 10px;
}

.padd-h-x15 {

    padding-left: 15px;
    padding-right: 15px;
}

.padd-top-x15 {

    padding-top: 15px;
}

.padd-top-x10 {

    padding-top: 10px;
}

.line-h-15 { line-height: 15px; }
.line-h-20 { line-height: 20px; }
.line-h-25 { line-height: 25px; }

.valign-top { vertical-align: top; }

.gl-tiny-txt { font-size: 12px; }

.df-black { color: #38393d; }

.top-r-note + .note {

    position: absolute;
    transition: all 500ms ease 0s;
    right: -65px;
    top: -55px;
    padding: 5px 10px;
    font-size: 11px;
    width: 140px;
    text-align: left;
}


.top-r-note:hover + .note {

    display: block;
}

.df-bordblue {

    border: solid 1px #2286d4;
}

li.membership-emblem {

    background: url('../img/membership-emblem.png') top 1px right 1px no-repeat white;
}

.h-list-offset ul li {

    margin: 0 25px;
}

.padd-v-x15 {

    padding-top: 15px;
    padding-bottom: 15px;
}

.transp-border {

    border: solid 1px transparent;
}

.contacts-page.pricing .h-list {

    margin: 35px 0 25px 0;
}

.aleft {

    text-align: left;
}

.faq-section .st-horizontal-list li {

    min-width: 100px;
    max-width: 400px;
    margin: 0 30px 20px 30px;
}

.df-gray { color: #8c8c8c; }

.pricing .contacts-list li.item {

    margin: 0 28px 15px;
}

.sp-course {

    background-color: rgba(0, 0, 0, 0.55);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4000;
    display: none;
}

.login-bubble {

    width: 425px;
    height: 160px;
    min-height: 160px;
    position: absolute;
    top: 75px;
    right: 90px;
    border: solid 1px #2287d5;
    z-index: 5000;
    display: none;
}

.login_error_index{
    font-size: 12px;
    color: red;
    line-height: 1;
    margin-bottom: 10px;


}


.error_intro{
    font-size: 12px;
    color: red;
    line-height: 1;
}

.error_intro p {
    font-size: 12px;
    color: red;


}

.custom_error{
    font-size: 12px;
    color: red;
    line-height: 1;
    margin-bottom: 10px;


}

.custom_error p {
    font-size: 12px;
    color: red;


}


.login_error_index p {
    font-size: 12px;
    color: red;
}
.login_error_index strong{
    font-weight: normal;
}


.login_error{
    font-size: 12px;
    color: red;
    line-height: 1;

}

.login_error p {
    font-size: 12px;
    color: red;
}
.login_error strong{
    font-weight: normal;
}

.register_error{
    font-size: 12px;
    color: red;
    line-height: 1;
    text-align: center;
}

.register_error p {
    font-size: 12px;
    color: red;
}
.register_error strong{
    font-weight: normal;
}




.hide{display: none;}

.login-bubble .sp-wrapper {

    position: relative;
}

button.sp-white-btn {

    border: solid 1px #2f8ed7;
    color: #2f8ed7;
    line-height: 20px;
    font-size: 14px;
}

.login-section {

    width: 282px;
    padding: 14px 8px;
}

.login-section .sp-link {

    font-size: 14px;
    line-height: 36px;
}

.login-section input[type="text"], 
.login-section input[type="password"],
.registration-popup input[type="text"], 
.registration-popup input[type="password"],
.register-static-box input[type="text"], 
.register-static-box input[type="password"],
.register-static-box select,
.register-static-box textarea
{
    background-color: #FFF;
    color: #333;
    border-radius: 2px;
    border: 1px solid #1192D3;
    height: 34px;
    padding: 0 5px 0 10px;
    width: 93%;
}

.register-static-box-affiliate input[type="text"],
.register-static-box-affiliate input[type="password"],
.register-static-box-affiliate input,
.register-static-box-affiliate select,
.register-static-box-affiliate textarea
{
    background-color: #FFF;
    color: #333;
    border-radius: 2px;
    border: 1px solid #1192D3;
    height: 34px;
    padding: 0 5px 0 10px;
    width: 260px;
}

.register-static-box-affiliate select {
    background-color: #FFF;
    color: #333;
    border-radius: 2px;
    border: 1px solid #1192D3;
    height: 34px;
    padding: 0 5px 0 10px;
    width: 277px;
}

.aff-submit {
    display: block;
    margin-left: 15px;
    width: 275px;
    text-align: center;
}

.aff-submit-div {
    text-align: center;
    width: 97%;
    padding-bottom: 30px;
}

.register-static-box-affiliate .wrapper {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
}

.register-static-box-affiliate .row {
    margin-bottom: 10px;
}

.register-static-box-affiliate .aff-row {
    margin: 5px;
    float: left;
    display:inline-block;
}

.aff-row hr {
    opacity: 0.2;
}

.register-popup-box select
{

    background-color: #FFF;
    color: #333;
    border-radius: 2px;
    border: 1px solid #1192D3;
    height: 34px;
    padding: 0 5px 0 10px;
    width: 100%;
}


.register-static-box input[type="text"], 
.register-static-box input[type="password"]

{

    width: 93.5%;
}

.register-static-box select{
    width: 100%;
}


.register-static-box a {
    color: #2f8ed7;
    font-size: 14px;
    text-decoration: none;
}

.register-static-box a:hover {
    color: #66ade3;
    font-size: 14px;
}

.register-static-box-affiliate a {
    color: #2f8ed7;
    font-size: 14px;
    text-decoration: none;
}

.register-static-box-affiliate a:hover {
    color: #66ade3;
    font-size: 14px;
}

.error_login{
    font-size: 14px; color: #f25072;

}


.valign-bottom { vertical-align: bottom; }

.login-section table tr td, 
.registration-popup table tr td {

    padding: 0px 5px 10px;
    font-size: 14px;
    color: #424242;
}

.login-section table tr:last-child td, 
.registration-popup table tr:last-child td {

    padding-bottom: 0px;
}

.register-trigger-section {

    background: #CFEEFF url("../img/register-section-bgr.png") no-repeat scroll center top 30px;
    height: 100%;
    width: 125px;
    border-left: solid 1px #2287D5;
    text-align: center;
}

.register-trigger-section .wrapper {

    padding-top: 113px;
}

.register-trigger-section .sp-btn-skyblue {

    font-size: 14px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    padding: 0 15px;
}

.registration-popup {

    position: fixed;
    padding: 10px;
    top: 15%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 5200;
    width: 705px;
    background-color: transparent;
    display: none;

}

.registration-popup .wrapper {

    position: relative;
    border: solid 1px #2287d5;
    height: 385px;
    background: white url("../img/register-popup-bgr.png") no-repeat scroll left 20% top -2px;
    padding: 25px 45px 25px 7%;
    border-radius: 5px;
}

.registration-popup .gl-xxxl-txt {

    color: #1084c9;
}

.aright { text-align:right; }
.w70px { width: 70px; }

.registration-popup .x-btn {

    color: #1084C9;
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 15px;
    line-height: 18px;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
}

#login-bubble .x-btn-login-close{

    color: #1084C9;
    font-weight: 400;
    font-size: 13px;
    position: absolute;
    top: 5px;
    right: 10px;
    line-height: 18px;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
}

.register-static-box {

    max-width: 370px;
    margin: 45px auto 55px;
    width: 100%;
}

.register-static-box-affiliate {

    margin: 45px auto 55px;
    width: 100%;
}

.forgot-static-box {

    max-width: 430px;
    margin: 45px auto 55px;
    width: 100%;
}


.register-static-box .wrapper {

    padding: 50px 60px;
}

.register-static-box .row {

    margin-bottom: 10px;
}

.register-static-box .row:last-child {

    margin-bottom: 0;
    margin-top: 15px;
}

.main-nav-low-media { 

    display: none;
    float: right;
    border: 1px solid #1084C9;
    border-radius: 5px;
    margin: 23px 20px 0px 20px;
    transition: all 500ms;
    cursor: pointer;
}

.main-nav-low-media:hover {

    opacity: 0.8;
}

.main-nav-low-media .lm-wrapper {

    width: 35px;
    height: 28px;
    padding: 5px; 
}

.main-nav-low-media .lm-line {

    width: 100%;
    height: 2px;
    background-color: #1084C9;
    margin: 5px 0px;
}

.main-nav-low-media[rel-state="closed"] {

    background-color: #1084C9;
    border-color: #1084C9;
}

.main-nav-low-media[rel-state="closed"] .lm-line {

    background-color: white;
}

.featured-img { width: 92%; }


.cstm-placeholder input[placeholder] {

    color: #333;
}

.cstm-placeholder input::-webkit-input-placeholder {

    color: #333;
}

.cstm-placeholder input:-moz-placeholder { /* Firefox 18- */

    color: #333;
}

.cstm-placeholder input::-moz-placeholder {  /* Firefox 19+ */

    color: #333;
}

.cstm-placeholder input:-ms-input-placeholder {

    color: #333;
}

.login-bubble table tr td:nth-child(2) { width: 85px; }

.no_underline{
    text-decoration: none;
}

.blank-layout .inner-wrapper{ 
    min-height: 300px;
}

.red_color p{
    color: red;
}


.blue_color{
    color:#2284d2;
}

.lang-menu-header{
    position: absolute; right: 10px; top:0px;

    border: medium none;
    border-radius: 0 0 6px 6px;
    padding: 0 5px ;
    border: 1px solid #1192d3;
    border-top: none;
}

/**::-webkit-input-placeholder {*/
    /*color: darkgrey;*/
/*}*/
/**:-moz-placeholder {*/
    /*/!* FF 4-18 *!/*/
    /*color: darkgrey;*/
/*}*/
/**::-moz-placeholder {*/
    /*/!* FF 19+ *!/*/
    /*color: darkgrey;*/
/*}*/
/**:-ms-input-placeholder {*/
    /*/!* IE 10+ *!/*/
    /*color: darkgrey;*/
/*}*/

/*.cstm1-placeholder input[placeholder] {*/

    /*color: darkgray;*/
/*}*/

/*.cstm1-placeholder input::-webkit-input-placeholder {*/

    /*color: darkgray;*/
/*}*/

/*.cstm1-placeholder input:-moz-placeholder { /!* Firefox 18- *!/*/

    /*color: darkgray;*/
/*}*/

/*.cstm1-placeholder input::-moz-placeholder {  /!* Firefox 19+ *!/*/

    /*color: darkgray;*/
/*}*/

/*.cstm1-placeholder input:-ms-input-placeholder {*/

    /*color: darkgray;*/
/*}*/

/** NEW */



.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sp-bgr-01 {

    background-color: #0f82c7;
}

.sp-colr-01 { color: white; }
.sp-colr-02 { color: #0f82c7; }

.sp-fontsz-01 {

    font-size: 32px;
}

.sp-fontsz-default {

    font-size: 13px;
}

.sp-prelude-txt-01 {

    margin-top: 20px;
    text-align: center;
    font-weight: 400;
}

.steps-container {

    text-align: center;
    margin: 35px auto;
}

.steps {

    display: inline-block;
    overflow: hidden;
    position: relative;
}

.step-item {

    display: inline-block;
    margin: 8px;
    text-align: center;
    min-width: 145px;
    position: relative;
}

.step-item .step-figure {

    width: 40px;
    height: 40px;
    border-radius: 45px;
    border: 4px solid #2F95D2;
    background-color: #57A8D8;
    color: #7AC0DA;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    line-height: 39px;
    display: inline-block;
}

.step-item .step-text {

    margin-top: 10px;
    color: #7ac0ea;
}

.step-item.active .step-figure {

    background-color: white;
    color: #2f95d2;
    border-color: #7ac0ea;
}

.step-item.active .step-text { color: white; }
.steps-connector-line-demo {

    position: absolute;
    height: 2px;
    background-color: #2F95D2;
    width: 100%;
    top: 33px;
    z-index: 0;
    max-width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.steps-connector-line {

    position: absolute;
    height: 2px;
    background-color: #2F95D2;
    width: 100%;
    top: 33px;
    z-index: 0;
    max-width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
}



.steps-top-section {

    border-bottom: solid 6px #7ac0ea;
}

.steps-bottom-section { text-align: center; margin-top: 20px; }
.steps-bottom-section .white-form {

    max-width: 500px;
    width: 100%;
    display: inline-block;
}

.steps-bottom-section .white-form .form-item { 

    text-align: left; 
    margin: 12px 0;
}
.steps-bottom-section .white-form .form-item.actions { text-align: right; margin-top: 25px; }

.steps-bottom-section .white-form .form-item label {

    font-weight: 400;
}

.steps-bottom-buttons {

    margin: 40px 0;
}

.steps-bottom-buttons .fright { margin-right: 15px; }
.steps-bottom-buttons .fleft { margin-left: 15px; }

.sp-lineh-01 { line-height: 38px; }

.lab-note-container {

    display: inline-block;
    padding-right: 10px;
}

.white-form.web-add {

    max-width: 670px;
}

.white-form.web-add input[type="text"] {

    width: 70%;
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
}

.white-form.web-add button {

    margin: 5px;
    height: 47px;
    display: inline-block;
    vertical-align: middle;
}

.added-websites .v-list-items {

    width: 75%;
}

.added-websites {

    margin: 10px 0 30px 0;
}

.v-list-items {

    list-style: none;
}

.v-list-items li {

    display: block;
    text-align: left;
    margin: 5px 0;
}

.v-list-items .item-txt a {

    color: #50B3EF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.v-list-items .item-remove a {

    text-decoration: none;
    color: #EA7A7A;
    font-size: 11px;
}

.v-list-items .item-remove a span {

    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
}

.x-remove-btn {

    display: inline-block;
    background-color: #EA7A7A;
    color: #FFF;
    width: 18px;
    height: 18px;
    border-radius: 25px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    font-weight: 600;
    margin: 0 3px;
}

.steps-bottom-buttons .sp-btn-skyblue {

    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 2px;
    padding: 0 14px;
}

.steps-bottom-section .video-wrapper {

    height: 430px;
    background-color: #FFF;
    display: inline-block;
    margin: 30px 0 20px 0;
    border: 1px solid transparent;
    position: relative;
    max-width: 730px;
    width: 95%;
}

.steps-bottom-section .video-wrapper iframe.video-obj {

    width: 100%;
    height: 100%;
    border: none;
}

.sp-fontsz-05 { font-size: 15px; }

.lang-flags-dropdown { 

    display: none;
    position: absolute;
    z-index: 500;
    border: 1px solid #DADADA;
    padding: 5px 5px 2px;
    background-color: #FFF;
    left: -5px;
    border-radius: 3px;

}

.flag {

    width: 29px;
    height: 19px;
    display: inline-block;
    transition: all 350ms;
}

.flag:hover { opacity: 0.7; }

.flag-bulgarian { background: transparent url("../img/languages-flags.png") no-repeat scroll left -227px top -25px; }
.flag-english { background: transparent url("../img/languages-flags.png") no-repeat scroll left -323px top -371px; }
.flag-russian { background: transparent url("../img/languages-flags.png") no-repeat scroll left -356px top -302px; }

.lang-flags {

    float: right;
    margin-top: 34px;
    cursor: pointer;
    background: transparent url('../img/arrow-down.png') no-repeat top 7px right;
    padding-right: 18px;
    position: relative;
}

.lang-flags:hover .lang-flags-dropdown, 
.lang-flags-dropdown:hover {

    display: block;
}

.steps-below select {

    width: 103%;
    display: block;
    height: 45px;
    line-height: 34px;
    border-radius: 5px;
    border: solid 1px #1083c9;
    padding: 0 2%;
}

li .plan_select{
    background: #e4f5fb;
    border-radius: 5px;
    border: none;
}

.mb-pricing .price-style{
    font-size: 27px; 
    letter-spacing: -3px;
}
.mb-pricing .mb-currency{
    font-size: 25px; 
    line-height: 45px;
}

.p-linkos {

    color: #1192D3;

}

.payment-logos .active_payment{
    box-shadow: 0 0 4px #1192d3;
    background: #1192d3;

}
.payment-icon{
    cursor:pointer;
    border-radius: 4px;
}

.payment-form-chart .actions .p-sum{
    font-weight: bold;
    font-size: 42px;
}

.payment-form-chart .actions .p-sum-text{
    font-weight: bold;
    font-size: 22px;
}

.payment-form-chart .actions .fright{
    padding-top: 18px;
}

.payment-form-chart .order_error{
    font-weight: normal;
    font-size: 12px;
    color: red;
    text-align: center;
    margin-top: 10px;
}

.lang-flags .lang_text{
    font-size: 14px;
    color: #525252;
    float: right;

}

.lang-flags a {
    text-decoration: none;
}

.lang-flags #english{
    min-width: 104px;
}

.lang-flags #russian{
    min-width: 104px;
}

.setup_font{
    font-size: 10px;
}

.new-width{
    width: 760px
}

.margin-bottom-3{
    margin-bottom: 15px;

}

.bottom-bulgarian {  margin-bottom: 30px; }
.bottom-english {margin-bottom: 15px; }
.bottom- {margin-bottom: 15px; }

.margin-bottom-bulgarian{ }
.margin-bottom-english{ margin-bottom: 27px;}

.pay-logo-style{
    float: left;
}
.margin-right-5{margin-right: 5px;}

.billing_title{
    text-align: center;
    
    font-weight: bold;
}

.billing_title label{
    font-size: 22px;
}

.payment-form-chart .border_red {
    border:1px solid red;
}

.change-position-button {
    display: none;
}

.loginUsername {
    position: absolute;
    bottom: 1900px;
    right: 1900px;
}

.top-contacts a{display:inline-block;padding:0 10px;line-height:40px;color:#fff;text-decoration:none;font-size:14px;}
.top-contacts a i.top-icon{display:inline-block;padding:0 10px;lien-height:40px;font-size:23px;vertical-align:middle;}
.home-btn-demo{background:#0b8846;box-shadow:0 0 3px rgba(0,0,0,0.33);width:230px;line-height:50px;height:auto;margin:15px 0;}
.contents-section .sign-up-section{max-width:620px;border-radius:5px;border:4px solid rgba(10,123,190,.2);}
.login-box{margin-bottom:15px;}
.login-box label{width:100px;display:inline-block;text-align:left;color:#4f4f4f;}
.login-box label i{color:#0a7bbe;display:inline-block;padding-right:5px;}
.login-box input {border-color:#9aa8b1;border-radius: 10px;background:#efefef;}
#sticky-wrapper .top-headr{z-index:90 !important;height: auto;box-shadow:0 0 3px rgba(0, 0, 0, 0.55);}
#sticky-wrapper .top-headr .logo{margin-top:4px;}
#sticky-wrapper .top-headr .logo img{height:40px;width:auto;}
#sticky-wrapper .top-headr .main-nav{margin-top:4px;}
#sticky-wrapper .lang-flags{margin-top:16px;}
#sticky-wrapper .top-headr .sp-sign-btn{margin-top:7px;}

.affilate-box{margin-bottom:1rem;}
.affilate-box .affilate-img{float:left;width:150px;text-align:center;display:inline-block;margin-bottom:10px;}
.affilate-box .affilate-img img{display:block;margin:0 auto 10px;max-width:100%;}
.affilate-box .affilate-info{width:auto;display:inline;}
.affilate-box h3{color:#0d7fc3;font-size:21px;font-weight:normal;margin-bottom:10px;padding-top:10px;}
.affilate-box h3 img{vertical-align:middle;}
.affilate-box p{color:#525353;font-size:14px;}
@media (max-width: 700px) {
.affilate-box .affilate-img,.affilate-box .affilate-info{display:block;float:none;width:100%;}
}

.mobile-only {
    display: none;
}
.desktop-only {
    display: inline;
}

@media (max-width: 580px) {
    .login-bubble{
        margin-left:0;
        left:0 !important;
        width:100%;
    }
    .registration-popup table tr td:nth-child(3), .registration-popup table tr td:nth-child(3) + td.middle {
        display:none;
    }
    .register-popup-box tbody, .register-popup-box table {
        display: block;
    }
    .register-popup-box label {
        font-size: 11px;
    }
    .register-popup-box table tr:nth-child(3) td:last-child {
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 137px;
        width: 100px;
    }
    .register-popup-box table tr:first-child {
        display: block;
        margin-bottom: 33px;
        text-align: center;
    }
    .register-popup-box table tr:first-child .cntr {
        display: block;
    }
    .register-popup-box table tr:nth-child(6) td:first-child label{
        display:block;
        width:101px;
    }
    #hide-mobile {
        display: none;
    }
    .mobile-only {
        display: inline;
    }
    .desktop-only {
        display: none;
    }
}