/*
Open Sans font import
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,cyrillic);

a {
    text-decoration: underline;
}

/* Common Classes */
@media screen {/**/
    * {margin:0;padding:0;}

    html {
        width:100%;
        min-height:100%;
    }

    body {
        position:absolute;
        width:100%;
        min-width: 300px;
        min-height:100%;
        font-size: 16px;
        font-family: "Open Sans", Arial, sans-serif;
        background: #ebebeb;
    }

    p, h1, h2, h3, h4, h5, h6 {
        margin:0.5em 0;
    }

    h1, h2, h3, h4, h5, h6 {
        font-weight:400;
    }

    h1{font-size:2.75em}
    h2{font-size:1.375em}

    ol li, ul li {
        margin-left: 2em;
    }

    [clear] {
        clear: both;
    }

    .cnt{
        position:relative;
        z-index:1;
    }

    .bg {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        z-index:0;
    }
    .anmt {
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }


    .anmtFast {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .btn input {
        border:none 0;
    }

    .btn a,  .btn input {
        position: relative;
        display:block;
        font-size:1.5em;
        width:9.3em;
        padding:0.35em 0 0.45em;
        margin: 1.3em auto 0;
        text-decoration:none;
        color:#fff;
        border-radius:0.3em;
        background:#1bbcce;
        font-weight:600;
        text-align: center;
    }

    .btn a:hover , .btn input:hover {
        color: #0a469b;
        background-color: #fff;
    }

    .btn a:active, .btn input:active {
        color:#1bbcce;
        background: #fff;
    }

    .cols .col {
        float:left;
    }

    .c2 .col {
        width:44%;
        margin-left:3%;
    }

    .c2 .col:first-child {
        margin-left: 4.5%;
    }

    .c3 .col {
        width:32%;
        margin-left:1%;
    }

    .lst figure {
        margin-bottom: 1em;
    }

    .lst figure img {
        float:left;
        margin-right:1em;
    }

    .lst figure figcaption {
        overflow:auto;
    }

    ul li {
        display:block;
    }

    .pict {
        overflow:auto;
    }

    .pict img {
        float:left;
    }

    ul.lst {
        overflow:hidden;
    }

    ul.lst li {
        position: relative;
        font-size:1.125em;
        border:1px solid #c8c8c8;
        float:left;
        clear:both;
        background:#fff;
        padding:0.2em 0.5em 0.2em 2em;
        color:#0b89c1;
        margin-left: 0;
        margin-top: 0.3em;
        border-radius: 0.2em;
    }

    ul.lst li:first-child {
        margin-top:0;
    }

    ul.lst li i {
        display:block;
        position:absolute;
        top:50%;
        margin-top:-8px;
        left:0.5em;
        width:16px;
        height:16px;
        background: url(../images/12traff/marker.png) center center no-repeat;
    }

    .retina ul.lst li i {
        background-image: url(../images/12traff/retina.marker.png);
        background-size: 16px 16px;
    }

    .pict {
        position: absolute;
    }

    .arrow {
        position: absolute;
        right: 1em;
        margin-bottom: -1px;
        bottom: 100%;
        width: 0;
        height: 0;
        border: solid #0a469b;
        border-width: 0em 0.7em 0.7em 0.7em;
        border-left-color: transparent;
        border-right-color: transparent;
    }

    .block {
        display: none;
        position: absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        background: #000;
        -ms-filter: alpha(opacity=70);filter: alpha(opacity=70);
        opacity: 0.7;
        z-index: 2;
    }

}/**/

/* Main Blocks */
@media screen {/**/
    #p {
        position:absolute;
        min-width: 800px;
        overflow: hidden;
        min-height: 100%;
        width:100%;
    }

    #p>main {
        position: relative;
        z-index: 1;
        padding-top:90px;
        padding-bottom: 59px;
    }

    #p>main>section {
        width:100%;
        float:left;
        position: relative;
    }

    #p>header {
        position: absolute;
        top:0;
        left:0;
        right:0;
        height:90px;
        z-index:3;
    }

    #p>header>.cnt {
        height:100%;
    }

    #p>header>.bg{
        background: #fff;
        border-bottom:1px solid #d1d1d1;
    }

    .mobile p>header {
        position:absolute;
    }

    #p>footer {
        z-index: 2;
    }

    section>.cnt, header>.cnt, footer>.cnt {
        min-width: 800px;
        max-width: 1200px;
        width:80%;
        margin:0 auto;
    }
}/**/

