@charset "UTF-8";
/* RESET
 * ------------------------------------------------ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

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-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

/* BASIC STYLES
 * ------------------------------------------------ */
html {
  font-size: 62.5%; }

body {
  background: #fff;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #222; }

/* TYPOGRAPHY
 * ------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 2rem; }

h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem; }

h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5rem; }

  h2 {
    font-size: 4.2rem; }

  h3 {
    font-size: 3.6rem; }

  h4 {
    font-size: 3rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0; }

/* LINKS
 * ------------------------------------------------ */
a, a:visited {
  color: #1EAEDB;
  text-decoration: underline; }

a:hover, a:focus, a:active {
  color: #0FA0CE; }

/* LISTS
 * ------------------------------------------------ */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

/* CODE
 * ------------------------------------------------ */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* TABLES
 * ------------------------------------------------ */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
  th:first-child,
  td:first-child {
    padding-left: 0; }
  th:last-child,
  td:last-child {
    padding-right: 0; }

/* UTILITIES
 * ------------------------------------------------ */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* IMAGES
 * ------------------------------------------------ */
img.scale-with-grid {
  max-width: 100%;
  height: auto; }

/* BUTTONS
 * ------------------------------------------------ */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 3rem;
  color: #555;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
  .button:hover, .button:focus,
  button:hover,
  button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="button"]:hover,
  input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0; }
  .button.button-primary,
  button.button-primary,
  input[type="submit"].button-primary,
  input[type="reset"].button-primary,
  input[type="button"].button-primary {
    color: #FFF;
    background-color: #33C3F0;
    border-color: #33C3F0; }
    .button.button-primary:hover, .button.button-primary:focus,
    button.button-primary:hover,
    button.button-primary:focus,
    input[type="submit"].button-primary:hover,
    input[type="submit"].button-primary:focus,
    input[type="reset"].button-primary:hover,
    input[type="reset"].button-primary:focus,
    input[type="button"].button-primary:hover,
    input[type="button"].button-primary:focus {
      color: #FFF;
      background-color: #1EAEDB;
      border-color: #1EAEDB; }

.button:visited {
  color: #555; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* FORMS
 * ------------------------------------------------ */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal; }

/* SPACING
 * ------------------------------------------------ */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* MISC
 * ------------------------------------------------ */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* BASE GRID
 * ------------------------------------------------ */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

.row {
  margin-bottom: 2rem; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }
/* For devices larger than 550px */
@media (min-width: 550px) {
  /* Overrides */
  .container {
    width: 80%; }

  .column,
  .columns {
    margin-left: 4%; }
    .column:first-child,
    .columns:first-child {
      margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.6666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column,
  .one-third.columns {
    width: 30.6666666667%; }

  .two-thirds.column,
  .two-thirds.columns {
    width: 63.3333333333%; }

  .one-half.column,
  .one-half.columns {
    width: 48%; }

  .full-width.column,
  .full-width.columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .offset-by-one {
    margin-left: 8.6666666667%; }

  .offset-by-two {
    margin-left: 17.3333333333%; }

  .offset-by-three {
    margin-left: 26%; }

  .offset-by-four {
    margin-left: 34.6666666667%; }

  .offset-by-five {
    margin-left: 43.3333333333%; }

  .offset-by-six {
    margin-left: 52%; }

  .offset-by-seven {
    margin-left: 60.6666666667%; }

  .offset-by-eight {
    margin-left: 69.3333333333%; }

  .offset-by-nine {
    margin-left: 78%; }

  .offset-by-ten {
    margin-left: 86.6666666667%; }

  .offset-by-eleven {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
/* TABLET (PORTRAIT)
 * ------------------------------------------------ */
@media only screen and (min-width: 768px) and (max-width: 99%) {
  .container {
    width: 768px; }
    .container .column.alpha,
    .container .columns.alpha {
      margin-left: 0;
      margin-right: 2%; }
    .container .column.omega,
    .container .columns.omega {
      margin-right: 0;
      margin-left: 2%; }

  .alpha.omega {
    margin-left: 0;
    margin-right: 0; } }
/*  MOBILE (PORTRAIT)
 * ------------------------------------------------ */
@media only screen and (max-width: 767px) {
  .container {
    width: 100%; }
    .container .column,
    .container .columns {
      margin-left: 2%;
      margin-right: 2%; }
    .container .one.column {
      width: 100%; }
    .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns {
      width: 96%; }
    .container .one-third.column {
      width: 96%; }
    .container .two-thirds.column {
      width: 96%; }
    .container .full-width.columns {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
    .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven {
      padding-left: 0; } }
/* MOBILE (LANDSCAPE)
 * ------------------------------------------------ */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 100%; }
    .container .column,
    .container .columns {
      margin-left: 2%;
      margin-right: 2%; }
    .container .one.column {
      width: 100%; }
    .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns {
      width: 96%; }
    .container .one-third.column {
      width: 96%; }
    .container .two-thirds.column {
      width: 96%; }
    .container .full-width.columns {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
    .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven {
      padding-left: 0; } }
/* CLEARING
 * ------------------------------------------------ */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix, .row {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .row:before, .row:after {
    content: "\0020";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .clearfix:after, .row:after {
    clear: both; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

@-webkit-keyframes infinite-spin {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes infinite-spin {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes infinite-spin {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes infinite-spin {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes infinite-spin {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes opacity-animation {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha * 100);
    opacity: 1; }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha * 100);
    opacity: 0.1; }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha * 100);
    opacity: 1; } }
@-moz-keyframes opacity-animation {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha * 100);
    opacity: 1; }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha * 100);
    opacity: 0.1; }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha * 100);
    opacity: 1; } }
@-ms-keyframes opacity-animation {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha * 100);
    opacity: 1; }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha * 100);
    opacity: 0.1; }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha * 100);
    opacity: 1; } }
@-o-keyframes opacity-animation {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha * 100);
    opacity: 1; }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha * 100);
    opacity: 0.1; }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha * 100);
    opacity: 1; } }
@keyframes opacity-animation {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha * 100);
    opacity: 1; }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha * 100);
    opacity: 0.1; }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha * 100);
    opacity: 1; } }
@-webkit-keyframes opacity-map-animation {
  from {
    -webkit-transform: rotate(0deg) translateX(1px) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translateX(1px) rotate(-360deg); } }
@-moz-keyframes opacity-map-animation {
  from {
    -moz-transform: rotate(0deg) translateX(1px) rotate(0deg); }
  to {
    -moz-transform: rotate(360deg) translateX(1px) rotate(-360deg); } }
@-o-keyframes opacity-map-animation {
  from {
    -o-transform: rotate(0deg) translateX(1px) rotate(0deg); }
  to {
    -o-transform: rotate(360deg) translateX(1px) rotate(-360deg); } }
@keyframes opacity-map-animation {
  from {
    transform: rotate(0deg) translateX(1px) rotate(0deg); }
  to {
    transform: rotate(360deg) translateX(1px) rotate(-360deg); } }
@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none; } }

