/*Colors*/
/*Transparent color*/
/*Light Black color*/
/*Light Black color 2*/
/*Light Black color 3*/
/*White color*/
/*light yellow color*/
/*slety color*/
/*slety color 3*/
/*light blue color*/
/*light red color*/
/*Fonts*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html, body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #4e4e4e; }

input, select, textarea {
  font-family: 'open_sansitalic', Arial;
  font-size: 14px;
  line-height: 14px;
  color: #4e4e4e;
  border: 0; }

body {
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

img {
  border: 0px;
  display: block;
  max-width: 100%; }

a, input {
  outline: none; }

.clear {
  clear: both;
  height: 0px;
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  color: #4e4e4e; }

a:hover {
  opacity: 0.7; }

input[type='submit'] {
  transition: all 0.4s;
  -webkit-transition: all 0.4s; }
  input[type='submit']:hover {
    opacity: 0.7; }

input, select, textarea, button {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0; }

/* Global  */
.centering {
  padding: 0px 15px;
  max-width: 1200px;
  margin: 0 auto; }

/* section  */
#section {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%; }

/* page wrap */
#page-wrap {
  margin: 0 auto;
  width: 100%; }

.box-model #page-wrap {
  max-width: 1200px; }

.box-model #header-wrap {
  width: 1200px;
  left: 50%;
  margin-left: -600px; }

/* content */
#content-wrap {
  padding-top: 60px;
  width: 100%; }

/* center */
#center-wrap {
  width: 100%; }

/* left */
#left-wrap {
  width: 66%;
  float: left; }

/* right */
#right-wrap {
  width: 31.8%;
  float: right; }

/* footer wrap */
#footer-wrap {
  width: 100%; }

/* maatwerk*/
.vestiging {
  background-color: #ff6600;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px; }

.vestiging a {
  font-size: 28px;
  /* font-weight: 100; */
  color: #fff;
  display: block;
  /* background-color: #ffffff; */
  position: relative;
  padding: 12px;
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
  text-align: center;
  line-height: 29px; }

.vestiging a:hover {
  background-color: #fff;
  color: #ff6600;
  opacity: 1.0; }

ul {
  list-style-type: none; }

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #4e4e4e;
  letter-spacing: 0.01em;
  margin-bottom: 20px; }

a.more {
  padding: 0 15px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
  background-color: #0f70b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* 	position: absolute;
  	bottom:10px;
  	*/
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

input[type='text'], input[type='email'], textarea {
  padding: 5px 20px;
  width: 100%;
  height: 41px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 20px;
  border: solid 1px #ccc; }

textarea {
  resize: none;
  border: solid 1px #ccc; }

/*css for stiky header*/
.sticky {
  position: fixed;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.6); }
  .sticky#header-wrap {
    height: 60px; }
    .sticky#header-wrap .logo {
      width: 158px; }
    .sticky#header-wrap .menu-block ul li a {
      padding-top: 20px;
      padding-bottom: 20px; }
    .sticky#header-wrap .menu-block ul li ul li a {
      padding: 10px 11px; }

.mm-slideout {
  position: relative; }
  .mm-slideout:after {
    position: absolute;
    content: '';
    left: -64px;
    top: 20px;
    width: 52px;
    height: 52px;
    z-index: 99999;
    display: block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    cursor: pointer;
    background: url("../images/mobile_icon4.jpg") no-repeat left top; }

@media only screen and (max-width: 1299px) {
  .box-model #header-wrap {
    width: 100%;
    left: 0;
    margin-left: 0; }

  div.lang {
    right: 63px !important; }

  div.lang div.mod-languages {
    margin-top: 0px !important; } }
@media only screen and (max-width: 1023px) {
  .sticky#header-wrap .logo {
    width: 180px;
    margin-top: 10px; } }
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  div.lang {
    right: 63px; }

  .centering.space0 {
    padding: 0; }

  #left-wrap {
    width: 100%;
    float: none; }

  #right-wrap {
    width: 100%;
    float: none; }

  .sticky#header-wrap .tab-menu {
    top: 23px; } }
@media only screen and (max-width: 379px) {
  div.lang div.mod-languages {
    margin-top: -9px !important; } }
