/***

SECTIONS 




- ALL SLIDERS


*/
/* line 5, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*Colours*/
/*Viewport sizes*/
/* line 44, ../sass/_base.scss */
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white;
}

/* line 51, ../sass/_base.scss */
div {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* line 60, ../sass/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "museo-slab", serif;
}

/* line 69, ../sass/_base.scss */
a {
  text-decoration: none;
  color: #79BCD1;
}

/* label color */
/* line 77, ../sass/_base.scss */
.input-field label {
  color: #79BCD1 !important;
}

/* label focus color */
/* line 84, ../sass/_base.scss */
.input-field input[type=text]:focus + label {
  color: #79BCD1 !important;
}

/* label underline focus color */
/* line 91, ../sass/_base.scss */
.input-field input[type=text]:focus {
  border-bottom: 1px solid #79BCD1 !important;
  box-shadow: 0 1px 0 0 #79BCD1 !important;
}

/* valid color */
/* line 99, ../sass/_base.scss */
.input-field input[type=text].valid {
  border-bottom: 1px solid #79BCD1 !important;
  box-shadow: 0 1px 0 0 #79BCD1 !important;
}

/* invalid color */
/* line 107, ../sass/_base.scss */
.input-field input[type=text].invalid {
  border-bottom: 1px solid #79BCD1 !important;
  box-shadow: 0 1px 0 0 #79BCD1 !important;
}

/* icon prefix focus color */
/* line 115, ../sass/_base.scss */
.input-field .prefix.active {
  color: #79BCD1 !important;
}

/* line 119, ../sass/_base.scss */
.btn,
.btn-large {
  background-color: #79BCD1 !important;
}

/* line 124, ../sass/_base.scss */
input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
  border-bottom: 1px solid #79BCD1 !important;
  box-shadow: 0 1px 0 0 #79BCD1 !important;
}

/* line 150, ../sass/_base.scss */
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #79BCD1 !important;
  box-shadow: 0 1px 0 0 #79BCD1 !important;
}

/* line 165, ../sass/_base.scss */
input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=search].invalid + label:after,
input[type=search]:focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
  content: "Wrong" !important;
  color: #F44336;
  opacity: 1;
}

/* line 2, ../sass/style.scss */
header {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 70px;
  background-color: #79BCD1;
  z-index: 10000;
}
/* line 11, ../sass/style.scss */
header #logo {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -100px;
}
@media (max-width: 920px) {
  /* line 11, ../sass/style.scss */
  header #logo {
    width: 150px;
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    margin-top: 10px;
  }
}
/* line 28, ../sass/style.scss */
header #logo img {
  width: 100%;
}
/* line 32, ../sass/style.scss */
header #nav-trigger {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}
/* line 38, ../sass/style.scss */
header #nav-trigger .icon {
  left: 20px;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 16px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 47, ../sass/style.scss */
header #nav-trigger .icon .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  -ms-transform: translate(0, 0%);
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  -webkit-transition: width 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 444ms, margin-top 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms, -webkit-transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms;
  transition: width 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 444ms, margin-top 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms, transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms;
}
/* line 59, ../sass/style.scss */
header #nav-trigger .icon .bar:nth-child(2) {
  width: 50%;
  margin-top: -1px;
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
/* line 66, ../sass/style.scss */
header #nav-trigger .icon .bar:nth-child(3) {
  width: 75%;
  margin-top: -2px;
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 1;
}
/* line 73, ../sass/style.scss */
header #nav-trigger .icon .bar:nth-child(3) span {
  visibility: visible;
  -webkit-transition: visibility 0s linear 222ms;
  transition: visibility 0ms linear 222ms;
}
/* line 79, ../sass/style.scss */
header #nav-trigger .icon .bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0) translate3d(0, 0, 0);
  transform: rotate(0) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 95, ../sass/style.scss */
