/* Reset */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400&subset=latin,latin-ext);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

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

/* Font faces */
/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Default font size in pixels if not overridden. */
/* Convert PX units to EMs.
Ex: margin-right: pem(16);
*/
/* Used to convert PX to EMs for multiple properties or values or both.
$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

Examples:

@include scale(line-height, 30)
@include scale(line-height, 30, 16)
@include scale(width height, 125);
@include scale(padding, 0 25, 16);
@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/* Text elements */
h1, h2, h3, h4, h5, h6 {
  font-weight: 800; }

h1 {
  font-size: 2.5em; }

a {
  outline: none; }

sup {
  font-size: 60%;
  vertical-align: super; }

sub {
  font-size: 60%;
  vertical-align: sub; }

.fw-300 {
  font-weight: 300 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fw-800 {
  font-weight: 800 !important; }

.fc-red {
  color: #ee1b22; }

.fc-green {
  color: #708f00; }

.ta-left {
  text-align: left; }

.ta-right {
  text-align: right; }

.ta-center {
  text-align: center; }

.italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

/* UI elements */
.btn {
  color: #fff;
  padding: .5em 1em;
  border: none;
  border-radius: 3px;
  outline: none;
  font-size: 1em;
  font-weight: 400;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  background-color: #555555;
  -webkit-transition: all 0.075s ease-in-out;
  -moz-transition: all 0.075s ease-in-out;
  -ms-transition: all 0.075s ease-in-out;
  -o-transition: all 0.075s ease-in-out;
  transition: all 0.075s ease-in-out; }
  .btn:hover {
    background-color: #4c4c4c; }

.btn-cta {
  -moz-box-shadow: #cccccc 3px 3px 0;
  -webkit-box-shadow: #cccccc 3px 3px 0;
  box-shadow: #cccccc 3px 3px 0;
  background-color: #df1118;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f03339), to(#df1118));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f03339, #df1118);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f03339, #df1118);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f03339, #df1118);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f03339, #df1118);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f03339, #df1118);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f03339', EndColorStr='#df1118'); }
  .btn-cta:hover {
    color: #fff;
    background-color: #f03339;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#df1118), to(#f03339));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #df1118, #f03339);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #df1118, #f03339);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #df1118, #f03339);
    /* IE10 */
    background-image: -o-linear-gradient(top, #df1118, #f03339);
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #df1118, #f03339);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#df1118', EndColorStr='#f03339'); }

.btn-facebook {
  color: #fff;
  font-weight: 900;
  border-radius: 2px;
  background-color: #3b5998; }
  .btn-facebook i {
    font-size: 120%;
    margin-right: .25em; }
  .btn-facebook:hover {
    background-color: #355088; }

.btn-google {
  color: #fff;
  font-weight: 900;
  border-radius: 2px;
  background-color: #d34836; }
  .btn-google i {
    font-size: 120%;
    margin-right: .25em; }
  .btn-google:hover {
    background-color: #bd4030; }

.btn-linkedin {
  color: #fff;
  font-weight: 900;
  border-radius: 2px;
  background-color: #0077b5; }
  .btn-linkedin i {
    font-size: 120%;
    margin-right: .25em; }
  .btn-linkedin:hover {
    background-color: #006ba2; }

.btn-xs {
  font-size: .6rem; }

.btn-sm {
  font-size: .8rem; }

.btn-lg {
  font-size: 1.5rem; }

.btn-control {
  margin: 1em 0; }

.form-control {
  width: 100%;
  float: left; }
  .form-control input,
  .form-control select,
  .form-control textarea {
    width: 96%;
    color: #555555;
    padding: .4em 2%;
    border-radius: 1px;
    border: 1px solid #777777;
    outline: none;
    font-size: .9em;
    font-weight: 600;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    background-color: #fff;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -moz-box-shadow: 3px 3px 0 0 #d5d5d5;
    -webkit-box-shadow: 3px 3px 0 0 #d5d5d5;
    box-shadow: 3px 3px 0 0 #d5d5d5; }
    .form-control input:active, .form-control input:focus,
    .form-control select:active,
    .form-control select:focus,
    .form-control textarea:active,
    .form-control textarea:focus {
      outline: 2px solid #555555;
      -moz-box-shadow: 3px 3px 0 0 #c8c8c8;
      -webkit-box-shadow: 3px 3px 0 0 #c8c8c8;
      box-shadow: 3px 3px 0 0 #c8c8c8; }
    .form-control input.input-half,
    .form-control select.input-half,
    .form-control textarea.input-half {
      width: 44%; }
  .form-control select {
    width: 100%; }
  .form-control input[type="checkbox"], .form-control input[type="radio"] {
    width: auto !important; }
  .form-control input.mezesbodon {
    display: none; }
  .form-control .form-group, .form-control .radio-group {
    width: 92%;
    float: left;
    font-size: .9rem;
    padding: 1em 4%;
    margin: 1em 0;
    background-color: #eeeeee;
    border: 1px solid #e2e2e2; }
    .form-control .form-group h3, .form-control .radio-group h3 {
      display: block;
      font-size: 1.5em; }
    .form-control .form-group .form-col-half, .form-control .radio-group .form-col-half {
      width: 48%;
      float: left; }
      .form-control .form-group .form-col-half.pull-right, .form-control .radio-group .form-col-half.pull-right {
        float: right; }
    .form-control .form-group label, .form-control .radio-group label {
      margin: .5em 0;
      display: block; }
      .form-control .form-group label em, .form-control .radio-group label em {
        font-style: normal;
        color: #ee1b22; }
      .form-control .form-group label span, .form-control .radio-group label span {
        display: block;
        font-size: 1.05em; }
      .form-control .form-group label small, .form-control .radio-group label small {
        display: block;
        font-size: 90%;
        font-style: italic; }
      .form-control .form-group label input, .form-control .radio-group label input, .form-control .form-group label select, .form-control .radio-group label select {
        margin-top: .5em; }
  .form-control #check_domain #l_domain {
    width: 45%;
    float: left; }
  .form-control #check_domain #l_domain_ext {
    width: 15%;
    float: left;
    margin-left: 10px;
    height: 33px !important; }
  .form-control #check_domain button {
    position: relative;
    top: -4px;
    font-weight: bold;
    float: left;
    margin-left: 10px; }
  .form-control .radio-group label span, .form-control .radio-group label input {
    display: inline-block; }
  .form-control .radio-group label input:active, .form-control .radio-group label input:focus {
    outline: none; }
  .form-control .radio-group label span em {
    font-weight: bold;
    color: #333333; }

.error-in-field {
  color: #ee1b22;
  border: none !important; }
  .error-in-field input,
  .error-in-field select,
  .error-in-field textarea {
    border: 2px solid #ee1b22; }

.success-in-field {
  color: #708f00;
  border: none !important; }
  .success-in-field input,
  .success-in-field select,
  .success-in-field textarea {
    border: 2px solid #708f00; }

.form-alert {
  width: 94.5%;
  float: left;
  font-size: 1.1em;
  font-weight: bold;
  padding: 10px 2.5%;
  background: #fff;
  margin: 20px 0 !important; }
  .form-alert.error-in-field {
    border: 2px solid #ee1b22 !important; }
  .form-alert.success-in-field {
    border: 2px solid #708f00 !important; }
  .form-alert.form-alert-icon {
    padding: 30px 2.5%;
    text-align: center; }
    .form-alert.form-alert-icon i.fa {
      display: block;
      margin-bottom: 30px;
      font-size: 4em; }

.wait-layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  display: none;
  background: rgba(255, 255, 255, 0.75);
  pointer-events: none; }
  .wait-layer .wait-wrapper {
    width: 100%;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -150px;
    text-align: center; }
    .wait-layer .wait-wrapper i.fa {
      display: block;
      font-size: 5em;
      margin: 30px 0; }
    .wait-layer .wait-wrapper p {
      font-size: 1.75em;
      font-weight: bold; }

span.alert-msg-error {
  position: absolute;
  color: #fff;
  font-size: 70%;
  font-weight: 600;
  padding: .25em .5em;
  background-color: #ee1b22;
  border-radius: 2px; }

span.alert-msg-success {
  position: absolute;
  color: #fff;
  font-size: 70%;
  font-weight: 600;
  padding: .25em .5em;
  background-color: #708f00;
  border-radius: 2px; }

label.form.alert-error, label.form-square.alert-error {
  color: #ee1b22;
  outline: none !important; }

.pagination {
  width: 100%;
  float: left;
  margin: 2em 0;
  text-align: center; }
  .pagination li {
    display: inline-block;
    margin: 0 .15em;
    padding: .5em 1em;
    color: #fff;
    border: none;
    border-radius: 3px;
    outline: none;
    font-size: 1em;
    cursor: pointer;
    background-color: #959595;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b7b7b7), to(#959595));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #b7b7b7, #959595);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #b7b7b7, #959595);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #b7b7b7, #959595);
    /* IE10 */
    background-image: -o-linear-gradient(top, #b7b7b7, #959595);
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #b7b7b7, #959595);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#b7b7b7', EndColorStr='#959595'); }
    .pagination li:hover {
      color: #fff;
      background-color: #b7b7b7;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, left bottom, from(#959595), to(#b7b7b7));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, #959595, #b7b7b7);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, #959595, #b7b7b7);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, #959595, #b7b7b7);
      /* IE10 */
      background-image: -o-linear-gradient(top, #959595, #b7b7b7);
      /* Opera 11.10+ */
      background-image: linear-gradient(to bottom, #959595, #b7b7b7);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#959595', EndColorStr='#b7b7b7'); }
    .pagination li a {
      display: block;
      font-weight: 600;
      color: #fff; }

/* Page definitions */
html, body {
  height: 100%; }

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: .015px; }

body {
  background: #fff;
  color: #333333;
  font: 400 16px "Open Sans", Helvetica, Arial, sans-serif;
  overflow-y: scroll; }

img {
  width: 100%; }

b, strong {
  font-weight: 800; }

a {
  color: #ee1b22;
  text-decoration: none; }
  a:hover {
    color: #be151b; }

.wrapper {
  width: 1200px;
  position: relative;
  margin: 0 auto; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.w-auto {
  width: auto !important; }

/* Header elements */
header#header {
  border-top: 5px solid #ee1b22; }
  header#header a.logo {
    width: 35%;
    padding: 2em 0;
    display: block; }
  header#header div.services {
    position: absolute;
    top: 0;
    right: 0;
    font-size: .85rem; }
    header#header div.services ul li {
      display: inline-block; }
      header#header div.services ul li a {
        padding: .5em 1em;
        display: inline-block;
        color: #333333; }
        header#header div.services ul li a i {
          color: #ee1b22;
          font-size: 110%;
          margin-right: .25em; }
        header#header div.services ul li a:hover {
          background-color: #e5e5e5; }
        header#header div.services ul li a.support {
          color: #fff;
          text-transform: uppercase;
          background-color: #ee1b22; }
          header#header div.services ul li a.support i {
            color: #fff; }
          header#header div.services ul li a.support:hover {
            background-color: #d6181e; }
  header#header div.search-form {
    width: 20em;
    position: absolute;
    right: 0;
    bottom: 0; }
    header#header div.search-form label span {
      display: none; }
    header#header div.search-form label input {
      width: 70%;
      height: 2em;
      float: right;
      padding: 1em 2.5%;
      border: 0;
      outline: 0;
      border-radius: 0;
      background-color: #eeeeee; }
    header#header div.search-form button {
      position: absolute;
      right: 0;
      top: .2em;
      cursor: pointer;
      margin-right: -1%;
      color: #333333;
      border: 0;
      outline: 0;
      border-radius: 0;
      background-color: transparent; }

nav#main-navigation {
  width: 100%;
  float: left;
  background-color: #ee1b22; }
  nav#main-navigation ul.main-navigation li.main-item {
    float: left; }
    nav#main-navigation ul.main-navigation li.main-item a {
      padding: .5em 1em;
      display: block;
      color: #fff;
      font-size: 1.313em;
      font-weight: 300; }
      nav#main-navigation ul.main-navigation li.main-item a:hover {
        background-color: #d6181e; }
    nav#main-navigation ul.main-navigation li.main-item ul li a {
      color: #333333; }
      nav#main-navigation ul.main-navigation li.main-item ul li a:hover {
        background-color: #d6d6d6; }

/* These styles assume you are using ul and li */
.dropit {
  list-style: none;
  padding: 0;
  margin: 0; }
  .dropit .dropit-trigger {
    position: relative; }
  .dropit .dropit-open {
    background-color: #d6181e; }
    .dropit .dropit-open .dropit-submenu {
      color: #333333;
      display: block; }
  .dropit .dropit-submenu {
    font-size: .8rem;
    position: absolute;
    top: 100%;
    left: 0;
    /* dropdown left or right */
    z-index: 1000;
    display: none;
    min-width: 250px;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #eeeeee; }
    .dropit .dropit-submenu li a {
      color: #333333; }
      .dropit .dropit-submenu li a:hover {
        background-color: #6b6b6b; }

section#hero-container {
  width: 100%;
  float: left;
  height: 350px;
  overflow: hidden;
  position: relative; }
  section#hero-container div.img-container {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
    section#hero-container div.img-container img {
      width: 1920px;
      position: absolute;
      left: 50%;
      margin-left: -960px; }
  section#hero-container div.wrapper {
    top: -300px;
    left: 0; }
  section#hero-container div.hero-wrap {
    width: 100%;
    position: relative; }
  section#hero-container div.hero-lead {
    position: absolute;
    top: 0px;
    width: 40%;
    z-index: 20; }
    section#hero-container div.hero-lead h1 {
      font-size: 3em;
      color: #fff;
      font-weight: 100;
      line-height: 1.2em; }
  section#hero-container div.hero-img-container {
    position: absolute;
    right: 0;
    top: -5em;
    z-index: 1;
    float: right;
    width: 55%; }
  section#hero-container div.trap, section#hero-container div.trap-left, section#hero-container div.trap-right {
    position: absolute;
    top: 0;
    height: 25em;
    z-index: 10;
    background: url("../img/polygonbg-gray.svg");
    background-size: 1000px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg); }
  section#hero-container div.trap-left {
    left: 0;
    width: 60%;
    float: left;
    margin-left: -10%;
    -moz-box-shadow: 3px 0 10px 1px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 3px 0 10px 1px rgba(0, 0, 0, 0.7);
    box-shadow: 3px 0 10px 1px rgba(0, 0, 0, 0.7); }
  section#hero-container div.trap-right {
    right: 0;
    width: 50%;
    float: right;
    margin-right: -25%;
    -moz-box-shadow: -3px 0 10px 1px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: -3px 0 10px 1px rgba(0, 0, 0, 0.7);
    box-shadow: -3px 0 10px 1px rgba(0, 0, 0, 0.7); }

section#featured-container {
  width: 100%;
  float: left; }
  section#featured-container div.title {
    margin-top: 2em; }
    section#featured-container div.title h2 {
      font-size: 1.5rem; }
  section#featured-container div.featured-item {
    width: 23.5%;
    float: left;
    margin: 2em 1%;
    background-color: #eeeeee; }
    section#featured-container div.featured-item:first-child {
      margin-left: 0; }
    section#featured-container div.featured-item:last-child {
      margin-right: 0; }
    section#featured-container div.featured-item div.img-container {
      height: 10em;
      overflow: hidden; }
    section#featured-container div.featured-item article {
      padding: 1em 5%; }
      section#featured-container div.featured-item article header {
        margin-bottom: .5em; }
      section#featured-container div.featured-item article h1 {
        font-size: 1.5em;
        color: #ee1b22; }
      section#featured-container div.featured-item article p {
        margin: .5em 0; }
      section#featured-container div.featured-item article span.block {
        margin-top: 2em;
        margin-bottom: 1em; }

