/*
Theme Name: Affordable-Papers
Theme URI: 
Description: Theme for Affordable-Papers website
Version: 1.0
Author: Oleg Komarovskyi
Author URI: http://KomarovskiMusic.com
*/

header,
section,
footer,
aside,
nav,
article,
main {
    display: block;
}

* {
    padding: 0;
    margin: 0;
    line-height: 1.4;
    font-family: 'Source Sans Pro', sans-serif;
}

img {
    border: none;
}

a:enabled,
input:enabled,
select:enabled,
button:enabled,
textarea:enabled {
    outline: none;
}
*, *:hover, *:focus{
    outline: none;
}

body {
    background: url(images/white_kraft_paper_texture.png)left top repeat #eee;
}

.order-button {
    background: #c33;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 15px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 16px;
    transition: ease-in-out 0.3s;
    border: none;
    margin: 0 auto;
}

.order-button i {
    font-size: 20px;
    margin-left: 10px;
}

.order-button:hover,
.order-button:active {
    background: #fff;
    color: #c33;
}

.transparent-border-button {
    display: block;
    font-size: 16px;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #b8b8b8;
    padding: 12px 15px;
    margin-left: 10px;
    float: right;
    text-transform: uppercase;
    color: #333;
    transition: ease-in-out 0.3s;
}

.transparent-border-button i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 10px;
    color: #626262;
    transition: ease-in-out 0.3s;
}

.transparent-border-button:hover i,
.transparent-border-button:active i {
    color: #fff;
}

.transparent-border-button:hover,
.transparent-border-button:active {
    color: #fff;
    border-color: #333;
    background: #333;
}

.transparent-button {
    text-decoration: none;
    color: #1482CE;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 10px 20px;
    vertical-align: middle;
}

.transparent-button i {
    font-size: 30px;
    margin-right: 10px;
    vertical-align: middle;
    color: #626262;
}

.transparent-button:hover,
.transparent-button:active,
.transparent-button:hover i,
.transparent-button:active i {
    color: #c33;
}

.button-container {
    text-align: center;
    padding: 20px 0;
}

.button-holder {
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 20px;
}

.button-holder:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 252px;
    height: 88px;
    background: url(images/bg-button.png)center center no-repeat;
    left: 15px;
    top: 10px;
    z-index: 0;
    transition: ease-in-out 0.3s;
}

.button-holder:hover:before {
    transform: rotate(-7deg);
}

.button {
    z-index: 10;
    position: relative;
    background: #c33;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 20px 10px;
    width: 220px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    transition: ease-in-out 0.3s;
}

.button:hover, .button:focus {
    background: #bc2f2f;
    color: #fff;
}

@media screen and (max-width:380px) {
    .button-holder:before {
        display: none;
    }
    .button {
        width: auto;
    }
}


/*SIDE*/

.side-block {
    width: 20%;
    position: fixed;
    min-height: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: #555;
    z-index: 99999999;
}

.side-block:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    right: -4px;
    z-index: 2;
    background: url(images/bg-sidebar.png)left top repeat-y;
}

.side-container {
    padding: 40px 0 7px;
    z-index: 2;
    max-width: 80%;
    margin: 0 auto;
}

.side-overflow {
    padding: 0 20px;
    overflow: auto;
    height: 100%;
}

.side-container .logo {
    display: block;
    margin-bottom: 75px;
}

.side-container .logo:hover,
.side-container .logo:active {
    opacity: 0.9;
}

.side-container .logo img {
    display: block;
    width: 100%;
}

.side-container nav ul {
    list-style: none;
    margin: 20px 0 0 15px;
}

.side-container nav ul a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
}

.side-container nav ul a:hover,
.side-container nav ul a:active {
    background: rgba(0, 0, 0, 0.1);
}

.side-container nav ul li ul a {
    text-transform: none;
    font-size: 14px;
}

.side-container nav ul li ul a:before {
    content: "- ";
}

.side-container aside {
    margin: 0 0 35px;
    padding: 0 10px 0 25px;
}

.side-container aside:before {
    content: "\f095";
    font-family: 'FontAwesome';
    float: left;
    display: block;
    color: #fff;
    font-size: 38px;
    margin-right: 15px;
}

