html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
menu, article, section, nav, footer, figure, var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, menu {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

a:link, a:visited, a:hover, a:focus, a:active {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100.01%;
  font-family: sans-serif;
  color: #333;
}

body {
  position: relative;
  font-family: sans-serif;
  color: #333;
  font-size: 24px;
}

b, strong {
  font-weight: bold;
}

button:hover {
  cursor: pointer;
}

a, input, button {
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
}

var {
  font-style: normal;
}

/*
==============================
color
==============================
*/
/*
==============================
Fonts
==============================
*/
@font-face {
  font-family: "cabinsketch-bold";
  src: url('../fonts/cabin-sketch/cabinsketch-bold.eot?1481183648');
  src: url('../fonts/cabin-sketch/cabinsketch-bold.eot?&1481183648#iefix') format('embedded-opentype'), url('../fonts/cabin-sketch/cabinsketch-bold.woff?1481183648') format('woff'), url('../fonts/cabin-sketch/cabinsketch-bold.woff2?1481183648') format('woff2'), url('../fonts/cabin-sketch/cabinsketch-bold.ttf?1481183648') format('truetype'), url('../fonts/cabin-sketch/cabinsketch-bold.svg?1481183648') format('svg');
}
@font-face {
  font-family: "cabinsketch-regular";
  src: url('../fonts/cabin-sketch/cabinsketch-regular.eot?1481183648');
  src: url('../fonts/cabin-sketch/cabinsketch-regular.eot?&1481183648#iefix') format('embedded-opentype'), url('../fonts/cabin-sketch/cabinsketch-regular.woff?1481183648') format('woff'), url('../fonts/cabin-sketch/cabinsketch-regular.woff2?1481183648') format('woff2'), url('../fonts/cabin-sketch/cabinsketch-regular.ttf?1481183648') format('truetype'), url('../fonts/cabin-sketch/cabinsketch-regular.svg?1481183648') format('svg');
}
@font-face {
  font-family: "oswald-bold";
  src: url('../fonts/oswald/oswald-bold.eot?1481183606');
  src: url('../fonts/oswald/oswald-bold.eot?&1481183606#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-bold.woff?1481183606') format('woff'), url('../fonts/oswald/oswald-bold.woff2?1481183606') format('woff2'), url('../fonts/oswald/oswald-bold.ttf?1481183606') format('truetype'), url('../fonts/oswald/oswald-bold.svg?1481183606') format('svg');
}
@font-face {
  font-family: "oswald-regular";
  src: url('../fonts/oswald/oswald-regular.eot?1481183606');
  src: url('../fonts/oswald/oswald-regular.eot?&1481183606#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-regular.woff?1481183606') format('woff'), url('../fonts/oswald/oswald-regular.woff2?1481183606') format('woff2'), url('../fonts/oswald/oswald-regular.ttf?1481183606') format('truetype'), url('../fonts/oswald/oswald-regular.svg?1481183606') format('svg');
}
@font-face {
  font-family: "oswald-light";
  src: url('../fonts/oswald/oswald-light.eot?1481183606');
  src: url('../fonts/oswald/oswald-light.eot?&1481183606#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-light.woff?1481183606') format('woff'), url('../fonts/oswald/oswald-light.woff2?1481183606') format('woff2'), url('../fonts/oswald/oswald-light.ttf?1481183606') format('truetype'), url('../fonts/oswald/oswald-light.svg?1481183606') format('svg');
}
/*
==============================
global
==============================
*/
body {
  font-family: "oswald-regular", Arial, sans-serif;
  color: #000;
}

img {
  width: 100%;
}

.g-site_width {
  max-width: 1170px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

sup {
  font-size: 60%;
}

/*
==============================
layout
==============================
*/
.l-btn, .l-btn_blue, .l-sub_menu ul li, .g-contact_overlay_item, .b-unsubscribe form button {
  border: 2px solid #f9e6c1;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "oswald-bold", Arial, sans-serif;
  font-size: 26px;
  color: #000;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  max-width: 290px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.l-btn:hover, .l-btn_blue:hover, .l-sub_menu ul li:hover, .g-contact_overlay_item:hover, .b-unsubscribe form button:hover {
  border: 2px solid #f9e6c1;
  background: #f9e6c1;
  text-decoration: none;
}

.l-btn_blue {
  border: 2px solid #1ab7ea;
}
.l-btn_blue:hover {
  background: #1ab7ea;
  border: 2px solid #1ab7ea;
}

.l-page_title {
  margin-top: 75px;
  color: white;
  text-align: center;
  background: #1ab7ea;
  padding: 65px 0;
  font-size: 28px;
  text-transform: uppercase;
}
.l-page_title h1 {
  line-height: 1.2;
}

.l-sub_menu {
  padding: 40px 0 45px;
  text-align: center;
}
.l-sub_menu ul {
  font-size: 0px;
}
.l-sub_menu ul li {
  background: #c9cacb;
  padding: 0;
  max-width: 234px;
}
.l-sub_menu ul li a {
  display: block;
  text-decoration: none;
  color: white;
  padding: 15px;
  font-size: 20px;
}
.l-sub_menu ul li.active {
  background: white;
}
.l-sub_menu ul li.active a {
  color: #000;
}
.l-sub_menu ul li:nth-child(2) {
  border-right: none;
  border-left: none;
}

/*
==============================
header
==============================
*/
.g-header {
  font-family: "oswald-regular", Arial, sans-serif;
  padding: 16px 0 4px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.g-header.sticky {
  padding: 5px 0 4px;
}
.g-header.sticky .g-header_logo img {
  max-width: 150px;
  padding: 7px 0 0;
}
.g-header_contact {
  width: 155px;
  float: right;
  text-align: right;
}
.g-header_contact a {
  border: 2px solid #f9e6c1;
  padding: 3px 10px;
  font-size: 22px;
  color: #939598;
  text-align: center;
  background: transparent;
  text-decoration: none;
  display: block;
  width: 100%;
  margin-top: 5px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.g-header_contact a:hover {
  background: #f9e6c1;
  border: 2px solid transparent;
  color: #fff;
}
.g-header_logo {
  float: left;
  width: 200px;
}
.g-header_logo img {
  max-width: 188px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.g-header_menu {
  width: calc(100% - 200px - 155px);
  float: left;
}
.g-header_menu .navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin: 0;
}
.g-header_menu .navbar-default .navbar-nav > li {
  padding: 12px 0px;
}
.g-header_menu .navbar-default .navbar-nav > li > a {
  color: #1ab7ea;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
  border-right: 2px solid #939598;
  padding: 2px 14px;
}
.g-header_menu .navbar-default .navbar-nav > li span {
  height: 2px;
  background: #1ab7ea;
  width: 0px;
  display: block;
  margin: 3px auto 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.g-header_menu .navbar-default .navbar-nav > li:hover span,
.g-header_menu .navbar-default .navbar-nav > li .active span {
  width: 85%;
  margin: 3px auto 0;
}
.g-header_menu .navbar-default .navbar-nav > li:last-child a {
  border-right: none;
}

/*
==============================
CONTACT
==============================
*/
.g-contact {
  background: url(/images/bg4.jpg) no-repeat left top;
  height: 670px;
  overflow: hidden;
  text-align: center;
}
.g-contact_right {
  margin-left: 50%;
  position: relative;
  height: 100%;
}
.g-contact_map {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.g-contact_map .b-map {
  width: 100%;
  height: 100%;
  position: relative;
}
.g-contact_overlay {
  padding: 42px 5px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  /*bottom: 0;*/
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.g-contact_overlay.open {
  top: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.g-contact_overlay h2 {
  font-family: "oswald-bold", Arial, sans-serif;
  font-size: 40px;
  color: white;
  text-transform: uppercase;
  padding-bottom: 42px;
  letter-spacing: 1px;
}
.g-contact_overlay_item {
  background: rgba(255, 255, 255, 0.8);
  display: block;
  margin: 0 auto 30px;
  padding: 26px 5px;
  letter-spacing: 0px;
  line-height: 1.2;
}
.g-contact_overlay_item.r-last {
  padding: 20px 5px;
}
.g-contact_overlay_item a {
  color: #000;
  text-decoration: none;
}
.g-contact_overlay_item h3 {
  font-size: 22px;
}
.g-contact_overlay_item p {
  font-family: "oswald-regular", Arial, sans-serif;
  font-size: 20px;
}
.g-contact_overlay_social {
  padding: 18px 0px 0;
}
.g-contact_overlay_social li {
  background: url(/images/sprite.png) no-repeat;
  background-position: 0 0;
  height: 39px;
  width: 39px;
  display: inline-block;
  margin: 0 20px;
  cursor: pointer;
}
.g-contact_overlay_social li a {
  display: block;
}
.g-contact_overlay_social .b-social_fb {
  background-position: 0 0;
}
.g-contact_overlay_social .b-social_fb:hover {
  background-position: 0 -39px;
}
.g-contact_overlay_social .b-social_tw {
  background-position: 0 -156px;
}
.g-contact_overlay_social .b-social_tw:hover {
  background-position: 0 -195px;
}
.g-contact_overlay_social .b-social_in {
  background-position: 0 -78px;
}
.g-contact_overlay_social .b-social_in:hover {
  background-position: 0 -117px;
}
.g-contact_footer {
  font-family: "oswald-light", Arial, sans-serif;
  font-size: 18px;
  color: white;
  width: 100%;
  padding: 0 8% 10px 0;
  position: absolute;
  bottom: 0;
  background: #636466;
  z-index: 10;
  cursor: pointer;
  text-align: right;
}
.g-contact_footer span {
  width: 175px;
  float: right;
  text-align: center;
  display: block;
}
.g-contact_footer span:before {
  content: '';
  position: absolute;
  top: -32px;
  right: 8%;
  width: 0;
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-bottom: 40px solid #636466;
  z-index: -1;
}

/*
==============================
footer
==============================
*/
.g-footer {
  background: #939598;
  padding: 21px 0;
  position: relative;
}
.g-footer_logo {
  position: absolute;
  top: -12px;
  left: 15px;
}
.g-footer_logo a {
  float: left;
}
.g-footer_logo a:first-child img {
  max-width: 82px;
  margin-right: 17px;
  padding-top: 7px;
}
.g-footer_logo a:nth-child(2) img {
  max-width: 78px;
}
.g-footer_logo img {
  vertical-align: middle;
}
.g-footer_menu {
  text-align: center;
  color: white;
  font-family: "oswald-regular", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.g-footer_menu li {
  display: inline-block;
}
.g-footer_menu li a {
  padding: 0 7px;
  border-right: 2px solid white;
  text-decoration: none;
  color: white;
}
.g-footer_menu li a.r-last {
  border: none;
}
.g-footer_menu li a:hover {
  text-decoration: underline;
}
.g-footer_menu p {
  padding: 15px 0 0;
}

/*
==============================
media GLOBAL
==============================
*/
@media (max-width: 1000px) {
  .l-btn, .l-btn_blue, .l-sub_menu ul li, .g-contact_overlay_item, .b-unsubscribe form button {
    padding: 10px;
  }

  .g-contact_overlay_item.r-last {
    padding: 10px 5px;
  }
  .g-contact_overlay h2 {
    font-size: 34px;
  }

  .l-page_title {
    padding: 45px 0;
  }

  .l-sub_menu ul li {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .g-header_logo {
    position: relative;
    z-index: 1;
  }
  .g-header_menu {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
  }
  .g-header_menu .navbar-default .navbar-collapse {
    background: #fff;
    text-align: center;
  }
  .g-header_menu .navbar-default .navbar-collapse .navbar-nav > li:hover {
    background: #f9e6c1;
  }
  .g-header_menu .navbar-default .navbar-collapse .navbar-nav > li a {
    border-right: none;
  }
  .g-header_menu .navbar-default .navbar-collapse .navbar-nav > li span {
    display: none;
  }
  .g-header_contact {
    float: left;
    z-index: 1;
    position: relative;
  }

  .g-contact {
    height: 600px;
  }
  .g-contact_right {
    margin-left: 0;
  }

  .g-footer {
    padding: 10px 0;
  }
  .g-footer_logo {
    position: static;
    text-align: center;
  }
  .g-footer_logo a {
    float: none;
  }
  .g-footer_menu {
    padding-top: 15px;
  }
}
@media (max-width: 740px) {
  .l-sub_menu ul li {
    max-width: 185px;
  }
}
@media (max-width: 500px) {
  .g-header.sticky .g-header_logo {
    height: 0;
  }
  .g-header.sticky .g-header_logo img {
    opacity: 0;
  }
  .g-header_logo {
    width: 100%;
    float: none;
    text-align: center;
  }

  .l-page_title {
    margin-top: 120px;
  }

  .l-sub_menu ul li {
    max-width: 100%;
  }
  .l-sub_menu ul li:nth-child(2) {
    border-top: none;
    border-bottom: none;
    border-left: 2px solid #f9e6c1;
    border-right: 2px solid #f9e6c1;
  }
}
@media (max-width: 430px) {
  .l-page_title {
    padding: 35px 0;
  }
}
@media (max-width: 365px) {
  .g-footer_menu {
    font-size: 11px;
  }
}
/*
==============================
 END GLOBAL
==============================
*/
/*
==========================================
INDEX page
==========================================
*/
.b-main {
  background: url(/images/bg1.jpg) center no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.b-main .g-site_width {
  overflow: hidden;
}
.b-main_left {
  float: left;
  width: 48%;
  padding-top: 0px;
  /*padding-top: 68px;*/
}
.b-main_left_logo img {
  max-width: 418px;
}
.b-main_left_content {
  font-family: "oswald-bold", Arial, sans-serif;
  /*padding-top: 111px;*/
  padding-top: 155px;
  color: #fff;
}
.b-main_left_content h2 {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.b-main_left_content p {
  font-family: "oswald-bold", Arial, sans-serif;
  font-size: 22px;
  padding-top: 23px;
  padding-bottom: 28px;
  line-height: 1.3;
  letter-spacing: -0.3px;
  width: 100%;
}
.b-main_right {
  float: right;
  width: 47%;
}
.b-main_right h1 {
  font-family: "cabinsketch-bold", Arial, sans-serif;
  color: #f9e6c1;
  font-size: 56px;
  /*padding-top: 118px;*/
  padding-top: 20px;
  line-height: 1.2;
  letter-spacing: 1.3px;
  text-align: center;
}

/*
==========================
Discription
==========================
*/
.b-description {
  background: url(/images/bg2.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
.b-description .g-site_width {
  overflow: hidden;
}
.b-description h2 {
  font-family: "oswald-bold", Arial, sans-serif;
  font-size: 40px;
  text-transform: uppercase;
}
.b-description p {
  font-family: "oswald-regular", Tahoma, sans-serif;
  font-size: 30px;
  padding: 35px 0;
  line-height: 1.2;
}
.b-description_right {
  float: right;
  width: 60%;
  padding: 20px 0 17px;
  text-align: right;
}
.b-description_left {
  float: left;
  text-align: left;
  padding: 20px 0 17px;
}
.b-description_left p {
  width: 60%;
  float: left;
}
.b-description_left a {
  float: right;
  font-family: "oswald-bold", Arial, sans-serif;
  margin-top: -20px;
}

/*
==========================
Solution
==========================
*/
.b-solution {
  background: url(/images/bg3.jpg) center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 120px 0;
  text-align: center;
}
.b-solution .g-site_width {
  overflow: hidden;
}
.b-solution h2 {
  text-align: center;
  font-family: "oswald-bold", Arial, sans-serif;
  font-size: 40px;
  color: #f9e6c1;
  padding-bottom: 20px;
}
.b-solution_icons {
  padding: 63px 0 85px;
}
.b-solution_icons figure {
  width: 24%;
  display: inline-block;
}
.b-solution_icons figure img {
  max-width: 133px;
}
.b-solution_icons figure figcaption {
  font-family: "oswald-bold", Arial, sans-serif;
  font-size: 25px;
  color: #f9e6c1;
  padding-top: 25px;
  line-height: 1.2;
}
.b-solution_right {
  width: calc(100% - 200px);
  float: right;
  color: #fff;
}
.b-solution_right h3 {
  font-family: "oswald-bold", Arial, sans-serif;
  font-size: 34px;
}
.b-solution_right p {
  font-family: "oswald-bold", Arial, sans-serif;
  font-size: 22px;
}
.b-solution_right {
  width: 55%;
  float: right;
  color: #fff;
  text-align: right;
}
.b-solution_right h3 {
  font-family: "oswald-bold", Arial, sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.b-solution_right p {
  font-family: "oswald-bold", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.3;
}
.b-solution_left {
  float: left;
  width: 290px;
  padding: 15px 0px;
}

/*
==========================================
UNSUBSCRIBE page
==========================================
*/
.b-unsubscribe {
  padding: 0 0 50px;
}
.b-unsubscribe .b-contact_form_message {
  text-align: center;
  font-size: 16px;
  font-family: "oswald-light", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 15px;
}
.b-unsubscribe h2 {
  color: #939598;
  text-align: center;
  font-family: 'Cabin Condensed', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  padding-bottom: 65px;
  text-transform: uppercase;
}
.b-unsubscribe form {
  width: 100%;
  max-width: 780px;
  margin: auto;
}
.b-unsubscribe form label {
  display: block;
  font-size: 16px;
  font-family: "oswald-light", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.b-unsubscribe form input {
  width: 100%;
  height: 30px;
  border: 1px solid grey;
  margin-bottom: 14px;
  font-size: 16px;
  font-family: "oswald-light", Arial, sans-serif;
  padding: 5px;
}
.b-unsubscribe form textarea {
  width: 100%;
  height: 97px;
  margin-bottom: 7px;
  font-size: 16px;
  font-family: "oswald-light", Arial, sans-serif;
  padding: 5px;
  margin-top: 6px;
}
.b-unsubscribe form button {
  margin: 38px auto;
  display: block;
  padding: 13px;
  width: 235px;
  background: #c9cacb;
  color: white;
  font-size: 20px;
}
.b-unsubscribe .b-unsubscribe_form {
  background: #e4e4e5;
  padding: 30px 42px 15px;
}
.b-unsubscribe .b-unsubscribe_form_left {
  width: 41%;
  float: left;
}
.b-unsubscribe .b-unsubscribe_form_right {
  width: 41%;
  float: right;
}

/*
==========================================
TERMS OF USE and POLICY page
==========================================
*/
.b-terms {
  font-family: "Cabin Condensed", sans-serif;
  color: #939598;
  font-size: 18px;
  padding-bottom: 50px;
}
.b-terms h2 {
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 1.25;
}
.b-terms h2 span {
  padding-right: 21px;
}
.b-terms p {
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 1.25;
}
.b-terms.b-policy h2 {
  text-transform: uppercase;
}

@media (max-width: 1300px) {
  .b-main {
    padding: 70px 0;
  }
  .b-main_left {
    padding-top: 68px;
  }
  .b-main_left_content {
    padding-top: 111px;
  }
  .b-main_right h1 {
    padding-top: 118px;
  }

  .b-description {
    padding: 30px 0 0;
  }

  .b-solution {
    padding: 55px 0;
  }
}
@media (max-width: 1000px) {
  .b-main_right {
    float: none;
    width: 100%;
  }
  .b-main_right h1 {
    padding-top: 68px;
  }
  .b-main_left {
    float: none;
    width: 100%;
    padding-top: 68px;
    text-align: center;
  }
  .b-main_content {
    padding-top: 75px;
  }
  .b-main_content p {
    letter-spacing: 0;
  }

  .b-description {
    padding: 55px 0;
  }
  .b-description h2 {
    font-size: 34px;
  }
  .b-description p {
    font-size: 22px;
  }
  .b-description_right {
    width: 100%;
    text-align: center;
  }
  .b-description_left {
    width: 100%;
    text-align: center;
  }
  .b-description_left p {
    float: none;
    width: 100%;
  }
  .b-description_left a {
    float: none;
    margin-top: 0;
  }

  .b-solution_icons figure figcaption {
    font-size: 20px;
  }
  .b-solution_right {
    width: 100%;
    float: none;
    text-align: center;
  }
  .b-solution_left {
    float: none;
    padding: 40px 0px 10px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .b-main_left {
    float: none;
    width: 100%;
    padding-top: 25px;
  }
  .b-main_left_logo {
    width: 60%;
    margin: auto;
  }
  .b-main_left_content {
    padding-top: 70px;
  }

  .b-solution_icons {
    padding: 30px 0 60px;
  }
  .b-solution_icons figure {
    width: 48%;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .b-unsubscribe .b-unsubscribe_form_right, .b-unsubscribe .b-unsubscribe_form_left {
    width: 47%;
  }
}
@media (max-width: 600px) {
  .b-unsubscribe h2 {
    padding-bottom: 35px;
  }
  .b-unsubscribe .b-unsubscribe_form_right, .b-unsubscribe .b-unsubscribe_form_left {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .b-main {
    padding: 100px 0 70px;
  }
  .b-main_right h1 {
    padding-top: 50px;
    font-size: 45px;
  }
  .b-main_left_logo {
    width: 70%;
  }
  .b-main_left_content h2 {
    font-size: 30px;
  }

  .b-unsubscribe .b-unsubscribe_form {
    padding: 30px 25px 15px;
  }
}
@media (max-width: 450px) {
  .b-solution_icons {
    padding: 30px 0 30px;
  }
  .b-solution_icons figure {
    width: 100%;
  }
}
/*
==========================
 JS
==========================
*/
input.j-empty {
  border-color: red !important;
}

label.j-empty {
  color: red !important;
}

/*# sourceMappingURL=style.css.map */
