body {
    margin:0;
    padding: 0;
    font-family: PT-Sans-Narrow, Arial, Helvertica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}

textarea::-webkit-input-placeholder {padding-top: 65px}
textarea::-moz-placeholder          {padding-top: 65px}
textarea:-moz-placeholder           {padding-top: 65px}
textarea:-ms-input-placeholder      {padding-top: 65px}

p {
    margin: 0;
}

#body_parent {
background: url(../../../images/backgrounds/bg_top_left_lp.png) left top no-repeat, url(../../../images/backgrounds/bg_top_right_lp.png) right top no-repeat,
url(../../../images/backgrounds/bg_center_left_lp.png) left 3320px no-repeat, url(../../../images/backgrounds/bg_center_right_lp.png) right 3320px no-repeat,
url(../../../images/backgrounds/bg_bottom_left_lp.png) left bottom no-repeat, url(../../../images/backgrounds/bg_bottom_right_lp.png) right bottom no-repeat;
}

.collapse:after, #head:after, .custom_why:after, .what-spare ul:after, .top_reviews:after, .table_list:after{
    content: "";
    display: block;
    clear: both;
}

.container {
    width: 1170px;
    margin: 0 auto;
}

.logo {
    width: 50%;
    float: left;
    text-align: left;
    margin-top: 55px;
}

.top_phone {
    width: 45%;
    height: 95px;
    line-height: 80px;
    float: right;
    font-size: 31px;
    color: #000;
    text-align: center;
    background: url(../../../images/backgrounds/top_phone_bg_lp.png) no-repeat center center;
    margin-top: 30px;
    background-size: contain;
}

.custom_left_banner {
    width: 62%;
    float: left;
    margin-top: 40px;
}