.side-container aside p {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.side-container aside p a {
    color: #fff;
    text-decoration: none;
}

.side-container aside p a:hover,
.side-container aside p a:active {
    opacity: 0.9;
}

.side-container > img {
    margin-left: 25px;
}

.closebtn {
    display: none;
}

.side-block .closebtnnav {
    display: none;
}

@media screen and (max-width:1200px) {
    .side-container {
        max-width: 100%;
    }
    .side-container > img {
        margin-left: 10px;
    }
}

@media screen and (max-width:1022px) {
    .side-container nav ul {
        margin: 20px 0 0;
    }
}

@media screen and (max-width:780px) {
    .closebtn {
        width: 50px;
        position: fixed;
        min-height: 100%;
        height: 100%;
        left: 250px;
        top: 0;
        bottom: 0;
        background: #666;
        z-index: 9999999;
        text-align: center;
        text-decoration: none;
    }
    .closebtn:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 4px;
        right: -4px;
        z-index: 2;
        background: url(images/bg-sidebar-active.png)left top repeat-y;
    }
    .closebtn span {
        color: #fff;
        border: 1px solid #fff;
        display: inline-block;
        margin-top: 50px;
        border-radius: 3px;
        font-size: 20px;
        width: 30px;
    }
    .closebtn span:hover,
    .closebtn span:active {
        background: #fff;
        color: #555;
    }
    .side-block {
        display: none;
        width: 250px;
    }
    .side-block:before {
        display: none;
    }
}

@media screen and (min-width:782px) {
    .side-block {
        display: block!important;
        width: 20%!important;
    }
}

@media screen and (max-width:300px) {
    .side-block .closebtnnav {
        display: inline-block;
        text-decoration: none;
        color: #fff;
        border: 1px solid #fff;
        font-size: 22px;
        width: 30px;
        text-align: center;
        margin-bottom: 20px;
        border-radius: 4px;
    }
    .side-block .closebtnnav:hover,
    .side-block .closebtnnav:active {
        background: #fff;
        color: #555;
    }
}


/*SIDE*/

main {
    float: right;
    width: 80%;
}

.openNavigation {
    display: none;
}

@media screen and (max-width:780px) {
    main {
        float: left;
        width: 100%;
        padding-left: 50px;
        box-sizing: border-box;
    }
    .openNavigation {
        display: block;
        width: 50px;
        position: fixed;
        min-height: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        background: #555;
        z-index: 80;
        text-align: center;
    }
    .openNavigation:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 4px;
        right: -4px;
        z-index: 2;
        background: url(images/bg-sidebar.png)left top repeat-y;
    }
    .openNavigation .openbtn {
        color: #fff;
        border: 1px solid #fff;
        display: inline-block;
        margin-top: 50px;
        border-radius: 3px;
        font-size: 20px;
        width: 30px;
    }
    .openNavigation .openbtn:hover,
    .openNavigation .openbtn:active {
        background: #fff;
        color: #555;
    }
}

@media screen and (max-width:420px) {
    main {
        padding-left: 0;
    }
    .openNavigation {
        width: 100%;
        position: static;
        float: left;
        min-height: auto;
        height: auto;
        text-align: right;
        background: url(images/logo.svg)20px center no-repeat #333;
        padding: 20px;
        box-sizing: border-box;
        background-size: 50%;
    }
    .openNavigation:before {
        display: none;
    }
    .openNavigation .openbtn {
        margin-top: 0;
        margin: 30px 0;
        text-align: center;
    }
}

.align {
    max-width: 1090px;
    margin: 0 auto;
}


/*ACTION BLOCK*/

.action-block {
    background: rgba(255, 255, 255, 0.5);
    padding: 40px 0;
    float: left;
    width: 100%;
}

.action-block aside {
    padding: 0 20px;
}

.action-block .the-right-way-price-block {
    float: left;
    width: 49%;
    text-align: center;
}

.action-block .the-right-way {
    background: url(images/bg-block.svg)center top no-repeat;
    background-size: cover;
    height: 430px;
    width: 400px;
    margin-top: 71px;
    display: inline-block;
}

.action-block .the-right-way > div {
    margin: 110px 50px 0 80px;
}

.action-block .the-right-way .the-right-way-heading {
    margin-bottom: 20px;
}

.action-block .the-right-way .the-right-way-heading strong {
    text-transform: uppercase;
    font-size: 36px;
    color: #333;
    line-height: 1;
}

.action-block .the-right-way .the-right-way-price table {
    margin: 0 auto;
    border-spacing: 0;
}

.action-block .the-right-way .the-right-way-price td {
    font-size: 36px;
    color: #333;
    line-height: 36px;
}

.action-block .the-right-way .the-right-way-price .from-price {
    vertical-align: bottom;
    line-height: 14px;
}

.action-block .the-right-way .the-right-way-price small {
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
}

.action-block .the-right-way .the-right-way-price mark {
    font-size: 110px;
    line-height: 66px;
    background: transparent;
    font-weight: bold;
    color: #c33;
    vertical-align: middle;
}

.action-block .the-right-way .the-right-way-price .dollar-sym {
    vertical-align: top;
}

.action-block .the-right-way-content {
    float: left;
    width: 49%;
    margin-top: 40px;
}

.action-block .the-right-way-content p {
    color: #333;
    font-size: 36px;
    margin-bottom: 30px;
}

.action-block .the-right-way-content .buttons-holder {
    text-align: center;
}

