/* Preload images */
body:after {
  content: url('/static/lightbox/img/close.png?246615b489b1') url('/static/lightbox/img/loading.gif?246615b489b1') url('/static/lightbox/img/prev.png?246615b489b1') url('/static/lightbox/img/next.png?246615b489b1');
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url('/static/lightbox/img/loading.gif?246615b489b1') no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url('/static/lightbox/img/prev.png?246615b489b1') left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url('/static/lightbox/img/next.png?246615b489b1') right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: none !important;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('/static/lightbox/img/close.png?246615b489b1') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/**
 * Start Vanilla CSS 1.0.2 
 */
body {
  font: 14px sans-serif;
  color: #333;
}
pre,
code,
tt {
  font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: bold;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
em,
i,
dfn {
  font-style: italic;
}
dfn {
  font-weight: bold;
}
p,
code,
pre,
kbd {
  margin: 0 0 1.5em 0;
}
blockquote {
  margin: 0 1.5em 1.5em 1.5em;
}
cite {
  font-style: italic;
}
ul,
ol {
  list-style: none;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
table {
  margin-bottom: 1.4em;
  width: 100%;
}
th {
  font-weight: bold;
}
th,
td,
caption {
  padding: 4px 10px 4px 5px;
}
tfoot {
  font-style: italic;
}
sup,
sub {
  line-height: 0;
}
abbr,
acronym {
  border-bottom: 1px dotted;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
del {
  text-decoration: line-through;
}
pre {
  margin: 1.5em 0;
  white-space: pre;
}
img.centered,
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  display: inline;
}
img.alignleft {
  display: inline;
}
.alignright {
  float: right;
  margin-left: 10px;
}
.alignleft {
  float: left;
  margin-right: 10px;
}
img {
  max-width: 100%;
}
* html .clearfix {
  height: 1%;
}
* + html .clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .group {
  height: 1%;
}
* + html .group {
  display: inline-block;
}
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/**
* End Vanilla CSS
*/
@font-face {
  font-family: 'calibri';
  src: url('/static/fonts/calibri.woff?246615b489b1') format('woff');
}
@font-face {
  font-family: 'myriadpro';
  src: url('/static/fonts/myriadpro.woff?246615b489b1') format('woff');
}
.hLimit {
  max-width: 1100px;
  margin: 0 auto;
  height: inherit;
}
a {
  color: inherit;
  cursor: pointer;
}
.nou {
  text-decoration: none;
}
.v_center {
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}
.rv_center {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.rh_center {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.rvh_center {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.nav span {
  cursor: pointer;
}
.borderedImage {
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 0px 5px -2px #222;
}
.borderedImage.noimage {
  background-color: #f8f8f8;
}
.borderedImage a {
  display: block;
  height: 100%;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
  width: 100%;
  box-sizing: border-box;
  font: 14px sans-serif;
  padding: 5px;
  font-family: 'calibri';
  font-weight: bold;
  color: #4e484c;
}
.mapCanvas {
  width: 100%;
  height: 300px;
  box-sizing: border-box;
}
.msg {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: fixed;
  z-index: 99999;
  padding: 50px 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  box-shadow: 0px 0px 3px -1px #222;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
.msg .hLimit {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  color: #555;
}
.msg .hLimit .close {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  right: -45px;
  color: #fff;
}
.msg.ng-hide {
  opacity: 0;
}
.close {
  background: url('/static/img/close.png?246615b489b1');
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 99;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
body {
  color: #5b5b5b;
  width: 100%;
  overflow-x: hidden;
}
#content {
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
#content.visible {
  opacity: 1;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 140px;
  border-bottom: solid 5px #f84234;
  background: #fff;
  box-shadow: 0px 0px 1px 0px #fff;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
header .hLimit {
  position: relative;
}
header .col {
  float: left;
  height: inherit;
}
header .logo {
  margin: 0 105px 0 15px;
}
header .logo a {
  display: block;
  height: 100%;
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}
header .logo a img {
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
header .logo a img.small {
  display: none;
}
header .nav {
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}
header .nav li {
  display: inline-block;
  position: relative;
  color: #868686;
  font-family: 'calibri';
}
header .nav li:not(:last-child) {
  margin-right: 90px;
}
header .nav li:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: -5px;
  height: 2px;
  width: 0;
  background: #f84234;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
header .nav li.active:after,
header .nav li:hover:after {
  width: 100%;
}
header .nav li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
header .nav li .childrenContainer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  padding-top: 15px;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
header .nav li .childrenContainer.ng-hide {
  opacity: 0;
}
header .nav li .childrenContainer .children {
  background: #082431;
  color: #fff;
}
header .nav li .childrenContainer .children li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
header .nav li .childrenContainer .children li:not(:last-child) {
  margin-bottom: 5px;
}
header .nav li .childrenContainer .children li:hover {
  background: #104056;
}
header .nav li .childrenContainer .children li a {
  display: block;
  padding: 10px;
}
header .contact {
  float: right;
  margin-right: 75px;
}
header .contact .container {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: relative;
}
header .contact .container > span {
  display: block;
  height: 35px;
  line-height: 35px;
  position: relative;
  font-family: 'myriadpro';
  font-weight: bold;
  color: #fff;
  padding: 0 15px;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  background: #f84234;
  background: -moz-linear-gradient(left, #f84234 0%, #d5261d 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f84234), color-stop(100%, #d5261d));
  background: -webkit-linear-gradient(left, #f84234 0%, #d5261d 100%);
  background: -o-linear-gradient(left, #f84234 0%, #d5261d 100%);
  background: -ms-linear-gradient(left, #f84234 0%, #d5261d 100%);
  background: linear-gradient(to right, #f84234 0%, #d5261d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f84234', endColorstr='#d5261d', GradientType=1);
}
header .contact .container > span .bar {
  position: absolute;
  top: 0;
  height: 35px;
  width: 200px;
  left: -200px;
  background: #f84234;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
header .contact .container > span .bar.ng-hide {
  left: 0;
  width: 0;
}
header .contact .container > span:after {
  content: '';
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  right: -63px;
  width: 73px;
  height: 69px;
  z-index: 3;
  background: url('/static/img/top_contact.png?246615b489b1');
}
header .contact .container .details {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: -199px;
  width: 360px;
  opacity: 1;
  box-shadow: 0px 0px 2px -1px #222;
  background: #fff;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
header .contact .container .details .text {
  padding: 20px;
  font-size: 12px;
}
header .contact .container .details .text p:not(:last-child) {
  margin-bottom: 20px;
}
header .contact .container .details.ng-hide {
  opacity: 0;
}
header #langSwitch {
  position: absolute;
  left: 255px;
  top: 0;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  padding: 5px 10px;
  background: #f2f2f2;
  color: #8a8a8a;
  font-size: 13px;
  font-family: 'calibri';
  font-weight: bold;
}
header #langSwitch div {
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
header #langSwitch div button {
  background: none;
  border: 0;
  margin: 0 auto;
  padding: 5px 0;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #8a8a8a;
}
header #langSwitch div.ng-hide {
  opacity: 0;
}
header.slim {
  height: 80px;
}
header.slim .logo a img {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
header.slim #langSwitch {
  left: 248px;
}
#headerSpacer {
  height: 145px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
#headerSpacer.slim {
  height: 80px;
}
#cookieInfo {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  top: 155px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
#cookieInfo .hLimit {
  background: #fff;
  box-shadow: 0px 0px 3px -1px #222;
  padding: 20px;
  text-align: center;
  font-family: 'myriadpro';
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
}
#cookieInfo .hLimit span {
  cursor: pointer;
  font-weight: bold;
}
#cookieInfo .hLimit .close {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  right: 20px;
}
#cookieInfo.ng-hide {
  opacity: 0;
}
#cookieInfo.slim {
  top: 95px;
}
#top {
  height: 735px;
  position: relative;
  background-repeat: no-repeat;
}
#top .module_slider {
  height: inherit;
}
#top .module_slider .slider {
  height: inherit;
}
#top .module_slider .slider .navContainer {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 100%;
}
#top .module_slider .slider .navContainer .nav {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  z-index: 2;
  width: 72px;
  height: 48px;
  cursor: pointer;
  background-repeat: no-repeat;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
#top .module_slider .slider .navContainer .nav.prev {
  left: 30px;
  background-image: url('/static/img/slider_prev.png?792252728bbc');
  background-position: left;
}
#top .module_slider .slider .navContainer .nav.prev:hover {
  left: 20px;
  padding-right: 10px;
}
#top .module_slider .slider .navContainer .nav.next {
  right: 30px;
  background-image: url('/static/img/slider_next.png?792252728bbc');
  background-position: right;
}
#top .module_slider .slider .navContainer .nav.next:hover {
  right: 20px;
  padding-left: 10px;
}
#top .module_slider .slider .itemsContainer {
  height: inherit;
  overflow: hidden;
  position: relative;
}
#top .module_slider .slider .itemsContainer .item {
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
#top .module_slider .slider .itemsContainer .item .img {
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1151px) {
  #top .module_slider .slider .itemsContainer .item .img.resp1,
  #top .module_slider .slider .itemsContainer .item .img.resp2 {
    display: none;
    background: none !important;
  }
}
@media (min-width: 641px) and (max-width: 1150px) {
  #top .module_slider .slider .itemsContainer .item .img.big,
  #top .module_slider .slider .itemsContainer .item .img.resp2 {
    display: none;
    background: none !important;
  }
}
@media (max-width: 640px) {
  #top .module_slider .slider .itemsContainer .item .img.big,
  #top .module_slider .slider .itemsContainer .item .img.resp1 {
    display: none;
    background: none !important;
  }
}
#top .module_slider .slider .itemsContainer .item .hLimit {
  position: relative;
}
#top .module_slider .slider .itemsContainer .item .hLimit .text {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  margin: 0 75px;
}
#top .module_slider .slider .itemsContainer .item .hLimit .text h1,
#top .module_slider .slider .itemsContainer .item .hLimit .text p {
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
#top .module_slider .slider .itemsContainer .item .hLimit .text h1 {
  margin-bottom: 50px;
  font-size: 44px;
}
#top .module_slider .slider .itemsContainer .item .hLimit .text h1.dark {
  color: #130203;
  text-shadow: 1px 1px 0px #e0e0e0;
}
#top .module_slider .slider .itemsContainer .item .hLimit .text p {
  max-width: 730px;
  box-sizing: border-box;
  padding: 50px 25px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 24px;
  line-height: 175%;
}
#top .logo {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 180px;
  height: 179px;
  background: url('/static/img/top_logo.png?246615b489b1');
  opacity: 0;
  bottom: -40px;
}
#top .logo.visible {
  opacity: 1;
  bottom: -90px;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