@font-face {
  font-family: "quaglieri";
  src: url("../fonts/quaglieri.eot?bqs1ey");
  src: url("../fonts/quaglieri.eot?bqs1ey#iefix") format("embedded-opentype"), url("../fonts/quaglieri.ttf?bqs1ey") format("truetype"), url("../fonts/quaglieri.woff?bqs1ey") format("woff"), url("../fonts/quaglieri.svg?bqs1ey#quaglieri") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="quaglieri-"], [class*=" quaglieri-"] {
  font-family: "quaglieri" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.quaglieri-pomodoro:before {
  content: ""; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

u {
  display: none; }

i {
  font-style: normal; }

img {
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: none; }

html,
body,
#root {
  display: block;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  font-family: "Source Sans Pro"; }

#root {
  position: relative;
  overflow: hidden;
  z-index: 200; }
  @media only screen and (max-width: 1024px) {
    #root {
      margin-bottom: 0 !important; } }
  #root.main-open {
    margin: 0 !important; }

body {
  background: #ffffff; }

p {
  color: #242321;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 20px; }

a {
  color: #242321;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }
  a:hover, a:focus {
    text-decoration: none;
    color: #8b8c8e; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Code Pro", sans-serif;
  font-weight: 400;
  color: #242321;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase; }

html.mobile-fixed {
  overflow-y: hidden !important; }
  html.mobile-fixed.touch {
    height: 100%;
    width: 100%;
    overflow-y: hidden !important; }

input {
  position: relative;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: opacity 0.4s ease 0s, visibility 0s ease 0s;
  -moz-transition: opacity 0.4s ease 0s, visibility 0s ease 0s;
  -ms-transition: opacity 0.4s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.4s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.4s ease 0s, visibility 0s ease 0s;
  background-color: #ffffff;
  z-index: 99999; }
  #preloader .preload-logo {
    text-align: center;
    -webkit-animation: opacity-animation 1.8s linear infinite;
    -moz-animation: opacity-animation 1.8s linear infinite;
    -ms-animation: opacity-animation 1.8s linear infinite;
    -o-animation: opacity-animation 1.8s linear infinite;
    animation: opacity-animation 1.8s linear infinite; }
    #preloader .preload-logo img {
      display: inline-block;
      width: 140px;
      height: auto;
      pointer-events: none; }

b, strong {
  font-weight: 700; }

html.ready #preloader {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s;
  -moz-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s;
  -ms-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s;
  -o-transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s;
  transition: opacity 0.4s ease 0s, visibility 0s ease 0.4s; }

.container {
  width: 100%;
  max-width: 1170px;
  padding: 0 !important; }

#middle {
  padding: 0 15px; }
  #middle .container {
    position: relative;
    padding: 0;
    z-index: 10; }

label, legend {
  font-weight: 200; }

input[type="email"], input[type="email"]:active, input[type="email"]:hover, input[type="email"]:focus, input[type="number"], input[type="number"]:active, input[type="number"]:hover, input[type="number"]:focus, input[type="search"], input[type="search"]:active, input[type="search"]:hover, input[type="search"]:focus, input[type="text"], input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus, input[type="tel"], input[type="tel"]:active, input[type="tel"]:hover, input[type="tel"]:focus, input[type="url"], input[type="url"]:active, input[type="url"]:hover, input[type="url"]:focus, input[type="password"], input[type="password"]:active, input[type="password"]:hover, input[type="password"]:focus, textarea, textarea:active, textarea:hover, textarea:focus, input[type="email"]:active, input[type="number"]:active, input[type="search"]:active, input[type="text"]:active, input[type="tel"]:active, input[type="url"]:active, input[type="password"]:active, textarea:active, input[type="email"]:hover, input[type="number"]:hover, input[type="search"]:hover, input[type="text"]:hover, input[type="tel"]:hover, input[type="url"]:hover, input[type="password"]:hover, textarea:hover, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
  background: transparent;
  border: 0 none;
  width: 100%;
  outline: none;
  margin: 0; }

input[type="email"], input[type="email"]:active, input[type="email"]:hover, input[type="email"]:focus, input[type="number"], input[type="number"]:active, input[type="number"]:hover, input[type="number"]:focus, input[type="search"], input[type="search"]:active, input[type="search"]:hover, input[type="search"]:focus, input[type="text"], input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus, input[type="tel"], input[type="tel"]:active, input[type="tel"]:hover, input[type="tel"]:focus, input[type="url"], input[type="url"]:active, input[type="url"]:hover, input[type="url"]:focus, input[type="password"], input[type="password"]:active, input[type="password"]:hover, input[type="password"]:focus, textarea, textarea:active, textarea:hover, textarea:focus, .file-field {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding-left: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  text-align: left;
  padding: 0;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff; }
  @media only screen and (max-width: 1023px) {
    input[type="email"], input[type="email"]:active, input[type="email"]:hover, input[type="email"]:focus, input[type="number"], input[type="number"]:active, input[type="number"]:hover, input[type="number"]:focus, input[type="search"], input[type="search"]:active, input[type="search"]:hover, input[type="search"]:focus, input[type="text"], input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus, input[type="tel"], input[type="tel"]:active, input[type="tel"]:hover, input[type="tel"]:focus, input[type="url"], input[type="url"]:active, input[type="url"]:hover, input[type="url"]:focus, input[type="password"], input[type="password"]:active, input[type="password"]:hover, input[type="password"]:focus, textarea, textarea:active, textarea:hover, textarea:focus, .file-field {
      font-size: 20px; } }

.wpcf7-form-control-wrap {
  display: block; }

textarea, textarea:active, textarea:hover, textarea:focus {
  height: 200px !important; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  background-color: transparent !important; }