@media screen and (max-width:1023px) {
    .action-block .the-right-way-price-block {
        float: none;
        width: auto;
    }
    .action-block .the-right-way {
        margin-top: 0;
        width: 100%;
        height: auto;
        background: transparent;
    }
    .action-block .the-right-way > div {
        margin: 20px 0;
    }
    .action-block .the-right-way-content {
        float: left;
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width:460px) {
    .action-block {
        text-align: center;
    }
    .transparent-border-button {
        float: none;
        display: inline-block;
        margin: 0 10px 20px;
    }
}


/*ACTION BLOCK*/


/*FEATURES*/

.features {
    padding: 40px 0;
    float: left;
    width: 100%;
}

.features-container {
    padding: 0 20px;
}

.features h4 {
    text-transform: uppercase;
    color: #333;
    font-size: 32px;
    margin-bottom: 20px;
}

.left-features {
    float: left;
    margin-top: 120px;
}

.left-features ul {
    list-style: none;
}

.left-features li {
    font-size: 18px;
    color: #333;
    margin: 5px 0;
}

.left-features li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #c33;
    font-size: 30px;
    vertical-align: middle;
}

.right-features {
    float: right;
    background: url(images/bg-shadow.png)center bottom no-repeat;
    padding-bottom: 40px;
    background-size: contain;
}

.right-features aside {
    background: url(images/bg-block2.svg)center top no-repeat;
    width: 600px;
    height: 560px;
}

.right-features header {
    padding: 150px 150px 0 160px;
}

.right-features ul {
    list-style: none;
    padding: 0 150px 0 160px;
}

.right-features li {
    font-size: 18px;
    color: #333;
    margin: 15px 0;
}

.right-features li i {
    margin-right: 10px;
    color: #c33;
    font-size: 30px;
    vertical-align: middle;
}

@media screen and (max-width:1180px) {
    .features {
        padding: 40px 0 80px;
    }
    .left-features {
        margin-top: 0;
        width: 49%;
    }
    .right-features {
        width: 49%;
        background: transparent;
        padding-bottom: 0;
    }
    .right-features aside {
        background: transparent;
        width: auto;
        height: auto;
    }
    .right-features header {
        padding: 0;
    }
    .right-features ul {
        padding: 0;
    }
}

@media screen and (max-width:460px) {
    .left-features,
    .right-features {
        float: none;
        width: 100%;
    }
}


/*FEATURES*/


/*AFFORDABLE PRICES*/