section#promotional-container {
  width: 100%;
  float: left;
  padding: 2em 0;
  border-top: 10px solid #ee1b22;
  border-bottom: 10px solid #ee1b22;
  background-color: #eeeeee; }
  section#promotional-container div.container {
    width: 65%;
    float: left; }
    section#promotional-container div.container article {
      margin: 1em 0 3em 0; }
      section#promotional-container div.container article header {
        margin-bottom: 0.5em; }
      section#promotional-container div.container article p, section#promotional-container div.container article li {
        font-size: 1.1rem;
        line-height: 1.6em; }
      section#promotional-container div.container article ul li:before {
        content: '\f0da';
        font-family: 'FontAwesome';
        display: inline-block;
        color: #ee1b22;
        margin-right: .5em; }
  section#promotional-container aside#news-content {
    width: 33%;
    float: right; }
    section#promotional-container aside#news-content h2 {
      font-size: 2em;
      margin-top: .25em; }
      section#promotional-container aside#news-content h2 a {
        color: #333333; }
    section#promotional-container aside#news-content div.news-item {
      margin: 1em 0;
      padding: .75em 3%;
      border-top: 5px solid #ee1b22;
      border-left: 5px solid #ee1b22;
      background-color: #fff; }
      section#promotional-container aside#news-content div.news-item div.content {
        padding-bottom: .25em;
        font-size: 1.2em;
        font-style: italic;
        border-bottom: 1px solid #333333; }
        section#promotional-container aside#news-content div.news-item div.content a {
          color: #333333; }
      section#promotional-container aside#news-content div.news-item div.date {
        padding-top: .5em;
        font-size: .9em; }
        section#promotional-container aside#news-content div.news-item div.date i {
          font-size: 1.2em;
          margin-right: .5em; }

