html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
section,#main-page,footer {
    max-width: 1240px;
    margin: 0 auto;
}

body {
    line-height: 1;
    -ms-overflow-style: scrollbar;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
a {
    background: none repeat scroll 0 0 transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
ins {
    background-color: #FFFF99;
    color: #000000;
    text-decoration: none;
}
mark {
    background-color: #FFFF99;
    color: #000000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
}
body {
    background: transparent;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}
body h1 {
    color: #1F1F1F;
    font-size: 54px;
    font-weight: normal;
    line-height: 50px;
    margin: 10px 0 20px;
}
.headh1{
    color: #1F1F1F;
    font-size: 54px;
    font-weight: normal;
    line-height: 50px;
    margin: 10px 0 20px;    
}
body h2 {
    color: #1F1F1F;
    font-size: 25px;
    font-weight: 200;
    line-height: 27px;
    margin: 5px 0 15px;
    padding-bottom: 10px;
}
.headh2 {
    border-bottom: 3px solid #E1E3E4;
    color: #525252;
    font-size: 30px;
    font-weight: 200;
    line-height: 30px;
    margin: 5px 0 15px;
    padding-bottom: 10px;
}
body h3 {
    color: #525252;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    margin: 15px 0 5px;
}
body a {
    color: #1188E9;
    text-decoration: none;
}
body a:hover, body a:active {
    color: #54ABF3;
    text-decoration: underline;
}
body ul {
    list-style: none outside none;
    margin: 0 0 15px;
}
body ul li {
    background: url('../images/li.png') no-repeat scroll 3px 4px transparent;
    padding-left: 25px;
}
body ol {
    list-style-position: inside;
    margin: 0 0 15px;
}
body p {
    margin: 0 0 15px;
}
body .img {
    border: 3px solid white;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 2px #000000;
}
body .img-caption {
    color: #939393;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    margin: 0 15px 15px;
}
body .img-caption span {
    display: block;
    text-align: center;
}
body select {
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    height: 30px;
    line-height: 30px;
    padding: 6px;
    width: 100%;
}
body #main-page {
    background: url('../images/main_page_bg.png') repeat-y scroll center 0 transparent;
}
body #main-page .container {
    margin: 0 auto;
    max-width: 980px;
    /*width: 100%;*/
    padding: 0 10px;

}
.btn {
    background-color: #E8E8E8;
    background-image: linear-gradient(to bottom, #F2F2F2, #D9D9D9);
    background-repeat: repeat-x;
    border: 1px solid #8C8C8C;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.33);
    color: #2F2F2F;
    display: inline-block;
    font-size: 12px;
}
.btn:hover {
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #7F7F7F;
    color: #000000;
    text-decoration: none;
}
.btn:active {
    color: #0F7AD1;
}
.btn .icon-arrow {
    background: url('../images/arrow_icon.png') no-repeat scroll 0 50% transparent;
    height: 10px;
    padding-left: 22px;
}
.small-btn {
    padding: 0 20px;
}
.big-btn {
    padding: 10px 30px;
}
.big-btn-icon {
    padding: 11px 40px 11px 30px;
}
.big-btn-icon span {
    padding-bottom: 6px;
    padding-left: 40px;
    padding-top: 2px;
}
.orange-btn {
    background-color: #FF9320;
    background-image: linear-gradient(to bottom, #FF9D34, #FF8401);
    background-repeat: repeat-x;
    border: medium none;
    color: #0F0F0F;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 65px;
}
.orange-btn:hover {
    background-color: #FF9F39;
    background-image: linear-gradient(to bottom, #FFA94E, #FF901B);
    background-repeat: repeat-x;
}
.blue-btn {
    background-color: #017ADA;
    background-image: linear-gradient(to bottom, #0185EF, #0169BC);
    background-repeat: repeat-x;
    border: medium none;
    color: white;
    font-size: 14px;
    font-weight: bold;
}
.blue-btn:hover {
    background-color: #0887EE;
    background-image: linear-gradient(to bottom, #0C92FE, #0177D5);
    background-repeat: repeat-x;
    color: white;
}
.question-mark {
    padding: 4px 5px 4px 60px;
}
.question-mark span {
    background: url('../images/question_mark.png') no-repeat scroll right 50% transparent;
    display: inline-block;
    padding: 6px 64px 6px 0;
}
.block {
    border: 1px solid #B8B8B8;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
}
.block .header {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.block .block-holder {
    padding: 15px;
}
.block.orange {
    border: 1px solid #FF8401;
}
.block.orange .header {
    background-color: #FF9320;
    background-image: linear-gradient(to bottom, #FF9D34, #FF8401);
    background-repeat: repeat-x;
    color: white;
}
header .head-top {
    position: relative;
    text-align: right;
    max-width: 980px;
    width: 100%;
    margin-bottom: -38px;
    z-index: 9;
}
header .head-top .phone {
    background: url('../images/phone_top.png') no-repeat scroll 0 3px transparent;
    border-right: 1px solid #363636;
    color: #292929;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
    margin-top: 10px;
    padding: 0 20px 0 30px;
}
header .head-top .skype-top {
    background: url('../images/skype.png') no-repeat;
    position: relative;
    width: 25px;
    height: 25px;
    vertical-align: -4px;
    display: inline-block;
    margin-right: 13px;
}
.btn-direct-call {
    background-color: #E8E8E8;
    background-image: linear-gradient(to bottom, #F2F2F2, #D9D9D9);
    background-repeat: repeat-x;
    border: 1px solid #8C8C8C;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.33);
    color: #2F2F2F;
    display: inline-block;
    font-size: 12px;
    padding: 5px 30px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -3px;
}
.btn-direct-call .fa {
    color: #000;
}
header #nav {
    background-color: #171717;
    background-image: linear-gradient(to bottom, #262626, #010101);
    background-repeat: repeat-x;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.37);
    min-height: 59px;
    height: auto;
    position: relative;
    top: 43px;
    max-width: 980px;
    width: 100%;
    display: block;
    z-index: 999;
    margin-bottom: -60px;
}
header #nav:before, header #nav:after {
    content: "";
    display: table;
    line-height: 0;
}
header #nav:after {
    clear: both;
}
header #nav .brand {
    background: url('../images/under_logo.jpg') no-repeat scroll 0 0 transparent;
    border-radius: 4px 0 0 4px;
    float: left;
    width: 278px;
}
header #nav .brand .logo {
    display: block;
    padding: 2px 0 0 2px;
    width: 113px;
}
header #nav .brand .logo img {
    display: block;
}
header #nav ul {
    display: block;
    float: left;
    margin-top: 18px;
}

.bl{
    display: block;
}
header #nav ul li {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
}
@media(max-width: 992px){
   header #nav.nav-ab ul li {
       padding-left: 8px;
   }   
}
header #nav ul li a {
    color: #BABABA;
}
header #nav ul li a:hover {
    color: #FF9901;
    text-decoration: none;
    transition: color 0.1s linear 0s;
}
header #nav ul li .current {
    color: #FF9901;
}
header #nav .order-btn {
    background: rgb(255,170,48); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,170,48,1) 0%, rgba(255,153,1,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,170,48,1)), color-stop(100%,rgba(255,153,1,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,170,48,1) 0%,rgba(255,153,1,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,170,48,1) 0%,rgba(255,153,1,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,170,48,1) 0%,rgba(255,153,1,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,170,48,1) 0%,rgba(255,153,1,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa30', endColorstr='#ff9901',GradientType=0 ); /* IE6-9 */
    border-radius: 0 4px 4px 0;
    color: black;
    display: inline-block;
    float: right;
    font-size: 16px;
    padding: 19px 80px;
}
header #nav .order-btn:hover {
    background-color: #FFAE37;
    background-image: linear-gradient(to bottom, #FFB44A, #FFA31B);
    background-repeat: repeat-x;
    text-decoration: none;
}
header #nav .order-btn:active {
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.1) inset;
}
section.hero {
    background: url('../images/hero_home.jpg') no-repeat scroll center 0 transparent;
    padding-top: 94px;
}
section.hero:before, section.hero:after {
    content: "";
    display: table;
    line-height: 0;
}
section.hero:after {
    clear: both;
}
section.hero .hero-col {
    float: left;
    text-align: right;
    width: 350px;
}
section.hero .hero-col h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    padding-top: 8px;
}
section.hero .hero-col p {
    font-size: 24px;
    font-weight: 200;
    line-height: 30px;
    padding-top: 5px;
}
section.hero .hero-calc {
    background: url('../images/calc-bg2.png') no-repeat scroll 0 0 transparent;
    float: left;
    height: 316px;
    margin-left: 6px;
    margin-top: -10px;
    width: 387px;
}
section.hero .hero-calc form {
    font-size: 13px;
    padding-left: 55px;
    padding-top: 77px;
}
section.hero .hero-calc form table {
    border-collapse: separate;
    border-spacing: 6px;
}
section.hero .hero-calc form table td:first-child {
    text-align: right;
}
section.hero .hero-calc form table .left-btn, section.hero .hero-calc form table .right-btn {
    background-color: #F7F7F7;
    background-image: linear-gradient(to bottom, #FDFDFD, #EEEEEE);
    background-repeat: repeat-x;
    border: 1px solid #BBBBBB;
    border-radius: 4px 0 0 5px;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    margin-right: -7px;
    width: 35px;
}
section.hero .hero-calc form table .input-calc {
    border: 1px solid #BBBBBB;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 28px;
    margin-right: -5px;
    padding: 0 5px;
    text-align: center;
    width: 30px;
}
section.hero .hero-calc form table .right-btn {
    border-radius: 0 4px 4px 0;
}
section.hero .hero-calc form table .order-btn-calc,
.abuse-form-wrap .abuse-send {
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 18px 55px;
    text-transform: uppercase;
}
section.hero .hero-calc form table .price-calc {
    color: #262626;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.home-cats {
    background: url('../images/cols_bg.gif') repeat-y scroll center 0 transparent;
    padding: 40px 0;
}
.home-cats:before, .home-cats:after {
    content: "";
    display: table;
    line-height: 0;
}
.home-cats:after {
    clear: both;
}
.home-cats p {
    padding: 0 0 15px;
}
.home-cats .col-1, .home-cats .col-2, .home-cats .col-3 {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.home-cats .col-1 {
    background: url('../images/box_img.jpg') no-repeat scroll center 0 transparent;
    margin-left: 0;
}
.home-cats .col-2 {
    background: url('../images/ipad_img.jpg') no-repeat scroll center 0 transparent;
}
.home-cats .col-3 {
    background: url('../images/quote_img.jpg') no-repeat scroll center 0 transparent;
}
.benefits {
    background: url('../images/benefits_bg.jpg') no-repeat scroll center 0 transparent;
    margin: 40px 0;
}
.benefits .benefits-holder {
    display: inline-block;
    width: 500px;
}
.benefits .benefits-holder ul {
    margin-top: 20px;
}
.benefits .benefits-holder ul li {
    font-size: 24px;
    font-weight: 200;
    margin: 20px 0;
}
.benefits .medal {
    background: url('../images/medal.png') no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 155px;
    margin-left: -28px;
    width: 166px;
}
.benefits .contact-home {
    background: url('../images/contacts_home_bg.png') repeat-y scroll center 0 transparent;
    margin-top: 21px;
    padding-bottom: 30px;
}
.benefits .contact-home h2 {
    background-color: #7E7E7F;
    border: medium none;
    border-radius: 0 0 4px 4px;
    color: white;
    display: inline-block;
    margin: 0;
    padding: 5px 20px 6px;
}
.benefits .contact-home .contact-home-holder {
    margin-top: -4px;
    text-align: right;
}
.benefits .contact-home .contact-home-holder .btn {
    margin-left: 50px;
}
.benefits .contact-home .contact-home-holder .big-btn {
    padding: 5px 30px 4px;
}
.benefits .contact-home .contact-home-holder .btn:first-child {
    margin-left: 0;
    margin-right: 50px;
}
.benefits .contact-home .contact-home-holder .phone-home {
    display: inline-block;
}
.benefits .contact-home .contact-home-holder .phone-home .phone-line-bot {
    color: #2179F1;
    font-size: 32px;
    margin-top: 10px;
}
.benefits .contact-home .contact-home-holder .phone-home .phone-line-top {
    background: url('../images/icon_phone.png') no-repeat scroll 65px 0 transparent;
}
section.how-it-works {
    text-align: center;
}
section.how-it-works h2 {
    display: inline-block;
    margin-bottom: 30px;
}
.carousel, .carousel-page {
    background: url('../images/hiw_bg.png') repeat scroll center 0 transparent;
    min-height: 250px;
    height: auto;
}
.carousel:before, .carousel-page:before, .carousel:after, .carousel-page:after {
    content: "";
    display: table;
    line-height: 0;
}
.carousel:after, .carousel-page:after {
    clear: both;
}
.carousel .container, .carousel-page .container {
    position: relative;
}
.carousel .container .step, .carousel-page .container .step {
    cursor: pointer;
    height: 250px;
    text-align: left;
    max-width: 220px;
    width: 100%;
}
.carousel .container .step .sign, .carousel-page .container .step .sign {
    color: white;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    padding: 15px 15px 0;
}
.carousel_steps a{
    display: inline-block;
    margin: 0 -3px;
    max-width: 220px;
    width: 100%;
    vertical-align: top;
}
.carousel .container .step .sign span, .carousel-page .container .step .sign span {
    background-color: #F4F4F4;
    background-image: linear-gradient(to bottom, #FFFFFF, #E5E5E5);
    background-repeat: repeat-x;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
    color: #FF952D;
    font-size: 32px;
    margin-right: 7px;
    padding: 1px 10px;
}
.carousel .container .step .step-desc, .carousel-page .container .step .step-desc {
    color: white;
    font-size: 32px;
    font-weight: 200;
    line-height: 30px;
    margin-top: 20px;
    padding-top: 96px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.carousel .container .hiw-active, .carousel-page .container .hiw-active {
    background-color: #FFA92D;
    background-image: linear-gradient(-45deg, #FFBB59, #FFA92D);
    background-repeat: repeat-x;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24);
    font-size: 38px;    
    padding: 25px;
    top: -10px;
    z-index: 2;
}
.carousel .container .hiw-active .step-desc, .carousel-page .container .hiw-active .step-desc {
    font-size: 38px;
}
.carousel .container .hiw-active .sign, .carousel-page .container .hiw-active .sign {
    font-size: 26px;
}
.carousel .container .step-1, .carousel-page .container .step-1 {
    background-color: #FF952D;
}
.carousel .container .step-1 .step-desc, .carousel-page .container .step-1 .step-desc {
    background: url('../images/step_1.png') no-repeat scroll 65px 0 transparent;
}
.carousel .container .step-2, .carousel-page .container .step-2 {
    background-color: #FF9F2D;
}
.carousel .container .step-2 .step-desc, .carousel-page .container .step-2 .step-desc {
    background: url('../images/step_2.png') no-repeat scroll 50px 8px transparent;
}
.carousel .container .step-3, .carousel-page .container .step-3 {
    background-color: #FFA92D;
}
.carousel .container .step-3 .step-desc, .carousel-page .container .step-3 .step-desc {
    background: url('../images/step_3.png') no-repeat scroll 65px 0 transparent;
}
.carousel .container .step-4, .carousel-page .container .step-4 {
    background-color: #FFB22D;
    left: 750px;
}
.carousel .container .step-4 .step-desc, .carousel-page .container .step-4 .step-desc {
    background: url('../images/step_4.png') no-repeat scroll 65px 13px transparent;
}
.carousel .container .step-1.hiw-active .step-desc, .carousel-page .container .step-1.hiw-active .step-desc {
    background-position: -137px 4px;
}
.carousel .container .step-2.hiw-active .step-desc, .carousel-page .container .step-2.hiw-active .step-desc {
    background-position: -150px 4px;
}
.carousel .container .step-3.hiw-active .step-desc, .carousel-page .container .step-3.hiw-active .step-desc {
    background-position: -137px 4px;
}
.carousel .container .step-4.hiw-active .step-desc, .carousel-page .container .step-4.hiw-active .step-desc {
    background-position: -143px 10px;
}
section.home-content {
    margin-top: 50px;
}
section.home-content h2 {
    margin-bottom: 20px;
}
section.home-content:before, section.home-content:after {
    content: "";
    display: table;
    line-height: 0;
}
section.home-content:after {
    clear: both;
}
section.home-content .content-block {
    float: left;
    max-width: 465px;
    width: 100%;
    
}
section.home-content .content-block:first-child {
    margin-right: 20px;
}
section.payments {
    /*background: url('../images/payment_bg.png') repeat-y scroll center 0 transparent;*/
    background-color: #ccc;
    margin-top: 50px;
    padding: 30px 0 25px;
}
section.payments:before, section.payments:after {
    content: "";
    display: table;
    line-height: 0;
}
section.payments:after {
    clear: both;
}
section.payments .sign {
    color: #3C3C3C;
    font-size: 32px;
    font-weight: 200;
    margin: 6px 46px 0 50px;
}
section.payments .sign.float-l{
    float: left;
}
section.payments .sign.float-r{
    float: left;
}
section.payments .we-accept {
    float: left;
    margin: 0;
}
section.payments .we-accept li {
    display: inline-block;
    height: 39px;
    padding: 0;
    width: 56px;
}
section.payments .we-accept .icon-visa {
    background: url('../images/icon_visa.png') no-repeat scroll 0 0 transparent;
}
section.payments .we-accept .icon-mastercard {
    background: url('../images/icon_mastercard.png') no-repeat scroll 0 0 transparent;
}
section.payments .we-accept .icon-ae {
    background: url('../images/icon_ae.png') no-repeat scroll 0 0 transparent;
}
section.payments .we-accept .icon-paypal {
    background: url('../images/icon_paypal.png') no-repeat scroll 0 0 transparent;
}
section.payments .we-accept .icon-discover {
    background: url('../images/icon_discover.png') no-repeat scroll 0 0 transparent;
}
section.payments .socials {
    float: left;
}
section.payments .socials i {
    font-size: 36px;
    padding-right: 10px;
}
section.payments .socials i:hover {
    opacity: 0.8;
}
section.payments .socials a:first-child {
    color: #3d578e;
}
footer {
    background: url('../images/footer_bg.png') repeat-y scroll center 20px transparent;
    padding-top: 20px;
}
footer .container {
    background: url('../images/footer_logo.png') no-repeat scroll 0 center transparent;
    padding: 30px 0 0;
}
.logo_footer-mob{
    display: none;
}
footer .container .privacy {
    text-align: center;
}
footer .container .privacy li {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    padding: 5px 5px;
}
footer .container small {
    color: gray;
    display: block;
    font-size: 11px;
    padding: 60px 0 5px;
    text-align: center;
}
.chat-button {
    background-color: #0C7EDB;
    background-image: linear-gradient(to bottom, #148EF1, #0067BA);
    background-repeat: repeat-x;
    border-radius: 6px 6px 0 0;
    bottom: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    color: white;
    display: inline-block;
    font-size: 14px;
    padding: 7px 30px;
    position: fixed;
    right: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    z-index:100;
    margin-right: 20px;
}
.chat-button a {
    color: white;
}
.chat-button .skype-link {
    background: url('../images/skype-link.png') no-repeat left 0px;
    padding-left: 24px;
    padding-right: 10px;
    border-right: 1px solid #0D5FA2;
    margin-right: 5px;
}
.chat-button:hover {
    background-color: #1A8BE6;
    background-image: linear-gradient(to bottom, #2C9AF2, #0075D3);
    background-repeat: repeat-x;
    text-decoration: none;
}
.icon-chat-small {
    background: url('../images/icon_chat_small.png') no-repeat scroll 0 top transparent;
    padding-left: 30px;
}
.icon-chat-big {
    background: url('../images/icon_chat_big.png') no-repeat scroll 0 top transparent;
    padding-left: 30px;
}
.icon-skype, .icon-mail {
    background: url('../images/icon_skype.png') no-repeat scroll 0 50% transparent;
    display: inline-block;
    padding: 6px 0 5px 40px;
}
.icon-mail {
    background: url('../images/icon_mail.png') no-repeat scroll 0 50% transparent;
}
.page-container {
}
.page-container:before, .page-container:after {
    content: "";
    display: table;
    line-height: 0;
}
.page-container:after {
    clear: both;
}
.page-container .page-content {
    float: left;
    padding-right: 25px;
    width: 715px;
}
section.hero-page {
    background: url('../images/page_cat_bg.jpg') no-repeat scroll center 0 transparent;
    /*padding-top: 127px;*/
}
section.hero-page:before, section.hero-page:after {
    content: "";
    display: table;
    line-height: 0;
}
section.hero-page:after {
    clear: both;
}
section.hero-page .hero-h1 {
    float: left;
    width: 740px;
}
section.hero-page .medal-category {
    background: url('../images/medal_cat.png') no-repeat scroll 0 0 transparent;
    display: inline-block;
    float: left;
    height: 162px;
    margin-left: 38px;
    width: 164px;
}
aside {
    float: left;
    width: 240px;
}
aside .types-of-papers ul {
    margin: 0;
}
aside .types-of-papers ul li {
    background: none repeat scroll 0 0 transparent;
    border-top: 1px dashed gray;
    line-height: 14px;
    margin-top: 8px;
    padding: 7px 0 0;
}
aside .types-of-papers ul li a {
    font-size: 13px;
}
aside .types-of-papers ul li:first-child {
    border-top: medium none;
    margin-top: 0;
    padding-top: 0;
}
aside .quote form label {
    display: block;
    font-size: 13px;
    margin-top: 10px;
}
aside .quote form label:first-child {
    margin-top: 0;
}
aside .quote form select {
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    height: 30px;
    line-height: 30px;
    padding: 6px;
    width: 200px;
}
aside .quote form .left-btn, aside .quote form .right-btn {
    background-color: #F7F7F7;
    background-image: linear-gradient(to bottom, #FDFDFD, #EEEEEE);
    background-repeat: repeat-x;
    border: 1px solid #BBBBBB;
    border-radius: 4px 0 0 5px;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    margin-right: -7px;
    width: 35px;
}
aside .quote form .input-calc {
    border: 1px solid #BBBBBB;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 28px;
    margin-right: -5px;
    padding: 0 5px;
    text-align: center;
    width: 30px;
}
aside .quote form .right-btn {
    border-radius: 0 4px 4px 0;
}
aside .quote form .price-quote {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}
aside .quote form .quote-btn {
    background-color: #FF9320;
    background-image: linear-gradient(to bottom, #FF9D34, #FF8401);
    background-repeat: repeat-x;
    border-radius: 4px 4px 4px 4px;
    color: black;
    display: block;
    padding: 10px 20px;
    text-align: center;
}
aside .quote form .quote-btn:hover {
    background-color: #FF9F39;
    background-image: linear-gradient(to bottom, #FFA94E, #FF901B);
    background-repeat: repeat-x;
    text-decoration: none;
}
aside .quote form .quote-btn span {
    background: url('../images/arrow_2_icon.png') no-repeat scroll 0 center transparent;
    padding-left: 20px;
}
.carousel-page {
    background: none repeat scroll 0 0 transparent;
    height: 510px;
    margin-left: 106px;
    padding: 30px 0;
}
.carousel-page .step {
    border-radius: 4px 4px 4px 4px;
}
.carousel-page .step-2 {
    left: 260px !important;
}
.carousel-page .step-3 {
    left: 0 !important;
    top: 260px !important;
}
.carousel-page .step-4 {
    left: 260px !important;
    top: 260px !important;
}
.small-text {
    color: #434343;
    font-size: 11px;
    font-style: italic;
    line-height: 16px;
    padding-top: 10px;
}
.prices .nav-tabs {
    margin: 0;
}
.prices .nav-tabs:before, .prices .nav-tabs:after {
    content: "";
    display: table;
    line-height: 0;
}
.prices .nav-tabs:after {
    clear: both;
}
.prices .nav-tabs .active a {
    color: #FF8401;
}
.prices .nav-tabs li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    font-size: 13px;
    margin-bottom: 3px;
    margin-left: 3px;
    padding: 10px 0 9px;
    text-align: center;
    width: 174px;
}
.prices .nav-tabs li:first-child {
    margin-left: 0;
    width: 176px;
}
.prices .tab-content {
    padding: 10px 20px;
}
.prices .tab-content table {
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
}
.prices .tab-content table th {
    color: #7B7B7B;
    font-size: 13px;
    font-weight: normal;
}
@media (max-width: 767px){
    div.prices .tab-content table {
        border-spacing: 2px;
    }
    div.prices .tab-content table td, div.prices .tab-content table th {
        font-size: 10px;
    }
    div.prices .tab-content table th{
        line-height: 12px;
    }
    div.prices .tab-content table td:first-child{
        font-size: 10px;
        white-space: pre;
    }
}
.prices .tab-content table td {
    text-align: center;
}
.prices .tab-content table td:first-child {
    text-align: left;
}
.faq-search {
    margin-top: 20px;
}
.faq-search input[type="text"] {
    border: 3px solid #FF8401;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 4px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    height: 30px;
    margin-bottom: 4px;
    margin-left: 20px;
    padding-left: 5px;
    padding-right: 45px;
    width: 350px;
}
.faq-search input[type="submit"] {
    background: url('../images/faq_submit.png') no-repeat scroll center 40% transparent;
    border: medium none;
    cursor: pointer;
    height: 32px;
    margin-left: -42px;
    width: 35px;
}
.faq {
    margin-top: 30px;
}
.faq .faq-section {
    background-color: #E8E8E8;
    padding: 0 15px;
}
.faq .faq-section h3 {
    margin-top: 8px;
}
.faq .faq-section .question {
    background: url('../images/arrow_2_icon.png') no-repeat scroll 13px center #FFFFFF;
    display: block;
    margin-bottom: 10px;
    padding: 10px 10px 10px 30px;
}
.faq .faq-section .question:hover {
    text-decoration: none;
}
.faq .faq-section .question.opened {
    background: url('../images/arrow_2_down_icon.png') no-repeat scroll 11px 55% #FFFFFF;
}
.contact-us {
    margin-left: 100px;
    margin-top: 30px;
}
.contact-us .form-holder {
    padding: 10px;
    width: 480px;
}
.contact-us .form-holder table {
    border-collapse: separate;
    border-spacing: 8px;
}
.contact-us .form-holder table td {
    vertical-align: top;
}
.contact-us .form-holder table td input[type="text"], .contact-us .form-holder table td textarea {
    border: 3px solid #AFBEC8;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 4px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    width: 300px;
}
.contact-us .form-holder table td textarea {
    height: 100px;
    max-width: 300px;
    min-width: 300px;
}
.contact-us .form-holder table td input.capt-input[type="text"] {
    width: 122px;
}
.contact-us .form-holder table td .reload {
    background: url('../images/reload.png') no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    margin: 7px 20px 0;
    width: 16px;
}
.contact-us .form-holder table td label {
    cursor: pointer;
    display: block;
}
.contact-us .form-holder table td .btn {
    margin-left: 7px;
}
.contact-us .form-holder table td .btn .icon-skype, .contact-us .form-holder table td .btn .icon-mail {
    background: url('../images/icon_skype.png') no-repeat scroll 0 50% transparent;
    display: inline-block;
    padding: 6px 0 5px 40px;
}
.contact-us .form-holder table td .btn .icon-mail {
    background: url('../images/icon_mail.png') no-repeat scroll 0 50% transparent;
}
.contact-us .form-holder table td:first-child {
    color: gray;
    text-align: right;
}
.contact-us .form-holder table .capt_img, .contact-us .form-holder table .reload, .contact-us .form-holder table .capt_input {
    float: left;
}
.contact-us .form-holder table .quote-btn {
    background-color: #FF9320;
    background-image: linear-gradient(to bottom, #FF9D34, #FF8401);
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: black;
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin-top: 10px;
    padding: 20px 0;
    text-align: center;
    width: 316px;
}
.contact-us .form-holder table .quote-btn:hover {
    background-color: #FF9F39;
    background-image: linear-gradient(to bottom, #FFA94E, #FF901B);
    background-repeat: repeat-x;
    text-decoration: none;
}
.contact-us .form-holder table .quote-btn span {
    background: url('../images/arrow_2_icon.png') no-repeat scroll 0 center transparent;
    padding-left: 20px;
}
.do-not-easy {
    background: url('../images/help_icon.jpg') no-repeat scroll 25px center transparent;
    margin: 0 auto 20px;
    padding: 15px 15px 15px 146px;
    width: 459px;
}
.do-not-easy p {
    font-size: 14px;
    margin-bottom: 8px;
}
.anonymous {
    background: url('../images/anonymous.jpg') no-repeat scroll 0 0 transparent;
    margin: 0 auto 20px;
    padding: 15px 15px 15px 176px;
    width: 429px;
}
.anonymous p {
    font-size: 14px;
    margin-bottom: 8px;
}
.do-not-copy {
    background: url('../images/copy.jpg') no-repeat scroll 0 0 transparent;
    margin: 0 auto 20px;
    padding: 15px 15px 15px 176px;
    width: 429px;
}
.do-not-copy p {
    font-size: 14px;
    margin-bottom: 8px;
}
.contact-block {
    padding: 15px;
}
.contact-block:before, .contact-block:after {
    content: "";
    display: table;
    line-height: 0;
}
.contact-block:after {
    clear: both;
}
.contact-block .btn {
    float: left;
}
.contact-block .phone-sector {
    float: left;
    margin-left: 20px;
    margin-top: -5px;
    text-align: right;
}
.contact-block .phone-sector .phone-line-bot {
    color: #2179F1;
    font-size: 32px;
    margin-top: 5px;
}
.contact-block .phone-sector .phone-line-top {
    background: url('../images/icon_phone.png') no-repeat scroll 65px 0 transparent;
}
.contact-block .big-btn-icon-block {
    float: right;
    padding: 5px 20px;
}
.contact-block .big-btn-icon-block span {
    padding-bottom: 6px;
    padding-left: 40px;
    padding-top: 6px;
}
.calc {
    background: url('../images/inst_quote_label.png') no-repeat scroll 15px 15px transparent;
    margin: 0 auto 20px;
    padding-bottom: 15px;
    width: 487px;
}
.calc form {
    font-size: 13px;
    padding-left: 107px;
    padding-top: 15px;
}
.calc form table {
    border-collapse: separate;
    border-spacing: 6px;
}
.calc form table select {
    width: 253px;
}
.calc form table td:first-child {
    text-align: right;
}
.calc form table .left-btn, .calc form table .right-btn {
    background-color: #F7F7F7;
    background-image: linear-gradient(to bottom, #FDFDFD, #EEEEEE);
    background-repeat: repeat-x;
    border: 1px solid #BBBBBB;
    border-radius: 4px 0 0 5px;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    margin-right: -7px;
    width: 35px;
}
.calc form table .input-calc {
    border: 1px solid #BBBBBB;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 28px;
    margin-right: -5px;
    padding: 0 5px;
    text-align: center;
    width: 30px;
}
.calc form table .right-btn {
    border-radius: 0 4px 4px 0;
}
.calc form table .order-btn-calc {
    background-color: #FF9320;
    background-image: linear-gradient(to bottom, #FF9D34, #FF8401);
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #0F0F0F;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 65px;
    width: 253px;
}
.calc form table .order-btn-calc:hover {
    background-color: #FF9F39;
    background-image: linear-gradient(to bottom, #FFA94E, #FF901B);
    background-repeat: repeat-x;
}
.calc form table .price-calc {
    color: #262626;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.button-block {
    display: inline-block;
    margin: 0 0 20px 128px;
    padding: 15px;
}
.button-block .question-mark {
    margin-left: 12px;
}

.nodesign{
    padding:10px!important;
    background-image: none!important;
}

form {
    padding: 0px;
    margin: 0px;
}

img {
    border: 0px;
}

* {
    outline: 0;
}

.inquiry_input {
    width: 352px;
    height: 33px;
    border: 1px solid #aaaaaa;
    color: #000000;
    font: 18px Arial;
    padding-right: 7px;
    line-height: 33px;
}

select.inquiry_input {
    padding-top: 3px;
    padding-bottom: 3px;
}

.inquiry_area {
    width: 352px;
    height: 105px;
    border: 1px solid #aaaaaa;
    color: #000000;
    font: 18px Arial;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.inquiry_field {
    float: left;
    font: bold 13px Arial;
    width: 70px;
    color: #000000;
    padding-top: 10px;
    text-align: left;
}



.info_popup {
    background: url('../images/tool_tip.png') no-repeat;
    width: 159px;
    height: 57px;
    position: absolute;
    margin-left: -8px;
    margin-top: -15px;
    text-align: left;
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 13px;
    font: 12px Arial;
    color: #383838;
    display: none;
    z-index: 2;
}

.error_popup {
    background: url('../images/error_tip.png') no-repeat;
    width: 159px;
    height: 57px;
    position: absolute;
    margin-left: -8px;
    margin-top: -15px;
    text-align: left;
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 13px;
    font: 12px Arial;
    color: #ffffff;
    display: none;
    z-index: 3;
}

.inquiry_element {
    margin-top: 20px;
    margin-bottom: 40px;
    font: bold 13px Arial;
}


.inquiry_input_comment {
    position: absolute;
    margin-left: 0px;
    margin-top: 38px;
    text-align: justify;
    font: 12px Arial;
    color: #afafaf;
}

.inquiry_input_comment a {
    color: #008fea
}

.captcha {
    border: 1px solid #aaaaaa;
    margin-left: 20px;
}

.radio_box {
    border: 1px solid white;
    width: 320px;
}

.error_input {
    border-color: #ff0000;
}

.validator_exp {
    display: none;
}

.script_ok {
    display: none;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/* = */

header #nav ul {
    margin-left: -150px;
}
header #nav ul li {
    padding-left: 20px;
}
header #nav ul li a {
    font-size: 14px;
}
header .head-top .btn {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 30px;
    vertical-align: 3px;
}
header .head-top .phone {
    font-size: 20px;
    font-weight: bold;
    background: none;
    position: relative;
    z-index: -1;
}
header .head-top .phone:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 2px;
    width: 20px;
    height: 20px;
    background: url('../images/sprite.png') no-repeat 0 0;
}
section.hero .hero-calc form table .order-btn-calc,
.abuse-form-wrap .abuse-send {
    background: rgb(255,170,48); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,170,48,1) 0%, rgba(255,153,1,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,170,48,1)), color-stop(100%,rgba(255,153,1,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,170,48,1) 0%,rgba(255,153,1,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,170,48,1) 0%,rgba(255,153,1,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,170,48,1) 0%,rgba(255,153,1,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,170,48,1) 0%,rgba(255,153,1,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa30', endColorstr='#ff9901',GradientType=0 ); /* IE6-9 */
    color: black;
    padding: 17px 25px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
section.hero .hero-calc form table .order-btn-calc:hover,
.abuse-form-wrap .abuse-send:hover {
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), 0 0 25px rgba(255,255,255, .3) inset;
}
section.hero .lead-prices {
    color: white;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    font-size: 18px;
    font-weight: bold;
}
section.hero .lead-prices span {
    font-size: 24px;
}
section.hero h1 {
    text-transform: uppercase;
}
section.hero .hero-col p {
    font-size: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}
.home-cats .col-1 {
    background: none;
    padding-top: 0;
}
.home-cats .col-2 {
    background: none;
    padding-top: 0;
}
.home-cats .col-3 {
    padding-top: 0;
    background: none;
}
.home-cats .col-1 h2,
.home-cats .col-2 h2,
.home-cats .col-3 h2 {
    position: relative;
    padding-top: 120px;
    font-size: 28px;
}
.home-cats .col-1 p,
.home-cats .col-2 p,
.home-cats .col-3 p {
    font-size: 15px;
}
.home-cats .col-1 h2:after,
.home-cats .col-2 h2:after,
.home-cats .col-3 h2:after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    background: url('../images/sprite.png') no-repeat;
}
.home-cats .col-1 h2:after {
    width: 117px;
    height: 104px;
    margin-left: -62px;
    background-position: 0 -1138px;
}
.home-cats .col-2 h2:after {
    width: 141px;
    height: 110px;
    margin-left: -73px;
    background-position: 0 -1248px;
}
.home-cats .col-3 h2:after {
    width: 147px;
    height: 130px;
    margin-left: -74px;
    background-position: 0 -666px;
}
.hover-block {
    padding: 10px;
}
.hover-block:hover {
    background-color: rgba(0,0,0,0.1);
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    position: relative;
}
.hover-block .hover-link {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-bottom: 5px;
    display: none;
    font-size: 13px;
}
.hover-block:hover .hover-link {
    display: block;
}
.home-cats .col-1.hover-block .hover-link {
    margin-left: -69px;
}
.home-cats .col-2.hover-block .hover-link {
    margin-left: -72px;
}
.home-cats .col-3.hover-block .hover-link {
    margin-left: -109px;
}
.hover-link .icon-arrow {
    background: url('../images/arrow_icon.png') no-repeat scroll 0 50% transparent;
    padding-left: 15px;
}
.home-cats {
    padding: 30px 0 20px;
}
section.benefits {
    background: none;
}
section.benefits > h2,
section.how-it-works > h2,
section.contact-us-block > h2,
section.secure > h2 {
    text-align: center;
    background: url('../images/h2-sep.png') no-repeat center;
    border: none;
    margin-bottom: 0;
}
section.benefits > h2 span,
section.how-it-works > h2 span,
section.contact-us-block > h2 span,
section.secure > h2 span {
    display: inline-block;
    background: white;
    padding: 0 20px;
}
section.benefits > h2 > a,
section.how-it-works > h2 > a,
section.contact-us-block > h2 > a,
section.secure > h2 > a {
    color: inherit;
    text-decoration: none;
}

section.benefits ul {
    margin-top: 20px;
    float: left;
}
section.benefits .container ul:first-child {
    margin-right: 80px;
}
section.benefits ul li {
    font-size: 24px;
    font-weight: 200;
    margin: 20px 0;
}
section.secure {
    margin-bottom: 30px;
}
section.secure > h2 {
    margin-bottom: 30px;
}
section.secure .container .secure-imgs .secure-img {
    display: inline-block;
    vertical-align: top;
    margin: 0 28px;
}
.secure-imgs{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.medal-money {
    background: url('../images/sprite.png') no-repeat 0 -42px;
    width: 198px;
    height: 144px;
    margin-left: 0;
}
aside .medals-holder > a {
    display: block;
    margin: 0 auto;
}
.medal-plag {
    background: url('../images/sprite.png') no-repeat 0 -185px;
    width: 159px;
    height: 159px;
}
.medal-privacy {
    background: url('../images/sprite.png') no-repeat 0 -344px;
    width: 203px;
    height: 153px;
}
.medal-we-accept {
    background: url('../images/sprite.png') no-repeat 0 -497px;
    width: 169px;
    height: 96px;
    text-align: center;
    padding-top: 73px;
}
.medal-we-accept > div {
    width: 45px;
    height: 29px;
    background: url('../images/sprite.png') no-repeat;
    display: inline-block;
}
.medal-we-accept .icon-visa {
    background-position: -218px -225px;
}
.medal-we-accept .icon-mc {
    background-position: -218px -254px;
}
.medal-we-accept .icon-mb {
    background-position: -218px -312px;;
}
.medal-we-accept .icon-disc {
    background-position: -218px -283px;
}
.medal-we-accept .icon-jcb {
    background-position: -218px -341px;
}
section.contact-us-block {
    background: url('../images/benefits_bg.jpg') no-repeat center 0;
}
section.contact-us-block .contact-us-block-holder {
    margin-top: 20px;
    background: url('../images/cont-holder-bg.png') repeat-y center;
    padding: 30px 0;
}
section.contact-us-block .col {
    float: left;
    width: 255px;
}
section.contact-us-block .col:first-child {
    margin-right: 100px;
}
section.contact-us-block .col .phone-home .phone-line-top a{
    font-size: 20px;
    position: relative;
}
section.contact-us-block .col .phone-home .phone-line-top.phone a:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 2px;
    width: 20px;
    height: 20px;
    background: url('../images/sprite.png') no-repeat 0 0;
}
section.contact-us-block .col .phone-home .phone-line-top.phone a {
    color: #000;
    text-decoration: underline;
}
section.contact-us-block .col .phone-home .phone-line-top.phone a:hover {
    text-decoration: none;
}
section.contact-us-block .col .phone-home .phone-line-top.phone {
    padding-left: 22px;
}
section.contact-us-block .col .phone-home .phone-line-bot {
    font-size: 32px;
    margin-top: 10px;
}
section.contact-us-block .col .email-link {
    font-size: 17px;
    background: url('../images/icon_mail.png') left center no-repeat;
    padding-left: 44px;
    margin-top: 15px;
    display: inline-block;
}
section.contact-us-block .col:nth-child(2) {
    max-width: 600px;
}
.chat-big-button {
    background: rgb(44,154,242); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(44,154,242,1) 0%, rgba(0,117,211,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,154,242,1)), color-stop(100%,rgba(0,117,211,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(44,154,242,1) 0%,rgba(0,117,211,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(44,154,242,1) 0%,rgba(0,117,211,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(44,154,242,1) 0%,rgba(0,117,211,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(44,154,242,1) 0%,rgba(0,117,211,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c9af2', endColorstr='#0075d3',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    padding: 5px 5px 5px 37px;
    color: white;
    border-radius: 3px;
    position: relative;
    font-size: 15px;
} 

.chat-big-button:hover {
    color: white;
}
.chat-big-button:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 28px;
    height: 22px;
    background: url('../images/sprite.png') no-repeat -218px -370px;
}
.skype-big-button {
    background: rgb(44,154,242); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(44,154,242,1) 0%, rgba(0,117,211,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,154,242,1)), color-stop(100%,rgba(0,117,211,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(44,154,242,1) 0%,rgba(0,117,211,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(44,154,242,1) 0%,rgba(0,117,211,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(44,154,242,1) 0%,rgba(0,117,211,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(44,154,242,1) 0%,rgba(0,117,211,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c9af2', endColorstr='#0075d3',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    padding: 5px 5px 5px 30px;
    color: white;
    border-radius: 3px;
    position: relative;
    font-size: 15px;
} 
.skype-big-button:hover {
    color: white;
}
.skype-big-button:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 22px;
    height: 22px;
    background: url('../images/skype-icon.png') no-repeat;
}
.qwe-24-7 {
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    padding-top: 8px;
    margin-top: 15px;
}
.qwe-24-7:after {
    content: '';
    position: absolute;
    top: 0;
    left: -67px;
    width: 61px;
    height: 62px;
    background: url('../images/sprite.png') no-repeat 0px -994px;
}
section.how-it-works {
    margin-top: 50px;
    padding-bottom: 40px;
}
section.how-it-works > h2 {
    display: block;
}
section.how-it-works .step:hover {
    box-shadow: 0 0 200px rgba(255,255,255,0.4) inset;
    transition: box-shadow 0.15s ease-in-out;
}
section.how-it-works .btn {
    float: right;
    margin: 15px;
}
section.payments .we-accept li {
    height: 45px;
    width: 69px;
}
section.payments .we-accept .icon-vi {
    background: url('../images/sprite.png') no-repeat -198px 0;
}
section.payments .we-accept .icon-mc {
    background: url('../images/sprite.png') no-repeat -198px -45px;
}
section.payments .we-accept .icon-mb {
    background: url('../images/sprite.png') no-repeat -198px -90px;
}
section.payments .we-accept .icon-disc {
    background: url('../images/sprite.png') no-repeat -198px -135px;
}
section.payments .we-accept .icon-jcb {
    background: url('../images/sprite.png') no-repeat -198px -180px;
}
footer .line-2 {
    list-style: none;
    padding: 20px 0 0 200px;
}
footer .line-2 li {
    background: none;
    display: inline-block;
    vertical-align: middle;
}
footer .line-2 li .medal-money-sm {
    background: url('../images/sprite.png') no-repeat 0 -813px;
    width: 80px;
    height: 57px;
    display: inline-block;
}
footer .line-2 li .medal-plag-sm {
    background: url('../images/sprite.png') no-repeat 0 -870px;
    width: 80px;
    height: 63px;
    display: inline-block;
}
footer .line-2 li .medal-privacy-sm {
    background: url('../images/sprite.png') no-repeat 0 -933px;
    width: 82px;
    height: 62px;
    display: inline-block;
}
footer .container small {
    padding-top: 10px;
}
section.hero-page {
    padding-top: 107px;
}
section.page-container {
    margin-top: 30px;
}
aside .medals-holder .checked-item {
    padding-top: 25px;
    position: relative;
    font-size: 10px;
    cursor:default;
}
aside .medals-holder .turnitin{
    margin: -8px 56px 0 0;
}
aside .medals-holder .checked-item span {
    display: block;
    margin: -4px 55px 0px 77px;
}
aside .medals-holder .checked-item:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 66px;
    width: 120px;
    height: 16px;
    background: url('../images/sprite.png') no-repeat 0 -1359px;
}
aside .medals-holder .cheched-item span {
    font-size: 13px;
}
aside .medals-holder .checked-item div a {
    float: right;
}
aside .medals-holder > a {
    margin-top: 20px;
}
aside .medals-holder > a:first-child {
    margin-top: 0;
}
aside .medals-holder .medal-we-accept {
    margin: 20px auto 0;
}
aside .contact-block-side {
    margin-top: 30px;
    text-align: center;
}
.block .panel-head {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}
.block .phone {
    font-size: 25px;   
    position: relative; 
    padding-left: 20px;
    margin-bottom: 10px;
}
.block .phone:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 20px;
    height: 20px;
    background: url('../images/sprite.png') no-repeat 0 0;  
}
.block .email {
    margin-bottom: 15px;
    display: inline-block;
}
.block .block-holder ul {
    margin-bottom: 0;
}
.col-50 {
    width: 45%;
    float: right;
}
.col-50:first-child {
    float: left;
}
.contact-main-block small {
    font-size: 13px;
    line-height: 15px;
    color: #777777;
}
.contact-main-block {
    max-width: 600px;
    margin: 0 auto;
}
.contact-main-block .col-50:first-child {
    padding: 16px 0 0 40px;
}
.contact-main-block .col-50:last-child {
    padding: 30px 0 0 200px;
}

.samples-block .block.orange {
    height: auto;
}
.samples-block .block {
    margin-bottom: 3px;
}
.samples-block .block a.block-holder {
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    margin-left: 12px;
    display: block;
    color: inherit;
}
.samples-block .block .block-holder:after {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url('../images/sprite.png') no-repeat 0 -19px;
}
.benefits-page {
    margin-left: -2px;
}
.benefits-page table {
    border-spacing: 25px;
    border-collapse: separate; 
}
.benefits-page table tr td {
    padding: 0;
    background: none;
    width: 320px;
    text-align: center;
}
.benefits-page .block .block-holder h3 {
    margin: 0 0 10px 0;
    position: relative;
    padding-top: 35px;
}
.benefits-page .block .block-holder h3:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
    width: 29px;
    height: 29px;
    background: url('../images/sprite.png') no-repeat -224px -392px;
}
.benefits-page .block .block-holder p {
    margin: 0;
}
.verification-block {
    margin: 20px 0 40px;
}
.verification-block .step .step-holder {
    margin-bottom: 20px;
    padding: 15px 0 0 70px;
}
.verification-block .step h2 {
    font-weight: bold !important;
    font-size: 18px !important;
    margin: 0 0 5px !important;
}
.verification-block .step-1 .step-holder {
    background: url('../images/ver-arr-step-1.png') no-repeat left top;
    min-height: 219px;
}
.verification-block .step-1 {
    background: url('../images/ver-step-1.png') no-repeat 52px bottom;
}
.verification-block .step-2 .step-holder {
    background: url('../images/ver-arr-step-2.png') no-repeat left top;
    min-height: 270px;
}
.verification-block .step-2 {
    background: url('../images/ver-step-2.png') no-repeat 52px 125px;
}
.verification-block .step-3 .step-holder {
    background: url('../images/ver-arr-step-3.png') no-repeat left top;
    min-height: 185px;
}
.verification-block .step-3 {
    background: url('../images/ver-step-3.png') no-repeat 52px bottom;
}
.verification-block .step-4 .step-holder {
    background: url('../images/ver-arr-step-4.png') no-repeat left top;
    min-height: 254px;
    position: relative;
}
.verification-block .step-4 {
    background: url('../images/ver-step-4-cut.png') no-repeat 130px 120px;
}
.verification-block .step-5 .step-holder {
    background: url('../images/ver-arr-step-5.png') no-repeat left top;
    min-height: 37px;
}
.verification-block .step-4 .step-holder .email {
    position: absolute;
    top: 250px;
    left: 130px;
}
.verification-block .step-4 .step-holder .upload {
    position: absolute;
    top: 250px;
    left: 375px;
}
.verification-block .step-4 .step-holder .fax {
    position: absolute;
    top: 250px;
    left: 510px;
}
.verification-block .step-bottom {
    background: url('../images/ver-step-bottom.jpg') no-repeat center bottom #edede8;
    min-height: 340px;
    border-radius: 4px;
}
.verification-block .step-bottom .step-holder {
    padding: 20px;
    border-radius: 4px;
    background-color: #EBEBEB;
}
.verification-block .step-bottom .step-holder h2 {
    color: #333333 !important;
    font-weight: normal !important;
    font-size: 20px !important;
    margin: 0 0 5px 0;
}
.verification-block .step-bottom .step-holder p {
    margin: 0 !important;
}
.verification-block .faq-list {
    margin-top: 30px;
}
.verification-block .faq-list h4 {
    margin-top: 15px;
}
.how-it-works-block {
    margin: 40px 0;
}
.how-it-works-block .step {
    margin-bottom: 40px;
}
.how-it-works-block .step .sign {
    float: left;
    width: 220px;
    font: bold 18px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.how-it-works-block .step .holder {
    float: left;
    width: 200px;
    width: 490px;
}
.how-it-works-block .step .holder .faq-list h3 {
    margin: 0;
    font-size: 14px;
}
.how-it-works-block .step .holder .faq-list .block-inside-collapse {
    margin-left: 13px;
}
.how-it-works-block .step .holder .step-list {
    padding: 0;
    margin: 18px 0 0 0px;
}
.how-it-works-block .step.step-1 {
    background: url('../images/step-1.png') no-repeat 50px 40px;
}
.how-it-works-block .step.step-2 {
    background: url('../images/step-2.png') no-repeat 40px 40px;
    min-height: 165px;
}
.how-it-works-block .step.step-3 {
    background: url('../images/step-3.png') no-repeat 40px 40px;
    min-height: 174px;
}
.how-it-works-block .step.step-4 {
    background: url('../images/step-4.png') no-repeat 40px 40px;
}
.how-it-works-block .step .holder .faq-list h3 .link-collapse {
    position: relative;
    margin-left: 15px;
}
.how-it-works-block .step .holder .faq-list h3 .link-collapse:after {
    position: absolute;
    content: '►';
    top: -5px;
    left: -16px;
    width: 8px;
    height: 12px;
}
.how-it-works-block .step .holder .faq-list h3 .link-collapse.opened:after {
    content: '▼';
    width: 13px;
    height: 8px;
    background-position: -8px -1063px;
    top: -5px;
    left: -16px; 
}
.freebies-block {
    width: 667px;
    margin: 0 auto 25px;
    font-size: 14px;
}
.freebies-block .col {
    width: 199px;
    float: left;
    margin-left: 20px;
}
.freebies-block .col:first-child {
    margin-left: 0;
}
.freebies-block .col > ul > li > span {
    float: right;
    font-weight: bold;
}
ul.small-list li {
    background: none;
    position: relative;
    padding-left: 18px;
}
ul.small-list li:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    background: url('../images/sprite.png') no-repeat -229px -422px;
}
.freebies-block .desc {
    font-size: 12px;
    line-height: 13px;
    background: #f1f1f1;
    border-radius: 4px;
    padding: 5px 9px;
    margin-top: 4px;
}
.freebies-block .desc .head_link {
    display: block;
    text-align: center;
    margin-bottom: 3px;
}
.freebies-block .total {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}
.freebies-block .col .btn {
    display: block;
    border: none;
    text-align: center;
    font-size: 18px;
    padding: 12px 20px;
}
.freebies-block .col .btn:hover {
    box-shadow: 0 0 30px rgba(255,255,255,0.3) inset;
}
.freebies-block .col .btn-primary {
    background: rgb(255,170,48);
    background: -moz-linear-gradient(top, rgba(255,170,48,1) 0%, rgba(255,153,1,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,170,48,1)), color-stop(100%,rgba(255,153,1,1)));
    background: -webkit-linear-gradient(top, rgba(255,170,48,1) 0%,rgba(255,153,1,1) 100%);
    background: -o-linear-gradient(top, rgba(255,170,48,1) 0%,rgba(255,153,1,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,170,48,1) 0%,rgba(255,153,1,1) 100%);
    background: linear-gradient(to bottom, rgba(255,170,48,1) 0%,rgba(255,153,1,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa30', endColorstr='#ff9901',GradientType=0 );
    margin-bottom: 10px;
    margin-top: 27px;
}
.freebies-block .col .btn-simple {
    background: rgb(223,223,223); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(223,223,223,1) 0%, rgba(214,214,214,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,223,223,1)), color-stop(100%,rgba(214,214,214,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(223,223,223,1) 0%,rgba(214,214,214,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(223,223,223,1) 0%,rgba(214,214,214,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(223,223,223,1) 0%,rgba(214,214,214,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(223,223,223,1) 0%,rgba(214,214,214,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}
.prices {
    margin-bottom: 25px;
}
.prices .tab-content {
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.prices .nav-tabs {
    margin-bottom: -1px;
}
.prices .nav-tabs li {
    margin-bottom: 0;
}
.prices .nav-tabs li.active {
    background: #f0f0f0;
    border-radius: 4px 4px 0 0;
    border: 1px solid #cccccc;
    border-bottom: none;
}
.prices table tbody tr td:first-child {
    font-weight: bold;
}
.discounts {
    margin-bottom: 25px;
}
.discounts .col {
    width: 100%;
    margin: 0 auto;
    /*float: left;*/
}
.discounts .col:first-child {
    max-width: 600px;
}
.discounts .col table {
    width: 100%;
    border-radius: 4px;
    border-collapse: initial;
    /* font-size: 14px;
    line-height: 15px;*/
    font-size: 18px;
    font-weight: 200;
}
.discounts .col:first-child table td {
    width: 33%;
}
.discounts .col table td {
    width: 50%;
    text-align: center;
    padding: 10px;
}
.discounts .col table th > div {
    position: relative;
    padding-top: 83px;
    background: #efefef;
}
.discounts .col table th > div:after {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 94px;
    background: url('../images/sprite.png') no-repeat -147px -666px;
}
.discounts .col table th.td2 > div:after {
    background: url('../images/sprite.png') no-repeat -147px -760px;
}
.discounts .col table th.td3 > div:after {
    background: url('../images/sprite.png') no-repeat -147px -854px;
}
.discounts .col table th.td4 > div:after {
    background: url('../images/sprite.png') no-repeat -147px -948px;
}
.discounts .col table th.td5 > div:after {
    background: url('../images/sprite.png') no-repeat -147px -1042px;
}
.testim-item {
    position: relative;
    padding-left: 67px;
    padding-top: 12px;
}
.testim-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 53px;
    background: url('../images/sprite.png') no-repeat -147px -1137px;
}
.testim-item .sign {
    display: block;
    font-size: 14px;
    font-style: italic;
    color: #888;
}
.testim-item .five{
    margin: 0 0 2px 2px;
    background: url('../images/rating.png') no-repeat;
    width: 136px;
    height: 25px;
}
.testim-item .four{
    margin: 0 0 2px 2px;
    background: url('../images/rating.png') no-repeat 0 -28px;  
    width: 136px;
    height: 25px;
}
.testim-item .three{
    margin: 0 0 2px 2px;
    background: url('../images/rating.png') no-repeat 0 -56px;  
    width: 136px;
    height: 25px;
}
.float-banner-1 {
    width: 100%;
    position: fixed;
    background: #374643;
    background: rgba(0, 0, 0, .8);
    border-top: 1px solid #000000;
    bottom: 0;
    z-index: 2;
    min-width: 965px;
    color: white;
}
.float-banner-1 .btn-close-banner {
    position: absolute;
    right: 15px;
    top: 10px;
    color: white;
    text-decoration: none;
    padding: 5px 5px;
    font-size: 20px;
}
.float-banner-1 .btn-close-banner:hover {
    color: #dddddd;
}
.float-banner-1 .banner-holder {
    padding: 20px;
}
.float-banner-1 .banner-container {
    width: 805px;
    padding-left: 160px;
    margin: 0 auto;
    position: relative;
    font-size: 18px;
    line-height: 26px;
}
.float-banner-1 .banner-container .disc-code {
    color: #FFB143;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: bold;
    display: inline-block;
}
.float-banner-1 .banner-container .xmas-img {
    position: absolute;
    top: -65px;
    left: 0;
    width: 165px;
    height: 181px;
    background: url('../images/banner-elem-pdn.png') no-repeat;
}
.float-banner-1 .banner-container > strong > span {
    font-size: 28px;
} 
.float-banner-1 .banner-container > .final {
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 20px;
}

/* - */
.chat-big-button {
    width: 130px;
    text-align: center;
    margin-bottom: 10px;
}
.chat-big-button:after {
    left: 35px;
}
.skype-big-button {
    width: 137px;
    text-align: center;
    margin-bottom: 12px;
}
.skype-big-button:after {
    left: 14px;
}
.contact-main-block .block-holder {
    padding-bottom: 30px;
}

/* abuse form */
.abuse-form-wrap #abuse-form {
    width: 400px;
}
.abuse-form-wrap label {
    width: 150px;
    display: inline-block;
}
.abuse-form-wrap input,
.abuse-form-wrap textarea {
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    line-height: 20px;
    padding: 6px;
    width: 200px;
    margin-bottom: 10px;
}
.abuse-form-wrap textarea {
    height: 60px;
}
.abuse-form-wrap #abuse-captcha {
    width: 170px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.abuse-form-wrap #abuse-captcha-reload {
    position: absolute;
    margin-top: 25px;
    margin-left: 15px;
    cursor: pointer;
}
.abuse-form-wrap .abuse-send {
    width: 214px;
}
.abuse-form-wrap .error-input {
    border: 1px solid #ff0000;
}
.abuse-form-result {
    margin: 20px 0;
}
.abuse-form-result .abuse-send-success {
    color: #FF8F00;
}
.abuse-form-result .abuse-send-error {
    color: #FF0000;
}
.chat-button .direct-call {
    padding-right: 10px;
    border-right: 1px solid #0D5FA2;
    margin-right: 5px;
}
.types-of-papers .btn-direct-call {
    display: block;
    margin: 15px 18px 10px;
}
.click-to-call-modal .hide {
    display: none;
}
.contact-main-block .btn-direct-call {
    width: 110px;
    margin: 15px 0 10px;
}
.contact-us-block-holder .btn-direct-call {
    width: 110px;
    margin: 15px 0 10px;
    text-align: center;
}

.form-wrap  ul li {
    /*background: url('../images/licont.jpg') no-repeat scroll left center rgba(0, 0, 0, 0);*/
    list-style: none outside none;
    padding: 5px 0 3px 26px;
}
.client-lead-informer {
    display: none;
}
.client-lead-modal .alert-danger {
    margin-top: 20px;
}

.client-lead-informer.mobile-view {
    display: none!important;
} 
.client-lead-informer.desktop-view {
    top: 350px;
    left: 14px;
    border-radius: 5px;
    width: 200px;
    position: fixed;
    /**/
    background: rgba(0,0,0,0.95);
    opacity: 0.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: rgba(0,0,0,0.95);
    border-width: 0px 12px 24px 0px;
    top: 50%;
    margin-top: -16px;    
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.client-lead-informer.desktop-view.closed {
    width: auto;
}
.client-lead-informer.desktop-view .fa-phone {
    font-size: 40px; 
    height: 40px;
    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: #148ef1; /* Old browsers */
    background: -moz-linear-gradient(top,  #148ef1 0%, #0067ba 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#148ef1), color-stop(100%,#0067ba)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #148ef1 0%,#0067ba 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #148ef1 0%,#0067ba 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #148ef1 0%,#0067ba 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #148ef1 0%,#0067ba 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#148ef1', endColorstr='#0067ba',GradientType=0 ); /* IE6-9 */

    color: white;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    cursor: pointer;
    display: block;
    border-radius: 70px;
    padding: 5px 46px;
    margin: 10px 5px 15px 15px;
}
.client-lead-informer.desktop-view .fa-minus,
.client-lead-informer.desktop-view .fa-plus {
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    font-size: 14px;
    padding: 4px 4px;
    line-height: 10px;
    opacity: 0.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;
}
.client-lead-modal .modal-dialog .btn {
    margin-right: auto;
    display: block;
    margin-left: auto;
    background: #148ef1;
    background: -moz-linear-gradient(top, #148ef1 0%, #0067ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#148ef1), color-stop(100%,#0067ba));
    background: -webkit-linear-gradient(top, #148ef1 0%,#0067ba 100%);
    background: -o-linear-gradient(top, #148ef1 0%,#0067ba 100%);
    background: -ms-linear-gradient(top, #148ef1 0%,#0067ba 100%);
    background: linear-gradient(to bottom, #148ef1 0%,#0067ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#148ef1', endColorstr='#0067ba',GradientType=0 );
    box-shadow: none;
    border: none;
    color: white;
    text-shadow: none;
    padding: 8px 20px;
}
.client-lead-modal h4 {
    margin-top: 20px;
}

/* ----- Go back ----- */
.go-back-modal * {
    box-sizing: border-box;
}

.go-back-modal.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  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: 0.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: 30px 50px;
  border-bottom: 1px solid #dae2e0;
}
.go-back-modal .modal-header .close {
  margin-top: 11px;
  opacity: 1;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  float: right;
}
.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;
}
.go-back-modal .modal-body {
  font-family: Arial;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-top: 50px;
  max-height: inherit;
  padding: 15px;
  overflow-y: inherit;
  position: relative;
}
.go-back-modal .modal-body h4 {
    line-height: 20px;
    font-weight: bold;
    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: #ffffff;
  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 .modal-body form .form-group .btn {
    border-radius: 4px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    color: #1a1a1a;
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    padding: 20px 80px;
    border: none;
    text-transform: none;
    text-shadow: none;
    outline: none;
    background: #ffa92e; /* Old browsers */
    background: -moz-linear-gradient(top, #ffa92e 0%, #ff9901 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa92e), color-stop(99%,#ff9901)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffa92e 0%,#ff9901 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffa92e 0%,#ff9901 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffa92e 0%,#ff9901 99%); /* IE10+ */
    background: linear-gradient(to bottom, #ffa92e 0%,#ff9901 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa92e', endColorstr='#ff9901',GradientType=0 ); /* IE6-9 */
}
.go-back-modal .modal-body form .form-group .btn:hover {
    background: #ffb348; /* Old browsers */
    background: -moz-linear-gradient(top, #ffb348 0%, #ffa31d 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb348), color-stop(99%,#ffa31d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb348 0%,#ffa31d 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb348 0%,#ffa31d 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb348 0%,#ffa31d 99%); /* IE10+ */
    background: linear-gradient(to bottom, #ffb348 0%,#ffa31d 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb348', endColorstr='#ffa31d',GradientType=0 ); /* IE6-9 */
}
.go-back-modal .lead-text {
  font-size: 38px;
  font-weight: bold;
  color: #ff9901;
  line-height: 62px;
  text-transform: uppercase;
}
.go-back-modal .secondary-text {
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  color: #363636;
  padding-bottom: 20px;
}
.go-back-modal .secondary-text span {
  color: #ff9901;
}
.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: 381px;
  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;
}
.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 .form-group .input-group .input-group-addon strong {
  font-size: 24px;
  font-weight: normal;
  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 0;
}
.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: #ffffff;
  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: 0px auto;
}
#goBackModalWithTimer.go-back-modal ._validation-error {
  padding: 0px 0 10px 0;
}

/* Go back mobyle */
@media (max-width: 767px) {
  .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: -28px;
  }
  .go-back-modal .modal-body form .form-group .btn {
      padding: 10px 50px;
      font-size: 20px;
      line-height: 30px;
  }
}
/* Go back End */

/* Upgrade now */
.last-step-order-form-modal .heading {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
}

.last-step-order-form-modal .modal-dialog .btn.go_to_step2 {
    text-shadow: none;
    border: 1px solid #852400;
    padding: 6px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    box-shadow:none;
    background: #ff9320;
    font-family: arial;
}
.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: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.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: bold;
    border: none;
    color: #ff9320;
    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: bold;
    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;
    padding: 0;
    background: none;
}
.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;
    }
}
/* Upgrade now End */
.banner-deadline-holder {
    width: 100%;
    background: #000000;
    background: rgba(0,0,0,0.9);
    color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    font-size: 16px;
    font-weight: 200;
    padding: 10px 0;
}
.banner-deadline-holder .banner-deadline {
    width: 930px;
    margin: 0 auto;
    background: url('../images/img-deadline.png') no-repeat left center;
    padding: 10px 0 10px 70px;
}
.banner-deadline-holder .icon-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    cursor: pointer;
}
.banner-deadline-holder .icon-close:hover {
    color: #dddddd;
}
.banner-deadline-holder .banner-deadline .btn-order {
    background: #ffaa2f; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffaa2f 0%, #ff9902 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaa2f), color-stop(100%,#ff9902)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffaa2f 0%,#ff9902 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffaa2f 0%,#ff9902 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffaa2f 0%,#ff9902 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffaa2f 0%,#ff9902 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa2f', endColorstr='#ff9902',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    color: #303030;
    border-radius: 4px;
    text-decoration: none;
    padding: 10px 25px;
    font-weight: normal;
    margin: 0 10px;
}

 .socials-block {
   margin: 40px 0;
}
.socials-block .fb-block {
    text-align: center;
}
.socials-block .fb-block .fb-text {
    margin: 20px 0;
    font-size: 18px;
}
.socials-block .fb-block .fb-like {
    display: block;
    margin: 20px auto;
    overflow: hidden;
}
.socials-block .tw-block .tw-text {
    margin: 20px 0;
    font-size: 18px;
}
.socials-block .tw-block {
    text-align: center;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    max-width: 270px;
    overflow-x: hidden;
}

/*limited banner*/
.limited-banner {
    min-height: 43px;
    height: auto;
    background: #148ef1;
    position: static;
    z-index: 100;
    padding: 0 30px;
}
.limited-banner .close-btn{
    position: absolute;
    top: 0;
    right: 0;
}
.limited-banner .close-btn i {
    color: white;
    font-size: 20px;
    margin: 10px;
    opacity: 0.6;
}
.limited-banner .close-btn i:hover {
    opacity: 1;
}
.limited-banner .body {
    max-width: 1005px;
    text-align: center;
    margin: 0 auto;
}
.limited-banner .body span {
    font-size: 17px;
    color: white;
    display: inline-block;
    vertical-align: middle;
}
.limited-banner .body .btn-default {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #edf3f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#edf3f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#edf3f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#edf3f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#edf3f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#edf3f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edf3f5',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px 1px 0px 2px rgba(0,0,0,0.16);
    width: 112px;
    font-size: 10px;
    color: #0c425b;
    border-radius: 3px;
    border: none;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin: 10px;
    padding: 8px 10px;
    line-height: 1;
}
.limited-banner .body .btn-default:hover {
    opacity: 0.9;
}
/*limited banner*/

/* new calculate */

.page-content .price-calc {
    width: 325px;
    margin: 20px auto;
}
.price-calc form h3 {
    background: #efefef;
    border: 1px solid #dcdcdc;
    margin-bottom: 1px;
    padding: 15px;
    text-transform: uppercase;
    color: #070707;
    text-align: center;
    border-bottom: 2px solid #dfdfdf;
    border-radius: 6px 6px 0 0;
    line-height: 1;
    font-size: 18px;
}
.new-calc {
    background: #f7f7f7;
    border: 1px solid #dedede;
    border-radius: 0 0 6px 6px;
    padding: 15px 25px;
    border-top: 1px solid transparent;
}
.new-calc .line-box {
    margin-bottom: 15px;
    width: 100%;
}
.new-calc .line-box select {
    background: url('../images/select-arrow.png') no-repeat 95% 50% #ffffff;
    width: 100%;
    height: 40px;
    border: 1px solid #d6d6d6;
    color: #707070;
    font-size: 14px;
    padding: 0 10px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 20px;
    border-radius: 6px;
}
.new-calc .calprice_div {
    border-top: 1px solid #dadada;
    padding-top: 20px;
    margin-top: 25px;
    text-align: left;
    margin-bottom: 15px;
}
.new-calc .calprice_div .price-title {
    font-size: 18px;
    color: #707070 !important;
    text-align: left;
    display: inline-block;
    margin-left: 15px;
    vertical-align: 0;
    font-weight: normal !important;
}
.new-calc .calprice_div span {
    display: inline-block;
    margin-left: 65px;
    font-size: 30px;
    vertical-align: -5px;
    color: #000000 !important;
    font-weight: bold;
}
.new-calc .calprice_div span small {
    font-size: 18px;
}
.new-calc .quote-btn {
    background-color: #ffa523;
    background-image: linear-gradient(to bottom, #ff9901, #ffaa30);
    background-repeat: repeat-x;
    border-radius: 4px 4px 4px 4px;
    color: black;
    display: block;
    padding: 17px 20px;
    line-height: 1;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}
.new-calc .quote-btn:hover {
    background-color: #ffa523;
    background-image: linear-gradient(to bottom, #ffb954, #fcab36);
    background-repeat: repeat-x;
    text-decoration: none;   
}

/* new calculate */

/* loyal program */
.steps-holder {
    margin: 40px 0;
}
.steps-holder .item {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}
.steps-holder .item:first-child .num:before,
.steps-holder .item:last-child .num:after {
    display: none;
} 
.steps-holder .item .num,
.steps-holder .item .text {
    display: table-cell;
    vertical-align: middle;
}
.steps-holder .item .num {
    width: 60px;
    height: 60px;
    background-color: #e59328;
    border-radius: 3px 0 0 3px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 100;
    text-align: center;
    color: white;
    position: relative;
}
.steps-holder .item .num:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #e59328;
    left: 15px;
    bottom: -15px;
    z-index: 10;
}
.steps-holder .item .num:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid white;
    left: 15px;
    top: -9px;
}
.steps-holder .item .num span {
    font-size: 25px;
    font-weight: 300;
    display: block;
    padding-top: 10px;
}
.steps-holder .item .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 20px;
    border-radius: 0 3px 3px 0;
    border: 1px solid #bfbfbf;
    border-left: none;
}
/* end loyal program */

/* responsive styles */
.brand_mob{
    display: none;
    position: absolute;
    top: 10px;
    left: 50%;
    right: 50%;
    margin-left: -40px;
}
.brand_mob .logo{

}
.order-mob{
    display: none!important;
}
.bl{
    display: block;
}
.humburger_menu{
    display: none;
    cursor: pointer;
    float: left;
    width: 40px;
    height: 27px;
    margin: 13px 0px 0 10px;
    transition: all 0.3s ease-out;
    transform: rotate(0);
}

.rotate_menu{
    transform: translateX(-5px) rotate(90deg);
}
.humburger{
    display: block;
    position: relative;
    background-color: #fff;
    width: 30px;
    height: 3px;
    border-radius: 3px;
}
.humburger:before{
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    background-color: #fff;
    width: 30px;
    height: 3px;
    border-radius: 3px;
}
.humburger:after{
    content: '';
    position: absolute;
    top: 18px;
    right: 0;
    background-color: #fff;
    width: 30px;
    height: 3px;
    border-radius: 3px;
}
.skype-top-mob{
    display: none;
}
.steps-referal img{
    max-width: 500px;
    padding: 20px;
    width: 100%;
}
.bc-minimize-state-container{
    bottom: 30px !important;
}














/*
     FILE ARCHIVED ON 15:16:41 Aug 10, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:47:28 Jun 22, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.555
  load_resource: 484.546
  PetaboxLoader3.resolve: 405.914
  PetaboxLoader3.datanode: 76.519
*/