﻿
#popupbody {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90000;
}

.popupscrim {
    background-color: #000000;
    left: 0;
    opacity: 0.42;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#popupcontainer {
    height: 620px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 638px;
    z-index: 2;
}

    #popupcontainer .popupheader {
        position: relative;
        text-align: right;
        width: auto;
        z-index: 100;
    }

.popupheader img {
    position: absolute;
    top: -19px;
    /*right: 54px;*/
    right: -23px;
    cursor: pointer;
}



#popupclose {
    cursor: pointer;
    height: 46px;
    position: relative;
    top: 10px;
    width: 46px;
}

#popupwrapper {
    background-color: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    padding: 15px;
}

#popupdropbox {
    background-color: #F6F6F6;
    overflow: auto;
    padding: 10px;
    text-align: left;
}

    #popupdropbox .headline {
        color: #555555;
        font-size: 22px;
        font-weight: normal;
        padding-bottom: 15px;
        display: block;
        padding-top: 5px;
    }

    #popupdropbox ul {
        list-style: none;
    }

    #popupdropbox li {
        float: left;
    }


#qa_tab {
    border: 2px solid #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    height: 25px;
    margin: 0;
    min-width: 110px;
    overflow: hidden;
    padding: 0 10px 35px;
    position: fixed;
    top: 28%;
    white-space: nowrap;
    z-index: 10000;
}

    #qa_tab #feedback_tab_text {
        color: #FFFFFF;
        font-size: 1.3em;
        font-weight: bold;
        margin: 25px auto;
        text-align: center;
    }

    #qa_tab.qaTabLeft {
        background-position: right 0;
        left: 0;
        transform: rotate(-90deg);
    }

    #qa_tab.qaTabRight {
        background-position: left 0;
        right: 0;
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    #qa_tab:hover {
        background-color: #444444;
    }

#qa_overlay {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90000;
}

    #qa_overlay * {
        color: #333333;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-style: normal;
        font-variant: normal;
        margin: 0;
        padding: 0;
    }

#qa_container {
    height: 556px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 638px;
    z-index: 2;
    overflow: hidden;
}

    #qa_container .qa_header {
        position: relative;
        text-align: right;
        width: auto;
        z-index: 100;
    }

#qa_close {
    cursor: pointer;
    height: 46px;
    position: relative;
    top: 10px;
    width: 46px;
}

#wgt_frame {
    height: 900px;
    margin-top: -18px;
    position: relative;
    width: 615px;
}

#qa_scrim {
    background-color: #000000;
    left: 0;
    opacity: 0.42;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#wgt_frame {
    height: 522px;
    margin-top: -12px;
    position: relative;
    width: 615px;
}

#qawrapper {
    margin-top: -12px;
    height: 492px;
    width: 585px;
    background-color: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    padding: 15px;
}


.facebook.active {
    color: rgba(255, 255, 255, 0.75);
}

.facebook {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #8097c0;
    *background-color: #2F5FAD;
    background-repeat: repeat-x;
    background: linear-gradient(to bottom, #26519B 0%,#26519B 100%);
    border-left-color: #0064cd;
    border-right-color: #0064cd;
    border-top-color: #0064cd;
    border-bottom-color: #003f81;
}

    .facebook:hover,
    .facebook:active,
    .facebook.active,
    .facebook.disabled,
    .facebook[disabled] {
        background: #1c4185; /* Old browsers */
        background: -moz-linear-gradient(top, #8097c0 0%, #1c4185 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8097c0), color-stop(100%,#1c4185)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #8097c0 0%,#1c4185 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #8097c0 0%,#1c4185 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #8097c0 0%,#1c4185 100%); /* IE10+ */
        background: linear-gradient(to bottom, #8097c0 0%,#1c4185 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8097c0', endColorstr='#1c4185',GradientType=0 ); /* IE6-9 */
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #8097c0;
        *background-color: #1c4185;
        background-repeat: repeat-x;
        background-image: linear-gradient(to bottom, #8097c0, #1c4185);
        border-left-color: #0064cd;
        border-right-color: #0064cd;
        border-top-color: #0064cd;
        border-bottom-color: #003f81;
        background-image: -webkit-linear-gradient(top, #8097c0, #1c4185);
    }




    .facebook.getstarted.btn:hover, .facebook.getstarted.btn:focus {
        background-position: 0 0;
        text-decoration: none;
        transition: background-position 0.1s linear 0s;
    }

.btn.facebook.large.getstarted {
    font-size: 17px;
    display: block;
    width: 316px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding: 0;
    font-size: 18px;
    color: #ffffff;
    background-color: #26519B;
    border-radius: 25px;
    float: none;
    clear: both;
    text-decoration: none;
    background-image: none;
    border: none;
    text-shadow: none;
    text-transform: none;
    box-sizing: border-box;
    padding-left: 36px;
    margin: auto;
}

#signupwrapper .headline {
    color: #407ACC;
    display: block;
    font-size: 22px;
    font-weight: normal;
    padding: 15px 36px;
    text-align: left;
}

#signupwrapper .headlinesec {
    color: #407ACC;
    display: block;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 10px 0;
    text-align: center;
}

.signup-email {
    text-align: left;
    padding: 7px 36px;
}

#signupwrapper {
    background-color: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    text-align: center;
    /*padding: 30px 26px 10px;*/
    position: relative;
    text-align: center;
    border: 1px solid #C5C5C5;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.07);
    width: 480px;
    box-sizing: border-box;
    margin: auto;
    transform: translateX(-24px);
}

#popupcontainer-su .popupclose {
    left: 429px;
    right: -43px;
}

#signupwrapper .line {
    width: 100%;
    border-bottom: 2px solid #e4e4e4;
    height: 20px;
    margin-bottom: 15px;
}