header #nav-trigger .icon.active .bar {
  margin-top: -1px;
  width: 100%;
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: width 222ms cubic-bezier(0.215, 0.61, 0.355, 1), margin-top 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms, -webkit-transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms;
  transition: width 222ms cubic-bezier(0.215, 0.61, 0.355, 1), margin-top 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms, transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms;
}
/* line 103, ../sass/style.scss */
header #nav-trigger .icon.active .bar span {
  -webkit-transition: -webkit-transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 444ms;
  transition: transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 444ms;
}
/* line 108, ../sass/style.scss */
header #nav-trigger .icon.active .bar:nth-child(1) span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
}
/* line 115, ../sass/style.scss */
header #nav-trigger .icon.active .bar:nth-child(2) span {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
/* line 122, ../sass/style.scss */
header #nav-trigger .icon.active .bar:nth-child(3) span {
  visibility: hidden;
  -webkit-transition: visibility 0s linear 444ms;
  transition: visibility 0ms linear 444ms;
}
/* line 132, ../sass/style.scss */
header .social_share {
  display: none;
  color: white;
}
@media (max-width: 736px) {
  /* line 132, ../sass/style.scss */
  header .social_share {
    display: block;
  }
}
/* line 139, ../sass/style.scss */
header #socials {
  position: absolute;
  width: 120px;
  height: 100%;
  top: 0px;
  right: 0px;
  vertical-align: middle;
}
@media (max-width: 736px) {
  /* line 139, ../sass/style.scss */
  header #socials {
    display: none;
  }
}
/* line 149, ../sass/style.scss */
header #socials ul {
  position: relative;
  top: auto;
  right: auto;
  margin-right: 15px;
  list-style: none;
}
/* line 155, ../sass/style.scss */
header #socials ul li {
  position: relative;
  width: 32px;
  height: 100%;
  display: inline-block;
}
/* line 160, ../sass/style.scss */
header #socials ul li a {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 32px;
  margin: 8px 0 0 0;
  overflow: hidden;
  color: white;
}

/* line 175, ../sass/style.scss */
.wrapper {
  position: absolute;
  top: 70px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
}