.affordable-prices {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #333;
    height: 248px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.affordable-prices-container {
    padding: 0 20px;
}

.affordable-prices .affordable-dollar-bg {
    background: radial-gradient(ellipse at center, #d4d4d4 0%, rgba(51, 51, 51, 0) 62%);
    position: absolute;
    width: 367px;
    height: 288px;
}

.affordable-prices .affordable-dollar-bg img {
    position: absolute;
    margin: -147px 0 0 14px;
    width: 320px;
}

.affordable-prices aside {
    float: right;
}

.affordable-prices h4 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.affordable-prices ul {
    list-style: none;
}

.affordable-prices li {
    float: left;
    display: block;
    background: #fff;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 30px 17px 0;
    margin-right: 40px;
    text-transform: uppercase;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.affordable-prices li hr {
    display: block;
    margin: 5px 20px 0;
    border: none;
    height: 1px;
    background: #b2b2b2;
}

.affordable-prices li small {
    font-size: 11px;
    color: #999;
}

.affordable-prices li mark {
    font-weight: bold;
    background: transparent;
    color: #c33;
    font-size: 42px;
    line-height: 36px;
}

.affordable-prices aside > a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
}

.affordable-prices aside > a i {
    font-size: 28px;
    vertical-align: middle;
}

.affordable-prices aside > a:hover,
.affordable-prices aside > a:active {
    color: #c33;
}

@media screen and (max-width:1180px) {
    .features {
        padding: 40px 0;
    }
    .affordable-prices {
        height: auto;
    }
    .affordable-prices .affordable-dollar-bg {
        display: none;
    }
    .affordable-prices aside {
        float: none;
    }
    .affordable-prices ul {
        text-align: center;
    }
    .affordable-prices li {
        float: none;
        display: inline-block;
        margin-right: 0;
        margin: 0 20px 20px;
    }
}


/*AFFORDABLE PRICES*/


/*TESTIMONIALS*/

.testimonials {
    background: rgba(255, 255, 255, 0.5);
    padding: 40px 0;
    float: left;
    width: 100%;
}

.testimonials .testimonials-container {
    padding: 0 20px;
}

.testimonials h4 {
    font-size: 32px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.testimonials .item > div {
    background: url(images/bg-testimonials1.png)center top no-repeat;
    background-size: 100% 100%;
}

.testimonials .owl-item:nth-child(even) .item > div {
    background: url(images/bg-testimonials2.png)center top no-repeat;
    background-size: 100% 100%;
}

.testimonials .item article {
    padding: 40px;
}

.testimonials h5 {
    font-size: 30px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 20px;
    line-height: 0.5;
}

.testimonials h5 span {
    color: #c92929;
}

.testimonials h5 br {
    line-height: 14px;
}

.testimonials h5 small {
    font-size: 14px;
    font-weight: normal;
}

.testimonials article p {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.testimonials article p strong {
    font-size: 14px;
}

.testimonials .owl-dots .owl-dot span {
    background: #c92929!important;
}

.testimonials .owl-dots .owl-dot.active span {
    background: #c92929!important;
    width: 12px!important;
    height: 12px!important;
}

.testimonials aside > a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #1482CE;
    text-transform: uppercase;
}

.testimonials aside > a i {
    font-size: 28px;
    color: #626262;
}

.testimonials aside > a:hover,
.testimonials aside > a:active,
.testimonials aside > a:hover i,
.testimonials aside > a:active i {
    color: #c33;
}


/*TESTIMONIALS*/


/*FORMATTING*/

.section-content {
    padding: 40px 0;
    float: left;
    width: 100%;
}

.section-container {
    padding: 0 20px;
}

.section-container h1,
.section-container h2,
.section-container h3,
.section-container h4,
.section-container h5,
.section-container h6 {
    color: #333;
    margin-bottom: 20px;
}

.section-container h1 {
    font-size: 32px;
    text-transform: uppercase;
}

.section-container h2 {
    font-size: 30px;
}

.section-container h3 {
    font-size: 28px;
}

.section-container h4,
.section-container h5,
.section-container h6 {
    font-size: 26px;
}

.section-container p,
.section-container address,
.section-container ul,
.section-container ol {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.section-container a {
    color: #c92929;
}

.section-container a:hover,
.section-container a:active {
    text-decoration: none;
}

.section-container a.button {
    color: #fff;
    font-size: 18px;
}

.section-container ul,
.section-container ol {
    padding-left: 30px;
}

.section-container li {
    margin: 5px 0;
}

.section-container ul li ul,
.section-container ul li ol,
.section-container ol li ol,
.section-container ol li ul {
    margin-bottom: 0;
}

.section-container blockquote {
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.section-container blockquote p {
    font-size: 14px;
    margin-bottom: 0;
}

.section-container blockquote br {
    line-height: 1;
}

.section-container hr {
    display: block;
    height: 1px;
    background: #d6d6d6;
    border: none;
    margin-bottom: 20px;
}

.section-container table {
    width: 100%;
    border-spacing: 1px;
    margin-bottom: 20px;
}

.section-container caption {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px;
}

.section-container td,
.section-container th {
    font-size: 18px;
    color: #333;
    text-align: left;
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
}

.section-container thead td {
    font-weight: bold;
}

.section-container form {
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
}

.section-container form p {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.section-container input:not([type="submit"]):not([type="button"]),
.section-container textarea,
.section-container select {
    border: 1px solid #d6d6d6;
    background: #fff;
    font-size: 16px;
    padding: 3px;
    color: #333;
}

.section-container fieldset {
    border: 1px solid #d6d6d6;
    padding: 10px;
    margin-bottom: 10px;
}

.section-container legend {
    font-size: 14px;
    color: #333;
}

.section-container textarea {
    max-width: 90%;
}

.section-container input[type="radio"],
.section-container input[type="checkbox"] {
    margin: 0 2px;
}

.section-container input[type="button"],
.section-container button {
    border: none;
    border-radius: 3px;
    color: #848484;
    background: #d6d6d6;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.section-container input[type="button"]:hover,
.section-container button:hover,
.section-container input[type="button"]:active,
.section-container button:active {
    background: #b9b9b9;
    color: #333;
}

.section-container input[type="submit"] {
    border: none;
    border-radius: 3px;
    color: #fff;
    background: #c33;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.section-container input[type="submit"]:hover,
.section-container input[type="submit"]:active {
    background: #fff;
    color: #c33;
}

.section-container .attachment-large,
.section-container .aligncenter {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px;
}

.section-container .alignnone {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 0 20px;
}

.section-container .alignleft {
    float: left;
    max-width: 100%;
    height: auto;
    margin: 0 20px 20px 0;
}

.section-container .alignright {
    float: right;
    max-width: 100%;
    height: auto;
    margin: 0 0 20px 20px;
}


/*FORMATTING*/


/*POST LIST*/

.post-list article {
    padding: 20px;
    border: 10px solid #333;
    background: #f4f4f4;
    margin-bottom: 40px;
    box-shadow: 4px 7px 12px 3px rgba(51, 51, 51, 0.8);
}

.post-list h2 {
    text-transform: uppercase;
    color: #c33;
}

.post-list h2 small {
    float: right;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.post-list td {
    background: transparent;
    font-size: 14px;
    padding: 0 5px;
    vertical-align: top;
}

.post-list table {
    margin-bottom: 0;
}

.pagination ul {
    list-style: none;
    padding-left: 0;
}

.pagination li {
    float: left;
}

.pagination a {
    display: block;
    background: #f4f4f4;
    padding: 5px 10px;
    box-shadow: 4px 7px 12px 3px rgba(51, 51, 51, 0.2);
    text-decoration: none;
    margin: 0 10px 20px;
    transition: ease-in-out 0.3s;
}

.pagination a:hover,
.pagination a:focus,
.pagination a:active {
    color: #fff;
    background: #c33;
}

.pagination span {
    display: block;
    background: #f4f4f4;
    padding: 5px 10px;
    box-shadow: 4px 7px 12px 3px rgba(51, 51, 51, 0.2);
    text-decoration: none;
    margin: 0 10px 20px;
}


/*POST LIST*/


/*FOOTER*/

.footer-zone {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #464646;
}

.footer-zone .footer-container {
    padding: 0 20px;
}

.footer-zone .left-side {
    float: left;
    width: 30%;
}

.footer-zone .right-side {
    float: right;
    width: 70%;
}

.footer-zone p {
    font-size: 14px;
    color: #ccc;
    padding: 0 10px;
}

.footer-zone nav {
    padding: 0 10px;
}

.footer-zone ul {
    list-style: none;
}

.footer-zone li {
    float: left;
    border-right: 1px solid #ccc;
    padding-right: 5px;
    margin-right: 5px;
    line-height: 14px;
}

.footer-zone li:last-child {
    border: none;
}

.footer-zone a {
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
    line-height: 14px;
}

.footer-zone a:hover,
.footer-zone a:focus,
.footer-zone a:active {
    text-decoration: underline;
}


/*FOOTER*/

img::selection {
    background: transparent;
    color: transparent;
}

::selection {
    background: #c33;
    color: #fff;
}

.totop {
    position: fixed;
    z-index: 999;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 32px;
    font-style: italic;
    bottom: 35px;
    left: 20px;
    text-shadow: 0px 2px 0px #fff, 0px -2px 0px #fff, 2px 0px 0px #fff, -2px 0px 0px #fff, 1px 2px 0px #fff, -1px -2px 0px #fff, 2px 1px 0px #fff, -2px -1px 0px #fff, -1px 2px 0px #fff, 1px -2px 0px #fff, 2px -1px 0px #fff, -2px 1px 0px #fff;
    transition: 0.1s;
}

.totop:hover,
.totop:active {
    transform: scale(1.1);
}

@media screen and (max-width:944px) {
    .totop {
        display: none;
    }
    .footer-zone .left-side,
    .footer-zone .right-side {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-zone .right-side {
        margin-bottom: 0;
    }
    .footer-zone nav {
        margin-top: 20px;
    }
    .footer-zone li {
        float: none;
        border-right: none;
    }
    .footer-zone li a {
        display: inline-block;
        margin: 0 10px 10px;
    }
}

.discount-code {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    vertical-align: bottom;
    margin: 0 auto;
    background: rgba(85, 85, 85, 0.82);
    padding: 5px 0px 5px 0px;
    z-index: 999999;
}

.discount-text {
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding-right: 20px;
}

.discount {
    color: #ff8484;
    font-size: 18px;
}

.btn {
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    background: #f76969;
    color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
}

.btn:hover {
    background: #dcdcdc;
    color: #000;
}

.chat-fixed {
    right: 20px;
    top: 0;
    border-radius: 3px 3px 0 0;
    position: fixed;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
    .chat-fixed {
        display: none;
    }
}

#bottom-chat ._callback-request-modal {
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 7px 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    border: medium none;
    background: #980b0b;
    border-radius: 0 0 0 3px;
}

#bottom-chat .chat {
    background: #3a8ca8;
    display: inline-block;
    text-decoration: none;
    padding: 7px 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: white;
    margin-left: -5px;
    border-radius: 0 0 3px 0;
    border: medium none;
}

.go-back-modal * {
    box-sizing: border-box
}

.go-back-modal.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    margin: 0;
    width: auto;
    background: none
}

.modal-open .go-back-modal.modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-open .modal-backdrop .in {
    opacity: .9
}

.go-back-modal .modal-dialog {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 10%;
    position: relative
}

.go-back-modal .modal-dialog .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.go-back-modal .modal-dialog .modal-inside {
    display: table-cell;
    vertical-align: middle
}

.go-back-modal .modal-header {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #dae2e0
}

.go-back-modal .modal-header .close {
    float: right;
    margin-top: 5px !important;
    margin-right: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    cursor: pointer;
}

.go-back-modal .modal-header i {
    font-size: 28px;
    color: #9a9a9a;
    line-height: 18px
}

.go-back-modal .modal-header i:hover {
    color: #7a7a7a
}

.go-back-modal .modal-header a {
    display: inline-block;
    border: none
}
.modal-body ul{
    padding-left: 0 !important; 
}
.go-back-modal .modal-body {
    font-family: Arial;
    text-align: center;
    max-height: inherit;
    padding: 15px;
    overflow-y: inherit;
    position: relative
}

.go-back-modal .modal-body h4 {
    line-height: 20px;
    font-weight: 700;
    margin: 10px 0;
    font-size: 17.5px
}

.go-back-modal .modal-body form {
    max-width: 600px;
    margin: 20px auto
}

.go-back-modal .modal-body form .form-group {
    margin-bottom: 15px
}

.go-back-modal .modal-body form .form-group .input-group {
    border-collapse: separate;
    display: table;
    position: relative
}

.go-back-modal .modal-body form .input-group .input-group-addon {
    background-color: #fff;
    border: 3px solid #777;
    border-radius: 8px 0 0 8px;
    border-right: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
    padding: 6px 12px 6px 20px;
    display: table-cell;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle
}

.go-back-modal .modal-body form .input-group .input-group-addon i {
    font-size: 28px;
    color: #777;
    height: 28px
}

.go-back-modal .modal-body form .input-group .form-control {
    border-radius: 0 8px 8px 0
}

.go-back-modal .modal-body form .form-control {
    font-size: 24px;
    color: #3d3d3d;
    border: 3px solid #777;
    border-left: none;
    height: 56px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3) inset;
    padding-left: 5px;
    transition: none;
    line-height: 26px;
    display: table-cell;
    width: 100%
}

.go-back-modal .modal-body form .form-control::-webkit-input-placeholder {
    color: #777;
    opacity: 1
}

.go-back-modal .modal-body form .form-control::-moz-placeholder {
    color: #777;
    opacity: 1
}

.go-back-modal .modal-body form .form-control:-ms-input-placeholder {
    color: #777;
    opacity: 1
}

.go-back-modal .modal-body form .form-group {
    text-align: center
}

.go-back-modal .lead-text {
    font-size: 38px;
    font-weight: 700;
    color: #e79433;
    line-height: 62px;
    text-transform: uppercase
}

.go-back-modal .secondary-text {
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    color: #363636;
    padding-bottom: 20px
}

.go-back-modal .secondary-text span {
    color: #d80000
}

.go-back-modal .modal-counter-holder {
    margin: 10px auto
}

.go-back-modal .modal-counter-holder span {
    display: inline-block;
    font-size: 20px;
    vertical-align: 28px;
    padding-right: 10px
}

.go-back-modal .modal-counter {
    width: 335px;
    display: inline-block
}

.go-back-modal .modal-counter span {
    float: left;
    background-color: #d3d3d3;
    border-left: 3px solid #ffffff;
    position: relative;
    color: #262626;
    text-align: center;
    padding: 15px 3px 13px;
    width: 109px;
    height: 68px;
    font-size: 62px;
    line-height: 40px;
}

.go-back-modal .modal-counter span:first-child {
    border-radius: 4px 0 0 4px;
    border: none;
    overflow: hidden;
}

.go-back-modal .modal-counter span:last-child {
    border-radius: 0 4px 4px 0
}

.go-back-modal .for-free {
    position: absolute;
    right: 250px;
    top: 5px
}
.go-back-modal .order-button{
    border: 2px solid #fff;
}
.go-back-modal .order-button:hover, .go-back-modal .order-button:active{
    border: 2px solid #c33;
}
.go-back-modal .form-group .input-group .input-group-addon strong {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    margin: 0 -10px 0 14px;
    color: #777;
    vertical-align: 1px
}

.go-back-modal ._validation-error {
    color: #e03100;
    font-family: Arial;
    font-size: 20px;
    display: none;
    padding: 5px 0 20px
}

.go-back-modal .btn:active {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.24);
    margin-top: 1px
}

.go-back-modal .btn:focus {
    outline: none!important
}

.go-back-modal .modal-counter span:after,
.go-back-modal .modal-counter span:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fff;
    right: -8px;
    top: 18px;
    z-index: 2
}

.go-back-modal .modal-counter span:before {
    top: 41px
}

.go-back-modal .modal-counter span:last-child:after,
.go-back-modal .modal-counter span:last-child:before {
    content: none
}

.go-back-modal .modal-body form .input-group.focused .input-group-addon,
.go-back-modal .modal-body form .input-group.focused .form-control {
    border-color: #60847d
}

.go-back-modal.go-back-modal-book .secondary-text {
    font-size: 32px
}

.go-back-modal.go-back-modal-book .modal-body {
    padding-top: 50px
}

.go-back-modal .form-error .input-group-addon,
.go-back-modal .form-error .form-control {
    border-color: #e03100!important
}

#goBackModalWithTimer.go-back-modal .lead-text {
    font-size: 33px;
    line-height: 45px
}

#goBackModalWithTimer.go-back-modal .secondary-text {
    padding-bottom: 2px;
    font-size: 24px
}

#goBackModalWithTimer.go-back-modal .modal-body form {
    margin: 0 auto
}

#goBackModalWithTimer.go-back-modal ._validation-error {
    padding: 0 0 10px
}

