body, input, button {
    font: 14px/18px Arial, sans-serif;
}

:focus {
    outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666;
}

a {
    color: #006dda;
    text-decoration: underline;
}

button, .button {
    background: url(../img/landing/btn-landingpage.png) no-repeat left top;
    border: 0 none;
    height: 29px;
    width: 94px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    color: white;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
}
button:hover, .button:hover {
    background-position: 0 -29px;
}
button:active, .button:active {
    background-position: 0 -58px;
}
.blue-button {
    background: url(../img/landing/btn-landingpage.png) no-repeat 0 -87px;
}
.blue-button:hover {
    background: url(../img/landing/btn-landingpage.png) no-repeat 0 -116px;
}
.blue-button:active {
    background: url(../img/landing/btn-landingpage.png) no-repeat 0 -145px;
}

.wrapper {
    width: 980px;
    margin: 0 auto;
}
.landing-form {
}
.landing-form input {
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 0 #ddd;
    border-radius: 2px;
    padding: 5px 8px 4px 8px;
    width: 184px;
    margin-right: 5px;
}

#login {
    width: 730px;
    margin: 30px auto 20px auto;
}

#login form {
    display: inline-block;
    margin-left: 48px;
    margin-top: 15px;
    overflow: auto;
}
#login span {
    float: left;
    margin-right: 4px;
}
#login img {
    vertical-align: top;
}

#main-descr {
    padding: 25px 0 0 0;
    border-top: 1px solid #e7e7e7;
}

.descr {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
}
.descr h1, .descr h3 {
    display: inline;
    font-weight: 500;
}
.descr h1, .create-account {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 10px;
    display: block;
}

#register {
    margin-top: 25px;
    background: url(../img/landing/scenery.png?v3.1) no-repeat left top;
    height: 390px;
    overflow: auto;
    position: relative;
}
#register h2 {
    margin-bottom: 20px;
}
#register form {
    float: right;
    width: 440px;
    padding: 52px 0 0 0;
}
#register form .like {
    margin-top: 20px;
}
#register form>p {
    margin-bottom: 5px;
}
#register input {
    box-shadow: inset 0 1px 0 #eae9e3;
    border-color: #eae9e3;
    border-top-color: #c0bdab;
    border-bottom-color: #fcfaf8;
}
#register .submit {
    margin-top: 20px;
}
#register .demo-btn {
    position: absolute;
    bottom: 85px;
    left: 357px;
}
#register .demo-btn a {
    line-height: 30px;
}

#features {
    text-align: center;
    background: url(../img/landing/features.jpg) no-repeat 105px 188px;
    height: 2000px;
}
#features h2 {
    margin: 40px 0 80px 0;
    padding-top: 40px;
}
#features .descr {
    width: 745px;
    height: 310px;
    margin: auto;
}

#plans {
    text-align: center;
}
#plans h1 {
    margin: 0px 0 70px 0;
}
#plans h1 img {
    margin-top: 30px;
}
#plans .packages {
    margin-bottom: 50px;
}

#plans .actions {
    margin: 40px 0;
}
#plans .actions .blue-button {
    margin-left: 5px;
}

#footer {
    clear: both;
    height: 35px;
    padding-top: 15px;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
#footer a {
    margin-right: 10px;
}
#footer img {
    vertical-align: -25%;
    margin: 0 5px;
}

#register .error input,
#login .error input {
    border-color: #fc4e4c;
}
.errorlist {
    display: none;
}

#login .login-error {
    padding: 10px 0 0 2px;
}

.light_popup {
    background: #ededed;
    border-radius: 4px;
    display: none;
    width: 310px;
}
.light_popup h3 {
    font-size: 14px;
    margin: 20px;
}
.light_popup .close {
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    background: url('../img/close_cross.png') no-repeat;
    right: 4px;
    top: 4px;
}
.light_popup .popup_actions {
    padding: 0 20px 20px 20px;
    overflow: auto;
}
.light_popup .popup_actions .small_button {
    float: right;
    margin: 0 0 0 8px;
}
/* v2.1 */
.light_popup .light_popup_content,
.light_popup .light_popup_actions {
    margin: 20px;
    overflow: auto;
}
.light_popup .light_popup_content .popup_input {
    width: 256px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #c3c3c3;
    padding: 4px 6px;
    vertical-align: top;

}
.light_popup .light_popup_actions .pull-right {
    margin-left: 10px;
}

/** new buttons */
.btn {
    display: inline-block;
    background: url(../img/buttons-inside-realdeal.png) left 0;
    margin-right: 3px;
    cursor: pointer;
    font-size: 12px;
}
.btn span {
    background-image: inherit;
    background-position: right 0;
    height: 24px;
    display: inline-block;
    margin-left: 3px;
    /*padding-left: 17px;*/
    /*padding-right: 20px;*/
    padding-left: 10px;
    padding-right: 13px;
    line-height: 24px;
    color: white;
    margin-right: -3px;
}
.btn:hover {
    background-position: left -24px;
}
.btn:hover span {
    background-position: right -24px;
}
.btn:active {
    background-position: left -48px;
}
.btn:active span {
    background-position: right -48px;
}

.btn.btn-blue {
    background-position: left -72px;
}
.btn.btn-blue span {
    background-position: right -72px;
}
.btn.btn-blue:hover {
    background-position: left -96px;
}
.btn.btn-blue:hover span {
    background-position: right -96px;
}
.btn.btn-blue:active {
    background-position: left -120px;
}
.btn.btn-blue:active span {
    background-position: right -120px;
}

.btn.btn-gray {
    background-position: left -144px;
}
.btn.btn-gray span {
    background-position: right -144px;
    color: black;
}
.btn.btn-gray:hover {
    background-position: left -168px;
}
.btn.btn-gray:hover span {
    background-position: right -168px;
    color: black;
}
.btn.btn-gray:active, .btn.btn-gray.active {
    background-position: left -192px;
}
.btn.btn-gray:active span, .btn.btn-gray.active span {
    background-position: right -192px;
    color: black;
}
.btn.btn-gray.selected {
    background-position: left -216px;
}
.btn.btn-gray.selected span {
    background-position: right -216px;
    color: black;
}
.btn-group {
    display: inline-block;
}
.btn-group .btn {
    margin-left: -6px;
}
.btn-group .btn span {
    padding-right: 13px;
    /*padding-left: 10px;*/
    padding-left: 8px;
}
.btn-group .btn:first-child span {
    padding-left: 8px;
}
.btn-group .btn:first-child {
    margin-left: 0;
}

.pull-right {
    float: right;
}

.plain-section {
    /*text-align: center;*/
    width: 600px;
    margin: 20px 0 40px 130px;
}
.plain-section h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 40px;
}
.plain-section h2 {
    font-size: 18px;
    line-height: 50px;
    margin-top: 5px;
}
.plain-section ul li {
    list-style: disc;
    margin-left: 20px;
}

.back-to-top {
    display: none;
    width: 41px;
    height: 41px;
    position: fixed;
    right: 90px;
    top: 20px;
    background: url(../img/icons2/back-to-top.png) -41px 0;
}
.back-to-top:hover {
    background-position: 0 0;
}

/** attached discount */
.attached_discount {
    margin-left: 5px;
    display: inline-block;
    vertical-align: text-top;
}

.package-info {
	width: 700px;
	margin: 0 auto;
}

/* video link */
.video {
    padding: 0 0 27px 0;
    border-bottom: 1px solid #c7c1a5;
    margin: 30px auto 0 auto;
    text-align: center;
    width: 745px;
}