/* line 183, ../sass/style.scss */
.menu {
  height: 270px;
  position: absolute;
  width: 100%;
  overflow: visible;
  background-color: transparent;
  transition: height 500ms cubic-bezier(0.07, 1, 0.37, 0.95);
}
@media (max-width: 1280px) {
  /* line 183, ../sass/style.scss */
  .menu {
    height: 190px;
  }
}
@media (max-width: 992px) {
  /* line 183, ../sass/style.scss */
  .menu {
    height: 190px;
    z-index: 9989;
  }
}
@media (max-width: 480px) {
  /* line 183, ../sass/style.scss */
  .menu {
    height: 190px;
  }
}
/* line 200, ../sass/style.scss */
.menu .items {
  background-color: transparent;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 500ms linear;
}
/* line 210, ../sass/style.scss */
.menu .items > ul {
  display: inline-block;
  text-align: center;
  height: 5000px;
  /*This will be modified via JS*/
}
@media (max-width: 1280px) {
  /* line 210, ../sass/style.scss */
  .menu .items > ul {
    height: 5000px;
  }
}
/* line 228, ../sass/style.scss */
.menu .items > ul.selected_tab li a {
  opacity: 1;
}
/* line 231, ../sass/style.scss */
.menu .items > ul.selected_tab li a span {
  opacity: 1;
}
/* line 237, ../sass/style.scss */
.menu .items > ul li {
  display: inline-block;
}
@media (max-width: 736px) {
  /* line 237, ../sass/style.scss */
  .menu .items > ul li {
    width: 25%;
  }
}
/* line 242, ../sass/style.scss */
.menu .items > ul li a {
  display: block;
  opacity: 0.2;
  transition: opacity 0.5s linear;
}
/* line 246, ../sass/style.scss */
.menu .items > ul li a:hover {
  opacity: 1;
}
/* line 248, ../sass/style.scss */
.menu .items > ul li a:hover span {
  opacity: 1 !important;
}
/* line 252, ../sass/style.scss */
.menu .items > ul li a img {
  width: 100%;
}
@media (max-width: 1280px) {
  /* line 252, ../sass/style.scss */
  .menu .items > ul li a img {
    width: 50%;
  }
}
@media (max-width: 736px) {
  /* line 252, ../sass/style.scss */
  .menu .items > ul li a img {
    width: 60%;
  }
}
@media (max-width: 480px) {
  /* line 252, ../sass/style.scss */
  .menu .items > ul li a img {
    width: 100%;
  }
}
/* line 268, ../sass/style.scss */
.menu .items > ul li a img + span {
  display: block;
  color: #919191;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media (max-width: 480px) {
  /* line 268, ../sass/style.scss */
  .menu .items > ul li a img + span {
    font-size: 0.8em;
    padding-top: 5px;
  }
}
/* line 282, ../sass/style.scss */
.menu.menu-hidden {
  height: 70px !important;
  z-index: 9997;
}
/* line 285, ../sass/style.scss */
.menu.menu-hidden .items {
  opacity: 0 !important;
}
/* line 289, ../sass/style.scss */
.menu:hover {
  opacity: 1 !important;
  height: 270px !important;
}
@media (max-width: 1280px) {
  /* line 289, ../sass/style.scss */
  .menu:hover {
    height: 190px !important;
  }
}
/* line 298, ../sass/style.scss */
.menu:hover .items {
  opacity: 1 !important;
}
@media (max-width: 736px) {
  /* line 303, ../sass/style.scss */
  .menu .tabs .tab {
    letter-spacing: .5px;
    width: auto;
  }
}
/* line 308, ../sass/style.scss */
.menu .tabs .tab a:hover {
  color: #79BCD1;
}
/* line 312, ../sass/style.scss */
.menu .tabs .indicator {
  background-color: #79BCD1;
  bottom: 20px;
}
@media (max-width: 736px) {
  /* line 312, ../sass/style.scss */
  .menu .tabs .indicator {
    display: none;
  }
}
/* line 320, ../sass/style.scss */
.menu .headers {
  width: 100%;
  max-width: 900px;
  height: 70px;
  text-align: center;
}
@media (max-width: 480px) {
  /* line 320, ../sass/style.scss */
  .menu .headers {
    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* line 330, ../sass/style.scss */
.menu .headers li {
  display: inline-block;
}
/* line 332, ../sass/style.scss */
.menu .headers li a {
  color: #62666c;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  border-bottom: 2px solid transparent;
  transition: border 222ms linear;
}
@media (max-width: 736px) {
  /* line 332, ../sass/style.scss */
  .menu .headers li a {
    font-size: 0.8em;
  }
}
/* line 342, ../sass/style.scss */
.menu .headers li a.active {
  color: red;
  font-weight: 700;
  color: #32353B;
}
@media (max-width: 736px) {
  /* line 342, ../sass/style.scss */
  .menu .headers li a.active {
    border-bottom: 2px solid #79BCD1;
  }
}

/* line 355, ../sass/style.scss */
.nav_bg {
  background-color: transparent;
  position: absolute;
  width: 100%;
  padding-right: 50%;
  top: 0px;
  display: block;
  visibility: hidden;
  z-index: 9998;
  height: 100%;
  transition: visibility 222ms linear, background-color 555ms linear;
}
/* line 366, ../sass/style.scss */
.nav_bg.active {
  visibility: visible;
  z-index: 10009 -1;
  background-color: rgba(11, 11, 11, 0.65);
}

/* line 373, ../sass/style.scss */
.nav_panel {
  position: absolute;
  width: 50%;
  top: 0px;
  visibility: hidden;
  z-index: 9999;
  height: 100%;
  transition: visibility 555ms linear;
}
@media (max-width: 920px) {
  /* line 373, ../sass/style.scss */
  .nav_panel {
    width: 100%;
  }
}
/* line 384, ../sass/style.scss */
.nav_panel.active {
  visibility: visible;
}
/* line 386, ../sass/style.scss */
.nav_panel.active .left_nav {
  -ms-transform: translate(0, 0%) !important;
  -webkit-transform: translate3d(0, 0%, 0) !important;
  transform: translate3d(0, 0%, 0) !important;
}
/* line 392, ../sass/style.scss */
.nav_panel.active .right_nav {
  -ms-transform: translate(0, 0%) !important;
  -webkit-transform: translate3d(0, 0%, 0) !important;
  transform: translate3d(0, 0%, 0) !important;
}
/* line 398, ../sass/style.scss */
.nav_panel .row {
  height: 100%;
}
/* line 400, ../sass/style.scss */
.nav_panel .row .col {
  height: 100%;
}
/* line 402, ../sass/style.scss */
.nav_panel .row .col.left_nav {
  background-color: white;
  left: 0px;
  padding: 0px;
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
@media (max-width: 480px) {
  /* line 411, ../sass/style.scss */
  .nav_panel .row .col.left_nav .p-50 {
    border: none !important;
    height: 100% !important;
  }
}
@media (max-width: 480px) and (max-height: 520px) {
  /* line 411, ../sass/style.scss */
  .nav_panel .row .col.left_nav .p-50 {
    overflow-y: scroll;
  }
}
@media (max-width: 480px) {
  /* line 418, ../sass/style.scss */
  .nav_panel .row .col.left_nav .top-left-area {
    display: none;
    border-bottom: none;
  }
}
/* line 424, ../sass/style.scss */
.nav_panel .row .col.right_nav {
  background-color: white;
  border: 1px solid #d1d1d1;
  right: 0%;
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  padding: 0px;
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
}
@media (max-width: 480px) {
  /* line 434, ../sass/style.scss */
  .nav_panel .row .col.right_nav .p-50 {
    border: none !important;
    height: 100% !important;
  }
  /* line 438, ../sass/style.scss */
  .nav_panel .row .col.right_nav .top-left-area {
    display: none;
    border-bottom: none;
  }
}
@media (max-width: 480px) {
  /* line 424, ../sass/style.scss */
  .nav_panel .row .col.right_nav {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: none;
  }
}
/* line 449, ../sass/style.scss */
.nav_panel .row .col.right_nav ul li {
  padding: 2% 0px;
}
/* line 451, ../sass/style.scss */
.nav_panel .row .col.right_nav ul li a {
  color: #393C43;
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
/* line 459, ../sass/style.scss */
.nav_panel .row .col.right_nav ul li a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #79BCD1;
  visibility: hidden;
  transform: translate3d(-100%, 0, 0);
  transition: visibility 0ms linear 333ms, transform 333ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 471, ../sass/style.scss */
.nav_panel .row .col.right_nav ul li a:hover:after {
  visibility: visible;
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  -webkit-transition: visibility 0 linear, -webkit-transform 333ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: visibility 0ms linear, transform 333ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 483, ../sass/style.scss */
.nav_panel .row .col .top-left-area {
  background: url("../img/table.png");
  background-size: 130%;
  background-position: center center;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1750px) {
  /* line 483, ../sass/style.scss */
  .nav_panel .row .col .top-left-area {
    background-size: 160% 100%;
  }
  /* line 492, ../sass/style.scss */
  .nav_panel .row .col .top-left-area:hover {
    background-size: 150% 150% !important;
  }
}
@media (max-width: 736px) {
  /* line 483, ../sass/style.scss */
  .nav_panel .row .col .top-left-area {
    background-size: cover;
  }
  /* line 498, ../sass/style.scss */
  .nav_panel .row .col .top-left-area:hover {
    background-size: cover !important;
  }
}
/* line 502, ../sass/style.scss */
.nav_panel .row .col .top-left-area:hover {
  background-size: 115%;
}
/* line 505, ../sass/style.scss */
.nav_panel .row .col .top-left-area a {
  position: absolute;
  top: 50%;
  color: white;
  font-size: 3em;
  margin-top: -1.5em;
  margin-left: -1.5em;
}
/* line 514, ../sass/style.scss */
.nav_panel .row .col .quick-contact {
  color: #393C43;
  padding: 30px 20px;
  font-size: 0.9em;
}
/* line 518, ../sass/style.scss */
.nav_panel .row .col .quick-contact .shop {
  transform: translate3d(0, 0, 0);
  margin: 2% 0;
}
/* line 522, ../sass/style.scss */
.nav_panel .row .col .quick-contact .shop .title {
  font-weight: 700;
}
@media (max-width: 1280px) {
  /* line 518, ../sass/style.scss */
  .nav_panel .row .col .quick-contact .shop {
    line-height: 1.5;
  }
}
@media (max-width: 992px) {
  /* line 518, ../sass/style.scss */
  .nav_panel .row .col .quick-contact .shop {
    margin: 5px 0;
  }
}
@media (max-width: 480px) {
  /* line 518, ../sass/style.scss */
  .nav_panel .row .col .quick-contact .shop {
    margin: 25px 0;
    line-height: 1.5;
  }
}
/* line 536, ../sass/style.scss */
.nav_panel .row .col .quick-contact .shop:hover {
  transform: translate3d(5%, 0, 0);
  transition: transform 333ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 541, ../sass/style.scss */
.nav_panel .row .col .quick-contact hr {
  border: 1px solid #393C43;
}
/* line 544, ../sass/style.scss */
.nav_panel .row .col .quick-contact h1 {
  font-size: 1.4em;
  margin: 0 0 10px 0;
}
@media (max-width: 992px) {
  /* line 544, ../sass/style.scss */
  .nav_panel .row .col .quick-contact h1 {
    font-size: 1.1em;
    margin: 0;
    font-weight: bold;
  }
}
/* line 553, ../sass/style.scss */
.nav_panel .row .col .quick-contact .title {
  display: block;
  font-size: 1em;
}
/* line 557, ../sass/style.scss */
.nav_panel .row .col .quick-contact .addres {
  display: block;
  font-size: 0.9em;
}
/* line 561, ../sass/style.scss */
.nav_panel .row .col .quick-contact .telephone {
  display: block;
  font-size: 0.9em;
}
/* line 566, ../sass/style.scss */
.nav_panel .row .col .nav-links {
  background-color: white;
  padding: 30px;
}
@media (max-width: 480px) {
  /* line 573, ../sass/style.scss */
  .nav_panel .row .col .subpanel #yiros_new_site {
    display: none;
  }
}
/* line 578, ../sass/style.scss */
.nav_panel .row .col .p-50 {
  height: 50%;
  border-bottom: 1px solid #d1d1d1;
}
@media (max-width: 480px) {
  /* line 578, ../sass/style.scss */
  .nav_panel .row .col .p-50 {
    border-bottom: none;
  }
}
/* line 585, ../sass/style.scss */
.nav_panel .row .col .p-60 {
  height: 66%;
}
/* line 588, ../sass/style.scss */
.nav_panel .row .col .p-30 {
  height: 33.3%;
}

/* line 595, ../sass/style.scss */
.content {
  top: 270px;
  right: 0;
  bottom: 0;
  position: absolute;
  left: 0px;
  width: 100%;
}
@media (max-width: 736px) {
  /* line 595, ../sass/style.scss */
  .content {
    top: 190px;
  }
}
@media (max-width: 1280px) {
  /* line 595, ../sass/style.scss */
  .content {
    top: 190px;
  }
}
/* line 609, ../sass/style.scss */
.content .footer_bar {
  position: fixed;
  bottom: 0px;
  width: 50%;
  background-color: #79BCD1;
  height: 60px;
  z-index: 10009;
  transition: width 555ms linear;
}
/* line 617, ../sass/style.scss */
.content .footer_bar.active {
  width: 100%;
}
@media (min-width: 736px) {
  /* line 617, ../sass/style.scss */
  .content .footer_bar.active {
    width: 100%;
  }
}
/* line 622, ../sass/style.scss */
.content .footer_bar.active span {
  opacity: 0.7;
}
@media (max-width: 736px) {
  /* line 609, ../sass/style.scss */
  .content .footer_bar {
    width: 100% !important;
  }
}
@media (max-width: 1280px) {
  /* line 609, ../sass/style.scss */
  .content .footer_bar {
    height: 40px;
  }
}
/* line 632, ../sass/style.scss */
.content .footer_bar span {
  height: 100%;
  width: 100%;
  line-height: 1.2;
  font-size: 1.3em;
  color: #393C43;
  position: absolute;
  top: 50%;
  margin-top: -0.6em;
  padding-left: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
@media (max-width: 992px) {
  /* line 632, ../sass/style.scss */
  .content .footer_bar span {
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
  }
}
/* line 649, ../sass/style.scss */
.content .footer_bar span i {
  margin-top: 0px;
  position: absolute;
  top: 0px;
  right: 50px;
}
@media (max-width: 736px) {
  /* line 649, ../sass/style.scss */
  .content .footer_bar span i {
    right: 20px;
  }
}
/* line 660, ../sass/style.scss */
.content .left_col {
  top: 0;
  left: 0;
  width: 50%;
  display: block;
  height: 100%;
  position: absolute;
  background-color: #393C43;
  background: url("/img/assets/yiros_animated.gif");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 736px) {
  /* line 660, ../sass/style.scss */
  .content .left_col {
    left: 0%;
    width: 100%;
    height: 100%;
    top: 0%;
  }
}
/* line 678, ../sass/style.scss */
.content .left_col .slogan {
  font-size: 3em;
  width: 360px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -100px;
  color: white;
  text-shadow: 2px 2px 2px #393C43;
}
@media (max-width: 1280px) {
  /* line 678, ../sass/style.scss */
  .content .left_col .slogan {
    left: 50%;
    top: 55%;
  }
}
@media (max-width: 992px) {
  /* line 678, ../sass/style.scss */
  .content .left_col .slogan {
    font-size: 3em;
    left: 60%;
  }
}
@media (max-width: 736px) {
  /* line 678, ../sass/style.scss */
  .content .left_col .slogan {
    left: 90% !important;
  }
}
/* line 700, ../sass/style.scss */
.content .left_col img {
  width: 100%;
}
@media (max-width: 480px) {
  /* line 700, ../sass/style.scss */
  .content .left_col img {
    display: none;
  }
}
/* line 708, ../sass/style.scss */
.content .right_col {
  left: 50%;
  width: 50%;
  top: 0;
  position: absolute;
  background-color: #444;
  background: url("../img/featured_image.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
}
@media (max-width: 736px) {
  /* line 708, ../sass/style.scss */
  .content .right_col {
    left: 0%;
    width: 100%;
    height: 100%;
    top: 0px;
  }
}
/* line 726, ../sass/style.scss */
.content .right_col img {
  width: 100%;
}
/* line 731, ../sass/style.scss */
.content .right_col .slides .caption h3 {
  font-size: 4rem;
  margin: 5rem 0 1.168rem 0;
}
@media (max-width: 480px) {
  /* line 731, ../sass/style.scss */
  .content .right_col .slides .caption h3 {
    font-size: 2rem;
    margin: 1rem 0 1.168rem 0;
  }
}
/* line 739, ../sass/style.scss */
.content .right_col .slides .caption h5 {
  font-size: 1.5rem;
}
/* line 744, ../sass/style.scss */
.content .right_col .indicators {
  bottom: 60px !important;
}
@media (max-width: 480px) {
  /* line 744, ../sass/style.scss */
  .content .right_col .indicators {
    bottom: 10px !important;
  }
}
@media (min-height: 480px) and (max-height: 627px) {
  /* line 744, ../sass/style.scss */
  .content .right_col .indicators {
    bottom: 50px !important;
  }
}

/* line 756, ../sass/style.scss */
.loader {
  width: 100%;
  text-align: center;
  color: white;
  padding: 25% 0;
  position: relative;
  background-color: white;
  height: 100vh;
  z-index: 9999;
}
@media (max-width: 736px) {
  /* line 756, ../sass/style.scss */
  .loader {
    padding: 60% 0;
  }
  /* line 767, ../sass/style.scss */
  .loader .preloader-wrapper.big {
    width: 150px;
    height: 150px;
  }
}
/* line 772, ../sass/style.scss */
.loader .text-info {
  color: #79BCD1;
  display: block;
  text-align: center;
  margin-top: 50px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

/* line 782, ../sass/style.scss */
#location_detail {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  z-index: 9999;
  -ms-transform: translate(0, 100%);
  -moz-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -moz-transition: -moz-transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  -webkit-transition: -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
}
/* line 799, ../sass/style.scss */
#location_detail .location_title i {
  font-size: 0.6em;
  margin-left: 20px;
}
@media (max-width: 480px) {
  /* line 798, ../sass/style.scss */
  #location_detail .location_title {
    font-size: 1rem;
    line-height: 0.9em;
    margin: 10px 0px;
  }
}
@media (max-width: 480px) {
  /* line 810, ../sass/style.scss */
  #location_detail .collection li {
    min-height: 64px;
    line-height: 1.2;
  }
}
/* line 817, ../sass/style.scss */
#location_detail.show {
  -ms-transform: translate(0, 0%) !important;
  -moz-transform: translate3d(0, 0%, 0) !important;
  -webkit-transform: translate3d(0, 0%, 0) !important;
  transform: translate3d(0, 0%, 0) !important;
}
/* line 823, ../sass/style.scss */
#location_detail span {
  font-style: normal;
  font-size: 1.5em;
  color: #393C43;
}
@media (max-width: 920px) {
  /* line 823, ../sass/style.scss */
  #location_detail span {
    font-size: 1em;
  }
}
@media (max-width: 920px) {
  /* line 831, ../sass/style.scss */
  #location_detail p {
    font-size: 0.9em;
  }
}
/* line 836, ../sass/style.scss */
#location_detail .row {
  height: calc(100% - 40px);
}
@media (max-width: 736px) {
  /* line 836, ../sass/style.scss */
  #location_detail .row {
    overflow: scroll;
  }
}
/* line 841, ../sass/style.scss */
#location_detail .row .col {
  padding: 0px;
}
@media (max-width: 736px) {
  /* line 841, ../sass/style.scss */
  #location_detail .row .col {
    width: 100%;
  }
}
@media (min-width: 737px) {
  /* line 841, ../sass/style.scss */
  #location_detail .row .col {
    height: 100%;
  }
}
@media (min-width: 736px) {
  /* line 852, ../sass/style.scss */
  #location_detail .row .col .collection .collection-item {
    padding-left: 100px;
  }
  /* line 855, ../sass/style.scss */
  #location_detail .row .col .collection .collection-item img {
    left: 30px;
  }
}
@media (max-width: 736px) {
  /* line 862, ../sass/style.scss */
  #location_detail .row .google-map-side {
    display: none;
  }
}
/* line 868, ../sass/style.scss */
#location_detail .close-panel-btn {
  position: fixed;
  cursor: pointer;
  top: 10%;
  right: 5%;
  z-index: 999;
  background-color: white;
  padding: 0px 3px 0px 0px;
  border-radius: 50% 50%;
  display: none;
}
@media (max-width: 992px) {
  /* line 868, ../sass/style.scss */
  #location_detail .close-panel-btn {
    top: 2.5%;
    right: 2%;
    padding: 0px 0px 0px 0px;
  }
}
@media (max-width: 736px) {
  /* line 868, ../sass/style.scss */
  #location_detail .close-panel-btn {
    top: 3.5%;
    right: 3%;
  }
}
@media (max-width: 480px) {
  /* line 868, ../sass/style.scss */
  #location_detail .close-panel-btn {
    top: 1%;
    right: 3%;
  }
}
/* line 891, ../sass/style.scss */
#location_detail .close-panel-btn.show {
  display: block !important;
}
/* line 894, ../sass/style.scss */
#location_detail .close-panel-btn span {
  font-size: 3em;
  color: #50555f;
  text-shadow: 0px -1px 0px #fff;
  cursor: pointer;
  font-style: normal;
}
@media (max-width: 736px) {
  /* line 894, ../sass/style.scss */
  #location_detail .close-panel-btn span {
    font-size: 1.5em;
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* line 935, ../sass/style.scss */
#product-detail {
  position: absolute;
  top: 70px;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  z-index: 999;
  -ms-transform: translate3d(0, 100%);
  -moz-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -moz-transition: -moz-transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  -webkit-transition: -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
}
@media (max-width: 736px) {
  /* line 935, ../sass/style.scss */
  #product-detail {
    top: 0px;
  }
}
/* line 954, ../sass/style.scss */
#product-detail.show {
  transform: translate3d(0, 0px, 0);
  z-index: 999;
}
@media (max-width: 736px) {
  /* line 954, ../sass/style.scss */
  #product-detail.show {
    z-index: 9999;
  }
}
/* line 961, ../sass/style.scss */
#product-detail article {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 44px;
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 600px;
}
/* line 963, ../sass/style.scss */
#product-detail article .img_featured {
  display: none;
  width: 100%;
  height: calc(100vh - 140px);
  background-position: 50%;
}
/* line 981, ../sass/style.scss */
#product-detail article .container .item_price {
  font-size: 2em;
  line-height: 2em;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #79BCD1;
  margin-top: 2.1rem;
}
/* line 990, ../sass/style.scss */
#product-detail article .container .item_name {
  font-size: 5em;
  font-weight: bold;
  text-align: center;
}
/* line 995, ../sass/style.scss */
#product-detail article .container .share-box {
  margin-top: 50px;
  height: 100px;
  display: block;
  line-height: 100px;
  border-top: 1px dashed #393C43;
  border-bottom: 1px dashed #393C43;
}
/* line 1002, ../sass/style.scss */
#product-detail article .container .share-box span {
  line-height: 1;
  font-size: 1.3em;
  color: #393C43;
  padding-right: 1rem;
}
/* line 1007, ../sass/style.scss */
#product-detail article .container .share-box span.social_facebook, #product-detail article .container .share-box span.social_twitter, #product-detail article .container .share-box span.social_instagram {
  font-size: 1.6em;
  transition: font-size 0.2s cubic-bezier(0, 1, 1, 0.81);
}
/* line 1012, ../sass/style.scss */
#product-detail article .container .share-box span.social_facebook:hover, #product-detail article .container .share-box span.social_twitter:hover, #product-detail article .container .share-box span.social_instagram:hover {
  font-size: 1.9em;
}
/* line 1019, ../sass/style.scss */
#product-detail article .cross_bar {
  width: 100%;
  max-width: none;
  background-color: #79BCD1;
  height: 80px;
}
/* line 1024, ../sass/style.scss */
#product-detail article .cross_bar .engage-social {
  margin: 0 auto;
  width: 70%;
  max-width: 1280px;
  display: block;
  color: white;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-size: 30px;
  line-height: 80px;
}
/* line 1040, ../sass/style.scss */
#product-detail article .newsletter {
  margin-bottom: 10% !important;
}
@media (max-width: 992px) {
  /* line 1040, ../sass/style.scss */
  #product-detail article .newsletter {
    margin-bottom: 20% !important;
  }
}
@media (max-width: 480px) {
  /* line 1040, ../sass/style.scss */
  #product-detail article .newsletter {
    margin-bottom: 30% !important;
  }
}
/* line 1048, ../sass/style.scss */
#product-detail article .newsletter .prev_subscription_txt {
  display: block;
  font-style: italic;
}
@media (max-width: 480px) {
  /* line 1052, ../sass/style.scss */
  #product-detail article .newsletter form {
    margin-bottom: 100px;
  }
}