@media (max-width: 767px) {
    .top-navigation button._callback-request-modal {
        display: none
    }
    .cta-contacts ul li a._callback-request-modal {
        display: none
    }
    .ext-page-wrap .save-block .save-block-item h3 {
        font-size: 18px
    }
    .go-back-modal .modal-counter {
        width: 100%
    }
    .go-back-modal .modal-counter span {
        width: 33%;
        font-size: 53px
    }
    .go-back-modal .modal-header a img {
        width: 100%
    }
    .go-back-modal .modal-header .close {
        margin-right: 0;
    }
    .go-back-modal .modal-body form .form-group .btn {
        padding: 10px 50px;
        font-size: 20px;
        line-height: 30px
    }
}

.last-step-order-form-modal {
    display: none
}

.last-step-order-form-modal .heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px
}

.last-step-order-form-modal .modal-dialog .btn.go_to_step2 {
    text-shadow: none;
    box-shadow: none;
    border: 1px solid #852400;
    border-radius: 3px;
    padding: 6px 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background: #b83200;
    font-family: arial
}

.last-step-order-form-modal .modal-dialog .btn.go_to_step2:hover {
    background: #c73600
}

.last-step-order-form-modal .modal-dialog .btn.go_to_step2 i {
    font-size: 22px;
    margin-right: 5px;
    vertical-align: -1px
}