.file-field {
  min-height: 38px;
  line-height: 38px !important;
  position: relative; }
  .file-field:before {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: attr(data-placeholder); }
  .file-field.filled:before {
    content: attr(data-file); }
  .file-field * {
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.checkbox-input {
  display: inline-block !important;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 6px;
  cursor: pointer; }
  .checkbox-input * {
    cursor: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .checkbox-input .check {
    z-index: 2;
    background: #fff;
    border-width: 10px;
    border-style: solid;
    -webkit-transition: border 0.4s ease;
    -moz-transition: border 0.4s ease;
    -ms-transition: border 0.4s ease;
    -o-transition: border 0.4s ease;
    transition: border 0.4s ease; }
  .checkbox-input [type="checkbox"],
  .checkbox-input [type="radio"] {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1; }
    .checkbox-input [type="checkbox"]:checked + .check,
    .checkbox-input [type="radio"]:checked + .check {
      border-width: 5px; }
  .checkbox-input + label {
    cursor: pointer;
    display: inline; }

.row {
  margin: 0; }

figure {
  margin: 0; }

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

a, a:visited, a:hover, a:active {
  text-decoration: none;
  cursor: pointer;
  color: inherit; }

.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  pointer-events: none; }

p {
  margin: 0; }
  p ~ p {
    margin-top: 10px; }

.button:hover, .button:focus, .button:active, .button.flat,
.button:visited:hover,
.button:visited:focus,
.button:visited:active,
.button.flat:visited,
button:hover,
button:focus,
button:active,
button.flat, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"].flat,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="reset"].flat, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="button"].flat, .button,
.button:visited,
button, input[type="submit"],
input[type="reset"], input[type="button"] {
  position: relative;
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 200;
  text-transform: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: #242321; }
  .button:hover:after, .button:focus:after, .button:active:after, .button.flat:after,
  .button:hover:visited:after,
  .button:focus:visited:after,
  .button:active:visited:after,
  .button.flat:visited:after,
  button:hover:after,
  button:focus:after,
  button:active:after,
  button.flat:after, input[type="submit"]:hover:after, input[type="submit"]:focus:after, input[type="submit"]:active:after, input[type="submit"].flat:after,
  input[type="reset"]:hover:after,
  input[type="reset"]:focus:after,
  input[type="reset"]:active:after,
  input[type="reset"].flat:after, input[type="button"]:hover:after, input[type="button"]:focus:after, input[type="button"]:active:after, input[type="button"].flat:after, .button:after,
  .button:visited:after,
  button:after, input[type="submit"]:after,
  input[type="reset"]:after, input[type="button"]:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background-color: #242321;
    width: 100%; }
  .button:hover,
  .button:hover:visited,
  button:hover, input[type="submit"]:hover,
  input[type="reset"]:hover, input[type="button"]:hover {
    color: #896e3d; }
    .button:hover:after,
    .button:visited:hover:after,
    button:hover:after, input[type="submit"]:hover:after,
    input[type="reset"]:hover:after, input[type="button"]:hover:after {
      background-color: #896e3d; }

.button:hover, .button:focus, .button:active, .button.flat,
.button:visited:hover,
.button:visited:focus,
.button:visited:active,
.button.flat:visited,
button:hover,
button:focus,
button:active,
button.flat, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"].flat,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="reset"].flat, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="button"].flat {
  border-color: transparent !important; }

.hr,
hr {
  clear: both;
  margin: 20px 0;
  height: 1px;
  background: #010930;
  border: 0 none;
  display: block;
  float: none;
  width: 100%;
  position: relative; }

#header {
  height: 270px;
  padding: 0 15px; }
  @media only screen and (max-width: 1023px) {
    #header {
      height: 230px; } }
  @media only screen and (max-width: 767px) {
    #header {
      height: 210px;
      margin-bottom: 30px
    } }
  #header .top-menu {
    position: absolute;
    top: 80px;
    left: 0;
    width: 510px;
    text-align: left;
    z-index: 999; }
    @media only screen and (max-width: 1023px) {
      #header .top-menu {
        top: 40px;
      width: 100%;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      #header .top-menu {
        width: 100%;
        text-align: center; } }
    #header .top-menu .top-menu-container {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #000000; }
    #header .top-menu h1 {
      font-size: 48px;
      text-align: left;
      margin: 0;
      font-weight: 700; }
      @media only screen and (max-width: 1023px) {
        #header .top-menu h1 {
          font-size: 28px;
        text-align: center; } }
      @media only screen and (max-width: 767px) {
        #header .top-menu h1 {
          text-align: center; } }
    #header .top-menu ul {
      display: inline-block;
      margin: 0;
      padding: 0;
      line-height: 1; }
      #header .top-menu ul li {
        position: relative;
        float: left;
        list-style-type: none;
        margin: 0 30px 0 0; }
        @media only screen and (max-width: 459px) {
          #header .top-menu ul li {
            margin-right: 15px;
          margin-bottom: 12px }
        #header .top-menu .top-menu-container {
          padding-bottom: 8px
        } }
        #header .top-menu ul li:first-child {
          margin-left: 0; }
        #header .top-menu ul li:last-child {
          margin-right: 0; }
        #header .top-menu ul li a {
          display: block;
          font-family: "Source Code Pro";
          font-size: 16px;
          font-weight: 600;
          text-transform: uppercase;
          color: #393939 !important; }
          @media only screen and (max-width: 459px) {
            #header .top-menu ul li a {
              font-size: 14px; } }
        #header .top-menu ul li.current_page_item a:after, #header .top-menu ul li a:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: -2px;
          height: 1px;
          background-color: #393939;
          width: 0;
          -webkit-transition: width 0.2s ease-out;
          -moz-transition: width 0.2s ease-out;
          -ms-transition: width 0.2s ease-out;
          -o-transition: width 0.2s ease-out;
          transition: width 0.2s ease-out; }
        #header .top-menu ul li.current_page_item a:after, #header .top-menu ul li a:hover:after {
          width: 100%; }
        #header .top-menu ul li.menu-item-has-children a:after, #header .top-menu ul li.menu-item-has-children a:hover:after {
          display: none; }
        #header .top-menu ul li.hover .sub-menu {
          display: block; }

.mobile-top {
  display: none;
  margin: 50px 0 100px; }
  @media only screen and (max-width: 1023px) {
    .mobile-top {
      display: block;
      margin-top: 0; } }

.close-form span.i > i {
  display: block;
  width: 36px;
  height: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  margin: 6px 0;
  position: relative;
  left: 0;
  -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
  -moz-transform: rotate(0deg) translate3d(0, 0, 0);
  -ms-transform: rotate(0deg) translate3d(0, 0, 0);
  -o-transform: rotate(0deg) translate3d(0, 0, 0);
  transform: rotate(0deg) translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.close-form {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 4;
  padding-right: 36px;
  height: 36px;
  color: #000000;
  font-size: 12px;
  line-height: 36px;
  -webkit-transition: top 0.4s ease, color 0.4s ease, opacity 0.4s ease;
  -moz-transition: top 0.4s ease, color 0.4s ease, opacity 0.4s ease;
  -ms-transition: top 0.4s ease, color 0.4s ease, opacity 0.4s ease;
  -o-transition: top 0.4s ease, color 0.4s ease, opacity 0.4s ease;
  transition: top 0.4s ease, color 0.4s ease, opacity 0.4s ease; }
  @media only screen and (max-width: 767px) {
    .close-form {
      right: 50%;
      margin-right: -18px; } }
  .close-form:hover {
    opacity: 0.4;
    filter: alpha(opacity=40); }
  .close-form span,
  .close-form i {
    -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
    -moz-transition: opacity 0.4s ease, transform 0.4s ease;
    -ms-transition: opacity 0.4s ease, transform 0.4s ease;
    -o-transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease; }
  .close-form span {
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
    position: static;
    margin-right: 31px;
    text-transform: uppercase; }
  .close-form span.i {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    margin: 0; }
    .close-form span.i i.first {
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 8px; }
    .close-form span.i i.second {
      opacity: 0;
      filter: alpha(opacity=0); }
    .close-form span.i i.third {
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -7px; }

.popup-contact {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px 0;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  visibility: hidden;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media only screen and (max-width: 459px) {
    .popup-contact {
      padding-bottom: 0; } }
  .popup-contact.open {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    overflow-y: auto; }
  .popup-contact .container {
    max-width: 400px; }
  .popup-contact form {
    margin: 0;
    padding: 20px 40px;
    background-color: #000000; }
    .popup-contact form .terms-column {
      margin: 20px 0 60px; }
      .popup-contact form .terms-column span, .popup-contact form .terms-column .terms-link {
        float: left; }
      .popup-contact form .terms-column .terms-link {
        font-size: 14px; }
      .popup-contact form .terms-column span:after {
        content: "";
        position: absolute;
        top: -3px;
        left: 0;
        width: 30px;
        height: 30px;
        border: 1px solid #ffffff;
        background-color: transparent;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .popup-contact form .terms-column span.checked:after {
        background-color: #ffffff !important; }
      .popup-contact form .terms-column span input[type=checkbox] {
        position: absolute;
        top: -5px;
        left: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        width: 35px;
        height: 35px;
        z-index: 20; }
      .popup-contact form .terms-column .terms-link {
        padding-left: 45px; }
        .popup-contact form .terms-column .terms-link, .popup-contact form .terms-column .terms-link a {
          color: #a9a9a9; }
        .popup-contact form .terms-column .terms-link a {
          text-decoration: underline; }
    .popup-contact form .wpcf7-not-valid-tip {
      color: #ffffff;
      font-size: 12px;
      padding: 10px 0;
      letter-spacing: 0;
      text-transform: lowercase; }
    .popup-contact form .wpcf7-response-output {
      border: none !important;
      color: #ffffff !important;
      padding: 0 !important;
      margin: 20px 0 0 !important;
      margin-top: 20px;
      font-size: 12px;
      line-height: 16px; }
      .popup-contact form .wpcf7-response-output input[type=checkbox] {
        position: absolute;
        top: -5px;
        left: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        width: 35px;
        height: 35px;
        z-index: 20; }
    .popup-contact form .submit-container {
      position: relative; }
      .popup-contact form .submit-container input[type=submit] {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500; }
      .popup-contact form .submit-container:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -2px;
        height: 1px;
        background-color: #ffffff;
        width: 0;
        -webkit-transition: width 0.2s ease-out;
        -moz-transition: width 0.2s ease-out;
        -ms-transition: width 0.2s ease-out;
        -o-transition: width 0.2s ease-out;
        transition: width 0.2s ease-out; }
      .popup-contact form .submit-container:hover:after {
        width: 48px; }
    .popup-contact form img.ajax-loader {
      position: absolute;
      top: 16px;
      right: 70px;
      width: 14px;
      height: auto; }
    .popup-contact form .mandatory-fields {
      color: #666;
      text-transform: uppercase;
      margin-top: 20px;
      font-weight: 400;
      font-size: 12px; }

#outdated {
  background-color: #232222;
  background-color: rgba(35, 34, 34, 0.95);
  height: auto;
  padding: 6% 0;
  text-transform: none;
  font-size: 18px;
  font-weight: 200; }
  #outdated p {
    font-size: inherit;
    line-height: 1;
    margin: 0; }
  #outdated a#btnCloseUpdateBrowser {
    color: #ffffff; }
    #outdated a#btnCloseUpdateBrowser:hover {
      color: #896e3d; }
  #outdated a#btnUpdateBrowser {
    position: relative;
    border: none;
    text-transform: none;
    padding-bottom: 15px;
    margin: 10px 0 0 0;
    display: inline-block;
    width: auto;
    padding: 0 20px 15px; }
    #outdated a#btnUpdateBrowser:hover {
      background-color: transparent;
      color: #ffffff; }
    #outdated a#btnUpdateBrowser:hover:after {
      background-color: #896e3d; }
    #outdated a#btnUpdateBrowser:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 6px;
      height: 1px;
      background-color: #ffffff;
      width: 100%; }

#middle {
  margin-top: 700px;
  min-height: 530px; }
  @media only screen and (max-width: 1170px) {
    #middle {
      min-height: 450px; } }
  @media only screen and (max-width: 1023px) {
    #middle {
      margin-top: 0; } }