/* Header */
@media screen {/**/
    #p>header>.cnt>a {
        position: absolute;
        left:0;
        top:50%;
        height:68px;
        margin-top: -34px;
    }

    #p>header>.cnt>nav {
        position:absolute;
        right:0;
        top:50%;
        font-size:0.875em;
        height:1em;
        margin-top: -0.5em;
        line-height: 1em;
        vertical-align: middle;
    }

    #p>header>.cnt>nav a {
        color:#0a469b;
        text-decoration: none;
        margin-left:0.7em;
        position:relative;
    }

    #p>header>.cnt>nav a.lang {
        display: inline-block;
        position: relative;
        margin-left:1em;
    }

    #p>header>.cnt>nav a.lang span{
        display: inline-block;
        position: relative;
        z-index:2;
        color:#fff;
    }

    #p>header>.cnt>nav a.lang .bg {
        width:32px;
        height:32px;
        top:50%;
        left:50%;
        margin-left:-16px;
        margin-top:-16px;
        background: #0a469b;
        border-radius: 16px;

    }

    #p>header>.cnt>nav a:hover {
        color:#1bbcce;
    }

    #p>header>.cnt>nav a.active {
        color:#1bbcce;
    }

    #p>header>.cnt>nav a.lang:hover .bg{
        background: #1bbcce;
    }

    #p>header>.cnt>nav.social {
        right:auto;
        left:355px;
        font-size:18px;
        line-height: 18px;
        margin-top: -16px;
    }

    #p>header>.cnt>nav.social a{
        background: none repeat scroll 0 0 #0a469b;
        border-radius: 1em;
        float: left;
        line-height: 1em;
        margin-left: 0.5em;
        padding: 9px;
        position: relative;
        text-align: center;
        vertical-align: bottom;
        width: 18px;
        height: 18px;
    }

    #p>header>.cnt>nav.social a:first-child{
        margin-left: 0;
    }

    #p>header>.cnt>nav.social a:hover, #p>header>.cnt>nav.social a:focus{
        background: #1bbcce;
    }

    #p>header>.cnt>nav.social a:active{
        background: #cdcdcd;
    }

    #p>header>.cnt>nav .nl{
        position:absolute;
        top:100%;
        margin-top:0.2em;
        border-bottom:1px solid #1bbcce;
    }

    #p>header .lf {
        display: inline;
        position:absolute;
        top:89px;
        padding:1em 2em;
        right:2em;
    }

        .lf .bg {
            border-bottom-left-radius: 0.5em;
            border-bottom-right-radius: 0.5em;
            border:1px solid #fff;
            background: #0a469b;
            top:-1px;
        }

        .lf .arrow {
            right: 1em;
            margin-bottom: -1px;
            bottom: 100%;
        }

        .lf .btn {
            margin-top: 1em;
            width: 100%;
            padding: 0;
        }

        .lf .btn:active, .btn.active {
            box-shadow: none;
        }

        .lf .btn a {
            font-size: 1em;
            width:5.5em;
            float:right;
            margin-top:0;
        }

        .lf .btn a:hover {
            background:#fff;
            color:#0a469b;
        }

        .lf .btn a:active {
            background:#0b89c1;
            color:#0a469b;
        }

        .lf .btn span {
            color: #FFFFFF;
            display: inline-block;
            margin-top: 0.5em;
            float: left;
        }

        .lf .err {
            font-size: 0.875em;
            line-height: 1.5em;
            text-align: center;
            color: #FF3366;
            max-width: 250px;
        }

        .lf p {
            text-align:center;
            font-size: 0.875em;
            padding-top:1em;
            color:#fff;
        }

        .lf p a {
            color:#fff;
            float: right;
        }

        .lf p a:first-child {
            float: left;
        }

        .lf p a:hover {
            color:#1bbcce;
            text-decoration: none;
        }
}/**/

/* Forms */
@media screen {/**/

    form label {
        font-weight: normal;
    }

    form label span {
        display: block;
        font-size: 0.875em;
        margin:1em 0 0.25em;
        color:#1bbcce;
        font-weight: normal;
        min-height: 1.5em;
    }

    form label span.required {
        display: inline-block;
    }

    form label input {
        outline: 0;
        color:#666;
        background:#fff;
        border:1px solid #fff;
        border-radius: 0.3em;
        padding:0.3em 0.5em;
        min-width: 234px;
    }

    form#SignInForm label input {
        width: 255px;
    }

    form label input:focus {
        color:#fff;
        background:transparent;
    }

}/**/

