@charset "UTF-8";
/* SCSS Compiled */
/* line 55, ../scss/global/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/* line 63, ../scss/global/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 74, ../scss/global/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 84, ../scss/global/_normalize.scss */
[hidden], template {
  display: none;
}

/* line 97, ../scss/global/_normalize.scss */
html {
  background: white;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 113, ../scss/global/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* line 119, ../scss/global/_normalize.scss */
body {
  margin: 0;
}

/* line 132, ../scss/global/_normalize.scss */
a, .link:link {
  background: transparent;
}
/* line 139, ../scss/global/_normalize.scss */
a:focus, .link:focus:link {
  outline: thin dotted;
}
/* line 146, ../scss/global/_normalize.scss */
a:hover, .link:hover:link, a:active, .link:active:link {
  outline: 0;
}

/* line 159, ../scss/global/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 164, ../scss/global/_normalize.scss */
h2 {
  font-size: 1em;
  margin: 0.83em 0;
}

/* line 169, ../scss/global/_normalize.scss */
h3 {
  font-size: 1em;
  margin: 1em 0;
}

/* line 174, ../scss/global/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 179, ../scss/global/_normalize.scss */
h5 {
  font-size: 0em;
  margin: 1.67em 0;
}

/* line 184, ../scss/global/_normalize.scss */
h6 {
  font-size: 0em;
  margin: 2.33em 0;
}

/* line 192, ../scss/global/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 199, ../scss/global/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 211, ../scss/global/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 217, ../scss/global/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 236, ../scss/global/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 246, ../scss/global/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 254, ../scss/global/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 271, ../scss/global/_normalize.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 279, ../scss/global/_normalize.scss */
small {
  font-size: 80%;
}

/* line 287, ../scss/global/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 294, ../scss/global/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 298, ../scss/global/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 350, ../scss/global/_normalize.scss */
img {
  border: 0;
  vertical-align: middle;
}

/* line 359, ../scss/global/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 369, ../scss/global/_normalize.scss */
figure {
  margin: 0;
}

/* line 386, ../scss/global/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 397, ../scss/global/_normalize.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

/* line 414, ../scss/global/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

/* line 426, ../scss/global/_normalize.scss */
button, input {
  line-height: normal;
}

/* line 436, ../scss/global/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 451, ../scss/global/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 462, ../scss/global/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/* line 470, ../scss/global/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 479, ../scss/global/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 490, ../scss/global/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 498, ../scss/global/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 507, ../scss/global/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* line 517, ../scss/global/_normalize.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* * Variables*/
/* Reponsive Variables ---------------------------------------*/
/*width-desktop-large*/
/*width-desktop-medium*/
/*width- desktop-small*/
/*width-tablet*/
/*width-mobile*/
/*responsive-padding*/
/*media*/
/*when the screen is less than 1378*/
/*usage: */
/* line 19, ../scss/global/_responsive.scss */
.container, .hero-module-1 .container-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1420px) {
  /* line 19, ../scss/global/_responsive.scss */
  .container, .hero-module-1 .container-text {
    max-width: 960px;
  }
}
@media (max-width: 1024px) {
  /* line 19, ../scss/global/_responsive.scss */
  .container, .hero-module-1 .container-text {
    max-width: 720px;
  }
}
@media (max-width: 748px) {
  /* line 19, ../scss/global/_responsive.scss */
  .container, .hero-module-1 .container-text {
    max-width: 90%;
  }
}

/* line 39, ../scss/global/_responsive.scss */
.container:after, .hero-module-1 .container-text:after {
  content: "";
  display: block;
  clear: both;
}

/* Brand Colors ------------------------------------------------*/
/* Global Elements ---------------------------*/
/* line 3, ../scss/global/_global.scss */
html {
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Avenir", sans-serif;
  padding: 0;
  font-size: 16px;
}

/* line 17, ../scss/global/_global.scss */
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #191e23;
  background-color: transparent;
  font-family: "Avenir", sans-serif;
  font-size: 1em;
  font-weight: 300;
}

/* line 26, ../scss/global/_global.scss */
.center {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 32, ../scss/global/_global.scss */
.center-text {
  text-align: center;
}

/* line 36, ../scss/global/_global.scss */
.section-indent {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px 5px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: auto;
}

/* line 45, ../scss/global/_global.scss */
.section-no-indent {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
  overflow: auto;
}

/* line 54, ../scss/global/_global.scss */
.two-cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 748px) {
  /* line 54, ../scss/global/_global.scss */
  .two-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}

/* line 62, ../scss/global/_global.scss */
.three-cols {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 998px) {
  /* line 62, ../scss/global/_global.scss */
  .three-cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media (max-width: 748px) {
  /* line 62, ../scss/global/_global.scss */
  .three-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}

/* line 74, ../scss/global/_global.scss */
.four-cols {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 1238px) {
  /* line 74, ../scss/global/_global.scss */
  .four-cols {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media (max-width: 998px) {
  /* line 74, ../scss/global/_global.scss */
  .four-cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media (max-width: 748px) {
  /* line 74, ../scss/global/_global.scss */
  .four-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}

/* line 91, ../scss/global/_global.scss */
.two-col-box .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: red;
  float: left;
  position: relative;
  width: 50%;
  height: auto;
  min-height: 250px;
  border: 1px solid #fff;
}
@media (max-width: 748px) {
  /* line 91, ../scss/global/_global.scss */
  .two-col-box .box {
    width: 100%;
  }
}

/* line 109, ../scss/global/_global.scss */
.three-col-box .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: green;
  float: left;
  position: relative;
  width: 33.33%;
  height: auto;
  min-height: 250px;
  border: 1px solid #fff;
}
@media (max-width: 748px) {
  /* line 109, ../scss/global/_global.scss */
  .three-col-box .box {
    width: 100%;
  }
}

/* line 126, ../scss/global/_global.scss */
.four-col-box .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: blue;
  float: left;
  position: relative;
  width: 25%;
  height: auto;
  min-height: 250px;
  border: 1px solid #fff;
}
@media (max-width: 1238px) {
  /* line 126, ../scss/global/_global.scss */
  .four-col-box .box {
    width: 50%;
  }
}
@media (max-width: 748px) {
  /* line 126, ../scss/global/_global.scss */
  .four-col-box .box {
    width: 100%;
  }
}

/* line 147, ../scss/global/_global.scss */
.five-col-box .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: orange;
  float: left;
  position: relative;
  width: 20%;
  height: auto;
  min-height: 250px;
  border: 1px solid #fff;
}
@media (max-width: 748px) {
  /* line 147, ../scss/global/_global.scss */
  .five-col-box .box {
    width: 100%;
  }
}

/* line 162, ../scss/global/_global.scss */
.section-name {
  width: 100%;
  position: relative;
  margin: 20px 0 0;
}

/* line 168, ../scss/global/_global.scss */
.section-name:after {
  content: "";
  display: block;
  clear: both;
}

/* line 173, ../scss/global/_global.scss */
.section-name:before {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  z-index: 0;
  margin: -0.5px 0 0;
}