#aboutUs {
  height: 640px;
  background: url('/static/img/bg1.jpg?246615b489b1') no-repeat top;
}
#aboutUs .hLimit {
  position: relative;
}
#aboutUs .hLimit .col {
  float: left;
  width: 50%;
  box-sizing: border-box;
  position: relative;
  height: inherit;
}
#aboutUs .hLimit .col .module_articles {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
}
#aboutUs .hLimit .col .module_articles h2 {
  font-size: 36px;
  margin: 10px 0 55px 140px;
  font-family: 'calibri';
  font-weight: normal;
}
#aboutUs .hLimit .col .module_articles .articleContainer {
  padding-right: 20px;
  line-height: 175%;
  font-family: 'myriadpro';
  color: #383838;
}
#aboutUs .hLimit .col .module_slider {
  width: 510px;
  height: 340px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  right: 0;
}
#aboutUs .hLimit .col .module_slider .slider {
  width: 510px;
  height: 340px;
}
#aboutUs .hLimit .col .module_slider .slider .item {
  width: 510px;
  height: 340px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
#aboutUs .hLimit .col .module_slider:after {
  content: "";
  display: block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 518px;
  height: 29px;
  bottom: -45px;
  background: url('/static/img/shadow.png?246615b489b1');
}
#aboutUs-2 .hLimit {
  position: relative;
  padding-bottom: 12px;
}
#aboutUs-2 .hLimit .articleContainer {
  float: left;
  width: 50%;
  height: 275px;
}
#aboutUs-2 .hLimit .articleContainer .inner {
  height: inherit;
  position: relative;
}
#aboutUs-2 .hLimit .articleContainer .inner .image {
  width: 185px;
  height: inherit;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin-top: 50px;
}
#aboutUs-2 .hLimit .articleContainer .inner .text {
  width: 365px;
  height: inherit;
  display: table-cell;
  vertical-align: middle;
  font-family: 'myriadpro';
  color: #383838;
  line-height: 175%;
}
#aboutUs-2 .hLimit .articleContainer .inner .text h3 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 15px;
}
#aboutUs-2 .hLimit:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 12px;
  width: 100%;
  background: #d7271e;
  background: -moz-linear-gradient(top, #d7271e 0%, #f64133 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7271e), color-stop(100%, #f64133));
  background: -webkit-linear-gradient(top, #d7271e 0%, #f64133 100%);
  background: -o-linear-gradient(top, #d7271e 0%, #f64133 100%);
  background: -ms-linear-gradient(top, #d7271e 0%, #f64133 100%);
  background: linear-gradient(to bottom, #d7271e 0%, #f64133 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7271e', endColorstr='#f64133', GradientType=0);
}
#suppliers {
  padding: 110px 0 60px;
}
#suppliers h2 {
  margin: 0 0 60px 140px;
  font-size: 36px;
  font-family: 'calibri';
  font-weight: normal;
}
#suppliers .item {
  width: 25%;
  height: 200px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  opacity: 0;
}
#suppliers .item:nth-child(4n+1) {
  left: -20px;
}
#suppliers .item:nth-child(4n+2) {
  left: -40px;
}
#suppliers .item:nth-child(4n+3) {
  left: 20px;
}
#suppliers .item:nth-child(4n+4) {
  left: 40px;
}
#suppliers .item.visible {
  opacity: 1;
  left: 0;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
}
#suppliers .item.visible:nth-child(n+5) {
  transition: all 1.5s ease-in-out 0.5s;
  -webkit-transition: all 1.5s ease-in-out 0.5s;
}
#suppliers .item.visible:nth-child(n+9) {
  transition: all 1.5s ease-in-out 1s;
  -webkit-transition: all 1.5s ease-in-out 1s;
}
#suppliers .item.visible:nth-child(n+13) {
  transition: all 1.5s ease-in-out 1.5s;
  -webkit-transition: all 1.5s ease-in-out 1.5s;
}
#suppliers .item.visible:nth-child(n+17) {
  transition: all 1.5s ease-in-out 2s;
  -webkit-transition: all 1.5s ease-in-out 2s;
}
#suppliers .item.visible:nth-child(n+21) {
  transition: all 1.5s ease-in-out 2.5s;
  -webkit-transition: all 1.5s ease-in-out 2.5s;
}
#suppliers .item.alwaysVisible {
  transition: all none ease-in-out 0s;
  -webkit-transition: all none ease-in-out 0s;
  opacity: 1;
  left: 0;
}
#contact {
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #f6f6f6 0%, #cecece 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #cecece));
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #cecece 100%);
  background: -o-linear-gradient(top, #f6f6f6 0%, #cecece 100%);
  background: -ms-linear-gradient(top, #f6f6f6 0%, #cecece 100%);
  background: linear-gradient(to bottom, #f6f6f6 0%, #cecece 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#cecece', GradientType=0);
  border-bottom: solid 1px #e5e5e5;
  padding: 40px 0;
  font-family: 'calibri';
}
#contact .module_articles {
  margin: 0 0 55px 170px;
}
#contact .module_articles h2 {
  font-size: 36px;
  font-weight: normal;
  margin-left: -30px;
}
#contact .col {
  float: left;
  box-sizing: border-box;
}
#contact .col.form {
  width: 435px;
  text-align: right;
}
#contact .col.form input[type=text],
#contact .col.form input[type=email],
#contact .col.form .switch {
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  border: solid 1px #bababa;
  margin-bottom: 10px;
  padding: 0 16px;
}
#contact .col.form .switch {
  width: 100%;
  height: 60px;
  background: url('/static/img/switch_1.png?246615b489b1') no-repeat 16px center #fff;
  text-align: left;
  line-height: 60px;
  font-family: 'calibri';
  font-weight: bold;
  color: #4e484c;
  font-size: 18px;
  padding-left: 65px;
  position: relative;
}
#contact .col.form .switch span {
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  right: 30px;
  width: 40px;
  height: 40px;
  background: url('/static/img/switch_2.png?246615b489b1') no-repeat right;
  border-left: solid 3px #e9e9e9;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