/* Section 1 */
@media screen {/**/
    #s1{
        background:#ebebeb url(../images/12traff/bg1.png) repeat-x left bottom;
    }

    #s1>.bg {
        background: url(../images/12traff/world.png) no-repeat center 50px;
    }

    .retina #s1>.bg {
        background-image: url(../images/12traff/retina.world.png);
        background-size: 984px 596px;
    }

    #s1>.cnt {
        text-align: center;
    }

    #s1 h1 {
        color:#0b89c1;
        line-height: 1.1em;
        margin-bottom: 0.3em;
        margin-top:0.3em;
    }

    #s1 h2 {
        padding-top:96px;
        margin-top:0;
        color:#1bbcce;
    }

    #s1 p {
        color:#787878;
    }

    #s1 .stats {
        width:800px;
        margin:4.125em auto 0;
    }

    #s1 .stats figure {
        float:left;
        width:23%;
        height:8.125em;
        margin-left:2.6%;
        background: #0a469b;
        border-radius: 1.8em;
    }

    #s1 .stats figure:first-child {
        margin-left:0;
    }

    #s1 .stats figcaption{
        font-size: 0.875em;
        color:#fff;
        margin-top:1em;
    }

    #s1 .stats div {
        font-size: 2.75em;
        line-height: 1em;
        color:#1bbcce;
        margin-top:0.2em;
        font-weight: 300;
    }

    #s1 .stats div b {
        color: #fff;
        font-weight: 400;
    }

    #s1 .stats small {
        display: block;
        margin-top: 0.7em;
        color:#1bbcce;
    }

    #s1 .charts {
        position:relative;
        width:800px;
        height:200px;
        margin:1.625em auto 0;
    }

    #s1 .charts .tr {
        position:absolute;
        top:0;
        left:0;
    }

        #s1 .charts .tr figure{
            position:relative;
            float:left;
        }

        #s1 .charts .tr figcaption{
            position: absolute;
            top:50%;
            left:0;
            width:100%;
            margin-top:-1.3em;
            font-size:1.875em;
            font-weight: 600;
            color:#787878;
        }

            #s1 .charts .tr figcaption small{
                display:block;
                font-size:0.6em;
            }

        #s1 .charts .tr ul{
            position:relative;
            float:left;
            margin-top:2em;
            margin-left:2em;
            }

            #s1 .charts .tr ul li{
                position:relative;
                display: block;
                font-size: 1.5em;
                text-align: left;
                font-weight: 600;
                margin-left: 10px;
                margin-bottom:0.2em;
            }

            #s1 .charts .tr ul li span{
                display: inline-block;
                width:4em;
                text-align:center;
                color:#fff;
                border-radius: 0.2em;
                font-weight: 400;
            }

            #s1 .s1 {
                color:#1bbcce;
            }
            #s1 .s1 span{
                background:#1bbcce;
            }

            #s1 .s2 {
                color:#0b89c1;
            }
            #s1 .s2 span{
                background:#0b89c1;
            }

            #s1 .s3 {
                color:#0a469b;
            }
            #s1 .s3 span{
                background:#0a469b;
            }

            #s1 .s4 {
                color:#0e2f3e;
            }
            #s1 .s4 span{
                background:#0e2f3e;
            }

    #s1 ul.lst {
        height:300px;
        width:800px;
        margin:1.5em auto 0;
    }

    #s1 .ctr {
        position: absolute;
        bottom: 364px;
        left: 68%;
        margin-left: -75px;
    }

        #s1 .ctr figure{
            position:relative;
            float:left;
        }

            #s1 .ctr figcaption{
                position: absolute;
                top:50%;
                left:0;
                width:100%;
                margin-top:-1.3em;
                font-size:1.875em;
                font-weight: 400;
                color:#0a469b;
            }

            #s1 .ctr figcaption small{
                display:block;
                font-size:0.6em;
                color:#1bbcce;
            }

    #s1 .charts .icon {
        position:absolute;
        top:100%;
        margin-top:-45px;
        right:102%;
    }
    #s1 .pict {
        bottom:0;
        right:-100px;
    }
}/**/