section#video-container {
  width: 100%;
  float: left; }
  section#video-container div.video-container {
    width: 70%;
    display: block;
    margin: 0 auto;
    position: relative; }
    section#video-container div.video-container video {
      width: 100%;
      display: block;
      margin: 0 auto; }
    section#video-container div.video-container div.video-text {
      width: 91%;
      height: 95%;
      display: block;
      position: absolute;
      top: 2.5%;
      left: 2.5%;
      padding: 0 2%;
      background-color: rgba(255, 255, 255, 0.85);
      text-align: center; }
      section#video-container div.video-container div.video-text h2, section#video-container div.video-container div.video-text h3 {
        padding-top: 15%;
        display: block;
        font-weight: 300;
        font-size: 2.5em; }
      section#video-container div.video-container div.video-text h3 {
        padding-top: 5%;
        font-size: 1.4em; }
      section#video-container div.video-container div.video-text span.block {
        margin-top: 5%; }

div#main-container {
  width: 100%;
  float: left; }

section#page-content,
section#product-content {
  width: 75%;
  float: left;
  margin-right: 5%;
  margin-bottom: 2em; }
  section#page-content h1.page-title,
  section#product-content h1.page-title {
    margin: .5em 0 1em 0; }
  section#page-content header h1,
  section#product-content header h1 {
    font-size: 2em;
    margin: .5em 0; }
  section#page-content article.list,
  section#product-content article.list {
    border-bottom: 1px solid #777777; }
  section#page-content div.content,
  section#product-content div.content {
    width: 100%;
    float: left; }
    section#page-content div.content div.lead-image-container,
    section#product-content div.content div.lead-image-container {
      float: right;
      width: 45%;
      padding-left: 2%;
      padding-bottom: 2em; }
    section#page-content div.content h2,
    section#product-content div.content h2 {
      font-size: 2em; }
    section#page-content div.content p,
    section#product-content div.content p {
      margin: 1.5em 0;
      line-height: 1.6em; }
    section#page-content div.content ul li,
    section#product-content div.content ul li {
      line-height: 1.6em; }
      section#page-content div.content ul li:before,
      section#product-content div.content ul li:before {
        content: '\f0da';
        font-family: 'FontAwesome';
        display: inline-block;
        color: #ee1b22;
        margin-right: .5em; }
    section#page-content div.content div.choice ul li,
    section#product-content div.content div.choice ul li {
      display: block;
      float: left; }
      section#page-content div.content div.choice ul li button.btn-empty,
      section#product-content div.content div.choice ul li button.btn-empty {
        border: none;
        border-right: 1px solid #555555; }
      section#page-content div.content div.choice ul li:before,
      section#product-content div.content div.choice ul li:before {
        display: none; }
      section#page-content div.content div.choice ul li:last-child a,
      section#product-content div.content div.choice ul li:last-child a {
        color: #fff !important;
        font-weight: 700 !important;
        background-color: #ee1b22 !important; }
        section#page-content div.content div.choice ul li:last-child a:hover,
        section#product-content div.content div.choice ul li:last-child a:hover {
          background-color: #d6181e; }
    section#page-content div.content table.price-table,
    section#product-content div.content table.price-table {
      width: 100%;
      margin: 0 0 2em 0;
      display: table; }
      section#page-content div.content table.price-table tr,
      section#product-content div.content table.price-table tr {
        border-bottom: 1px solid #d5d5d5; }
        section#page-content div.content table.price-table tr:last-child,
        section#product-content div.content table.price-table tr:last-child {
          border-bottom: none; }
        section#page-content div.content table.price-table tr:nth-child(odd),
        section#product-content div.content table.price-table tr:nth-child(odd) {
          background-color: #eeeeee; }
      section#page-content div.content table.price-table thead tr,
      section#product-content div.content table.price-table thead tr {
        background-color: #fff !important; }
      section#page-content div.content table.price-table td, section#page-content div.content table.price-table th,
      section#product-content div.content table.price-table td,
      section#product-content div.content table.price-table th {
        text-align: center;
        padding: 2em 0; }
        section#page-content div.content table.price-table td span.price, section#page-content div.content table.price-table th span.price,
        section#product-content div.content table.price-table td span.price,
        section#product-content div.content table.price-table th span.price {
          font-size: 2em;
          font-weight: 900;
          color: #ee1b22; }
        section#page-content div.content table.price-table td span.price-second, section#page-content div.content table.price-table th span.price-second,
        section#product-content div.content table.price-table td span.price-second,
        section#product-content div.content table.price-table th span.price-second {
          font-size: 1.6em;
          font-weight: 700;
          color: #333333; }
      section#page-content div.content table.price-table th,
      section#product-content div.content table.price-table th {
        padding: .5em 0;
        font-size: 1.6em;
        font-weight: 800; }

