/*
YUI 3.17.1 (build 0eb5a52)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* css */

.block:after{
    content: '';
    display: table;
    clear: both;
}
.block>div{
    width: 940px;
    margin: 0 auto;
    padding: 50px 0;
}
.block.grey{
    background-color: #f4f6f7;
}
.block>div.noBottomPadding{
    padding-bottom: 0;
}
.header{
    height: 70px;
}
.header>div{
    padding: 0;
}
.header .logo{
    font-size: 0;
    overflow: hidden;
    text-indent: -999px;
    float: left;
    margin: 15px 0 0 0;
    display: block;
    width: 145px;
    height: 40px;
    background: url(/images/landing/landing-sprite.png) no-repeat 0 -600px;
}
.header p{
    float: right;
    color: #666667;
    font: 400 14px/70px 'Open Sans', sans-serif;
}

h1, p.title{
    margin-bottom: 10px;
    color: #6688b9 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    font: 800 32px/normal 'Open Sans', sans-serif !important;
}
h1+span, p.title+span{
    display: block;
    text-align: center;
    color: #666667;
    font: 400 18px/normal 'Open Sans', sans-serif;
}
h1+span b, p.title+span b{
    font-weight: 600;
}

.formBlock{
    height: 710px;
    background: url(/images/landing/old-man.jpg) no-repeat top center;
}
.formBlock .right{
    float: right;
    width: 460px;
    padding-top: 60px;
}
.formBlock .right p{
    color: #666667;
    font: 400 14px/24px 'Open Sans', sans-serif;
    padding-bottom: 15px;
}
.formBlock .right li{
    padding-left: 40px;
    position: relative;
    margin: 15px 0;
    font: 400 14px/24px 'Open Sans', sans-serif;
}
.formBlock .right li span{
    color: #6688b9;
    font-weight: 700;
}
.formBlock .right li:before{
    position: absolute;
    left: 0;
    top: 50%;
    margin: -8px 0 0 0;
    content: '';
    border-bottom: 3px solid #6688b9;
    border-left: 3px solid #6688b9;
    width: 14px;
    height: 6px;
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
}
.formBlock .right textarea{
    outline: none;
    padding: 15px 20px;
    resize: none;
    width: 378px;
    height: 118px;
    border: 1px solid #c4c4c5;
    font: 400 14px/24px 'Open Sans', sans-serif;
    color: #464646;
    margin: 15px 0 25px 0;
}
.formBlock .right textarea::-webkit-input-placeholder{ color: #888; }
.formBlock .right textarea:-moz-placeholder{ color: #888; }
.formBlock .right textarea:-ms-input-placeholder{ color: #888; }
.formBlock .right textarea:focus::-webkit-input-placeholder{ color: #fff; }
.formBlock .right textarea:focus:-moz-placeholder{ color: #fff; }
.formBlock .right textarea:focus:-ms-input-placeholder{ color: #fff; }

.button{
    cursor: pointer;
    float: left;
    height: 55px;
    width: 226px;
    text-align: center;
    border-radius: 6px;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    font: 800 18px/55px 'Open Sans', sans-serif;
    color: #f2f2f2;
    text-transform: uppercase;
    display: block;
    position: relative;

    background: rgb(178,208,127);
    background: -webkit-linear-gradient(top, rgba(178,208,127,1) 0%,rgba(149,185,102,1) 100%);
    background: linear-gradient(to bottom, rgba(178,208,127,1) 0%,rgba(149,185,102,1) 100%);
    box-shadow: 0 4px 0 0 #87a358;
}
.button:hover{
    background: rgb(192,220,143);
    background: -webkit-linear-gradient(top, rgba(192,220,143,1) 0%,rgba(162,195,119,1) 100%);
    background: linear-gradient(to bottom, rgba(192,220,143,1) 0%,rgba(162,195,119,1) 100%);
    box-shadow: 0 4px 0 0 #96b069;
}
.button:active{
    top: 4px;
    box-shadow: none;
}

.features{
    padding: 90px 0 70px 0;
}
.features li{
    float: left;
    width: 33.33%;
}
.features li span{
    position: relative;
    display: block;
    text-align: center;
    font: 600 24px/normal 'Open Sans', sans-serif;
    margin-bottom: 20px;
}
.features .best span{
    color: #97bb68;
}
.features .comfort span{
    color: #7496c7;
}
.features .fast span{
    color: #e2a16d;
}
.features li span:before{
    background: url(/images/landing/landing-sprite.png) no-repeat;
    content: '';
    position: absolute;
    top: -70px;
    left: 50%;
}
.features .best span:before{
    width: 69px;
    height: 50px;
    background-position: -64px -640px;
    margin-left: -35px;
}
.features .comfort span:before{
    width: 57px;
    height: 50px;
    background-position: -64px -690px;
    margin-left: -34px;
}
.features .fast span:before{
    width: 50px;
    height: 50px;
    background-position: -64px -740px;
    margin-left: -25px;
}
.features li p{
    text-align: center;
    color: #656565;
    font: 400 14px/24px 'Open Sans', sans-serif;
}

.belt>div{
    width: 100%;
    position: relative;
    height: 510px;
}
.beltWrapper{
    margin-top: 30px;
}

.mediaSlider{
    position: relative;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    width: 730px;
    height: 140px;
    margin: 35px auto 0 auto;
}
.mediaSlider .arrow{
    cursor: pointer;
    display: block;
    width: 34px;
    height: 48px;
    position: absolute;
    top: 50%;
    border-top: 1px solid #e0e0e1;
    border-bottom: 1px solid #e0e0e1;
    margin-top: -25px;
    background-color: #fff;
}
.mediaSlider .arrow:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 4px solid #d5d6d6;
    border-bottom: 4px solid #d5d6d6;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -4px;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
}
.mediaSlider .arrow.right:before{
    transform: rotateZ(-135deg);
    -webkit-transform: rotateZ(-135deg);
    margin: -6px 0 0 -8px;
}
.mediaSlider .arrow.left{
    left: -36px;
    border-left: 1px solid #e0e0e1;
}
.mediaSlider .arrow.right{
    right: -36px;
    border-right: 1px solid #e0e0e1;
}
.mediaSlider .viewer{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.mediaSlider ul{
    position: absolute;
    top: 0;
    height: 100%;
}
.mediaSlider li{
    width: 730px;
    height: 100%;
    float: left;
    background-color: #fff;
}

.mediaSlider .logo{
    position: relative;
    display: block;
    width: 230px;
    height: 100%;
    float: left;
    border-right: 1px solid #;
}
.mediaSlider .logo span{
    display: block;
    margin: 0 auto;
    background: url(/images/about_logos.jpg) no-repeat;
}

.mediaSlider .kp .logo span{
    background-position: 0 -38px;
    width: 178px;
    height: 32px;
    margin-top: 53px;
}
.mediaSlider .aif .logo span{
    background-position: -181px -39px;
    width: 167px;
    height: 38px;
    margin-top: 50px;
}
.mediaSlider .exp .logo span{
    background-position: -354px -44px;
    width: 156px;
    height: 42px;
    margin-top: 48px;
}
.mediaSlider .sob .logo span{
    background-position: -390px -152px;
    width: 170px;
    height: 47px;
    margin-top: 48px;
}
.mediaSlider .forbes .logo span{
    background-position: -88px -116px;
    width: 140px;
    height: 34px;
    margin-top: 52px;
}
.mediaSlider .echo .logo span{
    background-position: -234px -146px;
    width: 150px;
    height: 59px;
    margin-top: 40px;
}

.mediaSlider .logo:after{
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    width: 1px;

    background: #c2c2c2;
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(194,194,194,1) 40%,rgba(194,194,194,1) 60%,rgba(194,194,194,1) 60%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(194,194,194,1) 40%,rgba(194,194,194,1) 60%,rgba(194,194,194,1) 60%,rgba(255,255,255,1) 100%);
}
.mediaSlider li div{
    width: 420px;
    height: 140px;
    float: left;
    padding: 0 40px;
    display: table;
}
.mediaSlider p{
    color: #666667;
    font: 400 14px/24px 'Open Sans', sans-serif;
    display: table-cell;
    vertical-align: middle;
}
.mediaSlider p:before{
    content: '«';
}
.mediaSlider p:after{
    content: '»';
}

.howItWorks ol{
    margin-top: 30px;
}
.howItWorks li{
    float: left;
    width: 440px;
}
.howItWorks .n1{
    padding-right: 30px;
}
.howItWorks .n2, .howItWorks .n3{
    padding-left: 30px;
}
.howItWorks li p{
    clear: both;
    font: 400 14px/24px 'Open Sans', sans-serif;
    color: #666667;
    margin-bottom: 60px;
    padding: 0;
    text-align: left;
}
.howItWorks .stepTitle{
    display: block;
    font: 600 24px/normal 'Open Sans', sans-serif;
    margin-bottom: 20px;
}
.howItWorks .stepTitle:before{
    content: '';
    background: url(/images/landing/landing-sprite.png) no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.howItWorks .n1 .stepTitle{
    color: #a4c36e;
}
.howItWorks .n1 .stepTitle:before{
    background-position: -128px 0;
}
.howItWorks .n2 .stepTitle{
    color: #7496c7;
}
.howItWorks .n2 .stepTitle:before{
    background-position: -128px -40px;
}
.howItWorks .n3 .stepTitle{
    color: #e2a16d;
}
.howItWorks .n3 .stepTitle:before{
    background-position: -128px -80px;
}
.howItWorks .button{
    margin: 0 0 40px 105px;
}
.howItWorks .button+p{
    text-align: center;
}
.howItWorks .title {
    padding: 0;
}

.guarantees ul{
    margin-top: 150px;
}
.guarantees ul:after{
    content: '';
    display: table;
    clear: both;
}
.guarantees li{
    width: 33.33%;
    float: left;
}
.guarantees li span{
    margin-bottom: 20px;
    position: relative;
    display: block;
    text-align: center;
    font: 600 24px/normal 'Open Sans', sans-serif;
}
.guarantees li span:before{
    background: url(/images/landing/landing-sprite.png) no-repeat;
    content: '';
    position: absolute;
    top: -80px;
    left: 50%;
    width: 58px;
    height: 58px;
    margin-left: -29px;
}
.guarantees .quality span{
    color: #97bb68;
}
.guarantees .quality span:before{
    background-position: -64px -296px;
}
.guarantees .conf span{
    color: #7f9dca;
}
.guarantees .conf span:before{
    background-position: -64px -354px;
}
.guarantees .moneyback span{
    color: #e2a16d;
}
.guarantees .moneyback span:before{
    background-position: -64px -412px;
}

.guarantees p{
    padding: 0 20px;
    text-align: center;
    font: 400 14px/24px 'Open Sans', sans-serif;
    color: #666667;
}

.longText p{
    font: 400 14px/24px 'Open Sans', sans-serif;
    color: #666667;
}
.longText .smallTitle{
    font: 600 24px/normal 'Open Sans', sans-serif;
    margin: 20px 0;
}
.longText .smallTitle.n1{
    color: #7496c7;
}
.longText .smallTitle.n2{
    color: #e09961;
}
.longText .smallTitle.n3{
    color: #93b55e;
}
.longText li{
    font: 400 14px/24px 'Open Sans', sans-serif;
    color: #666667;
}
.longText .dots li:before{
    content: '';
    border-radius: 50%;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    background-color: #e09961;
}
.longText .ticks {
    width: auto;
    margin: 0;
}
.longText .ticks li{
    position: relative;
    padding-left: 30px;
    margin: 0 0 15px 0;
    color: #666667;
    font: 400 14px/24px 'Open Sans', sans-serif;
    
}
.longText .ticks li:before{
    position: absolute;
    left: 0;
    top: 15px;
    content: '';
    border-bottom: 3px solid #b0cd7f;
    border-left: 3px solid #b0cd7f;
    width: 14px;
    height: 6px;
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
}

.similar .table:after{
    content: '';
    display: table;
    clear: both;
}
.similar .table{
    margin-top: 50px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 20px 30px;
}
.similar .row{
    padding: 20px 0;
    border-bottom: 1px dashed #cecece;
}
.similar .row:after{
    content: '';
    display: table;
    clear: both;
}
.similar .date{
    float: left;
    height: 30px;
    width: 120px;
    display: block;
    color: #989898;
    font: 400 14px/30px 'Open Sans', sans-serif;
}
.similar .question{
    width: 660px;
    float: left;
    text-decoration: none;
    display: block;
    color: #6688b9;
    font: 600 18px/30px 'Open Sans', sans-serif;
}
.similar .answers{
    width: 95px;
    display: block;
    float: left;
    border-radius: 4px;
    text-align: center;
    background-color: #e6f2d2;
    color: #86ac4a;
    font: 600 14px/30px 'Open Sans', sans-serif;
}
.similar .table>a{
    float: right;
    text-decoration: none;
    font: 600 18px/normal 'Open Sans', sans-serif;
    color: #9c9c9c;
    margin-top: 20px;
}
.similar .table>a:after{
    content: '';
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #acacac;
    border-right: 3px solid #acacac;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
}

.rightNow .button{
    float: none;
    margin: 60px auto 20px auto;
}

.footer p{
    font: 400 14px/24px 'Open Sans', sans-serif;
    color: #666667;
}

.landingGrey{
	background-color: #f6f6f6;
}
.landingGrey h2{
	letter-spacing: 1px;
	color: #bbb;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}