/******************************************************************************************************/
/* !media quieries

Large desktop
@media (min-width: 1200px) {}

Portrait tablet to landscape and desktop
@media (min-width: 768px) and (max-width: 979px) {}

Landscape phone to portrait tablet
@media (max-width: 767px) {}

Landscape phones and down
@media (max-width: 480px) {}

*/
/******************************************************************************************************/
/* !colors */
/******************************************************************************************************/
/* !paths */
/******************************************************************************************************/
/* !imports */
/******************************************************************************************************/
/* !fonts */
@font-face {
  font-family: "lubalingraphstd-book-webfont";
  src: url("../../../fonts/lubalingraphstd-book-webfont.eot");
  src: url("../../../fonts/lubalingraphstd-book-webfont.eot?#iefix") format("embedded-opentype"), url("../../../fonts/lubalingraphstd-book-webfont.ttf") format("truetype"), url("../../../fonts/lubalingraphstd-book-webfont.svg#lubalingraphstd-book-webfont") format("svg");
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
}

@font-face {
  font-family: "lubalingraphstd-demi-webfont";
  src: url("../../../fonts/lubalingraphstd-demi-webfont.eot");
  src: url("../../../fonts/lubalingraphstd-demi-webfont.eot?#iefix") format("embedded-opentype"), url("../../../fonts/lubalingraphstd-demi-webfont.ttf") format("truetype"), url("../../../fonts/lubalingraphstd-demi-webfont.svg#lubalingraphstd-demi-webfont") format("svg");
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "lubalingraphstd-book-webfont";
    src: url("../../../fonts/lubalingraphstd-book-webfont.svg#lubalingraphstd-book-webfont") format("svg");
}

  @font-face {
    font-family: "lubalingraphstd-demi-webfont";
    src: url("../../../fonts/lubalingraphstd-demi-webfont.svg#lubalingraphstd-demi-webfont") format("svg");
}
}
/******************************************************************************************************/
/* !general */
/* line 77, ../sass/region.scss */
html,
body {
  height: 100%;
  min-height: 550px;
}

/* line 81, ../sass/region.scss */
body {
  font-family: "lubalingraphstd-book-webfont", "Times New Roman", Times, serif;
  text-transform: uppercase;
  padding: 0;
}

/* line 86, ../sass/region.scss */
header {
  height: 12%;
  text-align: center;
  width: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
}
/* line 94, ../sass/region.scss */
header img {
  vertical-align: middle;
  position: absolute;
  top: 25%;
  left: 50%;
  margin-top: -21px;
  margin-left: -110px;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: url(../images/logo-region.jpg) no-repeat;
  background-repeat: no-repeat;
}