section#product-content {
  width: 100%;
  float: left;
  display: table;
  margin-bottom: 2em; }
  section#product-content h1.page-title {
    margin: .5em 0 1em 0; }
  section#product-content div.lead {
    width: 40%;
    float: left;
    padding-top: 6em;
    display: table-cell;
    vertical-align: middle; }
    section#product-content div.lead h2, section#product-content div.lead h3, section#product-content div.lead h4, section#product-content div.lead h5 {
      font-weight: 600; }
    section#product-content div.lead h2 {
      font-size: 2rem; }
  section#product-content div.lead-image-container {
    width: 60%;
    float: left;
    display: table-cell; }
  section#product-content article.col {
    width: 30%;
    display: inline-block;
    background-color: #eeeeee; }
    section#product-content article.col:nth-child(2n+1) {
      margin: 0 4.6%; }
    section#product-content article.col h2 {
      margin: 1em 0;
      font-size: 2em; }
    section#product-content article.col div.content div.btn-container {
      margin: 2em 0; }

aside#sidebar {
  width: 20%;
  float: right;
  background-color: #eeeeee; }
  aside#sidebar nav#sb-menu ul li {
    display: block;
    border-bottom: 1px solid #d5d5d5; }
    aside#sidebar nav#sb-menu ul li a {
      color: #333333;
      font-size: 1em;
      font-weight: 400;
      display: block;
      padding: 1em 2em;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      aside#sidebar nav#sb-menu ul li a:hover {
        background-color: #e2e2e2; }
    aside#sidebar nav#sb-menu ul li.current {
      color: #fff;
      font-size: 1em;
      font-weight: 700;
      background-color: #555555;
      padding: 1em 2em; }