/* line 1061, ../sass/style.scss */
.close-btn {
  position: fixed;
  cursor: pointer;
  top: 10%;
  right: 5%;
  z-index: 999;
  padding: 0px 3px 0px 0px;
  border-radius: 50% 50%;
  display: none;
}
@media (max-width: 736px) {
  /* line 1061, ../sass/style.scss */
  .close-btn {
    top: 4%;
    left: 5%;
    right: auto;
  }
}
/* line 1076, ../sass/style.scss */
.close-btn.show {
  display: block !important;
}
/* line 1079, ../sass/style.scss */
.close-btn span {
  font-size: 4em;
  width: 100px;
  height: 100px;
  color: white;
  display: block;
  line-height: 96px;
  border-radius: 50% 50%;
  text-shadow: 0px 1px 5px #000;
}
@media (max-width: 736px) {
  /* line 1079, ../sass/style.scss */
  .close-btn span {
    font-size: 3em;
  }
}

/*

- ALL SLIDERS

*/
/* line 1102, ../sass/style.scss */
.slider .indicators {
  bottom: 50px !important;
}
/* line 1104, ../sass/style.scss */
.slider .indicators .indicator-item {
  background-color: #FFFFFF !important;
}
/* line 1106, ../sass/style.scss */
.slider .indicators .indicator-item.active {
  background-color: #79BCD1 !important;
}