.linklogin {
    display: inline-block;
    font-size: 12px;
    padding-bottom: 8px;
    text-decoration: underline;
    color: #407acc;
}

.signup-button {
    text-align: center;
}

.smalltext {
    color: #808080;
    font-size: 12px;
}

.smalltextlink {
    font-size: 12px;
    text-decoration: underline;
    color: #407acc;
}

.alert.fade.in {
    font-size: 13px;
    margin-bottom: 15px;
    padding-right: 15px;
}

#loginwrapper {
    background-color: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    text-align: center;
    padding: 30px 26px 10px;
    position: relative;
    text-align: center;
    border: 1px solid #C5C5C5;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.07);
    width: 480px;
    margin: auto;
    box-sizing: border-box;
}

#resetpasswordwrapper, #resetpasswordokwrapper {
    background-color: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    padding: 15px;
    /*text-align:center;*/
    text-align: left;
}

#loginwrapper .line {
    width: 100%;
    border-bottom: 2px solid #e4e4e4;
    height: 20px;
    margin-bottom: 15px;
}

.passwordsent-txt {
    display: block;
    margin-bottom: 20px;
}

#loginwrapper .headline, #resetpasswordwrapper .headline, #resetpasswordokwrapper .headline {
    color: #407ACC;
    display: block;
    font-size: 22px;
    font-weight: normal;
    padding: 15px 0;
    text-align: left;
}

.window-frame .headline, #resetpasswordokwrapper .headline {
    color: #407ACC;
    display: block;
    font-size: 22px;
    font-weight: normal;
    padding: 0 0 15px;
    text-align: left;
}

.login-email .headline {
    text-align: center !important;
}

#resetpasswordokwrapper {
    color: #333333;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

#loginwrapper .headlinesec {
    color: #407ACC;
    display: block;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px;
}

#signup-popupbody, #resetpassword-popupbody, #resetpasswordok-popupbody {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90000;
}

#login-popupbody {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90000;
}



.resetpassword-from {
    /*padding: 7px 24px;*/
    text-align: left;
}


.popupcontainer-all {
    height: 386px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 638px;
    z-index: 2;
}

    .popupcontainer-all .popupheader {
        position: relative;
        text-align: right;
        width: auto;
        z-index: 100;
    }


.login-email {
    padding: 7px 15px;
    text-align: center;
}

    .login-email input {
        width: 195px;
    }

.signuploginsep {
    color: #407ACC;
    font-size: 11px;
}

.alert_signup {
    display: none;
}

#qa_body {
    height: 522px;
    margin-top: -12px;
    position: relative;
    width: 615px;
}

ul, ol {
    margin: 0;
}

img {
    max-width: inherit;
    vertical-align: top;
}

.hpbutton {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
}

.loginlinks {
    float: right;
    padding-left: 10px;
    margin-top: 2px;
}

.btn {
    text-decoration: none;
}

    .btn.facebook.large.getstarted.disabled {
        cursor: default;
        opacity: 0.4;
    }