/*mobile menu*/
html.mm-opening .mm-slideout {
  transform: translate3d(256px, 0px, 0px);
  -webkit-transform: translate3d(256px, 0px, 0px); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: #0f70b7; }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next):before, .mm-menu .mm-listview > li.mm-selected > span {
  color: #202628; }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next):hover:before, .mm-menu .mm-listview > li.mm-selected > span:hover:before {
  /*position: relative;*/
  color: #202628; }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next):after, .mm-menu .mm-listview > li.mm-selected > span:after {
  content: none; }

.footer-ovk {
  float: left;
  color: #333333;
  font-size: 10px;
  text-align: center;
  width: 100%;
  padding-top: 20px; }

.footer-ovk a {
  color: #333333;
  text-decoration: none;
  display: inline-block; }

.footer-ovk a:hover {
  color: #333333;
  text-decoration: underline; }

div.lang div.mod-languages {
  padding: 5px;
  width: 76px;
  margin-top: 10px; }

div.mod-languages ul {
  margin: 0;
  padding: 0;
  list-style: none; }

div.mod-languages ul.lang-inline li {
  display: inline-block; }

div.mod-languages li {
  margin-left: 5px;
  margin-right: 5px; }
  div.mod-languages li a {
    color: #000; }

div.mod-languages li a {
  margin-left: 3px;
  margin-bottom: 0;
  padding-bottom: 5px !important; }

div.lang {
  position: absolute;
  top: 5px;
  right: 23px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 10px 10px; }

.mx_logged_in #header-wrap {
  top: 51px; }

#header-wrap {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  background-color: #ffffff; }
  #header-wrap .logo {
    margin: 10px 0;
    width: 210px;
    float: left;
    background: url("../images/logo.png") no-repeat left top;
    background-size: cover;
    background-color: #ffffff;
    border-radius: 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

@media only screen and (max-width: 1199px) {
  #header-wrap .logo {
    width: 250px; } }
@media only screen and (max-width: 1023px) {
  #header-wrap .logo {
    width: 210px;
    margin-top: 15px; } }
@media only screen and (max-width: 1200px) {
  #header-wrap .tab-menu {
    width: 36px;
    height: 17px;
    display: block;
    position: absolute;
    right: 15px;
    top: 30px;
    z-index: 99;
    background: url("../images/tab-icon.png") no-repeat left top; }
    #header-wrap .tab-menu:hover {
      opacity: 1;
      background-image: url("../images/tab-icon-hover.png"); } }
@media only screen and (min-width: 1200px) {
  #header-wrap .tab-menu {
    display: none; } }