.custom_left_banner .title, .rsform_top_form h2 {

    background: -moz-linear-gradient(top, #199ee4 50%, #0597d9);
    background: -webkit-linear-gradient(top, #199ee4 50%, #0597d9);
    background: -o-linear-gradient(top, #199ee4 50%, #0597d9);
    background: -ms-linear-gradient(top, #199ee4 50%, #0597d9);
    background: linear-gradient(top, #199ee4 50%, #0597d9);
    line-height: 75px;
    position: relative;
}
.custom_left_banner .title:before
{
    width: 87%;
    margin: 0 auto;
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0px 22px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0px 22px rgba(0,0,0,0.8);
    box-shadow: 0 0px 22px rgba(0,0,0,0.8);
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}
.rsform_top_form form {
    position: relative;
}
.rsform_top_form form h2:before
{
    margin: 0 auto;
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: url(/images/shadow.png) no-repeat center center;
    background-size: cover;
    z-index: 9;
    left: 0;
    bottom: -20px;
}

input#send:before
{
    margin: 0 auto;
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: url(/images/shadow.png) no-repeat center center;
    background-size: cover;
    z-index: 9;
    left: 0;
    bottom: -20px;
}

.custom_left_banner h3, .rsform_top_form h2 {
    font-family: PT-Sans-Narrow-Bold, Arial, Helvertica, sans-serif;
    font-size: 45px;
    color: #fff;
    line-height: 55px;
    margin-left: 30px;
    padding: 43px 30px 43px 0;
}

.custom_left_banner .image {
    text-align: center;
}

.custom_left_banner .image img {
    padding-top: 10px;
    max-width: 100%;
}

.rsform_top_form {
    margin-top: 30px;
    width: 35%;
    float: right;
    box-shadow: 0 0 10px #dedede;
    border-radius: 10px;
    border: 10px solid #fff;
}

.rsform_top_form h2 {
    margin-left: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 43px;
    padding: 43px 0;
}

form.formResponsive .formHorizontal .formControlLabel {
    display: none;
}

.formResponsive .formBody {
    width: 85%;
    margin: 0 auto;
}

form.formResponsive .formHorizontal .formControls {
    margin-left: 0;
}

form.formResponsive .formHorizontal textarea {
    width: 96%;
    height: 150px;
    margin-top: 14px;
    border: 1px solid #0e4280;
    border-radius: 15px;
    background: #fff;
    outline: none;
    margin-bottom: 0;
    box-shadow: inset 0px 0px 10px #000;
}

form.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0;
}

.formResponsive fieldset {
    background: #4cadff;
}

form.formResponsive .formHorizontal input {
    width: 96%;
    height: 46px;
    border: 1px solid #0e4280;
    border-radius: 15px;
    background: #fff;
    outline: none;
    margin-bottom: 0;
    box-shadow: inset 0px 0px 10px #000;
}

.rsform_top_form .formResponsive {
    margin: 0;
}

form.formResponsive .formHorizontal input.rsform-submit-button {
    width: 100%;
    height: 85px;
    line-height: 58px;
    color: #012048;
    border: 1px solid #ae3b03;
    background: url(../../../images/backgrounds/bg_button_form_arrow.png) no-repeat 250px center, url(../../../images/backgrounds/bg_button_form.png) repeat-x center left;
    background-size: contain;
    font-family: "Myriad Pro", Arial, Helvertica, sans-serif;
    font-size: 42px;
    text-transform: uppercase;
    border-radius: 65px;
    outline: none;
    box-shadow: 0 3px 3px #828ba2;
    margin-bottom: 15px;
    box-shadow: 0px 14px 42px -12px rgba(0,0,0,0.8);
}
.why {
    margin-top: 20px;
}
form.formResponsive .formHorizontal input.rsform-submit-button:hover {
    text-shadow: 1px 1px 1px #022470;
}
.rsform_top_form #userForm:before {
    content: "";
    position: absolute;
    left:0;
    bottom: -20px;
    background-size: cover;
    width: 100%;
    height: 20px;
    background: url('/images/shadow-form.png') no-repeat center center;
}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}
::-webkit-input-placeholder {text-align: center; color: #4cadff; font-size: 33px; line-height: 33px; font-family: PT-Sans-Narrow, Arial, Helvertica, sans-serif;}
::-moz-placeholder          {text-align: center; color: #4cadff; font-size: 33px; line-height: 33px; font-family: PT-Sans-Narrow, Arial, Helvertica, sans-serif;}
:-moz-placeholder           {text-align: center; color: #4cadff; font-size: 33px; line-height: 33px; font-family: PT-Sans-Narrow, Arial, Helvertica, sans-serif;}
:-ms-input-placeholder      {text-align: center; color: #4cadff; font-size: 33px; line-height: 33px; font-family: PT-Sans-Narrow, Arial, Helvertica, sans-serif;}

.container.brends {
    width: 75%;
}

.moduletable_brends h2 {
    font-family: PT-Sans-Narrow-Bold, Arial, Helvertica, sans-serif;
    font-size: 39px;
    color: #02316e;
}

.moduletable_brends h3 {
    font-family: PT-Sans-Narrow-Bold, Arial, Helvertica, sans-serif;
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
}

.moduletable_brends {
    margin-top: 30px;
    text-align: center;
}

.moduletable_brends p {
    margin: 20px 0;
}

.why .text {
    font-family: PT-Sans-Narrow-Bold, Arial, Helvertica, sans-serif;
    font-size: 48px;
    text-align: center;
}

.why1 .text,  .why3 .text{
    right: 500px;
}

.why2 .text, .why4 .text {
    left: 317px;
}
.printer_why1, .printer_why3{
    border-bottom: 10px solid #4cadff;
}
.printer_why2, .printer_why4{
    border-top: 10px solid #4cadff;
    margin-top: 63px;
}

.why .text {
    background: -moz-linear-gradient(top, #2279cb 50%, #033877);
    background: -webkit-linear-gradient(top, #2279cb 50%, #033877);
    background: -o-linear-gradient(top, #2279cb 50%, #033877);
    background: -ms-linear-gradient(top, #2279cb 50%, #033877);
    background: linear-gradient(top, #2279cb 50%, #033877);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.price h3 {
    background: -moz-linear-gradient(top, #033877 50%, #2279cb);
    background: -webkit-linear-gradient(top,  #033877 50%, #2279cb);
    background: -o-linear-gradient(top, #033877 50%, #2279cb);
    background: -ms-linear-gradient(top, #033877 50%, #2279cb);
    background: linear-gradient(top, #033877 50%, #2279cb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.printer_why1 .text, .printer_why3 .text{
    max-width: 280px;
    margin: 0 auto 78px;
    line-height: 60px
}
.printer_why2 .text, .printer_why4 .text{
    padding-top: 65px;
    max-width: 270px;
    margin: 0 auto;
    line-height: 60px;
}
.printer_why1, .printer_why2, .printer_why3, .printer_why4 {
    position: relative;
    width: 25%;
    float: left;
}

.why1 {
    background: url(../../../images/backgrounds/why/why-1.png) no-repeat right center;
    background-size: contain;
}

.why2 {
    background: url(../../../images/backgrounds/why/why-2.png) no-repeat left center;
    background-size: contain;
}

.why3 {
    background: url(../../../images/backgrounds/why/why-3.png) no-repeat right center;
    background-size: contain;
}

.why4 {
    background: url(../../../images/backgrounds/why/why-4.png) no-repeat left center;
    background-size: contain;
}

.moduletable_why h2 {
    margin: 45px 0 60px;
    text-align: center;
    font-family: PT-Sans-Narrow-Bold, Arial, Helvertica, sans-serif;
    font-size: 63px;
    color: #d00f57;
}

.moduletable_problems h3 {
    width: 1000px;
    text-align: center;
    position: relative;
    line-height: 68px;
    display: block;
    margin: 60px auto 10px;
    font-size: 60px;
    color: #ffcc00;
    font-family: PT-Sans-Narrow-Bold, Arial, Helvertica, sans-serif;
}
.moduletable_problems h3:after {
    content: '';
    background: url(../../../images/backgrounds/problems_bg.png) no-repeat center center;
    width: 110%;
    height: 124%;
    top: -5px;
    left: -65px;
    background-size: cover;
    position: absolute;
    z-index: -1;
}
.moduletable_works {
    height: 217px;
    background: url(../../../images/backgrounds/we_works.png) no-repeat 90% center, url(../../../images/backgrounds/we_works_bg.png) repeat-x left center;
    margin-top: 100px;
}

.moduletable_works h3 {
    width: 700px;
    height: 145px;
    line-height: 80px;
    font-family: PT-Sans-Narrow-Bold, Arial, Helvertica, sans-serif;
    font-size: 66px;
    display: block;
    text-align: center;
    padding: 20px 0 0 10px;
}

.moduletable_master {
    width: 700px;
    margin: 40px auto 0;
    text-align: center;
    font-family: PT-Sans-Narrow, Arial, Helvertica, sans-serif;
    font-size: 60px;
    line-height: 80px;
}

.moduletable_center_form {
    margin-top: 50px;
    border: 10px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px grey;
}

.rsform_center_form h2 {
    text-align: center;
    color: #fff;
    font-family: PT-Sans-Narrow-Bold, Arial, Helvertica, sans-serif;
    text-transform: uppercase;
    height: 80px;
    font-size: 35px;
    background: url(../../../images/backgrounds/top_form_bg.png) repeat-x left center;
    line-height: 80px;
}

.rsform_center_form .rsform-block-problem {
    width: 33%;
    float: left;
}

.rsform_center_form .rsform-block-send {
    width: 33%;
    float: left;
}

.rsform_center_form form.formResponsive .formHorizontal textarea {
    width: 100%;
}

.rsform_center_form .formResponsive {
    margin: 0;
}

.rsform_center_form form.formResponsive .formHorizontal .rsform-block-telephone input,
.rsform_center_form form.formResponsive .formHorizontal .rsform-block-name input
{
    width: 100%;
    height: 30px;
}

.rsform_center_form form.formResponsive .formHorizontal .rsform-block-telephone .formControls {
    height: 65px;
}

.rsform_center_form .rsform-block-send {
    margin-top: 50px;
}

.rsform_center_form form.formResponsive .formHorizontal input.rsform-submit-button {
    background: url(../../../images/backgrounds/bg_button_form.png) repeat-x center left;
}

.moduletable_scheme {
    margin-top: 30px;
}

.moduletable_scheme.mobile {
    display: none;
}

.moduletable_scheme h3 {
    text-align: center;
    font-family: PT-Sans-Narrow-Bold, Arial, Helvertica, sans-serif;
    color: #12458a;
    font-size: 80px;
}

.custom_scheme {
    position: relative;
    height: 680px;
    background: url(../../../images/backgrounds/scheme/scheme.png) no-repeat center center;
    background-size: contain;
}

.step {
    width: 290px;
    height: 265px;
}

.step .image {
    width: 185px;
    height: 185px;
    margin: 0 auto;
    text-indent: -9999px;
}

.step .text {
    text-align: center;
    font-family: PT-Sans-Narrow, Arial, Helvertica, sans-serif;
    font-size: 30px;
}
.step {
    position: absolute;
}

.step.one {
    left: 5%;
    top: 75px;
}

.step.two {
    left: 35.5%;
    top: 75px;
}

.step.three {
    right: 5%;
    top: 75px;
}

.step.four {
    left: 5%;
    top: 400px;
}

.step.five {
    left: 35.5%;
    top: 400px;
}

.step.six {
    right: 5%;
    top: 400px;
}

.step.one .image {
    background: url(../../../images/backgrounds/scheme/step-1.png) no-repeat center center, url(../../../images/backgrounds/scheme/step_bg.png) no-repeat center center;
}

.step.two .image {
    background: url(../../../images/backgrounds/scheme/step-2.png) no-repeat center center, url(../../../images/backgrounds/scheme/step_bg.png) no-repeat center center;
}

.step.three .image {
    background: url(../../../images/backgrounds/scheme/step-3.png) no-repeat center center, url(../../../images/backgrounds/scheme/step_bg.png) no-repeat center center;
}

.step.four .image {
    background: url(../../../images/backgrounds/scheme/step-4.png) no-repeat center center, url(../../../images/backgrounds/scheme/step_bg_2.png) no-repeat center center;
}

.step.five .image {
    background: url(../../../images/backgrounds/scheme/step-5.png) no-repeat center center, url(../../../images/backgrounds/scheme/step_bg_2.png) no-repeat center center;
}

.step.six .image {
    background: url(../../../images/backgrounds/scheme/step-6.png) no-repeat center center, url(../../../images/backgrounds/scheme/step_bg_2.png) no-repeat center center;
}

.moduletable_reviews .bt-cs .bt-introtext {
    width: 91%;
    margin: 0 auto;
    padding: 25px 55px;
    background: #fff;
    font-family: PT-Sans-Narrow, Arial, Helvertica, sans-serif;
    font-size: 25px;
    color: #666666;
}

#btcontentslider98, #btcontentslider99 {
    background: #fff;
}

.moduletable_reviews .bt-cs .bt-introtext h2 {
    font-style: italic;
}

.moduletable_reviews .bt-cs .slides_container {
    border: 1px solid #999999;
}

.moduletable_reviews .bt-cs .bt-row, .moduletable_reviews .bt-cs .bt-inner {
    padding: 0;
}

.moduletable_reviews .bt-cs a.prev {
    background: url(../../../images/backgrounds/slider_prev.png) left center no-repeat !important;
    opacity: 1;
    left: -10px;
    display: block!important;
}

.moduletable_reviews .bt-cs a.next {
    background: url(../../../images/backgrounds/slider_next.png) left center no-repeat !important;
    opacity: 1;
    right: -10px;
    display: block!important;
}

.moduletable_reviews .bt-cs .next, .moduletable_reviews .bt-cs .prev {
    width: 60px;
}

.moduletable_reviews .bt-cs .next, .moduletable_reviews .bt-cs .prev {
    display: block;
}

.moduletable_reviews > h3 {
    font-family: PT-Sans-Narrow-Bold, Arial, Helvertica, sans-serif;
    font-size: 60px;
    color: #d8063c;
    text-align: center;
    background: -moz-linear-gradient(top, #9c0600 50%, #fc0b5e);
    background: -webkit-linear-gradient(top, #9c0600 50%, #fc0b5e);
    background: -o-linear-gradient(top, #9c0600 50%, #fc0b5e);
    background: -ms-linear-gradient(top, #9c0600 50%, #fc0b5e);
    background: linear-gradient(top, #9c0600 50%, #fc0b5e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.moduletable_reviews .bt-cs h3 {
    color: #4cadff;
    font-style: italic;
}

.moduletable_reviews .bt-cs h4 {
    margin: 15px 0;
}

.moduletable_reviews.promo > h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 78px;
    display: block;
    width: 500px;
    height: 200px;
    line-height: 200px;
    background: url(../../../images/backgrounds/promo_bg.png) no-repeat center center;
    background-size: contain;
    margin: 40px auto;
}

.moduletable_reviews.promo .bt-cs .bt-introtext {
    text-align: center;
}

.moduletable_reviews.promo .bt-cs .bt-inner img {
    outline: none;
}

.moduletable_bottom_form {
    margin-top: 50px;
    box-shadow: 0 10px 15px #828ba2;
}

.rsform_bottom_form h2.form-title {
    color: #fff;
    font-size: 35px;
    font-family: PT-Sans-Narrow, Arial, Helvertica, sans-serif;
    text-transform: uppercase;
    text-shadow: 0 1px #2591f0;
}

.rsform_bottom_form .formResponsive fieldset {
    background: url(../../../images/backgrounds/top_form_bg.png) repeat-x left center;
    background-size: contain;
}

.rsform_bottom_form form.formResponsive .formHorizontal input {
    width: 70%;
    height: 30px;
}

.rsform_bottom_form form.formResponsive .formHorizontal .rsform-block {
    text-align: center;
}

.rsform_bottom_form form.formResponsive .formHorizontal input.rsform-submit-button {
    width: 85%;
    height: 60px;
    word-wrap: inherit;
    font-size: 25px;
    line-height: 60px;
    background: url(../../../images/backgrounds/bg_button_form_arrow.png) no-repeat 310px center, url(../../../images/backgrounds/bg_button_form.png) repeat-x center left;
    box-shadow: none;
}

#footer .container {
    width: 950px;
    margin: 0 auto;
    height: 400px;
    background: url(../../../images/backgrounds/footer_map.png) no-repeat center center;
    color: #003366;
    text-transform: uppercase;
    font-size: 35px;
}

.footer-left {
     width: 35%;
     float: left;
  font-size: 33px;
 }

.footer-left p {
    margin: 30px 0;
}

.footer-right {
    width: 25%;
    float: right;
    text-align: right;
    margin: 105px 100px 0 0;
}

.moduletable_reviews .bt-introtext img {
  max-width: 1025px;
  
} 

p.thanks-message {
  	min-height: 156px;
    background: url(../../../images/backgrounds/top_form_bg.png) repeat-x left center;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 35px;
}

.footer-left .custommobile {
  display: none;
}

.custom.top_phone.mobile {
  display: none;
}

.moduletable_reviews {
  margin-top: 30px;
}

b.footer-work, b.footer-mail {
  font-size:33px;
  font-weight: bold;
}

#Go_Top{
    position: fixed;
    bottom: 25px;
    right: 1px;
    cursor: pointer;
}
#Go_Top img{
    width: 60px;
    height: 60px;
}

html.landing-plotters .custom_left_banner h3, html.landing-plotters .rsform_top_form h2 {
      font-size: 40px;
}

html.landing-plotters .rsform_top_form h2  {
  font-size: 22px;
}

html.landing-plotters #menu-parent li.item-116 {display:none;}

.price {
  width: 1050px;
  margin: 0 auto;
}

.price table {
  width: 100%;
  border: 1px solid #69cbd0;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.price table td {
  border: 1px solid #69cbd0;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  padding: 10px 0;
}

.price table tbody tr:first-child td {
  background: url(../../../images/backgrounds/top_form_bg.png) repeat-x left center;
  color: #fff;
  font-size: 25px;
  border: none;
}

.price h3 {
    text-align: center;
    font-size: 60px;
    line-height: 69px;
    color: #02316e;
    margin: 80px 0 50px;
    font-family: PT-Sans-Narrow-Bold, Arial, Helvertica, sans-serif;
}
.price span {
  display: block;
  margin: 10px 0;
  font-size: 20px;
}
.what-spare h2{
    background: -moz-linear-gradient(top, #fe8c00 50%, #f83c00);
    background: -webkit-linear-gradient(top, #fe8c00 50%, #f83c00);
    background: -o-linear-gradient(top, #fe8c00 50%, #f83c00);
    background: -ms-linear-gradient(top, #fe8c00 50%, #f83c00);
    background: linear-gradient(top, #fe8c00 50%, #f83c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: PT-Sans-Narrow-Bold, Arial, Helvertica, sans-serif;
    font-size: 60px;
    text-align: center;
    line-height: 70px;
}
.what-spare li {
    font-size: 48px;
    color: #02306c;
    font-family: PT-Sans-Narrow-Bold, Arial, Helvertica, sans-serif;
    float: left;
    width: 100%;
}
.what-spare li span{
    padding-left: 70px;
    position: relative;
    display: block;
    max-width: 450px;
    line-height: 55px;
}
.what-spare li span:after {
    content: '';
    width: 20px;
    height: 20px;
    top:23px;
    left: 0;
    position: absolute;
    background: url('/images/ball.png') no-repeat center center;
    background-size: cover;
}
.what-spare ul {
    padding: 0;
    list-style: none;
    margin-top: 60px;
    width: 50%;
    float: left;
}
.what-spare {
    margin-top: 75px;
}
.container.reviews {
    margin-bottom: 70px;
}
.top_reviews .title{
    font-size: 30px;
    color: #666666;
    font-family: PT-Sans-Narrow-Bold, Arial, Helvertica, sans-serif;
    width: 30%;
    float: left;
    text-transform: uppercase;
}
.top_reviews h3.name{
    text-transform: uppercase;
    color: #666666;
    float: right;
    width: 70%;
    font-size: 31px;
    text-align: right;
    font-family: "MyriadProLight", Arial, Helvertica, sans-serif;
    font-style: italic;
}
.item_reviews p{
    color: #666666;
    font-size: 30px;
    line-height: 34px;
    height: 207px;
    overflow: hidden;
    margin-top: 15px;
}
.item_reviews {
    background: #fff;
    border: 1px solid #000;
    padding: 30px 60px;
    -webkit-box-shadow: 0px 6px 21px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 6px 21px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 6px 21px 0px rgba(0,0,0,0.5);
}
.item_reviews .read_link span, .item_reviews .read_next span{
    position: relative;
    top:-1px;
}
.item_reviews .read_next {
    color: #666666;
    font-size: 31px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
    display: table;
    margin-bottom: 25px;
    font-style: italic;
}
.item_reviews .read_link {
    color: #666666;
    font-size: 31px;
    text-transform: uppercase;
    display: table;
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px solid #666666;
    line-height: 33px;
}
span.data {
    color: #666666;
    font-size: 31px;
    text-align: right;
    margin-top: -38px;
    display: block;
}
.item_reviews {
    margin-bottom: 30px;
}
.epson .custom_left_banner .title, .epson .rsform_top_form h2,
.mutoh .custom_left_banner .title, .mutoh .rsform_top_form h2{
    background: -moz-linear-gradient(top, #233294 50%, #10218b);
    background: -webkit-linear-gradient(top, #233294 50%, #10218b);
    background: -o-linear-gradient(top, #233294 50%, #10218b);
    background: -ms-linear-gradient(top, #233294 50%, #10218b);
    background: linear-gradient(top, #233294 50%, #10218b);
}
.canon .custom_left_banner .title, .canon .rsform_top_form h2,
.mimaki .custom_left_banner .title, .mimaki .rsform_top_form h2,
.xerox .custom_left_banner .title, .xerox .rsform_top_form h2{
    background: -moz-linear-gradient(top, #db3341 50%, #d82231);
    background: -webkit-linear-gradient(top, #db3341 50%, #d82231);
    background: -o-linear-gradient(top, #db3341 50%, #d82231);
    background: -ms-linear-gradient(top, #db3341 50%, #d82231);
    background: linear-gradient(top, #db3341 50%, #d82231);
}
.canon .formResponsive fieldset,
.mimaki .formResponsive fieldset,
.xerox .formResponsive fieldset{
background: #a0000e;
}
.canon .why .text,
.mimaki .why .text,
.xerox .why .text {
    background: -moz-linear-gradient(top, #a0000e 50%, #d8212e);
    background: -webkit-linear-gradient(top, #a0000e 50%, #d8212e);
    background: -o-linear-gradient(top, #a0000e 50%, #d8212e);
    background: -ms-linear-gradient(top, #a0000e 50%, #d8212e);
    background: linear-gradient(top, #a0000e 50%, #d8212e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.canon .printer_why1, .canon .printer_why3, .canon .printer_why2, .canon .printer_why4,
.mimaki .printer_why1, .mimaki .printer_why3, .mimaki .printer_why2, .mimaki .printer_why4,
.xerox .printer_why1, .xerox .printer_why3, .xerox .printer_why2, .xerox .printer_why4{
    border-color: #d82231;
}
.container.reviews .moduleItemAuthorAvatar, .container.reviews  .moduleItemTitle, .container.reviews  .moduleItemAuthor, .container.reviews .moduleItemDateCreated,
.container.reviews .moduleItemCategory{
    display: none;
}
#footer {
  margin-bottom: 30px;
}

h3.five_title {
    text-align: center;
    font-size: 60px;
    line-height: 69px;
    color: #02316e;
    margin: 70px 0 50px;
    font-family: PT-Sans-Narrow-Bold, Arial, Helvertica, sans-serif;
}
.bottom-form {
    margin-top: 40px;
}
.bottom-form :focus::-webkit-input-placeholder {color: transparent}
.bottom-form :focus::-moz-placeholder          {color: transparent}
.bottom-form :focus:-moz-placeholder           {color: transparent}
.bottom-form :focus:-ms-input-placeholder      {color: transparent}
.bottom-form ::-webkit-input-placeholder {text-align: center; color: #4cadff; font-size: 25px; line-height: 25px; font-family: PT-Sans-Narrow, Arial, Helvertica, sans-serif;}
.bottom-form ::-moz-placeholder          {text-align: center; color: #4cadff; font-size: 25px; line-height: 25px; font-family: PT-Sans-Narrow, Arial, Helvertica, sans-serif;}
.bottom-form :-moz-placeholder           {text-align: center; color: #4cadff; font-size: 25px; line-height: 25px; font-family: PT-Sans-Narrow, Arial, Helvertica, sans-serif;}
.bottom-form :-ms-input-placeholder      {text-align: center; color: #4cadff; font-size: 25px; line-height: 25px; font-family: PT-Sans-Narrow, Arial, Helvertica, sans-serif;}
.itemList #itemListLeading {
  max-width: 950px;
    margin: 0 auto;
}
.itemList #itemListLeading div.itemContainerLast {
    width: 100%;
}
form.formResponsive .formHorizontal .rsform-block.rsform-block-compliance label {
    display: block;
    height: auto;
    float: none;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
}
form.formResponsive .formHorizontal .rsform-block.rsform-block-compliance input#compliance30 {
    width: auto!important;
    height: auto!important;
    margin-top: 1px;
      box-shadow: none;
}
.custom.logo{
  max-width: 235px;
  margin-top: 0;
}
.custom.logo img{
	max-width: 100%;
}