#MonopolYa_tab {
    background-color: #CA471F;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    height: 25px;
    margin: 0;
    min-width: 110px;
    overflow: hidden;
    padding: 0 10px 35px;
    position: fixed;
    white-space: nowrap;
    background-position: left 0;
    right: 0;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    height: 25px;
    margin: 0;
    min-width: 110px;
    overflow: hidden;
    padding: 0 10px 35px;
    position: fixed;
    top: 239px !important;
    border: 0 solid #FFFFFF !important;
    border-radius: 5px 5px 0 0;
    box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2);
    transform: rotate(270deg) !important;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    white-space: nowrap;
    z-index: 10000;
}

#MonopolYa_tab_text {
    color: #FFFFFF;
    font-size: 1.3em;
    font-weight: bold;
    margin: 25px auto;
    text-align: center;
    margin-top: 13px !important;
}

#MonopolYa_overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90000;
}

#MonopolYa_container {
    height: 510px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 638px;
    z-index: 2;
}

#MonopolYa_header {
    position: relative;
    text-align: right;
    width: auto;
    z-index: 100;
}

#MonopolYa_close {
    cursor: pointer;
    height: 46px;
    position: relative;
    top: 10px;
    width: 46px;
}

#MonopolYa_scrim {
    background-color: #000000;
    left: 0;
    opacity: 0.42;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}


#monopolya_frame {
    height: 482px;
    margin-top: -18px;
    position: relative;
    width: 640px;
}

.MonopolYa_header {
    position: relative;
    text-align: right;
    width: auto;
    z-index: 100;
}

.facebook i {
    background: url("/common/images/f.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 23px;
    left: 11px;
    position: absolute;
    top: 6px;
    width: 21px;
    margin-left: 43px;
    margin-top: 8px;
}

.twitter i {
    background: url("../images/twitter.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 23px;
    left: 6px;
    position: absolute;
    top: 6px;
    width: 26px;
}

.facebook.getstarted {
    color: White;
    position: relative;
    padding-left: 40px;
}

#ext-fb-likebox-tab {
    margin-top: 0px !important;
}


.fb-lb-ifrmae-right {
    border-radius: 0 0 0 5px !important;
}

#zenbox_tab.ZenboxTabRight {
    background-position: left 0;
    right: 0;
    transform: rotate(90deg);
}

#zenbox_tab {
    min-width: 80px !important;
}

#zenbox_tab {
    border: 0 solid #FFFFFF !important;
    border-radius: 5px 5px 0px 0px;
    top: 114px !important;
    box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2);
    transform: rotate(270deg) !important;
    -webkit-transform: rotate(270deg) !important;
    -moz-transform: rotate(270deg) !important;
    -o-transform: rotate(270deg) !important;
    -ms-transform: rotate(270deg) !important;
}

#feedback_tab_text {
    margin-top: 13px !important;
}

.form-horizontal .alert-error {
    width: 348px;
}

.alert-error.hidden {
    display: none;
}

.borderline {
    border-bottom: 2px solid #E4E4E4;
    height: 20px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    width: 100%;
}

    .borderline span {
        background-color: #FFFFFF;
        color: #808080;
        display: inline-block;
        font-size: 16px;
        height: 37px;
        line-height: 40px;
        margin: 0 auto;
        text-align: center;
        width: 50px;
    }

.smallor {
    color: #407ACC;
    display: inline-block;
    font-size: 12px;
}

.login-smalltext {
    display: block;
    font-size: 12px;
    padding-top: 20px;
}

    .login-smalltext a {
        color: #407ACC;
        display: inline-block;
        text-decoration: none;
    }

        .login-smalltext a:hover {
            text-decoration: underline;
        }

.login-or {
    background-color: #FFFFFF;
    color: #808080;
    font-size: 14px;
    height: 24px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 98px;
    width: 50px;
    margin: auto 187px;
}

.login-label {
    width: 65px !important;
}


.form-horizontal .control-label {
    margin-right: 10px;
    line-height: 26px;
    width: 104px !important;
}

.form-control {
    margin-left: -50px;
    height: 26px;
    line-height: 26px;
    /*border-radius:26px;*/
}

.form-group {
    margin-bottom: 16px;
}

.merchant-message {
    font-size: 13px;
    margin-bottom: 25px;
}

    .merchant-message h5 {
        font-size: 16px;
        padding-bottom: 2px;
    }

.login-input {
    margin: 0 auto !important;
    text-align: left;
}

.signup-label {
    width: 110px !important;
}

.signup-input {
    margin: 0 auto !important;
    text-align: left;
    /*width: 150px;*/
}

.signup-email-form input {
}


#popupcontainer-su .form-horizontal .control-label {
    margin-left: 28px;
}

.login-line {
    border-bottom: 2px solid #E4E4E4;
    height: 20px;
    margin: auto;
    margin-bottom: 25px;
    width: 90%;
}