.top-right-section {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -160px;
  width: 100%;
  z-index: 1; }
  .top-right-section header {
    position: absolute;
    top: 480px;
    left: -300px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    .top-right-section header h3 {
      margin: 0;
      font-size: 16px;
      letter-spacing: 2px; }
  .top-right-section .top-right-content {
    width: 1000px;
    height: 860px;
    background-size: cover;
    background-position: 100% 0%; }
  @media only screen and (max-width: 1170px) {
    .top-right-section {
      margin-left: -80px; } }
  @media only screen and (max-width: 1023px) {
    .top-right-section {
      display: none; } }

.home-container {
  position: relative; }

.home-payoff {
  position: absolute;
  top: -60px;
  width: 100%;
  z-index: 20; }
  @media only screen and (max-width: 767px) {
    .home-payoff {
      top: -500;
      position: relative; } }
  .home-payoff header {
    max-width: 650px;
    text-align: center;
    margin: 0 auto; }
    .home-payoff header h2 {
      color: #cccccc;
      font-size: 60px;
      font-weight: 700;
      margin: 0; }
    @media only screen and (max-width: 1023px) {
      .home-payoff header {
        max-width: 450px; }
        .home-payoff header h2 {
          font-size: 40px; } }
    @media only screen and (max-width: 767px) {
      .home-payoff header {
        max-width: 100%; }
        .home-payoff header h2 {
          font-size: 26px;
          letter-spacing: 1px; } }

.home-row {
  position: relative; }
  .home-row.first-row {
    margin-top: -160px;
    z-index: 10; }
    @media only screen and (max-width: 767px) {
      .home-row.first-row {
        margin-top: -10px; } }
    @media only screen and (max-width: 1023px) {
      .home-row.first-row .home-row-image {
        margin-left: 20px;
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .home-row.first-row .home-row-image {
        width: 100%;
        margin-left: 0; } }
    .home-row.first-row .home-row-desc {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -60px;
      margin-left: 100px;
      max-width: 450px; }
      @media only screen and (max-width: 1170px) {
        .home-row.first-row .home-row-desc {
          margin-top: -50px; } }
      @media only screen and (max-width: 1024px) {
        .home-row.first-row .home-row-desc {
          left: 45%;
          margin-top: -40px; } }
      @media only screen and (max-width: 1023px) {
        .home-row.first-row .home-row-desc {
          margin-top: -60px; } }
      @media only screen and (max-width: 767px) {
        .home-row.first-row .home-row-desc {
          position: relative;
          left: 0;
          margin: 20px 0;
          text-align: center; } }
      .home-row.first-row .home-row-desc p {
        font-family: "Source Code Pro"; }
        @media only screen and (max-width: 1023px) {
          .home-row.first-row .home-row-desc p {
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 1px; } }
  .home-row.second-row {
    margin-top: -140px; }
    @media only screen and (max-width: 1023px) {
      .home-row.second-row {
        margin-top: 40px; } }
    .home-row.second-row .home-row-desc {
      position: absolute;
      bottom: 0;
      left: 110px;
      max-width: 350px; }
      @media only screen and (max-width: 1170px) {
        .home-row.second-row .home-row-desc {
          bottom: -40px; } }
      @media only screen and (max-width: 1023px) {
        .home-row.second-row .home-row-desc {
          left: 5%; }
          .home-row.second-row .home-row-desc p {
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 1px; } }
      @media only screen and (max-width: 767px) {
        .home-row.second-row .home-row-desc {
          position: relative;
          top: 0;
          left: 0;
          text-align: center;
          margin-top: 20px;
          max-width: 100%; } }
    .home-row.second-row header {
      position: absolute;
      top: 50%;
      margin-top: -30px;
      left: 100px;
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
      @media only screen and (max-width: 1170px) {
        .home-row.second-row header {
          left: 20px; } }
      @media only screen and (max-width: 1023px) {
        .home-row.second-row header {
          left: -10%; } }
      .home-row.second-row header h3 {
        margin: 0;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 30px;
        width: 250px; }
        @media only screen and (max-width: 1023px) {
          .home-row.second-row header h3 {
            line-height: 22px; } }
      @media only screen and (max-width: 767px) {
        .home-row.second-row header {
          position: relative;
          top: 0;
          margin-top: 0;
          left: 0;
          -ms-transform: rotate(0deg);
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }
          .home-row.second-row header h3 {
            margin: 0 0 10px 0;
            text-align: center;
            font-size: 16px;
            letter-spacing: 1px;
            line-height: 22px;
            width: 100%; } }
    .home-row.second-row .home-row-image {
      position: relative;
      float: right;
      padding: 0 42% 72% 0; }
      @media only screen and (max-width: 767px) {
        .home-row.second-row .home-row-image {
          display: none; } }
      .home-row.second-row .home-row-image .image-1 {
        margin-bottom: 30px; }
      .home-row.second-row .home-row-image .image-3 {
        position: absolute;
        top: 120px;
        left: -380px;
        width: 100%; }
        @media only screen and (max-width: 1170px) {
          .home-row.second-row .home-row-image .image-3 {
            width: 80%; } }
      @media only screen and (max-width: 1023px) {
        .home-row.second-row .home-row-image {
          float: none;
          width: 100%;
          text-align: right; }
          .home-row.second-row .home-row-image .image-1, .home-row.second-row .home-row-image .image-2 {
            display: block;
            text-align: right; }
            .home-row.second-row .home-row-image .image-1 img, .home-row.second-row .home-row-image .image-2 img {
              display: inline-block;
              width: 40%; }
          .home-row.second-row .home-row-image .image-3 {
            top: 90px;
            left: 120px; }
            .home-row.second-row .home-row-image .image-3 img {
              width: 40%; } }
      @media only screen and (max-width: 767px) {
        .home-row.second-row .home-row-image {
          text-align: center; }
          .home-row.second-row .home-row-image .image-1, .home-row.second-row .home-row-image .image-2 {
            display: block;
            text-align: center;
            margin-bottom: 10px; }
            .home-row.second-row .home-row-image .image-1 img, .home-row.second-row .home-row-image .image-2 img {
              display: inline-block;
              width: 100%; }
          .home-row.second-row .home-row-image .image-3 {
            position: relative;
            top: 0;
            left: 0; }
            .home-row.second-row .home-row-image .image-3 img {
              width: 100%; } }
  .home-row.two-boxes-row {
    margin-top: 120px;
    margin-bottom: 200px; }
    @media only screen and (max-width: 767px) {
      .home-row.two-boxes-row {
        margin-top: 60px; } }
    .home-row.two-boxes-row .two-boxes-column {
      position: relative;
      padding-bottom: 120px; }
      .home-row.two-boxes-row .two-boxes-column .two-boxes-image-right {
        position: absolute;
        top: 200px;
        right: 10px; }
        @media only screen and (max-width: 1023px) {
          .home-row.two-boxes-row .two-boxes-column .two-boxes-image-right {
            width: 60%; }
            .home-row.two-boxes-row .two-boxes-column .two-boxes-image-right img {
              width: 100%; } }
        @media only screen and (max-width: 900px) {
          .home-row.two-boxes-row .two-boxes-column .two-boxes-image-right {
            width: 47%; } }
        @media only screen and (max-width: 767px) {
          .home-row.two-boxes-row .two-boxes-column .two-boxes-image-right {
            display: none; } }
        .home-row.two-boxes-row .two-boxes-column .two-boxes-image-right img {
          width: 100%;
          float: right; }
          @media only screen and (max-width: 1170px) {
            .home-row.two-boxes-row .two-boxes-column .two-boxes-image-right img {
              width: 80%; } }
      .home-row.two-boxes-row .two-boxes-column, .home-row.two-boxes-row .two-boxes-column .two-boxes-image {
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        opacity: 1;
        filter: alpha(opacity=100); }
      .home-row.two-boxes-row .two-boxes-column:hover .two-boxes-image {
        cursor: pointer;
        opacity: 0.6;
        filter: alpha(opacity=60); }
      @media only screen and (max-width: 1023px) {
        .home-row.two-boxes-row .two-boxes-column {
          padding-bottom: 80px; } }
      @media only screen and (max-width: 767px) {
        .home-row.two-boxes-row .two-boxes-column {
          width: 100% !important;
          padding-bottom: 80px; } }
      .home-row.two-boxes-row .two-boxes-column article header {
        padding-left: 50px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 767px) {
          .home-row.two-boxes-row .two-boxes-column article header {
            padding-left: 0 !important;
            text-align: center; } }
        .home-row.two-boxes-row .two-boxes-column article header span {
          display: block;
          text-transform: uppercase;
          font-family: "Source Code Pro";
          letter-spacing: 2px;
          font-weight: 700; }
        .home-row.two-boxes-row .two-boxes-column article header h2 {
          display: inline-block;
          position: relative;
          font-size: 48px;
          color: #cccccc;
          font-weight: 700;
          margin: 0; }
          @media only screen and (max-width: 1023px) {
            .home-row.two-boxes-row .two-boxes-column article header h2 {
              font-size: 28px; } }
          /*
          .home-row.two-boxes-row .two-boxes-column article header h2:after, .home-row.two-boxes-row .two-boxes-column article header h2:before {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -2px;
            width: 25px;
            height: 2px;
            background-color: #cccccc; }
            */
          .home-row.two-boxes-row .two-boxes-column article header h2:before {
            left: -40px; }
          .home-row.two-boxes-row .two-boxes-column article header h2:after {
            right: -40px; }
      @media only screen and (max-width: 1170px) {
        .home-row.two-boxes-row .two-boxes-column article .two-boxes-image {
          max-width: 440px; } }
      .home-row.two-boxes-row .two-boxes-column article .two-boxes-desc {
        position: absolute;
        max-width: 290px; }
        @media only screen and (max-width: 767px) {
          .home-row.two-boxes-row .two-boxes-column article .two-boxes-desc {
            max-width: 100%; } }
        @media only screen and (max-width: 1023px) {
          .home-row.two-boxes-row .two-boxes-column article .two-boxes-desc p {
            font-size: 14px;
            line-height: 18px; } }
      .home-row.two-boxes-row .two-boxes-column.first article header {
        padding-left: 80px; }
        @media only screen and (max-width: 1024px) {
          .home-row.two-boxes-row .two-boxes-column.first article header {
            padding-left: 50px; } }
        @media only screen and (max-width: 1023px) {
          .home-row.two-boxes-row .two-boxes-column.first article header {
            padding-left: 70px; } }
      .home-row.two-boxes-row .two-boxes-column.first .two-boxes-desc {
        bottom: 0;
        left: 70px; }
        @media only screen and (max-width: 1023px) {
          .home-row.two-boxes-row .two-boxes-column.first .two-boxes-desc {
            left: 40px; } }
        @media only screen and (max-width: 767px) {
          .home-row.two-boxes-row .two-boxes-column.first .two-boxes-desc {
            left: 0;
            text-align: center; } }
      .home-row.two-boxes-row .two-boxes-column.second {
        float: none;
        position: absolute;
        right: 20px;
        top: -800px; }
        @media only screen and (max-width: 1170px) {
          .home-row.two-boxes-row .two-boxes-column.second {
            top: -600px; } }
        @media only screen and (max-width: 900px) {
          .home-row.two-boxes-row .two-boxes-column.second {
            width: 40%; } }
        @media only screen and (max-width: 767px) {
          .home-row.two-boxes-row .two-boxes-column.second {
            position: relative;
            right: auto;
            top: auto;
            margin-top: 100px; } }
        @media only screen and (max-width: 1024px) {
          .home-row.two-boxes-row .two-boxes-column.second article header {
            padding-left: 20px; } }
        @media only screen and (max-width: 1023px) {
          .home-row.two-boxes-row .two-boxes-column.second article header {
            padding-left: 60px; } }
        .home-row.two-boxes-row .two-boxes-column.second .two-boxes-desc {
          bottom: 0;
          left: 70px; }
          @media only screen and (max-width: 1023px) {
            .home-row.two-boxes-row .two-boxes-column.second .two-boxes-desc {
              left: 40px; } }
          @media only screen and (max-width: 767px) {
            .home-row.two-boxes-row .two-boxes-column.second .two-boxes-desc {
              left: 0;
              text-align: center; } }

.specs-row .specs-row-desc, .specs-row .specs-row-desc p {
  text-transform: none;
  font-family: "Source Code Pro";
  letter-spacing: 0; }
  @media only screen and (max-width: 1023px) {
    .specs-row .specs-row-desc, .specs-row .specs-row-desc p {
      font-size: 14px; } }
.specs-row header {
  padding-left: 75px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 1023px) {
    .specs-row header {
      padding-left: 40px;
      margin: 20px; } }
  .specs-row header span {
    display: block;
    text-transform: uppercase;
    font-family: "Source Code Pro";
    letter-spacing: 2px;
    font-weight: 700; }
    @media only screen and (max-width: 1023px) {
      .specs-row header span {
        font-size: 12px; } }
  .specs-row header h2 {
    display: inline-block;
    position: relative;
    font-size: 48px;
    color: #393939;
    font-weight: 700;
    margin: 0; }
    @media only screen and (max-width: 1023px) {
      .specs-row header h2 {
        font-size: 26px; } }
        /*
    .specs-row header h2:after, .specs-row header h2:before {
      content: "";
      position: absolute;
      top: 50%;
      margin-top: -2px;
      width: 25px;
      height: 2px;
      background-color: #393939; }
    .specs-row header h2:before {
      left: -40px; }
    .specs-row header h2:after {
      right: -40px; }
      */
.specs-row .specs-image {
  width: 45%; }
  @media only screen and (max-width: 1023px) {
    .specs-row .specs-image {
      width: 40%; } }
  @media only screen and (max-width: 767px) {
    .specs-row .specs-image {
      width: 100%; }
      .specs-row .specs-image img {
        width: 100%; } }
.specs-row .specs-row-desc {
  width: 50%; }
  @media only screen and (max-width: 1023px) {
    .specs-row .specs-row-desc {
      width: 55%; } }
  @media only screen and (max-width: 767px) {
    .specs-row .specs-row-desc {
      width: 100%; } }
  .specs-row .specs-row-desc a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    margin: 30px 0; }
    .specs-row .specs-row-desc a:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -2px;
      height: 1px;
      background-color: #393939;
      width: 100%;
      -webkit-transition: width 0.2s ease-out;
      -moz-transition: width 0.2s ease-out;
      -ms-transition: width 0.2s ease-out;
      -o-transition: width 0.2s ease-out;
      transition: width 0.2s ease-out; }
    .specs-row .specs-row-desc a:hover:after {
      width: 0; }
@media only screen and (max-width: 1023px) {
  .specs-row.image-on-left {
    margin-top: -50px; } }
.specs-row.image-on-left .specs-image {
  float: left;
  padding-top: 60px; }
  @media only screen and (max-width: 767px) {
    .specs-row.image-on-left .specs-image {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 1023px) {
    .specs-row.image-on-left .specs-image {
      padding-top: 0; } }
.specs-row.image-on-left .specs-row-desc {
  float: right; }
.specs-row.image-on-right {
  margin-top: 100px; }
  @media only screen and (max-width: 767px) {
    .specs-row.image-on-right {
      margin-top: 50px; } }
  .specs-row.image-on-right header {
    margin-bottom: 100px; }
    @media only screen and (max-width: 1170px) {
      .specs-row.image-on-right header {
        margin-bottom: 50px; } }
    @media only screen and (max-width: 1023px) {
      .specs-row.image-on-right header {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .specs-row.image-on-right header {
        padding-left: 20px; } }
  .specs-row.image-on-right .specs-image {
    float: right;
    padding-top: 60px; }
  .specs-row.image-on-right .specs-row-desc {
    float: left; }

.contact-form .contact-form-desc {
  position: absolute;
  top: 40px;
  left: 590px;
  width: 480px; }
  @media only screen and (max-width: 1170px) {
    .contact-form .contact-form-desc {
      left: 55%;
      width: 45%; } }
  @media only screen and (max-width: 767px) {
    .contact-form .contact-form-desc {
      position: relative;
      left: 0;
      width: 100%;
      top: 0; } }

.contact-form-wrapper {
  position: absolute;
  background-color: #000;
  left: 0;
  width: 500px;
  top: -258px;
  padding: 100px 60px; }
  @media only screen and (max-width: 1170px) {
    .contact-form-wrapper {
      width: 46%;
      padding: 50px 40px;
      left: 20px;
      top: -150px; } }
  @media only screen and (max-width: 1023px) {
    .contact-form-wrapper {
      position: relative; } }
  @media only screen and (max-width: 767px) {
    .contact-form-wrapper {
      width: 100%;
      left: 0;
      top: -50px;
      padding: 20px 30px; } }
  .contact-form-wrapper form {
    margin: 0; }
    .contact-form-wrapper form .terms-column {
      margin: 20px 0 60px; }
      .contact-form-wrapper form .terms-column span, .contact-form-wrapper form .terms-column .terms-link {
        float: left; }
      .contact-form-wrapper form .terms-column .terms-link {
        font-size: 14px; }
      .contact-form-wrapper form .terms-column span:after {
        content: "";
        position: absolute;
        top: -3px;
        left: 0;
        width: 30px;
        height: 30px;
        border: 1px solid #ffffff;
        background-color: transparent;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .contact-form-wrapper form .terms-column span.checked:after {
        background-color: #ffffff !important; }
      .contact-form-wrapper form .terms-column span input[type=checkbox] {
        position: absolute;
        top: -5px;
        left: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        width: 35px;
        height: 35px;
        z-index: 20; }
      .contact-form-wrapper form .terms-column .terms-link {
        padding-left: 45px; }
        .contact-form-wrapper form .terms-column .terms-link, .contact-form-wrapper form .terms-column .terms-link a {
          color: #a9a9a9; }
        .contact-form-wrapper form .terms-column .terms-link a {
          text-decoration: underline; }
    .contact-form-wrapper form .wpcf7-not-valid-tip {
      color: #ffffff;
      font-size: 14px;
      padding: 10px 0;
      letter-spacing: 0;
      text-transform: lowercase; }
    .contact-form-wrapper form .wpcf7-response-output {
      border: none !important;
      color: #ffffff !important;
      padding: 0 !important;
      margin: 20px 0 0 !important;
      margin-top: 20px;
      font-size: 12px;
      line-height: 16px; }
      .contact-form-wrapper form .wpcf7-response-output input[type=checkbox] {
        position: absolute;
        top: -5px;
        left: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        width: 35px;
        height: 35px;
        z-index: 20; }
    .contact-form-wrapper form .submit-container {
      position: relative; }
      .contact-form-wrapper form .submit-container input[type=submit] {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500; }
      .contact-form-wrapper form .submit-container:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -2px;
        height: 1px;
        background-color: #ffffff;
        width: 0;
        -webkit-transition: width 0.2s ease-out;
        -moz-transition: width 0.2s ease-out;
        -ms-transition: width 0.2s ease-out;
        -o-transition: width 0.2s ease-out;
        transition: width 0.2s ease-out; }
      .contact-form-wrapper form .submit-container:hover:after {
        width: 48px; }
    .contact-form-wrapper form img.ajax-loader {
      position: absolute;
      top: 16px;
      right: 70px;
      width: 14px;
      height: auto; }
    .contact-form-wrapper form .mandatory-fields {
      color: #666;
      text-transform: uppercase;
      margin-top: 20px;
      font-weight: 400;
      font-size: 12px; }

.map {
  width: 1136px;
  height: 862px; }
  @media only screen and (max-width: 1023px) {
    .map {
      width: 100%;
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .map {
      height: 400px; } }

html .tel-touch {
  display: none; }
html .tel-notouch {
  display: block; }
html.touch .tel-touch {
  display: block; }
html.touch .tel-notouch {
  display: none; }

#footer {
  text-align: center;
  margin: 200px 0 0 0;
  padding: 0 0 40px 0; }
  @media only screen and (max-width: 1170px) {
    #footer {
      margin-top: 150px;
      padding-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    #footer {
      margin-top: 80px; } }
  @media only screen and (max-width: 767px) {
    #footer .footer-left, #footer .footer-center {
      margin-bottom: 20px; } }
  #footer .footer-info {
    position: relative; }
    #footer .footer-info h3 {
      font-size: 16px;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        #footer .footer-info h3 {
          margin-bottom: 10px; } }
    #footer .footer-info ul {
      margin: 0;
      padding: 0; }
      #footer .footer-info ul li {
        list-style-type: none; }
        @media only screen and (max-width: 767px) {
          #footer .footer-info ul li {
            margin-bottom: 5px; } }
        #footer .footer-info ul li, #footer .footer-info ul li a {
          color: #808080;
          font-family: "Source Code Pro";
          text-transform: uppercase; }
        #footer .footer-info ul li a:hover {
          color: #393939; }
  #footer .footer-right a {
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
    #footer .footer-right a:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }
    #footer .footer-right a img {
      width: auto;
      height: 88px;
      margin: 0 auto; }
  #footer .footer-bottom {
    background-color: #ffffff;
    padding: 80px 15px; }
    @media only screen and (max-width: 767px) {
      #footer .footer-bottom {
        padding-top: 20px; } }
    #footer .footer-bottom .vat-footer {
      text-align: left; }
      #footer .footer-bottom .vat-footer p {
        font-family: "Source Code Pro";
        margin: 0;
        text-align: center; }
    #footer .footer-bottom .pmdr-footer {
      text-align: center;
      margin-top: 40px; }
      @media only screen and (max-width: 767px) {
        #footer .footer-bottom .pmdr-footer {
          margin-top: 20px; } }
      #footer .footer-bottom .pmdr-footer a:hover {
        color: #acacac; }