/* Section 2 */
@media screen {/**/

    #s2 {
        background: #fff;
    }

    #s2 h1 {
        margin-top:0;
        padding-top:1em;
        color:#1bbcce;
        text-align: center;
    }

    #s2 .formats {
        position: relative;
        background:#1bbcce;
        border-top-left-radius: 0.5em;
        border-top-right-radius: 0.5em;
        padding-top:3.5em;
    }

    #s2 .formats figure {
        min-height: 7em;
    }

    #s2 .formats figcaption h3{
        color:#fff;
        font-size: 1.5em;
        margin-bottom:0;
    }

    #s2 .formats figcaption p {
        color:#166b75;
        font-size: 0.875em;
    }

    #s2 .btn a {
        font-size:0.875em;
        margin-top:0;
        background: #0a469b;
        line-height: 1.75em;
    }

    #s2 .btn a:hover {
        color:#1bbcce;
        background:#fff;
    }

    #s2 .btn a:active {
        background:#264f54;
    }

    #s2 .col .btn {
        position:relative;
        top:-1.8em;
    }

    #s2 .btn a {
        display: none;
    }

    #s2 .btn a:first-child {
        display:block;
    }

    #s2 .formats-in-player {
        background: #0b89c1;
        color:#fff;
        padding:5%;
        position:relative;
    }

    #s2 .formats-in-player figure{
        margin-top:5%;
    }

    #s2 .formats-in-player figure:first-child{
        margin-top: 0;
    }

    #s2 .formats-in-player figure h3{
        font-size:2.25em;
        margin-top:0;
        line-height: 1em;
    }

    #s2 .formats-in-player ul.lst li{
        border-color: #fff;
    }

    #s2 .formats-in-player .arrow{
        border-bottom-color:#0b89c1;
        right:25.25%;
    }

    #s2 .formats-close {
        border-bottom-left-radius: 0.5em;
        border-bottom-right-radius: 0.5em;
        padding:1px 0 1em;
        background: #1bbcce;
    }

    #s2 .formats-close .btn a{
        margin-top:1em;
    }

    #s2>.bg {
        top:auto;
        height: 3em;
        background: #0a469b;
    }

    .no-js #s2 .btn {
        display: none;
    }

}/**/

/* Section 3*/
@media screen {/**/

    #s3 {
        color:#fff;
        text-align:center;
    }

    #s3>.bg {
        background: #0a469b url(../images/12traff/dotted-line.png) center top no-repeat;
    }

    .retina #s3>.bg {
        background-image:url(../images/12traff/retina.dotted-line.png);
        background-size: 907px 424px;
    }

    #s3 .pict {
        left:-2em;
        top:-4em;
    }

    #s3 h1 {
        margin-top: 0;
        padding-top:1.3em;
    }

    #s3 h3 {
        font-size: 1.5em;
    }

    #s3 p {
        color:#1bbcce;
        font-size: 0.875em;
    }

    #s3 article {
        overflow: auto;
        padding-top:1em;
        padding-bottom:5em;
        width:800px;
        margin:0 auto;
    }

    #s3 article figure {
        float:left;
        width:30%;
        margin-left:2.5%;
    }

}/**/

/* Section 4*/
@media screen {/**/
    #s4 {
        color:#fff;
    }

    #s4 article {
        width: 800px;
        margin: 0 auto;
    }

    #s4 article.a1 {
        background: #0b89c1;
        border-radius: 0.4em;
        width:800px;
        margin:0 auto;
        position: relative;
        margin-top:10%;
        padding: 2% 0 5%;
    }

    #s4 article.a1>h1 {
        font-size: 2.4em;
        padding:0 5%;
    }


    #s4 article.a1>p {
        padding:0 25% 0 5%;
        margin:0 0 1.3em;
    }

    #s4>.bg {
        background: #ebebeb;
    }

    #s4 .icon {
        position:absolute;
        top:100%;
        margin:0;
        margin-top:-45px;
    }

    #s4 ul.lst {
        margin-top:1.5em;
        margin-left: 110px;
        margin-bottom:5em;
    }

    #s4 .btn {
        float:right;
    }

    #s4 .btn a {
        margin-top: 0;
    }

    #s4 .pict {
        top:100%;
        margin-top:-12.85em;
        right:0;
        margin-right:-6em;
    }

}/**/