#contact .col.form .switch:hover span {
  background-position: right 15px;
}
#contact .col.form .switch .details {
  position: absolute;
  top: 100%;
  left: -1px;
  width: 100%;
  background: #fff;
  border: solid 1px #bababa;
  color: #717171;
  font-weight: normal;
  font-family: 'arial';
  font-size: 14px;
  padding: 20px 0;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
#contact .col.form .switch .details ul li {
  line-height: 28px;
  padding-left: 65px;
  cursor: pointer;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
#contact .col.form .switch .details ul li:not(:last-child) {
  margin-bottom: 12px;
}
#contact .col.form .switch .details ul li.active,
#contact .col.form .switch .details ul li:hover {
  background: #6a6367;
  color: #fff;
}
#contact .col.form .switch .details.ng-hide {
  opacity: 0;
}
#contact .col.form textarea {
  padding: 20px 16px;
  box-sizing: border-box;
  border: solid 1px #bababa;
  width: 100% !important;
  height: 150px !important;
}
#contact .col.form button {
  background: url('/static/img/form_button.png?246615b489b1') no-repeat right transparent;
  border: 0;
  display: inline-block;
  color: #6a6367;
  font-weight: bold;
  font-family: 'calibri';
  margin-top: 25px;
  padding-right: 22px;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
