html {
    font-size:62.5%;
    -webkit-font-smoothing:antialiased;
}

body {
    background:url(/marketing/images/background/noise.jpg) repeat #2d2e30;
    font-family:'Helvetica light','open_sanslight',Helvetica,Arial,sans-serif;
    font-size:110%;
    color:#555;
}

html, body {
    height:100%;
}

/*------------------------------------*\
   GLOBAL
\*------------------------------------*/
h5 {
    font-size:1.8em;
    line-height:1.4em;
    color:#373737;
    padding:1.2em 0.2em 0.7em;
}

.de h5 {
    font-size:1.6em;
}

a {
    color:#00aeef;
}

a:hover {
    color: #ff7407
}

a,
a:hover {
    text-decoration: underline
}

p {
    font-size:1.1em;
    line-height:1.8em;
    padding:0 0 34px 0;
}

em {
    color:#68a72f;
    font-style:normal;
}

img {
    max-width:100%;
}

.dspNone {
    display:none;
}

/*------------------------------------*\
   CONTENT
\*------------------------------------*/
.content {
    padding:0 0 3em;
    overflow:hidden;
    width:100%;
}

.content > div {
    width:100%;
    text-align:center;
}

/* Sprite */
.sprite {
    background:url(/marketing/images/clickwebinar/pages/landing_page/free_signup/icons.png) no-repeat;
    display:block;
}

.s-Fb {
    background-position:0 -174px;
}

.s-Fb:hover {
    background-position:0 -219px;
}


/* [ Logo ] */
.logo {
    margin:3em 0 3.5em;
}

.logo a {
    text-align:center;
    display:inline-block;
    overflow:hidden;
    text-indent:-999em;
    background:url(/marketing/images/logos/cw_logotype_white_accent.svg) no-repeat 0 0;
    width:310px;
    height:62px;
}

/* [ Head dial title ]*/
.no-credit-card {
    font-size:1.455em;
    color:#333;
    padding:0 0 20px 0;
    text-align:center;
}

.start-header {
    padding-bottom:0;
}

/* [ Tos, copy ] */
.tos {
    padding: 0 25px;
}

.tos a:hover, .copy a:hover {
    text-decoration:none;
}

.copy {
    text-align:center;
    color:#74767b;
    padding:0 .8em;
    z-index:1;
    top:-6px;
    margin:1.1em auto;
    width:100%;
    max-width:457px;
    position:relative;
}
.tos-eu {
    max-width:300px;
    margin:0 auto;
    text-align:left;
}
.tos-eu p {
    margin:.5em 0 1em;
    padding:0;
    text-align:justify;
}
.tos-eu label {
    display:block;
    position:relative;
    padding:0;
    cursor:pointer;
}
.tos-eu label input {
    margin:0 5px 0 0;
}

.social-integrate {
    margin:1.5em auto;
}
.social-integrate .btn,
.social-integrate .btn:hover {
    color:#fff;
    text-decoration:none;
}
.social-integrate .btn {
    margin:.5em;
    padding:.5em 1em;
    cursor:pointer;
    line-height:1.2;
    font-weight:normal;
    text-align:center;
    text-shadow:none;
    display:inline-block;
    vertical-align:middle;
    position:relative;
    border:0;
    outline:0;
    border-radius:30px;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}