/* Section 5*/
@media screen {/**/

    #s5>.bg {
        background: #0b89c1;
    }

    #s5 article {
        width: 800px;
        margin: 0 auto;
    }


    #s5>.cnt {
        padding-top:7em;
    }


    #s5 article.a1 {
        background: #fff;
        border-radius: 0.4em;
        width:800px;
        margin:0 auto;
        position: relative;
        padding: 2% 0 5%;
    }

    #s5 article.a1>h1 {
        font-size: 2.4em;
        padding:0 5%;
        color: #0b89c1;
    }

    #s5 article.a1>p {
        padding:0 25% 0 5%;
        margin:0 0 1.3em;
        color:#787878;
    }

    #s5 .icon {
        position:absolute;
        top:100%;
        margin:0;
        margin-top:-45px;
        margin-left: -3em;
    }

    #s5 ul.lst {
        margin-top:1.5em;
        margin-left: 110px;
        margin-bottom:5em;
    }

    #s5 ul.lst li{
        border-color:#fff;
    }

    #s5 .btn {
        float:right;
    }

    #s5 .btn a {
        margin-top: 0;
    }

    #s5 .pict {
        top:100%;
        margin-top:-15.2em;
        right:0;
        margin-right:-9em;
    }

    #s5 .cnt {
        background: url('../images/12traff/lines.png') 100% 75% no-repeat;
        background-size: 506px 506px;
    }

    .retina #s5 .cnt {
        background-image: url('../images/12traff/retina.lines.png');

    }


}/**/

/* Section 6*/
@media screen {/**/
    #s6 {
        background: #fff;
    }

    #s6 {
        text-align: center;
    }

    #s6 .cnt {
        padding:10.3em 0;
    }

    #s6 h1 {
        font-size: 2.75em;
        color:#0b89c1;
    }

    #s6 p {
        color:#787878;
        padding:0 15%;
    }

    #s6>.bg {
        background: url('../images/12traff/pict-plusses.png') center center no-repeat;
        background-size: 1018px 445px;
    }

    .retina #s6>.bg {
        background-image: url('../images/12traff/retina.pict-plusses.png');
    }

    #s6 .pict {
        bottom:0;
        right:0;
    }

}/**/

/* Section #7*/
@media screen {/**/
    #s7 {
        background: #ebebeb;
    }

    #s7 .cnt {
        padding-bottom:16em;
    }

    #s7 h1 {
        font-size:2.75em;
        padding-top:1.5em;
        text-align: center;
        margin-top: 0;
        color:#0b89c1;
    }

    #s7 p {
        color:#787878;
        text-align: center;
    }

    #s7>.bg {
        background: url(../images/12traff/bg2.png) repeat-x top center;
    }

    #s7 h3 {
        font-size:1.5em;
        color:#787878;
        margin-top:1.5em;
    }

    #s7 article {
        height: 80px;
        margin: 20px 0 0 440px;
        text-align: center;
        width: 700px;
    }

    #s7 .col a {
        position: relative;
        border:1px solid #c8c8c8;
        float:left;
        background:#fff;
        padding:0.2em 0.5em;
        color:#1bbcce;
        margin-top: 0.3em;
        border-radius: 0.2em;
        text-decoration: none;
    }

    #s7 .col a:hover {
        color:#fff;
        background:#1bbcce;
        border-color:#1bbcce;
    }

    #s7 .col a.skype {
        color:#0b89c1;
        padding-left:2em;
        margin-left: 15px;
    }


    #s7 .col a.skype:hover {
        background:#0b89c1;
        color:#fff;
        padding-left:2em;
        border-color:#0b89c1;
    }

    #s7 .col a.skype i{
        display:block;
        position:absolute;
        top:50%;
        margin-top:-8px;
        left:0.5em;
        width:16px;
        height:16px;
        background: url(../images/12traff/skype.png) center center no-repeat;
    }

    .retina #s7 .col a.skype i{
        background-image: url(../images/12traff/retina.skype.png);
        background-size: 16px 16px;
    }

    #s7 .col a.skype:hover i{
        background-image: url(../images/12traff/skype-hover.png);
    }

    .retina #s7 .col a.skype:hover i{
        background-image: url(../images/12traff/retina.skype-hover.png);
    }

    #s7 .pict {
        bottom:0;
        left:0;
    }

}/**/

