/* FONTS */
@font-face {
  font-family: 'intro_bold';
  src: url('Fonts/intro-bold-webfont.eot');
  src: url('Fonts/intro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/intro-bold-webfont.woff2') format('woff2'), url('Fonts/intro-bold-webfont.woff') format('woff'), url('Fonts/intro-bold-webfont.ttf') format('truetype'), url('Fonts/intro-bold-webfont.svg#intro_boldregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'intro_book';
  src: url('Fonts/intro-book-webfont.eot');
  src: url('Fonts/intro-book-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/intro-book-webfont.woff2') format('woff2'), url('Fonts/intro-book-webfont.woff') format('woff'), url('Fonts/intro-book-webfont.ttf') format('truetype'), url('Fonts/intro-book-webfont.svg#intro_bookregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'knockout';
  src: url('Fonts/Knockout-HTF49-Liteweight.eot');
  src: url('Fonts/Knockout-HTF49-Liteweight.eot?#iefix') format('embedded-opentype'), url('Fonts/Knockout-HTF49-Liteweight.woff') format('woff'), url('Fonts/Knockout-HTF49-Liteweight.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
/*
@font-face {
    font-family: 'intro_light';
    src: url('Fonts/intro-light-webfont.eot');
    src: url('Fonts/intro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/intro-light-webfont.woff2') format('woff2'),
         url('Fonts/intro-light-webfont.woff') format('woff'),
         url('Fonts/intro-light-webfont.ttf') format('truetype'),
         url('Fonts/intro-light-webfont.svg#intro_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  position: relative;
  height: 100%;
  padding: 0px;
  margin: 0px;
}
/* XBASE */
.xbody {
  width: 100%;
  margin: auto auto;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.xsitew {
  max-width: 100%;
  padding: 0px;
}
.xcontentw {
  padding: 25px;
}
.xcontentw_content {
  padding: 15px;
  padding-bottom: 45px;
}
.xbmar {
  display: block;
  vertical-align: top;
  position: relative;
  margin: 15px;
}
.xbmar.grayborder {
  border: 1px solid black;
  padding: 25px;
}
@media (max-width: 900px) {
  .xsitew {
    margin-bottom: 50px;
  }
  .xcontentw {
    padding: 20px;
  }
  .xcontentw_content {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .xbmar {
    margin: 10px;
  }
  .xbmar.grayborder,
  .xbmar.yellow {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .xsitew {
    margin-bottom: 30px;
  }
  .xcontentw {
    padding: 15px;
  }
  .xcontentw_content {
    padding: 7px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.links a {
  color: black;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.links a:hover {
  color: black;
  border-bottom: 1px solid black;
}
.xb {
  display: block;
  position: relative;
}
.xib {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.xbp {
  display: block;
  position: relative;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}
.xc {
  text-align: center;
}
.x1 {
  display: block;
  position: relative;
}
.x2 {
  display: block;
  position: relative;
  margin: auto auto;
}
.x3 {
  display: block;
  position: relative;
  margin: auto auto;
}
.xm5 {
  margin: 5px;
}
.xm10 {
  margin: 10px;
}
.xm15 {
  margin: 15px;
}
.xm20 {
  margin: 20px;
}
.xm25 {
  margin: 25px;
}
.xm30 {
  margin: 30px;
}
.xm35 {
  margin: 35px;
}
.xm40 {
  margin: 40px;
}
.xp5 {
  padding: 5px;
}
.xp10 {
  padding: 10px;
}
.xp15 {
  padding: 15px;
}
.xp20 {
  padding: 20px;
}
.xp25 {
  padding: 25px;
}
.xp30 {
  padding: 30px;
}
.xp35 {
  padding: 35px;
}
.xp40 {
  padding: 40px;
}
.xab {
  display: block;
  position: absolute;
}
.xabfull {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
}
.xabfull_tbl,
.xabfull_tbl tr,
.xabfull_tbl td {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.xbgw {
  background-color: white;
}
.xbgb {
  background-color: black;
  color: white;
}
.xshad1b {
  text-shadow: 0px 0px 1px black;
}
.xanim {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.xanim_op {
  -webkit-transition: opacity 0.35s ease-out;
  -moz-transition: opacity 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}
.xspng {
  background-image: url('../img/gillemore_sprite.svg');
}
.xspng.png {
  background-image: url('../img/gillemore_sprite.png');
}
.xbgcov {
  background: no-repeat center center;
  background-size: cover;
}
.xbgcon {
  background: no-repeat;
  background-size: contain;
}
.xsitemap_2 {
  margin-left: 15px;
}
.xsitemap_3 {
  margin-left: 30px;
}
.xsitemap_4 {
  margin-left: 45px;
}
/* EXTRA */
.round8 {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}
.round6 {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.round4 {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.round150 {
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  -khtml-border-radius: 150px;
  border-radius: 150px;
}
.round250 {
  -moz-border-radius: 250px;
  -webkit-border-radius: 250px;
  -khtml-border-radius: 250px;
  border-radius: 250px;
}
.round_t_8 {
  -moz-border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  -khtml-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
}
.round_b_8 {
  -moz-border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  -khtml-border-radius: 0px 0px 8px 8px;
  border-radius: 0px 0px 8px 8px;
}
.round_t_6 {
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -khtml-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
}
.round_b_6 {
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
  -khtml-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
}
.round_t_4 {
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -khtml-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}
.round_b_4 {
  -moz-border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -khtml-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}
.round_tl_6 {
  -moz-border-radius: 6px 0px 0px 0px;
  -webkit-border-radius: 6px 0px 0px 0px;
  -khtml-border-radius: 6px 0px 0px 0px;
  border-radius: 6px 0px 0px 0px;
}
#map img {
  max-width: none;
}
/* ELEMENTS */
/* LESS ELEMENTS
.drop-shadow(0, 1px, 2px, 0.2);
.rounded(5px);
.border-radius(5px, 0, 0, 5px);
.opacity(0.8);
.box-shadow(0 1px 2px #999);
.columns(250px, 0, 50px, #EEE, solid, 1px);
.user-select(none); */
::selection {
  background: #000000;
  color: white;
}
::-moz-selection {
  background: #000000;
  color: white;
}
/* INIT */
body {
  color: white;
  background: black;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  font-family: 'intro_book', 'Verdana', 'Arial';
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: scroll;
}
body.scroll {
  overflow-y: scroll;
}
body.noscroll {
  height: 100%;
  overflow: hidden;
}
strong {
  font-family: 'intro_bold';
}
.page_bg_img {
  position: fixed;
  z-index: 500;
  left: 70px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
@media (max-width: 800px) {
  .page_bg_img {
    display: none;
  }
}
#paral2 {
  display: none;
}
.main_wrapper {
  display: none;
  margin-left: 70px;
  z-index: 750;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 800px) {
  .main_wrapper {
    margin-left: 0px;
  }
}
.page_height {
  position: fixed;
  left: -1px;
  top: 0px;
  bottom: 0px;
  width: 1px;
  font-size: 0px;
  line-height: 0px;
}
.loader_holder {
  width: 68px;
  height: 68px;
  left: 50%;
  top: 50%;
  margin-left: -34px;
  margin-top: -34px;
  z-index: 5000;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.loader_block {
  width: 68px;
  height: 68px;
  background-position: -1px -161px;
  -webkit-animation: rotating 1.3s linear infinite;
  -moz-animation: rotating 1.3s linear infinite;
  -ms-animation: rotating 1.3s linear infinite;
  -o-animation: rotating 1.3s linear infinite;
  animation: rotating 1.3s linear infinite;
}
/* NAV */
.page_overlay {
  z-index: 1500;
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 0px;
  background: rgba(0, 0, 0, 0.7);
}
.menu_wrapper {
  position: fixed;
  left: -71px;
  top: 0px;
  bottom: 0px;
  background: white;
  border-right: 1px solid #ebebeb;
  z-index: 2000;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (max-width: 800px) {
  .menu_wrapper {
    margin-left: -71px;
  }
}
.menu_wrapper.closed {
  cursor: pointer;
  cursor: hand;
}
@media (max-width: 800px) {
  .menu_wrapper.show {
    margin-left: 0px;
  }
}
.menu_wrapper_block {
  width: 70px;
  height: 100%;
}
.menu_logo_small {
  width: 40px;
  height: 42px;
  top: 15px;
  left: 50%;
  margin-left: -20px;
  background-position: 0px 0px;
}
@media (max-width: 800px) {
  .menu_logo_small {
    display: none;
  }
}
.menu_logo_big {
  width: 90px;
  height: 150px;
  top: 25px;
  left: 50%;
  margin-left: -45px;
  background-position: -70px 0px;
  display: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.menu_icon {
  width: 30px;
  left: 20px;
  top: 50%;
  margin-top: -10px;
}
@media (max-width: 800px) {
  .menu_icon {
    display: none;
  }
}
.menu_icon_mob {
  margin-left: -50px;
  position: fixed;
  width: 50px;
  height: 50px;
  left: 0px;
  top: 0px;
  z-index: 800;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 800px) {
  .menu_icon_mob {
    margin-left: 0px;
  }
}
.menu_icon_mob_block {
  width: 26px;
  padding-top: 4px;
  margin: 20px 0px 0px 20px;
}
.menu_line {
  height: 2px;
  background: black;
  margin-bottom: 5px;
}
.menu_icon_mob .menu_line {
  background: white;
}
.menu_holder {
  top: 180px;
  bottom: 180px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 800px) {
  .menu_holder {
    bottom: 0px;
  }
}
.menu {
  width: 200px;
  margin-left: -65px;
  text-align: center;
  color: black;
  display: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.menu_item,
.menu_item:visited {
  font-family: 'intro_bold';
  text-transform: uppercase;
  font-size: 13px;
  color: black;
  padding: 10px 0px;
  letter-spacing: 2px;
}
.menu_item:hover,
.menu_item:active {
  color: black;
}
.menu_item_linetop {
  width: 0px;
  left: 50%;
  top: 5px;
  height: 1px;
  background-color: black;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.menu_item_linebot {
  width: 0px;
  left: 50%;
  bottom: 0px;
  height: 1px;
  background-color: #b8b8b8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.menu_item:hover .menu_item_linetop {
  width: 0px;
  margin-left: -10px;
}
.menu_item:hover .menu_item_linebot {
  width: 30px;
  margin-left: -15px;
}
.menu_item:active .menu_item_linebot,
.menu_item.active .menu_item_linebot {
  background-color: black;
}
.menu_footer {
  left: 50%;
  margin-left: -100px;
  width: 200px;
  bottom: 30px;
  display: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.menu_footer_content {
  width: 200px;
  text-align: center;
  color: black;
  font-size: 11px;
}
@media (max-width: 800px) {
  .menu_footer_content {
    display: none;
  }
}
.menu_footer_closer {
  color: #aaaaaa;
  margin-top: 15px;
}
.menu_footer_closer a,
.menu_footer_closer a:visited {
  color: #aaaaaa;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.menu_footer_closer a:hover,
.menu_footer_closer a:active {
  color: black;
}
.menu_footer_sm,
.menu_footer_sm:visited {
  width: 36px;
  height: 36px;
  text-align: center;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 0px 4px;
}
.mf_sm {
  width: 30px;
  height: 30px;
  top: 3px;
  left: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mf_sm.facebook {
  background-position: -311px -173px;
}
.mf_sm.twitter {
  background-position: -351px -173px;
}
.mf_sm.instagram {
  background-position: -393px -173px;
}
.facebook.white {
  background-position: -311px -213px;
}
.twitter.white {
  background-position: -351px -213px;
}
.instagram.white {
  background-position: -393px -213px;
}
.mf_sm_circle {
  width: 0px;
  height: 0px;
  top: 50%;
  left: 50%;
  background: black;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mf_sm.white {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.menu_footer_sm:hover .mf_sm_circle {
  width: 38px;
  height: 38px;
  margin-left: -19px;
  margin-top: -19px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.menu_footer_sm:active .mf_sm_circle {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.menu_footer_sm:hover .white {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/* HOME */
.home_p1 {
  background-color: black;
  overflow: hidden;
}
@media (max-width: 800px) {
  .home_p1 {
    display: none;
  }
}
.home_black_bgimg {
  background-image: url('../img/home/black_bg.jpg');
}
.p1_visual1_holder {
  width: 721px;
  height: 726px;
  left: 50%;
  top: 50%;
  margin-left: -530px;
  margin-top: -250px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 900px) {
  .p1_visual1_holder {
    margin-left: -560px;
  }
}
.p1_visual1 {
  width: 100%;
  height: 100%;
  background-image: url('../img/home/visual1_bottle.png');
  background-repeat: no-repeat;
  background-size: contain;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.home_p1_content {
  margin-left: 60%;
  width: 300px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
@media (max-width: 900px) {
  .home_p1_content {
    margin-left: 48%;
  }
}
.p1_intro {
  margin-top: 30px;
  font-size: 24px;
  line-height: 130%;
  font-family: 'intro_bold';
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 900px) {
  .p1_intro {
    font-size: 22px;
  }
}
.home_p1_mob {
  display: none;
}
@media (max-width: 800px) {
  .home_p1_mob {
    display: block;
  }
}
.home_p1_content_mob {
  max-width: 350px;
  margin: auto;
  padding: 0px 20px 40px 20px;
  text-align: center;
  margin-top: -20%;
}
.circle_but_holder {
  width: 90px;
  height: 90px;
  border: 2px solid white;
  margin: 0px 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.circle_but {
  font-family: 'intro_bold';
}
.circle_but.light {
  font-family: 'intro_book';
}
.circle_but_txt,
.circle_but_holder:visited .circle_but_txt {
  padding-top: 4px;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 2px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.circle_but_hover {
  background: white;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.circle_but_holder:hover .circle_but_txt,
.circle_but_holder:active .circle_but_txt,
.circle_but_holder.active .circle_but_txt {
  color: black;
}
.circle_but_holder:hover .circle_but_hover,
.circle_but_holder:active .circle_but_hover,
.circle_but_holder.active .circle_but_hover {
  background: white;
  width: 92px;
  height: 92px;
  margin-left: -46px;
  margin-top: -46px;
}
.circle_but_holder_black {
  width: 90px;
  height: 90px;
  border: 2px solid black;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.circle_but_black {
  font-family: 'intro_bold';
}
.circle_but_txt_black,
.circle_but_holder_black:visited .circle_but_txt_black {
  padding-top: 4px;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 2px;
  color: black;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.circle_but_hover_black {
  background: black;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.circle_but_holder_black:hover .circle_but_txt_black,
.circle_but_holder_black:active .circle_but_txt_black,
.circle_but_holder_black.active .circle_but_txt_black {
  color: white;
}
.circle_but_holder_black:hover .circle_but_hover_black,
.circle_but_holder_black:active .circle_but_hover_black,
.circle_but_holder_black.active .circle_but_hover_black {
  background: black;
  width: 92px;
  height: 92px;
  margin-left: -46px;
  margin-top: -46px;
}
.circle_but_holder_nobut {
  width: 90px;
  height: 90px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.circle_but_txt_nobut {
  padding-top: 4px;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 2px;
  color: white;
  text-transform: uppercase;
  font-family: 'intro_book';
}
.p_arrow {
  width: 40px;
  height: 40px;
  bottom: 4%;
  left: 50%;
  margin-left: -20px;
  background-position: -195px 7px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.p_arrow:hover {
  background-position: -195px 14px;
}
@media (max-width: 800px) {
  .home_p2 {
    background-image: url('../img/home/visual2_mob.jpg');
  }
}
.p2_visual2_holder {
  width: 420px;
  height: 810px;
  left: 50%;
  top: 50%;
  margin-left: 60px;
  margin-top: -290px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 900px) {
  .p2_visual2_holder {
    margin-left: 0px;
  }
}
.p2_visual2 {
  width: 100%;
  height: 100%;
  background-image: url('../img/home/visual2_bottle.png');
  background-repeat: no-repeat;
  background-size: contain;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.home_p2_content {
  margin-left: 20%;
  width: 400px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 900px) {
  .home_p2_content {
    margin-left: 8%;
  }
}
.p2_intro {
  margin-top: 0px;
  font-size: 24px;
  line-height: 130%;
  font-family: 'intro_bold';
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .p2_intro {
    font-size: 22px;
  }
}
.p2_txt {
  color: #aaaaaa;
  max-width: 340px;
  margin: auto;
  margin-bottom: 30px;
}
.p2_abra {
  width: 171px;
  height: 58px;
  background-position: -200px -82px;
}
.home_p3 {
  background-color: black;
  overflow: hidden;
}
@media (max-width: 800px) {
  .home_p3 {
    display: none;
  }
}
.home_p3_mob {
  display: none;
  background-image: url('../img/home/black_bg.jpg');
}
@media (max-width: 800px) {
  .home_p3_mob {
    display: block;
  }
}
.home_p3_content_mob {
  max-width: 350px;
  text-align: center;
  margin: auto;
  padding: 50px 20px 50px 20px;
}
.home_p3_bottle {
  height: 550px;
  margin: auto;
  overflow: hidden;
  max-width: 420px;
}
@media (max-width: 450px) {
  .home_p3_bottle {
    height: 500px;
  }
}
.home_p3_bottle_visual {
  top: 0px;
  left: 20px;
  right: 20px;
  background-image: url('../img/home/visual2_bottle.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 193%;
}
.home_p4_collage {
  display: block;
}
@media (max-width: 800px) {
  .home_p4_collage {
    display: none;
  }
}
.home_p4_collage_mob {
  display: none;
}
@media (max-width: 800px) {
  .home_p4_collage_mob {
    display: block;
  }
}
.home_p5 {
  background-color: white;
  color: black;
  background-image: url('../img/home/white_bg.jpg');
}
.bigtitle_black {
  text-align: center;
  text-transform: uppercase;
  color: black;
  font-size: 26px;
  line-height: 130%;
  font-family: 'intro_bold';
  letter-spacing: 3px;
}
@media (max-width: 900px) {
  .bigtitle_black {
    font-size: 22px;
  }
}
.subtitle_black {
  text-align: center;
  color: #777777;
  max-width: 600px;
  margin: auto;
  margin-top: 15px;
}
.salespoints_content {
  max-width: 800px;
  margin: auto;
  margin-top: 70px;
}
@media (max-width: 900px) {
  .salespoints_content {
    margin-top: 40px;
  }
}
.salespoints_order {
  text-align: center;
  margin-top: 35px;
}
.store_line {
  border-bottom: 1px solid #dddddd;
  font-size: 11px;
  padding: 15px 0px;
}
.store_line:first-child {
  border-top: 1px solid #dddddd;
}
.store_left {
  width: 33.333%;
  text-transform: uppercase;
  font-family: 'intro_bold';
}
.store_center {
  width: 33.333%;
  color: #777777;
}
.store_right {
  width: 33.333%;
  text-align: right;
  color: #777777;
}
.store_right a,
.store_right a:visited {
  color: #777777;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.store_right a:hover,
.store_right a:active {
  color: black;
}
@media (max-width: 800px) {
  .store_left {
    width: 100%;
    text-align: left;
  }
  .store_center,
  .store_right {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .store_left,
  .store_center,
  .store_right {
    width: 100%;
    text-align: center;
  }
}
.home_p6 {
  background-color: black;
}
.coctail_holder {
  width: 50%;
}
@media (max-width: 700px) {
  .coctail_holder {
    width: 100%;
  }
}
.coctail_block {
  padding-top: 70%;
  overflow: hidden;
}
.coctail_block_img {
  left: -10%;
  top: -10%;
  right: -10%;
  bottom: -10%;
  -webkit-transition: all 4s ease-out;
  -moz-transition: all 4s ease-out;
  -o-transition: all 4s ease-out;
  transition: all 4s ease-out;
}
.coctail_title,
.coctail_holder:visited .coctail_title,
.coctail_holder:hover .coctail_title,
.coctail_holder:active .coctail_title {
  color: white;
  padding: 0px 15%;
  font-size: 24px;
  line-height: 130%;
  font-family: 'intro_book';
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .coctail_title,
  .coctail_holder:visited .coctail_title,
  .coctail_holder:hover .coctail_title,
  .coctail_holder:active .coctail_title {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .coctail_title,
  .coctail_holder:visited .coctail_title,
  .coctail_holder:hover .coctail_title,
  .coctail_holder:active .coctail_title {
    padding: 0px 25px;
  }
}
@media (max-width: 700px) {
  .coctail_title,
  .coctail_holder:visited .coctail_title,
  .coctail_holder:hover .coctail_title,
  .coctail_holder:active .coctail_title {
    padding: 0px 15%;
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .coctail_title,
  .coctail_holder:visited .coctail_title,
  .coctail_holder:hover .coctail_title,
  .coctail_holder:active .coctail_title {
    padding: 0px 20px;
    font-size: 18px;
  }
}
.home_p7 {
  background-image: url('../img/home/black_bg.jpg');
}
.bigtitle_white {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 130%;
  font-family: 'intro_bold';
  letter-spacing: 3px;
}
@media (max-width: 900px) {
  .bigtitle_white {
    font-size: 22px;
  }
}
.partners_content {
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 900px) {
  .partners_content {
    margin-top: 40px;
  }
}
.partner_holder {
  width: 33.333%;
}
@media (max-width: 800px) {
  .partner_holder {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .partner_holder {
    width: 100%;
  }
}
.partner_holder_block {
  max-width: 240px;
  padding: 0px 15px;
  margin: auto;
  margin-bottom: 40px;
}
.partner_logo {
  height: 90px;
  margin-bottom: 35px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.partner_txt {
  color: #aaaaaa;
}
.partner_link {
  margin-top: 35px;
}
@media (max-width: 800px) {
  .home_p8 {
    background-image: url('../img/home/visual6_mob.jpg');
  }
}
.home_p8_content {
  padding: 0px 25px;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 130%;
  font-family: 'intro_bold';
  letter-spacing: 3px;
}
@media (max-width: 900px) {
  .home_p8_content {
    font-size: 22px;
    padding: 0px 20px;
  }
}
.home_p_content {
  padding: 100px 50px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 900px) {
  .home_p_content {
    padding: 70px 20px;
  }
}
.home_p_content.partners {
  padding-bottom: 10px;
}
@media (max-width: 900px) {
  .home_p_content.partners {
    padding-bottom: 0px;
  }
}
/* HOME 2 */
.h_content_inner {
  max-width: 400px;
}
.h_content {
  padding: 0px 20%;
  text-align: center;
}
.h_title {
  font-size: 42px;
  line-height: 90%;
  font-family: 'knockout';
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 35px;
}
.h_text {
  font-size: 17px;
  line-height: 135%;
  font-family: 'intro_book';
  color: white;
}
.h_text a,
.h_text a:visited {
  color: white;
  border-bottom: 1px solid white;
  text-decoration: none;
}
.h_text a:hover,
.h_text a:active,
.h_text a:focus {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  text-decoration: none;
}
.h_content_big {
  padding: 0px 10%;
}
.h_content_big_inner {
  max-width: 550px;
}
.h_title_big {
  font-size: 55px;
  line-height: 90%;
  font-family: 'knockout';
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.box1 {
  padding-top: 61%;
  background-image: url('../img/gillemore/gillemore_gin_01.jpg');
  font-size: 0px;
  line-height: 0px;
}
.box1_quote_holder {
  left: 33%;
  right: 33%;
  top: 10%;
}
.box1_quote {
  padding-top: 50%;
  background-image: url('../img/gillemore_quote.svg');
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.box2_left_holder {
  width: 50%;
  font-size: 0px;
  line-height: 0px;
}
.box2_right_holder {
  width: 50%;
  font-size: 0px;
  line-height: 0px;
}
.box2_left {
  padding-top: 120%;
  font-size: 0px;
  line-height: 0px;
}
.box2_right {
  padding-top: 120%;
  font-size: 0px;
  line-height: 0px;
}
.box2_left_img {
  background-image: url('../img/gillemore/gillemore_gin_02.jpg');
}
.box2_right_img {
  background-image: url('../img/gillemore/gillemore_gin_03.jpg');
}
.design_award {
  width: 70px;
  height: 143px;
  background-position: -550px 0px;
  top: 0px;
  left: 70px;
}
.box3 {
  padding-top: 61%;
  background-image: url('../img/gillemore/gillemore_gin_04.jpg');
  font-size: 0px;
  line-height: 0px;
}
.box4_left_holder {
  width: 50%;
  font-size: 0px;
  line-height: 0px;
}
.box4_right_holder {
  width: 50%;
  font-size: 0px;
  line-height: 0px;
}
.box4_left {
  padding-top: 120%;
  font-size: 0px;
  line-height: 0px;
}
.box4_right {
  padding-top: 120%;
  font-size: 0px;
  line-height: 0px;
}
.box4_left_img {
  background-image: url('../img/gillemore/gillemore_gin_05.jpg');
}
.box4_right_img {
  background-image: url('../img/gillemore/gillemore_gin_06.jpg');
}
.box5_left_holder {
  width: 50%;
  font-size: 0px;
  line-height: 0px;
}
.box5_right_holder {
  width: 50%;
  font-size: 0px;
  line-height: 0px;
}
.box5_left {
  padding-top: 140%;
  font-size: 0px;
  line-height: 0px;
}
.box5_right {
  padding-top: 140%;
  font-size: 0px;
  line-height: 0px;
}
.box5_left1_img {
  background-image: url('../img/gillemore/gillemore_gin_07.jpg');
  bottom: 35%;
}
.box5_left2_img {
  background-image: url('../img/gillemore/gillemore_gin_08.jpg');
  top: 65%;
  right: 50%;
}
.box5_left3_img {
  background-image: url('../img/gillemore/gillemore_gin_09.jpg');
  top: 65%;
  left: 50%;
}
.box5_right_img {
  background-image: url('../img/gillemore/gillemore_gin_10.jpg');
}
.box6 {
  height: 550px;
  background-image: url('../img/gillemore/gillemore_gin_11.jpg');
  font-size: 0px;
  line-height: 0px;
}
.box7 {
  padding-top: 61%;
  background-image: url('../img/gillemore/gillemore_gin_12.jpg');
  font-size: 0px;
  line-height: 0px;
}
.h_button_holder {
  margin-top: 30px;
}
.hidedesk {
  display: none;
}
@media (max-width: 1050px) {
  .h_content {
    padding: 0px 10%;
  }
  .h_text {
    font-size: 15px;
    line-height: 135%;
  }
}
@media (max-width: 850px) {
  .h_text {
    font-size: 17px;
    line-height: 135%;
  }
  .box1 {
    padding-top: 124%;
    background-image: url('../img/gillemore/gillemore_gin_01_mob.jpg');
  }
  .box1_quote_holder {
    left: 16%;
    right: 16%;
  }
  .box2_left_holder {
    display: none;
  }
  .box2_left_holder,
  .box2_right_holder,
  .box4_left_holder,
  .box4_right_holder,
  .box5_left_holder,
  .box5_right_holder {
    width: 100%;
  }
  .box2_right,
  .box4_left {
    padding: 0px;
    height: 600px;
  }
  .box3 .h_title_big {
    display: none;
  }
  .box4_right_holder {
    display: none;
  }
  .box7 {
    padding-top: 140%;
  }
  .hidedesk {
    display: block;
  }
}
@media (max-width: 550px) {
  .box6 {
    height: 450px;
  }
  .h_title_big {
    font-size: 42px;
  }
}
@media (max-width: 450px) {
  .h_text {
    font-size: 15px;
    line-height: 135%;
  }
  .box2_right,
  .box4_left {
    padding: 0px;
    height: 500px;
  }
}
/* EXTRA PAGES */
.page_header {
  padding-top: 50%;
  overflow: hidden;
}
@media (max-width: 700px) {
  .page_header {
    padding-top: 70%;
  }
}
@media (max-width: 500px) {
  .page_header {
    padding-top: 80%;
  }
}
.page_header.small {
  padding-top: 30%;
  overflow: hidden;
}
@media (max-width: 700px) {
  .page_header.small {
    padding-top: 40%;
  }
}
@media (max-width: 500px) {
  .page_header.small {
    padding-top: 50%;
  }
}
.page_header_logo {
  margin-top: -20px;
}
.page_header_title {
  max-width: 500px;
  padding: 0px 20px;
  margin: auto;
  font-size: 24px;
  line-height: 130%;
  font-family: 'intro_bold';
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 900px) {
  .page_header_title {
    font-size: 22px;
  }
}
.page_content_content {
  padding: 90px 40px;
  max-width: 600px;
  margin: auto;
}
@media (max-width: 800px) {
  .page_content_content {
    padding: 40px 20px;
  }
}
.page_content_txt {
  max-width: 600px;
  margin: auto auto;
  color: #777;
}
.collage_img {
  display: block;
}
@media (max-width: 800px) {
  .collage_img {
    display: none;
  }
}
.collage_img_mob {
  display: none;
}
@media (max-width: 800px) {
  .collage_img_mob {
    display: block;
  }
}
.page_bigtext {
  background-color: black;
  color: white;
  padding: 90px 40px;
  border-bottom: 1px solid #444444;
}
@media (max-width: 800px) {
  .page_bigtext {
    padding: 40px 20px;
  }
}
.page_bigtext_content {
  max-width: 700px;
  margin: auto;
}
/* STARTPAGE */
@media (max-width: 700px) {
  .start {
    display: none;
  }
}
.start_mob {
  display: none;
}
@media (max-width: 700px) {
  .start_mob {
    display: block;
  }
}
.start_mob_content {
  text-align: center;
  max-width: 400px;
  margin: auto;
  padding: 70px 20px 60px 20px;
}
.start_body {
  background-image: url('../img/home/black_bg.jpg');
}
.start_content {
  max-width: 400px;
  margin: auto;
}
.start_logo_holder {
  margin-top: -30px;
  margin-bottom: 40px;
}
.start_logo {
  width: 90px;
  height: 148px;
  background-position: -420px 0px;
}
.start_toptitle {
  font-size: 14px;
  margin-bottom: 25px;
  color: #aaaaaa;
}
.start_title {
  font-family: 'intro_bold';
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.start_no {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
/* FOOTER */
.footer_holder {
  background-color: black;
}
@media (max-width: 750px) {
  .footer_social {
    border-top: 1px solid #444444;
  }
}
.footer_social_item {
  width: 25%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer_social_block {
  border-left: 1px solid #444444;
  padding-top: 80%;
}
.footer_social_block.first {
  border-left: none;
}
.footer_social_item:hover {
  background-color: white;
}
.sm_black,
.footer_social_item:visited .sm_black {
  z-index: 1050;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer_social_item:hover .sm_black,
.footer_social_item:active .sm_black {
  color: white;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.sm_hover {
  background: transparent;
  z-index: 1000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer_social_item:hover .sm_hover,
.footer_social_item:active .sm_hover {
  background: white;
  top: -5%;
  bottom: -5%;
}
.sm_white,
.footer_social_item:visited .sm_white {
  z-index: 1050;
  color: black;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer_social_item:hover .sm_white,
.footer_social_item:active .sm_white {
  color: black;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ico_sm {
  width: 30px;
  height: 30px;
}
.ico_sm.fb {
  background-position: -129px -175px;
}
.ico_sm.fb_black {
  background-position: -129px -225px;
}
.ico_sm.tw {
  background-position: -170px -175px;
}
.ico_sm.tw_black {
  background-position: -170px -225px;
}
.ico_sm.in {
  background-position: -213px -175px;
}
.ico_sm.in_black {
  background-position: -213px -225px;
}
.ico_sm.ml {
  background-position: -259px -175px;
}
.ico_sm.ml_black {
  background-position: -259px -225px;
}
.footer_social_title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 145%;
  margin-top: 20px;
  font-family: 'intro_bold';
}
@media (max-width: 750px) {
  .footer_social_title {
    display: none;
  }
}
.footer_content {
  padding: 25px;
  border-top: 1px solid #444444;
  text-align: center;
  color: #666;
  font-size: 12px;
}
@media (max-width: 800px) {
  .footer_content {
    padding: 20px;
  }
}
.footer_left {
  width: 25%;
  text-align: left;
}
.footer_center {
  width: 50%;
  text-align: center;
  text-transform: lowercase;
}
.footer_center.mob {
  width: 100%;
  display: none;
}
.footer_center a,
.footer_center a:visited {
  color: #666;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer_center a:hover,
.footer_center a:active {
  color: white;
}
.footer_right {
  width: 25%;
  text-align: right;
}
.footer_links a,
.footer_links a:visited {
  color: #666;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: lowercase;
}
.footer_links a:hover,
.footer_links a:active {
  color: white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 700px) {
  .footer_left,
  .footer_right {
    width: 100%;
    text-align: center;
    padding: 4px 0px;
  }
  .footer_center {
    display: none;
  }
  .footer_center.mob {
    display: block;
    padding: 4px 0px;
  }
}
/* RESPONSIVE MENU */
.header_menu_small {
  display: none;
  font-family: 'intro_book';
  background-color: black;
}
.menu_small_title,
.menu_small_title:visited {
  display: block;
  color: white;
  padding: 11px 15px 9px 15px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #333333;
}
.menu_small_title:hover,
.menu_small_title:active {
  color: white;
}
.menu_small_icon {
  right: 16px;
  top: 50%;
  margin-top: -6px;
  width: 25px;
  height: 25px;
  overflow: hidden;
}
.msi_line {
  height: 2px;
  background: white;
  margin-bottom: 4px;
}
.menu_small_holder {
  display: none;
}
.menu_small_item {
  display: block;
  color: #aaaaaa;
  padding: 8px 15px 7px 15px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
  border-bottom: 1px solid #333333;
  text-align: center;
}
.menu_small_item:hover,
.menu_small_item.active {
  color: white;
}
.menu_small_sub_item {
  display: block;
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  padding: 7px 15px 6px 30px;
  text-transform: lowercase;
  text-align: left;
  letter-spacing: 1px;
  border-top: 1px solid #c0c426;
}
.menu_small_sub_item:hover,
.menu_small_sub_item.active {
  color: #000000;
  background: #151515;
}
@media (max-width: 700px) {
  .header_menu_small {
    display: block;
  }
  .header_menu_holder {
    display: none;
  }
  .mobile_logo_top {
    display: block;
  }
}
/* MISC */
.links a {
  color: white;
  border-bottom: 1px solid #444444;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.links a:hover {
  color: white;
  border-bottom: 1px solid white;
}
.showmobile {
  display: none;
}
@media (max-width: 700px) {
  .hidemobile {
    display: none;
  }
  .showmobile {
    display: block;
  }
}
.pg_subtitle {
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-size: 18px;
  font-family: 'intro_bold';
  line-height: 130%;
  text-transform: uppercase;
}
/* PRELOADER ANIMATION */
@-webkit-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
