@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, Tahoma;
  font-size: 12px;
  letter-spacing: normal;
  font-weight: normal;
  color: #666;
  outline: medium none;
  text-align: left;
  line-height: 14px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  border: 0; }

a:hover, a:focus {
  text-decoration: none;
  color: inherit;
  outline: none; }

ul {
  list-style: none; }

input {
  border: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none; }

textarea {
  border: 0;
  resize: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* V├üLTOZ├ôK ELEJE */
/* V├üLTOZ├ôK V├ëGE */
/*     MODALOK STYLE ELEJE    */
.modal.fade {
  top: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.modal.fade.in {
  top: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.fade.in .modal-dialog {
  top: 50%; }

.modal {
  overflow: hidden; }

.modal-backdrop {
  background: #58908E;
  opacity: 0.95 !important;
  filter: alpha(opacity=95) !important; }

.modal-dialog {
  margin: 0 auto;
  top: 50%;
  border: 0; }

.modal-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  border-radius: 0; }

input[type=checkbox].css-checkbox {
  display: none; }

input[type=checkbox].css-checkbox + label.checkbox-label {
  display: inline-block;
  height: 20px;
  padding: 0;
  background: url(/static/images/checkbox.svg) no-repeat left top;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #666;
  vertical-align: middle;
  cursor: pointer; }

input[type=checkbox].css-checkbox:checked + label.checkbox-label {
  background-position: left bottom; }

input[type=radio].css-radio {
  display: none; }

input[type=radio].css-radio + label.radio-label {
  display: inline-block;
  height: 20px;
  padding: 0;
  background: url(/static/images/radio.svg) no-repeat left top;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #666;
  vertical-align: middle;
  cursor: pointer; }

input[type=radio].css-radio:checked + label.radio-label {
  background-position: left bottom; }

.robo_R, .robo_L, .robo_I, .robo_B, .robo_BI {
  font-family: "Roboto";
  font-weight: 400; }

.robo_L {
  font-weight: 300; }

.robo_I {
  font-style: italic; }

.robo_B, .robo_BI {
  font-weight: 700; }

.robo_BI {
  font-style: italic; }

.roboS_R, .roboS_B {
  font-family: "Roboto Slab";
  font-weight: 400; }

.roboS_B {
  font-weight: 700; }

@font-face {
  font-family: 'icomoon';
  src: url("/static/fonts/icomoon.eot?-ds1egk");
  src: url("/static/fonts/icomoon.eot?#iefix-ds1egk") format("embedded-opentype"), url("/static/fonts/icomoon.ttf?-ds1egk") format("truetype"), url("/static/fonts/icomoon.woff?-ds1egk") format("woff"), url("/static/fonts/icomoon.svg?-ds1egk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-fb:before {
  content: "\e600"; }

.icon-gPlus:before {
  content: "\e601"; }

.icon-next:before {
  content: "\e602"; }

.icon-prev:before {
  content: "\e603"; }

.icon-twitter:before {
  content: "\e604"; }

.icon-upLogo:before {
  content: "\e605"; }

.cookiesBox {
  position: fixed;
  width: 100%;
  height: 70px;
  top: -70px;
  left: 0;
  padding-top: 23px;
  background-color: #1f1f1f;
  text-align: center;
  z-index: 99999;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out; }
  .cookiesBox span {
    display: inline-block;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #FFF;
    vertical-align: middle; }
  .cookiesBox a {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-left: 20px;
    padding: 0 0 2px 2px;
    text-transform: uppercase;
    font-family: "Roboto Slab";
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.4);
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    .cookiesBox a:hover {
      color: #FFF; }
  .cookiesBox br {
    display: none; }
  .cookiesBox.in {
    top: 0; }

@media (max-width: 1024px) {
  .cookiesBox {
    display: none;
    top: 0;
    height: auto;
    padding: 16px 20px 20px; }
    .cookiesBox span {
      display: block;
      margin-right: 0;
      margin-bottom: 13px;
      text-align: center; }
    .cookiesBox .moreInfoBtn {
      margin-left: 0; } }
@media (max-width: 767px) {
  .cookiesBox span {
    font-size: 12px; }
  .cookiesBox a {
    font-size: 12px; } }
@media (max-width: 400px) {
  .cookiesBox br {
    display: block; }
  .cookiesBox .moreInfoBtn {
    margin-bottom: 15px; }
  .cookiesBox a {
    margin-left: 0; } }
.wrapper {
  display: block;
  width: 100%;
  height: auto; }

.contentLeft {
  position: relative;
  float: left;
  width: 300px;
  height: 100vh;
  padding-top: 60px;
  background: url(/static/images/leftBgr.jpg) no-repeat 0 0/cover;
  text-align: center; }
  .contentLeft .menuOpen {
    position: absolute;
    display: none;
    width: 23px;
    height: 17px;
    top: 67px;
    left: 50px;
    padding-top: 7px; }
    .contentLeft .menuOpen span {
      position: relative;
      display: block;
      width: 23px;
      height: 3px;
      background: #FFF; }
      .contentLeft .menuOpen span:before, .contentLeft .menuOpen span:after {
        position: absolute;
        left: 0;
        background: inherit;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      .contentLeft .menuOpen span:before {
        top: -7px; }
      .contentLeft .menuOpen span:after {
        bottom: -7px; }
  .contentLeft.openedMenu .menuOpen span {
    background: transparent; }
    .contentLeft.openedMenu .menuOpen span:before {
      top: 0;
      background: #FFF;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
    .contentLeft.openedMenu .menuOpen span:after {
      bottom: 0;
      background: #FFF;
      -webkit-transform: rotate(225deg);
      -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      -o-transform: rotate(225deg);
      transform: rotate(225deg); }
  .contentLeft .logo {
    display: inline-block;
    margin-bottom: 90px; }
  .contentLeft .langMenu {
    position: absolute;
    display: none;
    top: 48px;
    right: 50px; }
    .contentLeft .langMenu li {
      margin-bottom: 12px;
      padding-bottom: 12px;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.4); }
      .contentLeft .langMenu li a {
        display: inline-block;
        font-family: "Roboto Slab";
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        color: rgba(255, 255, 255, 0.4);
        text-transform: uppercase;
        letter-spacing: 1px;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
      .contentLeft .langMenu li.active a {
        color: #FFF; }
      .contentLeft .langMenu li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0; }
  .contentLeft .menu {
    display: block;
    width: 100%;
    height: auto; }
    .contentLeft .menu li {
      position: relative;
      margin-bottom: 30px;
      text-align: center; }
      .contentLeft .menu li a {
        display: inline-block;
        font-family: "Roboto Slab";
        font-weight: 400;
        font-size: 15px;
        line-height: 17px;
        color: rgba(255, 255, 255, 0.4);
        text-transform: uppercase;
        letter-spacing: 1px;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
        .contentLeft .menu li a:hover {
          color: #FFF; }
      .contentLeft .menu li:last-child {
        margin-bottom: 0; }
      .contentLeft .menu li.active:after {
        position: absolute;
        width: 140px;
        height: 5px;
        bottom: -15px;
        left: calc(50% - 60px);
        background: url(/static/images/menuActive.png) no-repeat;
        content: ""; }
      .contentLeft .menu li.active a {
        color: #FFF; }
      .contentLeft .menu li.langLink a {
        line-height: 20px; }
        .contentLeft .menu li.langLink a:first-child {
          margin-right: 15px;
          padding-right: 18px;
          border-right: 1px dashed rgba(255, 255, 255, 0.4); }
        .contentLeft .menu li.langLink a.active {
          color: #FFF; }
  .contentLeft .footerBox {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 50px;
    left: 0;
    text-align: center; }
    .contentLeft .footerBox .shareMenu {
      display: inline-block;
      margin-bottom: 30px; }
      .contentLeft .footerBox .shareMenu li {
        float: left;
        margin-right: 30px; }
        .contentLeft .footerBox .shareMenu li a i {
          font-size: 17px;
          color: rgba(255, 255, 255, 0.4);
          -webkit-transition: color 0.2s ease-in-out;
          -moz-transition: color 0.2s ease-in-out;
          -ms-transition: color 0.2s ease-in-out;
          -o-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out; }
          .contentLeft .footerBox .shareMenu li a i.icon-twitter {
            margin-top: 2px;
            font-size: 13px; }
        .contentLeft .footerBox .shareMenu li a:hover i {
          color: #FFF; }
        .contentLeft .footerBox .shareMenu li:last-child {
          margin-right: 0; }
    .contentLeft .footerBox .cprght {
      margin-bottom: 30px;
      font-size: 13px;
      line-height: 15px;
      color: #FFF;
      text-align: center; }
    .contentLeft .footerBox .upLogo {
      display: inline-block; }
      .contentLeft .footerBox .upLogo i {
        font-size: 20px;
        color: rgba(255, 255, 255, 0.4);
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
      .contentLeft .footerBox .upLogo:hover i {
        color: #FFF; }

.contentRight {
  position: relative;
  float: left;
  width: calc(100% - 300px);
  height: 100vh;
  overflow: hidden; }
  .contentRight > .caroBox {
    width: 100%;
    height: 50vh;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .contentRight > .caroBox .innerWrapper > div {
      float: left; }
    .contentRight > .caroBox .itemWrapper {
      display: block;
      height: 50vh; }
    .contentRight > .caroBox .caroItem {
      position: relative;
      display: table;
      width: 100%;
      height: 100%;
      table-layout: fixed;
      overflow: hidden; }
      .contentRight > .caroBox .caroItem img {
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        z-index: 5; }
      .contentRight > .caroBox .caroItem .titleBox {
        position: relative;
        display: table-cell;
        width: 100%;
        height: 100%;
        font-size: 10px;
        z-index: 10;
        vertical-align: middle; }
        .contentRight > .caroBox .caroItem .titleBox h2 {
          margin-bottom: 30px;
          max-width: 500px;
          font-size: 4.5em;
          line-height: 1.2em;
          color: #FFF;
          letter-spacing: 2px;
          text-transform: uppercase; }
        .contentRight > .caroBox .caroItem .titleBox p {
          max-width: 610px;
          margin-bottom: 50px;
          font-size: 1.7em;
          line-height: 1.4em;
          color: rgba(255, 255, 255, 0.8);
          letter-spacing: 1px; }
        .contentRight > .caroBox .caroItem .titleBox a {
          font-size: 1.7em;
          line-height: 1.4em;
          color: #FFF;
          letter-spacing: 4px; }
        .contentRight > .caroBox .caroItem .titleBox br {
          line-height: 0; }
      .contentRight > .caroBox .caroItem .gradient {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(26, 26, 26, 0.7);
        z-index: 5; }
  .contentRight #topCaro .caroItem {
    padding-right: 90px;
    text-align: right; }
    .contentRight #topCaro .caroItem .titleBox {
      text-align: right; }
      .contentRight #topCaro .caroItem .titleBox h2 {
        display: inline-block;
        text-align: right; }
      .contentRight #topCaro .caroItem .titleBox p {
        display: inline-block;
        text-align: right; }
  .contentRight #bottomCaro .innerWrapper {
    float: right; }
    .contentRight #bottomCaro .innerWrapper > div {
      float: right;
      overflow: hidden; }
  .contentRight #bottomCaro .caroItem {
    padding-left: 90px; }
  .contentRight .caroPager {
    position: absolute;
    top: calc(50% - 30px);
    z-index: 10;
    cursor: pointer; }
    .contentRight .caroPager span {
      width: 60px;
      height: 60px;
      padding-top: 20px;
      background: #FFF;
      text-align: center; }
      .contentRight .caroPager span i {
        font-size: 20px;
        color: #1f1f1f; }
    .contentRight .caroPager .hoverBox {
      display: none;
      width: auto;
      height: 60px;
      padding: 22px 30px;
      background: rgba(255, 255, 255, 0.9); }
      .contentRight .caroPager .hoverBox h5 {
        font-size: 13px;
        line-height: 16px;
        color: #1f1f1f;
        text-transform: uppercase;
        letter-spacing: 2px; }
    .contentRight .caroPager.prev {
      left: 0; }
      .contentRight .caroPager.prev span {
        float: left; }
      .contentRight .caroPager.prev .hoverBox {
        float: left; }
    .contentRight .caroPager.next {
      right: 0; }
      .contentRight .caroPager.next span {
        float: right; }
      .contentRight .caroPager.next .hoverBox {
        float: right; }

.pageInfos {
  position: relative;
  float: left;
  width: 500px;
  height: 100vh;
  overflow: hidden; }
  .pageInfos > img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    z-index: 3; }
  .pageInfos .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(26, 26, 26, 0.6);
    z-index: 3; }
  .pageInfos .infoBox {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 100px 70px;
    z-index: 5;
    text-align: right; }
    .pageInfos .infoBox h2 {
      margin-bottom: 20px;
      font-size: 30px;
      line-height: 32px;
      color: #FFF;
      text-transform: uppercase;
      text-align: right; }
    .pageInfos .infoBox .breadcrumbs {
      display: inline-block;
      margin-bottom: 30px; }
      .pageInfos .infoBox .breadcrumbs li {
        float: left;
        margin-right: 15px;
        letter-spacing: 1px; }
        .pageInfos .infoBox .breadcrumbs li a {
          display: inline-block;
          font-family: "Roboto";
          font-weight: 300;
          font-size: 13px;
          line-height: 15px;
          color: rgba(255, 255, 255, 0.9); }
        .pageInfos .infoBox .breadcrumbs li:last-child {
          margin-right: 0; }
    .pageInfos .infoBox hr {
      display: block;
      width: calc(100% + 70px);
      height: 1px;
      margin: 0 -70px 90px 0;
      border-color: rgba(255, 255, 255, 0.2); }
  .pageInfos .infosOpen {
    position: absolute;
    display: none;
    top: 57px;
    right: 50px; }
    .pageInfos .infosOpen i {
      font-size: 20px;
      color: #FFF;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -webkit-transition: transform 0.2s ease-in-out;
      -moz-transition: transform 0.2s ease-in-out;
      -ms-transition: transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out; }
  .pageInfos .mobInfos {
    text-align: right; }
  .pageInfos.openedInfos .infosOpen i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .pageInfos .infos {
    display: inline-block; }
    .pageInfos .infos li {
      position: relative;
      margin-bottom: 30px;
      text-align: right; }
      .pageInfos .infos li a {
        display: inline-block;
        font-family: "Roboto";
        font-weight: 500;
        font-size: 15px;
        line-height: 17px;
        color: rgba(255, 255, 255, 0.5);
        letter-spacing: 1px;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
        .pageInfos .infos li a:hover {
          color: #FFF; }
      .pageInfos .infos li p {
        font-family: "Roboto";
        font-weight: 500;
        font-size: 15px;
        line-height: 17px;
        color: #FFF;
        letter-spacing: 1px;
        text-align: right; }
      .pageInfos .infos li div {
        position: absolute;
        display: none;
        width: 0;
        height: 0;
        top: calc(50% - 15px);
        right: -70px;
        border-style: solid;
        border-width: 15px 15px 15px 0;
        border-color: transparent #ffffff transparent transparent; }
      .pageInfos .infos li:last-child {
        margin-bottom: 0; }
      .pageInfos .infos li.active a {
        color: #FFF; }
      .pageInfos .infos li.active div {
        display: block; }

.content {
  float: left;
  width: calc(100% - 500px);
  height: 100vh;
  padding: 100px 110px 0 90px;
  overflow: hidden; }
  .content .titleBox {
    margin-bottom: 40px; }
    .content .titleBox h1 {
      margin-bottom: 20px;
      font-size: 30px;
      line-height: 32px;
      color: #1f1f1f;
      text-transform: uppercase; }
    .content .titleBox p {
      margin-top: 60px;
      font-size: 15px;
      line-height: 20px;
      color: #1f1f1f; }
  .content.contactContent {
    padding: 0; }
  .content.errorBox #mapbox {
    height: calc(50vh - 50px); }
  .content.errorBox .contactBox {
    height: calc(50vh + 50px); }
  .content.errorBox #contactForm {
    height: calc(100% - 50px); }
  .slimScrollDiv .content {
    width: 100% !important; }

.mainTextbox h1 {
  font-family: "Roboto Slab";
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #1f1f1f; }
.mainTextbox h2 {
  font-family: "Roboto Slab";
  font-weight: 700;
  font-size: 21px;
  line-height: 23px;
  color: #1f1f1f; }
.mainTextbox h3 {
  font-family: "Roboto Slab";
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #1f1f1f; }
.mainTextbox h4 {
  font-family: "Roboto Slab";
  font-weight: 700;
  font-size: 19px;
  line-height: 21px;
  color: #1f1f1f; }
.mainTextbox h5 {
  font-family: "Roboto Slab";
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #1f1f1f; }
.mainTextbox h6 {
  font-family: "Roboto Slab";
  font-weight: 700;
  font-size: 17px;
  line-height: 19px;
  color: #1f1f1f; }
.mainTextbox p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #1f1f1f; }
.mainTextbox strong {
  font-family: inherit;
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
  color: inherit; }
.mainTextbox a {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #999;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  .mainTextbox a:hover {
    color: #1f1f1f; }
.mainTextbox ul {
  list-style: disc inside; }
  .mainTextbox ul li {
    display: list-item;
    margin-bottom: 10px;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #1f1f1f; }
    .mainTextbox ul li:last-child {
      margin-bottom: 0; }
.mainTextbox img {
  max-width: 100%; }
.slimScrollDiv .mainTextbox {
  margin-bottom: 100px; }

#mapbox {
  width: 100%;
  height: 50vh;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out; }

.partnersList li {
  padding: 40px 0;
  border-bottom: 2px dashed rgba(153, 153, 153, 0.2); }
  .partnersList li .imgBox {
    float: left;
    width: 180px;
    height: 180px;
    margin-right: 60px;
    overflow: hidden; }
    .partnersList li .imgBox img {
      width: 100%;
      height: auto; }
  .partnersList li .infoBox {
    float: left;
    width: calc(100% - 240px); }
    .partnersList li .infoBox h3 {
      margin-bottom: 25px;
      font-family: "Roboto Slab";
      font-weight: 700;
      font-size: 30px;
      line-height: 32px;
      color: #1f1f1f; }
    .partnersList li .infoBox p {
      min-height: 60px;
      margin-bottom: 45px;
      font-family: "Roboto";
      font-weight: 400;
      font-size: 15px;
      line-height: 20px;
      color: #1f1f1f;
      letter-spacing: 1px; }
    .partnersList li .infoBox a {
      font-family: "Roboto";
      font-weight: 700;
      font-size: 15px;
      line-height: 20px;
      color: #999;
      letter-spacing: 2px;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      .partnersList li .infoBox a:hover {
        color: #1f1f1f; }
  .partnersList li:first-child {
    padding-top: 0; }
  .partnersList li:last-child {
    padding-bottom: 0;
    border-bottom: 0; }
.slimScrollDiv .partnersList {
  margin-bottom: 100px; }

.slimScrollBar {
  border-radius: 0 !important; }

.slimScrollRail {
  width: 1px !important;
  right: 17px !important;
  border-radius: 0 !important; }

.contactBox {
  height: 50vh;
  padding: 55px 90px;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out; }

#contactForm {
  height: 100%;
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out; }

.inputBox {
  position: relative;
  float: left;
  width: 50%;
  height: 19%;
  padding-bottom: 10px; }
  .inputBox input {
    width: 100%;
    height: 100%;
    padding: 0 30px;
    border: 2px solid #EEE;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #1f1f1f;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .inputBox input::-webkit-input-placeholder {
      font-family: "Roboto";
      font-weight: 400;
      font-style: italic;
      font-size: 15px;
      color: #999;
      letter-spacing: 1px;
      opacity: 1; }
    .inputBox input:-moz-placeholder {
      font-family: "Roboto";
      font-weight: 400;
      font-style: italic;
      font-size: 15px;
      color: #999;
      letter-spacing: 1px;
      opacity: 1; }
    .inputBox input::-moz-placeholder {
      font-family: "Roboto";
      font-weight: 400;
      font-style: italic;
      font-size: 15px;
      color: #999;
      letter-spacing: 1px;
      opacity: 1; }
    .inputBox input:-ms-input-placeholder {
      font-family: "Roboto";
      font-weight: 400;
      font-style: italic;
      font-size: 15px;
      color: #999;
      letter-spacing: 1px;
      opacity: 1; }
    .inputBox input:focus {
      border-color: #1f1f1f; }
  .inputBox textarea {
    width: 100%;
    height: 100%;
    padding: 20px 30px 50px;
    border: 2px solid #EEE;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #1f1f1f;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .inputBox textarea::-webkit-input-placeholder {
      font-family: "Roboto";
      font-weight: 400;
      font-style: italic;
      font-size: 15px;
      color: #999;
      letter-spacing: 1px;
      opacity: 1; }
    .inputBox textarea:-moz-placeholder {
      font-family: "Roboto";
      font-weight: 400;
      font-style: italic;
      font-size: 15px;
      color: #999;
      letter-spacing: 1px;
      opacity: 1; }
    .inputBox textarea::-moz-placeholder {
      font-family: "Roboto";
      font-weight: 400;
      font-style: italic;
      font-size: 15px;
      color: #999;
      letter-spacing: 1px;
      opacity: 1; }
    .inputBox textarea:-ms-input-placeholder {
      font-family: "Roboto";
      font-weight: 400;
      font-style: italic;
      font-size: 15px;
      color: #999;
      letter-spacing: 1px;
      opacity: 1; }
    .inputBox textarea:focus {
      border-color: #1f1f1f; }
  .inputBox.textareaBox {
    width: 100%;
    height: 55%;
    padding: 0 !important; }
  .inputBox:nth-child(even) {
    padding-left: 5px; }
  .inputBox:nth-child(odd) {
    padding-right: 5px; }
  .inputBox .contactSubmit {
    position: absolute;
    width: auto;
    height: 60px;
    right: 0;
    bottom: -30px;
    padding: 0 45px;
    background: #1f1f1f;
    border-color: #1f1f1f;
    font-weight: 700;
    font-style: italic;
    font-size: 17px;
    line-height: 19px;
    color: #FFF;
    letter-spacing: 2;
    cursor: pointer; }
    .inputBox .contactSubmit:hover {
      background: #FFF;
      color: #1f1f1f; }
  .inputBox.error input[type="text"] {
    border-color: #FF6464;
    color: #FF6464; }
    .inputBox.error input[type="text"]::-webkit-input-placeholder {
      color: #FF6464;
      opacity: 1; }
    .inputBox.error input[type="text"]:-moz-placeholder {
      color: #FF6464;
      opacity: 1; }
    .inputBox.error input[type="text"]::-moz-placeholder {
      color: #FF6464;
      opacity: 1; }
    .inputBox.error input[type="text"]:-ms-input-placeholder {
      color: #FF6464;
      opacity: 1; }
  .inputBox.error textarea {
    border-color: #FF6464;
    color: #FF6464; }
    .inputBox.error textarea::-webkit-input-placeholder {
      color: #FF6464;
      opacity: 1; }
    .inputBox.error textarea:-moz-placeholder {
      color: #FF6464;
      opacity: 1; }
    .inputBox.error textarea::-moz-placeholder {
      color: #FF6464;
      opacity: 1; }
    .inputBox.error textarea:-ms-input-placeholder {
      color: #FF6464;
      opacity: 1; }

.errorMsg {
  display: block;
  margin-bottom: 30px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #FF6464; }
  .errorMsg.successMsg {
    color: #17DD26; }
  .errorMsg:empty {
    display: none; }

.subMenuList {
  display: block;
  width: 100%;
  height: auto; }
  .subMenuList li {
    display: block;
    width: 100%;
    height: 180px;
    margin-bottom: 40px;
    overflow: hidden; }
    .subMenuList li div {
      position: relative;
      display: table;
      width: 100%;
      height: 180px;
      table-layout: fixed; }
      .subMenuList li div img {
        position: absolute;
        top: 0;
        left: calc(50% - 500px);
        z-index: 5;
        -webkit-transition: transform 1s ease-in-out;
        -moz-transition: transform 1s ease-in-out;
        -ms-transition: transform 1s ease-in-out;
        -o-transition: transform 1s ease-in-out;
        transition: transform 1s ease-in-out; }
      .subMenuList li div .gradient {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(26, 26, 26, 0.5);
        z-index: 5; }
      .subMenuList li div a {
        position: relative;
        display: table-cell;
        width: 100%;
        height: 100%;
        z-index: 6;
        vertical-align: middle; }
        .subMenuList li div a h2 {
          font-family: "Roboto Slab";
          font-weight: 700;
          font-size: 30px;
          line-height: 32px;
          color: #FFF;
          text-transform: uppercase;
          text-align: center; }
      .subMenuList li div:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    .subMenuList li:last-child {
      margin-bottom: 0; }
  .slimScrollDiv .subMenuList {
    margin-bottom: 100px; }

@media (max-width: 1619px) {
  .contentRight > .caroBox .caroItem img {
    width: auto; }

  .partnersList li .imgBox {
    width: 150px;
    height: 150px;
    margin-right: 30px; }
  .partnersList li .infoBox {
    width: calc(100% - 180px); }
    .partnersList li .infoBox h3 {
      font-size: 25px;
      line-height: 27px; }
    .partnersList li .infoBox p {
      margin-bottom: 25px;
      font-size: 14px; }
    .partnersList li .infoBox a {
      line-height: 14px; }

  .subMenuList li {
    height: 150px; }
    .subMenuList li div {
      height: 150px; } }
@media (max-width: 1399px) {
  .pageInfos {
    width: 400px; }
    .pageInfos .infoBox {
      padding-right: 50px;
      padding-left: 50px; }
      .pageInfos .infoBox hr {
        width: calc(100% + 50px);
        margin-right: -50px; }
      .pageInfos .infoBox .breadcrumbs li {
        margin-right: 10px; }
    .pageInfos .infos li div {
      top: calc(50% - 10px);
      right: -50px;
      border-width: 10px 10px 10px 0; }

  .content {
    width: calc(100% - 400px);
    padding-right: 50px;
    padding-left: 50px; }

  .contactBox {
    padding: 50px; }

  .inputBox input {
    padding: 0 15px; }
  .inputBox textarea {
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 1199px) {
  .contentRight #topCaro .caroItem {
    padding-right: 50px; }

  .contentRight #bottomCaro .caroItem {
    padding-left: 50px; }

  .pageInfos {
    width: 340px; }
    .pageInfos .infoBox {
      padding-right: 30px;
      padding-left: 30px; }
      .pageInfos .infoBox h2 {
        font-size: 27px;
        line-height: 29px; }
      .pageInfos .infoBox hr {
        width: calc(100% + 30px);
        margin-right: -30px; }
      .pageInfos .infoBox .breadcrumbs li a {
        font-size: 12px; }
    .pageInfos .infos li div {
      right: -30px; }

  .content {
    width: calc(100% - 340px); }
    .content .titleBox h1 {
      font-size: 27px;
      line-height: 29px; }
    .content .titleBox p {
      font-size: 14px; }

  .partnersList li .imgBox {
    float: none;
    margin: 0 0 40px 0; }
  .partnersList li .infoBox {
    float: none;
    width: 100%; }

  .mainTextbox p {
    font-size: 14px; }

  .contactBox {
    padding: 30px; }

  .inputBox input {
    font-size: 11px;
    line-height: 13px; }
    .inputBox input::-webkit-input-placeholder {
      font-size: 11px; }
    .inputBox input:-moz-placeholder {
      font-size: 11px; }
    .inputBox input::-moz-placeholder {
      font-size: 11px; }
    .inputBox input:-ms-input-placeholder {
      font-size: 11px; }
  .inputBox textarea {
    font-size: 11px;
    line-height: 13px; }
    .inputBox textarea::-webkit-input-placeholder {
      font-size: 11px; }
    .inputBox textarea:-moz-placeholder {
      font-size: 11px; }
    .inputBox textarea::-moz-placeholder {
      font-size: 11px; }
    .inputBox textarea:-ms-input-placeholder {
      font-size: 11px; }
  .inputBox .contactSubmit {
    height: 40px;
    bottom: -20px;
    font-size: 13px; } }
@media (min-width: 1024px) and (max-height: 899px) {
  .contentLeft .logo {
    margin-bottom: 60px; } }
@media (min-width: 1024px) and (max-height: 799px) {
  .contentLeft .logo img {
    width: 130px;
    height: 99px; }
  .contentLeft .menu li {
    margin-bottom: 20px; }
    .contentLeft .menu li a {
      font-size: 13px; }
    .contentLeft .menu li.active:after {
      bottom: -10px; }
  .contentLeft .footerBox .shareMenu {
    margin-bottom: 20px; }
    .contentLeft .footerBox .shareMenu li a i {
      font-size: 15px; }
      .contentLeft .footerBox .shareMenu li a i.icon-twitter {
        font-size: 11px; }
  .contentLeft .footerBox .cprght {
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 13px; }
  .contentLeft .footerBox .upLogo i {
    font-size: 18px; }

  .pageInfos .infoBox {
    padding-top: 80px;
    padding-bottom: 80px; }
    .pageInfos .infoBox hr {
      margin-bottom: 70px; }
  .pageInfos .infos li {
    margin-bottom: 20px; }
    .pageInfos .infos li a {
      font-size: 13px;
      line-height: 15px; }
    .pageInfos .infos li p {
      font-size: 13px;
      line-height: 15px; }

  .content {
    padding-top: 80px; }

  .slimScrollDiv .mainTextbox {
    margin-bottom: 80px; }

  .partnersList {
    margin: 8px 0 80px; }

  .contentRight > .caroBox .caroItem .titleBox {
    font-size: 8px; } }
@media (min-width: 1024px) and (max-height: 699px) {
  .contentLeft {
    padding-top: 50px; }
    .contentLeft .logo {
      margin-bottom: 50px; }
    .contentLeft .menu li {
      margin-bottom: 20px; }
      .contentLeft .menu li a {
        font-size: 11px; }
    .contentLeft .footerBox {
      bottom: 40px; }
      .contentLeft .footerBox .shareMenu {
        margin-bottom: 20px; }
        .contentLeft .footerBox .shareMenu li a i {
          font-size: 15px; }
          .contentLeft .footerBox .shareMenu li a i.icon-twitter {
            font-size: 11px; }
      .contentLeft .footerBox .cprght {
        font-size: 10px;
        line-height: 12px; }

  .contentRight > .caroBox .caroItem .titleBox {
    font-size: 7px; }
    .contentRight > .caroBox .caroItem .titleBox h2 {
      max-width: 350px; }
    .contentRight > .caroBox .caroItem .titleBox p {
      margin-bottom: 30px; }

  .contactBox {
    padding: 30px; }

  .inputBox input {
    font-size: 11px;
    line-height: 13px; }
    .inputBox input::-webkit-input-placeholder {
      font-size: 11px; }
    .inputBox input:-moz-placeholder {
      font-size: 11px; }
    .inputBox input::-moz-placeholder {
      font-size: 11px; }
    .inputBox input:-ms-input-placeholder {
      font-size: 11px; }
  .inputBox textarea {
    font-size: 11px;
    line-height: 13px; }
    .inputBox textarea::-webkit-input-placeholder {
      font-size: 11px; }
    .inputBox textarea:-moz-placeholder {
      font-size: 11px; }
    .inputBox textarea::-moz-placeholder {
      font-size: 11px; }
    .inputBox textarea:-ms-input-placeholder {
      font-size: 11px; }
  .inputBox .contactSubmit {
    height: 40px;
    bottom: -20px;
    font-size: 13px; }

  .errorMsg {
    margin-bottom: 10px;
    font-size: 13px; }

  .content.errorBox #mapbox {
    height: calc(50vh - 30px); }
  .content.errorBox .contactBox {
    height: calc(50vh + 30px); }
  .content.errorBox #contactForm {
    height: calc(100% - 30px); } }
@media (max-width: 1023px) {
  .contentLeft {
    float: none;
    width: 100%;
    height: auto;
    padding: 30px 0;
    background-position: center center; }
    .contentLeft .logo {
      margin-bottom: 0px; }
      .contentLeft .logo img {
        width: 120px;
        height: 91px; }
    .contentLeft .menu {
      margin: 60px 0; }
      .contentLeft .menu .langLink {
        display: none; }
    .contentLeft .menuOpen {
      display: block; }
    .contentLeft .langMenu {
      display: block; }
    .contentLeft .mobBox {
      display: none; }
    .contentLeft .footerBox {
      position: static; }

  .contentRight {
    float: none;
    width: 100%;
    height: auto; }
    .contentRight > .caroBox {
      height: auto; }
      .contentRight > .caroBox .caroItem {
        padding: 0 50px !important; }
        .contentRight > .caroBox .caroItem .titleBox h2 {
          max-width: 400px;
          margin-bottom: 25px;
          font-size: 2.8em;
          line-height: 1.1em; }
        .contentRight > .caroBox .caroItem .titleBox p {
          margin-bottom: 25px;
          max-width: 450px;
          font-size: 1.5em;
          line-height: 1.3em; }
        .contentRight > .caroBox .caroItem .titleBox a {
          font-size: 1.5em; }
      .contentRight > .caroBox .innerWrapper > div {
        float: none; }
        .contentRight > .caroBox .innerWrapper > div:nth-child(even) .caroItem .titleBox {
          text-align: left !important; }
          .contentRight > .caroBox .innerWrapper > div:nth-child(even) .caroItem .titleBox h2 {
            display: block !important;
            text-align: left !important; }
          .contentRight > .caroBox .innerWrapper > div:nth-child(even) .caroItem .titleBox p {
            text-align: left !important; }
      .contentRight > .caroBox .itemWrapper {
        width: 100%;
        height: 320px; }
    .contentRight .caroPager {
      display: none; }
    .contentRight #bottomCaro .innerWrapper .caroItem h2 {
      text-align: left; }
    .contentRight #bottomCaro .innerWrapper.oddRight > div:nth-child(odd) .caroItem .titleBox {
      text-align: right !important; }
      .contentRight #bottomCaro .innerWrapper.oddRight > div:nth-child(odd) .caroItem .titleBox h2 {
        display: inline-block !important;
        text-align: right; }
      .contentRight #bottomCaro .innerWrapper.oddRight > div:nth-child(odd) .caroItem .titleBox p {
        display: inline-block;
        text-align: right !important; }
    .contentRight #bottomCaro .innerWrapper.oddLeft > div:nth-child(even) .caroItem .titleBox {
      text-align: right !important; }
      .contentRight #bottomCaro .innerWrapper.oddLeft > div:nth-child(even) .caroItem .titleBox h2 {
        display: inline-block !important;
        text-align: right; }
      .contentRight #bottomCaro .innerWrapper.oddLeft > div:nth-child(even) .caroItem .titleBox p {
        display: inline-block;
        text-align: right !important; }

  .pageInfos {
    float: none;
    width: 100%;
    height: auto; }
    .pageInfos > img {
      width: 100%;
      height: auto;
      min-height: 0; }
    .pageInfos .infoBox {
      height: auto;
      padding: 35px 50px 0;
      text-align: left; }
      .pageInfos .infoBox .breadcrumbs {
        margin-bottom: 35px; }
      .pageInfos .infoBox h2 {
        text-align: left; }
      .pageInfos .infoBox hr {
        width: calc(100% + 100px);
        margin: 0 0 50px -50px; }
    .pageInfos .infosOpen {
      display: block; }
    .pageInfos .mobInfos {
      display: none;
      text-align: left; }
    .pageInfos .infos {
      margin-bottom: 50px; }
      .pageInfos .infos li {
        text-align: left; }
        .pageInfos .infos li p {
          text-align: left; }
        .pageInfos .infos li.active div {
          display: none; }
    .pageInfos.partnerInfos .infoBox hr {
      display: none; }

  .content {
    width: 100%;
    height: auto;
    padding: 50px; }
    .content .titleBox p {
      margin-top: 45px; }
    .content.errorBox #mapbox {
      height: auto; }
    .content.errorBox .contactBox {
      height: auto; }

  .partnersList li .imgBox {
    float: left;
    margin: 0 50px 0 0; }
  .partnersList li .infoBox {
    float: left;
    width: calc(100% - 200px); }

  #mapbox {
    height: 350px; }

  .contactBox {
    height: auto;
    padding: 50px 50px 80px; }

  .inputBox {
    height: 60px; }
    .inputBox input {
      padding: 0 30px;
      line-height: 17px; }
      .inputBox input::-webkit-input-placeholder {
        font-size: 15px; }
      .inputBox input:-moz-placeholder {
        font-size: 15px; }
      .inputBox input::-moz-placeholder {
        font-size: 15px; }
      .inputBox input:-ms-input-placeholder {
        font-size: 15px; }
    .inputBox textarea {
      padding: 20px 30px 50px;
      font-size: 15px;
      line-height: 17px; }
      .inputBox textarea::-webkit-input-placeholder {
        font-size: 15px; }
      .inputBox textarea:-moz-placeholder {
        font-size: 15px; }
      .inputBox textarea::-moz-placeholder {
        font-size: 15px; }
      .inputBox textarea:-ms-input-placeholder {
        font-size: 15px; }
    .inputBox.textareaBox {
      height: 200px; }
    .inputBox .contactSubmit {
      height: 60px;
      bottom: -30px;
      font-size: 17px; } }
@media (max-width: 767px) {
  .contentLeft .menuOpen {
    left: 25px; }
  .contentLeft .langMenu {
    right: 25px; }

  .contentRight > .caroBox .caroItem {
    padding: 0 25px !important; }

  .pageInfos .infoBox {
    padding: 25px 25px 0; }
    .pageInfos .infoBox h2 {
      margin-bottom: 10px;
      font-size: 25px;
      line-height: 27px; }
    .pageInfos .infoBox .breadcrumbs {
      margin-bottom: 25px; }
      .pageInfos .infoBox .breadcrumbs li {
        margin-right: 10px; }
  .pageInfos .infosOpen {
    top: 43px;
    right: 25px; }
    .pageInfos .infosOpen i {
      font-size: 16px; }

  .content {
    padding: 50px 25px; }
    .content .titleBox h1 {
      font-size: 25px;
      line-height: 27px; }

  .partnersList li .imgBox {
    margin-right: 25px; }
  .partnersList li .infoBox {
    width: calc(100% - 175px); }

  #mapbox {
    display: none; }

  .contactBox {
    padding: 50px 25px 75px; }

  .inputBox {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    padding: 0 !important; }
    .inputBox input {
      padding: 0 20px;
      font-size: 14px; }
      .inputBox input::-webkit-input-placeholder {
        font-size: 14px; }
      .inputBox input:-moz-placeholder {
        font-size: 14px; }
      .inputBox input::-moz-placeholder {
        font-size: 14px; }
      .inputBox input:-ms-input-placeholder {
        font-size: 14px; }
    .inputBox textarea {
      padding: 20px 20px 45px;
      font-size: 14px; }
      .inputBox textarea::-webkit-input-placeholder {
        font-size: 14px; }
      .inputBox textarea:-moz-placeholder {
        font-size: 14px; }
      .inputBox textarea::-moz-placeholder {
        font-size: 14px; }
      .inputBox textarea:-ms-input-placeholder {
        font-size: 14px; }
    .inputBox.textareaBox {
      margin-bottom: 0; }
    .inputBox .contactSubmit {
      height: 55px;
      bottom: -27px;
      font-size: 15px; }

  .mainTextbox h1 {
    font-size: 21px;
    line-height: 23px; }
  .mainTextbox h2 {
    font-size: 20px;
    line-height: 22px; }
  .mainTextbox h3 {
    font-size: 19px;
    line-height: 21px; }
  .mainTextbox h4 {
    font-size: 18px;
    line-height: 20px; }
  .mainTextbox h5 {
    font-size: 17px;
    line-height: 19px; }
  .mainTextbox h6 {
    font-size: 16px;
    line-height: 18px; }
  .mainTextbox p {
    font-size: 14px; }
  .mainTextbox a {
    font-size: 14px; }
  .mainTextbox ul li {
    font-size: 14px; } }
@media (max-width: 499px) {
  .partnersList li .imgBox {
    float: none;
    margin: 0 0 40px 0; }
  .partnersList li .infoBox {
    float: none;
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