.social-integrate .ico {
    overflow:hidden;
    text-indent:-999em;
    display:inline-block;
    vertical-align:middle;
    position:relative;
    top:-1px;
    height:15px;
    background:no-repeat url(/marketing/images/clickwebinar/pages/landing_page/free_signup/integrate_sprite.png);
}
.social-integrate .btn-fb {
    background:#4767af;
    background:-webkit-linear-gradient(top,  #4767af 0%,#395799 100%);
    background:linear-gradient(to bottom,  #4767af 0%,#395799 100%);
}
.social-integrate .btn-fb strong {
    color:inherit;
}
.social-integrate .btn-fb:hover {
    background:#5a76b7;
    background:-webkit-linear-gradient(top,  #5a76b7 0%,#4d68a3 100%);
    background:linear-gradient(to bottom,  #5a76b7 0%,#4d68a3 100%);
}
.social-integrate .btn-fb .ico {
    margin-right:5px;
    width:8px;
    background-position:-69px 0;
}
.social-integrate .btn-office365 {
    margin-right:.5em;
    background:#e73200;
    background:-webkit-linear-gradient(top,  #f04c00 0%,#e73200 100%);
    background:linear-gradient(to bottom,  #f04c00 0%,#e73200 100%);
    box-shadow:0 1px 1px rgba(0,0,0,.46);
}
.social-integrate .btn-office365:hover {
    background:#e9471a;
    background:-webkit-linear-gradient(top,  #f25e1a 0%,#e9471a 100%);
    background:linear-gradient(to bottom,  #f25e1a 0%,#e9471a 100%);
}
.social-integrate .btn-office365 .ico {
    margin-left:5px;
    width:67px;
    background-position:0 -1px;
}


/* [ Dialog ] */
.dial {
    background-color:#f5f5f5;
    text-align:center;
    *padding-bottom:2em;
    z-index:2;
    position:relative;
    width:100%;
    max-width:425px;
    margin:1.5em auto 0;
    -webkit-border-radius:10px;
       -moz-border-radius:10px;
            border-radius:10px;
}

/* [ Page name url ] */
.page-name {
    width:69%;
    margin:0 auto;
    display:inline-block;
    position:relative;
    top:-8px;
}

.page-name div:first-child {
    text-align:left;
    line-height:1.2em;
    float:left;
    word-wrap:break-word;
    max-width:75%;
}

.page-name div:last-child {
    text-align:left;
    float:right;
}

/*------------------------------------*\
   FORM
\*------------------------------------*/
input::-webkit-input-placeholder {
    font-family:"Helvetica light",'open_sanslight',Helvetica,Arial,sans-serif;
    color:#7C7C7C;
    -webkit-transition:color .2s ease-out;
            transition:color .2s ease-out;
}

input:focus::-webkit-input-placeholder {
    color:#d6d5d5;
}

input::-moz-placeholder {
    font-family:"Helvetica light",'open_sanslight',Helvetica,Arial,sans-serif;
    color:#7C7C7C;
    -webkit-transition:color .2s ease-out;
       -moz-transition:color .2s ease-out;
            transition:color .2s ease-out;
}

input:focus::-moz-placeholder {
    color:#D6D5D5;
}

input:-ms-input-placeholder {
    font-family:"Helvetica light",'open_sanslight',Helvetica,Arial,sans-serif;
    color:#7C7C7C;
    -webkit-transition:color .2s ease-out;
        -ms-transition:color .2s ease-out;
            transition:color .2s ease-out;
}

input:focus:-ms-input-placeholder {
    color:#D6D5D5;
}

input::-ms-input-placeholder {
    font-family:"Helvetica light",'open_sanslight',Helvetica,Arial,sans-serif;
    color:#7C7C7C;
    -webkit-transition:color .2s ease-out;
        -ms-transition:color .2s ease-out;
            transition:color .2s ease-out;
}

input:focus::-ms-input-placeholder {
    color:#D6D5D5;
}

input[type="text"],
input[type="password"] {
    font-family:"Helvetica light",'open_sanslight',Helvetica,Arial,sans-serif;
    font-size:1.6em;
    color:#191919;
    line-height:1.1em;
    border:1px solid #A5A5A5;
    padding:7px 30px 6px 11px;
    margin:12px 0;
    max-width:300px;
    width:100%;
    display:inline-block;
    -webkit-border-radius:4px;
       -moz-border-radius:4px;
            border-radius:4px;
    -webkit-box-shadow:inset 0 1px 0 #e7e7e7, inset 1px 0 0 #e7e7e7, inset -1px 0 0 #e7e7e7;
       -moz-box-shadow:inset 0 1px 0 #e7e7e7, inset 1px 0 0 #e7e7e7, inset -1px 0 0 #e7e7e7;
         -o-box-shadow:inset 0 1px 0 #e7e7e7, inset 1px 0 0 #e7e7e7, inset -1px 0 0 #e7e7e7;
            box-shadow:inset 0 1px 0 #e7e7e7, inset 1px 0 0 #e7e7e7, inset -1px 0 0 #e7e7e7;
    -webkit-transition:.5s ease;
       -moz-transition:.5s ease;
        -ms-transition:.5s ease;
         -o-transition:.5s ease;
            transition:.5s ease;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}

.error input[type="text"],
.error input[type="password"] {
    border-color:#f00;
}

.error input[type="text"],
.error input[type="password"],
input[type="text"]:focus,
input[type="password"]:focus {
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
         -o-box-shadow:none;
            box-shadow:none;
}

.error input[type="text"]:focus,
.error input[type="password"]:focus {
    border-color:#0093d0;
}

.error input[type="text"]:focus + span,
.error input[type="password"]:focus + span {
    display:none;
}

.success input[type="text"],
.success input[type="password"] {
    border-color:#76C000 !important;
}

.fieldLine {
    position:relative;
}

button[type="submit"] {
    color:#fff;
    *width:240px;
    min-width:255px;
    font-size:2.5em;
    padding:0.3em 0.9em;
    border:0;
    text-align:center;
    background:#ff8706;
    background:-webkit-linear-gradient(top,  #ff961a 0%,#ff8706 100%);
    background:linear-gradient(to bottom,  #ff961a 0%,#ff8706 100%);
    box-shadow:inset 0 -2px 0 rgba(0,0,0,.16), 0 2px 0 rgba(0,0,0,.11);
    -webkit-border-radius:30px;
       -moz-border-radius:30px;
            border-radius:30px;
}

button[type="submit"]:hover, .disabled {
    cursor:pointer;
    background:#ff9f07;
    background:-webkit-linear-gradient(top,  #ffab1f 0%,#ff9f07 100%);
    background:linear-gradient(to bottom,  #ffab1f 0%,#ff9f07 100%);
}

/* loading line animation */
button[type="submit"] span {
    margin-left:2px;
    -webkit-animation-name:loading;
    -webkit-animation-duration:1s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-function:linear;
    -moz-animation-name:loading;
    -moz-animation-duration:1s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-function:linear;
    -o-animation-name:loading;
    -o-animation-duration:1s;
    -o-animation-iteration-count:infinite;
    -o-animation-function:linear;
    animation-name:loading;
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-function:linear;
}

button[type="submit"] :nth-child(1) {
    margin-left:0;
}

button[type="submit"] :nth-child(2) {
    -webkit-animation-delay:0.3s;
       -moz-animation-delay:0.3s;
         -o-animation-delay:0.3s;
            animation-delay:0.3s;
}

button[type="submit"] :nth-child(3) {
    -webkit-animation-delay:0.6s;
       -moz-animation-delay:0.6s;
         -o-animation-delay:0.6s;
            animation-delay:0.6s;
}

@-webkit-keyframes loading {
    0% {opacity:1;}
    100% {opacity:.3;}
}

.disabled {
    pointer-events:none;
    cursor:default !important;
}

.formErrorIco {
    display:none;
    position:absolute;
    top:23px;
    right:70px;
    height:16px;
    width:16px;
    overflow:hidden;
    text-indent:-9999em;
    background:url(/marketing/images/icons/form_ico.png) no-repeat 0 -50000px;
}

.error .formErrorIco {
    display:block;
    background-position:0 -60px;
}

.success .formErrorIco {
    display:block;
    background-position:0 0;
}

.focus .formErrorIco {
    display:none;
}

.submit {
    padding:1.2em 0 2em;
    width:100%;
    position:relative;
}

/*------------------------------------*\
   Ajax idicator
\*------------------------------------*/
.ajaxIndicator {
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    z-index:40;
    left:0;
}

.aInd-blend {
    position:absolute;
    top:0;
    z-index:41;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
}

.aInd-Rotator {
    width:16px;
    height:16px;
    background-color:#fff;
    padding:10px;
    display:block;
    z-index:42;
    float:left;
    position:absolute;
    left:50%;
    top:47%;
    border:solid 5px #626567;
    border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    -icab-border-radius:8px;
    -khtml-border-radius:8px;
    -webkit-border-radius:8px;
}

.aInd-Txt {
    font-family:Helvetica,Arial,sans-serif;
    position:absolute;
    color:#555;
    font-size:1.091em;
    left:43px;
    top:14px;
    width:150px;
}

.withAjaxInd .ajaxIndicator {
    position:relative;
    height:86px;
}

.withAjaxInd .aInd-Rotator {
    position:relative;
    top:20px;
}

.tblData .withAjaxInd, 
.withAjaxInd {
    padding:0;
}

.withAjaxInd .aInd-Txt {
    top:9px;
}

/*------------------------------------*\
   Tooltip
\*------------------------------------*/
.tooltip {
    min-width:150px;
    position:absolute;
    z-index:11030;
    display:block;
    font-size:11px;
    line-height:1.4;
    opacity:0;
    filter:alpha(opacity=0);
    visibility:visible;
}

.tooltip.in {
    opacity:0.8;
    filter:alpha(opacity=80);
}

.tooltip.right {
    padding:0 5px;
    margin-left:3px;
}

.tooltip-inner {
    max-width:200px;
    padding:8px;
    color:#ffffff;
    text-align:center;
    text-decoration:none;
    background-color:#000000;
    -webkit-border-radius:4px;
       -moz-border-radius:4px;
            border-radius:4px;
}

.tooltip-arrow {
    position:absolute;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
}

.tooltip.right .tooltip-arrow {
    top:50%;
    left:0;
    margin-top:-5px;
    border-right-color:#000000;
    border-width:5px 5px 5px 0;
}

.validateTip {
    right:64px !important;
}

/*------------------------------------*\
   LANG
\*------------------------------------*/
.pl .title {
    font-size:3.5em;
}

.ru button[type="submit"] {
    font-size: 1.8em;
    margin-bottom: 20px;
}

/*------------------------------------*\
   Firefox prefix
\*------------------------------------*/
@-moz-document url-prefix() {
    input[type="text"],
    input[type="password"] {
        padding:8px 11px 4px;
    }
}

/*------------------------------------*\
   RESPONSIVE
\*------------------------------------*/
@media screen and (min-width:435px) and (max-width:485px) {
    .validateTip,
    .captcha {
        display:none !important;
    }
}

@media screen and (max-width:435px) {

    html {
        overflow:hidden;
    }

    p {
        padding:0;
    }

    .content {
        padding-bottom:0;
    }

    .dial {
        margin-top:0;
    }

    .start-header {
        font-size:1.5em;
        color:#fff;
    }

    .no-credit-card {
        font-size:1.15em;
        color:#c1c1c1;
        padding-bottom:.6em;
    }

    .logo {
        margin-bottom:0;
    }

    .dial {
        max-width:inherit;
        background:none;
        -webkit-box-shadow:none;
           -moz-box-shadow:none;
             -o-box-shadow:none;
                box-shadow:none;
    }

    button[type="text"],
    button[type="password"] {
        color:#111;
        max-width:296px;
        border-width:2px;
        border-color:transparent;
        -webkit-box-shadow:1px -1px 0 #111;
                box-shadow:1px -1px 0 #111;
    }

    button[type="text"]:focus,
    button[type="password"]:focus {
        border-color:#00afec;
    }

    .error button[type="text"],
    .error button[type="password"],
    button[type="text"]:focus,
    button[type="password"]:focus {
        -webkit-box-shadow:none;
                box-shadow:none;
    }

    .formErrorIco {
        right:20px;
    }

    .submit {
        padding:1.2em 0 1em;
    }

    .page-name {
        width:100%;
        max-width:300px;
    }

    .page-name div:first-child {
        color:#fff;
        max-width:100%;
    }

    .validateTip {
        margin:0 !important;
        width:100% !important;
        right:auto !important;
        padding:2px 0 0;
        top:-45px;
    }

    .validateTip:after {
        background:none;
    }

    .validateTip:before {
        content:" "; 
        display:inline-block; 
        margin:0; 
        bottom:-10px; 
        left:50%; 
        position:absolute; 
        border-color:#fff transparent transparent transparent;
        border-style:solid; 
        border-width:5px; 
        font-size:0; 
        line-height:0;
    }

    .wide.validateTip {
        top:-68px;
    }

    .validateTip p {
        text-align:center;
        text-transform:uppercase;
        margin:3px 0 0;
    }

    .validateTip ul {
        position:relative;
        left:10px;
    }

    .validateTip li {
        font-size:10px;
        text-overflow:ellipsis;
        white-space:nowrap;
        overflow:hidden;
        float:left;
        width:46%;
        background-image:url(/marketing/images/clickwebinar/pages/landing_page/free_signup/checkPassword_mobile.png);
        background-position: 0 3px;
        padding:1px 0 0 13px;
    }

    .validateTip .isValid {
        background-position:0 -29px;
    }

    .validateTip .error {
        background-position:0 3px;
    }

    .tos p {
        color:#fff;
    }

    .page-name div:last-child,
    .captcha,
    .social-integrate,
    .copy {
        display:none !important;
    }
}