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

/* line 22, ../../../../../../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-slab-v6-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("fonts/roboto-slab-v6-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-slab-v6-latin-regular.woff2") format("woff2"), url("fonts/roboto-slab-v6-latin-regular.woff") format("woff"), url("fonts/roboto-slab-v6-latin-regular.ttf") format("truetype"), url("fonts/roboto-slab-v6-latin-regular.svg#RobotoSlab") format("svg");
  /* Legacy iOS */
}
/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto-slab-v6-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url("fonts/roboto-slab-v6-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-slab-v6-latin-300.woff2") format("woff2"), url("fonts/roboto-slab-v6-latin-300.woff") format("woff"), url("fonts/roboto-slab-v6-latin-300.ttf") format("truetype"), url("fonts/roboto-slab-v6-latin-300.svg#RobotoSlab") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?gjlwf");
  src: url("fonts/icomoon.eot?gjlwf#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?gjlwf") format("truetype"), url("fonts/icomoon.woff?gjlwf") format("woff"), url("fonts/icomoon.svg?gjlwf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 39, ../../../../../sass/_general.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 54, ../../../../../sass/_general.scss */
.icon-menu:before {
  content: "\e900";
}

/* line 57, ../../../../../sass/_general.scss */
.icon-cross:before {
  content: "\ea0f";
}

/* line 62, ../../../../../sass/_general.scss */
body, html {
  font-size: 20px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  /* line 62, ../../../../../sass/_general.scss */
  body, html {
    font-size: 18px;
  }
}

/* line 73, ../../../../../sass/_general.scss */
* {
  text-decoration: none;
  box-sizing: border-box;
}

/* line 78, ../../../../../sass/_general.scss */
select, input, textarea, select, button {
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  resize: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

/* line 91, ../../../../../sass/_general.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}

/* line 97, ../../../../../sass/_general.scss */
.clearfix {
  display: block;
  width: 100%;
  clear: both;
}

/* line 103, ../../../../../sass/_general.scss */
.wrapper {
  width: 90%;
  max-width: 1250px;
  position: relative;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 109, ../../../../../sass/_general.scss */
.wrapper.hide {
  opacity: 0;
}
/* line 112, ../../../../../sass/_general.scss */
.wrapper:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

/* line 120, ../../../../../sass/_general.scss */
.right {
  float: right;
}

/* line 124, ../../../../../sass/_general.scss */
.left {
  float: left;
}

/* line 128, ../../../../../sass/_general.scss */
.section {
  height: 100%;
  width: 100%;
  position: relative;
  background: #fff;
}

/* line 135, ../../../../../sass/_general.scss */
.slick-slider .slick-track, .slick-slider .slick-list {
  height: 100%;
  min-height: 1px;
}

/* line 140, ../../../../../sass/_general.scss */
.slick-slider .slick-track {
  position: absolute;
}

@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(50px);
    transform: translateY(50px);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}
/* line 20, ../../../../../sass/main.scss */
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

/* line 25, ../../../../../sass/main.scss */
p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

/* line 30, ../../../../../sass/main.scss */
header {
  height: 70px;
  position: fixed;
  z-index: 10;
  width: 100%;
}
/* line 36, ../../../../../sass/main.scss */
header .wrapper {
  height: 100%;
  border-bottom: 1px solid rgba(221, 73, 97, 0.3);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 42, ../../../../../sass/main.scss */
header.scrolled #logo {
  background-image: url('/wp-content/themes/theme/img/logo_white.png');
}
/* line 46, ../../../../../sass/main.scss */
header.scrolled ul li:hover a {
  color: #dd4961;
}
/* line 50, ../../../../../sass/main.scss */
header.scrolled ul li a {
  color: #fff;
}
/* line 53, ../../../../../sass/main.scss */
header.scrolled .wrapper {
  border-color: rgba(255, 255, 255, 0.3);
}
/* line 57, ../../../../../sass/main.scss */
header #logo {
  background-image: url('/wp-content/themes/theme/img/logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 165px;
  height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
}
/* line 68, ../../../../../sass/main.scss */
header.scrolled .icon-menu, header.scrolled .icon-cross {
  color: #fff;
}
/* line 71, ../../../../../sass/main.scss */
header .icon-menu, header .icon-cross {
  display: none;
  color: #dd4961;
  font-size: 1.5em;
  position: absolute;
  right: 0;
  bottom: 18px;
}
/* line 81, ../../../../../sass/main.scss */
header .icon-cross {
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  /* line 84, ../../../../../sass/main.scss */
  header .icon-menu {
    display: block;
  }
}
/* line 90, ../../../../../sass/main.scss */
header ul {
  position: absolute;
  right: 0;
  bottom: 12px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  /* line 90, ../../../../../sass/main.scss */
  header ul {
    width: 100%;
    height: auto;
    right: auto;
    left: -120%;
    background: rgba(221, 73, 97, 0.95);
    bottom: auto;
    top: 100px;
  }
  /* line 103, ../../../../../sass/main.scss */
  header ul.open {
    left: 0;
  }
}
/* line 110, ../../../../../sass/main.scss */
header ul li {
  cursor: pointer;
  display: inline-block;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  /* line 110, ../../../../../sass/main.scss */
  header ul li {
    display: block;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  /* line 119, ../../../../../sass/main.scss */
  header ul li a {
    color: #fff !important;
    font-size: 0.8em !important;
  }
}
/* line 124, ../../../../../sass/main.scss */
header ul li:hover a {
  color: #fff;
}
/* line 129, ../../../../../sass/main.scss */
header ul li a {
  color: #dd4961;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0.7em;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

/* line 138, ../../../../../sass/main.scss */
.intro {
  background-position: center;
  background-size: contain;
  background-color: #000;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  /* line 138, ../../../../../sass/main.scss */
  .intro {
    background-size: cover;
  }
}
/* line 146, ../../../../../sass/main.scss */
.intro .wrapper {
  height: 100%;
}
/* line 149, ../../../../../sass/main.scss */
.intro h1 {
  font-size: 4.5em;
  color: #fff;
  line-height: 1.25;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-weight: 300;
  height: 230px;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 159, ../../../../../sass/main.scss */
.intro h1.hide {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  /* line 149, ../../../../../sass/main.scss */
  .intro h1 {
    font-size: 3em;
    height: 280px;
  }
  /* line 165, ../../../../../sass/main.scss */
  .intro h1 br {
    display: none;
  }
}
/* line 170, ../../../../../sass/main.scss */
.intro #arrow {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 12vh;
  cursor: pointer;
}

/* line 178, ../../../../../sass/main.scss */
.smallIntro {
  height: 280px;
  background-color: #120107;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF120107', endColorstr='#FFBD2C50');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEyMDEwNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JkMmM1MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #120107), color-stop(100%, #bd2c50));
  background-image: -moz-linear-gradient(top, #120107 0%, #bd2c50 100%);
  background-image: -webkit-linear-gradient(top, #120107 0%, #bd2c50 100%);
  background-image: linear-gradient(to bottom, #120107 0%, #bd2c50 100%);
}
@media screen and (max-width: 768px) {
  /* line 178, ../../../../../sass/main.scss */
  .smallIntro {
    height: auto;
  }
}
/* line 186, ../../../../../sass/main.scss */
.smallIntro .wrapper {
  height: 100%;
}
/* line 188, ../../../../../sass/main.scss */
.smallIntro .wrapper p {
  padding-top: 48px;
  color: #fff;
  line-height: 1.25;
  font-size: 0.78em;
  text-align: center;
  max-width: 700px;
  font-weight: 300;
  position: relative;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  /* line 188, ../../../../../sass/main.scss */
  .smallIntro .wrapper p {
    padding-bottom: 20px;
  }
}
/* line 202, ../../../../../sass/main.scss */
.smallIntro .wrapper p.hide {
  opacity: 0;
}

/* line 209, ../../../../../sass/main.scss */
.infoS {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 950px;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  /* line 209, ../../../../../sass/main.scss */
  .infoS {
    height: 800px;
    background-attachment: scroll;
  }
}
/* line 220, ../../../../../sass/main.scss */
.infoS .wrapper {
  height: 100%;
  z-index: 3;
}
/* line 225, ../../../../../sass/main.scss */
.infoS .text {
  max-width: 470px;
  position: relative;
}
/* line 231, ../../../../../sass/main.scss */
.infoS h2 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: 30px;
  padding-left: 15px;
  color: #fff;
  left: 15px;
  position: relative;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 241, ../../../../../sass/main.scss */
.infoS h2.hide {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  /* line 231, ../../../../../sass/main.scss */
  .infoS h2 {
    font-size: 2.5em;
    padding-left: 5px;
  }
}
/* line 248, ../../../../../sass/main.scss */
.infoS h2.long:before {
  height: 86%;
  width: 4px;
  bottom: 8px;
}
@media screen and (max-width: 768px) {
  /* line 248, ../../../../../sass/main.scss */
  .infoS h2.long:before {
    bottom: 6px;
  }
}
/* line 256, ../../../../../sass/main.scss */
.infoS h2:before {
  content: '';
  height: 75%;
  width: 4px;
  bottom: 6px;
  left: -15px;
  margin-right: 24px;
  position: absolute;
  display: inline-block;
  background-color: #b11248;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFB11248', endColorstr='#FFF1616C');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxMTI0OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxNjE2YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b11248), color-stop(100%, #f1616c));
  background-image: -moz-linear-gradient(top, #b11248 0%, #f1616c 100%);
  background-image: -webkit-linear-gradient(top, #b11248 0%, #f1616c 100%);
  background-image: linear-gradient(to bottom, #b11248 0%, #f1616c 100%);
}
@media screen and (max-width: 768px) {
  /* line 256, ../../../../../sass/main.scss */
  .infoS h2:before {
    bottom: 4px;
  }
}
/* line 274, ../../../../../sass/main.scss */
.infoS p {
  padding-bottom: 22px;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 278, ../../../../../sass/main.scss */
.infoS p.hide {
  opacity: 0;
}
/* line 284, ../../../../../sass/main.scss */
.infoS h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 290, ../../../../../sass/main.scss */
.infoS h3.hide {
  opacity: 0;
}
/* line 294, ../../../../../sass/main.scss */
.infoS ul {
  padding-bottom: 22px;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 298, ../../../../../sass/main.scss */
.infoS ul.hide {
  opacity: 0;
}
/* line 302, ../../../../../sass/main.scss */
.infoS p, .infoS ul, .infoS h3 {
  line-height: 1.55;
  color: #fff;
  font-size: 0.78em;
  position: relative;
}
/* line 309, ../../../../../sass/main.scss */
.infoS ul li {
  display: block;
  color: #fff;
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
/* line 316, ../../../../../sass/main.scss */
.infoS ul li:before {
  content: '•';
  position: relative;
  margin-right: 6px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  /* line 323, ../../../../../sass/main.scss */
  .infoS.l {
    background-position: right;
  }
}
/* line 327, ../../../../../sass/main.scss */
.infoS.l .text {
  float: left;
}
/* line 330, ../../../../../sass/main.scss */
.infoS.l .overlay {
  left: 0;
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  /* line 335, ../../../../../sass/main.scss */
  .infoS.r {
    background-position: left;
  }
}
/* line 339, ../../../../../sass/main.scss */
.infoS.r .text {
  float: right;
}
/* line 342, ../../../../../sass/main.scss */
.infoS.r .overlay {
  right: 0;
}

/* line 348, ../../../../../sass/main.scss */
.infoS .overlay, .infoS .overlay_m {
  height: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 357, ../../../../../sass/main.scss */
  .infoS .overlay {
    display: none;
  }
}

/* line 362, ../../../../../sass/main.scss */
.infoS .overlay_m {
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  /* line 362, ../../../../../sass/main.scss */
  .infoS .overlay_m {
    display: none;
  }
}

/* line 371, ../../../../../sass/main.scss */
.team {
  background-color: #590925;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF590925', endColorstr='#FF000000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5MDkyNSIvPjxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #590925), color-stop(22%, #000000));
  background-image: -moz-linear-gradient(top, #590925 0%, #000000 22%);
  background-image: -webkit-linear-gradient(top, #590925 0%, #000000 22%);
  background-image: linear-gradient(to bottom, #590925 0%, #000000 22%);
  min-height: 700px;
  padding-top: 200px;
  height: auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  /* line 371, ../../../../../sass/main.scss */
  .team {
    height: auto;
    min-height: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/* line 385, ../../../../../sass/main.scss */
.team .main {
  width: 100%;
  height: 320px;
}
@media screen and (max-width: 768px) {
  /* line 385, ../../../../../sass/main.scss */
  .team .main {
    height: auto;
  }
}
/* line 391, ../../../../../sass/main.scss */
.team .main .img {
  float: left;
  height: 100%;
  width: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 391, ../../../../../sass/main.scss */
  .team .main .img {
    width: 100%;
    height: 220px;
    float: none;
    display: block;
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
/* line 407, ../../../../../sass/main.scss */
.team .main .img .text {
  height: 74px;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  /* line 407, ../../../../../sass/main.scss */
  .team .main .img .text {
    height: 54px;
  }
}
/* line 416, ../../../../../sass/main.scss */
.team .main .img .text h3 {
  font-size: 1.25em;
  color: #fff;
  padding-bottom: 7px;
}
/* line 421, ../../../../../sass/main.scss */
.team .main .img .text h4 {
  font-size: 0.75em;
  background-color: #f0606c;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF0606C', endColorstr='#FFA70642');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwNjA2YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E3MDY0MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f0606c), color-stop(100%, #a70642));
  background-image: -moz-linear-gradient(left, #f0606c 0%, #a70642 100%);
  background-image: -webkit-linear-gradient(left, #f0606c 0%, #a70642 100%);
  background-image: linear-gradient(to right, #f0606c 0%, #a70642 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 429, ../../../../../sass/main.scss */
.team .main .img .text h3, .team .main .img .text h4 {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
/* line 436, ../../../../../sass/main.scss */
.team .main #shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0.8;
}
/* line 444, ../../../../../sass/main.scss */
.team .main p {
  color: #fff;
  padding-left: 375px;
  padding-right: 110px;
  padding-top: 50px;
  line-height: 1.45;
  font-size: 0.75em;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 453, ../../../../../sass/main.scss */
.team .main p.hide {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  /* line 444, ../../../../../sass/main.scss */
  .team .main p {
    padding: 0;
    padding-top: 20px;
  }
}
/* line 462, ../../../../../sass/main.scss */
.team .members {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  /* line 462, ../../../../../sass/main.scss */
  .team .members {
    height: auto;
    margin-top: 40px;
    text-align: center;
  }
}
/* line 470, ../../../../../sass/main.scss */
.team .members .member {
  width: 22%;
  float: left;
  height: 300px;
  margin-right: 3%;
  margin-bottom: 3%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 470, ../../../../../sass/main.scss */
  .team .members .member {
    width: 100%;
    height: 200px;
    margin: 10px 0;
    text-align: center;
  }
  /* line 485, ../../../../../sass/main.scss */
  .team .members .member .overlay {
    opacity: 1 !important;
  }
}
/* line 489, ../../../../../sass/main.scss */
.team .members .member.selected {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
/* line 492, ../../../../../sass/main.scss */
.team .members .member.selected .overlay {
  opacity: 1 !important;
}
/* line 496, ../../../../../sass/main.scss */
.team .members .member .overlay {
  cursor: pointer;
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
}
/* line 501, ../../../../../sass/main.scss */
.team .members .member .overlay:hover {
  opacity: 1;
}
/* line 505, ../../../../../sass/main.scss */
.team .members .member .overlay h3 {
  padding-top: 55px;
  font-weight: 700;
  padding-bottom: 6px;
  font-size: 0.75em;
}
/* line 511, ../../../../../sass/main.scss */
.team .members .member .overlay h4 {
  font-weight: 300;
  font-size: 0.65em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding-bottom: 6px;
  width: 80%;
  position: relative;
  right: 0;
  left: 0;
  margin: 0 auto;
  margin-bottom: 6px;
}
/* line 521, ../../../../../sass/main.scss */
.team .members .member .overlay p {
  text-align: center;
  font-size: 0.65em;
  font-weight: 300;
}
/* line 526, ../../../../../sass/main.scss */
.team .members .member .overlay h3, .team .members .member .overlay h4, .team .members .member .overlay p {
  z-index: 3;
  position: relative;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  display: block;
  color: #fff;
}
/* line 535, ../../../../../sass/main.scss */
.team .members .member .overlay .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0.7;
  background-color: #f0606c;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF0606C', endColorstr='#FFA70642');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwNjA2YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E3MDY0MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f0606c), color-stop(100%, #a70642));
  background-image: -moz-linear-gradient(left, #f0606c 0%, #a70642 100%);
  background-image: -webkit-linear-gradient(left, #f0606c 0%, #a70642 100%);
  background-image: linear-gradient(to right, #f0606c 0%, #a70642 100%);
}

/* line 552, ../../../../../sass/main.scss */
.contact {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 900px;
}
@media screen and (max-width: 768px) {
  /* line 552, ../../../../../sass/main.scss */
  .contact {
    background-attachment: scroll;
  }
}
/* line 561, ../../../../../sass/main.scss */
.contact .main {
  position: absolute;
  width: 100%;
  bottom: 120px;
  z-index: 4;
}
/* line 566, ../../../../../sass/main.scss */
.contact .main .left {
  width: 30%;
}
@media screen and (max-width: 768px) {
  /* line 566, ../../../../../sass/main.scss */
  .contact .main .left {
    width: 100%;
  }
}
/* line 571, ../../../../../sass/main.scss */
.contact .main .left h2 {
  color: #fff;
  font-size: 3.5em;
  line-height: 1.2;
  padding-bottom: 15px;
  text-transform: uppercase;
}
/* line 578, ../../../../../sass/main.scss */
.contact .main .left h3 {
  color: #c3004c;
  font-size: 0.75em;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.6;
}
/* line 584, ../../../../../sass/main.scss */
.contact .main .left h3 a {
  color: #c3004c;
}
/* line 590, ../../../../../sass/main.scss */
.contact .main .right {
  width: 45%;
}
@media screen and (max-width: 768px) {
  /* line 590, ../../../../../sass/main.scss */
  .contact .main .right {
    width: 100%;
  }
}
/* line 597, ../../../../../sass/main.scss */
.contact .grad {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  background: url('/wp-content/themes/theme/img/contact_overlay.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  /*background: -moz-linear-gradient(top, rgba(240,96,108,0) 0%, rgba(89,3,35,1) 100%);
  background: -webkit-linear-gradient(top, rgba(240,96,108,0) 0%,rgba(89,3,35,1) 100%);
  background: linear-gradient(to bottom, rgba(240,96,108,0) 0%,rgba(89,3,35,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0606c', endColorstr='#590323',GradientType=0 );
  */
}
@media screen and (max-width: 768px) {
  /* line 597, ../../../../../sass/main.scss */
  .contact .grad {
    height: 170%;
  }
}
/* line 616, ../../../../../sass/main.scss */
.contact .strip {
  background: #c3004c;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 50px;
}
@media screen and (max-width: 768px) {
  /* line 616, ../../../../../sass/main.scss */
  .contact .strip {
    height: auto;
  }
}
/* line 626, ../../../../../sass/main.scss */
.contact .strip .wrapper {
  height: 100%;
}
/* line 628, ../../../../../sass/main.scss */
.contact .strip .wrapper h6 {
  color: #500020;
  line-height: 50px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.65em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  /* line 628, ../../../../../sass/main.scss */
  .contact .strip .wrapper h6 {
    line-height: 2;
  }
}
/* line 640, ../../../../../sass/main.scss */
.contact form {
  padding-top: 30px;
}
/* line 642, ../../../../../sass/main.scss */
.contact form h3 {
  color: #fff;
  padding-top: 40px;
  font-size: 1.2em;
}
/* line 647, ../../../../../sass/main.scss */
.contact form input, .contact form textarea {
  background: #c3004c;
  color: #fff;
  text-indent: 10px;
  font-size: 0.75em;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 35px;
  float: left;
  display: block;
  margin: 8px 0;
}
/* line 660, ../../../../../sass/main.scss */
.contact form textarea {
  width: 85%;
  height: 90px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  /* line 660, ../../../../../sass/main.scss */
  .contact form textarea {
    width: 75%;
  }
}
/* line 668, ../../../../../sass/main.scss */
.contact form img {
  float: right;
  position: relative;
  top: 30px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 674, ../../../../../sass/main.scss */
.contact form img:hover {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 681, ../../../../../sass/main.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

/* line 684, ../../../../../sass/main.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

/* line 687, ../../../../../sass/main.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

/* line 690, ../../../../../sass/main.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

/* line 695, ../../../../../sass/main.scss */
.bg_m {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