.last-step-order-form-modal .modal-body {
    padding: 15px;
    background: url(images/girl-modal.jpg) no-repeat right bottom
}

.last-step-order-form-modal .modal-sidebar {
    float: left;
    width: 140px
}

.last-step-order-form-modal .modal-sidebar .modal-sidebar-header {
    padding: 10px;
    border-radius: 4px 4px 0 0;
    background: #989594;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: 700
}

.last-step-order-form-modal .modal-sidebar .modal-sidebar-body {
    padding: 20px 10px;
    border-radius: 0 0 4px 4px;
    background: #e5e5e5
}

.last-step-order-form-modal .modal-sidebar .modal-sidebar-body div {
    color: #707070;
    font-size: 12px
}

.last-step-order-form-modal .modal-sidebar .modal-sidebar-body span {
    color: #3e3e3e;
    font-size: 14px;
    display: block;
    margin-bottom: 8px
}

.last-step-order-form-modal .modal-header {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    border: none;
    color: #d80000;
    margin-top: 25px
}

.last-step-order-form-modal .modal-body .text-block {
    float: left;
    font-size: 14px;
    width: 418px;
    margin-top: 5px!important;
    padding: 0 0 0 10px !important;
    background: none;
    border: none
}

.last-step-order-form-modal .text-block .text-inside {
    font-size: 14px
}