/* line 1113, ../sass/style.scss */
.copy_content {
  top: 0px;
  overflow-x: hidden;
  overflow-y: visible;
  height: 100%;
}
/* line 1118, ../sass/style.scss */
.copy_content article {
  text-align: center;
  padding-bottom: 100px;
}
/* line 1121, ../sass/style.scss */
.copy_content article .title {
  font-size: 2.5rem;
}
/* line 1124, ../sass/style.scss */
.copy_content article p {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

/* line 1133, ../sass/style.scss */
.lean-overlay {
  z-index: 999999 !important;
}

/* line 1137, ../sass/style.scss */
.modal {
  z-index: 9999999 !important;
  max-height: 100% !important;
}
@media only screen and (max-width: 992px) {
  /* line 1137, ../sass/style.scss */
  .modal {
    width: 100% !important;
  }
}

/* line 1151, ../sass/style.scss */
.tooltip {
  display: inline !important;
  position: relative;
  z-index: 999;
}

/* Gap filler */
/* line 1158, ../sass/style.scss */
.tooltip::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 1170, ../sass/style.scss */
.tooltip:hover::after {
  pointer-events: auto;
}

/* Tooltip */
/* line 1176, ../sass/style.scss */
.first_tooltip {
  margin: 15px 0 20px -20px !important;
}
/* line 1178, ../sass/style.scss */
.first_tooltip::after {
  left: 5% !important;
}

/* line 1183, ../sass/style.scss */
.last_tooltip {
  margin: 15px 0 20px -260px !important;
}
/* line 1185, ../sass/style.scss */
.last_tooltip::after {
  left: 85% !important;
}

/* line 1191, ../sass/style.scss */
.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 300px;
  left: 50%;
  top: 100%;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  color: #fffaf0 !important;
  background: transparent;
  opacity: 0 !important;
  margin: 15px 0 20px -150px;
  cursor: default;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s !important;
}