/* line 184, ../scss/global/_global.scss */
.section-name .name,
.section-name h1.name,
.section-name h2.name,
.section-name h3.name,
.section-name h4.name,
.section-name h5.name,
.section-name h6.name {
  padding: 0;
  position: relative;
  z-index: 1;
  float: left;
  color: #222222;
  background-color: #fff;
  padding: 0 20px 0 0;
  font: 600 1.2em/1.2em "Avenir", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
/* line 194, ../scss/global/_global.scss */
.section-name .name a, .section-name .name .link:link {
  color: #41a5f0;
}

/* line 196, ../scss/global/_global.scss */
.section-name .name span {
  color: #41a5f0;
}

/* line 199, ../scss/global/_global.scss */
.section-name .name em {
  color: #41a5f0;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}

/* line 207, ../scss/global/_global.scss */
.page-title {
  width: 100%;
  background-color: #fafafa;
  padding: 30px 0;
}

/* Brand Fonts & Treatment -------------------------------------*/
/* line 3, ../scss/global/_typography.scss */
.h1, h1 {
  font-family: "Avenir", sans-serif;
  font-size: 2.28em;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
  color: #41a5f0;
}

/* line 10, ../scss/global/_typography.scss */
.h2, h2 {
  font-family: "Avenir", sans-serif;
  font-size: 2.1em;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
  color: #191e23;
}

/* line 17, ../scss/global/_typography.scss */
.h3, h3 {
  font-family: "Avenir", sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
  color: #41a5f0;
}

/* line 24, ../scss/global/_typography.scss */
.h4, h4 {
  font-family: "Avenir", sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
  color: #191e23;
}

/* line 31, ../scss/global/_typography.scss */
.h5, h5 {
  font-family: "Avenir", sans-serif;
  font-size: 1.14em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  color: #41a5f0;
}

/* line 38, ../scss/global/_typography.scss */
.h6, h6 {
  font-family: "Avenir", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  color: #191e23;
}

/* line 50, ../scss/global/_typography.scss */
p {
  font-family: "Avenir", sans-serif;
  font-size: 1em;
  font-weight: 300;
  padding: 5px 0;
  line-height: 1.5em;
  margin: 0 0 20px 0;
  color: #191e23;
}
/* line 57, ../scss/global/_typography.scss */
p a, p .link:link {
  color: #41a5f0;
  text-decoration: underline;
}

/* line 62, ../scss/global/_typography.scss */
.story p,
.cmd_page .main p,
.cmd_opportunities_details .main p,
.blog .post .short a p,
.blog .detail > p,
.staff-detail .descr {
  font-family: "Avenir", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  padding: 1px 0;
  line-height: 1.4em;
  margin: 0 0 18px 0;
  color: #191e23;
}

/* line 72, ../scss/global/_typography.scss */
.breadcrumbs {
  font-family: "Avenir", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  margin: 20px 0 0;
  color: #191e23;
  text-transform: uppercase;
}
/* line 78, ../scss/global/_typography.scss */
.breadcrumbs a, .breadcrumbs .link:link {
  color: #41a5f0;
  text-decoration: none;
}
@media (max-width: 748px) {
  /* line 72, ../scss/global/_typography.scss */
  .breadcrumbs {
    display: none;
  }
}
@media (max-width: 998px) {
  /* line 72, ../scss/global/_typography.scss */
  .breadcrumbs {
    display: none;
  }
}

/* line 90, ../scss/global/_typography.scss */
.link {
  color: #191e23;
  text-decoration: none;
}
/* line 93, ../scss/global/_typography.scss */
.link:link {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
}
/* line 97, ../scss/global/_typography.scss */
.link:visited, .link:hover, .link:active {
  text-decoration: none;
}
/* line 100, ../scss/global/_typography.scss */
.link:hover, .link:active {
  color: inherit;
}
/* line 103, ../scss/global/_typography.scss */
.link:hover, .link:visited:hover {
  color: #191e23;
}

/* line 108, ../scss/global/_typography.scss */
a, .link:link {
  text-decoration: none;
}

/* line 110, ../scss/global/_typography.scss */
ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

/* line 115, ../scss/global/_typography.scss */
.main ul {
  margin: 0;
  list-style: none;
  padding: 0 0 0 30px;
}
@media (max-width: 748px) {
  /* line 115, ../scss/global/_typography.scss */
  .main ul {
    padding: 0 0 0 2px;
  }
}

/* line 125, ../scss/global/_typography.scss */
.main ul li {
  margin: 12px 0 0;
  position: relative;
  text-decoration: none;
  padding-left: 20px;
}
@media (max-width: 748px) {
  /* line 125, ../scss/global/_typography.scss */
  .main ul li {
    padding: 0 0 0 12px;
  }
}

/* line 136, ../scss/global/_typography.scss */
.main ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #41a5f0;
}
@media (max-width: 748px) {
  /* line 136, ../scss/global/_typography.scss */
  .main ul li:after {
    top: 6px;
  }
}

@media (max-width: 748px) {
  /* line 153, ../scss/global/_typography.scss */
  .main ol {
    padding: 0 0 0 12px;
  }
}

/* line 158, ../scss/global/_typography.scss */
.main ol li {
  counter-increment: step-counter;
  margin: 5px 0 0;
  position: relative;
  text-decoration: none;
  list-style: none;
  padding-left: 10px;
}
@media (max-width: 748px) {
  /* line 158, ../scss/global/_typography.scss */
  .main ol li {
    padding: 0 0 0 2px;
  }
}

/* line 171, ../scss/global/_typography.scss */
.main ol li:before {
  display: block;
  content: counter(step-counter);
  color: #41a5f0;
  position: absolute;
  top: 0;
  left: -11px;
}

/* line 181, ../scss/global/_typography.scss */
em {
  font-style: italic;
}

/* line 185, ../scss/global/_typography.scss */
strong {
  font-weight: bold;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  /* line 195, ../scss/global/_typography.scss */
  .breadcrumbs {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 202, ../scss/global/_typography.scss */
  .breadcrumbs {
    display: none;
  }
}
/* line 1, ../scss/global/_buttons.scss */
.styledRadio {
  background: url(/img_new/radio-unchecked-black.png) no-repeat 0 0 !important;
}

/* line 2, ../scss/global/_buttons.scss */
.styledRadio.checked {
  background: url(/img_new/radio-checked.png) no-repeat 0 0 !important;
}

/* line 3, ../scss/global/_buttons.scss */
.radio-disabled .styledRadio {
  background: url(/img_new/radio-unchecked-grey.png) no-repeat 0 0 !important;
}

/* line 5, ../scss/global/_buttons.scss */
.check-white .styledCheckbox {
  background: url(/img_new/check-white.png) no-repeat 0 0 !important;
}

/* line 6, ../scss/global/_buttons.scss */
.check-white .styledCheckbox.checked {
  background: url(/img_new/check-white-checked.png) no-repeat 0 0 !important;
}

/* line 8, ../scss/global/_buttons.scss */
.check-black .styledCheckbox {
  background: url(/img_new/check-black.png) no-repeat 0 0 !important;
}

/* line 9, ../scss/global/_buttons.scss */
.check-black .styledCheckbox.checked {
  background: url(/img_new/check-blue.png) no-repeat 0 0 !important;
}

/* line 11, ../scss/global/_buttons.scss */
.check-grey .styledCheckbox {
  background: url(/img_new/check-grey.png) no-repeat 0 0 !important;
}

/* line 12, ../scss/global/_buttons.scss */
.check-grey .styledCheckbox.checked {
  background: url(/img_new/check-blue.png) no-repeat 0 0 !important;
}

/* line 14, ../scss/global/_buttons.scss */
.onoff {
  width: 60px;
  height: 30px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
}
/* line 23, ../scss/global/_buttons.scss */
.onoff a, .onoff .link:link {
  display: block;
  width: 30px;
  height: 30px;
  float: right;
  background-color: #f3f3f3;
  text-align: center;
  font-size: 1em;
  line-height: 30px;
  color: #191e23;
  border-left: 1px solid #e8e8e8;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 37, ../scss/global/_buttons.scss */
.onoff em {
  display: block;
  font-style: normal;
}
/* line 41, ../scss/global/_buttons.scss */
.onoff span {
  display: none;
}

/* line 45, ../scss/global/_buttons.scss */
.onoff.active a, .onoff.active .link:link {
  float: left;
  background-color: #41a5f0;
  color: white;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  border-right: 1px solid #e8e8e8;
  border-left: none;
}
/* line 54, ../scss/global/_buttons.scss */
.onoff.active span {
  display: block;
}
/* line 57, ../scss/global/_buttons.scss */
.onoff.active em {
  display: none;
}

/* line 60, ../scss/global/_buttons.scss */
.btn {
  width: 140px;
  height: 50px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.14em;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  text-decoration: none !important;
  cursor: pointer;
}
@media (max-width: 748px) {
  /* line 60, ../scss/global/_buttons.scss */
  .btn {
    display: block;
    width: 100%;
    margin: 20px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* line 83, ../scss/global/_buttons.scss */
.btn.white {
  background-color: white;
  color: #191e23;
  border: 1px solid #e8e8e8;
}

/* line 88, ../scss/global/_buttons.scss */
.btn.white:hover {
  background-color: #41a5f0;
  color: white;
  border: 1px solid #41a5f0;
}

/* line 94, ../scss/global/_buttons.scss */
.btn.black {
  background-color: #191e23;
  color: white;
  border: 1px solid #e8e8e8;
}

/* line 99, ../scss/global/_buttons.scss */
.btn.black:hover {
  background-color: #41a5f0;
  color: white;
  border: 1px solid #41a5f0;
}

/* line 105, ../scss/global/_buttons.scss */
.btn.grey {
  background-color: #f3f3f3;
  color: #191e23;
  border: 1px solid #e8e8e8;
}

/* line 110, ../scss/global/_buttons.scss */
.btn.grey:hover {
  background-color: #41a5f0;
  color: white;
  border: 1px solid #41a5f0;
}

/* line 116, ../scss/global/_buttons.scss */
.btn.blue {
  background-color: #41a5f0;
  color: white;
  border: 1px solid #41a5f0;
}

/* line 121, ../scss/global/_buttons.scss */
.btn.blue:hover {
  background-color: #f3f3f3;
  color: #191e23;
  border: 1px solid #e8e8e8;
}

/* line 1, ../scss/global/_forms.scss */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
/* line 11, ../scss/global/_forms.scss */
table th {
  background-color: #191e23;
  color: white;
  font-size: 1.14em;
  padding: 10px;
  border-right: 1px solid #dcdcdc;
}
/* line 18, ../scss/global/_forms.scss */
table td {
  color: #191e23;
  font-size: 1.14em;
  padding: 10px;
  text-align: center;
  border: 1px solid #dcdcdc;
}
/* line 25, ../scss/global/_forms.scss */
table tr:nth-child(odd) {
  background-color: #fafafa;
}
/* line 28, ../scss/global/_forms.scss */
table tr:nth-child(even) {
  background-color: #fff;
}
/* line 31, ../scss/global/_forms.scss */
table tr:hover td {
  background-color: #41a5f0;
  border: 1px solid #41a5f0;
  color: white;
}

/* line 40, ../scss/global/_forms.scss */
form fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
/* line 46, ../scss/global/_forms.scss */
form .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin: 20px 0 0;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  color: #191e23;
  text-indent: 25px;
  font-size: 1.125em;
  line-height: 50px;
  padding: 0;
}
/* line 61, ../scss/global/_forms.scss */
form .text:focus {
  color: #41a5f0;
}
/* line 62, ../scss/global/_forms.scss */
form input::-webkit-input-placeholder {
  color: #191e23;
}
/* line 63, ../scss/global/_forms.scss */
form input:focus::-webkit-input-placeholder {
  color: #41a5f0;
}
/* line 64, ../scss/global/_forms.scss */
form input.text::-moz-placeholder {
  opacity: 1;
}
/* line 66, ../scss/global/_forms.scss */
form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 125px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  color: #191e23;
  font-size: 1.125em;
  padding: 0;
  margin: 20px 0 0;
  padding: 10px 25px;
}
/* line 80, ../scss/global/_forms.scss */
form textarea:focus {
  color: #41a5f0;
}
/* line 83, ../scss/global/_forms.scss */
form textarea::-webkit-input-placeholder {
  color: #191e23;
}
/* line 84, ../scss/global/_forms.scss */
form textarea:focus::-webkit-input-placeholder {
  color: #41a5f0;
}
/* line 85, ../scss/global/_forms.scss */
form textarea::-moz-placeholder {
  opacity: 1;
}
/* line 87, ../scss/global/_forms.scss */
form .sbHolder {
  width: 100%;
}
/* line 88, ../scss/global/_forms.scss */
form .sbSelector {
  text-align: left !important;
  color: #191e23 !important;
  text-indent: 25px !important;
  text-transform: none !important;
  font-size: 1.125em !important;
  line-height: 50px;
}
/* line 96, ../scss/global/_forms.scss */
form .sbOptions a, form .sbOptions .link:link {
  font-size: 1.125em !important;
}
/* line 98, ../scss/global/_forms.scss */
form .submit {
  width: 140px;
  margin: 20px auto 0;
  display: block;
  border: none;
  background-color: #41a5f0;
  color: white;
  height: 50px;
  line-height: 50px;
  font-size: 1em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 748px) {
  /* line 98, ../scss/global/_forms.scss */
  form .submit {
    margin: 20px 0 0;
    width: 100%;
  }
}
/* line 116, ../scss/global/_forms.scss */
form .password {
  line-height: inherit !important;
}

/* line 119, ../scss/global/_forms.scss */
.sbHolder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 320px;
  height: 50px;
  margin: 10px 0 0;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 748px) {
  /* line 119, ../scss/global/_forms.scss */
  .sbHolder {
    width: 100%;
  }
}
/* line 133, ../scss/global/_forms.scss */
.sbHolder .sbSelector {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0 60px 0 0;
  line-height: 50px;
  font-size: 1.28em;
  color: #41a5f0;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 144, ../scss/global/_forms.scss */
.sbHolder .sbSelector:hover {
  color: #41a5f0;
}
/* line 146, ../scss/global/_forms.scss */
.sbHolder .sbToggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 48px;
  background-color: #fff;
  border-left: 1px solid #dcdcdc;
}
/* line 155, ../scss/global/_forms.scss */
.sbHolder .sbToggle:after {
  content: "";
  display: block;
  background: url(/img_new/bg-toggle.svg) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -11px -11px 0 0;
}
/* line 167, ../scss/global/_forms.scss */
.sbHolder .sbToggle.sbToggleOpen:after {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* line 171, ../scss/global/_forms.scss */
.sbHolder .sbOptions {
  padding: 0;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  position: absolute;
  top: 48px !important;
  max-height: 199px !important;
  left: -1px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff;
  z-index: 1000;
}
/* line 186, ../scss/global/_forms.scss */
.sbHolder .sbOptions li {
  margin: 0;
  padding: 0;
  width: 100%;
}
.sbHolder .sbOptions li.strong {
	font-weight: bold;
}
/* line 191, ../scss/global/_forms.scss */
.sbHolder .sbOptions li a, .sbHolder .sbOptions li .link:link, .sbHolder .sbOptions li .sbGroup {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 25px;
  line-height: 20px;
  font-size: 1.28em;
  color: #191e23;
  position: relative;
  white-space: normal;
}
.sbHolder .sbOptions li .sbGroup {
	font-weight: bold;
	text-align: center;
}
/* line 200, ../scss/global/_forms.scss */
.sbHolder .sbOptions li a:after, .sbHolder .sbOptions li .link:link:after, .sbHolder .sbOptions li .sbGroup:after {
  content: "";
  display: block;
  width: 90%;
  left: 5%;
  background: #f0f0f0;
  height: 1px;
  position: absolute;
  bottom: 0;
}
/* line 210, ../scss/global/_forms.scss */
.sbHolder .sbOptions li a:hover, .sbHolder .sbOptions li .link:hover:link {
  color: #41a5f0;
  background-color: #f6f6f6;
}
/* line 215, ../scss/global/_forms.scss */
.sbHolder .sbOptions li:after {
  display: none;
}
/* line 218, ../scss/global/_forms.scss */
.sbHolder .sbOptions li:last-child {
  border: none;
}
/* line 221, ../scss/global/_forms.scss */
.sbHolder .sbOptions li:last-child a:after, .sbHolder .sbOptions li:last-child .link:link:after {
  display: none;
}

/* line 226, ../scss/global/_forms.scss */
input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3, ../scss/global/_templates.scss */
.template-1 .aside {
  width: 100%;
  min-height: 100%;
  padding-top: 85px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  overflow: auto;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
}
/* line 13, ../scss/global/_templates.scss */
.template-1 .aside.expand {
  width: 100%;
}
/* line 17, ../scss/global/_templates.scss */
.template-1 .aside .main {
  background-color: #fff;
  min-height: 500px;
  width: 100%;
  position: relative;
  float: left;
}
@media (max-width: 998px) {
  /* line 3, ../scss/global/_templates.scss */
  .template-1 .aside {
    padding: 85px 0 0 0;
  }
}
@media (max-width: 748px) {
  /* line 3, ../scss/global/_templates.scss */
  .template-1 .aside {
    width: 100%;
    z-index: auto !important;
  }
}
/* line 40, ../scss/global/_templates.scss */
.template-1 .bside {
	display: none;
  width: 268px;
  height: 100%;
  position: fixed;
  z-index: 100;
  background-color: #13171B;
  right: 0;
  top: 0;
  overflow: hidden;
  color: #fff;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.template-1 .bside > .wrap {
	height: 100%;
	width: 100%;
	overflow: auto;
}
@media (min-width: 749px) {
	/* line 54, ../scss/global/_templates.scss */
	.bside.minimize {
	  width: 70px;
	  z-index: 10000;
	}
	.bside.minimize .header2 .bottom {
	  display: none;
	}
	/* line 56, ../scss/partials/_header2.scss */
	.bside.minimize .header2 .toggle span {
	  display: block;
	}
	/* line 62, ../scss/partials/_header2.scss */
	.bside.minimize .header2 .toggle:after {
	  display: none;
	}
	/* line 192, ../scss/partials/_header2.scss */
	.bside.minimize .header2 .title {
	  opacity: 0;
	  filter: alpha(opacity=0);
	}
	/* line 197, ../scss/partials/_header2.scss */
	.bside.minimize .header2 .lock {
	  display: block;
	}
	/* line 198, ../scss/partials/_header2.scss */
	.bside.minimize .header2 .log-close {
	  display: inline-block;
	}
	/* line 199, ../scss/partials/_header2.scss */
	.bside.minimize .header2 .toggle {
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	/* line 191, ../scss/partials/_watchlist.scss */
	.bside.minimize .watchlist .now .info {
	  display: none;
	}
	/* line 192, ../scss/partials/_watchlist.scss */
	.bside.minimize .watchlist .now .title {
	  display: none;
	}
	/* line 195, ../scss/partials/_watchlist.scss */
	.bside.minimize .watchlist .section-info {
	  display: none;
	}
	/* line 199, ../scss/partials/_watchlist.scss */
	.bside.minimize .watchlist .item-box {
	  padding: 0 10px;
	}
	/* line 203, ../scss/partials/_watchlist.scss */
	.bside.minimize .watchlist .item {
	  padding: 4px 0;
	  border: none;
	}
	/* line 206, ../scss/partials/_watchlist.scss */
	.bside.minimize .watchlist .item .title {
	  display: none;
	}
	/* line 208, ../scss/partials/_watchlist.scss */
	.bside.minimize .watchlist .item .img-frame {
	  width: 100%;
	}
	/* line 210, ../scss/partials/_watchlist.scss */
	.bside.minimize .watchlist .item .img-frame:before {
	  font-size: 0.8em;
	  opacity: 0;
	  filter: alpha(opacity=0);
	}
	/* line 211, ../scss/partials/_watchlist.scss */
	.bside.minimize .watchlist .item .img-frame .add {
	  display: none;
	}
	/* line 300, ../scss/partials/_side-login.scss */
	.bside.minimize .login {
	  display: none;
	}
}
@media (max-width: 748px) {
  /* line 40, ../scss/global/_templates.scss */
  .template-1 .bside {
    width: 100%;
    left: 0;
    top: 50px;
    height: 50px;
  }
  /* line 68, ../scss/global/_templates.scss */
  .template-1 .bside.open {
    height: 100%;
    top: 0;
    z-index: 10000;
  }
}
/* line 76, ../scss/global/_templates.scss */
.template-1 .bside #mCSB_1_scrollbar_vertical {
  opacity: 1 !important;
}
/* line 78, ../scss/global/_templates.scss */
.template-1 .bside #mCSB_1_scrollbar_vertical .mCSB_dragger_bar {
  background: #41a5f0 !important;
}
/* line 84, ../scss/global/_templates.scss */
.template-1.story {
  background-color: #fafafa;
  height: auto;
  min-height: 100%;
}
/* line 89, ../scss/global/_templates.scss */
.template-1.story .main {
  background-color: #fafafa;
}
/* line 92, ../scss/global/_templates.scss */
.template-1.story .main .container, .template-1.story .main .hero-module-1 .container-text, .hero-module-1 .template-1.story .main .container-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  padding: 20px;
  margin: 20px auto 0;
}
@media (max-width: 748px) {
  /* line 103, ../scss/global/_templates.scss */
  .template-1.story .hero-module-1 .container-text, .hero-module-1 .template-1.story .container-text {
    width: 100% !important;
    padding: 10px 5px !important;
    margin: 10px auto 0 !important;
  }
}
@media (max-width: 998px) {
  /* line 117, ../scss/global/_templates.scss */
  .template-1.opportunity .aside {
    padding: 85px 0 0;
  }
  /* line 120, ../scss/global/_templates.scss */
  .template-1.opportunity .main {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 748px) {
  /* line 127, ../scss/global/_templates.scss */
  .template-1.opportunity .aside {
    padding: 120px 0 0;
  }
  /* line 130, ../scss/global/_templates.scss */
  .template-1.opportunity .main {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 998px) {
  /* line 138, ../scss/global/_templates.scss */
  .template-1.categ-page .aside {
    padding: 85px 0 0;
  }
  /* line 141, ../scss/global/_templates.scss */
  .template-1.categ-page .main {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 748px) {
  /* line 148, ../scss/global/_templates.scss */
  .template-1.categ-page .aside {
    padding: 120px 0 0;
  }
  /* line 151, ../scss/global/_templates.scss */
  .template-1.categ-page .main {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 998px) {
  /* line 159, ../scss/global/_templates.scss */
  .template-1.contact-page .aside {
    padding: 85px 0 0;
  }
  /* line 162, ../scss/global/_templates.scss */
  .template-1.contact-page .main {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 748px) {
  /* line 169, ../scss/global/_templates.scss */
  .template-1.contact-page .aside {
    padding: 120px 0 0;
  }
  /* line 172, ../scss/global/_templates.scss */
  .template-1.contact-page .main {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* line 1, ../scss/partials/_header.scss */
.site-header {
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  z-index: 1000;
  background-color: #fff;
  height: 85px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* icon */
  /* icon end */
  /* logo */
  /* box */
}
/* line 14, ../scss/partials/_header.scss */
.site-header:before {
  width: 96%;
  max-width: 1113px;
  height: 1px;
  background-color: #f0f0f0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: " ";
}
/* line 27, ../scss/partials/_header.scss */
.site-header .container, .site-header .hero-module-1 .container-text, .hero-module-1 .site-header .container-text {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: 0 auto;
}
/* line 32, ../scss/partials/_header.scss */
.header-menu-toggle {
  float: left;
  cursor: pointer;
  overflow: hidden;
}
/* line 37, ../scss/partials/_header.scss */
.header-menu-toggle em {
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  margin: 10px 0 0;
  font-size: 10px;
  color: #191e23;
  float: left;
  text-transform: uppercase;
  font-style: normal;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header-menu-toggle.opened em {
	display: none;
}
@media (max-width: 748px) {
  /* line 37, ../scss/partials/_header.scss */
  .header-menu-toggle em {
    display: none;
  }
}
/* line 53, ../scss/partials/_header.scss */
.header-menu-toggle:hover em {
  color: #41a5f0;
}
/* line 57, ../scss/partials/_header.scss */
.header-menu-toggle:hover .icon span {
  background-color: #41a5f0;
}
/* line 64, ../scss/partials/_header.scss */
.header-menu-toggle .icon {
  width: 21px;
  height: 19px;
  margin: 7px 18px 0 0;
  float: left;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
/* line 80, ../scss/partials/_header.scss */
.header-menu-toggle .icon:hover span, .header-menu-toggle.opened .icon span {
  background: #41a5f0;
}
/* line 84, ../scss/partials/_header.scss */
.header-menu-toggle .icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #191e23;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/* line 100, ../scss/partials/_header.scss */
.header-menu-toggle .icon span:nth-child(even) {
  left: 50%;
}
/* line 101, ../scss/partials/_header.scss */
.header-menu-toggle .icon span:nth-child(odd) {
  left: 0;
}
/* line 102, ../scss/partials/_header.scss */
.header-menu-toggle .icon span:nth-child(1), .header-menu-toggle .icon span:nth-child(2) {
  top: 0;
}
/* line 103, ../scss/partials/_header.scss */
.header-menu-toggle .icon span:nth-child(3), .header-menu-toggle .icon span:nth-child(4) {
  top: 8px;
}
/* line 104, ../scss/partials/_header.scss */
.header-menu-toggle .icon span:nth-child(5), .header-menu-toggle .icon span:nth-child(6) {
  top: 16px;
}
/* line 105, ../scss/partials/_header.scss */
.header-menu-toggle.opened .icon span:nth-child(1), .header-menu-toggle.opened .icon span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 111, ../scss/partials/_header.scss */
.header-menu-toggle.opened .icon span:nth-child(2), .header-menu-toggle.opened .icon span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 117, ../scss/partials/_header.scss */
.header-menu-toggle.opened .icon span:nth-child(1) {
  left: 2px;
  top: 5px;
}
/* line 121, ../scss/partials/_header.scss */
.header-menu-toggle.opened .icon span:nth-child(2) {
  left: calc(50% - 2px);
  top: 5px;
}
/* line 125, ../scss/partials/_header.scss */
.header-menu-toggle.opened .icon span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
/* line 129, ../scss/partials/_header.scss */
.header-menu-toggle.opened .icon span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
/* line 133, ../scss/partials/_header.scss */
.header-menu-toggle.opened .icon span:nth-child(5) {
  left: 2px;
  top: 12px;
}
/* line 137, ../scss/partials/_header.scss */
.header-menu-toggle.opened .icon span:nth-child(6) {
  left: calc(50% - 2px);
  top: 12px;
}
/* line 176, ../scss/partials/_header.scss */
.site-header .logo {
  background: url(/img_new/logo.svg) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 99px;
  height: 45px;
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -50px;
}
/* line 187, ../scss/partials/_header.scss */
.site-header .logo a, .site-header .logo .link:link {
  display: block;
  height: 100%;
}
/* line 192, ../scss/partials/_header.scss */
.site-header .box {
  float: right;
  text-align: left;
}
/* line 196, ../scss/partials/_header.scss */
.site-header .box form {
  float: left;
  height: 35px;
  margin: 0 7px 0 0;
  border-right: 1px solid #dddddd;
  padding: 0 15px 0 0;
}
@media (max-width: 998px) {
  /* line 196, ../scss/partials/_header.scss */
  .site-header .box form {
    border: none;
    padding: 0;
  }
}
/* line 208, ../scss/partials/_header.scss */
.site-header .box form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/* line 214, ../scss/partials/_header.scss */
.site-header .box form .go {
  background: none;
  border: none;
  display: block;
  float: right;
  width: 22px;
  height: 19px;
  color: #191e23;
  padding: 0;
  margin: 9px 0 0;
  font-size: 1.3em;
}
/* line 226, ../scss/partials/_header.scss */
.site-header .box form .go:hover {
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #41a5f0;
}
/* line 230, ../scss/partials/_header.scss */
.site-header .box form .go.open {
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #41a5f0;
}
@media (max-width: 1470px) {
  /* line 237, ../scss/partials/_header.scss */
  .site-header .container, .site-header .hero-module-1 .container-text, .hero-module-1 .site-header .container-text {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 748px) {
  /* line 1, ../scss/partials/_header.scss */
  .site-header {
    height: 50px;
    padding: 0;
  }
  /* line 248, ../scss/partials/_header.scss */
  .site-header .container, .site-header .hero-module-1 .container-text, .hero-module-1 .site-header .container-text {
    margin: 0;
  }
  /* line 250, ../scss/partials/_header.scss */
  .site-header .logo {
    background: url(/img_new/logo.svg) no-repeat 0 0;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    width: 68px;
    height: 31px;
    margin: 7px 0 0 -34px;
  }
  /* line 259, ../scss/partials/_header.scss */
  .site-header .box em {
    display: none;
  }
  /* line 260, ../scss/partials/_header.scss */
  .site-header .box form {
    margin: 0;
    padding: 0;
  }
}

/* line 268, ../scss/partials/_header.scss */
.aside .site-header {
  width: 100%;
}
@media (max-width: 748px) {
  /* line 268, ../scss/partials/_header.scss */
  .aside .site-header {
    width: 100%;
  }
}

/* line 274, ../scss/partials/_header.scss */
.aside.expand .site-header {
  width: 100%;
}

/* line 9, ../scss/partials/_header2.scss */
.header2 .top {
  width: 100%;
  height: 85px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 17, ../scss/partials/_header2.scss */
.header2 .login {
  margin: 0;
}
/* line 22, ../scss/partials/_header2.scss */
.header2 .bottom {
  position: relative;
  overflow: hidden;
}
/* line 28, ../scss/partials/_header2.scss */
.header2 .facebook {
  background: url(/img_new/button-facebook.svg) no-repeat 0 0;
  width: 100%;
  height: 35px;
  overflow: hidden;
  text-indent: -999px;
  display: block;
  margin: auto;
  width: 230px;
}
.header2 .logout {
  color: #fff;
  font-size: 0.8em;
}
.header2 .logout:hover {
  color: #41A5F0;
}
@media (max-width: 748px) {
  /* line 28, ../scss/partials/_header2.scss */
  .header2 .facebook {
    width: 230px;
  }
}
/* line 43, ../scss/partials/_header2.scss */
.header2 .title {
  color: white;
  font-size: 1.1em;
  margin: 0;
  padding: 0 0 0 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 53, ../scss/partials/_header2.scss */
.header2 .title .alt {
  color: #efa521;
}

@media (min-width: 749px) {
	.bside .header2 .toggle.open {
		display: none;
	}
}
@media (max-width: 748px) {
	.bside .header2 .toggle.minimize {
		display: none;
	}
}


@media (max-width: 748px) {
  /* line 56, ../scss/partials/_header2.scss */
  .bside.open .header2 .toggle span {
    display: none;
  }
}

@media (max-width: 748px) {
  /* line 62, ../scss/partials/_header2.scss */
  .bside.open .header2 .toggle:after {
    display: block;
  }
}
/* line 69, ../scss/partials/_header2.scss */
.header2 .toggle {
  width: 16px;
  height: 16px;
  float: right;
  position: absolute;
  top: 34px;
  right: 25px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
/* line 79, ../scss/partials/_header2.scss */
.header2 .toggle:after {
  content: "\e006";
  width: 100%;
  height: 100%;
  font-family: 'newsy';
  color: #efa521;
}
@media (max-width: 748px) {
  /* line 79, ../scss/partials/_header2.scss */
  .header2 .toggle:after {
    display: none;
  }
}
/* line 90, ../scss/partials/_header2.scss */
.header2 .toggle span {
  display: none;
  position: absolute;
}
@media (max-width: 748px) {
  /* line 90, ../scss/partials/_header2.scss */
  .header2 .toggle span {
    display: block;
  }
}
/* line 102, ../scss/partials/_header2.scss */
.header2 .toggle span:nth-child(1) {
	width: 16px;
  height: 3px;
  top: 7px;
	right: 0px;
	background: #efa521;
}
/* line 106, ../scss/partials/_header2.scss */
.header2 .toggle span:nth-child(2) {
	width: 10px;
	height: 10px;
	top: 2px;
	left: 1px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: #efa521 solid;
  border-width: 0 0 3px 3px;
}
/* line 130, ../scss/partials/_header2.scss */
.header2 .button {
  width: 88%;
  padding: 8px;
  font-size: 0.9em;
  color: #191e23;
  background-color: #efa521;
  margin: 0 auto;
  display: block;
  text-align: center;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header2 .bottom .button {
	margin: 10px auto;
}
/* line 143, ../scss/partials/_header2.scss */
.header2 .lock {
  width: 56px;
  margin: 0 0 0 10px;
  height: 40px;
  position: relative;
  display: none;
}
/* line 150, ../scss/partials/_header2.scss */
.header2 .lock:after {
  content: "";
  display: block;
  background: url(/img_new/icon-lock.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 11px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
}
/* line 164, ../scss/partials/_header2.scss */
.header2 .log-close {
  margin: 0 auto;
  position: relative;
  left: 50%;
  margin: 0 0 10px -6px;
  display: none;
  cursor: pointer;
}
@media (max-width: 748px) {
  /* line 178, ../scss/partials/_header2.scss */
  .header2 .top {
    height: 50px;
  }
  /* line 181, ../scss/partials/_header2.scss */
  .header2 .toggle {
    top: 18px;
    right: 18px;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}


@media (max-width: 748px) {
  /* line 206, ../scss/partials/_header2.scss */
  .bside.open .header2 .toggle {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

/* line 1, ../scss/partials/_footer.scss */
.site-footer {
  background-color: #fff;
  padding: 35px 0;
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}
/* line 9, ../scss/partials/_footer.scss */
.site-footer ul {
  padding: 0;
  margin: 15px 0 0;
}
/* line 13, ../scss/partials/_footer.scss */
.site-footer ul li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
/* line 18, ../scss/partials/_footer.scss */
.site-footer ul li:after {
  display: none;
}
/* line 20, ../scss/partials/_footer.scss */
.site-footer ul li a, .site-footer ul li .link:link {
  color: #41a5f0;
  font-family: "Avenir", sans-serif;
  font-size: 1em;
  font-weight: 300;
}
/* line 25, ../scss/partials/_footer.scss */
.site-footer ul li a:hover, .site-footer ul li .link:hover:link {
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #191e23;
}
/* line 33, ../scss/partials/_footer.scss */
.site-footer p img {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
/* line 40, ../scss/partials/_footer.scss */
.site-footer .social {
  display: block;
  margin: 10px 0;
  text-align: center;
}
/* line 45, ../scss/partials/_footer.scss */
.site-footer .social li {
  padding: 0;
  display: inline-block;
  margin: 0 4px;
}
/* line 50, ../scss/partials/_footer.scss */
.site-footer .social li a, .site-footer .social li .link:link {
  border-bottom: none;
  font-size: 1.9em;
  line-height: 1.4em;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #191e23;
}
/* line 60, ../scss/partials/_footer.scss */
.site-footer .social li:before {
  display: none;
}
/* line 61, ../scss/partials/_footer.scss */
.site-footer .social li a:hover, .site-footer .social li .link:hover:link {
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #41a5f0;
}

/* line 1, ../scss/partials/_menu.scss */
.menu {
  position: fixed;
  width: 100%;
  top: 85px;
  left: 0;
  background-color: #fbfbfb;
  z-index: 2200;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  padding: 0 0 20px 0;
  -webkit-transform: translateZ(0);
  -webkit-transition: padding 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: padding 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 13, ../scss/partials/_menu.scss */
.menu .bg {
  background-color: #ececec;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  left: 50%;
  z-index: 1;
  -webkit-transition: all .4s cubic-bezier(.215, .61, .355, 1);
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
}
@media (max-width: 998px) {
  /* line 13, ../scss/partials/_menu.scss */
  .menu .bg {
    display: none;
  }
}
/* line 26, ../scss/partials/_menu.scss */
.menu .container, .menu .hero-module-1 .container-text, .hero-module-1 .menu .container-text {
  position: relative;
  z-index: 10;
}
/* line 31, ../scss/partials/_menu.scss */
.menu .social {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 25px;
}
.menu .social [class^="icon-"]::before, .menu .social [class*=" icon-"]::before {
	position: relative;
	top: 5px;
	vertical-align: top;
  font-size: 14px;
}
/* line 39, ../scss/partials/_menu.scss */
.menu .social li {
  display: inline-block;
  width: 30%;
}
/* line 43, ../scss/partials/_menu.scss */
.menu .social li a, .menu .social li .link:link {
  background-color: #000;
  display: block;
  width: 100%;
}
/* line 49, ../scss/partials/_menu.scss */
.menu .social li a span, .menu .social li .link:link span {
  color: #fff;
  display: inline-block;
}
@media (max-width: 998px) {
  /* line 1, ../scss/partials/_menu.scss */
  .menu {
    height: calc(100% - 85px);
  }
}
@media (max-width: 748px) {
  /* line 1, ../scss/partials/_menu.scss */
  .menu {
    width: 100%;
    padding: 0 0 40px 0 !important;
    height: calc(100% - 50px);
    top: 50px;
    background-color: #fbfbfb;
  }
  /* line 68, ../scss/partials/_menu.scss */
  .menu .social {
    display: block;
  }
}
/* line 73, ../scss/partials/_menu.scss */
.menu .name {
  background-color: transparent;
}
/* line 75, ../scss/partials/_menu.scss */
.menu .col-1 {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px 0 0;
  position: relative;
  overflow: hidden;
  background-color: #fbfbfb;
}
@media (max-width: 1238px) {
  /* line 75, ../scss/partials/_menu.scss */
  .menu .col-1 {
    padding: 0 50px 0 10px;
  }
}
@media (max-width: 998px) {
  /* line 75, ../scss/partials/_menu.scss */
  .menu .col-1 {
    width: 100%;
    float: none;
    padding: 0 0 20px 10px;
  }
}
@media (max-width: 748px) {
  /* line 75, ../scss/partials/_menu.scss */
  .menu .col-1 {
    float: none;
    width: 100%;
    padding: 0;
  }
  /* line 99, ../scss/partials/_menu.scss */
  .menu .col-1 .section-name {
    display: none;
  }
}
/* line 102, ../scss/partials/_menu.scss */
.menu .col-1 ul {
  width: 50%;
  float: left;
  margin: 15px 0 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 748px) {
  /* line 102, ../scss/partials/_menu.scss */
  .menu .col-1 ul {
    width: 100%;
    float: none;
  }
}
/* line 114, ../scss/partials/_menu.scss */
.menu .col-1 ul li {
  margin: 10px 0 0;
  font-size: 1em;
  color: #41a5f0;
}
@media (max-width: 998px) {
  /* line 114, ../scss/partials/_menu.scss */
  .menu .col-1 ul li {
    width: 50%;
    float: left;
  }
  /* line 123, ../scss/partials/_menu.scss */
  .menu .col-1 ul li:first-child {
    width: 100%;
  }
}
@media (max-width: 748px) {
  /* line 114, ../scss/partials/_menu.scss */
  .menu .col-1 ul li {
    width: 100%;
    float: none;
    margin: 0;
    padding: 5px 0 5px 20px;
    border-bottom: 1px solid #f1f1f1;
  }
  /* line 135, ../scss/partials/_menu.scss */
  .menu .col-1 ul li:first-child {
    padding: 5px 0 5px 0;
  }
}
/* line 140, ../scss/partials/_menu.scss */
.menu .col-1 ul li a, .menu .col-1 ul li .link:link {
  color: #191e23;
  font-size: 0.75em;
  text-transform: uppercase;
}
/* line 145, ../scss/partials/_menu.scss */
.menu .col-1 ul li a:hover, .menu .col-1 ul li .link:hover:link {
  color: #41a5f0;
}
@media (max-width: 998px) {
  /* line 150, ../scss/partials/_menu.scss */
  .menu .col-1 ul:first-child:after {
    content: "";
    display: block;
    position: absolute;
    top: 15%;
    height: 80%;
    right: 10px;
    width: 1px;
    background-color: #e2e0df;
  }
  /* line 160, ../scss/partials/_menu.scss */
  .menu .col-1 ul:last-child {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 748px) {
  /* line 165, ../scss/partials/_menu.scss */
  .menu .col-1 ul:first-child:after {
    display: none;
  }
  /* line 168, ../scss/partials/_menu.scss */
  .menu .col-1 ul:last-child {
    padding: 0;
  }
}
/* line 175, ../scss/partials/_menu.scss */
.menu .col-2 {
  width: 50%;
  float: right;
  padding: 0 0 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #ececec;
  overflow: hidden;
}
/* line 184, ../scss/partials/_menu.scss */
.menu .col-2 .holder {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 998px) {
  /* line 175, ../scss/partials/_menu.scss */
  .menu .col-2 {
    width: 100%;
    float: none;
    padding: 0 0 0 10px;
    background-color: #fbfbfb;
  }
}
@media (max-width: 748px) {
  /* line 175, ../scss/partials/_menu.scss */
  .menu .col-2 {
    display: none;
  }
}
/* line 200, ../scss/partials/_menu.scss */
.menu .col-2 .item {
  width: 100%;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 0;
}
@media (max-width: 998px) {
  /* line 200, ../scss/partials/_menu.scss */
  .menu .col-2 .item {
    width: 31%;
    margin: 0 2% 0 0;
    float: left;
  }
}
/* line 214, ../scss/partials/_menu.scss */
.menu .col-2 .item:after {
  content: "";
  display: block;
  clear: both;
}
/* line 221, ../scss/partials/_menu.scss */
.menu .col-2 .item:hover .img-frame img {
  opacity: 0.2;
}
/* line 224, ../scss/partials/_menu.scss */
.menu .col-2 .item:hover .title {
  color: #41a5f0;
}
/* line 229, ../scss/partials/_menu.scss */
.menu .col-2 .item h6 {
  color: #41a5f0;
  font-size: 0.8em;
  text-transform: uppercase;
}
/* line 235, ../scss/partials/_menu.scss */
.menu .col-2 .item em {
  display: block;
  font-size: 0.6em;
  color: #939393;
  font-style: normal;
  text-transform: uppercase;
}
/* line 243, ../scss/partials/_menu.scss */
.menu .col-2 .item .title {
  color: #191e23;
  font-style: normal;
  position: relative;
  font-size: 1.125em;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  float: left;
  width: 66%;
  margin: 0;
  padding: 0;
}
@media (max-width: 1238px) {
  /* line 243, ../scss/partials/_menu.scss */
  .menu .col-2 .item .title {
    font-size: 0.8em;
  }
}
@media (max-width: 998px) {
  /* line 243, ../scss/partials/_menu.scss */
  .menu .col-2 .item .title {
    width: 100%;
  }
}
/* line 263, ../scss/partials/_menu.scss */
.menu .col-2 .item .img-frame.has-icon-play {
  width: 30%;
  background-color: #41a5f0;
  position: relative;
  float: left;
  margin-right: 4%;
}
@media (max-width: 998px) {
  /* line 263, ../scss/partials/_menu.scss */
  .menu .col-2 .item .img-frame.has-icon-play {
    width: 100%;
    float: none;
  }
}
/* line 275, ../scss/partials/_menu.scss */
.menu .col-2 .item .img-frame .icon-play {
  position: absolute;
  color: #fff;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 1.5em;
  line-height: 1;
}
@media (max-width: 1238px) {
  /* line 275, ../scss/partials/_menu.scss */
  .menu .col-2 .item .img-frame .icon-play {
    font-size: 1.4em;
  }
}
@media (max-width: 998px) {
  /* line 275, ../scss/partials/_menu.scss */
  .menu .col-2 .item .img-frame .icon-play {
    font-size: 2em;
  }
}
@media (max-width: 748px) {
  /* line 275, ../scss/partials/_menu.scss */
  .menu .col-2 .item .img-frame .icon-play {
    font-size: 1em;
  }
}
/* line 298, ../scss/partials/_menu.scss */
.menu .col-2 .item .img-frame.has-icon-play img {
  width: 100%;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 304, ../scss/partials/_menu.scss */
.menu .col-2 .item .img-frame.has-icon-play .add {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #0B0B0B;
  color: #fff;
  font-size: 0.6em;
  line-height: 1;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 314, ../scss/partials/_menu.scss */
.menu .col-2 .item .img-frame.has-icon-play .add:before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 318, ../scss/partials/_menu.scss */
.menu .col-2 .item .img-frame.has-icon-play .add:hover {
  background-color: #fff;
  color: #191e23;
}
/* line 323, ../scss/partials/_menu.scss */
.menu .col-2 .item .img-frame.has-icon-play .add .icon-plus {
  font-size: 0.8em;
  display: inline-block;
  padding: 1px;
}
.menu .col-2 .item .img-frame.has-icon-play .add .icon-plus:before {
	font-size: 1.2em;
}
.menu .col-2 .item .img-frame.has-icon-play .add .text {
  display: none;
}
.menu .col-2 .item [class^="icon-"]:before,
.menu .col-2 .item [class*=" icon-"]:before {
	vertical-align: top;
}
@media (max-width: 998px) {
  /* line 304, ../scss/partials/_menu.scss */
  .menu .col-2 .item .img-frame.has-icon-play .add {
    display: block;
  }
}
@media (max-width: 748px) {
  /* line 304, ../scss/partials/_menu.scss */
  .menu .col-2 .item .img-frame.has-icon-play .add {
    display: block;
  }
}
.menu .section-name h6.name {
	background-color: transparent;
}

/* line 343, ../scss/partials/_menu.scss */
.aside.expand .menu {
  padding: 0 70px 20px 0;
}
/* line 347, ../scss/partials/_menu.scss */
.aside.expand .menu .bg {
  width: calc((100% - 70px) / 2);
  left: calc((100% - 70px) / 2);
}

/* line 1, ../scss/partials/_story-module-2.scss */
.story-module-2 {
  width: 100%;
  float: left;
  overflow: hidden;
  background-color: #fbfbfb;
  padding: 20px 0;
}
/* line 8, ../scss/partials/_story-module-2.scss */
.story-module-2 .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border: none;
}
/* line 18, ../scss/partials/_story-module-2.scss */
.story-module-2 .container, .story-module-2 .hero-module-1 .container-text, .hero-module-1 .story-module-2 .container-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: black;
  overflow: hidden;
}
/* line 24, ../scss/partials/_story-module-2.scss */
.story-module-2 .container:hover .image, .story-module-2 .hero-module-1 .container-text:hover .image, .hero-module-1 .story-module-2 .container-text:hover .image {
  opacity: 0.3;
}
/* line 28, ../scss/partials/_story-module-2.scss */
.story-module-2 .container:hover .add, .story-module-2 .hero-module-1 .container-text:hover .add, .hero-module-1 .story-module-2 .container-text:hover .add {
  opacity: 1;
}
/* line 34, ../scss/partials/_story-module-2.scss */
.story-module-2 .add {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background-color: #171717;
  color: #fff;
  font-size: 0.8em;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  cursor: pointer;
  z-index: 11;
}
/* line 47, ../scss/partials/_story-module-2.scss */
.story-module-2 .add:hover {
  color: #efa521;
}
/* line 51, ../scss/partials/_story-module-2.scss */
.story-module-2 .add .icon-plus {
  font-size: 0.8em;
}
/* line 56, ../scss/partials/_story-module-2.scss */
.story-module-2 .content-box {
  padding: 150px 35px;
}
/* line 60, ../scss/partials/_story-module-2.scss */
.story-module-2 .image {
  position: absolute;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.5;
}
/* line 66, ../scss/partials/_story-module-2.scss */
.story-module-2 .title {
  color: #fff;
  padding-bottom: 15px;
  position: relative;
  width: 55%;
  font-size: 2.2em;
  font-family: "Avenir", sans-serif;
  font-weight: 300;
}
/* line 74, ../scss/partials/_story-module-2.scss */
.story-module-2 .title:before {
  content: "";
  width: 150px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  bottom: 0;
  left: 0;
  position: absolute;
}
/* line 84, ../scss/partials/_story-module-2.scss */
.story-module-2 .summary {
  color: #fff;
  width: 47%;
  font-size: 1.2em;
  position: relative;
}
/* line 91, ../scss/partials/_story-module-2.scss */
.story-module-2 .icon-play {
  display: inline-block;
  margin: 15px 0 0;
  font-size: 1.9em;
  line-height: 1em;
  color: #fff;
  cursor: pointer;
  float: left;
  position: relative;
  padding: 0;
  margin-right: 10px;
  z-index: 11;
}
@media (max-width: 1470px) {
  /* line 107, ../scss/partials/_story-module-2.scss */
  .story-module-2 .container, .story-module-2 .hero-module-1 .container-text, .hero-module-1 .story-module-2 .container-text {
    max-width: 100%;
  }
  /* line 111, ../scss/partials/_story-module-2.scss */
  .story-module-2 .summary, .story-module-2 .title {
    width: 70%;
  }
}
@media (max-width: 748px) {
  /* line 120, ../scss/partials/_story-module-2.scss */
  .story-module-2 .add {
    opacity: 1;
  }
  /* line 122, ../scss/partials/_story-module-2.scss */
  .story-module-2 .content-box {
    padding: 100px 25px;
  }
  /* line 126, ../scss/partials/_story-module-2.scss */
  .story-module-2 .summary, .story-module-2 .title {
    width: 100%;
  }
}

/* line 1, ../scss/partials/_story-module-3.scss */
.story-module-3 {
  margin: 10px 0 0;
  width: 100%;
  overflow: hidden;
}
/* line 6, ../scss/partials/_story-module-3.scss */
.story-module-3 .content-box {
  width: 100%;
  overflow: hidden;
  margin: 20px 0 0;
}
/* line 12, ../scss/partials/_story-module-3.scss */
.story-module-3 .item {
  width: 32%;
  min-height: 100px;
  margin-right: 2%;
  margin-bottom: 4%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
/* line 20, ../scss/partials/_story-module-3.scss */
.story-module-3 .item:nth-child(3n+3) {
  margin-right: 0;
}
/* line 25, ../scss/partials/_story-module-3.scss */
.story-module-3 .item:hover .img-frame img {
  opacity: 0.4;
}
/* line 29, ../scss/partials/_story-module-3.scss */
.story-module-3 .item:hover .img-frame .add {
  opacity: 1;
}
/* line 33, ../scss/partials/_story-module-3.scss */
.story-module-3 .item:hover .title {
  color: #41a5f0;
}
/* line 36, ../scss/partials/_story-module-3.scss */
.story-module-3 .item:hover .img-frame .icon-play {
  color: #41a5f0;
}
/* line 41, ../scss/partials/_story-module-3.scss */
.story-module-3 .sec {
  font-size: .4em;
  color: #939393;
  display: inline-block;
  margin: 5px 0 0;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Avenir", sans-serif;
  font-weight: 300;
  vertical-align: top;
}
/* line 51, ../scss/partials/_story-module-3.scss */
.story-module-3 .title {
  color: #191e23;
  font-style: normal;
  position: relative;
  font-size: 1.4em;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 62, ../scss/partials/_story-module-3.scss */
.story-module-3 .img-frame.has-icon-play {
  width: 100%;
  background-color: #191e23;
  position: relative;
}
/* line 67, ../scss/partials/_story-module-3.scss */
.story-module-3 .img-frame .icon-play {
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(65, 165, 240, 0.8);
  border-radius: 100%;
  border: 2px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  transition: all 0.3s;
  box-sizing: border-box;
	z-index: 1;
}
.story-module-3 .img-frame .icon-play:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(68%, 45%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 22px;
  border-color: transparent transparent transparent #fff;
  box-sizing: border-box;
}
@media (min-width: 749px) {
	.story-module-3 .img-frame:hover .icon-play {
	  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	  transform: translate(-50%, -50%) scale(1.05);
	  background-color: #41A5F0;
	}
	.story-module-3 .img-frame:active .icon-play {
	  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	  transform: translate(-50%, -50%);
	  background-color: #41A5F0;
	  transition: all 0.05s;
	}
}
/* line 80, ../scss/partials/_story-module-3.scss */
.story-module-3 .img-frame.has-icon-play img {
  width: 100%;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1238px) {
  /* line 113, ../scss/partials/_story-module-3.scss */
  .story-module-3 .title {
    font-size: 1.1em;
  }
}
@media (max-width: 748px) {
  /* line 125, ../scss/partials/_story-module-3.scss */
  .story-module-3 .item {
    width: 100%;
  }
  /* line 127, ../scss/partials/_story-module-3.scss */
  .story-module-3 .img-frame.has-icon-play {
    width: 42%;
    float: left;
    margin-right: 4%;
  }
	.story-module-3 .img-frame .icon-play {
	  bottom: 0;
	  top: auto;
	  left: 0;
	  border: none;
	  transform: none;
	  background: transparent;
	  box-shadow: none;/* Rectangle 2: */
		background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	  border-radius: 0px;
	  width: 100%;
	  height: 30px;
	}
	.story-module-3 .img-frame .icon-play:after {
	  border-width: 5px 0 5px 9px;
	  transform: none;
	  bottom: 7px;
	  top: auto;
	  margin-left: 7px;
	}
  /* line 141, ../scss/partials/_story-module-3.scss */
  .story-module-3 .sec {
    float: left;
    margin: 4px 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 55% 0 0;
    font-size: .4em;
  }
  /* line 150, ../scss/partials/_story-module-3.scss */
  .story-module-3 .title {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    padding: 0px;
    font-size: 1em;
  }
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
/* line 7, ../scss/vendor/_owl-carousel.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 16, ../scss/vendor/_owl-carousel.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  margin: 20px 0 0;
  padding: 0 0 25px 0;
  -ms-touch-action: pan-y;
  overflow: hidden;
}

/* line 25, ../scss/vendor/_owl-carousel.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 30, ../scss/vendor/_owl-carousel.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
}

/* line 34, ../scss/vendor/_owl-carousel.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 42, ../scss/vendor/_owl-carousel.scss */
.owl-carousel .owl-item {
  float: left;
  overflow: hidden;
}
@media (max-width: 748px) {
  /* line 42, ../scss/vendor/_owl-carousel.scss */
  .owl-carousel .owl-item {
    height: auto;
  }
}

/* line 51, ../scss/vendor/_owl-carousel.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 54, ../scss/vendor/_owl-carousel.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 62, ../scss/vendor/_owl-carousel.scss */
.owl-controls .owl-pagination {
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  position: absolute;
}
/* line 69, ../scss/vendor/_owl-carousel.scss */
.owl-controls .owl-page {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background-color: #41a5f0;
  margin: 0 3px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 80, ../scss/vendor/_owl-carousel.scss */
.owl-controls .owl-page span {
  background-color: white;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 2px;
}
/* line 89, ../scss/vendor/_owl-carousel.scss */
.owl-controls .owl-page.active span {
  display: block;
}
/* line 92, ../scss/vendor/_owl-carousel.scss */
.owl-controls .owl-prev {
  float: left;
  font-size: 1.5em;
  width: 24px;
  height: 24px;
  color: #191e23;
}
/* line 99, ../scss/vendor/_owl-carousel.scss */
.owl-controls .owl-prev:hover {
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #41a5f0;
}
/* line 103, ../scss/vendor/_owl-carousel.scss */
.owl-controls .owl-next {
  float: right;
  font-size: 1.5em;
  width: 24px;
  height: 24px;
  color: #191e23;
}
/* line 110, ../scss/vendor/_owl-carousel.scss */
.owl-controls .owl-next:hover {
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #41a5f0;
}

/* mouse grab icon */
/* line 118, ../scss/vendor/_owl-carousel.scss */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
/* line 124, ../scss/vendor/_owl-carousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* OWL STYLINGS END */
/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 12, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 37, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
}

/* line 47, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 59, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 67, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 73, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 78, ../scss/vendor/_jquery.fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/img_new/fancybox_sprite.png");
}

/* line 82, ../scss/vendor/_jquery.fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 94, ../scss/vendor/_jquery.fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/img_new/fancybox_loading.gif") center center no-repeat;
}

/* line 100, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 110, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/img_new/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

/* line 122, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 126, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 130, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 167, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 172, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 176, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 180, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/img_new/fancybox_overlay.png");
}

/* line 190, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 196, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 203, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 211, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 215, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 224, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 240, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 246, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 250, ../scss/vendor/_jquery.fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 265, ../scss/vendor/_jquery.fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/img_new/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 270, ../scss/vendor/_jquery.fancybox.scss */
  #fancybox-loading div {
    background-image: url("/img_new/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
/* line 27, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */
}

/* line 28, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

/* line 30, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

/* line 39, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
/* line 55, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
/* line 57, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

/* line 62, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
/* line 64, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0 !important;
}

/* line 75, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
/* line 78, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

/* line 83, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
/* line 85, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

/* line 94, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools a + .mCSB_draggerContainer, .mCSB_scrollTools .link:link + .mCSB_draggerContainer {
  margin: 20px 0;
}

/* line 96, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

/* line 103, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

/* line 110, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

/* line 120, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

/* line 123, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

/* line 126, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

/* line 136, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
/* line 147, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

/* line 152, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

/* line 154, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
/* line 156, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 166, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
/* line 168, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer, .mCSB_scrollTools.mCSB_scrollTools_horizontal .link:link + .mCSB_draggerContainer {
  margin: 0 20px;
}

/* line 170, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

/* line 176, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

/* line 182, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

/* line 189, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

/* line 195, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

/* line 201, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

/* line 211, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

/* line 213, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
/* line 224, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

/* line 237, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
}

/* line 242, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

/* line 244, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
/* line 247, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
/* line 251, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
/* line 254, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
/* line 257, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

/* line 259, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

/* line 264, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 269, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 274, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
/* line 280, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
/* line 295, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* line 305, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/
/* default theme ("light") */
/* line 340, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

/* line 343, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

/* line 350, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/* line 352, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

/* line 357, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

/* line 362, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

/* line 367, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* line 375, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

/* line 381, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
  sprites locations
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}

/* line 390, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}

/* line 399, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
  sprites locations
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}

/* line 408, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
  sprites locations
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}

/* line 420, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

/* line 425, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
/* line 430, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 432, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 434, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0);
}

/* line 437, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0);
}

/* line 439, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

/* line 441, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

/* line 443, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

/* line 445, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
/* line 454, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 461, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 470, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

/* line 476, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

/* line 479, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

/* line 481, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

/* line 483, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

/* line 485, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

/* line 487, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
/* line 492, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 497, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 502, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 505, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 507, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

/* line 509, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

/* line 511, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

/* line 513, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
/* line 522, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 529, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 536, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

/* line 543, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

/* line 549, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

/* line 552, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

/* line 554, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

/* line 556, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

/* line 558, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

/* line 560, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
/* line 565, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 570, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 575, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 578, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 580, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

/* line 582, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

/* line 584, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

/* line 586, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
/* line 594, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

/* line 597, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

/* line 600, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

/* line 603, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
/* line 612, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 614, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 616, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 619, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 621, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

/* line 623, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

/* line 625, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

/* line 627, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
/* line 635, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

/* line 640, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

/* line 645, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

/* line 653, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

/* line 658, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

/* line 666, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

/* line 675, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

/* line 680, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

/* line 689, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

/* line 694, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

/* line 696, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

/* line 698, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

/* line 700, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
/* line 706, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 708, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 711, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 716, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 718, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

/* line 720, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

/* line 722, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

/* line 724, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
/* line 730, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

/* line 735, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

/* line 741, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

/* line 749, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

/* line 755, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

/* line 757, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

/* line 759, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

/* line 761, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
/* line 766, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

/* line 770, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

/* line 772, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

/* line 774, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

/* line 776, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
/* line 787, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
}

/* line 800, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
/* line 814, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

/* line 817, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

/* line 820, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

/* line 828, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

/* line 831, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0), inset -1px 0 1px rgba(255, 255, 255, 0);
}

/* line 844, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

/* line 847, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

/* line 850, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), inset 0 -1px 1px rgba(255, 255, 255, 0);
}

/* line 858, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

/* line 864, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 866, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 868, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 870, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
/* line 875, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0);
}

/* line 880, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

/* line 882, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 884, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 886, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 888, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
/* line 897, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

/* line 905, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 908, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 911, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

/* line 914, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0), inset 0 0 14px rgba(0, 0, 0, 0);
}

/* line 917, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), inset 0 0 14px rgba(0, 0, 0, 0);
}

/* line 923, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 936, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
}

/* line 941, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

/* line 944, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

/* line 949, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0);
}

/* line 954, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

/* line 956, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 958, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 960, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 962, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
/* line 967, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0);
}

/* line 969, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), inset 0 0 14px rgba(0, 0, 0, 0);
}

/* line 971, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0), inset -1px 0 0 rgba(0, 0, 0, 0);
}

/* line 973, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), inset 0 -1px 0 rgba(0, 0, 0, 0);
}

/* line 978, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

/* line 980, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0);
}

/* line 985, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

/* line 987, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 989, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 991, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 993, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
/* line 1002, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

/* line 1010, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
/* line 1017, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

/* line 1023, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

/* line 1026, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

/* line 1029, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

/* line 1031, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

/* line 1037, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
/* line 1045, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

/* line 1051, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
/* line 1063, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 1069, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

/* line 1074, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

/* line 1083, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

/* line 1090, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

/* line 1095, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 1097, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 1099, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 1101, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
/* line 1106, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 1108, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 1111, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 1113, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 1115, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 1117, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 1119, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 1121, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
/* line 1134, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 1144, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 1160, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 1176, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

/* line 1184, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 1188, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 1192, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 1196, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
/* line 1203, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 1207, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 1214, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 1218, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 1222, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 1226, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 1230, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 1234, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
/* line 1240, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1249, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0);
}

/* theme "inset-3", "inset-3-dark" */
/* line 1254, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

/* line 1256, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 1258, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 1260, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 1263, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* line 1265, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

/* line 1267, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

/* line 1270, ../scss/vendor/_jquery.mCustomScrollbar.scss */
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

/* ---------------------------------------- */
/* line 1, ../scss/partials/_hero-module.scss */
.hero-module-1 {
  width: 100%;
  float: left;
  overflow: hidden;
  background-color: #fbfbfb;
  padding: 15px 0;
}
/* line 8, ../scss/partials/_hero-module.scss */
.hero-module-1 .container, .hero-module-1 .container-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: black;
  overflow: hidden;
}
/* line 14, ../scss/partials/_hero-module.scss */
.hero-module-1 .container:hover .image, .hero-module-1 .container-text:hover .image {
  opacity: 0.4;
}
/* line 18, ../scss/partials/_hero-module.scss */
.hero-module-1 .container:hover .add, .hero-module-1 .container-text:hover .add {
  opacity: 1;
}
/* line 23, ../scss/partials/_hero-module.scss */
.hero-module-1 .container-text {
  background: none;
  padding: 20px 0 0;
}
/* line 30, ../scss/partials/_hero-module.scss */
.hero-module-1 ul li {
  margin: 12px 0 0;
  position: relative;
  text-decoration: none;
  padding-left: 20px;
  color: white;
}
@media (max-width: 748px) {
  /* line 30, ../scss/partials/_hero-module.scss */
  .hero-module-1 ul li {
    padding: 0 0 0 12px;
  }
}
/* line 42, ../scss/partials/_hero-module.scss */
.hero-module-1 ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #41a5f0;
}
@media (max-width: 748px) {
  /* line 42, ../scss/partials/_hero-module.scss */
  .hero-module-1 ul li:after {
    top: 6px;
  }
}
/* line 59, ../scss/partials/_hero-module.scss */
.hero-module-1 .more {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 22px 0 0;
  height: auto;
  width: auto;
  text-transform: uppercase;
  color: #41a5f0;
}
/* line 69, ../scss/partials/_hero-module.scss */
.hero-module-1 .more:after {
  content: "";
  display: block;
  background: url(/img_new/ico-op-more.svg) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -5px 0 0;
}
/* line 85, ../scss/partials/_hero-module.scss */
.hero-module-1 .next {
  float: right;
  margin: 0 0 20px 0;
  font-size: 1em;
  color: #41a5f0;
  position: static;
}
/* line 92, ../scss/partials/_hero-module.scss */
.hero-module-1 .next span {
  display: inline-block;
  vertical-align: middle;
}
/* line 98, ../scss/partials/_hero-module.scss */
.hero-module-1 .add {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background-color: #171717;
  color: #fff;
  font-size: 0.8em;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  z-index: 11;
  cursor: pointer;
}
/* line 111, ../scss/partials/_hero-module.scss */
.hero-module-1 .add:hover {
  color: #efa521;
}
/* line 115, ../scss/partials/_hero-module.scss */
.hero-module-1 .add .icon-plus {
  font-size: 0.8em;
}
/* line 118, ../scss/partials/_hero-module.scss */
.hero-module-1 .add .icon-remove {
  font-size: 0.8em;
  margin: 1px 0 0 2px;
}
/* line 124, ../scss/partials/_hero-module.scss */
.hero-module-1 .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border: none;
}
/* line 134, ../scss/partials/_hero-module.scss */
.hero-module-1 .content-box {
  padding: 250px 35px;
}
/* line 138, ../scss/partials/_hero-module.scss */
.hero-module-1 .image {
  position: absolute;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.7;
}
/* line 144, ../scss/partials/_hero-module.scss */
.hero-module-1 .title {
  color: #fff;
  padding-bottom: 15px;
  position: relative;
  width: 55%;
  font-size: 2.2em;
  font-family: "Avenir", sans-serif;
  font-weight: 300;
}
/* line 152, ../scss/partials/_hero-module.scss */
.hero-module-1 .title:before {
  content: "";
  width: 150px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  bottom: 0;
  left: 0;
  position: absolute;
}
/* line 162, ../scss/partials/_hero-module.scss */
.hero-module-1 .summary {
  color: #fff;
  width: 47%;
  font-size: 1.2em;
  position: relative;
  margin: 0;
}
/* line 170, ../scss/partials/_hero-module.scss */
.hero-module-1 .icon-play {
  display: inline-block;
  margin: 15px 0 0;
  font-size: 2.9em;
  line-height: 1em;
  color: #fff;
  cursor: pointer;
  float: left;
  position: relative;
  padding: 0;
  margin-right: 10px;
}
@media (max-width: 1470px) {
  /* line 187, ../scss/partials/_hero-module.scss */
  .hero-module-1 .container, .hero-module-1 .container-text {
    max-width: 100%;
  }
  /* line 191, ../scss/partials/_hero-module.scss */
  .hero-module-1 .summary, .hero-module-1 .title {
    width: 70%;
  }
}
@media (max-width: 1238px) {
  /* line 198, ../scss/partials/_hero-module.scss */
  .hero-module-1 .content-box {
    padding: 200px 25px;
  }
}
@media (max-width: 998px) {
  /* line 206, ../scss/partials/_hero-module.scss */
  .hero-module-1 .content-box {
    padding: 150px 25px;
  }
}
@media (max-width: 748px) {
  /* line 1, ../scss/partials/_hero-module.scss */
  .hero-module-1 {
    padding: 0;
  }
  /* line 214, ../scss/partials/_hero-module.scss */
  .hero-module-1 .add {
    opacity: 1;
  }
  /* line 216, ../scss/partials/_hero-module.scss */
  .hero-module-1 .content-box {
    padding: 100px 25px;
  }
  /* line 220, ../scss/partials/_hero-module.scss */
  .hero-module-1 .summary, .hero-module-1 .title {
    width: 100%;
  }
}

/* line 1, ../scss/partials/_text-hero.scss */
.text-hero {
  width: 100%;
  background-color: #fafafa;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 998px) {
  /* line 1, ../scss/partials/_text-hero.scss */
  .text-hero {
    padding: 30px 10px;
  }
}

/* line 1, ../scss/partials/_map-story.scss */
.map-story {
  width: 100%;
}
/* line 4, ../scss/partials/_map-story.scss */
.map-story .map {
  width: 66%;
  margin: 0 2% 0 0;
  position: relative;
  float: left;
}
@media (max-width: 748px) {
  /* line 4, ../scss/partials/_map-story.scss */
  .map-story .map {
    float: none;
    margin: none;
    width: 100%;
  }
}
@media (max-width: 998px) {
  /* line 4, ../scss/partials/_map-story.scss */
  .map-story .map {
    float: none;
    margin: none;
    width: 100%;
  }
}
/* line 21, ../scss/partials/_map-story.scss */
.map-story .map .overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 370px;
  top: 370px;
  margin-top: -370px;
}
/* line 31, ../scss/partials/_map-story.scss */
.map-story .text {
  float: right;
  width: 32%;
}
/* line 35, ../scss/partials/_map-story.scss */
.map-story .text .headline {
  position: relative;
  padding: 0 0 15px 0;
}
/* line 39, ../scss/partials/_map-story.scss */
.map-story .text .headline:after {
  content: "";
  display: block;
  background-color: #f0f0f0;
  width: 45%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 748px) {
  /* line 31, ../scss/partials/_map-story.scss */
  .map-story .text {
    float: none;
    margin: 15px 0 0;
    width: 100%;
  }
}
@media (max-width: 998px) {
  /* line 31, ../scss/partials/_map-story.scss */
  .map-story .text {
    float: none;
    margin: 15px 0 0;
    width: 100%;
  }
}

/* line 1, ../scss/partials/_hero-video-module.scss */
.hero-video {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 15px 0;
}
/* line 7, ../scss/partials/_hero-video-module.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0 !important;
  z-index: 0;
}
.video-container .video-container, .video-container-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.video-container-transition {
	display: none;
	z-index: 100;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
}
.video-container-transition > .video-container {
	position: absolute;
}
/* line 15, ../scss/partials/_hero-video-module.scss */
.hero-video .container-styled {
  box-sizing: border-box;
  border: 1px solid #F0F0F0;
  background-color: #FFF;
  padding: 20px;
  margin: 20px auto 0;
}
@media (max-width: 748px) {
	.hero-video {
		padding: 0 0 15px 0;
	}
	.hero-video .social a:before {
		font-size: 1.5em;
	}
}
/* line 24, ../scss/partials/_hero-video-module.scss */
.hero-video .social .icon-facebook-circled {
  color: #2e5793;
}
/* line 25, ../scss/partials/_hero-video-module.scss */
.hero-video .social .icon-twitter-circled {
  color: #20a8d4;
}
/* line 28, ../scss/partials/_hero-video-module.scss */
.hero-video .video-container iframe, .hero-video .video-container object, .hero-video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container .innerWrapper {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	overflow: visible !important;
}
.video-container > iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
}
/* line 36, ../scss/partials/_hero-video-module.scss */
.hero-video .author {
  color: #939393;
  display: block;
  font-size: 0.87em;
  font-style: normal;
  margin: 10px 0 15px;
}
/* line 43, ../scss/partials/_hero-video-module.scss */
.hero-video .author a, .hero-video .author .link:link {
  color: #41a5f0;
}
/* line 44, ../scss/partials/_hero-video-module.scss */
.hero-video .author span, .hero-video .author a {
  color: #41a5f0;
}
/* line 46, ../scss/partials/_hero-video-module.scss */
.hero-video .credit {
  color: #939393;
  display: block;
  font-size: 0.56em;
  font-style: normal;
  margin: 10px 0 0;
  text-transform: uppercase;
}
/* line 55, ../scss/partials/_hero-video-module.scss */
.hero-video .title {
  color: #191e23;
  font-size: 1.5em;
  font-family: "Avenir", sans-serif;
  font-weight: 800;
  line-height: 1em;
  margin: 0 0 15px 0;
  padding: 20px 0 0;
}
.story .hero-video .title {
	padding: 0;
}
@media (max-width: 748px) {
  /* line 55, ../scss/partials/_hero-video-module.scss */
  .hero-video .title {
    padding: 10px 0 0;
  }
}
.hero-video .summary {
	font-style: italic;
	font-weight: 300;
}
@media (max-width: 748px) {
  /* line 68, ../scss/partials/_hero-video-module.scss */
  .hero-video .container, .hero-video .hero-module-1 .container-text, .hero-module-1 .hero-video .container-text {
    padding: 10px 0 !important;
    max-width: 100% !important;
  }
}
/* line 75, ../scss/partials/_hero-video-module.scss */
.hero-video .social {
  float: right;
  padding: 26px 0 0 50px;
  text-transform: uppercase;
}
@media (max-width: 748px) {
	.hero-video .social {
	  float: none;
	  padding: 10px 0 0 0;
	}
	.hero-video .social:after {
		content: "";
		display: block;
		clear: both;
		height: 0;
		overflow: hidden;
	}
}
/* line 79, ../scss/partials/_hero-video-module.scss */
.hero-video .social li {
  float: left;
  margin: 0 0 0 5px;
  line-height: 1;
}
/* line 83, ../scss/partials/_hero-video-module.scss */
.hero-video .social li:first-child {
  margin: 0 10px 0 0;
}

/* line 1, ../scss/partials/_watchlist.scss */
.watchlist {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 5, ../scss/partials/_watchlist.scss */
.watchlist .sidebar-watchlist-empty .item:hover .img-frame .icon-play {
  display: none;
}
/* line 9, ../scss/partials/_watchlist.scss */
.watchlist .now {
  width: 100%;
  padding: 0 10px 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 16, ../scss/partials/_watchlist.scss */
.watchlist .now .video {
  position: relative;
  width: 100%;
}
/* line 20, ../scss/partials/_watchlist.scss */
.watchlist .now .video img {
  display: block;
  width: 100%;
}
/* line 26, ../scss/partials/_watchlist.scss */
.watchlist .now .bar {
  background-color: #41a5f0;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
}
/* line 35, ../scss/partials/_watchlist.scss */
.watchlist .now .info {
  font-size: 1em;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  color: #efa521;
  text-transform: uppercase;
  line-height: 1.2em;
  width: 100%;
  display: block;
  padding: 0 0 10px 0;
}
/* line 46, ../scss/partials/_watchlist.scss */
.watchlist .now .title {
  color: #fff;
  font-style: normal;
  font-size: 1em;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  padding: 5px 0 0 0;
}
.watchlist .now .title span {
	color: #efa521;
}
/* line 54, ../scss/partials/_watchlist.scss */
.watchlist .now p {
  color: #fff;
  font-size: 0.8em;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
}
/* line 61, ../scss/partials/_watchlist.scss */
.watchlist .section-info {
  wdith: 100%;
  position: relative;
  padding: 10px 10px 0;
}
/* line 66, ../scss/partials/_watchlist.scss */
.watchlist .section-info .title {
  font-size: 1em;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  color: #efa521;
  line-height: 1.2em;
  width: 100%;
  display: block;
}
/* line 77, ../scss/partials/_watchlist.scss */
.watchlist .section-info .text {
  font-size: 0.8em;
}
/* line 82, ../scss/partials/_watchlist.scss */
.watchlist .item-box {
  width: 100%;
  position: relative;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 91, ../scss/partials/_watchlist.scss */
.watchlist .item {
  width: 100%;
  float: left;
  margin-right: 0;
  padding: 15px 0;
  position: relative;
  border-bottom: 1px solid #232323;
}
/* line 100, ../scss/partials/_watchlist.scss */
.watchlist .item:hover .img-frame img {
  opacity: 0.2;
}
/* line 103, ../scss/partials/_watchlist.scss */
.watchlist .item:hover .title {
  color: #41a5f0;
}
/* line 111, ../scss/partials/_watchlist.scss */
.watchlist .item:last-child {
  border: none;
}
.watchlist .item .title.category {
	font-weight: 700;
}
/* line 115, ../scss/partials/_watchlist.scss */
.watchlist .item .title {
  color: #191e23;
  font-style: normal;
  position: relative;
  font-size: 0.8em;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  float: left;
  width: 49%;
  margin: 0;
  padding: 0;
  color: #fff;
}
/* line 129, ../scss/partials/_watchlist.scss */
.watchlist .item .img-frame.has-icon-play {
  width: 45%;
  background-color: #41a5f0;
  position: relative;
  float: left;
  margin-right: 4%;
}
/* line 136, ../scss/partials/_watchlist.scss */
.watchlist .item .img-frame .icon-play {
  display: none;
}
/* line 152, ../scss/partials/_watchlist.scss */
.watchlist .item .img-frame.has-icon-play img {
  width: 100%;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 158, ../scss/partials/_watchlist.scss */
.watchlist .item .img-frame.has-icon-play .add {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #0B0B0B;
  color: #fff;
  font-size: 0.6em;
  line-height: 1;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 172, ../scss/partials/_watchlist.scss */
.watchlist .item:hover .img-frame.has-icon-play .add {
  background-color: #fff;
  color: #191e23;
}
/* line 177, ../scss/partials/_watchlist.scss */
.watchlist .item .img-frame.has-icon-play .add .icon-plus {
  font-size: 0.8em;
}
.watchlist .item [class^="icon-"]:before,
.watchlist .item [class*=" icon-"]:before {
	vertical-align: top;
}


@media (max-width: 748px) {
  /* line 237, ../scss/partials/_watchlist.scss */
  .watchlist .item .title {
    font-size: 1.2em;
  }
  /* line 241, ../scss/partials/_watchlist.scss */
  .watchlist .item .img-frame:before {
    font-size: 2em;
  }
}

/* line 1, ../scss/partials/_twitter-feed.scss */
.twitter-feed {
  width: 100%;
}
/* line 4, ../scss/partials/_twitter-feed.scss */
.twitter-feed .icon-twitter-circled {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
  width: 25px;
  height: 25px;
  font-size: 1.9em;
  line-height: 1.4em;
  color: #41a5f0;
}
/* line 14, ../scss/partials/_twitter-feed.scss */
.twitter-feed h4 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-style: italic;
  font-family: "Avenir", sans-serif;
  font-weight: 300;
  width: 85%;
}
/* line 22, ../scss/partials/_twitter-feed.scss */
.twitter-feed h4 span {
  font-size: 1.3em;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 748px) {
  /* line 14, ../scss/partials/_twitter-feed.scss */
  .twitter-feed h4 {
    width: 80%;
  }
}

/* line 1, ../scss/partials/_stream-module.scss */
.stream-module {
  margin: 10px 0;
}
/* line 4, ../scss/partials/_stream-module.scss */
.stream-module .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border: none;
}
/* line 14, ../scss/partials/_stream-module.scss */
.stream-module .container, .stream-module .hero-module-1 .container-text, .hero-module-1 .stream-module .container-text {
  text-align: center;
  border: 1px solid #f0f0f0;
  background-color: #fbfbfb;
  padding: 20px 0;
}
/* line 21, ../scss/partials/_stream-module.scss */
.stream-module .icon-play {
  color: #41a5f0;
  width: 26px;
  height: 26px;
  line-height: 1em;
  font-size: 1.9em;
  position: absolute;
  top: 50%;
  margin: -13px 0 0;
  right: 57px;
}
/* line 33, ../scss/partials/_stream-module.scss */
.stream-module .title {
  line-height: 105px;
  padding: 0 0 0 68px;
  position: relative;
  display: inline-block;
}
/* line 39, ../scss/partials/_stream-module.scss */
.stream-module .title:after {
  content: "";
  display: block;
  background: url(/img_new/icon-stream.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 38px;
  height: 31px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -16px 0 0;
}
/* line 52, ../scss/partials/_stream-module.scss */
.stream-module .title em {
  color: #41a5f0;
  font-style: normal;
}
@media (max-width: 998px) {
  /* line 1, ../scss/partials/_stream-module.scss */
  .stream-module {
    height: auto;
  }
  /* line 63, ../scss/partials/_stream-module.scss */
  .stream-module .icon-play {
    display: none;
  }
  /* line 65, ../scss/partials/_stream-module.scss */
  .stream-module .title {
    padding: 50px 0 15px;
    line-height: normal;
  }
  /* line 69, ../scss/partials/_stream-module.scss */
  .stream-module .title:after {
    left: 50%;
    margin: 0 0 0 -19px;
    top: 12px;
  }
}

/* line 1, ../scss/partials/_gallery-module.scss */
.gallery-module {
  width: 100%;
  overflow: hidden;
}
/* line 5, ../scss/partials/_gallery-module.scss */
.gallery-module .owl-buttons {
  display: none;
}
/* line 9, ../scss/partials/_gallery-module.scss */
.gallery-module .section-name {
  margin: 0 10px;
  width: calc(100% - 20px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 14, ../scss/partials/_gallery-module.scss */
.gallery-module .container, .gallery-module .hero-module-1 .container-text, .hero-module-1 .gallery-module .container-text {
  padding: 20px 10px !important;
}
/* line 16, ../scss/partials/_gallery-module.scss */
.gallery-module .item {
  margin: 0 10px;
}
/* line 19, ../scss/partials/_gallery-module.scss */
.gallery-module .item .img-frame {
  position: relative;
  width: 100%;
}
/* line 23, ../scss/partials/_gallery-module.scss */
.gallery-module .item .img-frame img {
  width: 100%;
  display: block;
}
/* line 29, ../scss/partials/_gallery-module.scss */
.gallery-module .item .icon-camera {
  color: white;
  position: absolute;
  display: block;
  opacity: 1;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 20px;
  font-size: 1.35em;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 41, ../scss/partials/_gallery-module.scss */
.gallery-module .item .icon-zoom {
  color: white;
  position: absolute;
  display: block;
  opacity: 0;
  top: 50%;
  right: 50%;
  width: 30px;
  height: 30px;
  margin: -15px -15px 0 0;
  font-size: 1.8em;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
}
/* line 56, ../scss/partials/_gallery-module.scss */
.gallery-module .item em {
  display: inline-block;
  margin: 5px 0 0;
  color: #939393;
  font-style: normal;
  font-size: 0.56em;
  text-transform: uppercase;
}
/* line 65, ../scss/partials/_gallery-module.scss */
.gallery-module .item:hover {
  cursor: pointer;
}
/* line 68, ../scss/partials/_gallery-module.scss */
.gallery-module .item:hover .icon-camera {
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 72, ../scss/partials/_gallery-module.scss */
.gallery-module .item:hover .icon-zoom {
  opacity: 1;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 1, ../scss/partials/_side-login.scss */
.bside .login {
  width: 100%;
  background: #121212;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 17px 17px 17px;
  display: block;
}
/* line 8, ../scss/partials/_side-login.scss */
.bside .login fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 14, ../scss/partials/_side-login.scss */
.bside .login .drop {
  display: block;
  width: 100%;
  overflow: hidden;
  color: white;
  font-size: 0.9em;
  text-transform: uppercase;
}
/* line 22, ../scss/partials/_side-login.scss */
.bside .login .drop span {
  float: right;
}
/* line 24, ../scss/partials/_side-login.scss */
.bside .login .toggle-block .info {
  font-size: 12px;
  display: block;
  padding: 10px 0 30px;
}
/* line 29, ../scss/partials/_side-login.scss */
.bside .login .slide .submit {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  line-height: 34px;
}
/* line 33, ../scss/partials/_side-login.scss */
.bside .login .opener .icon-down-circle {
  width: 14px;
  height: 14px;
}
/* line 37, ../scss/partials/_side-login.scss */
.bside .login .expanded .opener .icon-down-circle {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 41, ../scss/partials/_side-login.scss */
.bside .login .check-scope > div {
  margin: 0 0 10px;
}
/* line 42, ../scss/partials/_side-login.scss */
.bside .login .check-scope .styledCheckbox {
  background: #fff !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
}
/* line 48, ../scss/partials/_side-login.scss */
.bside .login .check-scope .styledCheckbox.checked:after {
  font-family: "newsy";
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAMCAYAAAC9QufkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDk0MzIxQjY2NzU1MTFFNTgwQUNGNTMwOUI2QUFERkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDk0MzIxQjc2NzU1MTFFNTgwQUNGNTMwOUI2QUFERkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowOTQzMjFCNDY3NTUxMUU1ODBBQ0Y1MzA5QjZBQURGRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowOTQzMjFCNTY3NTUxMUU1ODBBQ0Y1MzA5QjZBQURGRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Prw4xicAAADnSURBVHjaYmRY/pmBBCAAxHuBeBsQ17KQoJEfiHcBsREU/2YiUiMP1DZTJLFIYjRzAfFWILZCErsHxK4wzelAvBqIOdE0gvgbgdgOSewxEDsD8ROQn5OBeDoQMwIxNxAHAPEvIGYD4rVA7IKk8QkQOwHxAxAHZHM9VCMIeALxSqgfV0P5MPASatAdmAAjMKp0gPQ+IBZFUvgciCWR+K+hNl5B9hMTVMANiN8hiSNrBIm7omuEaQaBC0DsDsQf0eQ/QsUvYosG5Kg6A/XjJygfRHtAxRkIaQaB40DsAw1VEH0CXwIACDAAtVssGdGoBzgAAAAASUVORK5CYII=") center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #41a5f0;
  text-align: center;
  line-height: 22px;
}
/* line 63, ../scss/partials/_side-login.scss */
.bside .login .check-scope label {
  overflow: hidden;
  color: #fff;
  text-transform: none;
  display: inline;
  padding: 0;
}
/* line 71, ../scss/partials/_side-login.scss */
.bside .login .facebook {
  background: url(/img_new/button-facebook.svg) no-repeat 0 0;
  width: 100%;
  height: 35px;
  overflow: hidden;
  text-indent: -999px;
  display: block;
  margin: 10px auto 0;
}
@media (max-width: 748px) {
  /* line 71, ../scss/partials/_side-login.scss */
  .bside .login .facebook {
    width: 230px;
  }
}
/* line 85, ../scss/partials/_side-login.scss */
.bside .error {
  color: white;
  font-size: 0.8em;
  font-style: normal;
  margin: 10px 15px;
  position: relative;
  padding-left: 20px;
}
/* line 91, ../scss/partials/_side-login.scss */
.bside .error .icon-error {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 13px;
	line-height: 13px;
  color: #C00;
}
/* line 103, ../scss/partials/_side-login.scss */
.bside .login label, .bside .login label.drop {
  color: #5e5e5e;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding-top: 20px;
}
/* line 110, ../scss/partials/_side-login.scss */
.bside .login label .icon-down-circle:before, .bside .login label.drop .icon-down-circle:before {
  color: #FFF;
  font-size: 14.4px;
}
/* line 116, ../scss/partials/_side-login.scss */
.bside .login .hold > span {
  font-size: 12px;
  display: block;
  padding: 10px 0;
}
/* line 122, ../scss/partials/_side-login.scss */
.bside .login .preferences-list {
  width: 100%;
}
/* line 125, ../scss/partials/_side-login.scss */
.bside .login .preferences-list .row {
  width: 100%;
  border-bottom: 1px solid #1e1e1e;
  padding: 11px 0 13px;
  overflow: hidden;
}
/* line 131, ../scss/partials/_side-login.scss */
.bside .login .preferences-list .row:last-child {
  border-bottom: none;
}
/* line 135, ../scss/partials/_side-login.scss */
.bside .login .preferences-list .row span {
  line-height: 25px;
  float: left;
  padding-left: 7px;
  font-size: 12px;
}
/* line 142, ../scss/partials/_side-login.scss */
.bside .login .preferences-list .row img {
  width: 42px;
  float: left;
}
/* line 147, ../scss/partials/_side-login.scss */
.bside .login .preferences-list .row .btn-small {
  float: right;
  width: 35px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
}
/* line 155, ../scss/partials/_side-login.scss */
.bside .login .preferences-list .row .btn-small:hover {
  opacity: 0.95;
}
/* line 160, ../scss/partials/_side-login.scss */
.bside .login .preferences-list .row .add {
  background: #efb400;
}
/* line 164, ../scss/partials/_side-login.scss */
.bside .login .preferences-list .row .del {
  background: #41a5f0;
}
/* line 170, ../scss/partials/_side-login.scss */
.bside .login p {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding: 0;
  text-align: center;
  color: white;
  font-size: 0.7em;
}
/* line 179, ../scss/partials/_side-login.scss */
.bside .login p em {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
/* line 186, ../scss/partials/_side-login.scss */
.bside .login p:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
/* line 197, ../scss/partials/_side-login.scss */
.bside .login h6 {
  padding: 0;
  margin: 12px 0;
  color: #939393;
  font-size: 0.85em;
  display: block;
  text-align: center;
}
/* line 205, ../scss/partials/_side-login.scss */
.bside .login h6 a, .bside .login h6 .link:link {
  color: #41a5f0;
  fon-size: 0.8em;
}
/* line 210, ../scss/partials/_side-login.scss */
.bside .login input::-webkit-input-placeholder {
  color: #fff;
}
/* line 211, ../scss/partials/_side-login.scss */
.bside .login input:focus::-webkit-input-placeholder {
  color: #fff;
}
/* line 212, ../scss/partials/_side-login.scss */
.bside .login .text {
  border: 1px solid #252525;
  background-color: #1e1e1e;
  color: white;
  height: 38px;
  width: 100%;
  text-indent: 15px;
  line-height: 1;
  -webkit-appearance: none !important;
}
/* line 222, ../scss/partials/_side-login.scss */
.bside .login .text:focus {
  background-color: #41a5f0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 227, ../scss/partials/_side-login.scss */
.bside .login .cancel {
  width: 100%;
  display: block;
  position: relative;
  margin: 20px 0 0;
}
/* line 233, ../scss/partials/_side-login.scss */
.bside .login .cancel .text {
  margin: 0;
}
/* line 234, ../scss/partials/_side-login.scss */
.bside .login .cancel .password {
  margin: 0;
}
/* line 236, ../scss/partials/_side-login.scss */
.bside .login .cancel.active:after {
  content: "";
  display: block;
  background: url(/img_new/ico-login-cancel.png) no-repeat 0 0;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px 0 0;
  right: 10px;
  z-index: 10;
  cursor: pointer;
}
/* line 250, ../scss/partials/_side-login.scss */
.bside .login .password {
  margin: 20px 0 0;
  border: 1px solid #252525;
  background-color: #1e1e1e;
  color: white;
  height: 38px;
  width: 100%;
  text-indent: 15px;
  -webkit-appearance: none !important;
}
/* line 260, ../scss/partials/_side-login.scss */
.bside .login .password:focus {
  background-color: #41a5f0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 265, ../scss/partials/_side-login.scss */
.bside .login .submit {
  margin: 20px 0 0;
  border: 1px solid #252525;
  background-color: #efa521;
  color: #191e23;
  height: 38px;
  width: 100%;
  font-size: 1em;
  line-height: 38px;
  -webkit-appearance: none !important;
}
/* line 276, ../scss/partials/_side-login.scss */
.bside .login .log-btn {
  display: block;
  border: 1px solid #252525;
  background-color: #1e1e1e;
  color: #efa521;
  height: 38px;
  width: 130px;
  text-align: center;
  font-size-adjust: 1.5em;
  line-height: 38px;
  text-transform: uppercase;
  margin: 20px auto 0;
}
/* line 290, ../scss/partials/_side-login.scss */
.bside .login .option {
  display: block;
  padding: 0;
  margin: 20px 0 0;
  font-size: 0.9em;
  color: white;
}
/* line 297, ../scss/partials/_side-login.scss */
.bside .login .option:hover {
  color: #41a5f0;
}



/* line 301, ../scss/partials/_side-login.scss */
.bside .header2.logged {
  height: auto;
}
@media (min-width: 749px) {
	.fixed-search {
		height: 170px;
		margin-bottom: -20px;
		position: relative;
		z-index: 2;
	}
	.fixed-search .search {
		position: fixed;
		padding-bottom: 20px;
		background: #fff;
		width: calc(100% - 268px);
		max-width: 1113px;
	}
	.fixed-search form {
		margin: 0;
	}
	#header-search .fixed-search {
		height: 100px;
		position: relative;
		z-index: 1;
		margin: 0;
	}
}
@media (min-width: 749px) and (max-width: 1470px) {
  .fixed-search .search {
    max-width: 960px;
  }
}
@media (min-width: 749px) and (max-width: 1238px) {
  .fixed-search .search {
    max-width: 720px;
  }
}
@media (min-width: 749px) and (max-width: 998px) {
  .fixed-search .search {
  	width: calc(100% - 288px);
    max-width: 556px;
  }
}
@media (max-width: 748px) {
	#header-search .fixed-search {
		margin-bottom: 10px;
	}
}

/* line 1, ../scss/partials/_search.scss */
.search {
  /* filters part*/
}
/* line 3, ../scss/partials/_search.scss */
.search .filters {
  width: 100%;
}
/* line 5, ../scss/partials/_search.scss */
.search .filters:after {
  content: "";
  display: block;
  clear: both;
}
/* line 11, ../scss/partials/_search.scss */
.search .filters .text {
  width: 69%;
  margin: 0 1% 0 0;
  float: left;
  -webkit-appearance: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
@media (max-width: 998px) {
  /* line 11, ../scss/partials/_search.scss */
  .search .filters .text {
    font-size: 0.625em;
  }
}
@media (max-width: 748px) {
  /* line 11, ../scss/partials/_search.scss */
  .search .filters .text {
    font-size: 0.8em !important;
    width: 100%;
    margin: 0;
    float: none;
    text-indent: 10px;
  }
}
/* line 31, ../scss/partials/_search.scss */
.search .filters .sort {
  float: right;
  width: 28%;
}
@media (max-width: 748px) {
  /* line 31, ../scss/partials/_search.scss */
  .search .filters .sort {
    float: none;
    margin: 20px 0 0;
    width: 100%;
  }
}
/* line 41, ../scss/partials/_search.scss */
.search .filters .sort .sbHolder {
  margin: 0;
}
@media (max-width: 1238px) {
  /* line 45, ../scss/partials/_search.scss */
  .search .filters .sort .sbSelector {
    font-size: 0.75em !important;
    text-indent: 10px !important;
  }
}
@media (max-width: 998px) {
  /* line 45, ../scss/partials/_search.scss */
  .search .filters .sort .sbSelector {
    font-size: 0.625em !important;
    text-indent: 10px !important;
  }
}
@media (max-width: 748px) {
  /* line 45, ../scss/partials/_search.scss */
  .search .filters .sort .sbSelector {
    font-size: 0.8em !important;
    text-indent: 10px !important;
  }
}
@media (max-width: 998px) {
  /* line 59, ../scss/partials/_search.scss */
  .search .filters .sort .sbOptions a, .search .filters .sort .sbOptions .link:link {
    font-size: 0.625em !important;
    text-indent: 10px !important;
    padding: 5px !important;
  }
}
@media (max-width: 748px) {
  /* line 59, ../scss/partials/_search.scss */
  .search .filters .sort .sbOptions a, .search .filters .sort .sbOptions .link:link {
    font-size: 0.8em !important;
  }
}
@media (max-width: 998px) {
  /* line 69, ../scss/partials/_search.scss */
  .search .filters .sort .sbToggle {
    width: 40px !important;
  }
}
/* line 75, ../scss/partials/_search.scss */
.search .filters .sort .sbHolder.active .sbSelector {
  color: #41a5f0 !important;
}
@media (max-width: 748px) {
  /* line 31, ../scss/partials/_search.scss */
  .search .filters .sort {
    float: none;
    margin: 20px 0 0;
    width: 100%;
  }
}
/* line 84, ../scss/partials/_search.scss */
.search .filters .btn {
  width: 9%;
  margin: 0 1% 0 0;
  display: block;
  float: left;
}
/* line 90, ../scss/partials/_search.scss */
.search .filters .btn:last-child {
  margin: 0;
}
@media (max-width: 748px) {
  /* line 90, ../scss/partials/_search.scss */
  .search .filters .btn:last-child {
    margin: 20px 0 0 2%;
  }
}
/* line 97, ../scss/partials/_search.scss */
.search .filters .btn:nth-child(2) {
  width: 10%;
}
@media (max-width: 748px) {
  /* line 97, ../scss/partials/_search.scss */
  .search .filters .btn:nth-child(2) {
    width: 30%;
    margin: 0;
  }
}
@media (max-width: 1238px) {
  /* line 84, ../scss/partials/_search.scss */
  .search .filters .btn {
    font-size: 0.75em;
  }
}
@media (max-width: 998px) {
  /* line 84, ../scss/partials/_search.scss */
  .search .filters .btn {
    font-size: 0.625em;
  }
}
@media (max-width: 748px) {
  /* line 84, ../scss/partials/_search.scss */
  .search .filters .btn {
    font-size: 0.8em !important;
    width: 49%;
    margin: 20px 0 0;
  }
}
/* line 119, ../scss/partials/_search.scss */
.search .filters .row {
  width: 100%;
  margin: 20px 0 0;
}
/* line 123, ../scss/partials/_search.scss */
.search .filters .row:after {
  content: "";
  display: block;
  clear: both;
}
/* line 129, ../scss/partials/_search.scss */
.search .filters .row .box {
  width: 32%;
  margin: 0 1% 0 0;
  float: left;
}
/* line 134, ../scss/partials/_search.scss */
.search .filters .row .box:last-child {
  margin: 0;
  width: 34%;
}
@media (max-width: 748px) {
  /* line 134, ../scss/partials/_search.scss */
  .search .filters .row .box:last-child {
    float: none;
    margin: 20px 0 0;
    width: 100%;
  }
}
@media (max-width: 1238px) {
  /* line 145, ../scss/partials/_search.scss */
  .search .filters .row .box .sbSelector {
    font-size: 0.75em !important;
    text-indent: 10px !important;
  }
}
@media (max-width: 998px) {
  /* line 145, ../scss/partials/_search.scss */
  .search .filters .row .box .sbSelector {
    font-size: 0.625em !important;
    text-indent: 10px !important;
  }
}
@media (max-width: 748px) {
  /* line 145, ../scss/partials/_search.scss */
  .search .filters .row .box .sbSelector {
    font-size: 0.8em !important;
    text-indent: 10px !important;
  }
}
@media (max-width: 998px) {
  /* line 159, ../scss/partials/_search.scss */
  .search .filters .row .box .sbOptions a, .search .filters .row .box .sbOptions .link:link {
    font-size: 0.625em !important;
    text-indent: 10px !important;
    padding: 0 5px !important;
  }
}
@media (max-width: 748px) {
  /* line 159, ../scss/partials/_search.scss */
  .search .filters .row .box .sbOptions a, .search .filters .row .box .sbOptions .link:link {
    font-size: 0.8em !important;
  }
}
@media (max-width: 998px) {
  /* line 169, ../scss/partials/_search.scss */
  .search .filters .row .box .sbToggle {
    width: 40px !important;
  }
}
/* line 175, ../scss/partials/_search.scss */
.search .filters .row .box .sbHolder.active .sbSelector {
  color: #41a5f0 !important;
}
@media (max-width: 748px) {
  /* line 129, ../scss/partials/_search.scss */
  .search .filters .row .box {
    float: none;
    margin: 20px 0 0;
    width: 100%;
  }
}
/* line 185, ../scss/partials/_search.scss */
.search .filters .drop-down {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin: 10px 0 0;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
/* line 196, ../scss/partials/_search.scss */
.search .filters .drop-down em {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0 60px 0 0;
  line-height: 50px;
  font-size: 1.28em;
  color: #191e23;
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-indent: 25px;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  /* line 196, ../scss/partials/_search.scss */
  .search .filters .drop-down em {
    font-size: 0.625em;
    text-indent: 10px;
  }
}
@media (max-width: 748px) {
  /* line 196, ../scss/partials/_search.scss */
  .search .filters .drop-down em {
    font-size: 0.8em;
  }
}
/* line 222, ../scss/partials/_search.scss */
.search .filters .drop-down .toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 48px;
  background-color: #fff;
  border-left: 1px solid #dcdcdc;
}
@media (max-width: 998px) {
  /* line 222, ../scss/partials/_search.scss */
  .search .filters .drop-down .toggle {
    width: 40px !important;
  }
}
/* line 235, ../scss/partials/_search.scss */
.search .filters .drop-down .toggle:after {
  content: "";
  display: block;
  background: url(/img_new/bg-toggle.svg) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -11px -11px 0 0;
}
/* line 247, ../scss/partials/_search.scss */
.search .filters .drop-down .drop {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 48px;
  width: 100%;
  z-index: 1000;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
/* line 262, ../scss/partials/_search.scss */
.search .filters .drop-down .drop li {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}
/* line 267, ../scss/partials/_search.scss */
.search .filters .drop-down .drop li:after {
  display: none;
}
/* line 269, ../scss/partials/_search.scss */
.search .filters .drop-down .drop li .styledCheckbox {
  background: url(/img_new/check-white.png) no-repeat 0 0 !important;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
/* line 278, ../scss/partials/_search.scss */
.search .filters .drop-down .drop li .styledCheckbox.checked {
  background: url(/img_new/check-white-checked.png) no-repeat 0 0 !important;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 1238px) {
  /* line 269, ../scss/partials/_search.scss */
  .search .filters .drop-down .drop li .styledCheckbox {
    width: 12px !important;
    height: 12px !important;
    margin: 0;
  }
}
@media (max-width: 998px) {
  /* line 269, ../scss/partials/_search.scss */
  .search .filters .drop-down .drop li .styledCheckbox {
    width: 12px !important;
    height: 12px !important;
    margin: 0;
  }
}
@media (max-width: 748px) {
  /* line 269, ../scss/partials/_search.scss */
  .search .filters .drop-down .drop li .styledCheckbox {
    width: 12px !important;
    height: 12px !important;
    margin: 0;
  }
}
/* line 300, ../scss/partials/_search.scss */
.search .filters .drop-down .drop li label {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  font-size: 1.28em;
  color: #191e23;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 309, ../scss/partials/_search.scss */
.search .filters .drop-down .drop li label span {
  color: #41a5f0;
}
@media (max-width: 1238px) {
  /* line 300, ../scss/partials/_search.scss */
  .search .filters .drop-down .drop li label {
    font-size: 0.675em;
    text-indent: 10px;
    line-height: normal !important;
    white-space: nowrap;
  }
}
@media (max-width: 998px) {
  /* line 300, ../scss/partials/_search.scss */
  .search .filters .drop-down .drop li label {
    font-size: 0.625em;
    text-indent: 10px;
    line-height: normal !important;
  }
}
@media (max-width: 748px) {
  /* line 300, ../scss/partials/_search.scss */
  .search .filters .drop-down .drop li label {
    font-size: 0.8em;
    line-height: normal !important;
  }
}
/* line 331, ../scss/partials/_search.scss */
.search .filters .drop-down.active .drop {
  display: block;
}
/* line 332, ../scss/partials/_search.scss */
.search .filters .drop-down.active em {
  color: #41a5f0;
}
/* line 334, ../scss/partials/_search.scss */
.search .filters .drop-down.active .toggle:after {
  -ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.search .filters .autocomplete {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin: 10px 0 0;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 50px;
  font-size: 1.28em;
  color: #191e23;
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0 25px;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  .search .filters .autocomplete {
    font-size: 0.625em;
    padding: 0 10px;
  }
}
@media (max-width: 748px) {
  .search .filters .autocomplete {
    font-size: 0.8em;
  }
}
.autocomplete-suggestions {
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background: #fff;
  overflow: auto;
  text-transform: uppercase;
}
.autocomplete-suggestion {
  padding: 0 25px;
  line-height: 50px;
  font-size: 1.28em;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  color: #191e23;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.autocomplete-suggestion:after {
  content: "";
  display: block;
  width: 90%;
  left: 5%;
  background: #f0f0f0;
  height: 1px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 998px) {
  .autocomplete-suggestion {
    font-size: 0.625em;
    padding: 0 10px;
  }
}
@media (max-width: 748px) {
  .autocomplete-suggestion {
    font-size: 0.8em;
  }
}
.autocomplete-selected {
  background: #f6f6f6;
  color: #41a5f0;
}
.autocomplete-suggestions strong {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  color: #41a5f0;
}

/* search-categories */
/* line 349, ../scss/partials/_search.scss */
.search-categories {
  margin: 20px 0 0;
}
/* line 355, ../scss/partials/_search.scss */
.search-categories .center-text {
  margin: 20px 0 0;
}
/* line 357, ../scss/partials/_search.scss */
.search-categories .filters {
  width: 100%;
}
.search-categories .filters {
  margin: 0;
}
/* line 360, ../scss/partials/_search.scss */
.search-categories .filters:after {
  content: "";
  display: block;
  clear: both;
}
/* line 366, ../scss/partials/_search.scss */
.search-categories .filters .all {
  float: right;
  font-size: 1em;
  color: #41a5f0;
  margin: 10px 0 0;
  text-transform: uppercase;
}
@media (max-width: 748px) {
  /* line 366, ../scss/partials/_search.scss */
  .search-categories .filters .all {
    float: none;
    font-size: 0.8em;
    display: inline-block;
  }
}
/* line 380, ../scss/partials/_search.scss */
.search-categories .filters form {
  width: 100%;
  margin: 0;
}
/* line 384, ../scss/partials/_search.scss */
.search-categories .filters form:after {
  content: "";
  display: block;
  clear: both;
}
/* line 390, ../scss/partials/_search.scss */
.search-categories .filters .text {
  float: left;
  display: block;
  width: 69%;
  margin: 0 1% 0 0;
  line-height: normal;
}
/* line 396, ../scss/partials/_search.scss */
.search-categories .filters .text:focus {
  color: #191e23;
}
@media (max-width: 748px) {
  /* line 390, ../scss/partials/_search.scss */
  .search-categories .filters .text {
    font-size: 0.8em !important;
    text-indent: 10px;
    width: 100%;
    float: none;
  }
}
/* line 406, ../scss/partials/_search.scss */
.search-categories .filters .sort {
  float: right;
  width: 28%;
}
/* line 410, ../scss/partials/_search.scss */
.search-categories .filters .sort .sbHolder {
  margin: 0;
}
@media (max-width: 1238px) {
  /* line 414, ../scss/partials/_search.scss */
  .search-categories .filters .sort .sbSelector {
    font-size: 0.75em !important;
    text-indent: 10px !important;
  }
}
@media (max-width: 998px) {
  /* line 414, ../scss/partials/_search.scss */
  .search-categories .filters .sort .sbSelector {
    font-size: 0.625em !important;
    text-indent: 10px !important;
  }
}
@media (max-width: 748px) {
  /* line 414, ../scss/partials/_search.scss */
  .search-categories .filters .sort .sbSelector {
    font-size: 0.8em !important;
    text-indent: 10px !important;
  }
}
@media (max-width: 998px) {
  /* line 428, ../scss/partials/_search.scss */
  .search-categories .filters .sort .sbOptions a, .search-categories .filters .sort .sbOptions .link:link {
    font-size: 0.625em !important;
    text-indent: 10px !important;
    padding: 5px;
  }
}
@media (max-width: 748px) {
  /* line 428, ../scss/partials/_search.scss */
  .search-categories .filters .sort .sbOptions a, .search-categories .filters .sort .sbOptions .link:link {
    font-size: 0.8em !important;
  }
}
@media (max-width: 998px) {
  /* line 438, ../scss/partials/_search.scss */
  .search-categories .filters .sort .sbToggle {
    width: 40px !important;
  }
}
/* line 444, ../scss/partials/_search.scss */
.search-categories .filters .sort .sbHolder.active .sbSelector {
  color: #41a5f0 !important;
}
@media (max-width: 748px) {
  /* line 406, ../scss/partials/_search.scss */
  .search-categories .filters .sort {
    float: none;
    margin: 20px 0 0;
    width: 100%;
  }
}
/* line 453, ../scss/partials/_search.scss */
.search-categories .filters .btn {
  float: left;
  display: block;
  margin: 0 1% 0 0;
  width: 20%;
}
@media (max-width: 748px) {
  /* line 453, ../scss/partials/_search.scss */
  .search-categories .filters .btn {
    font-size: 0.8em !important;
  }
}
/* line 486, ../scss/partials/_search.scss */
.search-categories .holder {
  width: 100%;
  text-align: center;
  height: 600px;
}
.search-categories .holder {
	height: auto;
	padding-bottom: 40px;
}
@media (max-width: 998px) {
  /* line 486, ../scss/partials/_search.scss */
  .search-categories .holder {
    height: auto;
  }
}
/* line 496, ../scss/partials/_search.scss */
.search-categories .item {
  text-align: left;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 0;
  margin: 15px 0 30px 0;
}
.search-categories .item:first-child {
	margin-top: 0;
}
@media (max-width: 998px) {
  /* line 496, ../scss/partials/_search.scss */
  .search-categories .item {
    padding: 0 !important;
  }
}
@media (max-width: 748px) {
  /* line 496, ../scss/partials/_search.scss */
  .search-categories .item {
    margin: 30px 0 0;
  }
}
/* line 511, ../scss/partials/_search.scss */
.search-categories .item:after {
  content: "";
  display: block;
  clear: both;
}
/* line 518, ../scss/partials/_search.scss */
.search-categories .item:hover .img-frame img {
  opacity: 0.2;
}
/* line 521, ../scss/partials/_search.scss */
.search-categories .item:hover .title {
  color: #41a5f0;
}
/* line 526, ../scss/partials/_search.scss */
.search-categories .item h6 {
  color: #41a5f0;
  font-size: 0.8em;
  text-transform: uppercase;
}
/* line 532, ../scss/partials/_search.scss */
.search-categories .item .sec {
  font-size: 0.6em;
  color: #939393;
  display: block;
  margin: 3px 0 0;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Avenir", sans-serif;
  font-weight: 300;
}
/* line 541, ../scss/partials/_search.scss */
.search-categories .item .tag {
  font-size: 0.9em;
  color: #41a5f0;
  display: block;
  margin: 0 0 3px 0;
  font-family: "Avenir", sans-serif;
  font-weight: 300;
}
/* line 550, ../scss/partials/_search.scss */
.search-categories .item .title {
  color: #191e23;
  font-style: normal;
  position: relative;
  font-size: 1.5em;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  height: 2.4em;
  overflow: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.search-categories .item time {
	font-size: .9em;
	line-height: normal;
	color: #939393;
}
/* line 561, ../scss/partials/_search.scss */
.search-categories .item .share {
  padding: 0;
  margin: 10px 0 0;
}
/* line 566, ../scss/partials/_search.scss */
.search-categories .item .share li {
  padding: 0;
  color: #939393;
  font-size: 0.87em;
  float: left;
  margin: 0 5px 0 0;
}
@media (max-width: 748px) {
  /* line 566, ../scss/partials/_search.scss */
  .search-categories .item .share li {
    font-size: 0.7em;
  }
}
/* line 577, ../scss/partials/_search.scss */
.search-categories .item .share li a {
  font-size: 1.5em;
}
@media (max-width: 748px) {
  /* line 577, ../scss/partials/_search.scss */
  .search-categories .item .share li a {
    font-size: 1em;
  }
}
/* line 585, ../scss/partials/_search.scss */
.search-categories .item .share li .icon-twitter-circled {
  color: #00aced;
}
/* line 586, ../scss/partials/_search.scss */
.search-categories .item .share li .icon-facebook-circled {
  color: #3b5998;
}
/* line 587, ../scss/partials/_search.scss */
.search-categories .item .share li .icon-pinterest-circled {
  color: #cb2027;
}
/* line 589, ../scss/partials/_search.scss */
.search-categories .item .share li:after {
  display: none;
}
@media (max-width: 748px) {
  /* line 561, ../scss/partials/_search.scss */
  .search-categories .item .share {
    padding: 0 0 0 46%;
    float: left;
    width: 100%;
    margin: 5px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 601, ../scss/partials/_search.scss */
.search-categories .item .img-frame.has-icon-play {
  width: 42%;
  background: #191e23;
  position: relative;
  float: left;
  margin-right: 4%;
}
/* line 608, ../scss/partials/_search.scss */
.search-categories .item .img-frame.has-icon-play em {
  display: block;
  margin: 5px 0;
  			/*	position:absolute;
                  white-space: nowrap;
                  max-width: 100%;
                  height: 2em;
                  line-height: 2;
                  overflow: hidden;
  				bottom:-2em;
  				left:0;*/
  text-transform: uppercase;
}
@media (max-width: 1238px) {
  /* line 608, ../scss/partials/_search.scss */
  .search-categories .item .img-frame.has-icon-play em {
    font-size: 8px;
  }
}
/* line 642, ../scss/partials/_search.scss */
.search-categories .item .img-frame .icon-play {
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(65, 165, 240, 0.8);
  border-radius: 100%;
  border: 2px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  transition: all 0.3s;
  box-sizing: border-box;
	z-index: 1;
}
.search-categories .item .img-frame .icon-play:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(68%, 45%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 22px;
  border-color: transparent transparent transparent #fff;
  box-sizing: border-box;
}
@media (min-width: 749px) {
	.search-categories .item .img-frame:hover .icon-play {
	  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	  transform: translate(-50%, -50%) scale(1.05);
	  background-color: #41A5F0;
	}
}
@media (max-width: 748px) {
	.search-categories .item .img-frame .icon-play {
	  bottom: 0;
	  top: auto;
	  left: 0;
	  border: none;
	  transform: none;
	  background: transparent;
	  box-shadow: none;/* Rectangle 2: */
		background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	  border-radius: 0px;
	  width: 100%;
	  height: 30px;
	}
	.search-categories .item .img-frame .icon-play:after {
	  border-width: 5px 0 5px 9px;
	  transform: none;
	  bottom: 7px;
	  top: auto;
	  margin-left: 7px;
	}
}
/* line 646, ../scss/partials/_search.scss */
.search-categories .item .img-frame.has-icon-play img {
  width: 100%;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 652, ../scss/partials/_search.scss */
.search-categories .item .img-frame.has-icon-play .add {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #0B0B0B;
  color: #fff;
  font-size: 0.6em;
  line-height: 1;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
}
/* line 663, ../scss/partials/_search.scss */
.search-categories .item .img-frame.has-icon-play .add:before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 667, ../scss/partials/_search.scss */
.search-categories .item .img-frame.has-icon-play .add:hover {
  background-color: #fff;
  color: #191e23;
}
/* line 672, ../scss/partials/_search.scss */
.search-categories .item .img-frame.has-icon-play .add .icon-plus {
  font-size: 0.8em;
}
@media (max-width: 748px) {
	.search-categories .item .img-frame.has-icon-play .add [class^="icon-"]:before,
	.search-categories .item .img-frame.has-icon-play .add [class*=" icon-"]:before {
		vertical-align: top;
	}
	.search-categories .item .img-frame.has-icon-play .add .icon-plus {
	  font-size: 11px;
	}
}
@media (max-width: 1238px) {
  /* line 677, ../scss/partials/_search.scss */
  .search-categories .item .img-frame.has-icon-play .add .text {
    display: none;
  }
}

/* line 1, ../scss/partials/_search-overlay.scss */
.search-overlay {
  position: fixed;
  width: 100%;
  top: 85px;
  left: 0;
  background-color: white;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  padding: 0;
  -webkit-transform: translateZ(0);
}
/* line 13, ../scss/partials/_search-overlay.scss */
.search-overlay .hero-module-1 .container-text, .hero-module-1 .search-overlay .container-text {
  padding: 0 10px;
}
@media (max-width: 844px) {
	.search-overlay .container {
		padding: 0 10px;
	}
}
@media (max-width: 748px) {
  /* line 1, ../scss/partials/_search-overlay.scss */
  .search-overlay {
    width: 100%;
    padding: 0 0 20px 0 !important;
    top: 50px;
  }
}
/* line 22, ../scss/partials/_search-overlay.scss */
.search-overlay .search {
  /* filters part*/
}
/* line 24, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters {
  width: 100%;
}
/* line 26, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters:after {
  content: "";
  display: block;
  clear: both;
}
/* line 32, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .text {
  width: 69%;
  margin: 0 1% 0 0;
  float: left;
  -webkit-appearance: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
@media (max-width: 998px) {
  /* line 32, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .text {
    font-size: 0.625em;
  }
}
@media (max-width: 748px) {
  /* line 32, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .text {
    font-size: 0.8em !important;
    width: 100%;
    margin: 0;
    float: none;
  }
}
/* line 50, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .sort {
  float: right;
  width: 28%;
}
@media (max-width: 748px) {
  /* line 50, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .sort {
    float: none;
    margin: 20px 0 0;
    width: 100%;
  }
}
/* line 60, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .sort .sbHolder {
  margin: 0;
}
@media (max-width: 1238px) {
  /* line 64, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .sort .sbSelector {
    font-size: 0.75em !important;
    text-indent: 10px !important;
  }
}
@media (max-width: 998px) {
  /* line 64, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .sort .sbSelector {
    font-size: 0.625em !important;
    text-indent: 10px !important;
  }
}
@media (max-width: 748px) {
  /* line 64, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .sort .sbSelector {
    font-size: 0.8em !important;
    text-indent: 10px !important;
  }
}
@media (max-width: 998px) {
  /* line 78, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .sort .sbOptions a, .search-overlay .search .filters .sort .sbOptions .link:link {
    font-size: 0.625em !important;
    text-indent: 10px !important;
    padding: 0 5px !important;
  }
}
@media (max-width: 748px) {
  /* line 78, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .sort .sbOptions a, .search-overlay .search .filters .sort .sbOptions .link:link {
    font-size: 0.8em !important;
  }
}
@media (max-width: 998px) {
  /* line 88, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .sort .sbToggle {
    width: 40px !important;
  }
}
/* line 94, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .sort .sbHolder.active .sbSelector {
  color: #41a5f0 !important;
}
@media (max-width: 748px) {
  /* line 50, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .sort {
    float: none;
    margin: 20px 0 0;
    width: 100%;
  }
}
/* line 103, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .btn {
  width: 9%;
  margin: 0 1% 0 0;
  display: block;
  float: left;
}
/* line 109, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .btn:last-child {
  margin: 0;
}
@media (max-width: 748px) {
  /* line 109, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .btn:last-child {
    margin: 20px 0 0 2%;
  }
}
/* line 116, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .btn:nth-child(2) {
  width: 10%;
}
@media (max-width: 748px) {
  /* line 116, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .btn:nth-child(2) {
    width: 30%;
    margin: 0;
  }
}
@media (max-width: 998px) {
  /* line 103, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .btn {
    font-size: 0.625em;
  }
}
@media (max-width: 748px) {
  /* line 103, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .btn {
    font-size: 0.8em !important;
    width: 49%;
    margin: 20px 0 0;
  }
}
/* line 135, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .row {
  width: 100%;
  margin: 20px 0 0;
}
/* line 139, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .row:after {
  content: "";
  display: block;
  clear: both;
}
/* line 145, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .row .box {
  width: 24%;
  margin: 0 1% 0 0;
  float: left;
}
/* line 150, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .row .box:last-child {
  margin: 0;
  width: 25%;
}
@media (max-width: 748px) {
  /* line 150, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .row .box:last-child {
    float: none;
    margin: 20px 0 0;
    width: 100%;
  }
}
@media (max-width: 998px) {
  /* line 161, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .row .box .sbSelector {
    font-size: 0.625em !important;
    text-indent: 10px !important;
  }
}
@media (max-width: 748px) {
  /* line 161, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .row .box .sbSelector {
    font-size: 0.8em !important;
    text-indent: 10px !important;
  }
}
@media (max-width: 998px) {
  /* line 171, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .row .box .sbOptions a, .search-overlay .search .filters .row .box .sbOptions .link:link {
    font-size: 0.625em !important;
    text-indent: 10px !important;
    padding: 0 5px !important;
  }
}
@media (max-width: 748px) {
  /* line 171, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .row .box .sbOptions a, .search-overlay .search .filters .row .box .sbOptions .link:link {
    font-size: 0.8em !important;
  }
}
@media (max-width: 998px) {
  /* line 181, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .row .box .sbToggle {
    width: 40px !important;
  }
}
/* line 187, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .row .box .sbHolder.active .sbSelector {
  color: #41a5f0 !important;
}
@media (max-width: 748px) {
  /* line 145, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .row .box {
    float: none;
    margin: 20px 0 0;
    width: 100%;
  }
}
/* line 197, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .drop-down {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin: 10px 0 0;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
/* line 208, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .drop-down em {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0 60px 0 0;
  line-height: 50px;
  font-size: 1.28em;
  color: #191e23;
  font-family: "Avenir", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-indent: 25px;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  /* line 208, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .drop-down em {
    font-size: 0.625em;
    text-indent: 10px;
  }
}
@media (max-width: 748px) {
  /* line 208, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .drop-down em {
    font-size: 0.8em;
  }
}
/* line 229, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .drop-down .toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 48px;
  background-color: #fff;
  border-left: 1px solid #dcdcdc;
}
@media (max-width: 998px) {
  /* line 229, ../scss/partials/_search-overlay.scss */
  .search-overlay .search .filters .drop-down .toggle {
    width: 40px !important;
  }
}
/* line 242, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .drop-down .toggle:after {
  content: "";
  display: block;
  background: url(/img_new/bg-toggle.svg) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -11px -11px 0 0;
}
/* line 254, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .drop-down .drop {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 48px;
  width: 100%;
  z-index: 1000;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
/* line 269, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .drop-down .drop li {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}
/* line 274, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .drop-down .drop li:after {
  display: none;
}
/* line 276, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .drop-down .drop li .styledCheckbox {
  background: url(/img_new/check-white.png) no-repeat 0 0 !important;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
/* line 285, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .drop-down .drop li .styledCheckbox.checked {
  background: url(/img_new/check-white-checked.png) no-repeat 0 0 !important;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 291, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .drop-down .drop li label {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  font-size: 1.28em;
  color: #191e23;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 300, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .drop-down .drop li label span {
  color: #41a5f0;
}
/* line 306, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .drop-down.active .drop {
  display: block;
}
/* line 307, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .drop-down.active em {
  color: #41a5f0;
}
/* line 309, ../scss/partials/_search-overlay.scss */
.search-overlay .search .filters .drop-down.active .toggle:after {
  -ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* line 319, ../scss/partials/_search-overlay.scss */
.aside.expand .search-overlay {
  padding: 0 70px 0 0;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 1, ../scss/partials/_topic.scss */
.topic {
  width: 100%;
  overflow: hidden;
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 7, ../scss/partials/_topic.scss */
.topic .sections {
  width: 100%;
  display: block;
}
/* line 11, ../scss/partials/_topic.scss */
.topic .sections:after {
  content: "";
  display: block;
  clear: both;
}
/* line 18, ../scss/partials/_topic.scss */
.topic .description {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
}
/* line 24, ../scss/partials/_topic.scss */
.topic .description:first-child {
  margin: 50px 0 0;
}
@media (max-width: 748px) {
  /* line 18, ../scss/partials/_topic.scss */
  .topic .description {
    margin: 20px 0 0;
  }
}
/* line 32, ../scss/partials/_topic.scss */
.topic .description .col {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px 0 0;
  position: relative;
}
@media (max-width: 998px) {
  /* line 32, ../scss/partials/_topic.scss */
  .topic .description .col {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 748px) {
  /* line 32, ../scss/partials/_topic.scss */
  .topic .description .col {
    float: none;
    width: 100%;
  }
}
/* line 46, ../scss/partials/_topic.scss */
.topic .description .col .name {
  color: #41a5f0;
  font-size: 2.25em;
  padding: 0 0 0 45px;
  position: relative;
}
/* line 52, ../scss/partials/_topic.scss */
.topic .description .col .name:after {
  content: "";
  display: block;
  background: url(/img_new/ico-topic-name.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -16px 0 0;
}
/* line 65, ../scss/partials/_topic.scss */
.topic .description .col .add {
  color: #41a5f0;
  text-transform: uppercase;
  font-size: 0.87em;
  padding: 0 0 0 40px;
  display: inline-block;
  margin: 10px 0;
  position: relative;
}
/* line 74, ../scss/partials/_topic.scss */
.topic .description .col .add:after {
  content: "";
  display: block;
  background: url(/img_new/ico-plus.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8px 0 0;
}
@media (max-width: 998px) {
  /* line 65, ../scss/partials/_topic.scss */
  .topic .description .col .add {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 998px) {
  /* line 65, ../scss/partials/_topic.scss */
  .topic .description .col .add {
    display: none;
  }
}
/* line 93, ../scss/partials/_topic.scss */
.topic .description .col .year {
  font-size: 5.6em;
  color: #f2f2f2;
  margin: 0 0 0 30px;
}
@media (max-width: 748px) {
  /* line 93, ../scss/partials/_topic.scss */
  .topic .description .col .year {
    margin: 0 0 0 70px;
    font-size: 3em;
  }
}
/* line 103, ../scss/partials/_topic.scss */
.topic .description .col .month {
  font-size: 3em;
  color: #cbcbcb;
  margin: -50px 0 30px 30px;
}
@media (max-width: 748px) {
  /* line 103, ../scss/partials/_topic.scss */
  .topic .description .col .month {
    margin: -20px 0 10px 70px;
    font-size: 1.87em;
  }
}
/* line 113, ../scss/partials/_topic.scss */
.topic .description .col p {
  margin: 0;
  padding: 0;
}
@media (max-width: 998px) {
  /* line 113, ../scss/partials/_topic.scss */
  .topic .description .col p {
    font-size: 0.8em;
  }
}
/* line 122, ../scss/partials/_topic.scss */
.topic .timeline {
  width: 100%;
  position: relative;
  margin: 0 0 60px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 50px;
}
/* line 129, ../scss/partials/_topic.scss */
.topic .timeline:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 998px) {
  /* line 122, ../scss/partials/_topic.scss */
  .topic .timeline {
    height: 2500px;
    margin: 0 0 200px 0;
  }
}
@media (max-width: 748px) {
  /* line 122, ../scss/partials/_topic.scss */
  .topic .timeline {
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 65px;
  }
  /* line 146, ../scss/partials/_topic.scss */
  .topic .timeline .description .col {
    padding: 0;
  }
  /* line 149, ../scss/partials/_topic.scss */
  .topic .timeline .description .col .year {
    margin: 0;
    text-align: left;
  }
  /* line 153, ../scss/partials/_topic.scss */
  .topic .timeline .description .col .month {
    margin: -25px 0 0;
    text-align: left;
  }
}
/* line 163, ../scss/partials/_topic.scss */
.topic .timeline .stripe {
  position: absolute;
  display: block;
  width: 2px;
  background-color: #898989;
  left: 16px;
  top: -70px;
  height: calc(100% + 70px);
}
@media (max-width: 748px) {
  /* line 163, ../scss/partials/_topic.scss */
  .topic .timeline .stripe {
    top: -60px;
    left: 54px;
    height: calc(100% + 60px);
  }
}
/* line 178, ../scss/partials/_topic.scss */
.topic .timeline .stripe:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 50%;
  margin: 0 0 0 -5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #898989;
}
/* line 191, ../scss/partials/_topic.scss */
.topic .timeline .stripe:before {
  content: "";
  display: block;
  background: url(/img_new/ico-timeline-down.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin: 0 0 0 -13px;
}
/* line 205, ../scss/partials/_topic.scss */
.topic .timeline .timing {
  display: block;
  width: 100%;
  border-bottom: 1px dotted #d9d9d9;
  margin: 0 0 25px 0;
  position: relative;
}
/* line 212, ../scss/partials/_topic.scss */
.topic .timeline .timing:after {
  content: "";
  display: block;
  background: url(/img_new/ico-timeline-point.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  width: 20px;
  height: 20px;
}
@media (max-width: 748px) {
  /* line 212, ../scss/partials/_topic.scss */
  .topic .timeline .timing:after {
    left: -21px !important;
  }
}
/* line 226, ../scss/partials/_topic.scss */
.topic .timeline .timing em {
  color: #191e23;
  font-size: 1.125em;
  font-style: normal;
  padding: 0 0 5px 0;
  display: inline-block;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
}
/* line 234, ../scss/partials/_topic.scss */
.topic .timeline .timing em span {
  font-size: 3em;
  color: #cbcbcb;
}
@media (max-width: 748px) {
  /* line 226, ../scss/partials/_topic.scss */
  .topic .timeline .timing em {
    position: absolute !important;
    top: 0;
    left: -75px;
    text-align: center;
    width: 65px;
    font-size: 10px;
    color: #41a5f0;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
  }
}
@media (max-width: 748px) {
  /* line 205, ../scss/partials/_topic.scss */
  .topic .timeline .timing {
    padding: 0 !important;
    text-align: left !important;
    margin: 0 0 10px 0 !important;
  }
}
@media (max-width: 748px) {
  /* line 261, ../scss/partials/_topic.scss */
  .topic .timeline .timing.month em {
    position: static !important;
    transform: none !important;
    padding: 0 0 5px 0 !important;
    width: 100% !important;
    text-align: left !important;
  }
}
/* line 271, ../scss/partials/_topic.scss */
.topic .timeline .box {
  position: static !important;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 45px 0 0 0;
  min-height: 200px;
}
/* line 279, ../scss/partials/_topic.scss */
.topic .timeline .box:after {
  content: "";
  display: block;
  clear: both;
}
/* line 285, ../scss/partials/_topic.scss */
.topic .timeline .box:first-child {
  margin: 0;
}
@media (max-width: 748px) {
  /* line 271, ../scss/partials/_topic.scss */
  .topic .timeline .box {
    position: static;
    left: inherit;
    right: inherit;
    top: inherit !important;
    display: block;
    width: 100%;
    margin: 20px 0 0;
    min-height: 10px;
  }
}
/* line 298, ../scss/partials/_topic.scss */
.topic .timeline .box .timing {
  padding: 0 0 0 33px;
  width: calc(100% + 33px);
  margin: 0 0 20px -33px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 306, ../scss/partials/_topic.scss */
.topic .timeline .box .timing:after {
  left: -10px;
  bottom: -10px;
}
@media (max-width: 998px) {
  /* line 306, ../scss/partials/_topic.scss */
  .topic .timeline .box .timing:after {
    right: -2px;
  }
}
/* line 316, ../scss/partials/_topic.scss */
.topic .timeline .box.now .timing {
  border-bottom: 2px solid #41a5f0;
  width: 20%;
  text-align: right;
}
@media (max-width: 1238px) {
  /* line 316, ../scss/partials/_topic.scss */
  .topic .timeline .box.now .timing {
    width: 50%;
  }
}
@media (max-width: 998px) {
  /* line 316, ../scss/partials/_topic.scss */
  .topic .timeline .box.now .timing {
    width: 50%;
  }
}
@media (max-width: 748px) {
  /* line 316, ../scss/partials/_topic.scss */
  .topic .timeline .box.now .timing {
    border-bottom: 1px dotted #d9d9d9;
    width: 100%;
  }
}
/* line 333, ../scss/partials/_topic.scss */
.topic .timeline .box.now .timing em {
  color: #41a5f0;
  padding: 0 25px 5px 0;
  position: relative;
}
/* line 338, ../scss/partials/_topic.scss */
.topic .timeline .box.now .timing em:after {
  content: "";
  display: block;
  background: url(/img_new/ico-timeline-now.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin: -8px 0 0;
  right: 0;
}
@media (max-width: 748px) {
  /* line 338, ../scss/partials/_topic.scss */
  .topic .timeline .box.now .timing em:after {
    display: none;
    padding: 0 !important;
  }
}
@media (max-width: 748px) {
  /* line 333, ../scss/partials/_topic.scss */
  .topic .timeline .box.now .timing em {
    padding: 0;
  }
}
/* line 361, ../scss/partials/_topic.scss */
.topic .timeline .box.now .timing:after {
  background: url(/img_new/ico-timeline-point-now.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 26px;
  height: 25px;
  left: -13px;
  bottom: -12px;
}
@media (max-width: 748px) {
  /* line 361, ../scss/partials/_topic.scss */
  .topic .timeline .box.now .timing:after {
    background: url(/img_new/ico-timeline-point.png) no-repeat 0 0;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    width: 20px;
    height: 20px;
    bottom: -10px;
  }
}
/* line 380, ../scss/partials/_topic.scss */
.topic .timeline .video {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: black;
  overflow: hidden;
  position: relative;
}
/* line 388, ../scss/partials/_topic.scss */
.topic .timeline .video:hover .image {
  opacity: 0.3;
}
/* line 389, ../scss/partials/_topic.scss */
.topic .timeline .video:hover .add {
  opacity: 1;
}
/* line 392, ../scss/partials/_topic.scss */
.topic .timeline .video .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border: none;
}
/* line 402, ../scss/partials/_topic.scss */
.topic .timeline .video .add {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background-color: #171717;
  color: white;
  font-size: 0.8em;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  cursor: pointer;
  z-index: 11;
}
/* line 415, ../scss/partials/_topic.scss */
.topic .timeline .video .add:hover {
  color: #efa521;
}
/* line 419, ../scss/partials/_topic.scss */
.topic .timeline .video .add .icon-plus {
  font-size: 0.8em;
}
@media (max-width: 1238px) {
  /* line 402, ../scss/partials/_topic.scss */
  .topic .timeline .video .add {
    font-size: 0.8em;
  }
}
@media (max-width: 998px) {
  /* line 402, ../scss/partials/_topic.scss */
  .topic .timeline .video .add {
    opacity: 1;
    padding: 5px 6px;
  }
  /* line 429, ../scss/partials/_topic.scss */
  .topic .timeline .video .add .text {
    display: none;
  }
}
/* line 434, ../scss/partials/_topic.scss */
.topic .timeline .video .content-box {
  padding: 80px 35px;
}
@media (max-width: 1238px) {
  /* line 434, ../scss/partials/_topic.scss */
  .topic .timeline .video .content-box {
    padding: 50px 25px;
  }
}
@media (max-width: 998px) {
  /* line 434, ../scss/partials/_topic.scss */
  .topic .timeline .video .content-box {
    padding: 30px 20px;
  }
}
/* line 445, ../scss/partials/_topic.scss */
.topic .timeline .video .image {
  position: absolute;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.5;
}
/* line 451, ../scss/partials/_topic.scss */
.topic .timeline .video .title {
  color: #fff;
  padding-bottom: 10px;
  position: relative;
  font-size: 2.1em;
  font-family: "Avenir", sans-serif;
  font-weight: 300;
  width: 50%;
}
/* line 459, ../scss/partials/_topic.scss */
.topic .timeline .video .title:before {
  content: "";
  width: 150px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  bottom: 0;
  left: 0;
  position: absolute;
}
@media (max-width: 998px) {
  /* line 451, ../scss/partials/_topic.scss */
  .topic .timeline .video .title {
    font-size: 1.2em;
  }
}
/* line 472, ../scss/partials/_topic.scss */
.topic .timeline .video .summary {
  color: #fff;
  width: 47%;
  font-size: 1.2em;
  position: relative;
}
/* line 479, ../scss/partials/_topic.scss */
.topic .timeline .video .icon-play {
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(65, 165, 240, 0.8);
  border-radius: 100%;
  border: 2px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  transition: all 0.3s;
  box-sizing: border-box;
	z-index: 11;
}
.topic .timeline .video .icon-play:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(68%, 45%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 22px;
  border-color: transparent transparent transparent #fff;
  box-sizing: border-box;
}
@media (min-width: 749px) {
	.topic .timeline .video:hover .icon-play {
	  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	  transform: translate(-50%, -50%) scale(1.05);
	  background-color: #41A5F0;
	}
}
@media (max-width: 748px) {
	.topic .timeline .video .icon-play {
	  bottom: 0;
	  top: auto;
	  left: 0;
	  border: none;
	  transform: none;
	  background: transparent;
	  box-shadow: none;/* Rectangle 2: */
		background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	  border-radius: 0px;
	  width: 100%;
	  height: 30px;
	}
	.topic .timeline .video .icon-play:after {
	  border-width: 5px 0 5px 9px;
	  transform: none;
	  bottom: 7px;
	  top: auto;
	  margin-left: 7px;
	}
}
@media (max-width: 1470px) {
  /* line 494, ../scss/partials/_topic.scss */
  .topic .timeline .video .container, .topic .timeline .video .hero-module-1 .container-text, .hero-module-1 .topic .timeline .video .container-text {
    max-width: 100%;
  }
  /* line 498, ../scss/partials/_topic.scss */
  .topic .timeline .video .summary, .topic .timeline .video .title {
    width: 100%;
  }
}
@media (max-width: 748px) {
  /* line 507, ../scss/partials/_topic.scss */
  .topic .timeline .video .add {
    opacity: 1;
  }
  /* line 509, ../scss/partials/_topic.scss */
  .topic .timeline .video .content-box {
    padding: 35px 25px;
  }
  /* line 513, ../scss/partials/_topic.scss */
  .topic .timeline .video .summary, .topic .timeline .video .title {
    width: 100%;
  }
}
/* line 520, ../scss/partials/_topic.scss */
.topic .item {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  display: inline-block;
  vertical-align: top;
}
/* line 530, ../scss/partials/_topic.scss */
.topic .item.is-hidden {
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
/* line 536, ../scss/partials/_topic.scss */
.topic .item:hover .img-frame img {
  opacity: 0.2;
}
/* line 540, ../scss/partials/_topic.scss */
.topic .item:hover .img-frame .add {
  opacity: 1;
}
/* line 544, ../scss/partials/_topic.scss */
.topic .item:hover .title {
  color: #41a5f0;
}
@media (max-width: 998px) {
  /* line 520, ../scss/partials/_topic.scss */
  .topic .item {
    width: 100%;
    margin: 5px 0 0;
  }
  /* line 561, ../scss/partials/_topic.scss */
  .topic .item .img-frame {
    width: 48% !important;
    margin: 0 2% 0 0;
    float: left;
  }
  /* line 566, ../scss/partials/_topic.scss */
  .topic .item .title {
    width: 48%;
    float: right;
    margin: 0 0 0 2%;
  }
  /* line 571, ../scss/partials/_topic.scss */
  .topic .item .tag, .topic .item .sec, .topic .item .share {
    width: 48%;
    float: right;
    clear: right;
    margin: 0 0 0 2%;
  }
  .topic .item .share {
  	margin-top: 3px;
  }
}
@media (max-width: 748px) {
  /* line 520, ../scss/partials/_topic.scss */
  .topic .item {
    width: 100%;
    margin: 5px 0 0;
    padding: 0 0 20px 0;
  }
  /* line 586, ../scss/partials/_topic.scss */
  .topic .item .img-frame {
    width: 48% !important;
    margin: 0 2% 0 0 !important;
    float: left;
  }
  /* line 591, ../scss/partials/_topic.scss */
  .topic .item .title {
    width: 48%;
    float: right;
    margin: 0 0 0 2%;
    font-size: 1em;
  }
  /* line 597, ../scss/partials/_topic.scss */
  .topic .item .tag, .topic .item .sec {
    width: 48%;
    float: right;
    margin: 0 0 0 2%;
  }
}
/* line 605, ../scss/partials/_topic.scss */
.topic .sec {
  font-size: 0.6em;
  color: #939393;
  display: block;
  margin: 3px 0 0;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Avenir", sans-serif;
  font-weight: 300;
}
/* line 614, ../scss/partials/_topic.scss */
.topic .tag {
  font-size: 0.9em;
  color: #41a5f0;
  display: block;
  margin: 0 0 3px 0;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
}
/* line 623, ../scss/partials/_topic.scss */
.topic .title {
  color: #191e23;
  font-style: normal;
  position: relative;
  font-size: 1.4em;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 634, ../scss/partials/_topic.scss */
.topic .share {
  padding: 0;
  margin: 10px 0 0;
}
/* line 639, ../scss/partials/_topic.scss */
.topic .share li {
  padding: 0;
  color: #939393;
  font-size: 0.87em;
  float: left;
  margin: 0 5px 0 0;
}
@media (max-width: 748px) {
  /* line 639, ../scss/partials/_topic.scss */
  .topic .share li {
    font-size: 0.7em;
  }
}
/* line 650, ../scss/partials/_topic.scss */
.topic .share li a {
  font-size: 1.5em;
}
@media (max-width: 998px) {
  .topic .share li a {
    font-size: 1.3em;
  }
}
@media (max-width: 748px) {
  /* line 650, ../scss/partials/_topic.scss */
  .topic .share li a {
    font-size: 1.6em;
  }
}
/* line 658, ../scss/partials/_topic.scss */
.topic .share li .icon-twitter-circled {
  color: #00aced;
}
/* line 659, ../scss/partials/_topic.scss */
.topic .share li .icon-facebook-circled {
  color: #3b5998;
}
/* line 660, ../scss/partials/_topic.scss */
.topic .share li .icon-pinterest-circled {
  color: #cb2027;
}
/* line 662, ../scss/partials/_topic.scss */
.topic .share li:after {
  display: none;
}
/* line 674, ../scss/partials/_topic.scss */
.topic .img-frame.has-icon-play {
  width: 100%;
  background-color: #41a5f0;
  position: relative;
}
/* line 679, ../scss/partials/_topic.scss */
.topic .img-frame .icon-play {
  position: absolute;
  color: #fff;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 1.5em;
  line-height: 1;
}
/* line 693, ../scss/partials/_topic.scss */
.topic .img-frame.has-icon-play img {
  width: 100%;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 699, ../scss/partials/_topic.scss */
.topic .img-frame.has-icon-play .add {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background-color: #171717;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
/* line 710, ../scss/partials/_topic.scss */
.topic .img-frame.has-icon-play .add:hover {
  color: #efa521;
}
/* line 714, ../scss/partials/_topic.scss */
.topic .img-frame.has-icon-play .add .icon-plus, .topic .img-frame.has-icon-play .add .icon-remove {
  font-size: 0.8em;
}
@media (max-width: 998px) {
  /* line 699, ../scss/partials/_topic.scss */
  .topic .img-frame.has-icon-play .add {
    opacity: 1;
    padding: 5px 6px;
  }
  /* line 726, ../scss/partials/_topic.scss */
  .topic .img-frame.has-icon-play .add .text {
    display: none;
  }
}
@media (max-width: 1238px) {
  /* line 731, ../scss/partials/_topic.scss */
  .topic .title {
    font-size: 1.1em;
  }
  /* line 735, ../scss/partials/_topic.scss */
  .topic .img-frame .icon-play {
    font-size: 1.2em;
    line-height: 1;
  }
}
@media (max-width: 748px) {
  /* line 742, ../scss/partials/_topic.scss */
  .topic .item {
    width: 100%;
  }
  /* line 744, ../scss/partials/_topic.scss */
  .topic .img-frame.has-icon-play {
    width: 42%;
    float: left;
    margin-right: 4%;
  }
  /* line 749, ../scss/partials/_topic.scss */
  .topic .img-frame.has-icon-play .add {
    padding: 5px;
    opacity: 1;
  }
  /* line 752, ../scss/partials/_topic.scss */
  .topic .img-frame.has-icon-play .add .text {
    display: none;
  }
  .topic .img-frame.has-icon-play .add [class^="icon-"]:before,
  .topic .img-frame.has-icon-play .add [class*=" icon-"]:before {
  	vertical-align: top;
  }
  /* line 758, ../scss/partials/_topic.scss */
  .topic .sec {
    float: left;
    margin: 0px;
  }
  /* line 763, ../scss/partials/_topic.scss */
  .topic .title {
    float: left;
    width: 50%;
    padding: 0px;
    font-size: 1.2em;
  }
}
/* line 771, ../scss/partials/_topic.scss */
.topic .one .item {
  width: 100%;
}
/* line 774, ../scss/partials/_topic.scss */
.topic .one .item .img-frame {
  float: left;
  width: 48%;
  margin: 0 2% 0 0;
}

/* line 2, ../scss/partials/_blog.scss */
.blog .search {
  margin: 0;
  width: 100%;
}
/* line 6, ../scss/partials/_blog.scss */
.blog .search:after {
  content: "";
  display: block;
  clear: both;
}
/* line 12, ../scss/partials/_blog.scss */
.blog .search .box-1 {
  float: left;
  width: 49%;
  margin: 0 1% 0 0;
}
/* line 17, ../scss/partials/_blog.scss */
.blog .search .box-1 .text {
  float: left;
  width: 79%;
}
@media (max-width: 1238px) {
  /* line 17, ../scss/partials/_blog.scss */
  .blog .search .box-1 .text {
    text-indent: 10px;
    font-size: 0.9em;
  }
}
@media (max-width: 748px) {
  /* line 17, ../scss/partials/_blog.scss */
  .blog .search .box-1 .text {
    font-size: 1em;
    text-indent: 5px;
    width: 100%;
  }
}
/* line 32, ../scss/partials/_blog.scss */
.blog .search .box-1 .submit {
  float: right;
  width: 20%;
}
@media (max-width: 748px) {
  /* line 32, ../scss/partials/_blog.scss */
  .blog .search .box-1 .submit {
    font-size: 1em;
    width: 100%;
    margin: 10px 0 0;
  }
}
/* line 41, ../scss/partials/_blog.scss */
.blog .search .box-1 .submit:hover {
  background-color: #f3f3f3;
  color: #2b2b2b;
}
@media (max-width: 998px) {
  /* line 12, ../scss/partials/_blog.scss */
  .blog .search .box-1 {
    width: 100%;
    margin: 0;
  }
}
/* line 55, ../scss/partials/_blog.scss */
.blog .search .sbHolder {
  margin: 20px 0 0;
}
/* line 56, ../scss/partials/_blog.scss */
.blog .search .sbSelector {
  font-size: 1em !important;
}
@media (max-width: 1238px) {
  /* line 56, ../scss/partials/_blog.scss */
  .blog .search .sbSelector {
    text-indent: 10px !important;
    font-size: 0.75em !important;
  }
}
/* line 64, ../scss/partials/_blog.scss */
.blog .search .sbOptions a, .blog .search .sbOptions .link:link, .blog .search .sbOptions .sbGroup {
  font-size: 1em !important;
}
/* line 65, ../scss/partials/_blog.scss */
.blog .search .sbHolder.active .sbSelector {
  color: #41a5f0 !important;
}
/* line 67, ../scss/partials/_blog.scss */
.blog .search .box-2 {
  float: left;
  width: 26%;
  margin: 0 1% 0 0;
}
@media (max-width: 998px) {
  /* line 67, ../scss/partials/_blog.scss */
  .blog .search .box-2 {
    width: 49%;
    margin: 0 1% 0 0;
  }
}
@media (max-width: 748px) {
  /* line 67, ../scss/partials/_blog.scss */
  .blog .search .box-2 {
    width: 100%;
    margin: 0;
  }
}
/* line 81, ../scss/partials/_blog.scss */
.blog .search .box-3 {
  float: left;
  width: 23%;
}
@media (max-width: 998px) {
  /* line 81, ../scss/partials/_blog.scss */
  .blog .search .box-3 {
    width: 49%;
    margin: 0 0 0 1%;
  }
}
@media (max-width: 748px) {
  /* line 81, ../scss/partials/_blog.scss */
  .blog .search .box-3 {
    width: 100%;
    margin: 0;
  }
}
/* line 96, ../scss/partials/_blog.scss */
.blog .post {
  width: 100%;
  overflow: hidden;
  margin: 35px 0 0;
}
/* line 101, ../scss/partials/_blog.scss */
.blog .post .short:hover {
  cursor: pointer;
}
/* line 104, ../scss/partials/_blog.scss */
.blog .post .short:hover p {
  color: #41a5f0;
}
/* line 105, ../scss/partials/_blog.scss */
.blog .post .short:hover .more {
  color: #41a5f0;
}
/* line 108, ../scss/partials/_blog.scss */
.blog .post .title {
  font-size: 1.65em;
}
/* line 110, ../scss/partials/_blog.scss */
.blog .post .author {
  display: block;
  font-style: normal;
  font-size: 0.87em;
  color: #939393;
  margin: 10px 0 5px 0;
}
/* line 117, ../scss/partials/_blog.scss */
.blog .post .author a, .blog .post .author .link:link {
  color: #41a5f0;
}
/* line 123, ../scss/partials/_blog.scss */
.blog .post .meta {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 18px 0;
  overflow: hidden;
  margin: 30px 0 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 748px) {
	.blog .post .meta {
		text-align: left;
	}
}
/* line 133, ../scss/partials/_blog.scss */
.blog .post .meta .tags {
  float: left;
  margin: 0;
  padding: 0 0 0 38px;
  position: relative;
  font-weight: normal;
}
/* line 140, ../scss/partials/_blog.scss */
.blog .post .meta .tags a, .blog .post .meta .tags .link:link {
  color: #191e23;
  text-decoration: none;
}
/* line 143, ../scss/partials/_blog.scss */
.blog .post .meta .tags a:hover, .blog .post .meta .tags .link:hover:link {
  color: #41a5f0;
}
/* line 146, ../scss/partials/_blog.scss */
.blog .post .meta .tags:after {
  content: "";
  display: block;
  background: url(/img_new/svg-icons/icons-31.svg) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 0;
}
@media (max-width: 748px) {
  /* line 133, ../scss/partials/_blog.scss */
  .blog .post .meta .tags {
  	float: none;
    font-size: 0.9em;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
  }
  .blog .post .meta .tags:after {
  	top: 3px;
  }
}
/* line 164, ../scss/partials/_blog.scss */
.blog .post .meta .more {
  float: right;
  color: #191E23;
}
@media (max-width: 748px) {
  /* line 164, ../scss/partials/_blog.scss */
  .blog .post .meta .more {
    font-size: 0.9em;
    margin-top: 4px;
  }

}
/* line 170, ../scss/partials/_blog.scss */
.blog .post .meta .social {
  display: inline-block;
  text-align: center;
  margin: 0 0 0 -30px;
}
@media (max-width: 748px) {
  /* line 170, ../scss/partials/_blog.scss */
  .blog .post .meta .social {
    margin: 0;
    padding: 0;
  }
}
/* line 179, ../scss/partials/_blog.scss */
.blog .post .meta .social li {
  display: inline-block;
  margin: 0;
  padding: 0 5px 0 0;
  position: static;
  text-transform: uppercase;
  font-size: 0.87em;
}
/* line 187, ../scss/partials/_blog.scss */
.blog .post .meta .social li:after {
  display: none;
}
/* line 189, ../scss/partials/_blog.scss */
.blog .post .meta .social li a, .blog .post .meta .social li .link:link {
  border-bottom: none;
  font-size: 1.2em;
  line-height: 1.4em;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #191e23;
}
@media (max-width: 1470px) {
  /* line 189, ../scss/partials/_blog.scss */
  .blog .post .meta .social li a, .blog .post .meta .social li .link:link {
    font-size: 1em;
  }
}
@media (max-width: 748px) {
  /* line 207, ../scss/partials/_blog.scss */
  .blog .post .meta .social li:first-child {
    display: none;
  }
  .blog .post .meta .social li a, .blog .post .meta .social li .link:link {
  	overflow: visible;
	  font-size: 20px;
	}
}
/* line 213, ../scss/partials/_blog.scss */
.blog .detail {
  width: 100%;
  overflow: hidden;
}
/* line 217, ../scss/partials/_blog.scss */
.blog .detail .meta {
  margin: 0;
  text-align: left;
  border: none;
}
/* line 222, ../scss/partials/_blog.scss */
.blog .detail .meta .author {
  float: left;
  margin: 0;
}
@media (max-width: 748px) {
  /* line 222, ../scss/partials/_blog.scss */
  .blog .detail .meta .author {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
/* line 231, ../scss/partials/_blog.scss */
.blog .detail .meta .social {
  float: right;
  margin: 0 0 0 50px;
  padding: 0;
}
/* line 236, ../scss/partials/_blog.scss */
.blog .detail .meta .tags {
  float: right;
}
@media (max-width: 748px) {
  /* line 236, ../scss/partials/_blog.scss */
  .blog .detail .meta .tags {
    float: left;
  }
}
/* line 243, ../scss/partials/_blog.scss */
.blog .detail .meta.bottom {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
/* line 246, ../scss/partials/_blog.scss */
.blog .detail .meta.bottom .tags {
  float: left;
}
/* line 251, ../scss/partials/_blog.scss */
.blog .detail ul li {
  margin: 15px 0 0;
}
/* line 253, ../scss/partials/_blog.scss */
.blog .paging {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid #ececec;
}
/* line 260, ../scss/partials/_blog.scss */
.blog .paging .prev {
  float: left;
  font-size: 1em;
  color: #191e23;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
}
/* line 266, ../scss/partials/_blog.scss */
.blog .paging .prev:hover {
  color: #41a5f0;
}
/* line 268, ../scss/partials/_blog.scss */
.blog .paging .next {
  float: right;
  font-size: 1em;
  color: #191e23;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
}
/* line 274, ../scss/partials/_blog.scss */
.blog .paging .next:hover {
  color: #41a5f0;
}
/* line 276, ../scss/partials/_blog.scss */
.blog .paging p {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.blog .paging p input {
  display: inline-block;
  border: 1px solid #ECECEC;
  width: 1.5em;
  height: 1.5em;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 281, ../scss/partials/_blog.scss */
.blog .paging p .text {
  display: inline-block;
  text-align: center;
  color: #191e23;
  width: 22px;
  height: 22px;
  margin: -2px 0 0;
  line-height: 22px;
  vertical-align: middle;
  border: 1px solid #ececec;
}

/* line 1, ../scss/partials/_op-hero.scss */
.op-hero {
  width: 100%;
  background: url(/img_new/bg-op-hero.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
/* line 8, ../scss/partials/_op-hero.scss */
.op-hero .box {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 13, ../scss/partials/_op-hero.scss */
.op-hero .box:first-child {
  padding: 0 70px 0 0;
}
/* line 16, ../scss/partials/_op-hero.scss */
.op-hero .box:last-child {
  padding: 0 0 0 70px;
}
@media (max-width: 1238px) {
  /* line 8, ../scss/partials/_op-hero.scss */
  .op-hero .box {
    width: 100%;
    float: none;
    padding: 0 !important;
  }
}
@media (max-width: 998px) {
  /* line 8, ../scss/partials/_op-hero.scss */
  .op-hero .box {
    width: 100%;
    float: none;
    padding: 0 !important;
  }
}
@media (max-width: 748px) {
  /* line 8, ../scss/partials/_op-hero.scss */
  .op-hero .box {
    width: 100%;
    float: none;
    padding: 0 !important;
  }
}
/* line 36, ../scss/partials/_op-hero.scss */
.op-hero .box div {
  width: calc(50% - 10px);
  float: left;
  text-align: center;
  position: relative;
  padding: 10px 5px 0 5px;
}
/* line 43, ../scss/partials/_op-hero.scss */
.op-hero .box div p {
  display: inline-block;
  padding: 60px 0 0;
  position: relative;
  color: white;
}
@media (max-width: 1238px) {
  /* line 36, ../scss/partials/_op-hero.scss */
  .op-hero .box div {
    width: calc(25% - 10px);
    margin: 20px 0 0;
  }
  /* line 54, ../scss/partials/_op-hero.scss */
  .op-hero .box div:before {
    right: 0 !important;
    height: 60% !important;
    top: 20% !important;
    width: 1px !important;
    left: inherit !important;
  }
  /* line 61, ../scss/partials/_op-hero.scss */
  .op-hero .box div:last-child:before {
    display: none;
  }
}
@media (max-width: 998px) {
  /* line 36, ../scss/partials/_op-hero.scss */
  .op-hero .box div {
    width: 100px;
    margin: 20px 0 0;
  }
  /* line 69, ../scss/partials/_op-hero.scss */
  .op-hero .box div:first-child {
    text-align: left;
  }
  /* line 71, ../scss/partials/_op-hero.scss */
  .op-hero .box div:before {
    right: 0 !important;
    height: 60% !important;
    top: 20% !important;
    width: 1px !important;
    left: inherit !important;
  }
  /* line 78, ../scss/partials/_op-hero.scss */
  .op-hero .box div:last-child:before {
    display: none;
  }
  /* line 81, ../scss/partials/_op-hero.scss */
  .op-hero .box div p {
    font-size: 0.6em;
    padding: 45px 0 0;
  }
}
@media (max-width: 748px) {
  /* line 36, ../scss/partials/_op-hero.scss */
  .op-hero .box div {
    width: calc(25% - 10px);
    margin: 20px 0 0;
  }
  /* line 91, ../scss/partials/_op-hero.scss */
  .op-hero .box div:first-child {
    text-align: center;
    margin: 20px 0 0 -5px;
  }
  /* line 94, ../scss/partials/_op-hero.scss */
  .op-hero .box div:first-child p {
    padding: 35px 10px 0 0;
  }
  /* line 97, ../scss/partials/_op-hero.scss */
  .op-hero .box div:before {
    right: 0 !important;
    height: 60% !important;
    top: 20% !important;
    width: 1px !important;
    left: inherit !important;
  }
  /* line 104, ../scss/partials/_op-hero.scss */
  .op-hero .box div:last-child:before {
    display: none;
  }
  /* line 107, ../scss/partials/_op-hero.scss */
  .op-hero .box div p {
    font-size: 0.6em;
    padding: 35px 10px 0 10px;
  }
}
/* line 115, ../scss/partials/_op-hero.scss */
.op-hero .content-box {
  padding: 150px 35px;
  overflow: hidden;
}
/* line 120, ../scss/partials/_op-hero.scss */
.op-hero .image {
  position: absolute;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.7;
}
/* line 126, ../scss/partials/_op-hero.scss */
.op-hero .title {
  color: #fff;
  position: relative;
  font-size: 2.2em;
  font-family: "Avenir", sans-serif;
  font-weight: 300;
}
/* line 133, ../scss/partials/_op-hero.scss */
.op-hero .breadcrumbs {
  margin: 0;
  color: white;
}
/* line 138, ../scss/partials/_op-hero.scss */
.op-hero .summary {
  color: #fff;
  font-size: 1.2em;
  position: relative;
  margin: 0;
}
@media (max-width: 748px) {
  /* line 138, ../scss/partials/_op-hero.scss */
  .op-hero .summary {
    display: none;
  }
}
/* line 151, ../scss/partials/_op-hero.scss */
.op-hero .creative p:after {
  content: "";
  display: block;
  background: url(/img_new/ico-lightbulb.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 50%;
  margin: 0 0 0 -20px;
}
@media (max-width: 998px) {
  /* line 151, ../scss/partials/_op-hero.scss */
  .op-hero .creative p:after {
    width: 30px;
    height: 30px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 0 0 -15px;
  }
}
@media (max-width: 748px) {
  /* line 151, ../scss/partials/_op-hero.scss */
  .op-hero .creative p:after {
    width: 25px;
    height: 25px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 0 0 -13px;
  }
}
/* line 177, ../scss/partials/_op-hero.scss */
.op-hero .creative:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 18px;
  right: 0;
  background-color: #fff;
  opacity: 0.2;
  width: 1px;
  height: 50px;
}
/* line 192, ../scss/partials/_op-hero.scss */
.op-hero .professional p:after {
  content: "";
  display: block;
  background: url(/img_new/ico-graph.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 50%;
  margin: 0 0 0 -24px;
}
@media (max-width: 998px) {
  /* line 192, ../scss/partials/_op-hero.scss */
  .op-hero .professional p:after {
    width: 30px;
    height: 30px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 0 0 -15px;
  }
}
@media (max-width: 748px) {
  /* line 192, ../scss/partials/_op-hero.scss */
  .op-hero .professional p:after {
    width: 25px;
    height: 25px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 0 0 -13px;
  }
}
/* line 218, ../scss/partials/_op-hero.scss */
.op-hero .professional:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 18px;
  background-color: #fff;
  opacity: 0.2;
  width: 50px;
  height: 1px;
}
/* line 233, ../scss/partials/_op-hero.scss */
.op-hero .outdoor p:after {
  content: "";
  display: block;
  background: url(/img_new/ico-trophy.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 50%;
  margin: 0 0 0 -20px;
}
@media (max-width: 998px) {
  /* line 233, ../scss/partials/_op-hero.scss */
  .op-hero .outdoor p:after {
    width: 30px;
    height: 30px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 0 0 -15px;
  }
}
@media (max-width: 748px) {
  /* line 233, ../scss/partials/_op-hero.scss */
  .op-hero .outdoor p:after {
    width: 25px;
    height: 25px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 0 0 -13px;
  }
}
/* line 259, ../scss/partials/_op-hero.scss */
.op-hero .outdoor:before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  background-color: #fff;
  opacity: 0.2;
  width: 1px;
  height: 50px;
}
/* line 274, ../scss/partials/_op-hero.scss */
.op-hero .hours p:after {
  content: "";
  display: block;
  background: url(/img_new/ico-fistbump.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 50%;
  margin: 0 0 0 -20px;
}
@media (max-width: 998px) {
  /* line 274, ../scss/partials/_op-hero.scss */
  .op-hero .hours p:after {
    width: 30px;
    height: 30px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 0 0 -15px;
  }
}
@media (max-width: 748px) {
  /* line 274, ../scss/partials/_op-hero.scss */
  .op-hero .hours p:after {
    width: 25px;
    height: 25px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 0 0 -13px;
  }
}
/* line 300, ../scss/partials/_op-hero.scss */
.op-hero .hours:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 18px;
  background-color: #fff;
  opacity: 0.2;
  width: 50px;
  height: 1px;
}
@media (max-width: 1470px) {
  /* line 316, ../scss/partials/_op-hero.scss */
  .op-hero .container, .op-hero .hero-module-1 .container-text, .hero-module-1 .op-hero .container-text {
    max-width: 100%;
  }
}
@media (max-width: 1238px) {
  /* line 323, ../scss/partials/_op-hero.scss */
  .op-hero .content-box {
    padding: 100px 25px;
  }
}
@media (max-width: 998px) {
  /* line 331, ../scss/partials/_op-hero.scss */
  .op-hero .content-box {
    padding: 80px 20px;
  }
}
@media (max-width: 748px) {
  /* line 339, ../scss/partials/_op-hero.scss */
  .op-hero .content-box {
    padding: 50px 15px;
  }
}

/* line 1, ../scss/partials/_categories.scss */
.categories {
  margin: 10px 0 0;
  width: 100%;
  overflow: hidden;
}
/* line 6, ../scss/partials/_categories.scss */
.categories .category {
  width: 100%;
  overflow: hidden;
  margin: 20px 0 0;
}
/* line 12, ../scss/partials/_categories.scss */
.categories .content-box {
  width: 100%;
  overflow: hidden;
  margin: 20px 0 0;
}
/* line 18, ../scss/partials/_categories.scss */
.categories p {
  padding: 0;
  margin: 10px 0;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
}
/* line 23, ../scss/partials/_categories.scss */
.categories p em {
  color: #41a5f0;
}
/* line 27, ../scss/partials/_categories.scss */
.categories p a, .categories p .link:link {
  text-decoration: none;
}
/* line 30, ../scss/partials/_categories.scss */
.categories .more {
  display: block;
  margin: 20px auto;
}
/* line 35, ../scss/partials/_categories.scss */
.categories .item {
  width: 32%;
  min-height: 100px;
  margin-right: 2%;
  margin-bottom: 2%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
/* line 43, ../scss/partials/_categories.scss */
.categories .item:nth-child(3n+3) {
  margin-right: 0;
}
/* line 48, ../scss/partials/_categories.scss */
.categories .item:hover .img-frame img {
  opacity: 0.2;
}
/* line 52, ../scss/partials/_categories.scss */
.categories .item:hover .img-frame .add {
  opacity: 1;
}
/* line 56, ../scss/partials/_categories.scss */
.categories .item:hover .title {
  color: #41a5f0;
}
/* line 64, ../scss/partials/_categories.scss */
.categories .sec {
  font-size: .4em;
  color: #939393;
  display: inline-block;
  margin: 10px 0 0;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Avenir", sans-serif;
  font-weight: 300;
}
/* line 73, ../scss/partials/_categories.scss */
.categories .cat {
  font-size: 0.7em;
  color: #41a5f0;
  display: block;
  margin: 5px 0;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Avenir", sans-serif;
  font-weight: 300;
}
/* line 83, ../scss/partials/_categories.scss */
.categories .title {
  color: #191e23;
  font-style: normal;
  position: relative;
  font-size: 1.4em;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 92, ../scss/partials/_categories.scss */
.categories .img-frame.has-icon-play {
  width: 100%;
  background-color: #41a5f0;
  position: relative;
}
.categories .img-frame .icon-play {
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(65, 165, 240, 0.8);
  border-radius: 100%;
  border: 2px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3), 0 0 0 transparent;
  transition: all 0.3s;
  box-sizing: border-box;
	z-index: 1;
}
.categories .img-frame .icon-play:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(68%, 45%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 22px;
  border-color: transparent transparent transparent #fff;
  box-sizing: border-box;
}
@media (min-width: 749px) {
	.categories .img-frame:hover .icon-play {
	  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	  transform: translate(-50%, -50%) scale(1.05);
	  background-color: #41A5F0;
	}
}
@media (max-width: 748px) {
	.categories .img-frame .icon-play {
	  bottom: 0;
	  top: auto;
	  left: 0;
	  border: none;
	  transform: none;
	  background: transparent;
	  box-shadow: none;/* Rectangle 2: */
		background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	  border-radius: 0px;
	  width: 100%;
	  height: 30px;
	}
	.categories .img-frame .icon-play:after {
	  border-width: 5px 0 5px 9px;
	  transform: none;
	  bottom: 7px;
	  top: auto;
	  margin-left: 7px;
	}
}
/* line 110, ../scss/partials/_categories.scss */
.categories .img-frame.has-icon-play img {
  width: 100%;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 116, ../scss/partials/_categories.scss */
.categories .img-frame.has-icon-play .add {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background-color: #171717;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
@media (max-width: 998px) {
  /* line 116, ../scss/partials/_categories.scss */
  .categories .img-frame.has-icon-play .add {
    font-size: 0.55em;
  }
  .categories .img-frame.has-icon-play .add [class^="icon-"]:before,
  .categories .img-frame.has-icon-play .add [class*=" icon-"]:before {
    vertical-align: top;
  }
}
/* line 131, ../scss/partials/_categories.scss */
.categories .img-frame.has-icon-play .add:hover {
  background-color: #fff;
  color: #191e23;
}
/* line 136, ../scss/partials/_categories.scss */
.categories .img-frame.has-icon-play .add .icon-plus {
  font-size: 0.8em;
}
@media (max-width: 748px) {
	.categories .img-frame.has-icon-play .add .icon-plus {
	  font-size: 11px;
	}
}
/* line 139, ../scss/partials/_categories.scss */
.categories .img-frame.has-icon-play .add .icon-remove {
  font-size: 0.8em;
}
@media (max-width: 1238px) {
  /* line 148, ../scss/partials/_categories.scss */
  .categories .title {
    font-size: 1.1em;
  }
}
@media (max-width: 748px) {
  /* line 160, ../scss/partials/_categories.scss */
  .categories .item {
    width: 100%;
    margin: 10px 0 0;
  }
  /* line 165, ../scss/partials/_categories.scss */
  .categories .img-frame.has-icon-play {
    width: 42%;
    float: left;
    margin-right: 4%;
  }
  /* line 170, ../scss/partials/_categories.scss */
  .categories .img-frame.has-icon-play .add {
    padding: 5px;
    opacity: 1;
  }
  /* line 173, ../scss/partials/_categories.scss */
  .categories .img-frame.has-icon-play .add .text {
    display: none;
  }
  /* line 179, ../scss/partials/_categories.scss */
  .categories .sec {
    float: left;
    margin: 4px 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 55% 0 0;
    font-size: .4em;
  }
  /* line 187, ../scss/partials/_categories.scss */
  .categories .cat {
    width: 50%;
    position: absolute;
    top: -3px;
    margin: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 196, ../scss/partials/_categories.scss */
  .categories .title {
    position: absolute;
    top: 10px;
    right: 0;
    width: 50%;
    padding: 0px;
    font-size: 1em;
  }
}

/* line 1, ../scss/partials/_opportunities.scss */
.opportunities {
  width: 100%;
  overflow: hidden;
  padding: 50px 10px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 748px) {
  /* line 1, ../scss/partials/_opportunities.scss */
  .opportunities {
    padding: 50px 0 0;
  }
}
/* line 11, ../scss/partials/_opportunities.scss */
.opportunities h3 {
  color: #191e23;
}
/* line 13, ../scss/partials/_opportunities.scss */
.opportunities .box {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 20px -2px 40px -2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px 0 0;
}
/* line 21, ../scss/partials/_opportunities.scss */
.opportunities .box:nth-child(2n+1) {
  padding: 0 0 0 60px;
}
@media (max-width: 998px) {
  /* line 13, ../scss/partials/_opportunities.scss */
  .opportunities .box {
    width: 100%;
    float: none;
    padding: 0 !important;
  }
}
@media (max-width: 748px) {
  /* line 13, ../scss/partials/_opportunities.scss */
  .opportunities .box {
    width: 100%;
    float: none;
    padding: 0 !important;
  }
}
/* line 36, ../scss/partials/_opportunities.scss */
.opportunities .box h4 {
  color: #41a5f0;
}
.opportunities .box .location {
	color: #939393;
	font-size: 1em;
	margin: 3px 0;
}
/* line 38, ../scss/partials/_opportunities.scss */
.opportunities .box em {
  color: #939393;
  font-size: 11px;
  display: block;
  margin: 5px 0 0;
}
/* line 45, ../scss/partials/_opportunities.scss */
.opportunities .box p {
  display: block;
  position: relative;
  padding: 0 0 10px 0;
  margin: 10px 0 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
}
/* line 51, ../scss/partials/_opportunities.scss */
.opportunities .box p:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 1px;
  background-color: #f0f0f0;
}
/* line 63, ../scss/partials/_opportunities.scss */
.opportunities .box .more {
  display: inline-block;
  position: relative;
  margin: 15px 0 0;
  padding: 0 22px 0 0;
  text-transform: uppercase;
  color: #191E23;
}
/* line 70, ../scss/partials/_opportunities.scss */
.opportunities .box .more:after {
  content: "";
  display: block;
  background: url(/img_new/ico-op-more.svg) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -6px 0 0;
}
/* line 84, ../scss/partials/_opportunities.scss */
.opportunities .box:hover {
  cursor: pointer;
}
/* line 87, ../scss/partials/_opportunities.scss */
.opportunities .box:hover p {
  color: #41a5f0;
}
/* line 88, ../scss/partials/_opportunities.scss */
.opportunities .box:hover .more {
  color: #41a5f0;
}

/* line 1, ../scss/partials/_contact-page.scss */
.contact {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 30px 0 60px;
}
/* line 7, ../scss/partials/_contact-page.scss */
.contact h4 {
  width: 60%;
  display: inline-block;
  font-size: 1.67em;
  font-family: "Avenir", sans-serif;
  font-weight: 300;
}
@media (max-width: 1238px) {
  /* line 7, ../scss/partials/_contact-page.scss */
  .contact h4 {
    width: 90%;
  }
}
@media (max-width: 998px) {
  /* line 7, ../scss/partials/_contact-page.scss */
  .contact h4 {
    width: 100%;
  }
}
/* line 21, ../scss/partials/_contact-page.scss */
.contact .contact-form {
  width: 500px;
  display: block;
  margin: 0 auto;
  padding: 0 0 40px 0;
}
/* line 27, ../scss/partials/_contact-page.scss */
.contact .contact-form.alt {
  text-align: left;
}
/* line 30, ../scss/partials/_contact-page.scss */
.contact .contact-form.alt .btn {
  display: block;
}
/* line 35, ../scss/partials/_contact-page.scss */
.contact .contact-form.alt .add-text p {
  margin: 0;
}
/* line 36, ../scss/partials/_contact-page.scss */
.contact .contact-form.alt .add-text .row {
  margin: 0;
}
/* line 37, ../scss/partials/_contact-page.scss */
.contact .contact-form.alt .add-text h4 {
  width: 100%;
}
/* line 41, ../scss/partials/_contact-page.scss */
.contact .contact-form .check-white {
  display: inline-block;
  vertical-align: middle;
}
/* line 45, ../scss/partials/_contact-page.scss */
.contact .contact-form .check-white div {
  margin: 0 10px 0 0;
}
/* line 47, ../scss/partials/_contact-page.scss */
.contact .contact-form label {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
  margin: -2px 0 0;
}
@media (max-width: 998px) {
  /* line 21, ../scss/partials/_contact-page.scss */
  .contact .contact-form {
    width: 100%;
  }
}
/* line 58, ../scss/partials/_contact-page.scss */
.contact .contact-form div {
  margin: 20px 0 0;
  position: relative;
  width: 100%;
}
/* line 63, ../scss/partials/_contact-page.scss */
.contact .contact-form div .text {
  margin: 0;
  text-indent: 55px;
}
/* line 67, ../scss/partials/_contact-page.scss */
.contact .contact-form div .textarea {
  padding: 10px 25px 10px 55px;
  margin: 0;
}
/* line 72, ../scss/partials/_contact-page.scss */
.contact .contact-form .name:after {
  content: "";
  display: block;
  background: url(/img_new/svg-icons/icons-13.svg) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin: -8px 0 0;
  left: 25px;
}
/* line 84, ../scss/partials/_contact-page.scss */
.contact .contact-form .email:after {
  content: "";
  display: block;
  background: url(/img_new/svg-icons/icons-23.svg) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin: -8px 0 0;
  left: 25px;
}
/* line 96, ../scss/partials/_contact-page.scss */
.contact .contact-form .message:after {
  content: "";
  display: block;
  background: url(/img_new/svg-icons/icons-24.svg) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 16px;
  left: 25px;
}
/* line 108, ../scss/partials/_contact-page.scss */
.contact .contact-form .btn {
  margin: 20px auto 0;
}

/* line 1, ../scss/partials/_contact-hero.scss */
.contact-hero {
  width: 100%;
  background: url(/img_new/bg-contact-hero.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
/* line 7, ../scss/partials/_contact-hero.scss */
.contact-hero ul li {
  margin: 12px 0 0;
  position: relative;
  text-decoration: none;
  padding-left: 20px;
  color: white;
}
@media (max-width: 748px) {
  /* line 7, ../scss/partials/_contact-hero.scss */
  .contact-hero ul li {
    padding: 0 0 0 12px;
  }
}
/* line 19, ../scss/partials/_contact-hero.scss */
.contact-hero ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #41a5f0;
}
@media (max-width: 748px) {
  /* line 19, ../scss/partials/_contact-hero.scss */
  .contact-hero ul li:after {
    top: 6px;
  }
}
/* line 37, ../scss/partials/_contact-hero.scss */
.contact-hero .box {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 42, ../scss/partials/_contact-hero.scss */
.contact-hero .box:first-child {
  padding: 0 70px 0 0;
}
/* line 45, ../scss/partials/_contact-hero.scss */
.contact-hero .box:last-child {
  padding: 0 0 0 70px;
}
@media (max-width: 1238px) {
  /* line 37, ../scss/partials/_contact-hero.scss */
  .contact-hero .box {
    width: 100%;
    float: none;
    padding: 0 !important;
  }
}
@media (max-width: 998px) {
  /* line 37, ../scss/partials/_contact-hero.scss */
  .contact-hero .box {
    width: 100%;
    float: none;
    padding: 0 !important;
  }
}
@media (max-width: 748px) {
  /* line 37, ../scss/partials/_contact-hero.scss */
  .contact-hero .box {
    width: 100%;
    float: none;
    padding: 0 !important;
  }
}
/* line 65, ../scss/partials/_contact-hero.scss */
.contact-hero .box div {
  padding: 0 25px;
  float: left;
  margin: 55px 0 0;
  text-align: center;
  position: relative;
}
@media (max-width: 998px) {
  /* line 73, ../scss/partials/_contact-hero.scss */
  .contact-hero .box div:first-child {
    padding: 0 25px 0 0;
  }
}
@media (max-width: 748px) {
  /* line 65, ../scss/partials/_contact-hero.scss */
  .contact-hero .box div {
    padding: 0 17px;
    margin: 25px 0 0;
  }
  /* line 80, ../scss/partials/_contact-hero.scss */
  .contact-hero .box div:first-child {
    padding: 0 17px 0 0;
  }
}
/* line 83, ../scss/partials/_contact-hero.scss */
.contact-hero .box div:after {
  content: "";
  display: block;
  width: 1px;
  height: 44px;
  top: 50%;
  margin: -22px 0 0;
  right: 0;
  position: absolute;
  background-color: #fff;
  opacity: 0.2;
}
@media (max-width: 748px) {
  /* line 83, ../scss/partials/_contact-hero.scss */
  .contact-hero .box div:after {
    margin: -20px 0 0;
    height: 40px;
  }
}
/* line 101, ../scss/partials/_contact-hero.scss */
.contact-hero .box div:last-child:after {
  display: none;
}
/* line 103, ../scss/partials/_contact-hero.scss */
.contact-hero .box div .twitter {
  display: inline-block;
  background: url(/img_new/contact-twitter.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 54px;
  height: 44px;
  overflow: hidden;
  text-indent: -9999px;
}
@media (max-width: 748px) {
  /* line 103, ../scss/partials/_contact-hero.scss */
  .contact-hero .box div .twitter {
    width: 34px;
    height: 28px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 4px 0 0;
  }
}
/* line 118, ../scss/partials/_contact-hero.scss */
.contact-hero .box div .twitter:hover {
  background: url(/img_new/contact-twitter-hover.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 123, ../scss/partials/_contact-hero.scss */
.contact-hero .box div .facebook {
  display: inline-block;
  background: url(/img_new/contact-facebook.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 24px;
  height: 44px;
  overflow: hidden;
  text-indent: -9999px;
}
@media (max-width: 748px) {
  /* line 123, ../scss/partials/_contact-hero.scss */
  .contact-hero .box div .facebook {
    width: 15px;
    height: 28px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 5px 0 0;
  }
}
/* line 139, ../scss/partials/_contact-hero.scss */
.contact-hero .box div .facebook:hover {
  background: url(/img_new/contact-facebook-hover.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 144, ../scss/partials/_contact-hero.scss */
.contact-hero .box div .youtube {
  display: inline-block;
  background: url(/img_new/contact-youtube.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 38px;
  height: 45px;
  overflow: hidden;
  text-indent: -9999px;
}
@media (max-width: 748px) {
  /* line 144, ../scss/partials/_contact-hero.scss */
  .contact-hero .box div .youtube {
    width: 30px;
    height: 35px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
/* line 159, ../scss/partials/_contact-hero.scss */
.contact-hero .box div .youtube:hover {
  background: url(/img_new/contact-youtube-hover.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 164, ../scss/partials/_contact-hero.scss */
.contact-hero .box div .linkedin {
  display: inline-block;
  background: url(/img_new/contact-linkedin.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 47px;
  height: 45px;
  overflow: hidden;
  text-indent: -9999px;
}
@media (max-width: 748px) {
  /* line 164, ../scss/partials/_contact-hero.scss */
  .contact-hero .box div .linkedin {
    width: 34px;
    height: 33px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
/* line 179, ../scss/partials/_contact-hero.scss */
.contact-hero .box div .linkedin:hover {
  background: url(/img_new/contact-linkedin-hover.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 187, ../scss/partials/_contact-hero.scss */
.contact-hero .content-box {
  padding: 150px 35px;
  overflow: hidden;
}
/* line 192, ../scss/partials/_contact-hero.scss */
.contact-hero .image {
  position: absolute;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.7;
}
/* line 198, ../scss/partials/_contact-hero.scss */
.contact-hero .title {
  color: #fff;
  position: relative;
  font-size: 2.2em;
  font-family: "Avenir", sans-serif;
  font-weight: 300;
}
/* line 205, ../scss/partials/_contact-hero.scss */
.contact-hero .breadcrumbs {
  margin: 0;
  color: white;
}
/* line 210, ../scss/partials/_contact-hero.scss */
.contact-hero .summary {
  color: #fff;
  font-size: 1.2em;
  position: relative;
  margin: 0;
}
@media (max-width: 748px) {
  /* line 210, ../scss/partials/_contact-hero.scss */
  .contact-hero .summary {
    display: none;
  }
}
@media (max-width: 1470px) {
  /* line 224, ../scss/partials/_contact-hero.scss */
  .contact-hero .container, .contact-hero .hero-module-1 .container-text, .hero-module-1 .contact-hero .container-text {
    max-width: 100%;
  }
}
@media (max-width: 1238px) {
  /* line 231, ../scss/partials/_contact-hero.scss */
  .contact-hero .content-box {
    padding: 100px 25px;
  }
}
@media (max-width: 998px) {
  /* line 239, ../scss/partials/_contact-hero.scss */
  .contact-hero .content-box {
    padding: 80px 20px;
  }
}
@media (max-width: 748px) {
  /* line 247, ../scss/partials/_contact-hero.scss */
  .contact-hero .content-box {
    padding: 50px 15px;
  }
}

/* line 2, ../scss/partials/_staff.scss */
.staff-page .section-name {
  overflow: hidden;
}
/* line 5, ../scss/partials/_staff.scss */
.staff-page .section-name:before {
  background: #41a5f0;
  height: 1px;
  z-index: 1;
}
/* line 11, ../scss/partials/_staff.scss */
.staff-page .staff-hero .title {
  font-size: 50px;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
}
@media (max-width: 748px) {
  /* line 17, ../scss/partials/_staff.scss */
  .staff-page .staff-hero .title {
    font-size: 36px;
  }
}

/* line 24, ../scss/partials/_staff.scss */
.staff-list {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 998px) {
  /* line 24, ../scss/partials/_staff.scss */
  .staff-list {
    padding: 0 0 20px 0;
  }
}

/* line 33, ../scss/partials/_staff.scss */
.staff-detail,
.staff-item {
  width: 100%;
  overflow: hidden;
  padding: 30px 0 20px;
}
/* line 38, ../scss/partials/_staff.scss */
.staff-detail .photo-holder,
.staff-item .photo-holder {
  width: 322px;
  margin: 0 30px 0 0;
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.staff-detail .photo-holder {
	float: left;
}
/* line 44, ../scss/partials/_staff.scss */
.staff-detail .photo-holder img,
.staff-item .photo-holder img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 50, ../scss/partials/_staff.scss */
.staff-detail .photo-holder .hover,
.staff-item .photo-holder .hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 58, ../scss/partials/_staff.scss */
.staff-detail .photo-holder:hover .hover,
.staff-item .photo-holder:hover .hover {
  opacity: 1;
}
/* line 65, ../scss/partials/_staff.scss */
.staff-detail .name,
.staff-item .name {
  font-size: 26px;
  color: #41a5f0;
  margin: 0;
  padding: 0;
}
/* line 71, ../scss/partials/_staff.scss */
.staff-detail .position,
.staff-item .position {
  font-size: 1em;
  color: #191e23;
  margin: 0;
  padding: 0;
}
@media (max-width: 998px) {
  /* line 71, ../scss/partials/_staff.scss */
  .staff-detail .position,
  .staff-item .position {
    font-size: 0.8em;
  }
}
/* line 82, ../scss/partials/_staff.scss */
.staff-detail .social,
.staff-item .social {
  display: block;
  margin: 10px 0 0;
  text-align: left;
}
/* line 87, ../scss/partials/_staff.scss */
.staff-detail .social li,
.staff-item .social li {
  padding: 0;
  display: inline-block;
  margin: 0 5px 0 0;
}
/* line 92, ../scss/partials/_staff.scss */
.staff-detail .social li a, .staff-detail .social li .link:link,
.staff-item .social li a,
.staff-item .social li .link:link {
  border-bottom: none;
  font-size: 1.9em;
  line-height: 1em;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #191e23;
}
/* line 101, ../scss/partials/_staff.scss */
.staff-detail .social li .icon-facebook-circled,
.staff-item .social li .icon-facebook-circled {
  color: #3765a3;
}
/* line 104, ../scss/partials/_staff.scss */
.staff-detail .social li .icon-twitter-circled,
.staff-item .social li .icon-twitter-circled {
  color: #5ea9dd;
}
/* line 109, ../scss/partials/_staff.scss */
.staff-detail .social li:after,
.staff-item .social li:after {
  display: none;
}
@media (max-width: 1470px) {
  /* line 114, ../scss/partials/_staff.scss */
  .staff-detail .photo-holder,
  .staff-item .photo-holder {
    width: 282px;
  }
}
@media (max-width: 1238px) {
  /* line 120, ../scss/partials/_staff.scss */
  .staff-detail .photo-holder,
  .staff-item .photo-holder {
    width: 222px;
  }
}
@media (max-width: 998px) {
  /* line 33, ../scss/partials/_staff.scss */
  .staff-detail,
  .staff-item {
    padding-bottom: 0;
  }
  /* line 128, ../scss/partials/_staff.scss */
  .staff-detail .photo-holder,
  .staff-item .photo-holder {
    width: 172px;
  }
  /* line 132, ../scss/partials/_staff.scss */
  .staff-detail .descr,
  .staff-item .descr {
    float: left;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 748px) {
  /* line 141, ../scss/partials/_staff.scss */
  .staff-detail .photo-holder,
  .staff-item .photo-holder {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

/* line 148, ../scss/partials/_staff.scss */
.staff-item {
  width: 21%;
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
}
/* line 154, ../scss/partials/_staff.scss */
.staff-item a, .staff-item .link:link {
  display: block;
}
/* line 160, ../scss/partials/_staff.scss */
.staff-item a:hover .photo-holder > img, .staff-item .link:hover:link .photo-holder > img {
  opacity: 0;
}
/* line 163, ../scss/partials/_staff.scss */
.staff-item a:hover .hover, .staff-item .link:hover:link .hover {
  opacity: 1;
}
/* line 168, ../scss/partials/_staff.scss */
.staff-item .title {
  font-size: 22px;
  color: #41a5f0;
  padding: 10px 0 0;
  margin: 0;
}
/* line 175, ../scss/partials/_staff.scss */
.staff-item .photo-holder {
  width: 100%;
}
@media (max-width: 998px) {
  /* line 179, ../scss/partials/_staff.scss */
  .staff-item .title {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 748px) {
  /* line 148, ../scss/partials/_staff.scss */
  .staff-item {
    width: 44%;
    margin-left: 0;
    padding: 15 0;
  }
  /* line 191, ../scss/partials/_staff.scss */
  .staff-item:nth-child(2n+1) {
    margin-right: 10%;
  }
}

/* line 197, ../scss/partials/_staff.scss */
.opportunities-block {
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
/* line 204, ../scss/partials/_staff.scss */
.opportunities-block .opp-wrapper {
  margin: 0 auto;
  width: 460px;
  overflow: hidden;
}
/* line 209, ../scss/partials/_staff.scss */
.opportunities-block .opp-wrapper p {
  font-size: 27px;
  float: left;
  width: 250px;
  margin: 0;
}
/* line 216, ../scss/partials/_staff.scss */
.opportunities-block .opp-wrapper .btn {
  width: 175px;
  line-height: 42px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 748px) {
  /* line 197, ../scss/partials/_staff.scss */
  .opportunities-block {
    padding: 40px 0;
  }
  /* line 227, ../scss/partials/_staff.scss */
  .opportunities-block .opp-wrapper {
    width: 100%;
  }
  /* line 230, ../scss/partials/_staff.scss */
  .opportunities-block .opp-wrapper p {
    float: none;
    font-size: 22px;
    text-align: center;
    width: 100%;
  }
  /* line 237, ../scss/partials/_staff.scss */
  .opportunities-block .opp-wrapper .btn {
    width: 100%;
  }
}

/* line 1, ../scss/partials/_download.scss */
.download-module {
  width: 100%;
  text-align: center;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 50px 0;
}
/* line 8, ../scss/partials/_download.scss */
.download-module:first-child {
  border-bottom: none;
}
/* line 9, ../scss/partials/_download.scss */
.download-module:nth-child(2) {
  border-bottom: none;
}
/* line 11, ../scss/partials/_download.scss */
.download-module h6 {
  margin: -12px 0 0;
}
/* line 14, ../scss/partials/_download.scss */
.download-module h6 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
}
/* line 19, ../scss/partials/_download.scss */
.download-module h6 span span {
  padding: 0;
  color: #41a5f0;
}
/* line 25, ../scss/partials/_download.scss */
.download-module h6 a, .download-module h6 .link:link {
  color: #41a5f0;
}
/* line 28, ../scss/partials/_download.scss */
.download-module .box {
  display: inline-block;
  width: 33%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 30px -2px 0 -2px;
  position: relative;
}
@media (max-width: 748px) {
  /* line 28, ../scss/partials/_download.scss */
  .download-module .box {
    width: 100% !important;
    padding: 40px 0;
    margin: 0;
    display: block;
  }
}
/* line 47, ../scss/partials/_download.scss */
.download-module .box:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #dcdcdc;
}
@media (max-width: 748px) {
  /* line 47, ../scss/partials/_download.scss */
  .download-module .box:after {
    width: 100px;
    height: 1px;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -50px;
    top: inherit;
  }
}
/* line 67, ../scss/partials/_download.scss */
.download-module .box:last-child:after {
  display: none;
}
/* line 69, ../scss/partials/_download.scss */
.download-module .box a, .download-module .box .link:link {
  display: inline-block;
  padding: 60px 0 0;
  color: #41a5f0;
  font-size: 1.25em;
  position: relative;
}
/* line 76, ../scss/partials/_download.scss */
.download-module .box a span, .download-module .box .link:link span {
  display: block;
  font-weight: bold;
  font-size: 1em;
}
@media (max-width: 998px) {
  /* line 69, ../scss/partials/_download.scss */
  .download-module .box a, .download-module .box .link:link {
    font-size: 0.6em;
  }
}
@media (max-width: 748px) {
  /* line 69, ../scss/partials/_download.scss */
  .download-module .box a, .download-module .box .link:link {
    font-size: 1em;
  }
}
/* line 89, ../scss/partials/_download.scss */
.download-module .box .appstore:after {
  content: "";
  display: block;
  background: url(/img_new/svg-icons/icons-40.svg) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 37px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -19px;
}
/* line 101, ../scss/partials/_download.scss */
.download-module .box .googleplay:after {
  content: "";
  display: block;
  background: url(/img_new/ico-googleplay.png) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 48px;
  height: 51px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -24px;
}
/* line 113, ../scss/partials/_download.scss */
.download-module .box .winstore:after {
  content: "";
  display: block;
  background: url(/img_new/svg-icons/icons-39.svg) no-repeat 0 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 42px;
  height: 49px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -21px;
}

/* line 1, ../scss/partials/_add-info.scss */
.add-info-module {
  padding: 100px 0 80px 0;
  border-top: 1px solid #f0f0f0;
}
@media (max-width: 998px) {
  /* line 1, ../scss/partials/_add-info.scss */
  .add-info-module {
    padding: 30px 0 60px 0;
  }
}
/* line 9, ../scss/partials/_add-info.scss */
.add-info-module .text {
  float: left;
  padding: 0;
  text-align: left;
  width: 43%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 10px;
}
@media (max-width: 998px) {
  /* line 9, ../scss/partials/_add-info.scss */
  .add-info-module .text {
    width: 100%;
    float: none;
    padding: 0;
  }
}
/* line 23, ../scss/partials/_add-info.scss */
.add-info-module .text p {
  font-size: 1.35em;
  font-family: "Avenir", sans-serif;
  font-weight: 500;
}
/* line 29, ../scss/partials/_add-info.scss */
.add-info-module .signup {
  width: 500px;
  float: right;
  margin: 20px 0 0;
  text-align: left;
}
/* line 35, ../scss/partials/_add-info.scss */
.add-info-module .signup .text {
  width: 74%;
  float: left;
  margin: 0;
}
@media (max-width: 1238px) {
  /* line 35, ../scss/partials/_add-info.scss */
  .add-info-module .signup .text {
    width: 70%;
  }
}
@media (max-width: 748px) {
  /* line 35, ../scss/partials/_add-info.scss */
  .add-info-module .signup .text {
    width: 100%;
  }
}
/* line 47, ../scss/partials/_add-info.scss */
.add-info-module .signup .btn {
  width: 24%;
  float: right;
  line-height: 44px;
}
@media (max-width: 1238px) {
  /* line 47, ../scss/partials/_add-info.scss */
  .add-info-module .signup .btn {
    width: 28%;
  }
}
@media (max-width: 748px) {
  /* line 47, ../scss/partials/_add-info.scss */
  .add-info-module .signup .btn {
    width: 100%;
  }
}
/* line 59, ../scss/partials/_add-info.scss */
.add-info-module .signup p {
  width: 100%;
  float: left;
}
@media (max-width: 1238px) {
  /* line 29, ../scss/partials/_add-info.scss */
  .add-info-module .signup {
    width: 400px;
  }
}
@media (max-width: 998px) {
  /* line 29, ../scss/partials/_add-info.scss */
  .add-info-module .signup {
    width: 100%;
    float: none;
    margin: 40px 0 0;
  }
}

/* line 1, ../scss/partials/_scripps.scss */
.scrip {
  width: 100%;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  background-color: #fbfbfb;
  text-align: center;
  padding: 25px 0;
  margin: 20px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 748px) {
  /* line 1, ../scss/partials/_scripps.scss */
  .scrip {
    padding: 20px 10px;
  }
}
/* line 15, ../scss/partials/_scripps.scss */
.scrip img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
  width: 80px;
}
@media (max-width: 748px) {
  /* line 15, ../scss/partials/_scripps.scss */
  .scrip img {
  	float: left;
    display: block;
    width: 90px;
    vertical-align: top;
  }
}
/* line 28, ../scss/partials/_scripps.scss */
.scrip .text {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 60%;
}
/* line 34, ../scss/partials/_scripps.scss */
.scrip .text p {
  margin: 0;
}
/* line 36, ../scss/partials/_scripps.scss */
.scrip .text h4 span {
  color: #41a5f0;
}
@media (max-width: 748px) {
  /* line 28, ../scss/partials/_scripps.scss */
  .scrip .text {
    width: 100%;
    display: block;
    margin: 10px 0 0;
  }
}