.window-frame {
    background-color: #FFFFFF;
    border: 1px solid #C5C5C5;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.07);
    margin-top: 40px;
    padding: 25px 26px 10px;
    position: relative;
    text-align: center;
    width: 379px;
}

#login-alert {
    margin-bottom: 20px;
    padding: 8px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    width: 100%;
    padding-right: 0 !important;
}


.getstarted.capital {
    text-transform: uppercase;
}

.label-275-etsy {
    background: url("../images/pricing/375-etsy.png") no-repeat scroll 0 0 transparent;
    height: 80px;
    left: 539px;
    position: absolute;
    top: -46px;
    width: 91px;
}

.label-off {
    background-position: 0 -80px;
}

.planselection .label-275-etsy {
    top: -5px;
}

.plankind {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
}

.extratext {
    padding-bottom: 8px;
    padding-top: 16px !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#linksignup, #linklogin, #resetpassword, #loginbacklink {
    cursor: pointer;
}

#freeTrialBtn a {
    background: url("../images/menu_left_orange.gif") no-repeat scroll left 0 rgba(0, 0, 0, 0);
}

    #freeTrialBtn a:hover {
        background-position: 0 -22px;
    }

    #freeTrialBtn a span {
        background: url("../images/menu_right_orange.gif") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    }

    #freeTrialBtn a:hover span {
        background-position: right -22px;
    }


.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle {
    *margin-bottom: -3px;
}

    .dropdown-toggle:active,
    .open .dropdown-toggle {
        outline: 0;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 27px;
    left: 85px;
    z-index: 1000;
    min-width: 115px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #ffffff;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 10px;
        clear: both;
        font-size: 13px;
        font-weight: normal;
        line-height: 20px;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus,
        .dropdown-submenu:hover > a,
        .dropdown-submenu:focus > a {
            color: #ffffff;
            text-decoration: none;
            background-color: #407ACC;
            /* background-image: -moz-linear-gradient(top, #687899, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#687899), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #687899, #0077b3);
  background-image: -o-linear-gradient(top, #687899, #0077b3);
  background-image: linear-gradient(to bottom, #687899, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#687899', endColorstr='#ff0077b3', GradientType=0);*/
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #0081c2;
        background-repeat: repeat-x;
        outline: 0;
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: default;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

    .dropdown-menu:before {
        position: absolute;
        top: -7px;
        left: 48px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .dropdown-menu:after {
        position: absolute;
        top: -6px;
        left: 49px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        content: '';
    }

.bufferelement {
    display: block;
    width: 98px;
    height: 86px;
    margin-right: 10px;
    margin-bottom: 10px;
    /* background-image: url(../images/hp/platforms_popup/_platform_bk.png); background-position: 0 0;*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: White;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    text-align: center;
    float: left;
    position: relative;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

    .bufferelement.double {
        /*background-image: url("../images/hp/platforms_popup/_platform_bk_pp-n.png");*/
        cursor: pointer;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background-color: #ebebeb;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #CCCCCC;
        /*width: 208px;*/
        width: 98px;
    }

        .bufferelement.double > img {
            float: left;
            padding-left: 22px;
        }

        .bufferelement.double > span {
            line-height: 16px;
    text-align: center;
    top: 20px;
        }

    .bufferelement.paypal-old {
        /*background-image: url("../images/hp/platforms_popup/_platform_bk_pp-n.png");*/
        cursor: pointer;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background-color: #4891BE;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #CCCCCC;
    }

    .bufferelement:hover {
        /* background-position: 0 99px;*/
        border: 1px solid #407ACC;
        box-shadow: 0 0 5px rgba(82, 168, 236, 0.5) inset;
        -webkit-box-shadow: inset 0 0 5px rgba(82, 168, 236, 0.5);
        -moz-box-shadow: inset 0 0 5px rgba(82, 168, 236, 0.5);
    }

    .bufferelement.lastchild {
        margin-right: 0;
    }

    .bufferelement img {
        padding-top: 8px;
    }


        .bufferelement img.narrow-image {
            padding-top: 25px;
        }

        .bufferelement img.half-narrow-image {
            padding-top: 15px;
        }

    .bufferelement span {
        position: absolute;
        bottom: 8px;
        display: block;
        width: 100%;
        font-size: 13px;
        font-weight: normal;
        color: #407ACC;
    }

#popupbody .popupclose {
    background-image: url("/common/images/hp/platforms_popup/close_big.png");
    width: 46px;
    height: 46px;
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
}

#meeting-tab {
    background: none repeat scroll 0 0 #1f84a8;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    color: white;
    display: block;
    font-size: 19px;
    font-weight: bold;
    padding: 6px 20px;
    position: fixed;
    right: 10px;
    width: auto;
    z-index: 999999;
}

#appform label {
    float: none;
    margin-bottom: 10px;
}