footer#footer {
  width: 100%;
  float: left;
  padding: 2.5em 0;
  font-size: .8rem;
  color: #fff;
  line-height: 1.6em;
  background: url("../img/polygonbg-gray.svg");
  background-size: 100%; }
  footer#footer a {
    color: #fff; }
  footer#footer div.row {
    width: 100%; }
    footer#footer div.row span.logo {
      display: inline-block; }
    footer#footer div.row span.support {
      display: inline-block;
      float: right;
      margin-top: .5em;
      font-size: 2rem;
      font-weight: 100; }
  footer#footer div#contact-info {
    width: 25%;
    float: left; }
    footer#footer div#contact-info .info-block {
      display: block;
      margin: 1em 0; }
  footer#footer div#sitemap {
    width: 75%;
    float: left; }
    footer#footer div#sitemap ul li.main-item {
      width: calc(75%/3);
      float: left; }
      footer#footer div#sitemap ul li.main-item span.title {
        display: block;
        margin: 1em 0 .5em 0; }

@media all and (max-width: 1400px) {
  body {
    font-size: .8rem; }

  .wrapper {
    width: 90%;
    position: relative;
    margin: 0 auto; }

  header#header div.search-form label input {
    padding: .7em 2.5%; }
  header#header div.services {
    font-size: .7rem; }

  footer {
    font-size: .6rem !important; }
    footer span.logo img {
      width: 80%; } }