#contact .col.form button:hover {
  padding-right: 27px;
}
#contact .col.form form.ng-submitted .ng-invalid,
#contact .col.form .ng-invalid.ng-dirty {
  color: #f84234;
  font-weight: bold;
}
#contact .col.form .your_name {
  display: none;
}
#contact .col.text {
  width: 280px;
  padding: 10px 40px 0 30px;
  position: relative;
}
#contact .col.text .address {
  position: absolute;
  width: 210px;
  height: auto;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
#contact .col.text .address h3 {
  font-size: 14px;
  margin-bottom: 20px;
}
#contact .col.text .address.ng-hide {
  opacity: 0;
}
#contact .col.map {
  width: 385px;
}
#contact .col.map .mapCanvas {
  height: 330px;
  border: solid 7px #fff;
  box-shadow: 0px 0px 3px -1px #222;
}
#footerBar {
  background: #f84234;
  background: -moz-linear-gradient(left, #f84234 0%, #d5261d 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f84234), color-stop(100%, #d5261d));
  background: -webkit-linear-gradient(left, #f84234 0%, #d5261d 100%);
  background: -o-linear-gradient(left, #f84234 0%, #d5261d 100%);
  background: -ms-linear-gradient(left, #f84234 0%, #d5261d 100%);
  background: linear-gradient(to right, #f84234 0%, #d5261d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f84234', endColorstr='#d5261d', GradientType=1);
  height: 125px;
  color: #fff;
}
#footerBar .hLimit .col {
  height: inherit;
  font-weight: bold;
}
#footerBar .hLimit .col:nth-child(1) {
  float: left;
}
#footerBar .hLimit .col:nth-child(2) {
  float: right;
}
#footerBar .hLimit .col .nav {
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}
#footerBar .hLimit .col .nav li {
  display: inline-block;
}
#footerBar .hLimit .col .nav li:not(:last-child) {
  margin-right: 55px;
}
#footerBar .hLimit .col .nav li a {
  text-decoration: none;
}
#footerBar .hLimit .col .promo {
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}
#footerBar .hLimit .col .promo a {
  text-decoration: none;
}
footer {
  background: #fff;
  color: #d5261d;
  padding: 15px 0;
  text-align: center;
  font-family: 'myriadpro';
}
#cookiePolicy {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: fixed;
  z-index: 99999;
  width: 80%;
  max-width: 1100px;
  height: 80%;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  box-sizing: border-box;
  padding: 50px;
  overflow-y: scroll;
  background: #fff;
  box-shadow: 0px 0px 3px -1px #222;
  line-height: 175%;
  font-family: 'myriadpro';
  border-radius: 10px;
}
#cookiePolicy.ng-hide {
  opacity: 0;
}
#cookiePolicy h2 {
  margin-bottom: 40px;
}
#cookiePolicy .close {
  position: fixed;
  top: 35px;
  right: 35px;
}
#qLoverlay {
  position: relative;
}
#qLoverlay:after {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  margin-top: 55px;
  content: "";
  display: block;
  width: 234px;
  height: 76px;
  background: url('/static/img/logo.png?246615b489b1') !important;
}
@media (max-width: 1150px) {
  header,
  header.slim {
    min-width: 320px;
  }
  header .nav li:not(:last-child),
  header.slim .nav li:not(:last-child) {
    margin-right: 40px;
  }
  #top .module_slider .slider .navContainer .nav {
    width: 45px;
    height: 30px;
  }
  #top .module_slider .slider .navContainer .nav.prev {
    background-image: url('/static/img/slider_prev_small.png?792252728bbc');
    left: 15px;
  }
  #top .module_slider .slider .navContainer .nav.prev:hover {
    left: 5px;
  }
  #top .module_slider .slider .navContainer .nav.next {
    background-image: url('/static/img/slider_next_small.png?792252728bbc');
    right: 15px;
  }
  #top .module_slider .slider .navContainer .nav.next:hover {
    right: 5px;
  }
  #aboutUs {
    height: auto;
    background-position: bottom;
  }
  #aboutUs .hLimit .col {
    float: none;
    width: 100%;
    padding: 0 20px;
  }
  #aboutUs .hLimit .col:nth-child(2) {
    text-align: center;
    margin: 60px 0;
  }
  #aboutUs .hLimit .col .module_articles {
    position: static;
    transform: none;
    -webkit-transform: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    text-align: center;
  }
  #aboutUs .hLimit .col .module_articles h2 {
    margin: 80px 0px 55px;
    padding-top: 40px;
  }
  #aboutUs .hLimit .col .module_articles .articleContainer {
    display: inline-block;
    max-width: 530px;
    text-align: left;
  }
  #aboutUs .hLimit .col .module_slider {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    transform: none;
    -webkit-transform: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  #aboutUs-2 .hLimit .articleContainer {
    width: 100%;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #aboutUs-2 .hLimit .articleContainer .inner {
    display: inline-block;
  }
  #aboutUs-2 .hLimit .articleContainer .inner .text {
    text-align: left;
  }
  #suppliers {
    text-align: center;
  }
  #suppliers h2 {
    margin: 0 0 55px;
  }
  #suppliers .item {
    width: 33.33%;
  }
  #contact .hLimit {
    padding: 0 20px;
  }
  #contact .hLimit .module_articles {
    margin: 0;
    text-align: center;
  }
  #contact .hLimit .module_articles h2 {
    margin-left: 0;
  }
  #contact .hLimit .clearfix .col.form {
    width: 70%;
  }
  #contact .hLimit .clearfix .col.text {
    width: 30%;
  }
  #contact .hLimit .clearfix .col.text .address {
    position: static;
    width: auto;
  }
  #contact .hLimit .clearfix .col.map {
    float: none !important;
    width: 100% !important;
    clear: both;
    margin-top: 40px;
  }
  #footerBar {
    height: auto;
    padding: 20px 0;
  }
  #footerBar .hLimit {
    padding: 0 20px;
  }
  #footerBar .hLimit .col .nav li {
    display: block;
  }
  #footerBar .hLimit .col .nav li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 1150px) and (max-width: 620px) {
  header,
  header.slim {
    text-align: center;
  }
  header .hLimit,
  header.slim .hLimit {
    display: inline-block;
  }
}
@media (max-width: 1150px) and (max-width: 910px) {
  header .logo,
  header.slim .logo {
    margin-right: 40px;
  }
}
@media (max-width: 1150px) and (max-width: 620px) {
  header .logo a img.small,
  header.slim .logo a img.small {
    display: block;
  }
  header .logo a img.big,
  header.slim .logo a img.big {
    display: none;
  }
}
@media (max-width: 1150px) and (max-width: 480px) {
  header .logo,
  header.slim .logo {
    margin-right: 10px;
    margin-left: 5px;
  }
}
@media (max-width: 1150px) and (max-width: 620px) {
  header .nav,
  header.slim .nav {
    text-align: center;
  }
}
@media (max-width: 1150px) and (max-width: 910px) {
  header .nav li:not(:last-child),
  header.slim .nav li:not(:last-child) {
    margin-right: 25px;
  }
}
@media (max-width: 1150px) and (max-width: 400px) {
  header .nav li:not(:last-child),
  header.slim .nav li:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 1150px) and (max-width: 480px) {
  header .nav li a,
  header.slim .nav li a {
    font-size: 16px;
  }
}
@media (max-width: 1150px) and (max-width: 820px) {
  header .contact,
  header.slim .contact {
    display: none;
  }
}
@media (max-width: 1150px) and (max-width: 840px) {
  #top .module_slider .slider .itemsContainer .item .hLimit .text h1 {
    font-size: 36px;
  }
  #top .module_slider .slider .itemsContainer .item .hLimit .text p {
    font-size: 18px;
  }
}
@media (max-width: 1150px) and (max-width: 840px) and (max-width: 440px) {
  #top .module_slider .slider .itemsContainer .item .hLimit .text h1 {
    font-size: 18px;
  }
  #top .module_slider .slider .itemsContainer .item .hLimit .text p {
    font-size: 14px;
  }
}
@media (max-width: 1150px) and (max-width: 580px) {
  #aboutUs .hLimit .col .module_slider {
    width: 280px;
    height: 190px;
  }
  #aboutUs .hLimit .col .module_slider:after {
    background-size: contain;
    width: 275px;
    height: 15px;
    bottom: -35px;
    background-repeat: no-repeat;
  }
  #aboutUs .hLimit .col .module_slider .slider {
    width: 280px;
    height: 190px;
    box-shadow: 0px 0px 10px -3px #222;
  }
  #aboutUs .hLimit .col .module_slider .slider .item {
    width: 280px;
    height: 190px;
  }
}
@media (max-width: 1150px) and (max-width: 600px) {
  #aboutUs-2 .hLimit .articleContainer {
    height: auto;
  }
}
@media (max-width: 1150px) and (max-width: 600px) {
  #aboutUs-2 .hLimit .articleContainer .inner .image,
  #aboutUs-2 .hLimit .articleContainer .inner .text {
    text-align: center;
    display: block;
    width: auto;
  }
  #aboutUs-2 .hLimit .articleContainer .inner .text h3 {
    margin-top: 30px;
  }
}
@media (max-width: 1150px) and (max-width: 840px) {
  #suppliers .item {
    width: 50%;
  }
}
@media (max-width: 1150px) and (max-width: 540px) {
  #suppliers .item {
    width: 100%;
  }
}
@media (max-width: 1150px) and (max-width: 750px) {
  #contact .hLimit .clearfix .col.form .switch {
    font-size: 14px;
  }
}
@media (max-width: 1150px) and (max-width: 750px) and (max-width: 450px) {
  #contact .hLimit .clearfix .col.form .switch {
    background: #fff;
    padding-left: 15px;
  }
  #contact .hLimit .clearfix .col.form .switch > span {
    right: 15px;
    border: 0;
  }
}
@media (max-width: 1150px) and (max-width: 630px) {
  #contact .hLimit .clearfix .col {
    float: none !important;
    width: 100% !important;
  }
  #contact .hLimit .clearfix .col:not(:last-child) {
    margin-top: 40px;
  }
  #contact .hLimit .clearfix .col.text {
    text-align: center;
  }
}
@media (max-width: 1150px) and (max-width: 820px) {
  #footerBar .hLimit .col {
    float: none !important;
  }
  #footerBar .hLimit .col:nth-child(1) {
    margin-bottom: 40px;
  }
  #footerBar .hLimit .col:nth-child(2) {
    text-align: center;
  }
  #footerBar .hLimit .col:nth-child(2) .promo {
    display: inline-block;
  }
}