.last-step-order-form-modal .text-block .under-heading {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    margin: 25px 0 18px
}

.last-step-order-form-modal .text-block .under-heading .new_price_modal {
    color: #528900;
    font-size: 28px
}

.last-step-order-form-modal .modal-footer .go_to_proc {
    text-decoration: underline;
    font-size: 13px;
    margin-top: 10px;
    float: left
}

.last-step-order-form-modal .modal-footer .go_to_proc:hover {
    text-decoration: none
}

.last-step-order-form-modal .text-block ul {
    width: 290px
}

.last-step-order-form-modal .text-block ul li {
    margin-top: 10px;
    background: none;
    padding: 0
}

.last-step-order-form-modal .text-block ul li i {
    font-size: 14px;
    color: #9c9c9c;
    padding-right: 4px
}

@media screen and (max-width: 767px) {
    .last-step-order-form-modal .modal-sidebar {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }
    .last-step-order-form-modal .modal-body {
        background: none
    }
    .last-step-order-form-modal .modal-body .text-block {
        width: 100%;
        padding: 0
    }
    .last-step-order-form-modal .text-block ul {
        width: auto
    }
    .last-step-order-form-modal .modal-footer {
        text-align: center
    }
    .last-step-order-form-modal .modal-footer .go_to_proc {
        float: none
    }
    .last-step-order-form-modal .modal-dialog .btn.go_to_step2 {
        display: block;
        margin: 20px auto 0
    }
    .discount-banner .text-holder {
        padding-left: 10px
    }
    .discount-banner .lead-text {
        font-size: 18px!important
    }
}

.form-wrap ul li {
    list-style: none;
    background: rgba(0, 0, 0, 0) url(../img/li.png) no-repeat scroll 0 center;
    list-style: outside none none;
    margin-top: 10px;
    padding-left: 20px
}

.client-lead-informer {
    display: none
}

.client-lead-modal .alert-danger {
    margin-top: 15px
}

.client-lead-modal .btn {
    border-radius: 2px;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    font-weight: 400
}

.client-lead-modal .btn-primary {
    background-color: #3497db;
    border: none
}

.btn-primary:hover {
    background-color: #39a6f0
}

.client-lead-modal .btn-md {
    font-size: 16px;
    padding: 10px 15px
}