@media all and (max-width: 1200px) {
  body {
    font-size: .7rem; }

  .wrapper {
    width: 90%;
    position: relative;
    margin: 0 auto; }

  header#header div.search-form label input {
    padding: .45em 2.5%; } }
@media all and (max-width: 900px) {
  body {
    font-size: .6rem; }

  .wrapper {
    width: 95%;
    position: relative;
    margin: 0 auto; }

  header#header div.services ul li:first-child {
    display: none; }
  header#header div.search-form label input {
    padding: .45em 2.5%; }

  section#hero-container {
    height: 250px; }
    section#hero-container div.img-container img {
      width: auto;
      height: 250px;
      left: auto;
      margin-left: -350px; }

  footer#footer span.logo img {
    width: 50%; }
  footer#footer span.support {
    font-size: 1.5rem !important; } }
@media all and (max-width: 700px) {
  body {
    font-size: .5rem; }

  .wrapper {
    width: 95%;
    position: relative;
    margin: 0 auto; }

  header#header div.services ul li {
    display: block; }
    header#header div.services ul li:first-child {
      display: none; }
  header#header a.logo {
    padding: 5em 0; }
  header#header div.search-form label input {
    padding: .45em 2.5%; }

  nav#main-navigation ul.main-navigation li.main-item {
    width: 100%;
    font-size: .7rem; }

  section#hero-container {
    height: 250px; }
    section#hero-container div.img-container img {
      width: auto;
      height: 250px;
      left: auto;
      margin-left: -350px; }

  section#featured-container div.featured-item {
    width: 47.5%;
    margin-left: 0;
    margin-right: 5%; }
    section#featured-container div.featured-item:nth-child(even) {
      margin-right: 0; }

  section#promotional-container div.container {
    font-size: .7rem;
    width: 100%;
    margin: 0; }
  section#promotional-container aside#news-content {
    font-size: .7rem;
    width: 100%;
    float: left;
    margin: 0; }

  section#video-container {
    display: none; }

  aside#sidebar {
    display: none; }

  section#page-content, section#product-content {
    width: 100%;
    margin-right: 0; }

  section#product-content div.lead {
    width: 100%; }
  section#product-content div.lead-image-container {
    width: 100%; }
  section#product-content article.col {
    width: 100%;
    float: left;
    display: block;
    margin: 1em 0 !important; }

  footer#footer {
    background-size: 300%; }
    footer#footer span.logo {
      width: 100%;
      float: left; }
      footer#footer span.logo img {
        width: 50%; }
    footer#footer span.support {
      width: 100%;
      float: left;
      font-size: 1.5rem !important; }
    footer#footer div#contact-info {
      width: 100%;
      float: left; }
    footer#footer div#sitemap {
      width: 100%;
      float: left; }
      footer#footer div#sitemap ul li.main-item {
        width: 50%; } }
