.postRegPc {
    display: none;
}
.page-title {
    margin-top: 18px;
}

.wm-links-wrapper {
    display: none;
}

.postRegWrapper{
    border: 1px rgb(218,218,218) solid;
    border-radius: 13px;
    margin-bottom: 100px;
}

.postRegPc
{
    -webkit-transition:opacity 0.4s ease;
    -moz-transition:opacity 0.4s ease;
    -o-transition:opacity 0.4s ease;
    opacity: 0;
    min-height: 700px;
    background-color: rgb(251, 251, 251);
    padding: 3px;
    border-radius: 13px;
    margin: 7px 7px ;
}
.postRegFullWidth
{
    position:relative;
    /*z-index:2100;*/
    background-image:url(../images/postReg/verticalLine.png);
    background-position:left bottom;
    background-repeat:repeat-x;
}
.postRegGoButton
{
    color:white;
    height:72px;
    font-size:40px;
    display:inline-block;

    margin:20px;
    margin-left:0px;
    cursor:pointer;
}
.postRegGoButton div
{
    min-width: 20px;
    height: 55px;
    padding-top: 12px;
    padding-left: 20px;
    margin-left: -1px;
    background-color: #0095f9;
    padding-right: 20px;
    border-radius: 11px;
    box-shadow: inset 3px 8px 6px -3px #3bb6ff;
}
.postRegTopLeft
{
    height:30px;
    /*background-repeat:no-repeat;*/
    /*background-image:url(../images/postReg/bgMain_top.png);*/
}
.postRegTopMid
{
    height:30px;
    /*background-repeat:no-repeat;*/
    /*background-position:-30px 0px;*/
    /*background-image:url(../images/postReg/bgMain_top.png);*/
}

.postRegTopRight
{
    height:30px;
    /*background-repeat:no-repeat;*/
    /*background-position:right top;*/
    /*background-image:url(../images/postReg/bgMain_top.png);*/
}
.postRegMidLeft
{
    /*background-repeat:no-repeat;*/
    /*background-position:left 0px;*/
    /*background-image:url(../images/postReg/bgMain_bottom.png);*/
}
.postRegMidRight
{
    /*background-repeat:no-repeat;*/
    /*background-position:right 0px;*/
    /*background-image:url(../images/postReg/bgMain_bottom.png);*/
}
.postRegMidMid
{
    /*background-repeat:no-repeat;*/
    /*background-position:-30px 0px;*/
    /*background-image:url(../images/postReg/bgMain_bottom.png);*/
}
.postRegBottomLeft
{
    /*background-repeat:no-repeat;*/
    /*background-position:left bottom;*/
    /*background-image:url(../images/postReg/bgMain_bottom.png);*/
}
.postRegBottomMid
{
    /*background-repeat:no-repeat;*/
    /*background-position:-30px bottom;*/
    /*background-image:url(../images/postReg/bgMain_bottom.png);*/
}
.postRegBottomRight
{
    /*background-repeat:no-repeat;*/
    /*background-position:right bottom;*/
    /*background-image:url(../images/postReg/bgMain_bottom.png);*/
}
body .notlistedTitle2
{
    padding: 5px 0px 19px 0px;
    color:black;
    font-size:13px;
}
body[lang='en'] .notlistedTitle2
{
    font-size:15px;
}
.notlistedTitle2 span
{
    text-decoration: underline;
    cursor: pointer;
}
.notlistedTitle
{
    padding: 5px 0px 19px 0px;
    color:#0099ff;
    font-size:18px;
    text-decoration:underline;
    cursor:pointer;
}
.notlistedMobileTitle
{
    color:#0099ff;
    font-size:18px;
}

.postRegDownArrow
{
    width:134px;
    height:36px;
    background-repeat:no-repeat;
    background-position:right top;
    background-image:url(../images/postReg/ploygon.png);
    position:absolute;
    margin-top:-3px;
}

.postRegShadow
{
    position:relative;
    margin:auto;
    width:948px;
    height:40px;
    background-image:url(../images/postReg/Shadow.png);
    background-repeat:no-repeat;
    background-position:center bottom;
    /*z-index:2000;*/
}

.postRegSuggestInput
{
    width:335px;
    height:38px;
    font-size:20px;
    line-height:38px;
    outline:none;
    border:solid 1px #E1E1E1;
    color:#474747 ;
    padding-left:10px;

}
.banner_0 h1
{
    font-size:50px;
}
.banner_0 h2
{
    color:black;
    font-size:30px;
    margin: 0px;
    font-weight: normal;
}
.banner_0 h2 span
{
    color:#0099ff;
}

.features
{
    display:none;
}
body[lang='en'] .features {
    display:inline;
}
body .listsTitles {
    margin: 20px; color: #0099ff; font-size: 60px;
}
body[lang='es'] .listsTitles {
    font-size: 40px;
}
body[lang='ru'] .listsTitles {
    font-size: 40px;
}

body[lang='ru'] .footerLinks a {
    padding-left: 7px;
    padding-right: 7px;
}

body[lang='pt'] .listsTitles {
    font-size: 50px;
}
body[lang='fr'] .listsTitles {
    font-size: 38px;
}
body[lang='de'] .listsTitles {
    font-size: 45px;
}

body[lang="pl"] * {
    font-family: Helvetica,Arial,Georgia,"times new roman",times,serif !important;
}

body[lang='ko'] #postreg-subtitle {
    font-size: 16px !important;
}


/* experiment-manipulate-online-shop */
body[lang="en"].experiment-manipulate-online-shop .list-box-span-online-shop .listBoxItemSpan {
    display: none;
}

body[lang="en"].experiment-manipulate-online-shop .list-box-span-online-shop {
     position: relative;
 }

body[lang="en"].experiment-manipulate-online-shop .list-box-span-online-shop:after {
    content: 'Online Store';
    position: absolute;
    top: 6px;
    left: 11px;
    width: 100px;
}