@media screen and (min-width: 1006px) {
    .client-lead-informer.mobile-view {
        display: none!important
    }
    .client-lead-informer.desktop-view {
        top: 450px;
        left: 14px;
        border-radius: 5px;
        width: 200px;
        position: fixed;
        background-color: #c33;
        opacity: .94;
        color: #fff;
        z-index: 4
    }
    .client-lead-informer.desktop-view::after {
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: #c33;
        border-width: 0 12px 24px 0;
        top: 50%;
        margin-top: -16px
    }
    .client-lead-informer.desktop-view.closed {
        width: auto
    }
    .client-lead-informer.desktop-view .fa-phone {
        font-size: 40px;
        height: 55px;
        float: left;
        padding: 9px 11px 3px 14px;
        cursor: pointer
    }
    .client-lead-informer.desktop-view div {
        width: 190px;
        padding-top: 10px;
        font-size: 13px;
        line-height: 17px
    }
    .client-lead-informer.desktop-view div span {
        padding-right: 10px
    }
    .client-lead-informer.desktop-view div strong {
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
        background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
        background: -o-linear-gradient(top, #fff 0%, #efefef 100%);
        background: -ms-linear-gradient(top, #fff 0%, #efefef 100%);
        background: linear-gradient(to bottom, #fff 0%, #efefef 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
        display: block;
        border-radius: 70px;
        padding: 5px 10px;
        color: #222;
        margin: 10px 0 10px 10px;
        text-align: center;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        cursor: pointer
    }
    .client-lead-informer.desktop-view .fa-minus,
    .client-lead-informer.desktop-view .fa-plus {
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        font-size: 14px;
        padding: 4px;
        line-height: 10px;
        opacity: .8;
        cursor: pointer
    }
    .client-lead-informer.desktop-view .fa-minus:hover,
    .client-lead-informer.desktop-view .fa-plus:hover {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 3px
    }
}

@media screen and (max-width: 1005px) {
    .client-lead-modal img {
        display: none
    }
    .client-lead-modal h4 {
        margin: 0
    }
    .client-lead-modal .modal-body {
        padding-bottom: 5px;
        padding-top: 5px
    }
    .client-lead-informer.desktop-view {
        display: none!important
    }
    .client-lead-informer.mobile-view {
        padding: 15px 15px 70px;
        font-size: 18px;
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 9999
    }
    .client-lead-informer.mobile-view .client-lead-inside {
        cursor: pointer;
        border-radius: 10px;
        padding: 5px 10px;
        background: #cb3434;
        opacity: .94;
        color: #fff
    }
    .client-lead-informer.mobile-view .client-lead-holder {
        display: table;
        width: 100%
    }
    .client-lead-informer.mobile-view i {
        font-size: 48px
    }
    .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell {
        display: table-cell;
        vertical-align: top
    }
    .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:first-child,
    .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:last-child {
        width: 60px
    }
    .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:last-child {
        text-align: right
    }
    .footer_c > a {
        text-decoration: underline;
        margin-bottom: 7px
    }
}
a:focus, a:hover{
    text-decoration: none !important;
}
.modal {
    z-index: 9999999999 !important;
}
.mark, mark{
    padding: 0;
}
.modal-header img{ 
    max-width: 150px;
}
fieldset {
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
.section-container .modal form, .section-container  #_order_form form{
    margin-bottom: 0;
    padding: 0;
}
.section-container .forgort-password-modal .form-group input {
    background: #eef1f1;
    border: none;
    box-shadow: none;
    font-size: 13px;
    color: #101010;
}
.section-container #_order_form form textarea{
    width: 100%;
}
.sign-up-section{
    display: table;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 15px;
}

.sign-up-section input{
    height: 36px;
    min-width: 200px;
    margin: 15px;
    padding: 5px 7px;
    border: 2px solid #cb3434;
    border-radius: 15px;
}
.sign-up-section-text{
    font-size: 24px;
}
.sign-up-section .btn-sign-up{
    ont-size: 16px;
    height: 36px;
    vertical-align: 0;
    padding: 7px 10px 7px 10px;
    line-height: 1;
    background: #cb3434;
    color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
}
.sign-up-section .btn-sign-up:hover, .sign-up-section .btn-sign-up:focus{
    background: #bc2f2f;
    color: #fff;
}
.post-sign-up{
    font-size: 16px;
}
.sign-up-section .alert{
    margin-bottom: 0;
}
.bc-minimize-state{
    bottom: 45px !important;
}
@media(max-width: 1600px){
    .side-container{
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .side-container aside p strong a{
        white-space: nowrap;
    }
    .side-container aside:before{
        font-size: 18px;
        margin-right: 10px;
    }
}
.side-container a.chat{
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    padding-left: 25px;
}
@media(max-width: 767px){
    .bc-minimize-state-idle{
        opacity: 0 !important;
        display: none !important;
    }
    .tables.tables_ac_wr{
        max-width: 100%;
        overflow-x: scroll;
    }
}