/* line 107, ../sass/region.scss */
.half {
  float: left;
  height: 100%;
  width: 50%;
  background: #000;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 117, ../sass/region.scss */
.half:hover .menu {
  display: block;
  background: url(../images/bg-region-black.png) repeat;
  background: rgba(0, 0, 0, 0.7);
}
/* line 123, ../sass/region.scss */
.half.mens .inner {
  text-align: right;
}
/* line 126, ../sass/region.scss */
.half.mens .google-plus-link {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font: 18px/1em "lubalingraphstd-book-webfont", "Times New Roman", Times, serif;
  letter-spacing: 1px;
  text-decoration: underline;
}
/* line 135, ../sass/region.scss */
.half.mens li {
  margin-right: -5px;
}
/* line 139, ../sass/region.scss */
.half.mens .has-children > a {
  padding-right: 25px;
  margin-right: -17px;
}
/* line 143, ../sass/region.scss */
.half.mens .has-children > a span {
  right: 9px;
}
/* line 147, ../sass/region.scss */
.half.mens .has-children li a {
  padding-right: 31px;
}
/* line 150, ../sass/region.scss */
.half.mens .has-children li a:after {
  right: 9px;
}
/* line 158, ../sass/region.scss */
.half.womens .has-children > a {
  padding-left: 24px;
  margin-left: -16px;
}
/* line 162, ../sass/region.scss */
.half.womens .has-children > a span {
  left: 9px;
}
/* line 166, ../sass/region.scss */
.half.womens .has-children li a {
  padding-left: 30px;
}
/* line 169, ../sass/region.scss */
.half.womens .has-children li a:after {
  left: 8px;
}
/* line 175, ../sass/region.scss */
.half .menu {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 181, ../sass/region.scss */
.half h1 {
  font: normal 35px/1em "lubalingraphstd-demi-webfont", "Times New Roman", Times, serif;
  letter-spacing: 2px;
  color: #fff;
  margin: 0 0 30px 0;
  padding: 0;
}
/* line 188, ../sass/region.scss */
.half .inner {
 padding: 125px 50px 50px 50px;
 overflow: hidden;
}
/* line 192, ../sass/region.scss */
.half .inner .google-plus-holder {
  display: none;
}
/* line 196, ../sass/region.scss */
.half ul {
  overflow: visible;
}
/* line 199, ../sass/region.scss */
.half li {
  font: 18px/1em "lubalingraphstd-book-webfont", "Times New Roman", Times, serif;
  letter-spacing: 1px;
  margin: 0 0 10px -8px;
  padding: 0;
}
/* line 205, ../sass/region.scss */
.half li a {
  display: inline-block;
  padding: 5px 8px;
  line-height: 100%;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 213, ../sass/region.scss */
.half li a:hover {
  background: url(../images/bg-region-black.png) repeat;
  background: rgba(0, 0, 0, 0.7);
}
/* line 219, ../sass/region.scss */
.half .has-children {
  position: relative;
}
/* line 222, ../sass/region.scss */
.half .has-children > a {
  position: relative;
}
/* line 227, ../sass/region.scss */
.half .has-children > a.active span, .half .has-children > a:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 231, ../sass/region.scss */
.half .has-children > a span {
  position: absolute;
  top: 7px;
  font: 14px/1em "FontAwesome";
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 239, ../sass/region.scss */
.half .has-children ul {
  padding-top: 9px;
  display: none;
}
/* line 243, ../sass/region.scss */
.half .has-children li {
  line-height: 1em;
  margin: 0;
}
/* line 247, ../sass/region.scss */
.half .has-children li a {
  position: relative;
  font: 11px/1em Helvetica, Arial, sans-serif;
  color: #fff;
  float: none;
  margin: 0;
}
/* line 254, ../sass/region.scss */
.half .has-children li a:after {
  content: "";
  display: block;
  width: 15px;
  height: 11px;
  position: absolute;
  top: 4px;
}
/* line 262, ../sass/region.scss */
.half .has-children li a.english:after {
  background-image: url(../images/flags/gb.jpg);
}
/* line 265, ../sass/region.scss */
.half .has-children li a.french:after {
  background-image: url(../images/flags/fr.jpg);
}
/* line 268, ../sass/region.scss */
.half .has-children li a.spanish:after {
  background-image: url(../images/flags/es.jpg);
}
/* line 271, ../sass/region.scss */
.half .has-children li a.italian:after {
  background-image: url(../images/flags/it.jpg);
}
/* line 274, ../sass/region.scss */
.half .has-children li a.german:after {
  background-image: url(../images/flags/gm.jpg);
}

@media (max-width: 767px) {
  /* line 284, ../sass/region.scss */
  html,
  body {
    min-height: 1px;
  }

  /* line 287, ../sass/region.scss */
  header {
    height: 70px;
  }

  /* line 290, ../sass/region.scss */
  .half {
    float: none;
    width: 100%;
    height: auto;
  }
  /* line 295, ../sass/region.scss */
  .half:hover .menu {
    background-image: none;
    background: rgba(0, 0, 0, 0.3);
  }
  /* line 299, ../sass/region.scss */
  .half .menu {
    display: block;
  }
  /* line 303, ../sass/region.scss */
  .half.mens .inner {
    text-align: left;
  }
  /* line 306, ../sass/region.scss */
  .half.mens .google-plus-link {
    display: none;
  }
  /* line 310, ../sass/region.scss */
  .half.mens .has-children li a {
    padding-right: 8px;
    padding-left: 30px;
  }
  /* line 314, ../sass/region.scss */
  .half.mens .has-children li a:after {
    right: auto;
    left: 8px;
  }
  /* line 321, ../sass/region.scss */
  .half.womens {
    margin-bottom: -1px;
  }
  /* line 325, ../sass/region.scss */
  .half.womens .has-children > a {
    padding-left: 8px;
    padding-right: 25px;
    margin-left: 0;
    margin-right: -17px;
  }
  /* line 331, ../sass/region.scss */
  .half.womens .has-children > a span {
    left: auto;
    right: 9px;
  }
  /* line 338, ../sass/region.scss */
  .half h1 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  /* line 342, ../sass/region.scss */
  .half li {
    font-size: 14px;
    margin-bottom: 5px;
  }
  /* line 346, ../sass/region.scss */
  .half li a {
    width: auto;
  }
  /* line 350, ../sass/region.scss */
  .half .inner {
    padding: 20px 20px 9px 20px;
  }
  /* line 353, ../sass/region.scss */
  .half .inner .google-plus-holder {
    display: block;
  }
  /* line 358, ../sass/region.scss */
  .half .has-children > a span {
    top: 5px;
    font-size: 13px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  /* line 367, ../sass/region.scss */
  header img {
    background-image: url(../images/logo-region-retina.jpg);
    background-size: 220px 42px;
  }

  /* line 372, ../sass/region.scss */
  .half .has-children li a:after {
    background-size: 15px 11px;
  }
  /* line 375, ../sass/region.scss */
  .half .has-children li a.english:after {
    background-image: url(../images/flags/gb-retina.jpg);
  }
  /* line 378, ../sass/region.scss */
  .half .has-children li a.french:after {
    background-image: url(../images/flags/fr-retina.jpg);
  }
  /* line 381, ../sass/region.scss */
  .half .has-children li a.spanish:after {
    background-image: url(../images/flags/es-retina.jpg);
  }
  /* line 384, ../sass/region.scss */
  .half .has-children li a.italian:after {
    background-image: url(../images/flags/it-retina.jpg);
  }
  /* line 387, ../sass/region.scss */
  .half .has-children li a.german:after {
    background-image: url(../images/flags/gm-retina.jpg);
  }
}
