@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin-ext");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  -webkit-backface-visibility: hidden; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
  width: 100%; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #58595b;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: "Roboto", sans-serif; }

body {
  overflow-x: hidden;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  background: #fff;
  font-family: "Roboto", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  color: #ffc200; }

h1 {
  font-family: "Roboto", sans-serif;
  font-size: em(26);
  margin: 0.67em 0; }

h2 {
  font-family: "Roboto", sans-serif;
  font-size: em(24);
  margin: 0.83em 0; }

h3 {
  font-family: "Roboto", sans-serif;
  font-size: em(22);
  margin: 1em 0; }

h4 {
  font-family: "Roboto", sans-serif;
  font-size: em(20);
  margin: 1.33em 0; }

h5 {
  font-family: "Roboto", sans-serif;
  font-size: em(18);
  margin: 1.67em 0; }

h6 {
  font-family: "Roboto", sans-serif;
  font-size: em(16);
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.del01 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.del02 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.del03 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.del04 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.del05 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.del06 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.del07 {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.del08 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.del09 {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.del10 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s; }

.del11 {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.del12 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.del13 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s; }

.del14 {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.del15 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.del16 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s; }

.del17 {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  animation-delay: 1.7s; }

.del18 {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  animation-delay: 1.8s; }

.del19 {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  animation-delay: 1.9s; }

.del20 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s; }

.del21 {
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  animation-delay: 2.1s; }

.del22 {
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
  animation-delay: 2.2s; }

.del23 {
  -webkit-animation-delay: 2.3s;
  -moz-animation-delay: 2.3s;
  animation-delay: 2.3s; }

.del24 {
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  animation-delay: 2.4s; }

.del25 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.del26 {
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  animation-delay: 2.6s; }

.del27 {
  -webkit-animation-delay: 2.7s;
  -moz-animation-delay: 2.7s;
  animation-delay: 2.7s; }

.del28 {
  -webkit-animation-delay: 2.8s;
  -moz-animation-delay: 2.8s;
  animation-delay: 2.8s; }

.del29 {
  -webkit-animation-delay: 2.9s;
  -moz-animation-delay: 2.9s;
  animation-delay: 2.9s; }

.del30 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s; }

.clear {
  clear: both; }

a {
  background: transparent;
  color: #ffc200;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* IE >9, FF >15, Opera >12.0 */ }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

img.left {
  width: 50%;
  max-width: 100%;
  float: left;
  margin: 0px 15px 10px 0px; }

img.right {
  width: 50%;
  max-width: 100%;
  float: right;
  margin: 0px 0px 10px 15px; }

.hidden {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE */ }

.animated {
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE */ }

.close {
  display: none; }

.widthWrap {
  width: 100%;
  padding: 0px 15px;
  max-width: 1320px;
  margin: 0px auto; }

.block {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 0px; }
  .block.gray {
    background: #f8f8f8; }
  .block.yellow {
    background: #ffc200; }
  .block.padding8 {
    padding: 8rem 0px; }
  .block.padding6 {
    padding: 6rem 0px; }
  .block.padding4 {
    padding: 4rem 0px; }
  .block.padding2 {
    padding: 2rem 0px; }
  .block.paddingB4 {
    padding-bottom: 4rem; }
  .block.paddingT4 {
    padding-top: 4rem; }
  .block.borderTop {
    border-top: 1px solid #e6e7e8; }

.button {
  width: 100%;
  text-align: center;
  margin: 20px 0px 0px 0px;
  clear: both; }
  .button.marginT2 {
    margin-top: 2rem; }
  .button.marginB2 {
    margin-bottom: 2rem; }
  .button.marginB4 {
    margin-bottom: 4rem; }
  .button a {
    display: inline-block;
    width: auto;
    min-width: 200px;
    padding: 0px 10px;
    margin: 10px 20px;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    line-height: 2.5rem;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none !important; }
    .button a.pdf {
      border: 1px solid #58595b;
      background: transparent url(../images/icoPdf.png) no-repeat 10px center;
      padding: 10px 20px 10px 60px;
      text-align: left;
      color: #58595b;
      font-size: 1.125rem;
      line-height: 1.5rem; }
      .button a.pdf:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* IE */
        text-decoration: none; }
    .button a.gray {
      border: 1px solid #58595b;
      background: #58595b;
      color: #fff; }
      .button a.gray:hover {
        border: 1px solid #fff;
        color: #58595b;
        background: #fff;
        text-decoration: none; }
    .button a.grayBorder {
      border: 1px solid #58595b;
      background: transparent;
      color: #58595b; }
      .button a.grayBorder:hover {
        border: 1px solid #58595b;
        color: #fff;
        background: #58595b;
        text-decoration: none; }
    .button a.yellow {
      border: 1px solid #ffc200;
      background: #ffc200;
      color: #fff;
      text-decoration: none; }
      .button a.yellow:hover {
        border: 1px solid #ffc200;
        color: #ffc200;
        background: transparent;
        text-decoration: none; }
    .button a.yellowBorder {
      border: 1px solid #ffc200;
      background: transparent;
      color: #ffc200; }
      .button a.yellowBorder:hover {
        border: 1px solid #ffc200;
        color: #fff;
        background: #ffc200;
        text-decoration: none; }
    .button a.white {
      border: 1px solid #fff;
      background: #fff;
      color: #58595b; }
      .button a.white:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* IE */
        text-decoration: none; }
    .button a.whiteBorder {
      border: 1px solid #fff;
      background: transparent;
      color: #fff; }
      .button a.whiteBorder:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* IE */
        text-decoration: none; }

/* TOP NAVIGATION START */
.topNav,
.topNav * {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* IE >9, FF >15, Opera >12.0 */ }

.topNav,
.topNav.nav-normal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  padding: 25px 10px;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE */
  background: rgba(0, 0, 0, 0.4);
  z-index: 3; }
  .topNav .logo img.normal,
  .topNav.nav-normal .logo img.normal {
    opacity: 0;
    filter: alpha(opacity=0);
    /* IE */ }

.topNav .widthWrap {
  max-width: 1920px; }
.topNav .logo {
  float: left;
  display: block;
  width: auto;
  text-align: center; }
  .topNav .logo a {
    display: inline-block;
    position: relative;
    width: 377px;
    height: 50px; }
    .topNav .logo a img {
      position: absolute;
      display: block;
      opacity: 1;
      filter: alpha(opacity=100);
      /* IE */
      top: 0px;
      left: 0px; }
    .topNav .logo a:hover {
      opacity: 0.5;
      filter: alpha(opacity=50);
      /* IE */ }
.topNav .icons {
  float: right;
  width: auto;
  padding: 14px 0px 0px 0px; }
  .topNav .icons a {
    float: right;
    display: block;
    width: 26px;
    height: 23px;
    text-align: center; }
    .topNav .icons a svg path {
      fill: #fff; }
    .topNav .icons a:hover svg path {
      fill: #ffc200; }
  .topNav .icons #show-menu {
    display: none;
    float: right;
    -webkit-transform: rotate(0deg);
    /* Safari, Chrome */
    -moz-transform: rotate(0deg);
    /* Firefox 3.5~16.0 */
    -ms-transform: rotate(0deg);
    /* IE9~10 */
    -o-transform: rotate(0deg);
    /* Opera 10.5~12.10 */
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* IE >9, FF >15, Opera >12.0 */
    cursor: pointer;
    padding: 0px;
    margin: 2px 0px 0px 20px;
    width: 26px;
    height: 20px; }
    .topNav .icons #show-menu span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #fff;
      left: 0;
      opacity: 1;
      filter: alpha(opacity=100);
      /* IE */
      -webkit-transform: rotate(0deg);
      /* Safari, Chrome */
      -moz-transform: rotate(0deg);
      /* Firefox 3.5~16.0 */
      -ms-transform: rotate(0deg);
      /* IE9~10 */
      -o-transform: rotate(0deg);
      /* Opera 10.5~12.10 */
      transform: rotate(0deg);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      /* IE >9, FF >15, Opera >12.0 */ }
    .topNav .icons #show-menu:hover * {
      background: #ffc200; }
    .topNav .icons #show-menu span:nth-child(1) {
      top: 0px; }
    .topNav .icons #show-menu span:nth-child(2),
    .topNav .icons #show-menu span:nth-child(3) {
      top: 7px; }
    .topNav .icons #show-menu span:nth-child(4) {
      top: 14px; }
    .topNav .icons #show-menu.open span:nth-child(1) {
      top: 7px;
      width: 0%;
      left: 50%; }
    .topNav .icons #show-menu.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      /* Safari, Chrome */
      -moz-transform: rotate(45deg);
      /* Firefox 3.5~16.0 */
      -ms-transform: rotate(45deg);
      /* IE9~10 */
      -o-transform: rotate(45deg);
      /* Opera 10.5~12.10 */
      transform: rotate(45deg); }
    .topNav .icons #show-menu.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      /* Safari, Chrome */
      -moz-transform: rotate(-45deg);
      /* Firefox 3.5~16.0 */
      -ms-transform: rotate(-45deg);
      /* IE9~10 */
      -o-transform: rotate(-45deg);
      /* Opera 10.5~12.10 */
      transform: rotate(-45deg); }
    .topNav .icons #show-menu.open span:nth-child(4) {
      top: 7px;
      width: 0%;
      left: 50%; }