img.lazy-img, img.lazyOwl {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  height: auto; }

img.image-shadow {
  -webkit-box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.25); }

.preload-image-container {
  display: none !important; }

.centered-text {
  max-width: 600px;
  text-align: center;
  margin: 0 auto 40px !important; }

section.page-section {
  padding: 100px 15px; }
  @media only screen and (max-width: 767px) {
    section.page-section {
      padding: 30px 15px; } }

.fitvids iframe {
  max-width: 100%; }

.order-now-row {
  text-align: center;
  padding-top: 120px; }
  @media only screen and ( min-width: 768px ) and ( max-width: 1180px ) {
    html.touch .order-now-row {
      padding-top: 220px
    }
  }
  @media only screen and (max-width: 1023px) {
    .order-now-row {
      padding-top: 80px; } }
  @media only screen and (max-width: 767px) {
    .order-now-row {
      padding-top: 60px; }
      .order-now-row h2 a {
        font-size: 26px !important; } }
  .order-now-row header h2 {
    margin: 0; }
    .order-now-row header h2 a {
      display: inline-block;
      position: relative;
      font-size: 36px;
      font-weight: 700; }
      .order-now-row header h2 a:hover {
        color: #8b8c8e; }
      .order-now-row header h2 a:after, .order-now-row header h2 a:before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -2px;
        width: 25px;
        height: 2px;
        background-color: #393939; }
      .order-now-row header h2 a:before {
        left: -40px; }
      .order-now-row header h2 a:after {
        right: -40px; }

.additional-images {
  position: relative;
  margin: 0 0 200px; }
  @media only screen and (max-width: 1023px) {
    .additional-images {
      margin-top: 50px; } }
  .additional-images .additional-image {
    position: relative;
    width: 52%; }
    .additional-images .additional-image.image-1 {
      float: right;
      margin-top: 50px;
      z-index: -1;
      margin-right: 40%;
      max-width: 30%; }
      @media only screen and (max-width: 1023px) {
        .additional-images .additional-image.image-1 {
          margin-top: 120px;
          margin-right: 46%; } }
      @media only screen and (max-width: 767px) {
        .additional-images .additional-image.image-1 {
          max-width: 100%;
          margin: 0; }
          .additional-images .additional-image.image-1 img {
            width: 100%; } }
    .additional-images .additional-image.image-2 {
      position: absolute;
      top: 50px;
      right: 0;
      max-width: 33%;
      z-index: 99; }
      @media only screen and (max-width: 1023px) {
        .additional-images .additional-image.image-2 {
          max-width: 40%; } }
      @media only screen and (max-width: 767px) {
        .additional-images .additional-image.image-2 {
          max-width: 100%;
          margin: 0; }
          .additional-images .additional-image.image-2 img {
            width: 100%; } }
  .additional-images .additional-specs {
    margin-top: 60px; }
    .additional-images .additional-specs p {
      font-size: 14px;
      letter-spacing: 3px; }
    @media only screen and (max-width: 1023px) {
      .additional-images .additional-specs p {
        font-size: 12px;
        letter-spacing: 2px; } }
    @media only screen and (max-width: 767px) {
      .additional-images .additional-specs p {
        font-size: 14px;
        letter-spacing: 4px; } }
  @media only screen and (max-width: 767px) {
    .additional-images {
      margin: 50px 0 100px; }
      .additional-images .additional-image {
        width: 100%;
        position: relative;
        float: none; }
        .additional-images .additional-image.image-2 {
          position: relative;
          top: 50px;
          right: auto; } }

.button,
.button:visited,
button, input[type="submit"],
input[type="reset"], input[type="button"] {
  color: #ffffff;
  background-color: transparent;
  border: none; }
  .button:hover:hover, .button:hover:focus, .button:hover:active, .button:focus:hover, .button:focus:focus, .button:focus:active, .button:active:hover, .button:active:focus, .button:active:active, .button.flat:hover, .button.flat:focus, .button.flat:active,
  .button:visited:hover:hover,
  .button:visited:hover:focus,
  .button:visited:hover:active,
  .button:visited:focus:hover,
  .button:visited:focus:focus,
  .button:visited:focus:active,
  .button:visited:active:hover,
  .button:visited:active:focus,
  .button:visited:active:active,
  .button:visited.flat:hover,
  .button:visited.flat:focus,
  .button:visited.flat:active,
  button:hover:hover,
  button:hover:focus,
  button:hover:active,
  button:focus:hover,
  button:focus:focus,
  button:focus:active,
  button:active:hover,
  button:active:focus,
  button:active:active,
  button.flat:hover,
  button.flat:focus,
  button.flat:active, input[type="submit"]:hover:hover, input[type="submit"]:hover:focus, input[type="submit"]:hover:active, input[type="submit"]:focus:hover, input[type="submit"]:focus:focus, input[type="submit"]:focus:active, input[type="submit"]:active:hover, input[type="submit"]:active:focus, input[type="submit"]:active:active, input[type="submit"].flat:hover, input[type="submit"].flat:focus, input[type="submit"].flat:active,
  input[type="reset"]:hover:hover,
  input[type="reset"]:hover:focus,
  input[type="reset"]:hover:active,
  input[type="reset"]:focus:hover,
  input[type="reset"]:focus:focus,
  input[type="reset"]:focus:active,
  input[type="reset"]:active:hover,
  input[type="reset"]:active:focus,
  input[type="reset"]:active:active,
  input[type="reset"].flat:hover,
  input[type="reset"].flat:focus,
  input[type="reset"].flat:active, input[type="button"]:hover:hover, input[type="button"]:hover:focus, input[type="button"]:hover:active, input[type="button"]:focus:hover, input[type="button"]:focus:focus, input[type="button"]:focus:active, input[type="button"]:active:hover, input[type="button"]:active:focus, input[type="button"]:active:active, input[type="button"].flat:hover, input[type="button"].flat:focus, input[type="button"].flat:active {
    color: #ffffff; }

img[data-crop-width] {
  display: block; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }
a img.alignnone {
  margin: 5px 20px 20px 0; }
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone, .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.uppercase {
  text-transform: uppercase; }

.bold {
  font-weight: bold; }

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.white {
  color: #ffffff; }

.relative {
  position: relative; }

.square {
  display: block;
  height: 0;
  position: relative; }

.ratio-4-3 {
  padding: 0 0 75% 0; }

.ratio-3-2 {
  padding: 0 0 66% 0; }

.ratio-16-9 {
  padding: 0 0 56.25% 0; }

.ratio-16-9.almost {
  padding: 0 0 42% 0; }

.ratio-3-1 {
  padding: 0 0 33% 0; }

.ratio-3-4 {
  padding: 0 0 133% 0; }

.ratio-2-3 {
  padding: 0 0 150% 0; }

.ratio-9-16 {
  padding: 0 0 177% 0; }

.ratio-1-3 {
  padding: 0 0 300% 0; }

.ratio-squared,
.square {
  padding: 0 0 100% 0; }

.tbl {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed; }
  .tbl > .tbl-cell {
    width: 100%;
    height: 100%;
    display: table-cell; }
    .tbl > .tbl-cell.v-top {
      vertical-align: top; }
    .tbl > .tbl-cell.v-middle {
      vertical-align: middle; }
    .tbl > .tbl-cell.v-bottom {
      vertical-align: bottom; }

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

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

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

.no-border {
  border: none !important; }

.no-p-b {
  padding-bottom: 0 !important; }

.no-p-t {
  padding-top: 0 !important; }

.white-bg {
  background: #ffffff; }
  .white-bg .section-title h3 {
    background: #ffffff !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.disabled {
  opacity: 0.7;
  filter: alpha(opacity=70);
  pointer-events: none; }

.mb-10 {
  margin-bottom: 10px; }

.mt-10 {
  margin-top: 10px; }

.mr-10 {
  margin-right: 10px; }

.ml-10 {
  margin-left: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pt-10 {
  padding-top: 10px; }

.pr-10 {
  padding-right: 10px; }

.pl-10 {
  padding-left: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mt-20 {
  margin-top: 20px; }

.mr-20 {
  margin-right: 20px; }

.ml-20 {
  margin-left: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pt-20 {
  padding-top: 20px; }

.pr-20 {
  padding-right: 20px; }

.pl-20 {
  padding-left: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mt-30 {
  margin-top: 30px; }

.mr-30 {
  margin-right: 30px; }

.ml-30 {
  margin-left: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pt-30 {
  padding-top: 30px; }

.pr-30 {
  padding-right: 30px; }

.pl-30 {
  padding-left: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mt-40 {
  margin-top: 40px; }

.mr-40 {
  margin-right: 40px; }

.ml-40 {
  margin-left: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pt-40 {
  padding-top: 40px; }

.pr-40 {
  padding-right: 40px; }

.pl-40 {
  padding-left: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mt-50 {
  margin-top: 50px; }

.mr-50 {
  margin-right: 50px; }

.ml-50 {
  margin-left: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pt-50 {
  padding-top: 50px; }

.pr-50 {
  padding-right: 50px; }

.pl-50 {
  padding-left: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mt-60 {
  margin-top: 60px; }

.mr-60 {
  margin-right: 60px; }

.ml-60 {
  margin-left: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.pt-60 {
  padding-top: 60px; }

.pr-60 {
  padding-right: 60px; }

.pl-60 {
  padding-left: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mt-70 {
  margin-top: 70px; }

.mr-70 {
  margin-right: 70px; }

.ml-70 {
  margin-left: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.pt-70 {
  padding-top: 70px; }

.pr-70 {
  padding-right: 70px; }

.pl-70 {
  padding-left: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mt-80 {
  margin-top: 80px; }

.mr-80 {
  margin-right: 80px; }

.ml-80 {
  margin-left: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.pt-80 {
  padding-top: 80px; }

.pr-80 {
  padding-right: 80px; }

.pl-80 {
  padding-left: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mt-90 {
  margin-top: 90px; }

.mr-90 {
  margin-right: 90px; }

.ml-90 {
  margin-left: 90px; }

.pb-90 {
  padding-bottom: 90px; }

.pt-90 {
  padding-top: 90px; }

.pr-90 {
  padding-right: 90px; }

.pl-90 {
  padding-left: 90px; }

.mb-100 {
  margin-bottom: 100px; }

.mt-100 {
  margin-top: 100px; }

.mr-100 {
  margin-right: 100px; }

.ml-100 {
  margin-left: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.pt-100 {
  padding-top: 100px; }

.pr-100 {
  padding-right: 100px; }

.pl-100 {
  padding-left: 100px; }

.mb-110 {
  margin-bottom: 110px; }

.mt-110 {
  margin-top: 110px; }

.mr-110 {
  margin-right: 110px; }

.ml-110 {
  margin-left: 110px; }

.pb-110 {
  padding-bottom: 110px; }

.pt-110 {
  padding-top: 110px; }

.pr-110 {
  padding-right: 110px; }

.pl-110 {
  padding-left: 110px; }

.mb-120 {
  margin-bottom: 120px; }

.mt-120 {
  margin-top: 120px; }

.mr-120 {
  margin-right: 120px; }

.ml-120 {
  margin-left: 120px; }

.pb-120 {
  padding-bottom: 120px; }

.pt-120 {
  padding-top: 120px; }

.pr-120 {
  padding-right: 120px; }

.pl-120 {
  padding-left: 120px; }

.flex-row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around; }
  @media only screen and (max-width: 459px) {
    .flex-row {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column; } }

.home-row, .specs-row, .additional-images {
  *zoom: 1; }
  .home-row:before, .specs-row:before, .additional-images:before, .home-row:after, .specs-row:after, .additional-images:after {
    content: " ";
    display: table; }
  .home-row:after, .specs-row:after, .additional-images:after {
    clear: both; }