/* Section SignUp */
@media screen {/**/
    #su {
        margin-bottom:1em;
    }

    #su>.cnt{
        background: #0A469B;
        border-bottom-right-radius: 0.4em;
        border-bottom-left-radius: 0.4em;
        padding-top:2em;
        padding-bottom:3em;
    }

    #su h1{
        color:#fff;
        text-align: center;
        margin-bottom: 0;
    }

    #su p {
        color:#fff;
        font-size: 0.875em;
    }
    
    #su p.err {
        color: #f36;
        padding-top:1em;
    }

    #su a {
        color:#fff;
    }

    #su a:hover, #su a:focus {
        color:#1bbcce;
        text-decoration: none;
    }

    #su a:active {
        text-decoration: none;
        background:#0b89c1;
        color:#0a469b;
    }

    #su .cols {
        padding-top:1em;
        width:850px;
        margin:0 auto;
    }

    #su .notifySummary {
        width:420px;
        margin:0 auto;
    }

    #su .notifySummary.errorSummary {
        color:lightcoral;
    }

    #su .col>div {
        padding-bottom: 0.5em;
    }

    #su .col>div input {
        font-size: 1.125em;
        height: 2.3em;
        padding: 0.2em 0.4em;
    }

    #su .col>div .msg{
        font-size: 0.75em;
        margin-top:0.25em;
    }

    #su .col>div.err input {
        border-color:#f36;
        color:#f36;
    }

    #su .col .msg div.errorMessage {
        color:#f36;
    }

    #su .col>div.valid .msg {
        color:#40bd43;
    }

    #su div.btn {
        width:225px;
    }

    #su .btn:active, .btn.active {
        box-shadow: none;
    }
    
    .signup .row {
        margin-left: 15px
    }
    .signup .row input{
        height: 42px;
        width: 330px;
    }
}/**/


/* Section Text */
@media screen {/**/
    #txt {
        padding:2.5em 0;
        color: #787878;
    }

    #txt>.cnt {
        width:704px;
        min-width: 704px;
        padding:2.2em 3em 3em;
        background: #fff;
        box-shadow: 0 4px 10px 0 rgba(0,0,0,0.3);
    }

    #txt p {
        color:#787878;
        margin-bottom: 1em;
    }

    #txt h1 {
        margin-top:0;
        color:#0b89c1;
    }

    #txt h2 {
        color:#1bbcce;
        margin-top:1em;
    }

    #txt a {
        color:#0A469B;
    }

    #txt a:hover {
        color:#1bbcce;
        text-decoration: none;
    }

}/**/

/* Footer */
@media screen {/**/
    footer {
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
        height:59px;
        background: #0a469b;
        color:#fff;
        font-size: 0.875em;
    }


    footer>* {
        height:2em;
        padding:1.1em 0;
        line-height: 2em;
    }


    footer .copy {
        float:left;
        color:#1bbcce;
    }

    footer nav {
        float:right;
    }

    footer nav a{
        color:#fff;
        margin-left:2em;
        text-decoration: none;
    }

    footer nav a:hover {
        color:#1bbcce;
    }

    footer nav a:first-child{
        margin-left:0;
    }

    footer .wm {
        text-align: center;
    }

}/**/

.notifySummary.successSummary {
    color:green;
}

#su .notifySummary {
    width:330px;
}
#su .notifySummary p {
    text-align: left;
}

#su .pict_inner {
    bottom: -50px;
    display: block;
    height: 185px;
    position: absolute;
    right: 40px;
    width: 291px;
}

input.sign_in {
    float: right;
    font-size: 15px;
    margin-top: 0;
    width: 75px;
}

.pull-left{
    float: left;
}

.pull-right{
    float: right;
}

.clearfix{
    clear: both;
}

.merge-message{
    width: 400px;
    margin: 100px auto -60px auto;
    background: #0a469b;
    color: #FFF;
    padding: 50px 55px;
    border: 3px #1bbcce solid;
    border-radius: 5px;
    position: relative;
    z-index: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
}

    .merge-message_top{
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        line-height: 1.8em;
    }

        .merge-message_top .bigger{
            font-size: 22px;
        }

        .merge-message_top .img{
            margin-top: 10px;
            margin-bottom: 35px;
        }

    .merge-message_bottom{
        text-align: left;
        border-top: 2px #4a74af solid;
        padding: 30px 35px 0 35px;
        margin-top: 30px;
    }

    .merge-message a{
        color: #1bbcce;
        text-decoration: underline;
        font-size: inherit;
    }

    .merge-message b{
        font-weight: 600;
    }

    .merge-message .pull-right, .merge-message .pull-left{
        margin-top: 10px;
    }