#appform .form-side {
    float: left;
    margin-right: 20px;
}

#appform #apiUser {
    display: block;
}

.apikeys a {
    font-size: 13px;
    text-decoration: underline;
}

#appform .apikeys {
    display: none;
}

textarea#apiUser {
    width: 700px;
}

.popup-wrapper > form {
    padding-top: 10px;
}

.popup-wrapper .form-row {
    clear: both;
    display: block;
    height: 45px;
}

.popup-wrapper label {
    margin-right: 10px;
}

.NewSite-popup {
    width: 450px;
    margin-left: -225px;
}

    .NewSite-popup label {
        float: left;
        font-size: 15px;
        line-height: 24px;
        padding-top: 6px;
        text-align: right;
        width: 130px;
        color: #777;
    }

    .NewSite-popup h2 {
        color: #404040;
    }


    .NewSite-popup form .input {
        height: 24px;
        padding-left: 5px;
        padding: 4px;
        width: 210px;
        margin-bottom: 9px;
    }

    .NewSite-popup form .form-row {
        height: auto;
    }



    .NewSite-popup form .help-inline.error {
        clear: both;
        margin-bottom: 8px;
        padding-left: 140px;
        font-size: 13px;
    }

#login_btn.btn-default-old, a#signup_btn.btn-default-old {
    font-family: "Roboto",sans-serif !important;
    height: 28px;
    line-height: 28px;
    width: 100px;
    border-radius: 26px;
    font-weight: 500;
    font-size: 10pt;
    text-shadow: none;
    box-shadow: none;
    background-image: -webkit-linear-gradient(top,#fff,#fff);
    border: 1px solid #CCCCCC;
    transition: all 0.5s;
}

    #login_btn.btn-default-old:hover {
        background-image: -webkit-linear-gradient(top,#E6E6E6,#E6E6E6);
        background-position: initial;
    }

.form-text-new {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    padding: 10px 15px;
}

.fbLogin.btn:hover, .fbLogin.btn:focus {
    color: White !important;
    text-decoration: none;
}

.fourtotwelve-wrapper {
    display: none;
}