.topNav ul.menu {
  display: block;
  float: right;
  width: auto;
  text-align: center;
  margin: 0px auto;
  padding: 0px;
  list-style-type: none; }
  .topNav ul.menu > li {
    float: left;
    display: block;
    padding: 0px 20px 0px 0px; }
    .topNav ul.menu > li > a {
      display: block;
      position: relative;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      font-size: 1.125rem;
      line-height: 1.125rem;
      color: #fff;
      font-weight: 400;
      text-decoration: none;
      padding: 18px 5px 14px 5px; }
      .topNav ul.menu > li > a:after {
        content: "";
        position: absolute;
        bottom: 8px;
        left: 50%;
        height: 1px;
        width: 70%;
        background: #ffc200;
        opacity: 0;
        filter: alpha(opacity=0);
        /* IE */
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* IE >9, FF >15, Opera >12.0 */
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
      .topNav ul.menu > li > a:hover, .topNav ul.menu > li > a.current, .topNav ul.menu > li > a.section {
        color: #ffc200; }
        .topNav ul.menu > li > a:hover:after, .topNav ul.menu > li > a.current:after, .topNav ul.menu > li > a.section:after {
          opacity: 1;
          filter: alpha(opacity=100);
          /* IE */
          bottom: 12px; }
    .topNav ul.menu > li ul.category {
      display: none;
      float: left;
      position: absolute;
      top: 75%;
      left: 0px;
      width: 100%;
      background: #fff;
      margin: 0px;
      padding: 0px;
      list-style-type: none;
      -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4);
      -ms-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4);
      -o-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.4);
      opacity: 0;
      filter: alpha(opacity=0);
      /* IE */ }
      .topNav ul.menu > li ul.category.drop {
        opacity: 1;
        filter: alpha(opacity=100);
        /* IE */ }
      .topNav ul.menu > li ul.category > li {
        float: left;
        display: block;
        padding: 10px 10px 10px 10px;
        width: 20%; }
        .topNav ul.menu > li ul.category > li a {
          float: left;
          display: block;
          padding: 5px 10px 5px 10px;
          width: 100%;
          color: #58595b;
          text-decoration: none;
          font-weight: 300;
          text-align: left;
          font-size: 1rem;
          line-height: 1.125rem; }
          .topNav ul.menu > li ul.category > li a:hover, .topNav ul.menu > li ul.category > li a.current, .topNav ul.menu > li ul.category > li a.section {
            color: #ffc200; }
          .topNav ul.menu > li ul.category > li a.new span:after {
            content: "Novinka";
            display: block;
            width: auto;
            height: auto;
            text-transform: uppercase;
            font-weight: 300;
            font-size: 0.625rem;
            line-height: 0.625rem;
            color: #ab0000;
            margin-top: 5px; }
          .topNav ul.menu > li ul.category > li a.top {
            border-bottom: 1px solid #58595b;
            text-transform: uppercase;
            text-decoration: none;
            font-weight: 400;
            text-align: center;
            padding: 10px 10px 10px 10px;
            margin-bottom: 10px;
            font-size: 1.125rem;
            line-height: 1.125rem; }
          .topNav ul.menu > li ul.category > li a img {
            width: 40%;
            display: block;
            float: left; }
          .topNav ul.menu > li ul.category > li a span {
            display: block;
            float: left;
            width: 60%;
            padding: 0px 0px 0px 10px; }
    .topNav ul.menu > li:hover ul {
      display: block; }
.topNav:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  background: white; }
  .topNav:hover .logo img.normal {
    opacity: 1;
    filter: alpha(opacity=100);
    /* IE */ }
  .topNav:hover .logo img.white {
    opacity: 0;
    filter: alpha(opacity=0);
    /* IE */ }
  .topNav:hover ul.menu > li > a {
    color: #58595b; }
    .topNav:hover ul.menu > li > a:hover, .topNav:hover ul.menu > li > a.current, .topNav:hover ul.menu > li > a.section {
      color: #ffc200; }
      .topNav:hover ul.menu > li > a:hover:after, .topNav:hover ul.menu > li > a.current:after, .topNav:hover ul.menu > li > a.section:after {
        opacity: 1;
        filter: alpha(opacity=100);
        /* IE */ }
  .topNav:hover ul.menu > li.open > a {
    color: #ffc200; }
    .topNav:hover ul.menu > li.open > a:after {
      opacity: 1;
      filter: alpha(opacity=100);
      /* IE */
      bottom: 12px; }
  .topNav:hover .icons a svg path {
    fill: #58595b; }
  .topNav:hover .icons a:hover svg path {
    fill: #ffc200; }
  .topNav:hover #show-menu span {
    background: #58595b; }

.topNav.nav-up,
.topNav.nav-down {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.6); }
  .topNav.nav-up ul.menu li ul.category,
  .topNav.nav-down ul.menu li ul.category {
    top: 85%; }

.topNav.nav-up:hover,
.topNav.nav-down:hover {
  background: white; }

/* TOP NAVIGATION END */
/* LOADING PAGE START */
body.pace-done > * {
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* IE >9, FF >15, Opera >12.0 */ }

body.pace-running > *:not(.pace),
.pace-done > .nav-overlay,
.pace-done > .form-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE */
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  /* IE >9, FF >15, Opera >12.0 */ }

body.pace-running > header,
body.pace-done > header {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #ffc200;
  position: fixed;
  z-index: 2000;
  top: 50%;
  right: 100%;
  width: 100%;
  height: 4px; }

/* LOADING PAGE END */
/* MENU FULL PAGE START */
.nav-overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.98);
  overflow-y: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE */
  overflow-y: auto;
  text-align: center; }
  .nav-overlay.active {
    opacity: 1;
    filter: alpha(opacity=100);
    /* IE */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /* IE >9, FF >15, Opera >12.0 */ }
  .nav-overlay.activeend {
    opacity: 0;
    filter: alpha(opacity=0);
    /* IE */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /* IE >9, FF >15, Opera >12.0 */ }
  .nav-overlay .widthWrap {
    position: relative; }
  .nav-overlay #hide-menu {
    display: block;
    position: absolute;
    -webkit-transform: rotate(0deg);
    /* Safari, Chrome */
    -moz-transform: rotate(0deg);
    /* Firefox 3.5~16.0 */
    -ms-transform: rotate(0deg);
    /* IE9~10 */
    -o-transform: rotate(0deg);
    /* Opera 10.5~12.10 */
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* IE >9, FF >15, Opera >12.0 */
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1; }
    .nav-overlay #hide-menu:hover span {
      opacity: 0.5;
      filter: alpha(opacity=50);
      /* IE */ }
    .nav-overlay #hide-menu span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #ffc200;
      left: 0px;
      top: 20px;
      opacity: 1;
      filter: alpha(opacity=100);
      /* IE */
      -webkit-transform: rotate(0deg);
      /* Safari, Chrome */
      -moz-transform: rotate(0deg);
      /* Firefox 3.5~16.0 */
      -ms-transform: rotate(0deg);
      /* IE9~10 */
      -o-transform: rotate(0deg);
      /* Opera 10.5~12.10 */
      transform: rotate(0deg);
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      /* IE >9, FF >15, Opera >12.0 */ }
    .nav-overlay #hide-menu span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      /* Safari, Chrome */
      -moz-transform: rotate(45deg);
      /* Firefox 3.5~16.0 */
      -ms-transform: rotate(45deg);
      /* IE9~10 */
      -o-transform: rotate(45deg);
      /* Opera 10.5~12.10 */
      transform: rotate(45deg); }
    .nav-overlay #hide-menu span:nth-child(2) {
      -webkit-transform: rotate(-45deg);
      /* Safari, Chrome */
      -moz-transform: rotate(-45deg);
      /* Firefox 3.5~16.0 */
      -ms-transform: rotate(-45deg);
      /* IE9~10 */
      -o-transform: rotate(-45deg);
      /* Opera 10.5~12.10 */
      transform: rotate(-45deg); }
  .nav-overlay .nav-overlay-content {
    position: relative;
    width: 100%;
    min-height: 100%;
    max-width: 1320px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px 0px; }
    .nav-overlay .nav-overlay-content ul.menu {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      flex: 1;
      margin: 0px;
      padding: 0px; }
      .nav-overlay .nav-overlay-content ul.menu > li {
        display: block;
        float: left;
        width: 100%;
        padding: 5px 20px; }
        .nav-overlay .nav-overlay-content ul.menu > li > a {
          display: inline-block;
          position: relative;
          font-family: "Roboto", sans-serif;
          text-transform: uppercase;
          font-size: 1.25rem;
          line-height: 1.25rem;
          color: #58595b;
          font-weight: 400;
          text-decoration: none;
          padding: 10px 5px; }
          .nav-overlay .nav-overlay-content ul.menu > li > a span.plus {
            position: absolute;
            top: 7px;
            right: -30px;
            display: block;
            width: 20px;
            height: 20px;
            text-align: center;
            cursor: pointer; }
          .nav-overlay .nav-overlay-content ul.menu > li > a:after {
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0px;
            height: 2px;
            width: 100%;
            background: #ffc200;
            opacity: 0;
            filter: alpha(opacity=0);
            /* IE */
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            /* IE >9, FF >15, Opera >12.0 */ }
          .nav-overlay .nav-overlay-content ul.menu > li > a:hover, .nav-overlay .nav-overlay-content ul.menu > li > a.current, .nav-overlay .nav-overlay-content ul.menu > li > a.section {
            color: #ffc200; }
            .nav-overlay .nav-overlay-content ul.menu > li > a:hover:after, .nav-overlay .nav-overlay-content ul.menu > li > a.current:after, .nav-overlay .nav-overlay-content ul.menu > li > a.section:after {
              opacity: 1;
              filter: alpha(opacity=100);
              /* IE */
              bottom: 5px; }
        .nav-overlay .nav-overlay-content ul.menu > li ul.category {
          display: none;
          float: left;
          width: 100%;
          margin: 0px;
          padding: 0px;
          list-style-type: none; }
          .nav-overlay .nav-overlay-content ul.menu > li ul.category > li {
            float: left;
            display: block;
            padding: 10px 10px 10px 10px;
            width: 33.333%; }
            .nav-overlay .nav-overlay-content ul.menu > li ul.category > li a {
              float: left;
              display: block;
              padding: 5px 10px 5px 10px;
              width: 100%;
              color: #58595b;
              text-decoration: none;
              font-weight: 300;
              text-align: left;
              font-size: 1rem;
              line-height: 1.125rem; }
              .nav-overlay .nav-overlay-content ul.menu > li ul.category > li a:hover, .nav-overlay .nav-overlay-content ul.menu > li ul.category > li a.current, .nav-overlay .nav-overlay-content ul.menu > li ul.category > li a.section {
                color: #ffc200; }
              .nav-overlay .nav-overlay-content ul.menu > li ul.category > li a.new span:after {
                content: "Novinka";
                display: block;
                width: auto;
                height: auto;
                text-transform: uppercase;
                font-weight: 300;
                font-size: 0.625rem;
                line-height: 0.625rem;
                color: #ab0000;
                margin-top: 5px; }
              .nav-overlay .nav-overlay-content ul.menu > li ul.category > li a.top {
                border-bottom: 1px solid #58595b;
                text-transform: uppercase;
                text-decoration: none;
                font-weight: 400;
                text-align: center;
                padding: 10px 10px 10px 10px;
                margin-bottom: 10px;
                font-size: 1.125rem;
                line-height: 1.125rem; }
              .nav-overlay .nav-overlay-content ul.menu > li ul.category > li a img {
                width: 40%;
                display: block;
                float: left; }
              .nav-overlay .nav-overlay-content ul.menu > li ul.category > li a span {
                display: block;
                float: left;
                width: 60%;
                padding: 0px 0px 0px 10px; }

/* MENU FULL PAGE END */
/* PATH START */
.path {
  background: #fff;
  padding: 20px 0px 20px 0px;
  border-bottom: 1px solid #e6e7e8; }
  .path * {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.125rem;
    color: #58595b;
    font-weight: 300;
    text-align: center;
    position: relative; }
  .path span {
    display: inline-block;
    margin: 0px 10px;
    width: 7px;
    text-align: center;
    position: relative; }
    .path span:after, .path span:before {
      content: "";
      display: block;
      position: absolute;
      height: 1px;
      width: 6px;
      background: #58595b;
      left: 0px;
      opacity: 1;
      filter: alpha(opacity=100);
      /* IE */
      -webkit-transform: rotate(0deg);
      /* Safari, Chrome */
      -moz-transform: rotate(0deg);
      /* Firefox 3.5~16.0 */
      -ms-transform: rotate(0deg);
      /* IE9~10 */
      -o-transform: rotate(0deg);
      /* Opera 10.5~12.10 */
      transform: rotate(0deg);
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      /* IE >9, FF >15, Opera >12.0 */ }
    .path span:after {
      -webkit-transform: rotate(-45deg);
      /* Safari, Chrome */
      -moz-transform: rotate(-45deg);
      /* Firefox 3.5~16.0 */
      -ms-transform: rotate(-45deg);
      /* IE9~10 */
      -o-transform: rotate(-45deg);
      /* Opera 10.5~12.10 */
      transform: rotate(-45deg);
      top: 13px; }
    .path span:before {
      -webkit-transform: rotate(45deg);
      /* Safari, Chrome */
      -moz-transform: rotate(45deg);
      /* Firefox 3.5~16.0 */
      -ms-transform: rotate(45deg);
      /* IE9~10 */
      -o-transform: rotate(45deg);
      /* Opera 10.5~12.10 */
      transform: rotate(45deg);
      top: 9px; }
  .path a {
    padding: 0px 5px; }
    .path a:hover {
      color: #ffc200; }

/* PATH END */
/* MAP START */
.map {
  padding: 0px;
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden; }
  .map #map-google {
    display: inline-block;
    width: 100%;
    min-height: 500px; }
  .map.special {
    height: 100%; }
    .map.special #map-google {
      height: 100vh; }
  .map .gm-iw-content strong {
    color: #ffc200; }
  .map .gm-iw-content a {
    margin: 15px 0px 0px 0px;
    display: inline-block;
    padding: 7px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.875rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ffc200;
    background: transparent;
    color: #ffc200; }
    .map .gm-iw-content a:hover {
      opacity: 0.5;
      filter: alpha(opacity=50);
      /* IE */ }

/* MAP END */
/* IMAGESLIDER START */
.imageSlider {
  min-height: 500px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .imageSlider a {
    display: block;
    float: left;
    position: absolute;
    width: 100%;
    height: 100%; }
    .imageSlider a img {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%; }

/* IMAGESLIDER END */
/* LISTING NEWS START */
.listingNews {
  border-top: 1px solid #e6e7e8;
  padding: 40px 0px; }
  .listingNews .item {
    float: left;
    width: 33.333%;
    padding: 0px 20px 0px 20px;
    margin: 20px 0px 30px 0px; }
    .listingNews .item a {
      display: block;
      float: left;
      width: 100%;
      position: relative; }
      .listingNews .item a img {
        display: block;
        float: left;
        width: 100%;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* IE >9, FF >15, Opera >12.0 */ }
      .listingNews .item a h2 {
        display: inline-block;
        width: 100%;
        font-size: 1.375rem;
        line-height: 1.875rem;
        font-weight: 400;
        text-transform: uppercase;
        color: #ffc200;
        padding: 15px 0px 15px 0px;
        margin: 0px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* IE >9, FF >15, Opera >12.0 */ }
      .listingNews .item a span.date {
        position: absolute;
        top: 0px;
        left: 0px;
        background: rgba(0, 0, 0, 0.5);
        display: block;
        float: left;
        width: auto;
        padding: 5px;
        font-size: 0.875rem;
        line-height: 0.875rem;
        font-weight: 300;
        color: #fff;
        z-index: 1; }
      .listingNews .item a p {
        display: block;
        float: left;
        width: 100%;
        font-size: 1.0625rem;
        line-height: 1.4375rem;
        font-weight: 300;
        color: #58595b;
        margin: 0px 0px; }
      .listingNews .item a:hover h2 {
        color: #58595b; }
      .listingNews .item a:hover img {
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* IE */ }

/* LISTING NEWS END */
/* VIDEOSLIDER START */
.videoSlider {
  overflow: hidden;
  position: relative; }
  .videoSlider video {
    min-width: 100%;
    min-height: 100%;
    display: inline-block; }
  .videoSlider iframe {
    width: 100% !important;
    height: 112% !important;
    position: absolute;
    bottom: 0;
    left: 0; }
  .videoSlider .text {
    position: absolute;
    left: 0px;
    top: 0%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0px 20px;
    opacity: 0;
    animation-name: ShowAfterVideo;
    animation-delay: 13s;
    animation-duration: 120s;
    animation-iteration-count: 1; }
    .videoSlider .text h1, .videoSlider .text h2, .videoSlider .text h3 {
      font-family: "Roboto", sans-serif;
      font-size: 3.75rem;
      line-height: 5rem;
      font-weight: 300;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      padding: 0px;
      margin: 0px 0px 20px 0px; }
    .videoSlider .text img {
      width: auto;
      max-width: 100%; }
  .videoSlider .scroll {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: auto;
    text-align: center; }
    .videoSlider .scroll a {
      display: inline-block;
      background: transparent url(../images/icoScrollDownUp.png) no-repeat center center;
      width: 30px;
      height: 67px;
      margin: 0px 0px 40px -15px;
      -webkit-animation: ScrollTopAndBottom 2s infinite;
      animation: ScrollTopAndBottom 2s infinite; }

@-webkit-keyframes ScrollTopAndBottom {
  0% {
    margin-bottom: 40px; }
  50% {
    margin-bottom: 20px; }
  100% {
    margin-bottom: 40px; } }
@-webkit-keyframes ShowAfterVideo {
  0% {
    opacity: 0;
    top: 0%; }
  2% {
    opacity: 1;
    top: 50%; }
  98% {
    opacity: 1;
    top: 50%; }
  100% {
    opacity: 0;
    top: 0%; } }
/* VIDEOSLIDER END */
/* CATEGORY SHIP PAGE START */
.category .list {
  float: left;
  width: 100%;
  padding: 20px 0px 20px 0px;
  border-bottom: 1px solid #e6e7e8; }
  .category .list .top {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0px 20px 0px; }
    .category .list .top a {
      display: inline-block;
      width: auto;
      text-decoration: none; }
      .category .list .top a img {
        display: inline-block;
        width: auto;
        max-width: 100%;
        height: auto;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* IE >9, FF >15, Opera >12.0 */ }
      .category .list .top a h3 {
        display: block;
        font-size: 1.375rem;
        line-height: 1.875rem;
        font-weight: 300;
        text-transform: uppercase;
        color: #58595b;
        padding: 15px 0px 0px 0px;
        margin: 0px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* IE >9, FF >15, Opera >12.0 */ }
      .category .list .top a:hover img {
        opacity: 0.8;
        filter: alpha(opacity=80);
        /* IE */ }
      .category .list .top a:hover h3 {
        color: #ffc200; }
  .category .list .item {
    float: left;
    width: 25%;
    padding: 0px 20px 0px 20px;
    margin: 20px 0px 20px 0px; }
    .category .list .item a {
      display: block;
      float: left;
      width: 100%;
      min-height: 130px;
      background: #fff;
      text-align: center;
      text-decoration: none;
      padding-bottom: 10px; }
      .category .list .item a img {
        display: inline-block;
        width: auto;
        max-width: 100%;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        /* IE >9, FF >15, Opera >12.0 */ }
      .category .list .item a span {
        float: left;
        display: block;
        padding: 5px 0px 0px 0px;
        width: 100%;
        color: #58595b;
        text-align: center;
        text-decoration: none;
        font-weight: 300;
        font-size: 1.125rem;
        line-height: 1.375rem;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        /* IE >9, FF >15, Opera >12.0 */ }
      .category .list .item a.new span:after {
        content: "Novinka";
        display: block;
        width: auto;
        height: auto;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 0.625rem;
        line-height: 0.625rem;
        color: #ab0000;
        margin-top: 5px; }
      .category .list .item a:hover span {
        color: #ffc200; }
      .category .list .item a:hover img {
        opacity: 0.8;
        filter: alpha(opacity=80);
        /* IE */ }
  .category .list:last-child {
    border-bottom: 0px solid transparent; }

/* CATEGORY SHIP PAGE END */
/* GALLERY SHIP PAGE START */
.block.gallery {
  border-top: 1px solid #e6e7e8;
  padding-bottom: 30px; }
  .block.gallery .item {
    float: left;
    width: 25%;
    padding: 20px; }
    .block.gallery .item a {
      display: block;
      float: left;
      width: 100%; }
      .block.gallery .item a img {
        display: inline-block;
        width: 100%; }
      .block.gallery .item a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        /* IE */ }

/* GALLERY SHIP PAGE END */
/* OLD SHIP INFO START */
.infoOldShip .half {
  float: left;
  width: 50%;
  padding: 0px; }
.infoOldShip .price {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0px 20px 0px; }
  .infoOldShip .price strong {
    display: inline-block;
    float: none;
    width: auto;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 700;
    color: #58595b; }
  .infoOldShip .price span {
    display: inline-block;
    float: none;
    width: auto;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 300;
    color: #58595b; }
.infoOldShip .line {
  float: left;
  width: 100%; }
  .infoOldShip .line span {
    display: block;
    float: left;
    width: 50%;
    padding: 10px;
    color: #58595b;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.375rem; }
    .infoOldShip .line span:first-child {
      text-align: right; }
    .infoOldShip .line span:last-child {
      text-align: left; }
.infoOldShip .half .line.full span {
  width: 100%;
  text-align: left;
  padding-left: 20px; }
.infoOldShip .half .line.full span {
  position: relative; }
  .infoOldShip .half .line.full span:after, .infoOldShip .half .line.full span:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 6px;
    background: #58595b;
    left: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    /* IE */
    -webkit-transform: rotate(0deg);
    /* Safari, Chrome */
    -moz-transform: rotate(0deg);
    /* Firefox 3.5~16.0 */
    -ms-transform: rotate(0deg);
    /* IE9~10 */
    -o-transform: rotate(0deg);
    /* Opera 10.5~12.10 */
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    /* IE >9, FF >15, Opera >12.0 */ }
  .infoOldShip .half .line.full span:after {
    -webkit-transform: rotate(-45deg);
    /* Safari, Chrome */
    -moz-transform: rotate(-45deg);
    /* Firefox 3.5~16.0 */
    -ms-transform: rotate(-45deg);
    /* IE9~10 */
    -o-transform: rotate(-45deg);
    /* Opera 10.5~12.10 */
    transform: rotate(-45deg);
    top: 21px; }
  .infoOldShip .half .line.full span:before {
    -webkit-transform: rotate(45deg);
    /* Safari, Chrome */
    -moz-transform: rotate(45deg);
    /* Firefox 3.5~16.0 */
    -ms-transform: rotate(45deg);
    /* IE9~10 */
    -o-transform: rotate(45deg);
    /* Opera 10.5~12.10 */
    transform: rotate(45deg);
    top: 17px; }

/* OLD SHIP INFO END */
/* TECHNICAL TABLE SHIP PAGE START */
.technicalTable {
  border-top: 1px solid #e6e7e8;
  padding-bottom: 30px; }
  .technicalTable .table {
    float: left;
    width: 100%;
    padding: 20px 0px 40px 0px; }
    .technicalTable .table .line {
      float: left;
      width: 100%; }
      .technicalTable .table .line:nth-child(odd) {
        background: #fbfbfb; }
      .technicalTable .table .line span {
        display: block;
        float: left;
        width: 50%;
        padding: 10px;
        color: #58595b;
        font-weight: 300;
        font-size: 1.125rem;
        line-height: 1.375rem; }
        .technicalTable .table .line span:first-child {
          text-align: right; }
        .technicalTable .table .line span:last-child {
          text-align: left; }

/* TECHNICAL TABLE SHIP PAGE END */
/* MEDIA SHIP PAGE START */
.media {
  border-top: 1px solid #e6e7e8;
  padding-bottom: 30px; }
  .media .inside {
    float: left;
    width: 100%;
    padding: 20px 0px 40px 0px; }

/* MEDIA SHIP PAGE END */
/* LISTING OLD SHIPS START */
.listingOld {
  border-top: 1px solid #e6e7e8;
  padding: 40px 0px; }
  #pouzite-lode-app .listingOld.loading-list {
    min-height: 200px;
    background-image: url("../images/ajax-loader.gif");
    background-position: center center;
    background-repeat: no-repeat; }
    #pouzite-lode-app .listingOld.loading-list .item {
      display: none; }
    #pouzite-lode-app .listingOld.loading-list .empty {
      display: none; }
    #pouzite-lode-app .listingOld.loading-list .pager {
      display: none !important; }
  .listingOld .pager {
    clear: both;
    text-align: center; }
    .listingOld .pager .pager-item {
      display: inline-block;
      padding: 5px 0px;
      min-width: 32px;
      min-height: 32px;
      border: 1px solid transparent;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      /* IE >9, FF >15, Opera >12.0 */
      cursor: pointer;
      margin: 0px 5px;
      background: #fff; }
      .listingOld .pager .pager-item:hover, .listingOld .pager .pager-item.active {
        background: #ffc200;
        color: #fff; }
  .listingOld .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
  .listingOld .item {
    flex: 0 0 33%;
    float: left;
    width: 33.333%;
    padding: 0px 20px 0px 20px;
    margin: 20px 0px 30px 0px; }
    .listingOld .item a {
      display: block;
      float: left;
      width: 100%; }
      .listingOld .item a img {
        display: block;
        float: left;
        width: 100%;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* IE >9, FF >15, Opera >12.0 */ }
      .listingOld .item a h2 {
        display: inline-block;
        width: 100%;
        max-width: 360px;
        font-size: 1.375rem;
        line-height: 1.875rem;
        font-weight: 400;
        text-transform: uppercase;
        color: #ffc200;
        padding: 15px 0px 15px 0px;
        margin: 0px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* IE >9, FF >15, Opera >12.0 */ }
      .listingOld .item a .line {
        float: left;
        width: 100%;
        padding-bottom: 5px; }
        .listingOld .item a .line span {
          display: block;
          float: left;
          width: 50%;
          font-size: 1.0625rem;
          line-height: 1.4375rem;
          font-weight: 300;
          color: #58595b; }
          .listingOld .item a .line span:first-child {
            text-align: right;
            padding-right: 10px; }
          .listingOld .item a .line span:last-child {
            text-align: left;
            padding-left: 10px; }
      .listingOld .item a:hover h2 {
        color: #58595b; }
      .listingOld .item a:hover img {
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* IE */ }

/* LISTING OLD SHIPS END */
/* FILTER SHIPS START */
.filter {
  border-top: 1px solid #e6e7e8; }
  .filter .widthWrap {
    max-width: 1200px; }
  .filter .fullTitle h5 {
    margin-bottom: 0px; }
    .filter .fullTitle h5:before {
      display: none; }
    .filter .fullTitle h5:after {
      display: none; }
  .filter .form-second .line .item.long {
    padding-top: 0px;
    padding-bottom: 50px; }

/* FILTER SHIPS END */
/* RANGE START */
.range {
  float: right;
  width: 70%;
  padding: 8px 0px; }

.nstSlider {
  float: left;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  width: 50%;
  height: 3px;
  background: #f8f8f8;
  margin-top: 9px; }
  .nstSlider .leftGrip.gripHighlighted {
    background: #ffc200; }
  .nstSlider .rightGrip.gripHighlighted {
    background: #ffc200; }
  .nstSlider .rightGrip,
  .nstSlider .leftGrip {
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    top: -10px;
    background: #ffc200; }
  .nstSlider .bar {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    background: #d1d3d4;
    height: 3px;
    top: 0px; }
  .nstSlider .highlightPanel {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* IE >9, FF >15, Opera >12.0 */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    background: red;
    height: 20px; }

.leftLabel {
  display: block;
  float: left;
  width: 25%;
  font-weight: 300;
  font-size: 1rem; }

.rightLabel {
  display: block;
  float: left;
  width: 25%;
  font-weight: 300;
  font-size: 1rem; }

/* RANGE END */
/* Select box start */
.chosen-container {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 99%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #e6e7e8;
    border-top: 0;
    background: #fff; }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0; }
  .chosen-container a {
    cursor: pointer; }

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 8px 15px;
  text-align: left;
  border: 1px solid #e6e7e8;
  background-clip: padding-box;
  color: #58595b;
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #58595b;
  font-size: 1.125rem;
  font-weight: 300; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 4px;
  left: 3px;
  display: block;
  width: 10px;
  height: 10px;
  background: url("../images/icoCloseBlack.png") no-repeat center center/18px 18px;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  opacity: 0.5; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  width: 20px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icoArrowBottom.png") no-repeat center center; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100% !important;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 1px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 0px 0px 0;
  padding: 0 0 0 0px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  float: left;
  width: 100%; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  word-wrap: break-word;
  text-align: left;
  -webkit-touch-callout: none;
  font-size: 1.125rem;
  font-weight: 300; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #ffc200;
  color: #fff !important; }

.chosen-container .chosen-results li.highlighted * {
  color: #fff !important; }

.chosen-container .chosen-results li.no-results {
  color: #fff;
  display: list-item;
  background: #ffc200; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 8px 7px 8px 15px;
  margin: 0px;
  text-align: left;
  border: 1px solid #f8f8f8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: white;
  background-clip: padding-box;
  color: #58595b;
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 0px 8px 8px 0px;
  padding: 5px 25px 5px 5px;
  border: 1px solid #f8f8f8;
  max-width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  color: #58595b;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
  display: inline-block;
  white-space: normal;
  line-height: 100%; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 6px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: transparent url(../images/icoCloseSmallRed.png) no-repeat center center; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single:hover {
  /*border: 1px solid $gray2;*/ }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/icoArrowTop.png") no-repeat center center; }

.chosen-container-active .chosen-choices,
.chosen-container-active .chosen-choices:hover {
  border: 1px solid #f8f8f8; }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @group Retina compatibility */
/* Select box end */
/* PARTNERS PAGE START */
.partners {
  border-top: 1px solid #e6e7e8;
  padding-bottom: 30px; }
  .partners ul {
    display: block;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 30px 0px;
    text-align: center; }
    .partners ul li {
      display: inline-block;
      width: 32%;
      margin: 0px;
      padding: 0px 20px 20px 20px; }
      .partners ul li a {
        display: block;
        float: left;
        width: 100%; }
        .partners ul li a span {
          display: block;
          float: left;
          width: 100%; }
          .partners ul li a span img {
            display: inline-block;
            width: auto;
            max-width: 100%;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            /* IE >9, FF >15, Opera >12.0 */ }
        .partners ul li a h3 {
          display: inline-block;
          width: 100%;
          max-width: 360px;
          font-size: 1.375rem;
          line-height: 1.875rem;
          font-weight: 400;
          text-transform: uppercase;
          color: #ffc200;
          padding: 15px 0px 0px 0px;
          margin: 0px;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          /* IE >9, FF >15, Opera >12.0 */ }
        .partners ul li a p {
          display: inline-block;
          width: 100%;
          max-width: 360px;
          font-size: 1rem;
          line-height: 1.5rem;
          font-weight: 300;
          color: #58595b;
          padding: 15px 0px 0px 0px;
          margin: 0px;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          /* IE >9, FF >15, Opera >12.0 */ }
        .partners ul li a:hover h3 {
          color: #58595b; }
        .partners ul li a:hover img {
          opacity: 0.5;
          filter: alpha(opacity=50);
          /* IE */ }

/* PARTNERS PAGE END */
/* TITLE START */
.fullTitle {
  display: block;
  float: left;
  width: 100%;
  padding: 2rem 10px 2rem 10px; }
  .fullTitle.noPaddingB {
    padding-bottom: 0px; }
    .fullTitle.noPaddingB * {
      padding-bottom: 0px; }
  .fullTitle.noPadding {
    padding-top: 0px;
    padding-bottom: 0px; }
    .fullTitle.noPadding * {
      padding-top: 0px;
      padding-bottom: 0px; }
  .fullTitle * {
    display: inline-block;
    font-size: 2.5rem;
    line-height: 3.125rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #58595b;
    margin: 0px;
    padding: 0px 60px 0px 60px;
    margin: 20px 0px; }
  .fullTitle span.date {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 0.875rem;
    line-height: 0.875rem;
    font-weight: 300; }
  .fullTitle h1,
  .fullTitle h2,
  .fullTitle h3,
  .fullTitle h4,
  .fullTitle h5,
  .fullTitle h6 {
    position: relative; }
    .fullTitle h1:before,
    .fullTitle h2:before,
    .fullTitle h3:before,
    .fullTitle h4:before,
    .fullTitle h5:before,
    .fullTitle h6:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0%;
      width: 40px;
      height: 2px;
      background: #58595b;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .fullTitle h1:after,
    .fullTitle h2:after,
    .fullTitle h3:after,
    .fullTitle h4:after,
    .fullTitle h5:after,
    .fullTitle h6:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0%;
      width: 40px;
      height: 2px;
      background: #58595b;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .fullTitle h2 {
    color: #58595b;
    font-size: 2.125rem; }
  .fullTitle h3 {
    color: #58595b;
    font-weight: 200;
    font-size: 1.875rem; }
  .fullTitle h4 {
    color: #58595b;
    font-weight: 200;
    font-size: 1.625rem; }
  .fullTitle h5 {
    color: #58595b;
    font-weight: 200;
    font-size: 1.375rem; }
  .fullTitle h5 {
    color: #58595b;
    font-weight: 200;
    font-size: 1.125rem; }
  .fullTitle.white * {
    color: #fff; }
    .fullTitle.white *:before {
      background: #fff; }
    .fullTitle.white *:after {
      background: #fff; }

/* TITLE END */
/* NEWS HOMEPAGE PAGE START */
.newsHome .row {
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px; }
  .newsHome .row.second {
    flex-direction: row-reverse; }
  .newsHome .row .col-6 {
    float: left;
    width: 50%; }
    .newsHome .row .col-6:first-child {
      padding-right: 10px; }
    .newsHome .row .col-6:last-child {
      padding-left: 10px; }
    .newsHome .row .col-6.flex {
      display: -webkit-flex;
      display: flex;
      flex-direction: column; }
      .newsHome .row .col-6.flex .item:first-child {
        padding-bottom: 10px; }
      .newsHome .row .col-6.flex .item:last-child {
        padding-top: 10px; }
  .newsHome .row .col-3 {
    float: left;
    width: 30%;
    padding-right: 10px; }
    .newsHome .row .col-3.flex {
      display: -webkit-flex;
      display: flex;
      flex-direction: column; }
      .newsHome .row .col-3.flex .item:first-child {
        padding-bottom: 10px; }
      .newsHome .row .col-3.flex .item:last-child {
        padding-top: 10px; }
      .newsHome .row .col-3.flex .item.promo .text {
        bottom: 50%;
        height: auto;
        background: rgba(0, 0, 0, 0);
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
        text-align: center; }
        .newsHome .row .col-3.flex .item.promo .text:after {
          content: "";
          position: absolute;
          top: -300%;
          left: 0px;
          width: 100%;
          height: 600%;
          background: rgba(0, 0, 0, 0.5);
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          /* IE >9, FF >15, Opera >12.0 */ }
        .newsHome .row .col-3.flex .item.promo .text * {
          z-index: 1;
          position: relative; }
      .newsHome .row .col-3.flex .item.all a {
        background: #ffc200; }
      .newsHome .row .col-3.flex .item.all .text {
        bottom: 50%;
        height: auto;
        background: transparent;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
        text-align: center; }
        .newsHome .row .col-3.flex .item.all .text * {
          text-transform: uppercase; }
  .newsHome .row .col-9 {
    float: right;
    width: 70%;
    padding-left: 10px; }
  .newsHome .row .item {
    width: 100%;
    height: 100%; }
    .newsHome .row .item img {
      width: 100%; }
    .newsHome .row .item a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      text-decoration: none; }
      .newsHome .row .item a .text {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        padding: 20px;
        text-align: left;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* IE >9, FF >15, Opera >12.0 */ }
        .newsHome .row .item a .text h3 {
          display: block;
          font-size: 1.875rem;
          line-height: 2.1875rem;
          font-weight: 300;
          text-transform: none;
          color: #fff;
          margin: 0px;
          padding: 0px 0px 5px 0px; }
        .newsHome .row .item a .text p {
          display: block;
          font-size: 0.9375rem;
          line-height: 1.5rem;
          font-weight: 400;
          color: #fff;
          margin: 0px;
          padding: 0px; }
      .newsHome .row .item a:hover .text {
        background: #ffc200; }
    .newsHome .row .item.all a:hover {
      background: #58595b !important; }
    .newsHome .row .item.promo a:hover .text:after {
      background: #ffc200 !important; }

/* NEWS HOMEPAGE PAGE END */
/* SERVICES HOMEPAGE START */
.servicesHome {
  background: transparent url(../images/backgroundPar1.jpg) no-repeat center center/cover;
  position: relative;
  padding-bottom: 60px; }
  .servicesHome:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 194, 0, 0.8); }
  .servicesHome .fullTitle * {
    font-weight: 400; }
  .servicesHome ul {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
    .servicesHome ul li {
      display: inline-block;
      width: 31%;
      list-style-type: none;
      margin: 0px;
      padding: 20px; }
      .servicesHome ul li a {
        text-decoration: none; }
        .servicesHome ul li a span {
          display: inline-block;
          background: #fff;
          width: 100px;
          height: 100px;
          border: 2px solid #fff;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          -o-border-radius: 100px;
          border-radius: 100px;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          /* IE >9, FF >15, Opera >12.0 */ }
          .servicesHome ul li a span img {
            width: 100%; }
        .servicesHome ul li a h3 {
          display: block;
          font-size: 1.5625rem;
          line-height: 1.875rem;
          font-weight: 400;
          text-transform: uppercase;
          color: #58595b;
          padding: 15px 0px 0px 0px;
          margin: 0px; }
        .servicesHome ul li a:hover span {
          background: #f8f8f8;
          border: 2px solid #58595b; }

/* SERVICES HOMEPAGE END */
/* CATEGORY HOMEPAGE START */
.categoryHome {
  padding: 40px 0px; }
  .categoryHome ul {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
    .categoryHome ul li {
      display: inline-block;
      width: 19%;
      list-style-type: none;
      margin: 0px;
      padding: 20px; }
      .categoryHome ul li a {
        text-decoration: none; }
        .categoryHome ul li a img {
          display: inline-block;
          width: auto;
          max-width: 100%;
          height: auto;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          /* IE >9, FF >15, Opera >12.0 */ }
        .categoryHome ul li a h3 {
          display: block;
          font-size: 1.375rem;
          line-height: 1.875rem;
          font-weight: 300;
          text-transform: uppercase;
          color: #58595b;
          padding: 15px 0px 0px 0px;
          margin: 0px; }
        .categoryHome ul li a:hover img {
          opacity: 0.8;
          filter: alpha(opacity=80);
          /* IE */ }
        .categoryHome ul li a:hover h3 {
          color: #ffc200; }

/* CATEGORY HOMEPAGE END */
/* TEXT PAGE START */
.hrLine {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e6e7e8;
  margin: 4rem 0px; }

.textPage {
  margin: 0px auto;
  width: 100%;
  padding: 30px 0px 0px 0px;
  text-align: justify;
  max-width: 800px;
  clear: both; }
  .textPage.center {
    text-align: center; }
  .textPage h1, .textPage h2, .textPage h3, .textPage h4, .textPage h5, .textPage h6 {
    color: #58595b;
    font-weight: 400; }
  .textPage h1, .textPage h2, .textPage h3, .textPage h4 {
    text-transform: uppercase; }
  .textPage h1 {
    font-size: 1.875rem; }
  .textPage h2 {
    font-size: 1.5rem; }
  .textPage h3 {
    font-size: 1.375rem; }
  .textPage h4 {
    font-size: 1.25rem; }
  .textPage h5 {
    font-size: 1.125rem; }
  .textPage h6 {
    font-size: 1rem; }
  .textPage p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 300;
    color: #58595b;
    margin: 0px 0px 15px 0px; }
  .textPage ul {
    list-style-type: none;
    padding: 0px; }
  .textPage ol {
    padding: 0px 0px 0px 20px; }
    .textPage ol li {
      padding: 0px 0px 0px 10px;
      margin: 6px 0px;
      font-size: 1.125rem;
      line-height: 1.875rem;
      font-weight: 300; }
  .textPage a {
    color: #ffc200;
    text-decoration: underline; }
    .textPage a:hover {
      text-decoration: none;
      color: #ffc200; }
  .textPage ul > li {
    list-style-type: none;
    padding: 0px 0px 0px 20px;
    margin: 6px 0px;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 300; }
    .textPage ul > li:after, .textPage ul > li:before {
      content: "";
      display: block;
      position: absolute;
      height: 2px;
      width: 10px;
      background: #ffc200;
      left: 0px;
      opacity: 1;
      filter: alpha(opacity=100);
      /* IE */
      -webkit-transform: rotate(0deg);
      /* Safari, Chrome */
      -moz-transform: rotate(0deg);
      /* Firefox 3.5~16.0 */
      -ms-transform: rotate(0deg);
      /* IE9~10 */
      -o-transform: rotate(0deg);
      /* Opera 10.5~12.10 */
      transform: rotate(0deg);
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      /* IE >9, FF >15, Opera >12.0 */ }
    .textPage ul > li:after {
      -webkit-transform: rotate(-45deg);
      /* Safari, Chrome */
      -moz-transform: rotate(-45deg);
      /* Firefox 3.5~16.0 */
      -ms-transform: rotate(-45deg);
      /* IE9~10 */
      -o-transform: rotate(-45deg);
      /* Opera 10.5~12.10 */
      transform: rotate(-45deg);
      top: 17px; }
    .textPage ul > li:before {
      -webkit-transform: rotate(45deg);
      /* Safari, Chrome */
      -moz-transform: rotate(45deg);
      /* Firefox 3.5~16.0 */
      -ms-transform: rotate(45deg);
      /* IE9~10 */
      -o-transform: rotate(45deg);
      /* Opera 10.5~12.10 */
      transform: rotate(45deg);
      top: 11px; }

/* TEXT PAGE END */
/* FOOTER START */
.footer {
  width: 100%;
  background: #58595b;
  float: left;
  padding: 15px 0px 0px 0px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none; }
  .footer .item {
    display: inline-block;
    width: 32%;
    padding: 15px 0px 15px 0px; }
    .footer .item strong {
      display: block;
      float: left;
      width: 100%;
      font-family: "Roboto", sans-serif;
      font-size: 1.5625rem;
      line-height: 1.875rem;
      font-weight: 400;
      text-transform: uppercase;
      color: #fff;
      padding: 0px 0px 10px 0px;
      margin: 0px; }
    .footer .item p {
      display: block;
      float: left;
      width: 100%;
      font-family: "Roboto", sans-serif;
      color: #fff;
      padding: 0px 0px 0px 0px;
      margin: 0px;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.25rem; }
    .footer .item a {
      display: inline-block;
      width: auto;
      color: #fff;
      font-size: 1rem;
      line-height: 1.25rem;
      font-weight: 400;
      text-decoration: none; }
      .footer .item a:hover {
        color: #ffc200; }
    .footer .item.contact p.location {
      background: transparent url(../images/icoMap.png) no-repeat 2px 2px;
      padding-left: 30px;
      margin-bottom: 10px; }
    .footer .item.contact a.mail {
      background: transparent url(../images/icoMail.png) no-repeat 0px center;
      padding-left: 30px;
      margin-bottom: 10px; }
    .footer .item.contact a.phone {
      background: transparent url(../images/icoPhone.png) no-repeat 0px center;
      padding-left: 30px;
      margin-bottom: 10px; }
    .footer .item ul {
      display: block;
      float: left;
      width: 100%;
      margin: 0px;
      padding: 0px;
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; }
    .footer .item ul > li {
      list-style-type: none;
      padding: 2px 0px 2px 0px;
      margin: 0px 0px;
      text-align: left;
      width: 100%; }
      .footer .item ul > li a {
        display: inline-block;
        position: relative;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
        color: #fff;
        padding: 5px 0px 0px 20px;
        text-decoration: none; }
        .footer .item ul > li a:after, .footer .item ul > li a:before {
          content: "";
          display: block;
          position: absolute;
          height: 2px;
          width: 10px;
          background: #fff;
          left: 0px;
          -webkit-transform: rotate(0deg);
          /* Safari, Chrome */
          -moz-transform: rotate(0deg);
          /* Firefox 3.5~16.0 */
          -ms-transform: rotate(0deg);
          /* IE9~10 */
          -o-transform: rotate(0deg);
          /* Opera 10.5~12.10 */
          transform: rotate(0deg);
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
          /* IE >9, FF >15, Opera >12.0 */ }
        .footer .item ul > li a:after {
          -webkit-transform: rotate(-45deg);
          /* Safari, Chrome */
          -moz-transform: rotate(-45deg);
          /* Firefox 3.5~16.0 */
          -ms-transform: rotate(-45deg);
          /* IE9~10 */
          -o-transform: rotate(-45deg);
          /* Opera 10.5~12.10 */
          transform: rotate(-45deg);
          top: 19px; }
        .footer .item ul > li a:before {
          -webkit-transform: rotate(45deg);
          /* Safari, Chrome */
          -moz-transform: rotate(45deg);
          /* Firefox 3.5~16.0 */
          -ms-transform: rotate(45deg);
          /* IE9~10 */
          -o-transform: rotate(45deg);
          /* Opera 10.5~12.10 */
          transform: rotate(45deg);
          top: 13px; }
        .footer .item ul > li a:hover {
          color: #ffc200; }
          .footer .item ul > li a:hover:before, .footer .item ul > li a:hover:after {
            background: #ffc200; }

.copyright {
  float: left;
  width: 100%;
  padding: 15px 0px 20px 0px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  text-align: center; }
  .copyright a {
    font-size: 0.875rem;
    text-decoration: none;
    color: #fff; }
    .copyright a:hover {
      color: #ffc200; }

/* FOOTER END */
/* GO TOP BUTTON START */
#goTop {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE */
  position: fixed;
  bottom: 30px;
  right: 0px;
  width: auto;
  height: auto;
  z-index: 3;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* IE >9, FF >15, Opera >12.0 */ }
  #goTop.active {
    opacity: 1;
    filter: alpha(opacity=100);
    /* IE */ }
  #goTop a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE */
    background: #ffc200; }
    #goTop a:after, #goTop a:before {
      content: "";
      display: block;
      position: absolute;
      height: 2px;
      width: 18px;
      background: #fff;
      top: 18px;
      opacity: 1;
      filter: alpha(opacity=100);
      /* IE */
      -webkit-transform: rotate(0deg);
      /* Safari, Chrome */
      -moz-transform: rotate(0deg);
      /* Firefox 3.5~16.0 */
      -ms-transform: rotate(0deg);
      /* IE9~10 */
      -o-transform: rotate(0deg);
      /* Opera 10.5~12.10 */
      transform: rotate(0deg);
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      /* IE >9, FF >15, Opera >12.0 */ }
    #goTop a:after {
      -webkit-transform: rotate(-45deg);
      /* Safari, Chrome */
      -moz-transform: rotate(-45deg);
      /* Firefox 3.5~16.0 */
      -ms-transform: rotate(-45deg);
      /* IE9~10 */
      -o-transform: rotate(-45deg);
      /* Opera 10.5~12.10 */
      transform: rotate(-45deg);
      left: 5px; }
    #goTop a:before {
      -webkit-transform: rotate(45deg);
      /* Safari, Chrome */
      -moz-transform: rotate(45deg);
      /* Firefox 3.5~16.0 */
      -ms-transform: rotate(45deg);
      /* IE9~10 */
      -o-transform: rotate(45deg);
      /* Opera 10.5~12.10 */
      transform: rotate(45deg);
      right: 5px; }
    #goTop a:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      /* IE */ }
      #goTop a:hover:before, #goTop a:hover:after {
        -webkit-animation: TopAndBottom 1s infinite;
        animation: TopAndBottom 1s infinite; }

@-webkit-keyframes TopAndBottom {
  0% {
    top: 18px; }
  50% {
    top: 13px; }
  100% {
    top: 18px; } }
/* GO TOP BUTTON END */
/* FORM FULL PAGE START */
.form-overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.98);
  overflow-y: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE */
  overflow-y: auto;
  text-align: center; }
  .form-overlay.active {
    opacity: 1;
    filter: alpha(opacity=100);
    /* IE */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /* IE >9, FF >15, Opera >12.0 */ }
  .form-overlay.activeend {
    opacity: 0;
    filter: alpha(opacity=0);
    /* IE */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /* IE >9, FF >15, Opera >12.0 */ }
  .form-overlay .widthWrap {
    position: relative; }
  .form-overlay #hide-form {
    display: block;
    position: absolute;
    -webkit-transform: rotate(0deg);
    /* Safari, Chrome */
    -moz-transform: rotate(0deg);
    /* Firefox 3.5~16.0 */
    -ms-transform: rotate(0deg);
    /* IE9~10 */
    -o-transform: rotate(0deg);
    /* Opera 10.5~12.10 */
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* IE >9, FF >15, Opera >12.0 */
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1; }
    .form-overlay #hide-form:hover span {
      opacity: 0.5;
      filter: alpha(opacity=50);
      /* IE */ }
    .form-overlay #hide-form span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #ffc200;
      left: 0px;
      top: 20px;
      opacity: 1;
      filter: alpha(opacity=100);
      /* IE */
      -webkit-transform: rotate(0deg);
      /* Safari, Chrome */
      -moz-transform: rotate(0deg);
      /* Firefox 3.5~16.0 */
      -ms-transform: rotate(0deg);
      /* IE9~10 */
      -o-transform: rotate(0deg);
      /* Opera 10.5~12.10 */
      transform: rotate(0deg);
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      /* IE >9, FF >15, Opera >12.0 */ }
    .form-overlay #hide-form span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      /* Safari, Chrome */
      -moz-transform: rotate(45deg);
      /* Firefox 3.5~16.0 */
      -ms-transform: rotate(45deg);
      /* IE9~10 */
      -o-transform: rotate(45deg);
      /* Opera 10.5~12.10 */
      transform: rotate(45deg); }
    .form-overlay #hide-form span:nth-child(2) {
      -webkit-transform: rotate(-45deg);
      /* Safari, Chrome */
      -moz-transform: rotate(-45deg);
      /* Firefox 3.5~16.0 */
      -ms-transform: rotate(-45deg);
      /* IE9~10 */
      -o-transform: rotate(-45deg);
      /* Opera 10.5~12.10 */
      transform: rotate(-45deg); }
  .form-overlay .form-overlay-content {
    display: inline-block;
    width: 100%;
    max-width: 1320px;
    text-align: center;
    padding: 30px 20px;
    float: none; }

/* FORM FULL PAGE END */
/* FORM PANEL START */
.form {
  float: left;
  width: 100%; }
  .form .textPage {
    width: 100%;
    padding: 0px 0px 30px 0px; }
  .form #contact_body {
    max-width: 480px;
    margin: 0px auto; }
  .form input[type="checkbox"].error + label, .form input[type="checkbox"].error + strong,
  .form input[type="radio"].error + label,
  .form input[type="radio"].error + strong {
    color: #bc0000;
    border: 1px solid #bc0000;
    background: red; }
  .form input[type="checkbox"]:required:invalid, .form input[type="checkbox"] input:focus:invalid,
  .form input[type="radio"]:required:invalid,
  .form input[type="radio"] input:focus:invalid {
    color: #bc0000;
    border: 1px solid #bc0000;
    background: red; }
  .form input[type="checkbox"]:required:valid,
  .form input[type="radio"]:required:valid {
    color: #bc0000;
    border: 1px solid #bc0000;
    background: red; }
  .form select.error + label, .form select.error + strong {
    color: #bc0000;
    border: 1px solid #bc0000;
    background: red; }
  .form select:required:invalid, .form select input:focus:invalid {
    border: 1px solid #bc0000;
    background: red; }
  .form select:required:valid {
    border: 1px solid #bc0000;
    background: red; }
  .form .line {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px; }
    .form .line .item {
      float: left;
      width: 100%;
      padding: 35px 0px 0px 0px;
      position: relative;
      z-index: 0; }
      .form .line .item.select {
        z-index: 1; }
      .form .line .item label {
        position: absolute;
        top: 35px;
        left: 0px;
        display: inline;
        float: left;
        width: auto;
        font-weight: 300;
        padding: 8px 15px;
        margin: 0px;
        font-size: 1rem;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* IE >9, FF >15, Opera >12.0 */
        z-index: -1; }
      .form .line .item select + label {
        opacity: 1;
        filter: alpha(opacity=100);
        /* IE */ }
      .form .line .item select.val + label,
      .form .line .item select:focus + label {
        top: 2px; }
      .form .line .item input + label {
        opacity: 1;
        filter: alpha(opacity=100);
        /* IE */ }
      .form .line .item input.val + label,
      .form .line .item input:focus + label {
        top: 2px; }
      .form .line .item textarea + label {
        opacity: 1;
        filter: alpha(opacity=100);
        /* IE */ }
      .form .line .item textarea.val + label,
      .form .line .item textarea:focus + label {
        top: 2px; }
      .form .line .item input,
      .form .line .item textarea,
      .form .line .item select {
        float: left;
        width: 100%;
        display: block;
        padding: 8px 15px;
        margin: 0px;
        color: #58595b;
        font-weight: 300;
        border: 1px solid rgba(0, 0, 0, 0.1);
        background: transparent;
        font-size: 1rem;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* IE >9, FF >15, Opera >12.0 */ }
        .form .line .item input.error,
        .form .line .item textarea.error,
        .form .line .item select.error {
          color: #bc0000;
          border: 1px solid #bc0000; }
        .form .line .item input.vis,
        .form .line .item textarea.vis,
        .form .line .item select.vis {
          display: none; }
        .form .line .item input[required],
        .form .line .item textarea[required],
        .form .line .item select[required] {
          background: transparent url(../images/required.png) no-repeat right 8px; }
        .form .line .item input.error[required],
        .form .line .item textarea.error[required],
        .form .line .item select.error[required] {
          color: #bc0000;
          border: 1px solid #bc0000; }
        .form .line .item input:focus, .form .line .item input:hover,
        .form .line .item textarea:focus,
        .form .line .item textarea:hover,
        .form .line .item select:focus,
        .form .line .item select:hover {
          background: transparent; }
        .form .line .item input[required]:focus, .form .line .item input[required]:hover,
        .form .line .item textarea[required]:focus,
        .form .line .item textarea[required]:hover,
        .form .line .item select[required]:focus,
        .form .line .item select[required]:hover {
          background: transparent url(../images/required.png) no-repeat right 8px; }
      .form .line .item.checkbox input {
        width: auto;
        display: block;
        float: left;
        padding: 0px;
        margin: 5px 10px 0px 0px;
        border: 1px solid #fff; }
      .form .line .item.checkbox label {
        width: auto;
        text-align: left;
        display: block;
        color: #58595b;
        font-size: 1rem; }
    .form .line .button {
      width: 100%;
      float: left;
      padding: 30px 0px 0px 0px;
      margin: 0px 0px 0px 0px;
      text-align: center; }
      .form .line .button input {
        display: inline-block;
        width: auto;
        min-width: 240px;
        padding: 10px 10px;
        margin: 10px 20px;
        text-decoration: none;
        font-family: "Roboto", sans-serif;
        font-size: 1.625rem;
        line-height: 1.75rem;
        font-weight: 300;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        text-transform: uppercase;
        border: 1px solid #ffc200;
        background: #ffc200;
        color: #fff;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* IE >9, FF >15, Opera >12.0 */ }
        .form .line .button input:hover {
          background: transparent;
          color: #ffc200;
          border: 1px solid #ffc200; }
  .form.full #contact_body {
    max-width: 900px;
    padding: 0px 15px; }
  .form.full .left {
    float: left;
    width: 48%; }
  .form.full .right {
    float: right;
    width: 48%; }
    .form.full .right textarea {
      min-height: 330px; }

.form-second {
  float: left;
  width: 100%; }
  .form-second input[type="checkbox"].error + label, .form-second input[type="checkbox"].error + strong,
  .form-second input[type="radio"].error + label,
  .form-second input[type="radio"].error + strong {
    color: #bc0000;
    border: 1px solid #bc0000;
    background: red; }
  .form-second input[type="checkbox"]:required:invalid, .form-second input[type="checkbox"] input:focus:invalid,
  .form-second input[type="radio"]:required:invalid,
  .form-second input[type="radio"] input:focus:invalid {
    color: #bc0000;
    border: 1px solid #bc0000;
    background: red; }
  .form-second input[type="checkbox"]:required:valid,
  .form-second input[type="radio"]:required:valid {
    color: #bc0000;
    border: 1px solid #bc0000;
    background: red; }
  .form-second select.error + label, .form-second select.error + strong {
    color: #bc0000;
    border: 1px solid #bc0000;
    background: red; }
  .form-second select:required:invalid, .form-second select input:focus:invalid {
    border: 1px solid #bc0000;
    background: red; }
  .form-second select:required:valid {
    border: 1px solid #bc0000;
    background: red; }
  .form-second .line {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px; }
    .form-second .line .item {
      float: left;
      width: 100%;
      padding: 35px 0px 0px 0px; }
      .form-second .line .item label {
        display: block;
        float: left;
        width: 30%;
        font-weight: 300;
        padding: 8px 15px 8px 0px;
        margin: 0px;
        text-align: right;
        font-size: 1rem;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* IE >9, FF >15, Opera >12.0 */ }
      .form-second .line .item input,
      .form-second .line .item textarea,
      .form-second .line .item select {
        float: right;
        width: 70%;
        display: block;
        padding: 8px 15px;
        margin: 0px;
        color: #58595b;
        font-weight: 300;
        border: 1px solid rgba(0, 0, 0, 0.1);
        background: transparent;
        font-size: 1rem;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* IE >9, FF >15, Opera >12.0 */ }
        .form-second .line .item input.error,
        .form-second .line .item textarea.error,
        .form-second .line .item select.error {
          color: #bc0000;
          border: 1px solid #bc0000; }
        .form-second .line .item input.vis,
        .form-second .line .item textarea.vis,
        .form-second .line .item select.vis {
          display: none; }
        .form-second .line .item input[required],
        .form-second .line .item textarea[required],
        .form-second .line .item select[required] {
          background: transparent url(../images/required.png) no-repeat right 8px; }
        .form-second .line .item input.error[required],
        .form-second .line .item textarea.error[required],
        .form-second .line .item select.error[required] {
          color: #bc0000;
          border: 1px solid #bc0000; }
        .form-second .line .item input:focus, .form-second .line .item input:hover,
        .form-second .line .item textarea:focus,
        .form-second .line .item textarea:hover,
        .form-second .line .item select:focus,
        .form-second .line .item select:hover {
          background: transparent; }
        .form-second .line .item input[required]:focus, .form-second .line .item input[required]:hover,
        .form-second .line .item textarea[required]:focus,
        .form-second .line .item textarea[required]:hover,
        .form-second .line .item select[required]:focus,
        .form-second .line .item select[required]:hover {
          background: transparent url(../images/required.png) no-repeat right 8px; }
      .form-second .line .item .select {
        float: right;
        width: 70%; }
        .form-second .line .item .select select {
          width: 100%; }
      .form-second .line .item.checkbox input {
        width: auto;
        display: block;
        float: left;
        padding: 0px;
        margin: 5px 10px 0px 0px;
        border: 1px solid #fff; }
      .form-second .line .item.checkbox label {
        width: auto;
        text-align: left;
        display: block;
        color: #58595b;
        font-size: 1rem; }
    .form-second .line .button {
      width: 100%;
      float: left;
      padding: 30px 0px 0px 0px;
      margin: 0px 0px 0px 0px;
      text-align: center; }
      .form-second .line .button input {
        display: inline-block;
        width: auto;
        min-width: 240px;
        padding: 10px 10px;
        margin: 10px 20px;
        text-decoration: none;
        font-family: "Roboto", sans-serif;
        font-size: 1.625rem;
        line-height: 1.75rem;
        font-weight: 300;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        text-transform: uppercase;
        border: 1px solid #ffc200;
        background: #ffc200;
        color: #fff;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* IE >9, FF >15, Opera >12.0 */ }
        .form-second .line .button input:hover {
          background: transparent;
          color: #ffc200;
          border: 1px solid #ffc200; }
  .form-second.full #contact_body {
    max-width: 900px; }
  .form-second.full .left {
    float: left;
    width: 48%; }
  .form-second.full .right {
    float: right;
    width: 48%; }
    .form-second.full .right textarea {
      min-height: 330px; }

/* FORM PANEL END */
/* SWIPEBOX START */
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#swipebox-slider .slide .swipebox-video-container {
  background: 0 0;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-slider .slide-loading {
  background: url(../images/loader.gif) center center no-repeat; }

#swipebox-bottom-bar, #swipebox-top-bar {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-next,
#swipebox-prev {
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0px;
  position: relative; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  float: left; }

#swipebox-next {
  float: right; }

#swipebox-prev:hover:after, #swipebox-prev:hover:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE */ }
#swipebox-prev:after, #swipebox-prev:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #ffc200;
  left: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE */
  -webkit-transform: rotate(0deg);
  /* Safari, Chrome */
  -moz-transform: rotate(0deg);
  /* Firefox 3.5~16.0 */
  -ms-transform: rotate(0deg);
  /* IE9~10 */
  -o-transform: rotate(0deg);
  /* Opera 10.5~12.10 */
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  /* IE >9, FF >15, Opera >12.0 */ }
#swipebox-prev:after {
  -webkit-transform: rotate(45deg);
  /* Safari, Chrome */
  -moz-transform: rotate(45deg);
  /* Firefox 3.5~16.0 */
  -ms-transform: rotate(45deg);
  /* IE9~10 */
  -o-transform: rotate(45deg);
  /* Opera 10.5~12.10 */
  transform: rotate(45deg);
  top: 32px; }
#swipebox-prev:before {
  -webkit-transform: rotate(-45deg);
  /* Safari, Chrome */
  -moz-transform: rotate(-45deg);
  /* Firefox 3.5~16.0 */
  -ms-transform: rotate(-45deg);
  /* IE9~10 */
  -o-transform: rotate(-45deg);
  /* Opera 10.5~12.10 */
  transform: rotate(-45deg);
  top: 16px; }

#swipebox-next:hover:after, #swipebox-next:hover:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE */ }
#swipebox-next:after, #swipebox-next:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #ffc200;
  left: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE */
  -webkit-transform: rotate(0deg);
  /* Safari, Chrome */
  -moz-transform: rotate(0deg);
  /* Firefox 3.5~16.0 */
  -ms-transform: rotate(0deg);
  /* IE9~10 */
  -o-transform: rotate(0deg);
  /* Opera 10.5~12.10 */
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  /* IE >9, FF >15, Opera >12.0 */ }
#swipebox-next:after {
  -webkit-transform: rotate(-45deg);
  /* Safari, Chrome */
  -moz-transform: rotate(-45deg);
  /* Firefox 3.5~16.0 */
  -ms-transform: rotate(-45deg);
  /* IE9~10 */
  -o-transform: rotate(-45deg);
  /* Opera 10.5~12.10 */
  transform: rotate(-45deg);
  top: 32px; }
#swipebox-next:before {
  -webkit-transform: rotate(45deg);
  /* Safari, Chrome */
  -moz-transform: rotate(45deg);
  /* Firefox 3.5~16.0 */
  -ms-transform: rotate(45deg);
  /* IE9~10 */
  -o-transform: rotate(45deg);
  /* Opera 10.5~12.10 */
  transform: rotate(45deg);
  top: 16px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-next.disabled, #swipebox-prev.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE */ }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring .3s;
  animation: rightSpring .3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring .3s;
  animation: leftSpring .3s; }

.swipebox-touch #swipebox-container:after, .swipebox-touch #swipebox-container:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0 10px -8px #656565;
  box-shadow: inset 10px 0 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0 10px -8px #656565;
  box-shadow: inset -10px 0 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before, .swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE */ }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }
#swipebox-overlay {
  background: rgba(255, 255, 255, 0.98); }

#swipebox-close {
  display: block;
  position: absolute;
  -webkit-transform: rotate(0deg);
  /* Safari, Chrome */
  -moz-transform: rotate(0deg);
  /* Firefox 3.5~16.0 */
  -ms-transform: rotate(0deg);
  /* IE9~10 */
  -o-transform: rotate(0deg);
  /* Opera 10.5~12.10 */
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* IE >9, FF >15, Opera >12.0 */
  top: 20px;
  right: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 9999; }
  #swipebox-close:hover:after, #swipebox-close:hover:before {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE */ }
  #swipebox-close:after, #swipebox-close:before {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffc200;
    left: 0px;
    top: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    /* IE */
    -webkit-transform: rotate(0deg);
    /* Safari, Chrome */
    -moz-transform: rotate(0deg);
    /* Firefox 3.5~16.0 */
    -ms-transform: rotate(0deg);
    /* IE9~10 */
    -o-transform: rotate(0deg);
    /* Opera 10.5~12.10 */
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    /* IE >9, FF >15, Opera >12.0 */ }
  #swipebox-close:after {
    -webkit-transform: rotate(45deg);
    /* Safari, Chrome */
    -moz-transform: rotate(45deg);
    /* Firefox 3.5~16.0 */
    -ms-transform: rotate(45deg);
    /* IE9~10 */
    -o-transform: rotate(45deg);
    /* Opera 10.5~12.10 */
    transform: rotate(45deg); }
  #swipebox-close:before {
    -webkit-transform: rotate(-45deg);
    /* Safari, Chrome */
    -moz-transform: rotate(-45deg);
    /* Firefox 3.5~16.0 */
    -ms-transform: rotate(-45deg);
    /* IE9~10 */
    -o-transform: rotate(-45deg);
    /* Opera 10.5~12.10 */
    transform: rotate(-45deg); }

#swipebox-bottom-bar,
#swipebox-top-bar {
  background: rgba(255, 255, 255, 0.95);
  opacity: 0.95;
  filter: alpha(opacity=95);
  /* IE */
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }

#swipebox-top-bar {
  color: #58595b !important;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Roboto", sans-serif;
  padding: 15px 0px; }

/* SWIPEBOX END */
/* SWIPER START */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #ffc200; }
  .swiper-container .top {
    position: relative;
    width: 50%;
    float: left;
    z-index: 10; }
    .swiper-container .top .wrap {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 100%;
      max-width: 645px; }
      .swiper-container .top .wrap .fullTitle {
        padding-bottom: 0px; }

.lt-ie10 .swiper-container .swiper-slide,
.lt-ie10 .swiper-button-white {
  display: none; }

.lt-ie10 .swiper-container .swiper-slide:first-child {
  display: block; }

.swiper-container .swiper-slide {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse; }
  .swiper-container .swiper-slide .left {
    float: left;
    width: 50%;
    position: relative; }
    .swiper-container .swiper-slide .left .text {
      display: inline-block;
      padding: 0px 10px;
      margin: 0px;
      max-width: 645px;
      width: 100%;
      position: absolute;
      z-index: 2;
      padding: 0px;
      top: 30%;
      right: 0px;
      text-align: center; }
      .swiper-container .swiper-slide .left .text * {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* IE >9, FF >15, Opera >12.0 */ }
      .swiper-container .swiper-slide .left .text h2 {
        display: block;
        float: left;
        width: 100%;
        font-size: 1.875rem;
        line-height: 2.5rem;
        font-weight: 300;
        text-transform: uppercase;
        color: #fff;
        margin: 0px;
        padding: 20px 0px 20px 0px; }
      .swiper-container .swiper-slide .left .text .list {
        float: left;
        width: 100%; }
        .swiper-container .swiper-slide .left .text .list .line {
          float: left;
          width: 100%;
          padding-bottom: 5px; }
          .swiper-container .swiper-slide .left .text .list .line span {
            display: block;
            float: left;
            width: 50%;
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-weight: 300;
            color: #fff; }
          .swiper-container .swiper-slide .left .text .list .line .pos1 {
            text-align: right;
            padding-right: 10px; }
          .swiper-container .swiper-slide .left .text .list .line .pos2 {
            text-align: left;
            padding-left: 10px; }
          .swiper-container .swiper-slide .left .text .list .line.price {
            text-align: center;
            padding: 15px 0px 30px 0px; }
            .swiper-container .swiper-slide .left .text .list .line.price strong {
              display: inline-block;
              float: none;
              width: auto;
              font-size: 1.25rem;
              line-height: 1.875rem;
              font-weight: 400;
              color: #fff; }
            .swiper-container .swiper-slide .left .text .list .line.price span {
              display: inline-block;
              float: none;
              width: auto;
              font-size: 1rem;
              line-height: 1.875rem;
              font-weight: 300;
              color: #fff; }
      .swiper-container .swiper-slide .left .text span.whiteBorder {
        display: inline-block;
        width: auto;
        min-width: 200px;
        padding: 0px 10px;
        margin: 10px 20px;
        text-decoration: none;
        font-family: "Roboto", sans-serif;
        font-size: 1.125rem;
        line-height: 2.5rem;
        font-weight: 300;
        text-align: center;
        text-transform: uppercase;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #fff;
        background: transparent;
        color: #fff; }
      .swiper-container .swiper-slide .left .text a {
        display: block;
        width: 100%; }
        .swiper-container .swiper-slide .left .text a:hover *,
        .swiper-container .swiper-slide .left .text a:hover span,
        .swiper-container .swiper-slide .left .text a:hover strong,
        .swiper-container .swiper-slide .left .text a:hover .pos1,
        .swiper-container .swiper-slide .left .text a:hover .pos2,
        .swiper-container .swiper-slide .left .text a:hover .price * {
          color: #58595b !important; }
        .swiper-container .swiper-slide .left .text a:hover span.whiteBorder {
          border: 1px solid #58595b; }
  .swiper-container .swiper-slide .right {
    float: right;
    width: 50%;
    position: relative;
    overflow: hidden; }
    .swiper-container .swiper-slide .right img {
      position: absolute;
      top: 0px;
      left: 50%;
      height: 100%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 33px;
  height: 60px;
  margin-top: -30px;
  z-index: 11;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* IE >9, FF >15, Opera >12.0 */ }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  /* IE */
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev {
  left: 20px; }
  .swiper-button-prev:after, .swiper-button-prev:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    background: #fff;
    left: 0px;
    -webkit-transform: rotate(0deg);
    /* Safari, Chrome */
    -moz-transform: rotate(0deg);
    /* Firefox 3.5~16.0 */
    -ms-transform: rotate(0deg);
    /* IE9~10 */
    -o-transform: rotate(0deg);
    /* Opera 10.5~12.10 */
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    /* IE >9, FF >15, Opera >12.0 */ }
  .swiper-button-prev:after {
    -webkit-transform: rotate(-45deg);
    /* Safari, Chrome */
    -moz-transform: rotate(-45deg);
    /* Firefox 3.5~16.0 */
    -ms-transform: rotate(-45deg);
    /* IE9~10 */
    -o-transform: rotate(-45deg);
    /* Opera 10.5~12.10 */
    transform: rotate(-45deg);
    top: 20px; }
  .swiper-button-prev:before {
    -webkit-transform: rotate(45deg);
    /* Safari, Chrome */
    -moz-transform: rotate(45deg);
    /* Firefox 3.5~16.0 */
    -ms-transform: rotate(45deg);
    /* IE9~10 */
    -o-transform: rotate(45deg);
    /* Opera 10.5~12.10 */
    transform: rotate(45deg);
    top: 40px; }
  .swiper-button-prev:hover:before, .swiper-button-prev:hover:after {
    background: #58595b; }

.swiper-button-next {
  right: 20px; }
  .swiper-button-next:after, .swiper-button-next:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    background: #fff;
    left: 0px;
    -webkit-transform: rotate(0deg);
    /* Safari, Chrome */
    -moz-transform: rotate(0deg);
    /* Firefox 3.5~16.0 */
    -ms-transform: rotate(0deg);
    /* IE9~10 */
    -o-transform: rotate(0deg);
    /* Opera 10.5~12.10 */
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    /* IE >9, FF >15, Opera >12.0 */ }
  .swiper-button-next:after {
    -webkit-transform: rotate(-45deg);
    /* Safari, Chrome */
    -moz-transform: rotate(-45deg);
    /* Firefox 3.5~16.0 */
    -ms-transform: rotate(-45deg);
    /* IE9~10 */
    -o-transform: rotate(-45deg);
    /* Opera 10.5~12.10 */
    transform: rotate(-45deg);
    top: 40px; }
  .swiper-button-next:before {
    -webkit-transform: rotate(45deg);
    /* Safari, Chrome */
    -moz-transform: rotate(45deg);
    /* Firefox 3.5~16.0 */
    -ms-transform: rotate(45deg);
    /* IE9~10 */
    -o-transform: rotate(45deg);
    /* Opera 10.5~12.10 */
    transform: rotate(45deg);
    top: 20px; }
  .swiper-button-next:hover:before, .swiper-button-next:hover:after {
    background: #58595b; }

.swiper-pagination {
  float: left;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* IE >9, FF >15, Opera >12.0 */
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  margin: 2px 12px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* IE >9, FF >15, Opera >12.0 */ }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  width: 24px;
  height: 24px;
  margin: 0px 10px; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 30px;
  left: 0;
  width: 100%; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-slide {
  overflow: hidden; }

.swiper-slide .img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 4s ease-in-out;
  -moz-transition: all 4s ease-in-out;
  -o-transition: all 4s ease-in-out;
  transition: all 4s ease-in-out;
  /* IE >9, FF >15, Opera >12.0 */
  -webkit-transform: scale(1);
  /* Safari, Chrome */
  -moz-transform: scale(1);
  /* Firefox 3.5~16.0 */
  -ms-transform: scale(1);
  /* IE9~10 */
  -o-transform: scale(1);
  /* Opera 10.5~12.10 */
  transform: scale(1); }

.swiper-slide-active {
  overflow: hidden;
  /*visible*/ }

.swiper-slide-active .img {
  -webkit-transition: all 4s ease-in-out;
  -moz-transition: all 4s ease-in-out;
  -o-transition: all 4s ease-in-out;
  transition: all 4s ease-in-out;
  /* IE >9, FF >15, Opera >12.0 */
  -webkit-transform: scale(1.1);
  /* Safari, Chrome */
  -moz-transform: scale(1.1);
  /* Firefox 3.5~16.0 */
  -ms-transform: scale(1.1);
  /* IE9~10 */
  -o-transform: scale(1.1);
  /* Opera 10.5~12.10 */
  transform: scale(1.1); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

/* END SWIPER */
/* CONTACT PAGE START */
.contactForm {
  padding-bottom: 0px; }
  .contactForm .form {
    border-top: 1px solid #e6e7e8; }
  .contactForm .contact {
    float: left;
    width: 100%;
    text-align: center;
    padding: 60px 0px; }
  .contactForm .item {
    display: inline-block;
    width: 32%;
    padding: 0px 20px 20px 20px; }
    .contactForm .item h2 {
      display: inline-block;
      width: 100%;
      max-width: 360px;
      font-size: 1.375rem;
      line-height: 1.875rem;
      font-weight: 400;
      text-transform: uppercase;
      color: #ffc200;
      padding: 15px 0px 0px 0px;
      margin: 0px;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      /* IE >9, FF >15, Opera >12.0 */ }
    .contactForm .item p {
      display: inline-block;
      width: 100%;
      max-width: 360px;
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 300;
      color: #58595b;
      padding: 15px 0px 0px 0px;
      margin: 0px;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      /* IE >9, FF >15, Opera >12.0 */ }
      .contactForm .item p a {
        color: #58595b;
        text-decoration: none; }
        .contactForm .item p a:hover {
          color: #ffc200; }

/* CONTACT PAGE END */
/* RESPONSIVE START */
@media only screen and (max-width: 1350px) {
  .topNav .logo a {
    width: 300px; }

  .topNav .logo a img {
    max-width: 300px;
    top: 5px; } }
@media only screen and (max-width: 1100px) {
  .footer .item {
    width: 49%; }

  .footer .item.contact {
    width: 100%; } }
@media only screen and (min-width: 1200px) {
  .swiper-container .swiper-slide .right img {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@media only screen and (max-width: 1240px) {
  .topNav .icons #show-menu {
    display: block; }

  .topNav ul.menu {
    display: none; } }
@media only screen and (max-width: 950px) {
  .newsHome .row.first {
    display: -webkit-block;
    display: block;
    flex-direction: none; }
    .newsHome .row.first .col-6 {
      width: 100%;
      padding: 0px; }
      .newsHome .row.first .col-6:first-child .item {
        margin-bottom: 20px; } }
@media only screen and (min-width: 850px) {
  .swiper-container .swiper-slide {
    min-height: 500px; } }
@media only screen and (max-width: 850px) {
  .nav-overlay .nav-overlay-content ul.menu > li ul.category > li {
    width: 50%; }

  .categoryHome ul li {
    width: 32%; }

  .swiper-container .swiper-slide {
    display: -webkit-block;
    display: block;
    flex-direction: none; }

  .swiper-container .swiper-slide .right,
  .swiper-container .swiper-slide .left {
    float: left;
    width: 100%; }

  .swiper-container .swiper-slide .left .text {
    position: inherit;
    padding: 20px 20px;
    max-width: 100%; }

  .swiper-container .top {
    width: 100%; }

  .swiper-container .top .wrap {
    max-width: 100%; }

  .swiper-container .top .wrap .fullTitle {
    padding-top: 0px; }
    .swiper-container .top .wrap .fullTitle h3 {
      color: #58595b; }
      .swiper-container .top .wrap .fullTitle h3:before {
        background: #58595b; }
      .swiper-container .top .wrap .fullTitle h3:after {
        background: #58595b; }

  .swiper-pagination-bullet {
    background: #ffc200; }

  .swiper-container .swiper-slide .right img {
    position: inherit;
    top: 0px;
    left: 0%;
    width: 100%;
    height: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }

  .category .list .item {
    width: 33.333%; }
    .category .list .item a {
      min-height: 150px; }

  .block.gallery .item {
    width: 33.333%; } }
@media only screen and (max-width: 800px) {
  .contactForm .item {
    width: 49%; }

  .form-second.full .left,
  .form-second.full .right {
    width: 100%;
    padding: 0px 20px; } }
@media only screen and (max-width: 750px) {
  .listingOld .item {
    width: 50%;
    flex: 0 0 50%; }

  .listingNews .item {
    width: 50%; }

  .videoSlider .text h1, .videoSlider .text h2, .videoSlider .text h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 400; }

  .newsHome .row.second {
    display: -webkit-block;
    display: block;
    flex-direction: none; }
    .newsHome .row.second .col-9 {
      width: 100%;
      padding: 0px; }
    .newsHome .row.second .col-3.flex {
      flex-direction: row;
      width: 100%;
      padding: 20px 0px 0px 0px; }
      .newsHome .row.second .col-3.flex .item {
        width: 50%;
        height: auto;
        float: left;
        padding: 0px !important; }

  .partners ul li {
    width: 49%; } }
@media only screen and (max-width: 700px) {
  .footer .item,
  .footer .item.contact {
    width: 100%; }

  .servicesHome ul li {
    width: 49%; }

  .servicesHome {
    background-position: center center !important; } }
@media only screen and (max-width: 600px) {
  .swiper-button-next, .swiper-button-prev {
    top: 30%; }

  .category .list .item {
    width: 50%; }
    .category .list .item a {
      min-height: 150px; }

  .block.gallery .item {
    width: 50%; }

  .infoOldShip .half {
    width: 100%; }

  .newsHome .row .item a .text {
    position: relative; }

  .newsHome .row .item.promo a .text,
  .newsHome .row .item.all a .text {
    position: absolute; } }
@media only screen and (max-width: 550px) {
  .nav-overlay .nav-overlay-content ul.menu > li ul.category > li {
    width: 100%;
    height: auto !important; }
    .nav-overlay .nav-overlay-content ul.menu > li ul.category > li a span {
      padding-top: 15px; }

  .form.full .left,
  .form.full .right {
    width: 100%;
    padding: 0px 20px; }

  .form.full .right textarea {
    min-height: 150px; }

  .contactForm .item {
    width: 100%; } }
@media only screen and (max-width: 500px) {
  .fullTitle * {
    font-size: 1.875rem;
    line-height: 2.5rem;
    padding: 0px 30px; }

  .fullTitle *:before {
    width: 20px !important; }

  .fullTitle *:after {
    width: 20px !important; }

  .form-second.full .line .item label {
    width: 100%;
    padding-right: 0px;
    text-align: center; }

  .form-second .line .item .select {
    width: 100%; }

  .form-second.full .line .item select,
  .form-second.full .line .item input,
  .form-second.full .line .item div.range {
    width: 100%; }

  .listingOld .item {
    width: 100%;
    flex: 0 0 100%; }

  .listingNews .item {
    width: 100%; }

  .categoryHome ul li {
    width: 49%; }

  .servicesHome ul li {
    width: 100%; }

  .newsHome .row.second {
    display: -webkit-block;
    display: block;
    flex-direction: none; }
    .newsHome .row.second .col-9 {
      width: 100%;
      padding: 0px; }
    .newsHome .row.second .col-3.flex {
      display: -webkit-block;
      display: block;
      flex-direction: none;
      width: 100%;
      padding: 20px 0px 0px 0px; }
      .newsHome .row.second .col-3.flex .item {
        width: 100%;
        height: 100%;
        float: left;
        padding: 0px !important; }
      .newsHome .row.second .col-3.flex .item.all {
        margin-top: 20px; }
      .newsHome .row.second .col-3.flex .item.all a {
        min-height: 200px; }

  .partners ul li {
    width: 100%; } }
@media only screen and (max-width: 430px) {
  .topNav .logo a {
    width: 180px; }

  .topNav .logo a img {
    max-width: 180px;
    top: 13px; }

  .category .list .item {
    width: 100%; }
    .category .list .item a {
      min-height: 150px; }

  .block.gallery .item {
    width: 50%;
    padding: 2px; }

  .technicalTable .table .line span {
    width: 100%;
    text-align: center !important; }

  .technicalTable .table .line span:first-child {
    font-weight: 400;
    padding-bottom: 0px; } }
/* RESPONSIVE END */
@media print {
  body {
    background: #096 !important;
    color: #F00 !important; }
    body * {
      color: #F00 !important; }

  .topNav,
  .footer {
    display: none !important; } }