/* line 1212, ../sass/style.scss */
.tooltip:hover .tooltip-content {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* line 1219, ../sass/style.scss */
.tooltip-content span {
  display: block;
}

/* line 1223, ../sass/style.scss */
.tooltip-text {
  border-top: 10px solid #393C43;
  overflow: hidden;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}

/* line 1233, ../sass/style.scss */
.tooltip:hover .tooltip-text {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 1240, ../sass/style.scss */
.tooltip-inner {
  background: #79BCD1;
  padding: 20px;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  font-size: 0.9em;
  white-space: normal !important;
}
/* line 1250, ../sass/style.scss */
.tooltip-inner i {
  color: #393C43;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: .05em;
}
/* line 1257, ../sass/style.scss */
.tooltip-inner ul {
  max-height: 450px;
}
/* line 1259, ../sass/style.scss */
.tooltip-inner ul li {
  display: block !important;
  margin: 5px 0px;
  font-size: 0.8em;
  text-transform: uppercase;
}
/* line 1265, ../sass/style.scss */
.tooltip-inner ul li:before {
  content: "";
  display: list-item;
  position: absolute;
}

/* line 1275, ../sass/style.scss */
.tooltip:hover .tooltip-inner {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Arrow */
/* line 1283, ../sass/style.scss */
.tooltip-content::after {
  content: '';
  top: -20px;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #393C43;
  border-width: 10px;
  margin-left: -10px;
}

/*# sourceMappingURL=style.css.map */