.fourtotwelve-element {
    color: #FFFFFF;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 9pt;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}




    .fourtotwelve-element .number {
        font-size: 1.4vw;
        font-weight: 400;
        display: block;
        letter-spacing: 1px;
    }

.join_content .fourtotwelve-element {
    color: #fff;
    display: block;
    float: right;
    font-family: "Roboto",sans-serif;
    margin-top: 15px;
    text-align: center;
    width: 280px;
    font-size: 10pt;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-right: 38px;
}

.fourtotwelve-wrapper {
    display: none;
}


.madona_icon {
    float: left;
    width: 2.75vw;
    height: 2.8vw;
    background-image: url('../../images/products/madona_icon.png');
    background-size: cover;
    display: block;
    margin-right: 0.5vw;
}

  .star-review {
  background-image: url(/common/images/hp-new/star-big-full.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 33px;
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    position: relative;
    }

  .star-review.notactive {
  background-image: url(/common/images/hp-new/star-big.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 33px;
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    position: relative;
    }

.ott .fourtotwelve-element {
    color: #FFFFFF;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 0.8vw;
    font-weight: 500;
    margin-bottom: 0.8vw;
    margin-top: 17px;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
    padding-left: 3.2vw;
}

/*
    .control-group .btn{
    height: 30px;
    border-radius: 30px;
    line-height: 28px;
    width: 170px;
    background: #FF9000;
    transition: all 0.2s;
    font-size: 18px;
    font-family:Roboto;
    text-shadow: none;
    font-weight:500;
    }

        .control-group .btn:hover{
    background: #FF7800;
    
    }
    */

.control-group .btn-success {
    border: none;
}

.btn-orange {
    float: left;
    font-size: 18px;
    padding: 12px 16px;
}




.image-details-right .fourtotwelve-element {
    color: #6B7379;
    display: block;
    font-size: 9pt;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 2px;
    float: left;
    text-align: center;
}

    .image-details-right .fourtotwelve-element .number {
        font-size: 13pt;
        font-weight: 500;
        display: block;
        letter-spacing: 1.5px;
        color: #6B7379;
    }


.image-details-right .fourtotwelve-wrapper {
    display: block !important;
    margin-left: 30px;
}

.image-details-right .madona_icon {
    float: left;
    margin-top: -3px;
    width: 48px;
    height: 52px;
    background-repeat: no-repeat;
    background-image: url('../../images/products/madona_icon_dark.png');
    display: block;
}

.ac-c2c-event a:hover {
    text-decoration: none;
}

.nav .fourtotwelve-element {
    color: #58B3E7;
    float: right;
    display: block;
}


.nav .madona_icon {
    display: none;
}

.nav .number {
    float: right;
    font-size: 9pt;
    font-weight: 700;
    letter-spacing: 0px;
    text-decoration: underline;
    margin-right: 107px;
    margin-left: 5px;
}









.reviews_page_container {
    padding-top: 30px;
    padding-bottom: 100px;
}

.screentitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 36pt;
    color: #888;
    margin-left: 15px;
    margin-bottom: 10px;
}

.col-md-4.reviews_card_wrapper {
    padding: 0 2% !important;
}

.reviews_card_wrapper {
    margin-top: 40px;
    margin-bottom: 60px;
    text-align: center;
    height: auto;
}

.review_card {
    box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.22);
    transition: box-shadow 0.2s ease-out;
    padding: 0 24px 20px;
    color: #525252;
    font-size: 16px;
    height: 240px;
}

.review_text {
    height: 111px;
    /*overflow-y: scroll;*/

}


.review_image {
    margin-bottom: 22px;
}

    .review_image img {
        width: 75px;
        height: 75px;
        margin-top: -40px;
        border-radius: 47px;
            border: 1px solid #ddd;
    }

.review_comp_name {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.review_comp_url {
    color: #1483c1;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    text-decoration:none;
}

.secondary_text_reviews {
    font-weight: 300;
    font-size: 21px;
    font-family: "Roboto",sans-serif;
    color: #525252;
    margin-bottom: 0;
    padding-left: 15px;
    line-height: 29px;
}

  p.add-review {
   
    color: #525252;
    display: inline-block;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 46px;
    padding-left: 15px;

}


@media (max-width: 767px) {

    #loginwrapper {
        width: 95vw;
        box-sizing: border-box;
        margin: auto;
        overflow: hidden;
    }

    .popupcontainer-all {
        width: 90%;
    }

    .btn.facebook.large.getstarted {
        width: 83vw;
        padding-left: 9vw;
        margin: auto;
        margin-left: -2vw;
    }

    .facebook i {
        margin-left: 4.5vw;
    }

    .login-smalltext {
        font-size: 4.5vw;
    }

    .login-or {
        margin: auto;
        position: absolute;
        font-size: 4vw;
        font-weight: 500;
        text-align: center;
        top: 120px;
        width: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .login-input input {
        width: 48vw;
        height: 8vw;
        line-height: 8vw;
    }

    .form-horizontal .control-label {
        width: 20vw !important;
        font-size: 4.5vw;
        margin-right: 3vw;
        line-height: 8vw;
    }

    .login-input {
        width: 100%;
    }

    .control-group .btn {
        height: 8vw;
        border-radius: 8vw;
        line-height: 8vw;
        width: 40vw;
        border: 1px solid #CCCCCC;
        background: #E6E6E6;
    }

    #popupcontainer-li {
        top: 30px !important;
        left: 9px !important;
    }

    .popupclose {
        display: none;
    }


    #signupwrapper {
        width: 95vw;
        box-sizing: border-box;
        overflow: hidden;
        position: absolute;
        left: 2.5vw;
    }


    #popupcontainer-su {
        top: 30px !important;
        left: 2.5vw !important;
    }


        #popupcontainer-su .control-label {
            width: 95vw !important;
            margin-left: 0 !important;
            text-align: left;
        }

    .signup-email-form input {
        height: 8vw;
        line-height: 8vw;
    }

    #popupcontainer-su .login-line {
        transform: translateY(10px);
        z-index: 9998;
    }

    #popupcontainer-su .login-or {
        top: 111px;
        z-index: 9999;
    }


    #popupcontainer-su .control-group {
        margin-bottom: 10px;
        margin-left: 3vw !important;
    }

    #popupcontainer-su .controls {
        margin-top: 10px;
    }

    #popupcontainer-su {
        width: 95vw !important;
        margin-left: 5vw !important;
    }

    .alert.fade.in {
        width: 80vw;
        margin: auto;
        text-align: center;
        margin-bottom: 2vw;
    }

    .popupcontainer-all .popupheader {
    position: absolute;
    text-align: right;
    width: auto;
    z-index: 100;
    display: block;
    height: 46px;
    width: 46px;
    right: 0;
}

 .popupheader img.popupclose {
  right: -16px !important;
    left: initial !important;
}

   .popupheader img.popupclose {
    display: block;
}

}