.menu-block {
  width: auto;
  float: left;
  margin-left: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .menu-block ul li {
    float: left;
    margin-left: 6px;
    position: relative; }
    .menu-block ul li:hover ul {
      display: block; }
      .menu-block ul li:hover ul li a {
        color: #ffffff; }
      .menu-block ul li:hover ul ul {
        display: none; }
      .menu-block ul li:hover ul li:hover ul {
        display: block; }
        .menu-block ul li:hover ul li:hover ul li a {
          background-color: #0f70b7; }
    .menu-block ul li a {
      padding: 30px 11px;
      font-family: "Open Sans", sans-serif;
      font-size: 17px;
      line-height: 20px;
      color: #4e4e4e;
      text-transform: uppercase;
      letter-spacing: 0.03em; }
    .menu-block ul li:hover > a {
      background-color: #0f70b7;
      opacity: 1; }
    .menu-block ul li.mx_current > a {
      background-color: #0f70b7;
      color: #ffffff;
      opacity: 1; }
    .menu-block ul li ul {
      position: absolute;
      min-width: 162px;
      top: 100%;
      z-index: 99;
      display: none; }
      .menu-block ul li ul li {
        border-top: 1px solid #ffffff;
        float: none;
        margin-left: 0; }
        .menu-block ul li ul li:first-child {
          border-top: none; }
        .menu-block ul li ul li a {
          font-size: 14px;
          padding: 10px 11px;
          background-color: #0f70b7;
          letter-spacing: normal;
          color: #ffffff; }
        .menu-block ul li ul li.mx_parent {
          position: relative; }
          .menu-block ul li ul li.mx_parent:before {
            font-family: 'FontAwesome';
            content: '\f0da';
            font-size: 22px;
            color: #000;
            position: absolute;
            right: 10px;
            top: 8px;
            z-index: 9; }
          .menu-block ul li ul li.mx_parent:hover:before {
            color: #0f70b7; }
        .menu-block ul li ul li ul {
          padding-left: 3px;
          position: absolute;
          right: -162px;
          top: 0; }
          .menu-block ul li ul li ul:before {
            content: none; }
        .menu-block ul li ul li:hover a, .menu-block ul li ul li.mx_current a {
          background-color: #000; }
          .menu-block ul li ul li:hover a ul li a, .menu-block ul li ul li.mx_current a ul li a {
            background-color: #0f70b7; }
        .menu-block ul li ul li:hover ul li:hover a, .menu-block ul li ul li:hover ul li.mx_current a, .menu-block ul li ul li.mx_current ul li:hover a, .menu-block ul li ul li.mx_current ul li.mx_current a {
          background-color: #000; }

.mm-selected a {
  background: #eca033; }

@media only screen and (max-width: 1199px) {
  .menu-block ul li {
    margin-left: 0px; } }
@media only screen and (max-width: 1023px) {
  .menu-block ul li {
    margin-left: 0px; } }
@media only screen and (max-width: 959px) {
  .menu-block ul li {
    margin-left: 0px; }
    .menu-block ul li a {
      font-size: 15px; } }
.mm-menu {
  width: 256px;
  margin-top: 0;
  background-color: #000; }
  .mm-menu .mm-panels {
    overflow: visible;
    top: 92px; }
    .mm-menu .mm-panels #mm-0.mm-panel.mm-hasnavbar {
      padding-top: 0px; }
    .mm-menu .mm-panels #mm-0 .mm-navbar {
      display: none; }
    .mm-menu .mm-panels .mm-navbar {
      height: 42px; }
    .mm-menu .mm-panels .mobile-demo {
      padding: 20px 12px;
      position: absolute;
      left: 0;
      top: -92px;
      z-index: 999;
      width: 100%;
      height: 87px;
      background-color: #0f70b7; }
      .mm-menu .mm-panels .mobile-demo a {
        margin-right: 7px;
        width: 52px;
        height: 52px;
        display: inline-block; }
        .mm-menu .mm-panels .mobile-demo a img {
          width: 100%; }
  .mm-menu ul.mm-listview {
    width: 236px; }
    .mm-menu ul.mm-listview .mm-next:before {
      border-right: none; }
    .mm-menu ul.mm-listview .mm-next:after {
      content: none; }
    .mm-menu ul.mm-listview .mm-next + a {
      margin-right: 0; }
  .mm-menu ul li {
    float: none;
    margin: 0 -20px;
    border-color: #ffffff; }
    .mm-menu ul li a {
      padding: 9px 15px 9px 35px;
      color: #ffffff;
      font-family: Arial;
      font-size: 17px;
      text-transform: capitalize; }
      .mm-menu ul li a.arrow {
        /*background: url('../images/mm-next.png') no-repeat 95% center;*/
        position: relative; }
        .mm-menu ul li a.arrow:before {
          font-family: 'FontAwesome';
          content: '\f0da';
          font-size: 28px;
          color: #0f70b7;
          position: absolute;
          right: 10px;
          top: 10px; }
        .mm-menu ul li a.arrow:hover {
          /*opacity: 1;
          color: $light-black;*/
          /*background: $secondry-color1 url('../images/mm-next-hover.png') no-repeat 95% center;*/ }
          .mm-menu ul li a.arrow:hover:before {
            color: #000; }
      .mm-menu ul li a:hover {
        background: #0f70b7;
        opacity: 1; }
      .mm-menu ul li a.hover-submenu {
        color: #ffffff;
        background-color: #0f70b7;
        opacity: 1; }
    .mm-menu ul li.mx_current a {
      background-color: #000; }
      .mm-menu ul li.mx_current a:hover {
        background-color: #0f70b7; }
        .mm-menu ul li.mx_current a:hover:before {
          color: #000; }

.mm-panel .mm-navbar {
  border-bottom-color: #ffffff; }
  .mm-panel .mm-navbar .mm-btn.mm-prev {
    /*background: url('../images/mm-prev.png') no-repeat center center;*/ }
    .mm-panel .mm-navbar .mm-btn.mm-prev:after {
      font-family: 'FontAwesome';
      content: '\f0d9';
      font-size: 28px;
      color: #0f70b7;
      position: absolute;
      right: 15px;
      top: 11px; }
    .mm-panel .mm-navbar .mm-btn.mm-prev:before {
      content: none; }
  .mm-panel .mm-navbar a.mm-title {
    font-size: 17px;
    color: #ffffff;
    margin-left: -55px; }

@media only screen and (max-width: 1200px) {
  .menu-block {
    display: none; } }
.slider-block {
  width: 100%; }
  .slider-block.inner-banner img {
    width: 100%;
    height: auto; }
  .slider-block .flexslider {
    position: relative;
    overflow: hidden;
    max-height: 460px; }
    .slider-block .flexslider ul.slides li {
      position: relative;
      overflow: hidden; }
      .slider-block .flexslider ul.slides li a:hover {
        opacity: 1; }
      .slider-block .flexslider ul.slides li img {
        width: 100%;
        overflow: hidden; }
      .slider-block .flexslider ul.slides li .caption {
        padding: 6% 0;
        width: 43%;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -2.6%;
        display: none; }
        .slider-block .flexslider ul.slides li .caption a {
          font-family: "Open Sans", sans-serif;
          text-transform: uppercase; }
          .slider-block .flexslider ul.slides li .caption a.text {
            font-size: 36px;
            line-height: 44px;
            color: #ffffff;
            letter-spacing: 0.08em; }
            .slider-block .flexslider ul.slides li .caption a.text span {
              color: #0f70b7;
              letter-spacing: normal; }
            .slider-block .flexslider ul.slides li .caption a.text:hover {
              color: #ffffff;
              opacity: 1; }
          .slider-block .flexslider ul.slides li .caption a.offer {
            padding: 0 5px;
            margin-top: 10px;
            font-size: 16px;
            line-height: 32px;
            color: #ffffff;
            display: inline-block;
            letter-spacing: 0.05em;
            border: 4px solid #0f70b7; }
            .slider-block .flexslider ul.slides li .caption a.offer:hover {
              opacity: 1;
              color: #ffffff;
              border-color: #ffffff; }
    .slider-block .flexslider .flex-control-nav {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 12px;
      text-align: center;
      z-index: 9; }
      .slider-block .flexslider .flex-control-nav li {
        display: inline-block;
        margin: 0 7px; }
        .slider-block .flexslider .flex-control-nav li a {
          background-color: #4e4e4e;
          width: 19px;
          height: 19px;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          border: 2px solid #ffffff;
          text-indent: -99999px;
          cursor: pointer;
          background-color: #0f70b7; }
          .slider-block .flexslider .flex-control-nav li a:hover {
            background-color: #ffffff; }
          .slider-block .flexslider .flex-control-nav li a.flex-active {
            background-color: #ffffff; }
    .slider-block .flexslider .flex-direction-nav {
      position: absolute;
      width: 100%;
      top: 50%;
      margin-top: -38px;
      z-index: 9; }
      .slider-block .flexslider .flex-direction-nav li a {
        width: 68px;
        position: absolute;
        height: 77px;
        text-indent: -99999px; }
        .slider-block .flexslider .flex-direction-nav li a.flex-prev {
          left: 75px;
          background: url("../images/slider_arrow_left.png") no-repeat;
          background-size: cover; }
        .slider-block .flexslider .flex-direction-nav li a.flex-next {
          right: 75px;
          background: url("../images/slider_arrow_right.png") no-repeat;
          background-size: cover; }

@media only screen and (max-width: 1199px) {
  .slider-block .flexslider ul.slides li .caption {
    margin-left: -8%; } }
@media only screen and (max-width: 1023px) {
  .slider-block .flexslider ul.slides li .caption a.text {
    font-size: 25px;
    line-height: 30px; } }
@media only screen and (max-width: 959px) {
  .slider-block .flexslider .flex-direction-nav {
    margin-top: -28px; }
    .slider-block .flexslider .flex-direction-nav li a {
      width: 55px;
      height: 63px; }
      .slider-block .flexslider .flex-direction-nav li a.flex-prev {
        left: 30px; }
      .slider-block .flexslider .flex-direction-nav li a.flex-next {
        right: 30px; } }
@media only screen and (max-width: 767px) {
  .slider-block .flexslider ul.slides li .caption {
    padding: 12% 0 0;
    width: 100%;
    left: 0;
    margin-left: 0;
    text-align: center; }
    .slider-block .flexslider ul.slides li .caption a.text {
      display: none; }
  .slider-block .flexslider .flex-direction-nav {
    display: none; }
  .slider-block .flexslider .flex-control-nav {
    bottom: 3px; } }
.turn-block {
  padding: 76px 0 19px;
  overflow: hidden;
  width: 100%;
  background-color: #e7e7e7; }
  .turn-block ul {
    margin-left: -1.8%; }
    .turn-block ul li {
      margin-left: 1.8%;
      width: 31.5%;
      float: left;
      position: relative; }
      .turn-block ul li .icon {
        margin-top: 4px;
        width: 76px;
        position: absolute;
        left: 0;
        top: 0;
        height: 67px;
        display: table;
        float: left;
        background-color: #fff; }
        .turn-block ul li .icon .inner {
          width: 100%;
          height: 100%;
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
          .turn-block ul li .icon .inner img {
            margin: 0 auto; }
      .turn-block ul li .content {
        padding-left: 90px;
        width: 100%;
        height: 225px;
        position: relative; }
        .turn-block ul li .content h2 {
          font-family: "Open Sans", sans-serif;
          font-size: 22px;
          line-height: 22px;
          color: #000;
          text-transform: uppercase;
          letter-spacing: 0.05em;
          margin-bottom: 20px; }

@media only screen and (max-width: 995px) {
  a.more {
    font-size: 16px;
    width: 154px; }

  .turn-block {
    padding: 35px 0 5px; }
    .turn-block ul {
      margin: 0; }
      .turn-block ul li {
        margin-left: 1.8%;
        width: 31.5%;
        float: left;
        position: relative; }
        .turn-block ul li .icon {
          position: static;
          float: none;
          margin: 0 auto 20px; }
        .turn-block ul li .content {
          padding-left: 0; } }
@media only screen and (max-width: 767px) {
  .turn-block {
    padding: 35px 0 5px; }
    .turn-block ul {
      margin: 0; }
      .turn-block ul li {
        margin: 0 0 30px;
        float: none;
        width: 100%;
        text-align: center; }
        .turn-block ul li .icon {
          position: static;
          float: none;
          margin: 0 auto 20px; }
        .turn-block ul li .content {
          padding-left: 0; } }
.hold-block {
  padding: 73px 0 44px;
  overflow: hidden;
  width: 100%; }
  .hold-block.hold-inner {
    padding: 0; }
    .hold-block.hold-inner .left {
      width: 100%;
      float: none; }
  .hold-block .left {
    width: 66%;
    float: left; }
    .hold-block .left .qoute {
      width: 100%; }
      .hold-block .left .qoute p {
        padding-right: 7%;
        font-family: "Open Sans", sans-serif;
        font-size: 24px;
        line-height: 30px;
        color: #0f70b7;
        text-transform: uppercase;
        letter-spacing: 0.04em; }
      .hold-block .left .qoute h2 {
        padding: 8px 0;
        font-family: "Open Sans", sans-serif;
        font-size: 24px;
        line-height: 24px;
        color: #0f70b7;
        border: 1px solid #e7e7e7;
        border-left: none;
        border-right: none; }
    .hold-block .left .how {
      padding: 20px 0;
      overflow: hidden; }
      .hold-block .left .how h3 {
        margin: 15px 0;
        font-weight: bold;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px; }
      .hold-block .left .how ul {
        margin-left: 2.5%; }
        .hold-block .left .how ul li {
          width: 97.5%;
          margin-left: 2.5%;
          list-style-type: disc !important; }
          .hold-block .left .how ul li h3 {
            font-family: "Open Sans", sans-serif;
            font-size: 16px;
            line-height: 24px;
            color: #000;
            margin-bottom: 5px; }
  .hold-block .right {
    width: 30.5%;
    float: right; }
    .hold-block .right img {
      margin-top: 46px; }

@media only screen and (max-width: 767px) {
  .hold-block {
    padding: 35px 0 5px; }
    .hold-block .right {
      display: none; }
    .hold-block .left {
      width: 100%;
      float: none; }
      .hold-block .left .qoute p {
        font-size: 15px;
        line-height: 22px; }
      .hold-block .left .qoute h2 {
        font-size: 20px; }
      .hold-block .left .how ul {
        margin-left: 0; }
        .hold-block .left .how ul li {
          width: 100%;
          margin: 0 0 25px;
          float: none;
          min-height: inherit; } }
.nobel-block {
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  width: 100%;
  background-color: #0f70b7;
  margin: 20px 0; }
  .nobel-block.nobel-inner {
    margin: 8px 0 50px; }
  .nobel-block h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    line-height: 32px;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px; }
  .nobel-block .nobel {
    position: relative;
    padding-left: 100px;
    float: left;
    width: 98.7%; }
    .nobel-block .nobel .icon {
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 8px;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      display: table; }
      .nobel-block .nobel .icon .inner {
        width: 100%;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        .nobel-block .nobel .icon .inner img {
          margin: 0 auto; }
    .nobel-block .nobel p {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #ffffff;
      margin-bottom: 10px; }
    .nobel-block .nobel span {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 24px;
      color: #ffffff;
      display: block;
      text-align: right; }
  .nobel-block .newsletter {
    float: right;
    width: 46%;
    overflow: hidden; }
    .nobel-block .newsletter h4 {
      padding-bottom: 10px; }
    .nobel-block .newsletter input[type='text'] {
      width: 60%;
      float: left;
      margin-right: 10px; }
    .nobel-block .newsletter input[type='submit'] {
      padding: 0 40px 0 33px;
      display: inline-block;
      cursor: pointer;
      float: right;
      font-size: 16px;
      line-height: 41px;
      height: 41px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif;
      color: #ffffff;
      position: relative;
      background: #000 url("../images/newsletter_btn_arrow.png") no-repeat 85% center; }

@media only screen and (max-width: 1199px) {
  .nobel-block .newsletter input[type="text"] {
    width: 58%; } }
@media only screen and (max-width: 959px) {
  .nobel-block .newsletter input[type="text"] {
    width: 55%; }
  .nobel-block .newsletter input[type="submit"] {
    padding: 0 35px 0 16px; } }
@media only screen and (max-width: 767px) {
  .nobel-block {
    padding: 35px 15px;
    border-radius: 0;
    -webkit-border-radius: 0; }
    .nobel-block.nobel-inner {
      margin-bottom: 0; }
    .nobel-block h4 {
      position: absolute;
      top: 45px;
      left: 80px; }
    .nobel-block .icon {
      margin-bottom: 15px; }
    .nobel-block .nobel {
      padding-left: 0;
      margin-bottom: 17px;
      width: 100%;
      float: none; }
      .nobel-block .nobel .icon {
        position: static; }
      .nobel-block .nobel p {
        font-size: 12px; }
      .nobel-block .nobel span {
        font-size: 12px; }
    .nobel-block .newsletter {
      width: 100%;
      float: none; }
      .nobel-block .newsletter input[type="text"] {
        width: 100%;
        margin: 0 0 20px; } }
.connect-block {
  padding: 10px 0 10px;
  overflow: hidden;
  width: 100%; }
  .connect-block.right-inner {
    padding: 10px 0; }
    .connect-block.right-inner .fast-contact {
      margin-top: 10px; }
  .connect-block h4 {
    padding-bottom: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    line-height: 32px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px; }
  .connect-block .space {
    float: left;
    width: 65.7%; }
  .connect-block .center {
    margin: 0 0 0 2.6%; }
  .connect-block .twitter ul {
    border-top: 1px solid #e7e7e7; }
    .connect-block .twitter ul li {
      padding: 23px 0 34px;
      position: relative;
      border-bottom: 1px solid #e7e7e7; }
      .connect-block .twitter ul li .icon {
        position: absolute;
        left: 0;
        top: 30px;
        width: 78px;
        height: 69px;
        display: table; }
        .connect-block .twitter ul li .icon .inner {
          display: table-cell;
          width: 100%;
          height: 100%; }
          .connect-block .twitter ul li .icon .inner img {
            margin: 0 auto; }
      .connect-block .twitter ul li .info {
        padding-left: 103px;
        width: 100%; }
        .connect-block .twitter ul li .info p {
          font-family: "Open Sans", sans-serif;
          margin-bottom: 0; }
        .connect-block .twitter ul li .info a.meer {
          padding-right: 25px;
          font-family: "Open Sans", sans-serif;
          font-size: 13px;
          line-height: 24px;
          color: #912459;
          display: inline-block;
          background: url("../images/red_arrow.png") right center no-repeat; }
  .connect-block .fast-contact .contact {
    padding: 23px 30px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #e7e7e7; }
    .connect-block .fast-contact .contact p {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: -0.02em;
      margin-bottom: 25px; }
    .connect-block .fast-contact .contact input[type='text'] {
      margin-bottom: 20px; }
    .connect-block .fast-contact .contact textarea {
      padding-top: 10px;
      height: 85px;
      margin-bottom: 15px; }
    .connect-block .fast-contact .contact input[type='submit'] {
      padding: 0 10px;
      text-transform: uppercase;
      display: inline-block;
      cursor: pointer;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      line-height: 39px;
      color: #ffffff;
      background-color: #912459; }
  .connect-block .we-are {
    width: 31.3%; }
    .connect-block .we-are ul {
      border-top: 1px solid #e7e7e7; }
      .connect-block .we-are ul li {
        padding: 23px 0 34px;
        position: relative;
        border-bottom: 1px solid #e7e7e7; }
        .connect-block .we-are ul li .icon-pic {
          position: absolute;
          left: 0;
          top: 30px; }
        .connect-block .we-are ul li .information {
          padding-left: 50px;
          width: 100%; }
          .connect-block .we-are ul li .information span.head {
            display: block;
            font-family: "Open Sans", sans-serif;
            font-size: 16px;
            line-height: 24px;
            color: #912459; }
          .connect-block .we-are ul li .information address {
            font-family: 'open_sansregular';
            font-size: 13px;
            line-height: 24px;
            color: #4e4e4e;
            letter-spacing: 0.01em;
            font-style: normal; }
          .connect-block .we-are ul li .information a {
            color: #4e4e4e;
            display: inline-block; }

@media only screen and (max-width: 959px) {
  .connect-block.right-inner .fast-contact {
    margin-top: 30px; }
  .connect-block.right-inner .twitter ul li {
    padding: 30px 0; }
  .connect-block .fast-contact .contact {
    padding-left: 20px;
    padding-right: 20px; }
  .connect-block .twitter ul li {
    padding: 15px 0; }
    .connect-block .twitter ul li .info {
      padding-left: 92px; }
  .connect-block .we-are ul li {
    padding: 15px 0; } }
@media only screen and (max-width: 767px) {
  .connect-block {
    padding: 30px 0; }
    .connect-block.right-inner .twitter {
      display: block; }
    .connect-block h4 {
      font-size: 18px;
      line-height: 20px; }
    .connect-block .twitter {
      display: none; }
    .connect-block .space {
      float: none;
      width: 100%; }
    .connect-block .center {
      margin: 0px 0 50px; } }
.mx_buttons .product-image {
  display: none; }

.information-block .top {
  padding: 25px 0 5px; }
  .information-block .top a {
    color: #0f70b7;
    display: inline-block;
    text-decoration: underline;
    display: inline-block; }
    .information-block .top a:hover {
      opacity: 1;
      color: #4e4e4e; }
  .information-block .top h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #0f70b7;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 30px; }
  .information-block .top h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #0f70b7;
    margin-bottom: 3px; }
  .information-block .top h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000; }
  .information-block .top h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #4e4e4e;
    margin-bottom: 0px; }
  .information-block .top h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    line-height: 21px;
    color: #000;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .information-block .top p {
    font-size: 14px;
    color: #4e4e4e; }
    .information-block .top p a {
      color: #0f70b7;
      display: inline-block;
      text-decoration: underline;
      display: inline-block; }
      .information-block .top p a:hover {
        opacity: 1;
        color: #4e4e4e; }
  .information-block .top ul {
    margin-bottom: 20px; }
    .information-block .top ul li {
      padding-left: 5px;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 24px;
      color: #4e4e4e;
      list-style-type: disc !important;
      margin-left: 20px; }
      .information-block .top ul li a {
        color: #0f70b7;
        display: inline-block; }
  .information-block .top ol {
    margin-bottom: 20px; }
    .information-block .top ol li {
      padding-left: 5px;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 19px;
      color: #4e4e4e;
      display: list-item;
      margin-left: 20px; }
      .information-block .top ol li a {
        color: #0f70b7;
        display: inline-block; }
.information-block .product {
  overflow: hidden; }
  .information-block .product ul {
    margin-left: -2%; }
    .information-block .product ul li {
      width: 31.3%;
      margin: 0 0 2% 2%;
      float: left;
      position: relative; }
      .information-block .product ul li a.search {
        width: 43px;
        min-height: 55px;
        position: absolute;
        right: 9px;
        bottom: 0;
        z-index: 99;
        background: #0f70b7 url("../images/search_icon.png") no-repeat center 10px; }
        .information-block .product ul li a.search:hover {
          background-color: #912459;
          opacity: 1; }

@media only screen and (max-width: 767px) {
  .information-block .top p {
    font-size: 13px;
    line-height: 24px; }
  .information-block .top ul li {
    font-size: 13px; }
  .information-block .product {
    display: none; } }
.find-block h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #0f70b7;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 17px; }
.find-block ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #0f70b7;
  margin-bottom: 25px; }

@media only screen and (max-width: 767px) {
  .find-block {
    margin-top: 20px; } }
.footer-block {
  padding: 61px 0 53px;
  width: 100%;
  overflow: hidden;
  background-color: #000; }
  .footer-block.home-space {
    margin-top: 32px; }
  .footer-block .left {
    padding-top: 9px;
    float: left;
    overflow: hidden; }
    .footer-block .left ul li {
      padding-left: 27px;
      margin-left: 20px;
      float: left;
      position: relative;
      /*background: url('../images/footer_link_line.png') no-repeat left center;*/ }
      .footer-block .left ul li:first-child {
        padding-left: 0;
        margin-left: 0; }
        .footer-block .left ul li:first-child:before {
          content: none; }
      .footer-block .left ul li:before {
        content: '/';
        font-size: 12px;
        line-height: 20px;
        height: 30px;
        color: #515759;
        position: absolute;
        left: 0;
        top: 0; }
      .footer-block .left ul li a {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #e7e7e7;
        letter-spacing: 0.04em; }
        .footer-block .left ul li a:hover {
          opacity: 1;
          color: #0f70b7; }
  .footer-block .social {
    overflow: hidden;
    float: right; }
    .footer-block .social ul li {
      margin-left: 8px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      display: inline-block;
      overflow: hidden; }

.copyright {
  padding: 6px 0 10px;
  background-color: #000; }
  .copyright p {
    text-align: center; }
    .copyright p a {
      display: inline-block !important;
      color: #4e4e4e; }
      .copyright p a:hover {
        color: #ffffff;
        opacity: 1; }
  .copyright span {
    display: block;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em; }
    .copyright span .centering p a {
      display: inline-block !important;
      color: #000; }
      .copyright span .centering p a:hover {
        color: #ffffff;
        opacity: 1; }

@media only screen and (max-width: 767px) {
  .footer-block {
    padding: 30px 0; }
    .footer-block .left {
      padding-top: 0;
      width: 100%;
      float: none; }
      .footer-block .left ul li {
        margin-bottom: 20px; }
    .footer-block .social {
      width: 100%; }
      .footer-block .social ul {
        float: none;
        text-align: center; } }
.np-block {
  padding: 8px 0;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #e7e7e7; }
  .np-block ul li {
    padding-left: 17px;
    margin-left: 7px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 19px;
    color: #0f70b7;
    float: left;
    position: relative;
    /*background: url('../images/np_arrow.png') no-repeat left center;*/ }
    .np-block ul li:first-child {
      padding-left: 0;
      margin-left: 0; }
      .np-block ul li:first-child:before {
        content: none; }
    .np-block ul li:before {
      font-family: 'FontAwesome';
      content: '\f054';
      font-size: 12px;
      color: #0f70b7;
      position: absolute;
      left: 0;
      top: 1px; }
    .np-block ul li a {
      font-family: "Open Sans", sans-serif;
      color: #4e4e4e; }
      .np-block ul li a:hover {
        color: #0f70b7;
        opacity: 1; }

@media only screen and (max-width: 959px) {
  .np-block {
    margin-bottom: 35px; } }

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