@charset "utf-8";
.fLight {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
}
.fRegular {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fMedium {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.fSemiBold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}
button,
button:active,
button:focus,
button:hover,
.btn,
.btn:active,
.btn:focus,
.btn:hover {
  outline: none !important;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}
:hover,
:active,
:visited,
:focus {
  outline: none !important;
}
:invalid {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
:-moz-ui-invalid {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
body,
html {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #717171;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 18px;
  line-height: 1.7;
  height: 100%;
}
body {
  overflow-x: hidden;
}
.noscroll {
  overflow: hidden !important;
}
header,
section,
footer,
nav,
aside,
article {
  display: block;
}
.listClear {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearBoth {
  clear: both;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #005db3;
}
a img {
  border: none;
}
input,
textarea,
button {
  outline: none;
}
form {
  padding: 0;
  margin: 0;
}
strong {
  font-weight: normal;
}
video {
  display: block !important;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  border: none !important;
}
.wrapper {
  max-width: 1700px;
  margin: 0 auto;
}
.wrapperPadding {
  padding-left: 115px;
  position: relative;
}
.wrapperContainer {
  padding: 0 50px;
}
.narrowContent {
  width: 55%;
  margin: 0 auto;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.lineThrough {
  text-decoration: line-through;
}
a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 115px;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header .showFullMenuLink {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.header .hamburger {
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.header .hamburger a {
  display: inline-block;
}
.header .hamburger a .line1 {
  width: 20px;
  display: block;
  height: 2px;
  margin: 3px auto;
  background: #004177;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header .hamburger a .line2 {
  width: 20px;
  display: block;
  height: 2px;
  margin: 3px auto;
  background: #004177;
}
.header:hover .hamburger a .line1 {
  width: 30px;
}
.header .logo {
  text-align: center;
  padding: 40px 0 0 0;
  position: absolute;
  top: 0;
  left: 40px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header .logo img {
  display: inline-block;
}
.header.scrolled .buttonBottom .slideDown {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 0) rotate(-90deg);
  -moz-transform: translate(0, 0) rotate(-90deg);
  -o-transform: translate(0, 0) rotate(-90deg);
  -ms-transform: translate(0, 0) rotate(-90deg);
  transform: translate(0, 0) rotate(-90deg);
}
.header.scrolled .buttonBottom .slideUp {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0) rotate(-90deg);
  -moz-transform: translate(0, 0) rotate(-90deg);
  -o-transform: translate(0, 0) rotate(-90deg);
  -ms-transform: translate(0, 0) rotate(-90deg);
  transform: translate(0, 0) rotate(-90deg);
}
.header .buttonBottom {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  text-align: left;
  transform-origin: left bottom;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header .buttonBottom .slideDown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 20px) rotate(-90deg);
  -moz-transform: translate(0, 20px) rotate(-90deg);
  -o-transform: translate(0, 20px) rotate(-90deg);
  -ms-transform: translate(0, 20px) rotate(-90deg);
  transform: translate(0, 20px) rotate(-90deg);
  color: #969697;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header .buttonBottom .slideDown:hover {
  color: #005db3;
}
.header .buttonBottom .slideDown span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.header .buttonBottom .slideDown span img {
  width: 9px;
  height: 14px;
}
.header .buttonBottom .slideUp {
  -webkit-transform: translate(0, 20px) rotate(-90deg);
  -moz-transform: translate(0, 20px) rotate(-90deg);
  -o-transform: translate(0, 20px) rotate(-90deg);
  -ms-transform: translate(0, 20px) rotate(-90deg);
  transform: translate(0, 20px) rotate(-90deg);
  color: #969697;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.header .buttonBottom .slideUp:hover {
  color: #005db3;
}
.header .buttonBottom .slideUp span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.header .buttonBottom .slideUp span img {
  width: 9px;
  height: 14px;
}
.protanelmark {
  position: relative;
  height: 100%;
}
.topSliderContainer {
  position: relative;
  /*min-height: 640px;*/
  height: 640px;
  max-height: 100%;
  overflow: hidden;
}
.topSliderContainer .topSlider {
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.topSliderContainer .topSlider .topSlide {
  height: 100%;
}
.topSliderContainer .topSlider .topSlide .hiddenLayer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.topSliderContainer .topSlider .topSlide .hiddenLayer.active {
  visibility: visible;
  opacity: 1;
}
.topSliderContainer .topSlider .topSlide .photo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% ; 
width: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center;
}
.topSliderContainer .topSlider .topSlide .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.topSliderContainer .topSlider .topSlide .content {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.topSliderContainer .topSlider .topSlide .content .place {
  color: #ffffff;
  padding: 0 0 20px 0;
}
.topSliderContainer .topSlider .topSlide .content .place i {
  font-size: 14px;
  margin-right: 10px;
}
.topSliderContainer .topSlider .topSlide .content h1 {
  font-size: 3.4vw;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 66.66%;
}
.topSliderContainer .topSlider .topSlide .content h1 strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.topSliderContainer .slick-list {
  height: 100%;
  position: relative;
}
.topSliderContainer .slick-track {
  height: 100%;
  position: relative;
}
.topSliderContainer .slick-prev {
  display: none;
}
.topSliderContainer .slick-next {
  display: none;
}
.topSliderContainer .navigation {
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 100%;
  z-index: 3;
  text-align: right;
  pointer-events: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.topSliderContainer .navigation .paging {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  color: #ffffff;
  font-size: 14px;
  pointer-events: auto !important;
}
.topSliderContainer .navigation .arrows {
  display: inline-block;
  vertical-align: middle;
  pointer-events: auto !important;
}
.topSliderContainer .navigation .dots {
  display: inline-block;
  vertical-align: middle;
  pointer-events: auto !important;
}
.topSliderContainer .navigation .dots a {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.5);
  margin-left: 18px;
}
.topSliderContainer .navigation .dots a:hover {
  background: #ffffff;
}
.topSliderContainer .navigation .dots a.current {
  background: #ffffff;
}
.topSliderContainer .buttons {
  position: fixed;
  top: 0px;
  padding: 20px 0px;
  right: 0;
  left: 0;
  text-align: right;
  z-index: 2;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 999
}
.topSliderContainer .buttons .button {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.topSliderContainer .tooltips {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.topSliderContainer .changeSlide {
  position: absolute;
  cursor: pointer;
}
.topSliderContainer .changeSlide .plus {
  width: 35px;
  height: 35px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff url(/resources/themes/pe/images/plus-blue.svg) center center no-repeat;
  background-size: 14px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.topSliderContainer .changeSlide .title {
  position: absolute;
  right: 0;
  color: #ffffff;
  padding-right: 55px;
  white-space: nowrap;
  top: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.topSliderContainer .changeSlide:hover .plus {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.topSliderContainer .point {
  position: absolute;
}
.topSliderContainer .point .circle {
  background: rgba(255, 255, 255, 0.7);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 8px;
}
.topSliderContainer .point .circle div {
  background: #004177;
  width: 8px;
  height: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.topSliderContainer .point .peTooltip {
  position: absolute;
  z-index: 5;
  width: 280px;
  margin-left: -130px;
  bottom: 0;
  visibility: hidden;
  padding-bottom: 50px;
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -ms-transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
.topSliderContainer .point .peTooltip .peTooltipContainer {
  background: #ffffff;
  position: relative;
  cursor: pointer;
}
.topSliderContainer .point .peTooltip .peTooltipContainer:hover .thumb div {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.topSliderContainer .point .peTooltip .showTooltip {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}
.topSliderContainer .point .peTooltip .triangle {
  position: absolute;
  bottom: -5px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  left: 50%;
  margin-left: -3px;
  transform: rotate(45deg);
  transform-origin: 20% 40%;
}
.topSliderContainer .point .peTooltip .thumb {
  height: 140px;
  overflow: hidden;
  position: relative;
}
.topSliderContainer .point .peTooltip .thumb div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-position: center center;
}
.topSliderContainer .point .peTooltip .title {
  padding: 22px 30px 19px 30px;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
}
.topSliderContainer .point .peTooltip .title div {
  position: relative;
}
.topSliderContainer .point .peTooltip .title span {
  position: absolute;
  right: 0;
  top: 5px;
}
.topSliderContainer .point .peTooltip .title span img {
  width: 10px;
}
.topSliderContainer .point:hover .peTooltip {
  opacity: 1;
  visibility: visible;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.topSliderContainer .point:hover .peTooltip .peTooltipContainer {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
}
.topSliderContainer .point:hover .circle {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  background: #ffffff;
}
.button.main a {
  display: inline-block;
  text-align: center;
  height: 50px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  display: block;
  line-height: 51px;
  padding: 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.button.arrow a {
  width: 45px;
  height: 45px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  background: url(/resources/themes/pe/images/arrow-right-white.svg) center center no-repeat;
  background-size: 18px;
}
.button.arrow a:hover {
  border: solid 1px #ffffff;
}
.button.showMore a {
  min-width: 120px;
  background: #004d94;
  color: #ffffff;
  display: inline-block;
}
.button.showMore a:hover {
  background: #005db3;
  color: #ffffff;
}
.button.showMore a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.button.showMore a span img {
  width: 8px;
}
.button.showMore2 a {
  min-width: 120px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: inline-block;
}
.button.showMore2 a:hover {
  border: solid 1px #ffffff;
  color: #ffffff;
}
.button.showMore2 a:hover span {
  opacity: 1;
}
.button.showMore2 a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.3;
}
.button.showMore2 a span img {
  width: 8px;
}
.button.steps {
  padding: 20px 0 0 0;
}
.button.steps a {
  
  color: #717171;
  display: inline-block;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.button.steps a strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.button.steps a:hover {
  background: #005db3;
  color: #ffffff;
  border: solid 1px #005db3;
}
.button.steps a:hover span svg polyline {
  stroke: #ffffff;
}
.button.steps a span {
  display: inline-block;
  vertical-align: 2px;
}

.button.steps a span svg polyline {
  fill: none;
  stroke: #005db3;
  stroke-miterlimit: 10;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.button.border2 a {
  min-width: 120px;
  color: #717171;
  display: inline-block;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.button.border2 a:hover {
  background: #005db3;
  color: #ffffff;
  border: solid 1px #005db3;
}
.button.border2 a:hover span svg polyline {
  stroke: #ffffff;
}
.button.border2 a span {
  display: inline-block;
  vertical-align: -2px;
  margin-left: 15px;
}
.button.border2 a span svg {
  width: 8px;
  height: 12px;
}
.button.border2 a span svg polyline {
  fill: none;
  stroke: #0F548F;
  stroke-miterlimit: 10;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.button.address a {
  min-width: 120px;
  color: #717171;
  display: inline-block;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.button.address a:hover {
  background: #005db3;
  color: #ffffff;
  border: solid 1px #005db3;
}
.button.address a:hover span svg polyline {
  stroke: #ffffff;
}
.button.address a span {
  display: inline-block;
  vertical-align: -4px;
  margin-right: 10px;
}
.button.address a span svg {
  width: 23px;
}
.button.address a span svg polyline {
  fill: none;
  stroke: #005db3;
  stroke-width: 5;
  stroke-miterlimit: 10;
}
.button.blue a {
  background: #004d94;
  color: #ffffff;
}
.button.blue a:hover {
  background: #005db3;
  color: #ffffff;
}
.button.blue a.showContact span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  opacity: 0.5;
}
.button.blue a.showContact span img {
  width: 18px;
  height: 18px;
}
.button.blue a.showConfigurator span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  opacity: 0.5;
}
.button.blue a.showConfigurator span img {
  width: 28px;
  height: 17px;
}
.button.slider {
  position: relative;
  display: inline-block;
  padding: 20px 0 20px 0;
  position: absolute;
  bottom: 85px;  
}
.button.slider a {
  background: #ffffff;
  color: #717171;
  height: 55px;
  line-height: 58px;
}
.button.slider a:hover {
  background: #005db3;
  color: #ffffff;
}
.button.slider a:hover span svg path {
  fill: #ffffff;
}
.button.slider a span {
  display: inline-block;
  vertical-align: -4px;
  margin-right: 10px;
}
.button.slider a span svg {
  width: 20px;
}
.button.slider a span svg path {
  fill: #004d94;
}
.button.border a {
  border: solid 1px rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.button.border a:hover {
  border: solid 1px #ffffff;
  color: #ffffff;
}
.button.border a.showContact span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.button.border a.showContact span img {
  width: 18px;
  height: 18px;
}
.button.border a.showConfigurator span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.button.border a.showConfigurator span img {
  width: 28px;
  height: 17px;
}
.button.lang a {
  border: solid 1px rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.button.lang a:hover {
  border: solid 1px #ffffff;
  color: #ffffff;
}
.button.lang a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.button.lang a span img {
  width: 12px;
  height: 8px;
}
.buttonPrev {
  width: 45px;
  height: 45px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  background: url(/resources/themes/pe/images/arrow-left-white.svg) center center no-repeat;
  background-size: 18px;
}
.buttonPrev:hover {
  border: solid 1px #ffffff;
}
.buttonPrev:hover.blackArrow span img {
  opacity: 1;
}
.buttonPrev:hover.whiteArrow span img {
  opacity: 1;
}
.buttonPrev.blackArrow {
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: none;
  text-align: center;
}
.buttonPrev.blackArrow span {
  display: inline-block;
  padding-top: 11px;
}
.buttonPrev.blackArrow span img {
  width: 18px;
  height: 18px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.5;
}
.buttonPrev.blackArrow.top span {
  padding-top: 11px;
  padding-right: 1px;
}
.buttonPrev.whiteArrow {
  border: solid 1px rgba(255, 255, 255, 0.1);
  background: none;
  text-align: center;
}
.buttonPrev.whiteArrow span {
  display: inline-block;
  padding-top: 13px;
}
.buttonPrev.whiteArrow span img {
  width: 18px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.5;
}
.buttonNext {
  width: 45px;
  height: 45px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  background: url(/resources/themes/pe/images/arrow-right-white.svg) center center no-repeat;
  background-size: 18px;
}
.buttonNext:hover {
  border: solid 1px #ffffff;
}
.buttonNext:hover.blackArrow span img {
  opacity: 1;
}
.buttonNext:hover.whiteArrow span img {
  opacity: 1;
}
.buttonNext.blackArrow {
  border: solid 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  background: none;
}
.buttonNext.blackArrow span {
  display: inline-block;
  padding-top: 11px;
  padding-right: 1px;
}
.buttonNext.blackArrow span img {
  width: 18px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.5;
}
.buttonNext.blackArrow.bottom span {
  padding-top: 11px;
  padding-right: 1px;
}
.buttonNext.whiteArrow {
  border: solid 1px rgba(255, 255, 255, 0.1);
  background: none;
  text-align: center;
}
.buttonNext.whiteArrow span {
  display: inline-block;
  padding-top: 13px;
}
.buttonNext.whiteArrow span img {
  width: 18px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.5;
}
.headline h1 {
  font-size: 2.7vw;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #0d283f;
  padding: 10px 0 30px;
}
.headline h2, .h2 {
  font-size: 1.95vw;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #0d283f;
  padding: 10px 0 40px;
  position: relative;
}
.headline h2:before {
  position: absolute;
  left: -15px;
  bottom: 20px;
  content: " ";
  width: 30px;
  height: 2px;
  background: #004a88;
}
.headline h3,
.headline .h3 {
  color: #7d7d7d;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.headline h4 {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #0d283f;
  padding: 10px 0 20px;
}
.headline .showAll {
  padding: 0 0 60px 0;
}
.section {
  
}
.sectionPadding {
  padding: 120px 0;
}
.sectionPaddingTop {
  padding: 120px 0 0 0;
}
.sectionPaddingMin {
  padding: 60px 0;
}
.sectionPaddingTopMin {
  padding: 60px 0 0 0;
}
.section.meetUs {
  background: #f7f7f7;
}
.section.meetUs .items {
  position: relative;
  margin: 0 -15px;
}
.section.meetUs .items .item {
  position: relative;
  float: left;
  width: 33.33%;
}
.section.meetUs .items .item.width2x {
  width: 66.66%;
}
.section.meetUs .items .item .itemContainer {
  background: #ffffff;
  margin: 15px;
  position: relative;
  height: 520px;
  overflow: hidden;
}
.section.meetUs .items .item .itemContainer a.link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}
.section.meetUs .items .item .itemContainer .photo {
  /*position: absolute; */
  top: 0;
  left: 0;

  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.section.meetUs .items .item .itemContainer .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
.section.meetUs .items .item .itemContainer .title {
  top: 0;
  left: 40px;
  right: 40px;
  padding: 30px 0 20px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  position: absolute;
  font-size: 1.75vw;
  color: #ffffff;
}
.section.meetUs .items .item .itemContainer .arrow {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.section.meetUs .items .item .itemContainer:hover .photo {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.section.meetUs .items .item .itemContainer:hover .mask {
  opacity: 0;
}
.section.meetUs .items .item .itemContainer:hover .arrow a {
  border: solid 1px #ffffff;
}
.section.services {
  background: #f7f7f7;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.section.halls {
  background: #ffffff;
}
.section.walk {
  background: #f7f7f7;
}
.section.walk .top {
  position: relative;
  padding-bottom: 12rem;
}
.section.walk .top .background {
  position: relative;
  overflow: hidden;
  height: 676px;
}
.section.walk .top .background .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.section.walk .top .background .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: rgba(0, 0, 0, 0.1);
}
.section.walk .top .background .icon {
  position: absolute;
  top: 180px;
  right: 20%;
}
.section.walk .top .content {
  position: absolute;
  top: 150px;
  left: 110px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 430px;
}
.section.walk .top .content .contentContainer {
  padding: 80px 60px 70px;
}
.section.walk .top .button {
  padding: 40px 0 0 0;
}
.section.walk .top:hover .background .photo {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.section.walk .top:hover .background .mask {
  opacity: 0;
}
.section.walk .top:hover .content {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
}
.section.walk .top.invert .content {
  left: auto;
  right: 110px;
}
.section.walk .top.invert .background .icon {
  right: auto;
  left: 20%;
}
.section.map {
  background: #ffffff;
}
.section.map .mapContainer {
  height: 580px;
  position: relative;
  overflow: hidden;
}
.section.map .mapContainer #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section.map .buttons {
  position: absolute;
  top: 0;
  width: 150px;
  background: #ffffff;
  right: 0;
  height: 100%;
}
.section.map .buttons .button {
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.section.map .buttons .button a.link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.section.map .buttons .button .buttonContainer {
  padding: 40px 0 0 0;
}
.section.map .buttons .button .icon {
  height: 80px;
}
.section.map .buttons .button .title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  color: #717171;
  padding: 15px 0 0 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.section.map .buttons .button:hover .title {
  color: #005db3;
}
.section.map .buttons .button.current {
  background: #004a88;
}
.section.map .buttons .button.current .title {
  color: #ffffff;
}
.section.map .buttons .button1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 33.33%;
  border-top: solid 1px #f7f7f7;
}
.section.map .buttons .button1 .icon {
  background: url(/resources/themes/pe/images/flag-1.svg) center center no-repeat;
  background-size: auto 50px;
  fill: red;
}
.section.map .buttons .button1.current .icon {
  background: url(/resources/themes/pe/images/flag-1-blue.svg) center center no-repeat;
  background-size: auto 50px;
}
.section.map .buttons .button2 {
  position: absolute;
  top: 33.33%;
  left: 0;
  width: 100%;
  height: 33.33%;
  border-top: solid 1px #f7f7f7;
}
.section.map .buttons .button2 .icon {
  background: url(/resources/themes/pe/images/map-2.svg) center center no-repeat;
  background-size: auto 70px;
}
.section.map .buttons .button2.current .icon {
  background: url(/resources/themes/pe/images/map-2-blue.svg) center center no-repeat;
  background-size: auto 70px;
}
.section.map .buttons .button3 {
  position: absolute;
  top: 66.66%;
  left: 0;
  width: 100%;
  height: 33.33%;
  border-top: solid 1px #f7f7f7;
}
.section.map .buttons .button3 .icon {
  background: url(/resources/themes/pe/images/map-3.svg) center center no-repeat;
  background-size: auto 70px;
}
.section.map .buttons .button3.current .icon {
  background: url(/resources/themes/pe/images/map-3-blue.svg) center center no-repeat;
  background-size: auto 70px;
}

.section.blog .items {
  font-size: 0;
  margin: 0 -5px;
  position: relative;
}
.section.blog .items .item {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}
.section.blog .items .item.withDesc .itemContainer .content {
  min-height: 360px;
}
.section.blog .items .item .itemContainer {
  background: #ffffff;
  margin: 5px;
  font-size: 14px;
  color: #000000;
  position: relative;
}
.section.blog .items .item .itemContainer .desc {
  padding: 0 0 20px 0;
  color: #8e8e8e;
}
.section.blog .items .item .itemContainer .thumb {
  position: relative;
  overflow: hidden;
  height: 390px;
}
.section.blog .items .item .itemContainer .thumb div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.section.blog .items .item .itemContainer .content {
  position: relative;
  background: #f7f7f7;
  padding: 50px;
  min-height: 250px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.section.blog .items .item .itemContainer .content .date {
  font-size: 12px;
  color: #b1b1b1;
}
.section.blog .items .item .itemContainer .content .title {
  font-size: 17px;
  padding: 10px 0 20px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.section.blog .items .item .itemContainer:hover .thumb div {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.section.customers {
  background: #ffffff;
}
.section.configurator {
  display: block;
}
.section.configurator .image {
  padding: 0;
  height: 450px;
  text-align: center;
}
.section.configurator .image img {
  max-width: 100%;
  display: inline-block;
}
.section.configurator .headline {
  position: relative;
}
.section.configurator .headline .pictogram {
  position: absolute;
  right: 0;
  bottom: 40px;
}
.section.configurator .headline .pictogram img {
  width: 30px;
}
.section.configurator .table .tableRow {
  display: table;
  width: 100%;
}
.section.configurator .table .tableRow .columnLeft {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #787878;
  text-transform: uppercase;
  width: 110px;
}
.section.configurator .table .tableRow .columnCenter {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.section.configurator .table .tableRow .columnRight {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 100px;
}
.section.configurator .table .tableRow .columnRight input {
  background: transparent;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: solid 1px rgba(0, 0, 0, 0.1);
  width: 65px;
  text-align: center;
  height: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin: 12px 0;
}
.section.article {
  background: #f7f7f7;
}
.section.dimensions {
  padding: 80px 0;
}
.section.dimensions .columns {
  font-size: 0;
}
.section.dimensions .columns .column {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.section.dimensions .columns .column .title {
  font-size: 22px;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.section.dimensions .columns .column .desc {
  font-size: 22px;
  color: #8e8e8e;
}
.section.dimensions .columns .column .icon {
  padding: 20px;
}
.section.contactHero {
  background: #003460;
  color: #ffffff;
  padding: 0 0 100px 0;
}
.section.contactHero .columns {
  display: table;
  width: 100%;
}
.section.contactHero .columns .columnLeft {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.section.contactHero .columns .columnRight {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.section.contactHero .columns .box {
  text-align: center;
  padding: 70px;
  min-height: 310px;
}
.section.contactHero .columns .box .top {
  font-size: 14px;
  color: #99b3c9;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.section.contactHero .columns .box .title {
  font-size: 27px;
  padding: 15px 0 25px 0;
}
.section.contactHero .columns .box .phone {
  font-size: 34px;
}
.section.contactHero .columns .box .phone span {
  height: 55px;
  width: 55px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.section.contactHero .columns .box .phone span i {
  font-size: 16px;
  text-align: center;
  line-height: 50px;
}
.section.contactHero .columns .box .button {
  display: inline-block;
}
.section.contactHero .columns .box1 {
  margin-right: 15px;
  background: #004a88;
}
.section.contactHero .columns .box2 {
  margin-left: 15px;
  background: #005ba6;
}
.section.contact {
  background: #f7f7f7;
  padding-bottom: 50px;
}
.section.contact .contactItems {
  margin: 0 -15px;
  padding-bottom: 50px;
}
.section.contact .contactItems .item {
  width: 25%;
}
.section.contact .contactItems .item .itemContainer {
  margin: 15px 15px 40px 15px;
}
.section.contact .contactItems.half .item {
  width: 50%;
}
.section.filters {
  padding: 20px 0 50px 0;
  overflow: visible !important;
}
.section.filters .title {
  font-size: 27px;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.section.filters .selectContainer {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
}
.section.filters .selectContainer .selectTitle {
  font-size: 27px;
  color: #000000;
  cursor: pointer;
}
.section.filters .selectContainer .selectTitle span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.section.filters .selectContainer .selectTitle span img {
  width: 12px;
}
.section.filters .selectContainer .selectButton {
  position: relative;
}
.section.filters .selectContainer .selectButton .selectDropdown {
  position: absolute;
  top: 45px;
  right: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  width: 240px;
  padding: 15px 0;
  opacity: 0;
  z-index: 111;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  visibility: hidden;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.section.filters .selectContainer .selectButton .selectDropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section.filters .selectContainer .selectButton .selectDropdown ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.section.filters .selectContainer .selectButton .selectDropdown ul li a {
  color: #717171;
  display: block;
  padding: 10px 30px;
}
.section.filters .selectContainer .selectButton .selectDropdown ul li a:hover {
  background: #005db3;
  color: #ffffff;
}
.section.filters .selectContainer .selectButton .selectDropdown ul li.current a {
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000000;
}
.section.filters .selectContainer .selectButton:hover .selectDropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section.realizations {
  background: #f7f7f7;
}
.section.realizations .arrows {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.section.realizations .items {
  position: relative;
  margin: 0 -15px;
  padding: 30px 0 50px;
}
.section.realizations .items .item {
  float: left;
  width: 50%;
}
.section.realizations .items .item .itemContainer {
  background: #ffffff;
  margin: 15px;
  position: relative;
}
.section.realizations .items .item .itemContainer a.link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.section.realizations .items .item .itemContainer .thumb {
  height: 475px;
  position: relative;
  overflow: hidden;
}
.section.realizations .items .item .itemContainer .thumb div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-position: center center;
}
.section.realizations .items .item .itemContainer .content {
  padding: 20px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.section.realizations .items .item .itemContainer .content .columns {
  display: table;
  width: 100%;
}
.section.realizations .items .item .itemContainer .content .columns .columnLeft {
  display: table-cell;
  vertical-align: middle;
}
.section.realizations .items .item .itemContainer .content .columns .columnLeft a {
  font-size: 19px;
  color: #000000;
}
.section.realizations .items .item .itemContainer .content .columns .columnRight {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.section.realizations .items .item .itemContainer .content .columns .columnRight .place {
  color: #bdbdbd;
}
.section.realizations .items .item .itemContainer .content .columns .columnRight .place i {
  font-size: 14px;
  margin-right: 10px;
}
.section.realizations .items .item .itemContainer:hover .thumb div {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.section.realizations .items .item .itemContainer:hover .content {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
}
.section.hallsOffer {
  background: #f7f7f7;
}
.section.hallsOffer .items .item {
  position: relative;
  padding-top: 80px;
}
.section.hallsOffer .items .item .itemContainer {
  position: relative;
  height: 540px;
}
.section.hallsOffer .items .item .itemContainer .contentColumn {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  z-index: 10;
  background: #ffffff;
  width: 40%;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section.hallsOffer .items .item .itemContainer .contentColumn .contentContainer {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.section.hallsOffer .items .item .itemContainer .contentColumn .contentContainer .contentMiddle {
  display: table-cell;
  vertical-align: middle;
  padding: 60px;
}
.section.hallsOffer .items .item .itemContainer .photoColumn {
  position: relative;
  height: 100%;
  width: 70%;
  float: right;
  overflow: hidden;
}
.section.hallsOffer .items .item .itemContainer .photoColumn .icon {
  position: absolute;
  z-index: 10;
  right: 70px;
  top: 70px;
}
.section.hallsOffer .items .item .itemContainer .photoColumn .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.section.hallsOffer .items .item .itemContainer:hover .photoColumn .photo {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.section.hallsOffer .items .item .itemContainer:hover .contentColumn {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.section.hallsOffer .items .item.invert .itemContainer .contentColumn {
  left: auto;
  right: 0;
}
.section.hallsOffer .items .item.invert .itemContainer .photoColumn {
  float: left;
}
.section.hallsOffer .items .item.invert .itemContainer .photoColumn .icon {
  right: auto;
  left: 70px;
}
.section.hallsOffer .button {
  padding: 30px 0 0 0;
}
.section.videos {
  background: #f7f7f7;
}
.section.videos .item {
  position: relative;
}
.section.videos .item .itemContainer {
  position: relative;
  background: #ffffff;
}
.section.videos .item .itemContainer a.link {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 11;
  display: block;
  cursor: pointer;
}
.section.videos .item .itemContainer .icon {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
}
.section.videos .item .itemContainer .thumb {
  height: 320px;
  overflow: hidden;
  position: relative;
}
.section.videos .item .itemContainer .thumb div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.section.videos .item .itemContainer .content {
  padding: 40px;
  font-size: 19px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.section.videos .item .itemContainer:hover .thumb div {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.section.videos .item .itemContainer:hover .content {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
}
.sizesSliderContainer {
  position: relative;
  padding: 0 80px;
  overflow: hidden;
}
.sizesSliderContainer .paging {
  -webkit-transform: translate(0, 0) rotate(-90deg);
  -moz-transform: translate(0, 0) rotate(-90deg);
  -o-transform: translate(0, 0) rotate(-90deg);
  -ms-transform: translate(0, 0) rotate(-90deg);
  transform: translate(0, 0) rotate(-90deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.sizesSliderContainer .paging .current {
  color: #000000;
}
.sizesSliderContainer .arrows {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
}
.sizesSliderContainer .arrows .buttonPrev {
  display: block;
  margin: 5px 0;
}
.sizesSliderContainer .arrows .buttonNext {
  display: block;
  margin: 5px 0;
}
.sizesSliderContainer .sizesSlider {
  position: relative;
}
.sizesSliderContainer .sizesSlider .sizesSlide {
  position: relative;
}
.sizesSliderContainer .sizesSlider .slick-prev {
  display: none;
}
.sizesSliderContainer .sizesSlider .slick-next {
  display: none;
}
.sizesSliderContainer .columns .columnLeft {
  float: right;
  width: 55%;
}
.sizesSliderContainer .columns .columnRight {
  float: left;
  width: 45%;
}
.sizesSliderContainer .grayBox {
  background: #f7f7f7;
  padding: 30px;
  margin-right: 30px;
}
.sizesSliderContainer .grayBox table {
  width: 100%;
  font-size: 15px;
  table-layout: fixed;
}
.sizesSliderContainer .grayBox table .label {
  padding: 5px 10px 5px 0;
  text-transform: uppercase;
}
.sizesSliderContainer .grayBox table .value {
  padding: 5px 0;
  color: #000000;
}
.sizesSliderContainer .grayBox table tr td {
  vertical-align: top;
}
.sizesSliderContainer .photo {
  text-align: center;
  position: relative;
}
.sizesSliderContainer .photo img {
  max-width: 100%;
  display: inline-block;
}
.sizesSliderContainer .contentBox {
  position: relative;
  padding: 40px 0 0 0;
}
.sizesSliderContainer .contentBox .button {
  padding: 50px 0 0 0;
}
.sizesSliderContainer .contentBox .desc {
  position: relative;
  margin: -20px 0 0 0;
  padding-bottom: 30px;
  font-size: 19px;
  color: #000000;
}
.amountItems {
  text-transform: uppercase;
  display: inline-block;
}
.amountItems .label {
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
}
.amountItems ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.amountItems ul li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  position: relative;
}
.amountItems ul li a {
  color: #717171;
  min-width: 15px;
  display: block;
  text-align: center;
}
.amountItems ul li a:hover {
  color: #000000;
}
.amountItems ul li.current a {
  color: #000000;
  padding-bottom: 4px;
  padding-top: 7px;
  border-bottom: solid 3px #005db3;
}
.pagination {
  display: inline-block;
  vertical-align: middle;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.pagination ul li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  position: relative;
}
.pagination ul li a {
  color: #717171;
  min-width: 15px;
  display: block;
  text-align: center;
}
.pagination ul li a:hover {
  color: #000000;
}
.pagination ul li.current a {
  color: #000000;
  padding-bottom: 4px;
  padding-top: 7px;
  border-bottom: solid 3px #005db3;
}
.footerContact {
  position: relative;
}
.footerContact .address {
  font-size: 19px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000000;
}
.footerContact .contactData {
  margin-top: 30px;
}
.footerContact .contactDataRow {
  display: table;
  width: 100%;
}
.footerContact .contactDataRow .label {
  display: table-cell;
  vertical-align: top;
  width: 60px;
  color: #000000;
  padding-top: 5px;
}
.footerContact .contactDataRow .count {
  display: table-cell;
  vertical-align: top;
  padding-top: 5px;
}
.footerContact .title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000000;
  padding-bottom: 8px;
}
.footerContact .other {
  padding: 20px 0 0 0;
}
.footerContact a {
  color: #717171;
}
.footerContact a:hover {
  color: #005db3;
}
.footerBoxes .footerBoxesContainer {
  display: table;
  width: 100%;
}
.footerBoxes .footerBoxesContainer .box {
  display: table-cell;
  vertical-align: top;
  width: 33.33%;
  color: #ffffff;
}
.footerBoxes .footerBoxesContainer .box .boxContainer {
  padding: 150px 0 150px 70px;
}
.footerBoxes .footerBoxesContainer .box1 {
  background: #004a88;
}
.footerBoxes .footerBoxesContainer .box2 {
  background: #00427b;
}
.footerBoxes .footerBoxesContainer .box3 {
  background: #003460;
}
.footerBoxes .footerBoxesContainer .title {
  font-size: 31px;
  padding: 0 0 20px 0;
}
.footerBoxes .footerBoxesContainer .phone {
  font-size: 34px;
}
.footerBoxes .footerBoxesContainer .phone span {
  height: 55px;
  width: 55px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.footerBoxes .footerBoxesContainer .phone span i {
  font-size: 16px;
  text-align: center;
  line-height: 50px;
}
.footerBoxes .footerBoxesContainer .button {
  display: inline-block;
}
.footer {
  background: #0d283f;
  color: #ffffff;
  padding: 70px 0;
}
.footer .nav {
  padding: 10px 0 0 0;
}
.footer .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  padding-right: 40px;
}
.footer .nav ul li a {
  color: #ffffff;
}
.footer .nav ul li a:hover {
  color: #8d8f96;
}
.footer .buttons .button {
  display: inline-block;
  vertical-align: middle;
}
.footer p {
  color: #8d8f96;
}
.footer .social {
  padding: 40px 0 60px 0;
}
.footer .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .social ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding-right: 25px;
}
.footer .social ul li a {
  display: block;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.1);
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer .social ul li a i {
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer .social ul li a:hover {
  border: solid 1px #ffffff;
}
.copyright {
  background: #0d283f;
  color: #ffffff;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  padding: 80px 0;
  color: #8d8f96;
  text-align: center;
}
.copyright .logo {
  padding: 20px 0 40px 0;
}
.copyright strong {
  color: #ffffff;
}
.langAside {
  width: 270px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: #ffffff;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(60px, 0);
  -moz-transform: translate(60px, 0);
  -o-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
  overflow-y: scroll;
}
.langAside.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.langAside .langAsideContainer {
  padding: 35px 35px 70px 70px;
  position: relative;
}
.langAside .closeLangAside {
  text-align: right;
}
.langAside .closeLangAside img {
  width: 20px;
  display: inline-block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.langAside .closeLangAside a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.3;
}
.langAside .closeLangAside a:hover {
  opacity: 1;
}
.langAside .closeLangAside a:hover img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.langAside .title {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 5px 0 0 0;
}
.langAside ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 7px 0 0 0;
}
.langAside ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 2px 0;
  font-size: 16px; 
}
.langAside ul li a {
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #000000;
}
.langAside ul li a span {
  padding-right: 30px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.langAside ul li a:hover {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.langAside ul li a:hover span {
  padding-left: 12px;
}
.tooltipAside {
  width: 100%;
  max-width: 560px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: #ffffff;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(60px, 0);
  -moz-transform: translate(60px, 0);
  -o-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
  overflow-y: scroll;
}
.tooltipAside.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.tooltipAside .thumb {
  height: 310px;
  overflow: hidden;
  position: relative;
}
.tooltipAside .thumb div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-position: center center;
}
.tooltipAside .content {
  padding: 50px;
}
.tooltipAside .button {
  padding: 30px 0 0 0;
}
.tooltipAside .tooltipSlider {
  overflow: hidden;
}
.tooltipAside .closeTooltipAside {
  position: absolute;
  top: 60px;
  left: 50px;
  z-index: 10;
}
.tooltipAside .closeTooltipAside a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding-left: 40px;
}
.tooltipAside .closeTooltipAside a span {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  left: 0;
  top: -5px;
}
.tooltipAside .closeTooltipAside a span img {
  width: 22px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.tooltipAside .closeTooltipAside a:hover {
  color: #ffffff;
}
.tooltipAside .closeTooltipAside a:hover span {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tooltipAside .arrows {
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 10;
}
.tooltipAside .paging {
  position: absolute;
  right: 180px;
  top: 62px;
  z-index: 10;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.contactAside {
  width: 100%;
  max-width: 960px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: #f7f7f7;
  z-index: 10001;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(60px, 0);
  -moz-transform: translate(60px, 0);
  -o-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
  overflow-y: scroll;
}
.contactAside.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.contactAside .contactAsideContainer {
  padding: 50px;
  position: relative;
}
.contactAside .contactAsideContainer:last-of-type {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.contactAside .closeContactAside {
  position: absolute;
  top: 60px;
  right: 50px;
}
.contactAside .closeContactAside img {
  width: 20px;
  display: inline-block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.contactAside .closeContactAside a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
.contactAside .closeContactAside a:hover img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pageMask {
  position: fixed;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pageMask.active {
  visibility: visible;
  opacity: 1;
}
.contactForm {
  width: 66.66%;
}
.contactForm .inputContainer {
  padding-bottom: 10px;
}
.contactForm .inputContainer input {
  width: 100%;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  padding: 4px 20px 0 20px;
  height: 46px;
}
.contactForm .inputContainer textarea {
  width: 100%;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  padding: 15px 20px;
  height: 200px;
  resize: none;
}
.contactItems {
  margin: 0 -5px;
  position: relative;
  font-size: 0;
}
.contactItems .item {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.contactItems .item .itemContainer {
  background: #ffffff;
  margin: 5px;
  font-size: 15px;
  color: #000000;
  position: relative;
}
.contactItems .item .itemContainer .thumb {
  position: relative;
  overflow: hidden;
  height: 390px;
}
.contactItems .item .itemContainer .thumb div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.contactItems .item .itemContainer .content {
  position: relative;
  margin-top: -30px;
  background: #ffffff;
  padding: 25px 20px;
  min-height: 200px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.contactItems .item .itemContainer .content .name {
  font-size: 19px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.contactItems .item .itemContainer .content .type {
  font-size: 15px;
  padding-bottom: 10px;
}
.contactItems .item .itemContainer .content .data {
  font-size: 14px;
  color: #8e8e8e;
}
.contactItems .item .itemContainer .content .data strong {
  color: #000000;
}
.contactItems .item .itemContainer .content .data a {
  color: #8e8e8e;
}
.contactItems .item .itemContainer .content .data a:hover {
  color: #005db3;
}
.contactItems .item .itemContainer:hover .thumb div {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.fullMenu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  color: #000000;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.fullMenu.active {
  visibility: visible;
  opacity: 1;
}
.fullMenu.active .whiteColumn {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fullMenu.active .blueBox {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fullMenu.active .navyBox {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fullMenu .whiteColumn {
  position: absolute;
  top: 0;
  left: 170px;
  width: 55%;
  height: 100%;
  -webkit-transform: translate(-60px, 0);
  -moz-transform: translate(-60px, 0);
  -o-transform: translate(-60px, 0);
  -ms-transform: translate(-60px, 0);
  transform: translate(-60px, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fullMenu .whiteColumn .whiteColumnContainer {
  display: table;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.fullMenu .whiteColumn .whiteColumnContainer > div {
  display: table-cell;
  vertical-align: middle;
}
.fullMenu .logo {
  position: absolute;
  top: 70px;
  padding-left: 40px;
}
.fullMenu .blueBox {
  position: absolute;
  top: 0;
  right: 0;
  height: 50%;
  width: 450px;
  background: #004a88;
  -webkit-transform: translate(60px, 0);
  -moz-transform: translate(60px, 0);
  -o-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #ffffff;
  z-index: 10000;
}
.fullMenu .blueBox .top {
  position: absolute;
  top: 70px;
  left: 70px;
  font-size: 14px;
  color: #99b3c9;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.fullMenu .blueBox .bottom {
  position: absolute;
  bottom: 70px;
  left: 70px;
  right: 70px;
}
.fullMenu .blueBox .bottom .phone {
  font-size: 36px!important;
}
.fullMenu .blueBox .bottom .phone span {
  height: 55px;
  width: 55px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.fullMenu .blueBox .bottom .phone span i {
  font-size: 18px;
  text-align: center;
  line-height: 50px;
}
.fullMenu .navyBox {
  position: absolute;
  top: 50%;
  right: 0;
  height: 50%;
  width: 450px;
  background: #003460;
  -webkit-transform: translate(60px, 0);
  -moz-transform: translate(60px, 0);
  -o-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #ffffff;
  z-index: 10000;
}
.fullMenu .navyBox .top {
  position: absolute;
  top: 70px;
  left: 70px;
  right: 50px;
}
.fullMenu .navyBox .top .button {
  display: inline-block;
}
.fullMenu .navyBox .social {
  position: absolute;
  left: 70px;
  bottom: 100px;
}
.fullMenu .navyBox .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fullMenu .navyBox .social ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}
.fullMenu .navyBox .social ul li a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #99b3c9;
  font-size: 22px;
}
.fullMenu .navyBox .social ul li a:hover {
  color: #ffffff;
}
.fullMenu .title {
  font-size: 23px;
  padding: 0 0 20px 0;
}
.fullMenu .closeFullMenu {
  top: 0;
  height: 100%;
  position: absolute;
  left: 0;
  width: 113px;
  text-align: center;
  z-index: 10000;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fullMenu .closeFullMenu:hover a img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.fullMenu .closeFullMenu a {
  display: inline-block;
  position: relative;
  top: 50%;
}
.fullMenu .closeFullMenu a img {
  margin-top: -5px;
  width: 20px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fullMenu .nav {
  display: table;
  width: 100%;
}
.fullMenu .nav .columnLeft {
  display: table-cell;
  vertical-align: top;
  padding-top: 90px;
  width: 50%;
}
.fullMenu .nav .columnRight {
  position: absolute;
  display: table-cell;
  vertical-align: top;
  padding-top: 90px;
  width: 70%;
}
.fullMenu .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fullMenu .nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  transform: translate(20px, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fullMenu .nav ul li.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.fullMenu .nav ul li a {
  font-size: 1.4vw;
  color: #000000;
  padding-left: 20px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fullMenu .nav ul li a span {
  display: inline-block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  vertical-align: middle;
  margin-right: 20px;
  height: 2px;
  background: #005db3;
  width: 0;
}
.fullMenu .nav ul li a:hover {
  padding-left: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fullMenu .nav ul li a:hover span {
  width: 40px;
}
.servicesSliderContainer {
  position: relative;
  height: 780px;
  overflow: hidden;
  margin-top: 70px;
}
.servicesSliderContainer:hover .photo {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.servicesSliderContainer .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.servicesSliderContainer .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.servicesSliderContainer .serviceSlider {
  position: relative;
  z-index: 5;
  color: #ffffff;
  height: 100%;
}
.servicesSliderContainer .serviceSlider .serviceSlide {
  position: relative;
  height: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: inset 100px 0px 100px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 100px 0px 100px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 100px 0px 100px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0);
}
.servicesSliderContainer .serviceSlider .serviceSlide:hover {
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0), 0px 20px 60px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0), 0px 20px 60px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0), 0px 20px 60px 0px rgba(0, 0, 0, 0.25);
}
.servicesSliderContainer .serviceSlider .serviceSlide:hover .mask {
  opacity: 0.7;
}
.servicesSliderContainer .serviceSlider .serviceSlide:hover .titleContainer {
  background: #ffffff;
  color: #000000;
}
.servicesSliderContainer .serviceSlider .serviceSlide:hover .titleContainer .title span {
  width: 30px;
}
.servicesSliderContainer .serviceSlider .serviceSlide .titleContainer {
  position: relative;
  z-index: 5;
}
.servicesSliderContainer .slick-list {
  height: 100%;
  position: relative;
}
.servicesSliderContainer .slick-track {
  height: 100%;
  position: relative;
}
.servicesSliderContainer .titleContainer {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.servicesSliderContainer .titleContainer .title {
  padding: 45px 40px 40px 0;
  min-height: 150px;
  margin: 0 0 0 40px;
  font-size: 1.7vw;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.servicesSliderContainer .titleContainer .title span {
  position: absolute;
  left: -50px;
  width: 0;
  height: 2px;
  background: #004a88;
  display: block;
  top: 57px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.servicesSliderContainer .icon {
  position: relative;
  z-index: 5;
  padding: 40px;
}
.servicesSliderContainer a.link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.servicesSliderContainer .button {
  position: absolute;
  left: 40px;
  bottom: 60px;
  z-index: 10000;
}
.hallsSlider1 {
  height: 910px;
  position: relative;
  overflow: hidden;
}
.hallsSlider1 .hallsSlide {
  position: relative;
  height: 100%;
}
.hallsSlider1 .hallsSlide .photo {
/*  position: absolute; */
  top: 0;
  left: 0;
  height: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.hallsSlider1 .hallsSlide .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.hallsSlider1 .hallsSlide:hover .photo {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.hallsSlider1 .hallsSlide:hover .content .box {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
}
.hallsSlider1 .slick-list {
  height: 100%;
  position: relative;
}
.hallsSlider1 .slick-track {
  height: 100%;
  position: relative;
}
.hallsSlider1 .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.hallsSlider1 .content .wrapper {
  position: relative;
}
.hallsSlider1 .content .contentBox {
  bottom: 70px;
  position: absolute;
  width: 50%;
  left: 0;
  z-index: 10;
}
.hallsSlider1 .content .contentBox .name {
  color: #ffffff;
  padding-right: 50px;
  font-size: 3.3vw;
  line-height: 1.1;
  padding-bottom: 50px;
}
.hallsSlider1 .content .box {
  bottom: 0;
  position: absolute;
  left: 50%;
  width: 50%;
  background: #ffffff;
  color: #000000;
  min-height: 390px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.hallsSlider1 .content .box .boxContainer {
  padding: 60px;
  position: relative;
}
.hallsSlider1 .content .title {
  font-size: 27px;
  padding: 15px 0 10px 0;
}
.hallsSlider1 .content .desc {
  color: #8e8e8e;
}
.hallsSlider1 .content .bottom {
  display: table;
  width: 100%;
  margin-top: 30px;
}
.hallsSlider1 .content .bottom .columnLeft {
  display: table-cell;
  vertical-align: middle;
}
.hallsSlider1 .content .bottom .columnRight {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.hallsSlider1 .slick-prev {
  display: none;
}
.hallsSlider1 .slick-next {
  display: none;
}
.hallsSlider2 {
  height: 910px;
  position: relative;
  overflow: hidden;
}
.hallsSlider2 .hallsSlide {
  position: relative;
  height: 100%;
}
.hallsSlider2 .hallsSlide .photo {
/*  position: absolute; */
  top: 0;
  left: 0;
  height: 100%;

  -webkit-background-size: cover ;
  -moz-background-size: cover ;
  -o-background-size: cover ;
  background-size: cover ;
  background-position: center center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.hallsSlider2 .hallsSlide .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 66%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 66%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 66%, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.hallsSlider2 .hallsSlide:hover .photo {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.hallsSlider2 .hallsSlide:hover .content .box {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
}
.hallsSlider2 .slick-list {
  height: 100%;
  position: relative;
}
.hallsSlider2 .slick-track {
  height: 100%;
  position: relative;
}
.hallsSlider2 .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hallsSlider2 .content .wrapper {
  position: relative;
}
.hallsSlider2 .content .contentBox {
  top: 70px;
  position: absolute;
  width: 50%;
  right: 0;
  z-index: 10;
  text-align: right;
}
.hallsSlider2 .content .contentBox .name {
  color: #ffffff;
  padding-left: 50px;
  font-size: 3.4vw;
  line-height: 1.1;
  padding-top: 50px;
}
.hallsSlider2 .content .box {
  top: 0;
  position: absolute;
  right: 50%;
  width: 50%;
  background: #004177;
  color: #ffffff;
  min-height: 390px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.hallsSlider2 .content .box .boxContainer {
  padding: 60px;
  position: relative;
}
.hallsSlider2 .content .title {
  font-size: 29px;
  padding: 15px 0 10px 0;
}
.hallsSlider2 .content .desc {
  color: rgba(255, 255, 255, 0.6);
}
.content .desc{}

.hallsSlider2 .content .bottom {
  display: table;
  width: 100%;
  margin-top: 30px;
}
.hallsSlider2 .content .bottom .columnLeft {
  display: table-cell;
  vertical-align: middle;
}
.hallsSlider2 .content .bottom .columnRight {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.hallsSlider2 .slick-prev {
  display: none;
}
.hallsSlider2 .slick-next {
  display: none;
}
.caseStudiesSliderContainer {
  position: relative;
  padding: 0 80px;
  overflow: hidden;
}
.caseStudiesSliderContainer .paging {
  -webkit-transform: translate(0, 0) rotate(-90deg);
  -moz-transform: translate(0, 0) rotate(-90deg);
  -o-transform: translate(0, 0) rotate(-90deg);
  -ms-transform: translate(0, 0) rotate(-90deg);
  transform: translate(0, 0) rotate(-90deg);
  position: absolute;
  right: 0;
  top: 35%;
  margin-top: 20px;
}
.caseStudiesSliderContainer .paging .current {
  color: #000000;
}
.caseStudiesSliderContainer .arrows {
  position: absolute;
  left: 0;
  top: 35%;
}
.caseStudiesSliderContainer .arrows .buttonPrev {
  display: block;
  margin: 5px 0;
}
.caseStudiesSliderContainer .arrows .buttonNext {
  display: block;
  margin: 5px 0;
}
.caseStudiesSliderContainer .caseStudiesSlider {
  position: relative;
  overflow: hidden;
}
.caseStudiesSliderContainer .caseStudiesSlider .caseStudiesSlide {
  margin-bottom: 100px;
}
.caseStudiesSliderContainer .caseStudiesSlider .caseStudiesSlide .top {
  overflow: hidden;
  height: 780px;
  position: relative;
}
.caseStudiesSliderContainer .caseStudiesSlider .caseStudiesSlide .top .photo {
  top: 0;
  left: 0;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.caseStudiesSliderContainer .caseStudiesSlider .caseStudiesSlide .top .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: rgba(0, 0, 0, 0.1);
}
.caseStudiesSliderContainer .caseStudiesSlider .caseStudiesSlide .content {
  margin: 0 180px;
  margin-top: -60px;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.caseStudiesSliderContainer .caseStudiesSlider .caseStudiesSlide .content .contentContainer {
  padding: 30px 80px 30px;
}
.caseStudiesSliderContainer .caseStudiesSlider .caseStudiesSlide:hover .top .photo {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.caseStudiesSliderContainer .caseStudiesSlider .caseStudiesSlide:hover .top .mask {
  opacity: 0;
}
.caseStudiesSliderContainer .caseStudiesSlider .caseStudiesSlide:hover .content {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
}
.caseStudiesSliderContainer .columns {
  display: table;
  width: 100%;
}
.caseStudiesSliderContainer .columns .columnLeft {
  display: table-cell;
  vertical-align: middle;
}
.caseStudiesSliderContainer .columns .columnRight {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.caseStudiesSliderContainer .columns .place {
  color: #bdbdbd;
}
.caseStudiesSliderContainer .columns .place i {
  font-size: 14px;
  margin-right: 10px;
}
.caseStudiesSliderContainer .columns .title {
  font-size: 27px;
  color: #000000;
}
.caseStudiesSliderContainer .slick-prev {
  display: none;
}
.caseStudiesSliderContainer .slick-next {
  display: none;
}
.desc {
  padding-bottom: 20px;
}
.desc.max50 {
  max-width: 520px;
}
.desc .lead {
  font-size: 23px;
  color: #000000;
}
.desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px 0 35px 0;
}
.desc ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 3px 20px 3px 50px;
  position: relative;
}
.desc ul li:before {
  content: " ";
  position: absolute;
  left: 20px;
  width: 8px;
  top: 11px;
  height: 3px;
  background: #004a88;
}
.desc p a {
  color: #000000;
  text-decoration: underline !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.desc p a:hover {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.desc h3 {
  font-size: 2.1vw;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  padding: 40px 0 10px;
  color: #000000;
}
.showAll {
  padding: 60px 0 0 0;
}
.logoSliderContainer {
  position: relative;
}
.logoSliderContainer .arrows {
  position: absolute;
  right: 0;
  top: 0;
}
.logoSliderContainer .arrows .buttonPrev {
  display: block;
  margin: 5px 0;
}
.logoSliderContainer .arrows .buttonNext {
  display: block;
  margin: 5px 0;
}
.logoSlider {
  height: 90px;
  font-size: 0;
  margin: 0 80px;
  overflow: hidden;
}
.logoSlider .slick-prev {
  display: none;
}
.logoSlider .slick-next {
  display: none;
}
.logoSlider .logoSlide {
  height: 90px;
  text-align: center;
}
.logoSlider .logo {
  display: inline-block;
  vertical-align: center;
  width: 25%;
  padding: 20px 15px;
}
.logoSlider .logo img {
  display: inline-block;
  max-width: 100%;
  max-height: 60px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.3;
}
.logoSlider .logo a:hover img {
  opacity: 1;
}
.breadcrumbs {
  padding: 40px 0;
}
.breadcrumbs.bgGray {
  background: #f7f7f7;
}
.breadcrumbs.bgBlue {
  background: #003460;
}
.breadcrumbs.bgBlue ul li {
  color: #ffffff;
}
.breadcrumbs.bgBlue ul li a {
  color: #ffffff;
}
.breadcrumbs.bgBlue ul li a:hover {
  color: #99b3c9;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  font-size: 14px;
  color: #8c8c8c;
}
.breadcrumbs ul li a {
  color: #8c8c8c;
}
.breadcrumbs ul li a:hover {
  color: #005db3;
}
.breadcrumbs ul li span {
  padding: 0 7px;
}
.breadcrumbs ul li:last-of-type span {
  display: none;
}
.bgGray {
  background: #f7f7f7;
}
.bgWhite {
  background: #ffffff;
}
.photoContentBox1 {
  position: relative;
}
.photoContentBox1 .itemContainer {
  position: relative;
  height: 640px;
}
.photoContentBox1 .itemContainer .contentColumn {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10;
  width: 50%;
}
.photoContentBox1 .itemContainer .contentColumn .contentContainer {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.photoContentBox1 .itemContainer .contentColumn .contentContainer .contentMiddle {
  display: table-cell;
  vertical-align: middle;
}
.photoContentBox1 .itemContainer .contentColumn .contentContainer .contentMiddle .contentMiddleContainer {
  padding: 60px;
  background: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.photoContentBox1 .itemContainer .button {
  padding: 30px 0 0 0;
}
.photoContentBox1 .itemContainer .photoColumn {
  position: relative;
  width: 80%;
  height: 100%;
  float: right;
  overflow: hidden;
}
.photoContentBox1 .itemContainer .photoColumn .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.photoContentBox1 .itemContainer:hover .photoColumn .photo {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.photoContentBox1 .itemContainer:hover .contentColumn .contentContainer .contentMiddle .contentMiddleContainer {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
}
.photoContentBox1.invert .itemContainer .contentColumn {
  left: auto;
  right: 0;
}
.photoContentBox1.invert .itemContainer .photoColumn {
  float: left;
}
.photoContentBox2 .content {
  max-width: 420px;
}
.photoContentBox2 .content.columnRight {
  max-width: none;
  padding-left: 40px;
}
.photoContentBox2 .button {
  padding: 30px 0 0;
}
.photoContentBox3 {
  padding-bottom: 220px;
}
.photoContentBox3 .photoContainer {
  height: 600px;
  position: relative;
  overflow: hidden;
}
.photoContentBox3 .photoContainer .photo {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  
  height: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.photoContentBox3 h2 {
  font-size: 1.7vw;
}
.photoContentBox3 .columnContent {
  margin-top: -220px;
  position: relative;
  padding-bottom: 220px;
}
.photoContentBox3 .columnContent .columnContainer {
  background: #ffffff;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 50%;
  padding: 50px 70px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.photoContentBox3 .columnContent.translate .columnContainer {
  left: 70px;
}
.photoContentBox3 .columnContent.alignToRight .columnContainer {
  left: auto;
  right: 0;
}
.photoContentBox3 .columnContent.alignToRight.translate .columnContainer {
  right: 60px;
}
.photoContentBox3 .icon {
  padding-bottom: 10px;
}
.photoContentBox3:hover .photoContainer .photo {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.photoContentBox3:hover .columnContent .columnContainer {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
}
.imageWithZoom img {
  width: 100%;
  pointer-events: none;
  display: block;
}
.imageWithZoom .imageWithZoomContainer {
  overflow: hidden;
  position: relative;
}
.imageWithZoom .imageWithZoomContainer .photo {

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 10;
}
.imageWithZoom .imageWithZoomContainer:hover .photo {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.vertical-align {
  display: flex;
  align-items: center;
}
.borderTop {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.menuHeader {
  z-index: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  position: fixed;
  background: #ffffff;
  display: none;
}
.menuHeader.menuMobileActive .menuHeaderContainer .hamburger {
  display: none;
}
.menuHeader.menuMobileActive .menuHeaderContainer .closee {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 20px 0 20px;
  text-align: right;
}
.menuHeader.menuMobileActive .menuHeaderContainer .closee .closeMobileMenu {
  display: inline-block;
}
.menuHeader.menuMobileActive .menuHeaderContainer .closee .closeMobileMenu img {
  width: 22px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menuHeader.menuMobileActive .menuHeaderContainer .closee .closeMobileMenu:hover img {
  -webkit-transform: translate(0, 0) rotate(-90deg);
  -moz-transform: translate(0, 0) rotate(-90deg);
  -o-transform: translate(0, 0) rotate(-90deg);
  -ms-transform: translate(0, 0) rotate(-90deg);
  transform: translate(0, 0) rotate(-90deg);
}
.menuHeader .menuHeaderContainer {
  display: table;
  width: 100%;
}
.menuHeader .menuHeaderContainer .logo {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0 0 20px;
}
.menuHeader .menuHeaderContainer .hamburger {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 20px 20px 0 0;
}
.menuHeader .menuHeaderContainer .hamburger a {
  display: inline-block;
  text-align: right;
}
.menuHeader .menuHeaderContainer .hamburger a .line1 {
  width: 30px;
  display: block;
  height: 2px;
  margin: 3px auto;
  background: #004177;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menuHeader .menuHeaderContainer .hamburger a .line2 {
  width: 20px;
  display: block;
  height: 2px;
  margin: 3px 0 3px 10px;
  background: #004177;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menuHeader .menuHeaderContainer .hamburger a:hover .line2 {
  width: 30px;
  margin: 3px 0 3px 0;
}
.menuMobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(60px, 0);
  -moz-transform: translate(60px, 0);
  -o-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
  overflow-y: scroll;
}
.menuMobile.active {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(60px, 0);
  -moz-transform: translate(60px, 0);
  -o-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
}
.menuMobile .menuMobileContainer {
  padding: 70px 0 0 0;
}
.menuMobile .searchBox {
  padding: 0 20px 20px 20px;
  position: relative;
}
.menuMobile .searchBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: #ffffff url(/resources/themes/pe/images/arrow-bottom-gray.svg) 50px center no-repeat;
  background-size: 11px auto;
  border: solid 1px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #848484;
  padding: 12px;
}
.menuMobile ul.navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 30px;
}
.menuMobile ul.navigation > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuMobile ul.navigation > li > a {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000 !important;
  display: block;
  padding: 7px 35px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.menuMobile ul.navigation > li > a:hover {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.menuMobile ul.navigation > li > a:hover:before {
  width: 20px;
}
.menuMobile ul.navigation > li > a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.menuMobile ul.navigation > li > a span img {
  width: 11px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menuMobile ul.navigation > li > a:before {
  content: " ";
  position: absolute;
  top: 16px;
  left: 0;
  height: 2px;
  width: 0px;
  background: #005db3;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menuMobile ul.navigation > li.showed > a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.menuMobile ul.navigation > li.showed > a span img {
  -webkit-transform: translate(0, 0) rotate(-180deg);
  -moz-transform: translate(0, 0) rotate(-180deg);
  -o-transform: translate(0, 0) rotate(-180deg);
  -ms-transform: translate(0, 0) rotate(-180deg);
  transform: translate(0, 0) rotate(-180deg);
}
.menuMobile ul.navigation > li > ul {
  padding-bottom: 10px;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuMobile ul.navigation > li > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuMobile ul.navigation > li > ul > li > a {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000000 !important;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  padding: 7px 35px 7px 60px;
  color: #000000;
}
.menuMobile ul.navigation > li > ul > li > a:before {
  content: " ";
  position: absolute;
  top: 16px;
  left: 0;
  height: 2px;
  width: 0px;
  background: #005db3;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menuMobile ul.navigation > li > ul > li > a:hover {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.menuMobile ul.navigation > li > ul > li > a:hover:before {
  width: 20px;
}
.menuMobile .blueBox {
  background: #004a88;
  color: #ffffff;
  padding: 50px 20px;
}
.menuMobile .blueBox .top {
  font-size: 14px;
  color: #99b3c9;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.menuMobile .blueBox .bottom .phone {
  font-size: 27px;
}
.menuMobile .blueBox .bottom .phone span {
  height: 45px;
  width: 45px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.menuMobile .blueBox .bottom .phone span i {
  font-size: 15px;
  text-align: center;
  line-height: 20px;
}
.menuMobile .navyBox {
  background: #003460;
  color: #ffffff;
  padding: 50px 20px;
}
.menuMobile .navyBox .top .button {
  display: inline-block;
}
.menuMobile .navyBox .social {
  padding: 30px 0 0 0;
}
.menuMobile .navyBox .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuMobile .navyBox .social ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}
.menuMobile .navyBox .social ul li a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #99b3c9;
  font-size: 19px;
}
.menuMobile .navyBox .social ul li a:hover {
  color: #ffffff;
}
.menuMobile .title {
  font-size: 23px;
  padding: 0 0 20px 0;
}

.listClear {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rightAside {
  position: fixed;
  top: 50%;
  right: -165px;
  margin-top: -70px;
  background: #ffffff;
  z-index: 10000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.rightAside.active {
  right: 0;
}
.rightAside .rightAsideContainer {
  display: table;
  width: 100%;
}
.rightAside .rightAsideContainer .columnLeft {
  display: table-cell;
  vertical-align: middle;
  width: 55px;
  text-align: center;
}
.rightAside .rightAsideContainer .columnRight {
  display: table-cell;
  vertical-align: middle;
  width: 165px;
  text-align: center;
}
.rightAside .button1 {
  padding: 10px 0;
}
.rightAside .button1 > a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.rightAside .button1 > a:hover {
  opacity: 0.5;
}
.rightAside .button2 {
  padding: 10px 0;
}
.rightAside .button2 > a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.rightAside .button2 > a:hover {
  opacity: 0.5;
}
.rightAside .separator {
  height: 1px;
  width: 20px;
  background: #d9d9d9;
  margin: 0 auto;
}
.rightAside .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rightAside .social ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  padding: 0 8px;
}
.rightAside .social ul li a {
  font-size: 18px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #005db3;
}
.rightAside .social ul li a:hover {
  color: #7d7d7d;
}