/*  login popups  */


#resetpassword-popupbody .popupheader img {
    right: -20px;
}

#loginwrapper *, #loginwrapper *::before, #loginwrapper *::after {
    box-sizing: border-box;
}

.sy-btn.facebook.large.getstarted {
    font-size: 17px;
    display: block;
    width: 280px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding: 0;
    font-size: 18px;
    color: #ffffff;
    background-color: #26519B;
    border-radius: 25px;
    float: none;
    clear: both;
    text-decoration: none;
    background-image: none;
    border: none;
    text-shadow: none;
    text-transform: none;
    box-sizing: border-box;
    padding-left: 36px;
    margin: auto;
    position: relative;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    font-family: "Roboto",sans-serif;
    transition: all 0.15s linear 0s;
}



.sy-btn.facebook i {
    background: transparent url("/common/images/f.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 23px;
    left: -6px;
    margin-left: 43px;
    margin-top: 8px;
    position: absolute;
    top: 6px;
    width: 21px;
}


.sy-login-smalltext {
    display: block;
    font-size: 12px;
    padding-top: 20px;
    color: #777777;
    text-align: center;
    font-family: "Roboto",sans-serif;
    line-height: 20px;
}


    .sy-login-smalltext a {
        color: #407acc;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
    }

.sy-login-or {
    background-color: #ffffff;
    color: #808080;
    font-size: 14px;
    height: 24px;
    line-height: 20px;
    margin: auto 187px;
    position: absolute;
    text-align: center;
    top: 98px;
    width: 50px;
}

.sy-login-line {
    border-bottom: 2px solid #e4e4e4;
    height: 20px;
    margin: auto auto 25px;
    width: 90%;
    line-height: 20px;
}


.sy-form-horizontal {
    font-family: "Roboto",sans-serif;
}

.sy-form-group {
    margin-bottom: 20px;
}

.sy-form-horizontal .sy-control-label {
    line-height: 26px;
    margin-right: 10px;
    width: 104px !important;
    float: left;
    padding-top: 5px;
    text-align: right;
    color: #777777;
    font-weight: normal;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
}

.sy-form-horizontal .sy-control-group {
    color: #777777;
    margin-bottom: 20px;
}

.sy-form-horizontal input {
    margin: 0 auto !important;
    text-align: left;
}

.sy-form-horizontal input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 4px;
    color: #555555;
    font-size: 14px;
    height: 32px;
    line-height: 20px;
    padding: 4px 6px;
    width: 206px;
    box-sizing: border-box;
}


    .sy-form-horizontal input[type="text"]:focus, .sy-form-horizontal input[type="password"]:focus {
        border-color: rgba(82, 168, 236, 0.8);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
        outline: 0 none;
    }

.sy-form-horizontal .sy-btn {
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    width: 120px;
    border: 1px solid #CCCCCC;
    background: #FFF;
    transition: all 0.2s;
    cursor: pointer;
    padding: 10px 50px;
    color: #333333;
}

    .sy-form-horizontal .sy-btn:hover {
        background: #E6E6E6;
        text-decoration: none;
    }

a.sy-btn.facebook.large:hover {
    background-color: #234580;
    transition: all 0.15s linear 0s;
}


.sy-alert.fade.in {
    font-size: 13px;
    margin-bottom: 15px;
    padding-right: 15px;
    border-radius: 4px;
    transition: opacity 0.15s linear 0s;
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    margin-top: 10px;
    padding: 15px;
}

.fade.in {
    opacity: 1;
}

.form-text-new {
    padding: 0;
}

/*----------------------------------------Scrollbar-----------------------------------------*/

.review_card *::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.review_card *::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.review_card *::-webkit-scrollbar-thumb {
    background: #fff;
    border: 0px none #000000;
    border-radius: 50px;
}

.review_card:hover *::-webkit-scrollbar-thumb{
    background: #d8d8d8;
}

.review_card *::-webkit-scrollbar-thumb:active{
    background: #d8d8d8;
}

.review_card *::-webkit-scrollbar-track {
    background: #ffffff;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.review_card *::-webkit-scrollbar-track:hover {
    background: #ffffff;
}

