@charset "UTF-8";
/*
 * Global variables
*/
/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
* {
  box-sizing: border-box; }

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

body, button, input, select, textarea {
  font-family: sans-serif; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #E1172B;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #E1172B;
  color: #fff;
  text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #E1172B; }

a:visited {
  color: #E1172B; }

a:hover {
  color: #E1172B; }

a:focus {
  outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
  margin-bottom: 10px; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.3em; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 14px; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  margin: 0;
  padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
  display: block; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Clearfix */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.page-header {
  padding: 20px 0;
  background-color: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9; }
  @media (max-width: 959px) {
    .page-header {
      padding: 20px 0 0 0;
      background-color: #E1172B; } }
  .page-header.noSplash.Röd {
    background-color: #E1172B; }
  .page-header.noSplash.Grå {
    background-color: #8f8f8f; }
  .page-header.noSplash.Svart {
    background-color: #333333; }
  .page-header.scroll.Röd {
    background-color: #E1172B; }
  .page-header.scroll.Grå {
    background-color: #8f8f8f; }
  .page-header.scroll.Svart {
    background-color: #333333; }
  @media (max-width: 959px) {
    .page-header.Röd {
      background-color: #E1172B; } }
  @media (max-width: 959px) {
    .page-header.Grå {
      background-color: #8f8f8f; } }
  @media (max-width: 959px) {
    .page-header.Svart {
      background-color: #333333; } }
  .page-header .logo {
    float: left;
    /*@include smallPhone {
            img {
                width: 200px;
            }
        }*/ }
    @media (max-width: 959px) {
      .page-header .logo {
        padding: 0 5% 20px 5%;
        /*img {
                width: 230px;
            }*/ }
        .page-header .logo img {
          height: 40px; } }
  @media (max-width: 959px) {
    .page-header .container {
      padding: 0; } }
  .page-header .menu-toggle {
    height: 100%;
    display: none;
    text-align: center;
    z-index: 10;
    margin: 0; }
    @media (max-width: 959px) {
      .page-header .menu-toggle {
        display: block;
        float: right;
        padding-left: 3%;
        padding-right: 3%; } }
    @media (max-width: 720px) {
      .page-header .menu-toggle {
        display: block;
        float: right;
        margin-right: 5%; } }
    .page-header .menu-toggle:hover {
      cursor: pointer; }
    .page-header .menu-toggle img {
      width: 40px; }
  .page-header .main-navigation {
    float: right; }
    @media (max-width: 959px) {
      .page-header .main-navigation {
        width: 100%;
        display: none; } }
    .page-header .main-navigation li {
      list-style: none;
      float: left; }
      @media (max-width: 959px) {
        .page-header .main-navigation li {
          width: 100%;
          /*border-bottom: 1px solid lighten($primary-color, 10%);*/ } }
      .page-header .main-navigation li a {
        display: block;
        line-height: 66px;
        /*height: 40px;*/
        color: white;
        font-size: 18px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 700;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        margin-left: 30px; }
        @media (max-width: 959px) {
          .page-header .main-navigation li a {
            width: 100%;
            padding: 0 5%;
            margin-left: 0; } }
        .page-header .main-navigation li a:hover {
          color: black; }

.megaMenu {
  position: fixed;
  top: 114px;
  width: 100%;
  left: 0;
  background-color: white;
  padding: 10px;
  font-size: 0;
  box-shadow: 3px 4px 20px 0.5px rgba(0, 0, 0, 0.3);
  display: none; }
  @media (max-width: 959px) {
    .megaMenu {
      top: 84px; } }
  .megaMenu.active {
    display: block; }
  .megaMenu li {
    width: 21%;
    margin: 2%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 959px) {
      .megaMenu li {
        width: 21% !important;
        border-bottom: none !important; } }
    @media (max-width: 720px) {
      .megaMenu li {
        width: 46% !important; } }
    @media (max-width: 959px) {
      .megaMenu li a {
        margin-left: 0 !important; } }
    .megaMenu li:hover img {
      transform: scale(1.015); }
    .megaMenu li:hover p {
      border-bottom: 5px solid #E1172B;
      color: #E1172B; }
    .megaMenu li img {
      width: 100%;
      display: block;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .megaMenu li p {
      font-weight: 700;
      margin: 10px 0;
      padding: 0 0 10px;
      font-size: 18px;
      text-transform: none;
      border-bottom: 5px solid black;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      @media (max-width: 720px) {
        .megaMenu li p {
          font-size: 13px; } }

.productNav {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
  /*&:hover {
        .megaMenu {
            display: block;
        }
    }*/ }
  .productNav:after {
    content: "";
    background-image: url("/Content/Images/down-arrow.svg");
    background-size: contain;
    position: absolute;
    right: -26px;
    top: 26px;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    width: 17px;
    height: 17px; }
  .productNav.active:after {
    transform: rotate(180deg); }

.page-footer {
  background-color: #f3f3f3;
  padding: 70px 0;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 720px) {
    .page-footer {
      padding: 40px 0; } }
  .page-footer .footerLogo {
    margin: 0 0 20px 0; }
    @media (max-width: 720px) {
      .page-footer .footerLogo img {
        width: 80%; } }
  .page-footer .emailPhoneField {
    width: 40%;
    display: inline-block;
    vertical-align: top; }
    .page-footer .emailPhoneField span {
      font-size: 14px;
      display: block;
      color: #b5b5b5; }
    .page-footer .emailPhoneField .field {
      font-size: 16px;
      margin: 6px 0 20px 0; }
      .page-footer .emailPhoneField .field a {
        color: #E1172B;
        margin: 0; }
      .page-footer .emailPhoneField .field p {
        margin: 0;
        color: #E1172B; }
  .page-footer .address {
    display: inline-block;
    vertical-align: top;
    width: 40%; }
    @media (max-width: 720px) {
      .page-footer .address {
        width: 100%; } }
    .page-footer .address .footerHeading {
      font-size: 14px;
      display: block;
      color: #b5b5b5; }
  .page-footer .footerMenu {
    vertical-align: top;
    display: inline-block;
    text-transform: uppercase; }
    @media (max-width: 720px) {
      .page-footer .footerMenu {
        width: 100%; } }
    .page-footer .footerMenu ul {
      list-style: none;
      padding: 0; }
      .page-footer .footerMenu ul li .logOut {
        border: none;
        background: none;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        font-size: 14px; }
        .page-footer .footerMenu ul li .logOut:hover {
          color: #E1172B; }
      .page-footer .footerMenu ul li a {
        margin: 10px 0;
        text-decoration: none;
        display: block;
        color: #333333; }
        .page-footer .footerMenu ul li a:visited {
          color: #333333; }
        .page-footer .footerMenu ul li a:hover {
          color: #E1172B; }

h1, h2, h3, h4 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: #333333; }

p, span, select, li, a, button, table, input[type=submit], input[type=text] {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  color: #333333; }

p {
  line-height: 1.6; }

body {
  -webkit-font-smoothing: antialiased; }

.container {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin: 0 auto; }
  @media (min-width: 960px) and (max-width: 1299px) {
    .container {
      padding: 0 3%; } }
  @media (max-width: 959px) {
    .container {
      padding: 0 5%; } }

.response {
  display: none; }
  .response.invalid {
    color: red; }
  .response.valid {
    color: green; }
  .response.show {
    display: block; }

.fancybox-caption {
  background: transparent !important; }

.fancybox-is-open .fancybox-bg {
  opacity: 0.95 !important; }

/*.slick-list, .slick-track, .slide {
    height: 100%;
}

.slick-list {
    padding: 0 !important;
}*/
.splashSection {
  width: 100%;
  height: 700px;
  background-size: cover;
  position: relative;
  background-position: center; }
  @media (max-width: 720px) {
    .splashSection {
      height: 260px;
      margin-top: 85px; } }
  .splashSection .textContainer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .splashSection .textContainer h1 {
      font-size: 60px;
      color: white; }
      @media (max-width: 959px) {
        .splashSection .textContainer h1 {
          font-size: 46px; } }
      @media (max-width: 720px) {
        .splashSection .textContainer h1 {
          font-size: 32px;
          margin-top: 0; } }
    .splashSection .textContainer .splashLink {
      font-size: 36px;
      text-transform: uppercase;
      color: white;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      margin-top: 20px;
      display: block; }
      @media (max-width: 959px) {
        .splashSection .textContainer .splashLink {
          font-size: 30px; } }
      @media (max-width: 720px) {
        .splashSection .textContainer .splashLink {
          font-size: 24px; } }
      .splashSection .textContainer .splashLink:hover {
        color: #E1172B; }

.productCategorySection {
  padding: 50px 0;
  overflow: hidden;
  font-size: 0; }
  .productCategorySection .productCategoryBlock {
    width: 20%;
    display: inline-block;
    font-size: 20px;
    margin: 2.5%;
    vertical-align: top; }
    @media (max-width: 959px) {
      .productCategorySection .productCategoryBlock {
        width: 45%; } }
    @media (max-width: 720px) {
      .productCategorySection .productCategoryBlock {
        width: 100%;
        margin: 0; } }
    .productCategorySection .productCategoryBlock .productCategoryImg {
      /*height: 350px;*/
      width: 100%;
      background-size: cover;
      background-color: #333333;
      display: block;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .productCategorySection .productCategoryBlock .productCategoryImg:hover {
        transform: scale(1.03); }
        .productCategorySection .productCategoryBlock .productCategoryImg:hover ~ .productCategoryHeading a {
          color: #E1172B; }
    .productCategorySection .productCategoryBlock .productCategoryHeading {
      font-size: 24px;
      margin: 15px 0 22px 0; }
      .productCategorySection .productCategoryBlock .productCategoryHeading a {
        color: #333333;
        font-weight: 700;
        text-decoration: none; }
        .productCategorySection .productCategoryBlock .productCategoryHeading a:hover {
          color: #E1172B; }
    .productCategorySection .productCategoryBlock .productCategoryText {
      font-size: 14px; }
    .productCategorySection .productCategoryBlock .productCategoryLink {
      font-size: 14px;
      text-decoration: underline;
      text-transform: uppercase; }

.productSectionStart {
  padding: 50px 0;
  overflow: hidden; }
  .productSectionStart .productHeading {
    position: relative;
    width: 95%;
    margin-left: 2.5%; }
    .productSectionStart .productHeading span {
      padding-right: 25px;
      background-color: white;
      font-weight: 700; }
    .productSectionStart .productHeading:after {
      content: "";
      position: absolute;
      bottom: 4px;
      left: 0;
      right: 0;
      height: 0.5em;
      border-top: 4px solid black;
      z-index: -1; }
  .productSectionStart .products {
    font-size: 0; }
    .productSectionStart .products .productBlock {
      width: 20%;
      margin: 2.5%;
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      @media (max-width: 959px) {
        .productSectionStart .products .productBlock {
          width: 45%; } }
      @media (max-width: 720px) {
        .productSectionStart .products .productBlock {
          width: 100%;
          margin: 0; } }
      .productSectionStart .products .productBlock:hover .productImg {
        transform: scale(1.02); }
      .productSectionStart .products .productBlock:hover .productName {
        color: #E1172B; }
      .productSectionStart .products .productBlock:hover .underline {
        border-bottom: 5px solid #E1172B; }
    .productSectionStart .products .productImg {
      width: 100%;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .productSectionStart .products .productName {
      font-size: 20px;
      margin: 13px 0;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .productSectionStart .products .underline {
      border-bottom: 5px solid black;
      width: 100%;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }

.inspirationSection {
  padding: 100px 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 959px) {
    .inspirationSection {
      padding: 70px 0; } }
  @media (max-width: 720px) {
    .inspirationSection {
      padding: 40px 0; } }
  .inspirationSection h2 {
    font-size: 60px;
    font-weight: 700;
    color: white;
    margin: 0; }
    @media (max-width: 959px) {
      .inspirationSection h2 {
        font-size: 50px; } }
    @media (max-width: 720px) {
      .inspirationSection h2 {
        font-size: 40px; } }
  .inspirationSection a {
    font-size: 30px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    display: block;
    margin-top: 40px;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    @media (max-width: 959px) {
      .inspirationSection a {
        font-size: 24px; } }
    @media (max-width: 720px) {
      .inspirationSection a {
        font-size: 20px;
        margin-top: 20px;
        text-decoration: underline; } }
    .inspirationSection a:hover {
      color: #E1172B; }

.breadCrumbs {
  margin-top: 114px;
  background-color: #333333;
  padding: 10px 0;
  font-size: 14px;
  color: white; }
  @media (max-width: 720px) {
    .breadCrumbs {
      margin-top: 85px; } }
  .breadCrumbs .line {
    color: #aaa;
    margin: 0 5px; }
  .breadCrumbs span a {
    color: white;
    text-decoration: none; }

.newsSection, .contentSection {
  padding: 80px 0;
  overflow: hidden;
  font-size: 0; }
  @media (max-width: 720px) {
    .newsSection, .contentSection {
      padding: 40px 0; } }
  .newsSection.newsSingleSection, .contentSection.newsSingleSection {
    margin-top: 114px; }
    @media (max-width: 720px) {
      .newsSection.newsSingleSection, .contentSection.newsSingleSection {
        margin-top: 85px; } }
  .newsSection .sideMenu, .contentSection .sideMenu {
    width: 20%;
    font-size: 15px;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    background-color: #f8f8f8; }
    @media (max-width: 720px) {
      .newsSection .sideMenu, .contentSection .sideMenu {
        width: 100%;
        margin: 0 0 20px 0; } }
    .newsSection .sideMenu.sideMenuPadding, .contentSection .sideMenu.sideMenuPadding {
      padding: 20px; }
    .newsSection .sideMenu ul, .contentSection .sideMenu ul {
      padding: 0;
      margin-top: 20px; }
      .newsSection .sideMenu ul li, .contentSection .sideMenu ul li {
        list-style: none; }
        .newsSection .sideMenu ul li a, .contentSection .sideMenu ul li a {
          display: block;
          margin: 10px 0;
          text-decoration: none; }
          .newsSection .sideMenu ul li a:visited, .contentSection .sideMenu ul li a:visited {
            color: #333333; }
          .newsSection .sideMenu ul li a:hover, .contentSection .sideMenu ul li a:hover {
            color: #E1172B; }
  .newsSection .mainContent, .contentSection .mainContent {
    font-size: 20px;
    width: 75%;
    margin-left: 5%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 720px) {
      .newsSection .mainContent, .contentSection .mainContent {
        width: 100%;
        margin: 0; } }
    .newsSection .mainContent .inspirationBlock, .contentSection .mainContent .inspirationBlock {
      width: 31%;
      padding-bottom: 25%; }
    .newsSection .mainContent .newsBlock, .contentSection .mainContent .newsBlock {
      border-bottom: 2px solid #ccc;
      padding: 40px 0;
      overflow: hidden; }
      .newsSection .mainContent .newsBlock.singleBlock, .contentSection .mainContent .newsBlock.singleBlock {
        border: none; }
      .newsSection .mainContent .newsBlock:first-child, .contentSection .mainContent .newsBlock:first-child {
        padding: 0 0 40px 0; }
      .newsSection .mainContent .newsBlock .newsImg, .contentSection .mainContent .newsBlock .newsImg {
        width: 40%;
        background-size: cover;
        padding-bottom: 40%;
        float: left;
        background-position: center; }
        @media (max-width: 720px) {
          .newsSection .mainContent .newsBlock .newsImg, .contentSection .mainContent .newsBlock .newsImg {
            width: 100%;
            padding-bottom: 100%; } }
      .newsSection .mainContent .newsBlock .headingLink, .contentSection .mainContent .newsBlock .headingLink {
        text-decoration: none; }
      .newsSection .mainContent .newsBlock .newsTextContainer, .contentSection .mainContent .newsBlock .newsTextContainer {
        float: right;
        width: 60%;
        padding-left: 5%; }
        @media (max-width: 720px) {
          .newsSection .mainContent .newsBlock .newsTextContainer, .contentSection .mainContent .newsBlock .newsTextContainer {
            padding-left: 0;
            width: 100%; } }
      .newsSection .mainContent .newsBlock h2, .newsSection .mainContent .newsBlock h1, .contentSection .mainContent .newsBlock h2, .contentSection .mainContent .newsBlock h1 {
        margin: 0 0 20px 0;
        font-size: 40px; }
        @media (max-width: 959px) {
          .newsSection .mainContent .newsBlock h2, .newsSection .mainContent .newsBlock h1, .contentSection .mainContent .newsBlock h2, .contentSection .mainContent .newsBlock h1 {
            font-size: 32px; } }
        @media (max-width: 720px) {
          .newsSection .mainContent .newsBlock h2, .newsSection .mainContent .newsBlock h1, .contentSection .mainContent .newsBlock h2, .contentSection .mainContent .newsBlock h1 {
            font-size: 26px;
            margin: 10px 0 20px 0; } }
      .newsSection .mainContent .newsBlock a, .contentSection .mainContent .newsBlock a {
        font-size: 14px;
        color: #E1172B;
        font-weight: 700;
        text-transform: uppercase; }
      .newsSection .mainContent .newsBlock p, .contentSection .mainContent .newsBlock p {
        font-size: 14px; }
      .newsSection .mainContent .newsBlock .category, .contentSection .mainContent .newsBlock .category {
        margin-top: 50px; }
        @media (max-width: 720px) {
          .newsSection .mainContent .newsBlock .category, .contentSection .mainContent .newsBlock .category {
            margin-top: 20px; } }
        .newsSection .mainContent .newsBlock .category h4, .contentSection .mainContent .newsBlock .category h4 {
          font-size: 16px; }
        .newsSection .mainContent .newsBlock .category span, .contentSection .mainContent .newsBlock .category span {
          color: #999999;
          font-size: 14px;
          margin-right: 6px;
          display: inline-block; }
    .newsSection .mainContent .singleNewsImg, .contentSection .mainContent .singleNewsImg {
      height: 400px;
      width: 100%;
      background-size: cover;
      margin-bottom: 40px; }
  .newsSection .sideMenuLink, .contentSection .sideMenuLink {
    color: #333333;
    text-decoration: none; }

.relatedNewsSection {
  padding: 40px 0 20px;
  overflow: hidden;
  background-color: #fafafa; }
  @media (max-width: 720px) {
    .relatedNewsSection {
      padding: 30px 0; } }
  .relatedNewsSection .lineHeading {
    position: relative;
    width: 95%;
    margin-left: 2.5%;
    z-index: 2; }
    .relatedNewsSection .lineHeading span {
      padding-right: 25px;
      background-color: white;
      font-weight: 700; }
    .relatedNewsSection .lineHeading:after {
      content: "";
      position: absolute;
      bottom: 4px;
      left: 0;
      right: 0;
      height: 0.5em;
      border-top: 4px solid black;
      z-index: -1; }
  .relatedNewsSection .relatedNewsBlocks {
    font-size: 0; }
    .relatedNewsSection .relatedNewsBlocks .newsBlock {
      width: 28%;
      margin: 2.667%;
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      @media (max-width: 720px) {
        .relatedNewsSection .relatedNewsBlocks .newsBlock {
          width: 45%;
          margin: 2.5%; } }
      .relatedNewsSection .relatedNewsBlocks .newsBlock:hover .relatedImg {
        transform: scale(1.02); }
      .relatedNewsSection .relatedNewsBlocks .newsBlock:hover .relatedHeading {
        color: #E1172B; }
    .relatedNewsSection .relatedNewsBlocks .relatedImg {
      padding-bottom: 55%;
      background-size: cover;
      background-position: center;
      width: 100%;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .relatedNewsSection .relatedNewsBlocks .relatedHeading {
      font-size: 24px;
      margin: 10px 0;
      text-transform: uppercase;
      text-align: center;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      @media (max-width: 959px) {
        .relatedNewsSection .relatedNewsBlocks .relatedHeading {
          font-size: 20px; } }
      @media (max-width: 720px) {
        .relatedNewsSection .relatedNewsBlocks .relatedHeading {
          font-size: 18px; } }

.inspirationPageSection {
  padding: 0 0 80px;
  overflow: hidden;
  margin-top: 114px; }
  @media (max-width: 720px) {
    .inspirationPageSection {
      margin-top: 85px; } }
  .inspirationPageSection .filterSection {
    background-color: #f3f3f3;
    padding: 50px 0;
    overflow: hidden; }
    @media (max-width: 720px) {
      .inspirationPageSection .filterSection {
        padding: 30px 0; } }
    .inspirationPageSection .filterSection h1 {
      text-align: center;
      font-size: 40px;
      margin: 0 0 20px 0; }
      @media (max-width: 959px) {
        .inspirationPageSection .filterSection h1 {
          font-size: 32px; } }
      @media (max-width: 720px) {
        .inspirationPageSection .filterSection h1 {
          font-size: 24px; } }
    .inspirationPageSection .filterSection .inputBlock {
      display: inline-block;
      vertical-align: top;
      margin: 0.5%; }
      .inspirationPageSection .filterSection .inputBlock button {
        padding: 10px 18px;
        border: none;
        background-color: #999;
        color: white;
        font-size: 14px;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .inspirationPageSection .filterSection .inputBlock button:hover {
          background-color: #E1172B; }
        .inspirationPageSection .filterSection .inputBlock button.mixitup-control-active {
          background-color: #E1172B; }
          .inspirationPageSection .filterSection .inputBlock button.mixitup-control-active:hover {
            background-color: #ca1527; }

.inspirationBlockSection {
  padding: 20px 0;
  font-size: 0; }
  .inspirationBlockSection .inspirationBlock {
    font-size: 20px;
    width: 18%;
    display: inline-block;
    padding-bottom: 15%;
    margin: 1%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative; }
    @media (max-width: 959px) {
      .inspirationBlockSection .inspirationBlock {
        width: 23%;
        padding-bottom: 20%; } }
    @media (max-width: 720px) {
      .inspirationBlockSection .inspirationBlock {
        width: 48%;
        padding-bottom: 45%; } }
    .inspirationBlockSection .inspirationBlock:hover .overlay {
      /*background-color: rgba(225, 23, 43, 0.8);*/
      background-color: rgba(0, 0, 0, 0.7); }
    .inspirationBlockSection .inspirationBlock:hover .overlayText {
      opacity: 1;
      top: 47%; }
    .inspirationBlockSection .inspirationBlock .overlay {
      position: absolute;
      background-color: rgba(0, 0, 0, 0);
      width: 100%;
      z-index: 2;
      height: 100%;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .inspirationBlockSection .inspirationBlock .overlayText {
      position: absolute;
      top: 50%;
      opacity: 0;
      transform: translateY(-50%);
      text-align: center;
      color: white;
      z-index: 3;
      left: 0;
      right: 0;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      -webkit-backface-visibility: hidden; }
      .inspirationBlockSection .inspirationBlock .overlayText h3, .inspirationBlockSection .inspirationBlock .overlayText p {
        color: white;
        margin: 0;
        text-align: center; }
      .inspirationBlockSection .inspirationBlock .overlayText h3 {
        font-size: 24px;
        margin-bottom: 10px; }
      .inspirationBlockSection .inspirationBlock .overlayText p {
        font-size: 14px; }

.splashSectionSmall {
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
  background-position: center; }
  @media (max-width: 720px) {
    .splashSectionSmall {
      height: 200px; } }
  .splashSectionSmall.marginSplash {
    margin-top: 114px; }
    @media (max-width: 720px) {
      .splashSectionSmall.marginSplash {
        margin-top: 84px; } }
  .splashSectionSmall .textContainer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .splashSectionSmall .textContainer h1 {
      font-size: 60px;
      color: white;
      margin: 0; }
      @media (max-width: 959px) {
        .splashSectionSmall .textContainer h1 {
          font-size: 50px; } }
      @media (max-width: 720px) {
        .splashSectionSmall .textContainer h1 {
          font-size: 32px; } }
    .splashSectionSmall .textContainer .splashLink {
      font-size: 40px;
      text-transform: uppercase;
      color: white;
      text-decoration: none;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      @media (max-width: 959px) {
        .splashSectionSmall .textContainer .splashLink {
          font-size: 30px; } }
      @media (max-width: 720px) {
        .splashSectionSmall .textContainer .splashLink {
          font-size: 24px; } }
      .splashSectionSmall .textContainer .splashLink:hover {
        color: #E1172B; }

.contentSection h2 {
  font-size: 40px;
  margin: 0 0 40px 0; }
  @media (max-width: 959px) {
    .contentSection h2 {
      font-size: 32px; } }
  @media (max-width: 720px) {
    .contentSection h2 {
      font-size: 24px; } }

.contentSection .preamble {
  font-size: 18px;
  margin-bottom: 40px; }

.contentSection p {
  font-size: 14px; }

.contentSection .sideMenu {
  padding: 20px; }
  .contentSection .sideMenu a {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    text-decoration: none; }
  .contentSection .sideMenu .Level2 a, .contentSection .sideMenu Level3 a {
    font-size: 14px;
    font-weight: 400; }

.productSection {
  padding: 60px 0;
  font-size: 0; }
  @media (max-width: 720px) {
    .productSection {
      padding: 30px 0; } }
  .productSection .imageBlock {
    width: 45%;
    font-size: 40px;
    margin-right: 5%;
    display: inline-block;
    /*background-color: deeppink;*/
    vertical-align: top; }
    @media (max-width: 720px) {
      .productSection .imageBlock {
        width: 100%;
        margin: 0; } }
    .productSection .imageBlock .mainProductSlider {
      width: 100%; }
      .productSection .imageBlock .mainProductSlider .productImage {
        height: 400px;
        display: block;
        background-size: cover; }
        @media (max-width: 720px) {
          .productSection .imageBlock .mainProductSlider .productImage {
            height: 210px; } }
    .productSection .imageBlock .productImageSmall {
      height: 80px;
      background-size: cover;
      display: inline-block;
      padding: 2%; }
      @media (max-width: 720px) {
        .productSection .imageBlock .productImageSmall {
          height: 50px; } }
    .productSection .imageBlock .sliderNav {
      margin-top: 10px; }
      .productSection .imageBlock .sliderNav .slick-slide {
        margin-right: 20px; }
  .productSection .textBlock {
    font-size: 20px;
    width: 50%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 720px) {
      .productSection .textBlock {
        width: 100%;
        margin: 0; } }
    .productSection .textBlock h1 {
      font-size: 40px;
      display: block;
      margin: 0 0 40px;
      line-height: 1; }
      @media (max-width: 720px) {
        .productSection .textBlock h1 {
          margin-top: 30px;
          font-size: 26px; } }
    .productSection .textBlock p {
      font-size: 14px; }
    .productSection .textBlock .areaOfUse {
      margin-top: 40px; }
      .productSection .textBlock .areaOfUse span {
        display: inline-block;
        color: #ccc;
        margin-right: 10px;
        font-size: 14px; }

.tableSection {
  font-size: 14px;
  margin-top: 80px; }
  @media (max-width: 959px) {
    .tableSection {
      overflow-x: auto; } }
  @media (max-width: 720px) {
    .tableSection {
      overflow-x: auto; } }
  .tableSection table {
    width: 100%; }
  .tableSection thead {
    background-color: #e3e3e3; }
    .tableSection thead th {
      padding: 20px 10px;
      text-align: left; }
      .tableSection thead th:last-child {
        /*padding-right: 120px;*/ }
        @media (max-width: 720px) {
          .tableSection thead th:last-child {
            padding-right: 0; } }
  .tableSection tbody tr {
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    /*&:hover {
				.offerButton {
					opacity: 1;
				}
			}*/ }
  .tableSection tbody td {
    padding: 20px 10px; }
    .tableSection tbody td:last-of-type {
      padding-right: 120px; }
  .tableSection .offerButton {
    background-color: #E1172B;
    position: absolute;
    opacity: 1;
    color: white;
    margin-left: -120px;
    top: 50%;
    transform: translateY(-50%);
    padding: 11px 20px;
    font-size: 12px;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    display: inline-block; }
    @media (max-width: 720px) {
      .tableSection .offerButton {
        /*display: none;*/
        opacity: 1;
        font-size: 11px;
        margin-left: -85px;
        padding: 10px; } }
    .tableSection .offerButton:hover {
      background-color: #ca1527; }

.relatedproductSection, .newsBlockContainer {
  padding: 40px 0 20px;
  overflow: hidden; }
  @media (max-width: 720px) {
    .relatedproductSection, .newsBlockContainer {
      padding: 30px 0; } }
  .relatedproductSection .lineHeading, .newsBlockContainer .lineHeading {
    position: relative;
    width: 95%;
    margin-left: 2.5%;
    z-index: 2; }
    .relatedproductSection .lineHeading span, .newsBlockContainer .lineHeading span {
      padding-right: 25px;
      background-color: white;
      font-weight: 700; }
    .relatedproductSection .lineHeading:after, .newsBlockContainer .lineHeading:after {
      content: "";
      position: absolute;
      bottom: 4px;
      left: 0;
      right: 0;
      height: 0.5em;
      border-top: 4px solid black;
      z-index: -1; }
  .relatedproductSection .relatedProducts, .newsBlockContainer .relatedProducts {
    font-size: 0; }
    .relatedproductSection .relatedProducts .relatedProductBlock, .newsBlockContainer .relatedProducts .relatedProductBlock {
      width: 20%;
      margin: 2.5%;
      display: inline-block;
      vertical-align: top;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      text-decoration: none; }
      @media (max-width: 959px) {
        .relatedproductSection .relatedProducts .relatedProductBlock, .newsBlockContainer .relatedProducts .relatedProductBlock {
          width: 45%; } }
      @media (max-width: 720px) {
        .relatedproductSection .relatedProducts .relatedProductBlock, .newsBlockContainer .relatedProducts .relatedProductBlock {
          width: 100%;
          margin: 0; } }
      .relatedproductSection .relatedProducts .relatedProductBlock .underline, .newsBlockContainer .relatedProducts .relatedProductBlock .underline {
        border-bottom: 5px solid #333333; }
      .relatedproductSection .relatedProducts .relatedProductBlock .relatedImg, .newsBlockContainer .relatedProducts .relatedProductBlock .relatedImg {
        background-size: cover;
        padding-bottom: 70%;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .relatedproductSection .relatedProducts .relatedProductBlock:hover .relatedImg, .newsBlockContainer .relatedProducts .relatedProductBlock:hover .relatedImg {
        transform: scale(1.02); }
      .relatedproductSection .relatedProducts .relatedProductBlock:hover .relatedHeading, .newsBlockContainer .relatedProducts .relatedProductBlock:hover .relatedHeading {
        color: #E1172B; }
      .relatedproductSection .relatedProducts .relatedProductBlock:hover .underline, .newsBlockContainer .relatedProducts .relatedProductBlock:hover .underline {
        border-bottom: 5px solid #E1172B; }

.infoPanel {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99; }
  @media (max-width: 720px) {
    .infoPanel {
      top: auto;
      bottom: 0;
      transform: none; } }
  .infoPanel .text {
    cursor: pointer;
    background-color: #E1172B;
    padding: 15px;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .infoPanel .text:hover {
      background-color: #ca1527; }
    @media (max-width: 720px) {
      .infoPanel .text {
        padding: 11px; } }
    .infoPanel .text p {
      color: white;
      text-transform: uppercase;
      font-size: 14px;
      display: inline-block;
      border-right: 1px solid #eb4051;
      padding-right: 17px;
      margin: 0; }
      @media (max-width: 720px) {
        .infoPanel .text p {
          font-size: 12px; } }
    .infoPanel .text .plus {
      display: inline-block;
      padding-left: 10px; }
      .infoPanel .text .plus span {
        color: white; }
  .infoPanel .content {
    background-color: white;
    padding: 25px 15px;
    display: none;
    position: absolute;
    top: -160px;
    width: 100%; }
    .infoPanel .content.active {
      display: block; }
    @media (max-width: 720px) {
      .infoPanel .content {
        position: static; } }
    .infoPanel .content p {
      margin: 0;
      font-size: 14px;
      padding-top: 16px; }
      @media (max-width: 720px) {
        .infoPanel .content p {
          font-size: 12px; } }
      .infoPanel .content p:first-child {
        padding-top: 0; }
      .infoPanel .content p a {
        color: #E1172B; }
    .infoPanel .content .redText {
      color: #E1172B;
      text-decoration: none;
      padding-top: 2px;
      text-decoration: none; }

.retailerSection {
  padding: 80px 0;
  overflow: hidden;
  /*text-align: center;*/ }
  @media (max-width: 959px) {
    .retailerSection {
      padding: 60px 0; } }
  @media (max-width: 720px) {
    .retailerSection {
      padding: 40px 0; } }
  .retailerSection input[type=text], .retailerSection input[type=password] {
    font-size: 14px;
    display: inline-block;
    width: 200px;
    margin: 10px 0;
    background-color: white;
    border: 1px solid #aaa;
    padding: 10px; }
  .retailerSection button {
    background-color: #E1172B;
    width: 200px;
    text-align: center;
    color: white;
    border: none;
    padding: 13px 0;
    font-size: 12px;
    text-transform: uppercase; }
  .retailerSection h3 {
    text-align: left;
    margin-left: 2%; }
  .retailerSection .priceList {
    display: block;
    padding: 15px 10px;
    background-color: #aaa;
    color: white;
    text-decoration: none;
    text-align: left;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .retailerSection .priceList:hover {
      text-decoration: underline;
      background-color: #bbb; }
  .retailerSection .newsBlockContainer h2 {
    text-align: left; }

.offerModal {
  position: fixed;
  background-color: white;
  box-shadow: 8px 10px 20px 0.5px rgba(0, 0, 0, 0.3);
  padding: 30px 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  width: 900px;
  z-index: 10;
  display: none; }
  @media (max-width: 959px) {
    .offerModal {
      width: 90%; } }
  @media (max-width: 720px) {
    .offerModal {
      width: 320px;
      top: 50%; } }
  .offerModal .closeModal {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 24px;
    color: #888;
    cursor: pointer; }
  .offerModal h3 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0; }
    @media (max-width: 720px) {
      .offerModal h3 {
        margin-bottom: 10px; } }
  .offerModal input[type=checkbox] {
    padding: 10px;
    margin: 10px 0 0 1%; }
    @media (max-width: 720px) {
      .offerModal input[type=checkbox] {
        margin-left: 0; } }
  .offerModal span {
    font-size: 14px;
    margin-left: 1%; }
  .offerModal .formContainer {
    font-size: 0; }
  .offerModal input[type=text], .offerModal input[type=email], .offerModal textarea {
    margin: 3px 1%;
    display: inline-block;
    font-size: 14px;
    padding: 6px;
    border: 1px solid #aaa;
    outline: none;
    /*width: 355px;*/
    width: 48%;
    background-color: white; }
    @media (max-width: 720px) {
      .offerModal input[type=text], .offerModal input[type=email], .offerModal textarea {
        margin: 4px auto;
        width: 100%; } }
  .offerModal textarea {
    width: 98%;
    height: 80px; }
    @media (max-width: 720px) {
      .offerModal textarea {
        height: 40px; } }
  .offerModal input[type=submit] {
    margin: 10px auto;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px;
    border: none;
    outline: none;
    background-color: #E1172B;
    color: white;
    width: 355px;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    @media (max-width: 720px) {
      .offerModal input[type=submit] {
        width: 100%; } }
    .offerModal input[type=submit]:hover {
      background-color: #ca1527; }

.productCategorySection {
  padding: 80px 0;
  overflow: hidden; }
  @media (max-width: 720px) {
    .productCategorySection {
      padding: 40px 0; } }
  .productCategorySection .sideMenu {
    width: 20%;
    font-size: 15px;
    /*background-color: #f8f8f8;*/
    padding: 20px;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 720px) {
      .productCategorySection .sideMenu {
        width: 100%;
        margin: 0 0 20px 0; } }
    .productCategorySection .sideMenu .categoryMenu {
      background-color: #f8f8f8;
      margin-bottom: 20px;
      padding: 20px; }
    .productCategorySection .sideMenu .filterMenu {
      background-color: #f8f8f8;
      padding: 20px; }
    .productCategorySection .sideMenu ul {
      padding: 0;
      margin-top: 20px; }
      .productCategorySection .sideMenu ul li {
        list-style: none; }
        .productCategorySection .sideMenu ul li a {
          display: block;
          margin: 10px 0;
          text-decoration: none; }
          .productCategorySection .sideMenu ul li a:visited {
            color: #333333; }
          .productCategorySection .sideMenu ul li a:hover {
            color: #E1172B; }
    .productCategorySection .sideMenu .filterMenu button {
      background-color: #ccc;
      color: black;
      border: none;
      padding: 10px 20px;
      margin: 5px 0;
      font-size: 12px;
      text-transform: uppercase;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .productCategorySection .sideMenu .filterMenu button.mixitup-control-active {
        background-color: #E1172B;
        color: white; }
  .productCategorySection .mainContent {
    font-size: 20px;
    width: 75%;
    margin-left: 5%;
    display: inline-block;
    vertical-align: top;
    font-size: 0; }
    @media (max-width: 720px) {
      .productCategorySection .mainContent {
        width: 100%;
        margin: 0; } }
    .productCategorySection .mainContent h2 {
      margin-left: 1.5%; }
    .productCategorySection .mainContent .productBlock {
      width: 30%;
      margin: 1.5%;
      display: inline-block;
      vertical-align: top;
      -moz-transition: 0.2s color scale;
      -o-transition: 0.2s color scale;
      -webkit-transition: 0.2s color scale;
      transition: 0.2s color scale;
      text-decoration: none; }
      @media (max-width: 959px) {
        .productCategorySection .mainContent .productBlock {
          width: 45%; } }
      @media (max-width: 720px) {
        .productCategorySection .mainContent .productBlock {
          width: 100%;
          margin: 0; } }
      .productCategorySection .mainContent .productBlock:hover .productImg {
        transform: scale(1.02); }
      .productCategorySection .mainContent .productBlock:hover .productName {
        color: #E1172B; }
      .productCategorySection .mainContent .productBlock:hover .underline {
        border-bottom: 5px solid #E1172B; }
    .productCategorySection .mainContent .productImg {
      width: 100%;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .productCategorySection .mainContent .productName {
      font-size: 20px;
      margin: 13px 0;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .productCategorySection .mainContent .underline {
      border-bottom: 5px solid black;
      width: 100%;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }

.serviceSection {
  padding: 80px 0;
  overflow: hidden;
  font-size: 0; }
  @media (max-width: 720px) {
    .serviceSection {
      padding: 40px 0; } }
  .serviceSection .serviceBlock {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin: 2%;
    text-decoration: none; }
    @media (max-width: 959px) {
      .serviceSection .serviceBlock {
        width: 46%; } }
    @media (max-width: 959px) {
      .serviceSection .serviceBlock {
        width: 100%;
        margin: 0; } }
    .serviceSection .serviceBlock:hover img {
      transform: scale(1.015); }
    .serviceSection .serviceBlock:hover h3 {
      color: #E1172B; }
    .serviceSection .serviceBlock img {
      width: 100%;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .serviceSection .serviceBlock h3 {
      font-size: 24px;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      @media (max-width: 959px) {
        .serviceSection .serviceBlock h3 {
          margin: 10px 0 20px 0; } }

.serviceSingleSection {
  padding: 80px 0;
  overflow: hidden;
  font-size: 0; }
  @media (max-width: 720px) {
    .serviceSingleSection {
      padding: 40px 0; } }
  .serviceSingleSection .imageBlock {
    width: 40%;
    display: inline-block;
    vertical-align: top; }
    .serviceSingleSection .imageBlock img {
      width: 100%; }
  .serviceSingleSection .textBlock {
    width: 50%;
    margin-left: 10%;
    vertical-align: top;
    display: inline-block; }
    .serviceSingleSection .textBlock h1 {
      margin-top: 0;
      font-size: 40px;
      line-height: 1; }
      @media (max-width: 720px) {
        .serviceSingleSection .textBlock h1 {
          font-size: 24px; } }
    .serviceSingleSection .textBlock .text {
      margin-top: 30px;
      font-size: 14px; }

.mailSent {
  text-align: center;
  margin: 40px 0 0;
  color: #29c836;
  font-size: 20px; }

.contactSection {
  padding: 60px 0 0;
  font-size: 0; }
  @media (max-width: 720px) {
    .contactSection {
      padding: 40px 0; } }
  .contactSection .personBlock {
    width: 20%;
    margin: 2.5%;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    @media (max-width: 959px) {
      .contactSection .personBlock {
        width: 45%; } }
    @media (max-width: 720px) {
      .contactSection .personBlock {
        width: 100%;
        margin: 0; } }
  .contactSection a {
    font-size: 14px; }
  .contactSection .personImg {
    width: 100%;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .contactSection .personName {
    font-size: 20px;
    margin: 10px 0 5px;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .contactSection .personTitle {
    margin: 5px 0;
    font-size: 16px; }
  .contactSection .personInfo {
    margin: 0; }
  .contactSection .underline {
    border-bottom: 3px solid black;
    width: 100%;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin-top: 10px; }

.mapSection {
  height: 400px;
  overflow: hidden;
  width: 100%;
  /*background-color: deeppink;*/
  border-bottom: 1px solid #ccc;
  margin-top: 114px; }
  @media (max-width: 959px) {
    .mapSection {
      margin-top: 84px; } }
  @media (max-width: 720px) {
    .mapSection {
      height: 250px; } }
  .mapSection #map {
    height: 100%; }

.retailerSection {
  font-size: 0; }
  .retailerSection h1 {
    text-align: center;
    font-size: 40px;
    margin: 0 0 30px; }
    @media (max-width: 720px) {
      .retailerSection h1 {
        font-size: 28px; } }
  .retailerSection .input-text {
    font-size: 14px;
    padding: 10px;
    width: 300px !important;
    margin: 0 auto !important;
    display: block !important; }
  .retailerSection .retailer {
    width: 20%;
    background-color: #fafafa;
    box-shadow: 3px 3px 20px 0.5px rgba(0, 0, 0, 0.1);
    display: inline-block;
    vertical-align: top;
    margin: 2.5%;
    padding: 30px;
    font-size: 14px; }
    @media (max-width: 959px) {
      .retailerSection .retailer {
        width: 48%;
        margin: 1%; } }
    @media (max-width: 720px) {
      .retailerSection .retailer {
        width: 100%;
        margin: 20px 0; } }
    .retailerSection .retailer.hide {
      display: none; }
    .retailerSection .retailer .web {
      text-decoration: none; }
    .retailerSection .retailer h4 {
      margin-top: 0; }
    .retailerSection .retailer .name {
      font-size: 20px;
      text-decoration: none; }

.info-window button {
  background-color: #E1172B;
  padding: 5px;
  text-decoration: none;
  margin-top: 10px;
  border: none; }
  .info-window button a {
    color: white;
    text-decoration: none; }