.review_card *::-webkit-scrollbar-track:active {
    background: #ffffff;
}

.review_card *::-webkit-scrollbar-corner {
    background: transparent;
}



/*----------------------------------------End of Scrollbar-----------------------------------------*/




/* responsive login popup */
@media (max-width: 640px) {


    #login-popupbody {
        position: fixed;
    }

    #signup-popupbody {
        position: fixed;
    }

    #popupcontainer-li {
        width: 95% !important;
    }

    #popupcontainer-su {
        margin-left: 0 !important;
        width: 95% !important;
    }

    #signupwrapper {
        left: 5vw;
        width: 100%;
    }

    #loginwrapper {
        width: 100%;
    }

    .sy-btn.facebook.large.getstarted {
        width: 100%;
        font-size: 4vw;
    }

    .sy-login-or {
        margin: auto 46%;
        position: absolute;
        top: 108px;
        z-index: 3;
        padding: 10px;
    }

    .sy-login-line {
        position: absolute;
        top: 110px;
    }

    .sy-form-horizontal {
        margin-top: 60px;
    }

        .sy-form-horizontal .sy-control-label {
            float: none;
            text-align: center;
            margin: 0 auto;
        }

    .login-input {
        text-align: center;
    }
}

/*  EO login popups  */



/*----------------- request a demo popup --------------------*/

.rad_popup{
 height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 90000;
    color: white;
    font-family: "roboto";
    display:none;
}

.rad_popup_screen{
     background-color: #000000;
    left: 0;
    opacity: 0.95;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.rad_popup_wrapper{
    height: 480px;
    margin: -240px auto 0;
    position: relative;
    text-align: center;
    top: 50%;
    width: 730px;
    z-index: 2;
}

#request-demo-form{
    text-align: center;
}

.rad_popup_close{
border: 0 none;
    color: white;
    cursor: pointer;
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    opacity: 0.5;
    padding: 0;
    position: absolute;
    right: 15px;
    text-shadow: 0 1px 0 #fff;
    z-index: 3;
    text-decoration: none;
    transition: opacity 0.1s linear 0s;
}

.rad_popup_close:hover{
    opacity: 1;
     color: white;
    transition: opacity 0.1s linear 0s;
    text-decoration: none;
}

.rad_popup h1{
    color: white;
    font-size: 50px;
    font-weight: 300;
    line-height: 58px;
    margin: 0 auto;
    text-align: center;
    font-family: "roboto";
}

.rad_popup p{
    font-family: "roboto";
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin: 5px auto 15px;
    text-align: center;
    width: 450px;
}

.rad_popup h1 b{
    font-weight: 400;
}

.rad_popup span.free{
    color: white;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    opacity: 0.8;
}

.rad_popup .control-input{
    margin-bottom:10px;
    display: inline-block;
    
}
    
.rad_popup .control-input input{
    width: 360px;
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    margin: 0;
    height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    color: #6f6f6f;
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;

}

.rad_popup ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(0, 0, 0, 0.54);
}
.rad_popup :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: rgba(0, 0, 0, 0.54);
   opacity:  1;
}
.rad_popup ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: rgba(0, 0, 0, 0.54);
   opacity:  1;
}
.rad_popup :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: rgba(0, 0, 0, 0.54);
}

.rad_popup .btn {

    
    height: 44px;
    background: #53B253;
    color: #fff;
    font-weight: 500;
    line-height: 44px;
    border-radius: 22px;
    margin: auto;
    text-decoration: none;
    border: none;
    border: none;
    padding: 0 36px;
    box-sizing: border-box;
    text-shadow: none;


    font-size: 20px;
    font-weight: 500;
    height: 48px;
    line-height: 22px;
    padding: 13px 38px;
    width: 360px;
}

.rad_popup .has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

 .navbar-sy li .request-demo-link{
    border: 2px solid rgba(255,255,255,0.5);
    padding: 8px 20px;
    border-radius: 20px;
    cursor:pointer;
    }

 .navbar-sy.scrolling li .request-demo-link{
    border: 2px solid #1483c1;
    cursor:pointer;
    color: #1483c1;
    transition: all 0.5s ease 0s;
    }

 
.rad_popup .error-validation {
color: #b94a48;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 2px;
    padding-left: 20px;
    position: absolute;
    text-align: left;
}

.rad_popup .btn.disabled, .rad_popup .btn[disabled], .rad_popup fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}

     @media (max-width:1200px) {
         .navbar-sy.scrolling li .request-demo-link {
           
            display:none;
        }
     }
