@charset "UTF-8";
/*
  Based on the Eric Meyer CSS Reset v2.0 (http://meyerweb.com/eric/tools/css/reset/)
*/
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-size: 100%;
  font: inherit;
  vertical-align: top;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Mobile navigation */
body {
  color: #444444;
  font-family: "brandon-grotesque", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "adobe-caslon-pro", serif;
  font-weight: bold;
  line-height: 1.4;
}

h1 {
  font-size: 3rem;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
}

h2 {
  font-size: 2rem;
  margin-top: 1em;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 1.5rem;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
  font-weight: normal;
}

h4 {
  font-size: 1.25rem;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: normal;
}

h5 {
  font-size: 1.125rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 1rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

p {
  margin: 1em 0;
}

a {
  color: #444444;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

address {
  font-size: 1rem;
  font-style: italic;
}

blockquote {
  margin: 1em 0;
  padding: 0 0 0 2em;
}

cite {
  font-style: italic;
}

code {
  font-size: 0.96rem;
  font-family: monospace;
  background: #EEEEEE;
  border: 1px solid #e1e1e1;
  padding: 0.125em 0.25em;
  line-height: 150%;
}

em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

hr {
  outline: none;
  border: none;
  margin: 1em 0;
  padding: 0;
  border-top: 1px solid #EEEEEE;
}

ol,
ul {
  margin: 1em 0;
  padding: 0 0 0 2em;
}

ol li,
ul li {
  font-size: 1rem;
  list-style-position: outside;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

form {
  margin: 1em 0;
}

dl {
  margin: 1em 0;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin: 0 0 0.5em;
}

table {
  width: 100%;
  margin: 1em 0;
}

table th {
  padding: 0.5em;
  border: 1px solid #EEEEEE;
  background: #f7f7f7;
  text-align: left;
  font-weight: bold;
}

table td {
  padding: 0.5em;
  border: 1px solid #EEEEEE;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "adobe-caslon-pro", serif;
  font-weight: normal;
  line-height: 1.4;
  color: #444444;
}

h1 {
  font-size: 1.875rem;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 980px) {
  h1 {
    font-size: 1.5rem;
  }
}

h1 a, h1 a:visited {
  text-decoration: none;
  color: #444444;
}

h1 a:hover {
  text-decoration: none;
}

h2 {
  font-size: 1.625rem;
  margin-top: 1em;
  margin-bottom: 0.75em;
}

@media (max-width: 1024px) {
  h2 {
    font-size: 1.375rem;
  }
}

@media (max-width: 980px) {
  h2 {
    font-size: 1.375rem;
  }
}

h3 {
  font-size: 1.5rem;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
  font-weight: normal;
}

@media (max-width: 1024px) {
  h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 980px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.125rem;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: normal;
  color: #444444;
}

h5 {
  font-size: 1.125rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 1.125rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

p {
  margin: 1em 0;
  line-height: 1.6;
  font-size: 1.125rem;
  letter-spacing: 1px;
}

a {
  color: #444444;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

a:hover {
  text-decoration: underline;
  color: #000000;
}

ul, ol {
  margin-bottom: 2em;
  padding-left: 0;
}

ul li, ol li {
  margin: 0.25em 0;
  line-height: 1.6;
  font-size: 1.125rem;
  letter-spacing: 1px;
}

blockquote {
  padding: 0 2em;
}

blockquote, blockquote p {
  font-size: 1.5rem;
  margin-top: 1em;
  margin-bottom: 0.75em;
  line-height: 1.3;
  font-family: serif;
  font-style: italic;
}

@media (max-width: 980px) {
  blockquote, blockquote p {
    font-size: 1.25rem;
  }
}

.home-grid {
  width: 96%;
  max-width: 1800px;
  margin: 30px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* MEDIA QUERY FOR SHORT SCREENS LIKE LAPTOPS */
}

@media (max-width: 736px) {
  .home-grid {
    display: block;
  }
}

@media (max-height: 800px) and (min-width: 1024px) {
  .home-grid {
    margin: 0 auto 0 auto;
  }
}

.home-grid img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.image-grid-one {
  width: 65%;
}

@media (max-width: 736px) {
  .image-grid-one {
    width: 100%;
  }
}

.image-grid-one .image-grid-left-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 736px) {
  .image-grid-one .image-grid-left-top {
    display: block;
  }
}

.image-grid-one .image-grid-left-top .left-image {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 10px 0 0;
}

@media (max-width: 1024px) {
  .image-grid-one .image-grid-left-top .left-image {
    margin: 0 5px 0 0;
  }
}

@media (max-width: 736px) {
  .image-grid-one .image-grid-left-top .left-image {
    margin: 10px 0 10px 0;
  }
}

.image-grid-one .image-grid-left-top .right-image {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 0 10px;
}

@media (max-width: 1024px) {
  .image-grid-one .image-grid-left-top .right-image {
    margin: 0 0 0 5px;
  }
}

@media (max-width: 736px) {
  .image-grid-one .image-grid-left-top .right-image {
    margin: 0 0 10px 0;
  }
}

.image-grid-one .bottom-image {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .image-grid-one .bottom-image {
    margin-top: 10px;
  }
}

@media (max-width: 736px) {
  .image-grid-one .bottom-image {
    margin: 0 0 10px 0;
  }
}

.image-grid-two {
  width: 35%;
  border-left: 20px solid #fff;
  background-image: url("../images/dummy/1C.png");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .image-grid-two {
    border-left: 10px solid #fff;
  }
}

@media (max-width: 736px) {
  .image-grid-two {
    width: 100%;
    border-left: none;
    min-height: 480px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

img[style] {
  max-width: 100% !important;
  height: auto !important;
}

.clear-both, .clear_both {
  clear: both;
}

a.social-link, a.social-link:visited {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 2.125rem;
}

a.social-link:hover {
  text-decoration: none;
  color: #000;
}

.btn-link, .btn-link:visited {
  background-color: #fff;
  display: inline-block;
  padding: 10px 15px;
  letter-spacing: 1px;
  text-decoration: none;
  border: 1px solid #c6c6c6;
}

.btn-link:hover {
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #000;
}

.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 736px) {
  .container {
    max-width: 100%;
  }
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.logo {
  width: 96%;
  max-width: 470px;
  margin: 130px auto 75px auto;
}

@media (max-width: 736px) {
  .logo {
    max-width: 270px;
    margin: 80px auto 20px auto;
  }
}

/* MEDIA QUERY FOR SHORT SCREENS LIKE LAPTOPS */
@media (max-height: 800px) and (min-width: 1024px) {
  .logo {
    margin: 50px auto 20px auto;
  }
}

.banner-slides {
  width: 100%;
  text-align: center;
}

.swiper-container {
  width: 100%;
  /*height: 360px;*/
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.mobile-home-cta {
  margin: 40px auto;
  text-align: center;
  display: none;
}

@media (max-width: 736px) {
  .mobile-home-cta {
    display: block;
  }
}

.banner-image {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 30px auto;
}

@media (max-width: 736px) {
  .banner-image {
    display: none;
  }
}

.banner-image-mobile {
  display: none;
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0 auto;
}

@media (max-width: 736px) {
  .banner-image-mobile {
    display: block;
  }
}

.main-section {
  padding-bottom: 30px;
}

.main-copy {
  display: block;
  float: left;
  width: 64.66667%;
  margin-left: 17.66667%;
  margin-right: 1%;
  text-align: left;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .main-copy {
    display: block;
    float: left;
    width: 64.66667%;
    margin-left: 17.66667%;
    margin-right: 1%;
  }
}

@media (max-width: 1024px) {
  .main-copy {
    display: block;
    float: left;
    width: 56.66667%;
    margin-left: 21.66667%;
    margin-right: 5%;
  }
}

@media (max-width: 736px) {
  .main-copy {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 980px) {
  .main-copy {
    display: block;
    float: left;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 980px) and (min-width: 1200px) {
  .main-copy {
    display: block;
    float: left;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 980px) and (max-width: 1024px) {
  .main-copy {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 980px) and (max-width: 736px) {
  .main-copy {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.main-copy ul li, .main-copy ol li {
  list-style-position: inside;
}

.main-copy h1:first-of-type {
  border-bottom: 1px solid #C6C6C6;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

@media (max-width: 736px) {
  .main-copy h1:first-of-type {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}

.gallery {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 736px) {
  .gallery {
    margin: 20px auto;
  }
}

.gallery ol li, .gallery ul li {
  list-style: none;
}

.gallery .gallery-slide {
  position: relative;
}

.gallery .gallery-slide .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}

@media (max-width: 736px) {
  .gallery .gallery-slide .caption {
    font-size: 0.875rem;
  }
}

.gallery .main-slider-wrap {
  position: relative;
  text-align: center;
}

.gallery .main-slider-wrap .flexslider {
  margin: 0 0 20px 0;
}

@media (max-width: 736px) {
  .gallery .main-slider-wrap .flexslider {
    margin: 0 0 10px 0;
  }
}

.gallery .main-slider-wrap .prev, .gallery .main-slider-wrap .next {
  display: inline-block;
  width: 20px;
  margin: 0 20px;
}

@media (max-width: 736px) {
  .gallery .main-slider-wrap .prev, .gallery .main-slider-wrap .next {
    width: 15px;
    display: none;
  }
}

@media (min-width: 1300px) {
  .gallery .main-slider-wrap .prev, .gallery .main-slider-wrap .next {
    display: block;
    position: absolute;
    top: 400px;
    margin: 0;
  }
  .gallery .main-slider-wrap .prev {
    left: -40px;
  }
  .gallery .main-slider-wrap .next {
    right: -40px;
  }
}

.gallery .carousel-container {
  padding: 40px 10px;
}

.gallery .carousel-container:after {
  content: "";
  display: table;
  clear: both;
}

.gallery .carousel-container .carousel-wrap {
  width: 90%;
  float: left;
}

@media (max-width: 736px) {
  .gallery .carousel-container .carousel-wrap {
    width: 80%;
  }
}

.gallery .carousel-container .prev-carousel, .gallery .carousel-container .next-carousel {
  display: block;
  width: 5%;
  float: left;
  margin-top: 25px;
}

@media (max-width: 736px) {
  .gallery .carousel-container .prev-carousel, .gallery .carousel-container .next-carousel {
    width: 10%;
    margin-top: 30px;
  }
}

.gallery .carousel-container .prev-carousel img, .gallery .carousel-container .next-carousel img {
  width: 100%;
  max-width: 15px;
  height: auto;
}

@media (max-width: 736px) {
  .gallery .carousel-container .prev-carousel img, .gallery .carousel-container .next-carousel img {
    max-width: 10px;
  }
}

.gallery .carousel-container .prev-carousel {
  text-align: right;
  padding-right: 10px;
}

.gallery .carousel-container .next-carousel {
  padding-left: 10px;
}

/* MEDIA QUERY FOR SHORT SCREENS LIKE LAPTOPS */
@media (max-height: 800px) and (min-width: 1024px) {
  .gallery {
    max-width: 800px;
  }
}

.grid-gallery:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 980px) {
  .grid-gallery {
    padding: 0 10px;
  }
}

.grid-gallery .grid-gallery-item {
  width: 25%;
  float: left;
}

@media (max-width: 980px) {
  .grid-gallery .grid-gallery-item {
    width: 33.333333%;
  }
}

@media (max-width: 736px) {
  .grid-gallery .grid-gallery-item {
    width: 50%;
  }
}

.grid-gallery .grid-gallery-item a {
  display: block;
  padding: 10px;
  margin: 0;
  width: 100%;
  text-decoration: none;
  border: none;
  outline: none;
}

@media (max-width: 980px) {
  .grid-gallery .grid-gallery-item a {
    padding: 5px;
  }
}

.grid-gallery .grid-gallery-item a:visited {
  text-decoration: none;
  border: none;
  outline: none;
}

.grid-gallery .grid-gallery-item a:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.grid-gallery .grid-gallery-item a:hover {
  opacity: 0.8;
}

.wpcf7-form {
  margin: 10px auto;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email] {
  border: 1px solid #c6c6c6;
  width: 300px;
  max-width: 90%;
  margin: 0 0;
  font-size: 1rem;
}

.wpcf7-form textarea {
  border: 1px solid #c6c6c6;
  width: 300px;
  max-width: 90%;
  margin: 0 0;
  padding: 5px;
  font-size: 1rem;
}

.wpcf7-form .wpcf7-submit {
  background-color: #eee;
  display: inline-block;
  padding: 10px 30px;
  letter-spacing: 1px;
  text-decoration: none;
  border: 1px solid #c6c6c6;
}

.wpcf7-form .wpcf7-submit:hover {
  background-color: #000;
  text-decoration: none;
  color: #fff;
  border: 1px solid #000;
}

.wpcf7-form .wpcf7-mail-sent-ok {
  border: none;
  background-color: #eee;
  max-width: 300px;
  display: inline-block !important;
  padding: 10px;
  margin: 5px auto;
}

.post-section {
  margin-bottom: 60px;
}

@media (max-width: 980px) {
  .post-section {
    margin-bottom: 30px;
  }
}

.post-section p.date {
  color: #999999;
  margin-bottom: 40px;
}

/* ------------------------------------------ Google Maps */
.acf-map {
  width: 100%;
  height: 300px;
  border: none;
  margin: 0;
}

.contact_map {
  margin: 60px 0;
}

.gmap img {
  max-width: none;
}

.acf-map img {
  max-width: none !important;
}

.acf-map img[style] {
  max-width: none !important;
}

.two-column-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 980px) {
  .two-column-section {
    display: block;
  }
}

.two-column-section .two-col-main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.two-column-section .two-col-main h1 {
  border-bottom: 1px solid #C6C6C6;
}

.two-column-section .two-col-sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.two-column-section .two-col-sidebar h3 {
  border-bottom: 1px solid #C6C6C6;
  margin-top: 50px;
}

.two-column-section .two-col-sidebar h3:first-of-type {
  margin-top: 30px;
}

.nf-form-fields-required {
  text-align: right;
}

footer {
  margin-top: 60px;
  padding: 0;
}

footer .footer-inner {
  padding: 20px 0 60px 0;
  border-top: 1px solid #C6C6C6;
  width: 96%;
  margin: 0 auto;
  max-width: 1500px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 2.0;
}

footer .footer-inner:after {
  content: "";
  display: table;
  clear: both;
}

footer a, footer a:visited {
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
}

footer .footer-left {
  width: 50%;
  float: left;
}

@media (max-width: 736px) {
  footer .footer-left {
    width: 100%;
    float: none;
    text-align: center;
  }
}

footer .footer-right {
  width: 50%;
  float: right;
  text-align: right;
}

@media (max-width: 736px) {
  footer .footer-right {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 20px;
  }
}

footer .footer-right a, footer .footer-right a:visited {
  color: #c6c6c6;
  font-size: 1.5rem;
}

footer .mattias-link {
  text-align: center;
}

footer .mattias-link a, footer .mattias-link a:visited {
  opacity: 0.5;
}

footer .mattias-link a:hover {
  opacity: 1.0;
}

footer .mattias-link img {
  width: 30px;
  height: 30px;
}

.events .event {
  padding: 30px 0;
  border-bottom: 1px dotted #ccc;
}

.events .event:last-of-type {
  border-bottom: none;
}

form {
  display: block;
}

fieldset {
  display: block;
  margin: 1.25em 0;
  padding: 0;
}

legend {
  display: block;
  width: 100%;
  margin: 0 0 1em 0;
  font-weight: bold;
  border-bottom: 1px solid #EEEEEE;
}

label {
  display: block;
  margin: 0 0 0.25em;
  font-weight: bold;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="image"],
input[type="color"] {
  display: block;
  padding: 0.5em;
  margin: 0 0 0.625em;
  vertical-align: middle;
  border: 1px solid #EEEEEE;
  outline: none;
  font-family: inherit;
  font-size: 1rem;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="image"]:hover,
input[type="color"]:hover {
  border: 1px solid #e6e6e6;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="image"]:focus,
input[type="color"]:focus {
  border: 1px solid #e1e1e1;
}

input[type="submit"],
input[type="button"] {
  display: block;
  border-radius: 0;
}

input[type="file"] {
  padding: 0.125em;
  margin: 0 0 0.625em;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 100%;
}

textarea {
  padding: 0.25em;
}

progress,
meter {
  padding: 0.125em;
  margin: 0 0 0.625em;
  font-family: inherit;
  font-size: 1rem;
}

button,
.button,
[class^="button"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
  padding: 0.625em 1.25em;
  margin: 0 0 0.625em;
  font-family: inherit;
  font-size: 1rem;
  border: none;
  outline: none;
  line-height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  background: #EEEEEE;
  color: #444444;
}

button:hover,
.button:hover,
[class^="button"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  background: #e6e6e6;
  text-decoration: none;
}

button:active,
.button:active,
[class^="button"]:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active {
  background: #dfdfdf;
}

button.disabled,
.button.disabled,
[class^="button"].disabled,
input[type="button"].disabled,
input[type="submit"].disabled,
input[type="reset"].disabled {
  background: #f4f4f4;
  color: #c8c8c8;
  cursor: default;
}

button.huge,
.button.huge,
[class^="button"].huge,
input[type="button"].huge,
input[type="submit"].huge,
input[type="reset"].huge {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.625em 2em;
}

button.primary,
.button-primary,
input.button-primary {
  background: #444444;
  color: white;
}

button.primary:hover,
.button-primary:hover,
input.button-primary:hover {
  background: #3c3c3c;
  text-decoration: none;
}

button.primary:active,
.button-primary:active,
input.button-primary:active {
  background: #353535;
}

button.primary.disabled,
.button-primary.disabled,
input.button-primary.disabled {
  background: #4a4a4a;
  color: #1e1e1e;
  cursor: default;
}

button.secondary,
.button-secondary,
input.button-secondary {
  background: #000000;
  color: white;
}

button.secondary:hover,
.button-secondary:hover,
input.button-secondary:hover {
  background: black;
  text-decoration: none;
}

button.secondary:active,
.button-secondary:active,
input.button-secondary:active {
  background: black;
}

button.secondary.disabled,
.button-secondary.disabled,
input.button-secondary.disabled {
  background: #060606;
  color: black;
  cursor: default;
}

button.facebook,
.button-facebook,
input.button-facebook {
  background: #3B5998;
  color: white;
  padding-left: 0.6em;
}

button.facebook:hover,
.button-facebook:hover,
input.button-facebook:hover {
  background: #37538d;
  text-decoration: none;
}

button.facebook:active,
.button-facebook:active,
input.button-facebook:active {
  background: #324c82;
}

button.facebook.disabled,
.button-facebook.disabled,
input.button-facebook.disabled {
  background: #3f5ea1;
  color: #263961;
  cursor: default;
}

button.facebook.disabled,
.button-facebook.disabled,
input.button-facebook.disabled {
  background: #9099ae;
  color: white;
  cursor: default;
}

button.twitter,
.button-twitter,
input.button-twitter {
  background: #00ACED;
  color: white;
}

button.twitter:hover,
.button-twitter:hover,
input.button-twitter:hover {
  background: #00a1de;
  text-decoration: none;
}

button.twitter:active,
.button-twitter:active,
input.button-twitter:active {
  background: #0096ce;
}

button.twitter.disabled,
.button-twitter.disabled,
input.button-twitter.disabled {
  background: #00b5fa;
  color: #0074a1;
  cursor: default;
}

button.twitter.disabled,
.button-twitter.disabled,
input.button-twitter.disabled {
  background: #aebcc7;
  color: white;
  cursor: default;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: .7;
}

.hamburger-box {
  width: 24px;
  height: 2px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 24px;
  height: 2px;
  background-color: #333;
  border-radius: 0;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.hamburger:focus {
  outline: 0;
}

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top .1s .34s ease-in, opacity .1s ease-in;
  transition: top .1s .34s ease-in, opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: .14s;
  transition-delay: .14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top .1s ease-out, opacity .1s .14s ease-out;
  transition: top .1s ease-out, opacity .1s .14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-active .hamburger-inner,
.is-active .hamburger-inner::before,
.is-active .hamburger-inner::after {
  background-color: #fff;
}

.main-nav {
  display: block;
  float: left;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  margin: 10px 0;
  /* / ul.main_menu */
  /* replace with mobile navigation - uses JS to toggle classes to open and close the menu */
  /* / Mobile MQ */
  /* / Mobile MQ */
}

@media (min-width: 1200px) {
  .main-nav {
    display: block;
    float: left;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 1024px) {
  .main-nav {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 736px) {
  .main-nav {
    display: block;
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

.main-nav ul.main_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* / li */
}

.main-nav ul.main_menu:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 980px) {
  .main-nav ul.main_menu {
    display: block;
  }
}

.main-nav ul.main_menu li {
  display: block;
  float: left;
  text-align: center;
  list-style-type: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  padding: 0;
}

.main-nav ul.main_menu li a, .main-nav ul.main_menu li a:visited {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 0.875rem;
  padding: 5px 0;
  border-bottom: 1px solid transparent;
}

.main-nav ul.main_menu li a:hover {
  text-decoration: none;
  color: #000;
}

.main-nav ul.main_menu li.current-menu-item > a {
  border-bottom: 1px solid #C6C6C6;
}

@media (max-width: 980px) {
  .main-nav {
    background-color: #333;
    padding: 50px 10px 0 0;
    width: 200px;
    height: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 999;
    /* Move the menu offscreen initially */
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  .main-nav ul.main_menu li {
    display: block;
    float: none;
    text-align: right;
    width: 100%;
    margin: 10px 0;
    padding: 0;
    border-bottom: 1px solid #666;
  }
  .main-nav ul.main_menu li a, .main-nav ul.main_menu li a:visited {
    padding: 10px 20px 10px 10px;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 0.813rem;
    text-align: right;
    text-transform: uppercase;
    border-bottom: none;
  }
  .main-nav ul.main_menu li a:hover {
    color: #fff;
    text-decoration: none;
  }
  .main-nav ul.main_menu li.current-menu-item > a {
    border-bottom: none;
  }
}

@media (max-width: 736px) {
  .main-nav {
    width: 50%;
  }
}

/* / main-nav */
.res-menu-wrap {
  display: none;
}

@media (max-width: 980px) {
  .res-menu-wrap {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
  }
}

.res-menu-wrap button {
  background-color: transparent;
}

a.hamburger, a.hamburger:visited {
  font-size: 2rem;
  text-align: right;
  color: #444444;
  height: 40px;
  width: 40px;
  display: block;
}

a.hamburger:hover {
  text-decoration: none;
  color: #444444;
}

.is-active {
  color: #fff;
}

@media (max-width: 980px) {
  nav.rn-nav-closed {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}

@media (max-width: 980px) {
  nav.rn-nav-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}

a.rn-icon-cancel {
  display: none;
}

ul[class*="menu-"] {
  margin: 1em 0;
  padding: 0;
}

ul[class*="menu-"] li {
  position: relative;
  list-style: none;
}

ul[class*="menu-"] li a {
  padding: 0.75em 1.25em;
  line-height: 100%;
  color: #444444;
  text-decoration: none;
}

ul[class*="menu-"] li:hover > a,
ul[class*="menu-"] li a:hover,
ul[class*="menu-"] li a.selected,
ul[class*="menu-"] li.selected a {
  background: #EEEEEE;
}

ul[class*="menu-"] li a:active,
ul[class*="menu-"] li a.selected:hover,
ul[class*="menu-"] li.selected a:hover {
  background: #e6e6e6;
}

ul.menu-primary li {
  display: inline-block;
}

ul.menu-primary li a {
  display: inline-block;
}

ul.menu-primary li ul {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 2.25em;
  left: 0;
  border: 1px solid #EEEEEE;
  background: white;
  z-index: 1000;
}

ul.menu-primary li ul li {
  display: block;
}

ul.menu-primary li ul li a {
  display: block;
  white-space: nowrap;
}

ul.menu-primary li:hover ul,
ul.menu-primary li ul:hover {
  display: inline-block;
}

ul.menu-secondary {
  border: 1px solid #EEEEEE;
}

ul.menu-secondary li {
  display: block;
}

ul.menu-secondary li a {
  display: block;
}

@font-face {
  font-family: 'entypo';
  src: url("../fonts/entypo.eot?59575301");
  src: url("../fonts/entypo.eot?59575301#iefix") format("embedded-opentype"), url("../fonts/entypo.woff?59575301") format("woff"), url("../fonts/entypo.ttf?59575301") format("truetype"), url("../fonts/entypo.svg?59575301#entypo") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'entypo';
    src: url('../font/entypo.svg?59575301#entypo') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before,
.tweet:before,
.read-more:after {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

span.icon-facebook:before {
  padding-right: 0.2em;
}

span.icon-twitter:before {
  padding-right: 0.3em;
}

.icon-note:before {
  content: '\e800';
}

/* '' */
.icon-cancel-circled:before {
  content: '\e801';
}

/* '' */
.icon-cancel-squared:before {
  content: '\e802';
}

/* '' */
.icon-note-beamed:before {
  content: '\e803';
}

/* '' */
.icon-upload-cloud:before {
  content: '\e804';
}

/* '' */
.icon-music:before {
  content: '\e805';
}

/* '' */
.icon-plus:before {
  content: '\e806';
}

/* '' */
.icon-bookmark:before {
  content: '\e807';
}

/* '' */
.icon-chat:before {
  content: '\e808';
}

/* '' */
.icon-bell:before {
  content: '\e809';
}

/* '' */
.icon-light-down:before {
  content: '\e80a';
}

/* '' */
.icon-basket:before {
  content: '\e80b';
}

/* '' */
.icon-down:before {
  content: '\e80c';
}

/* '' */
.icon-left-dir:before {
  content: '\e80d';
}

/* '' */
.icon-left-circled:before {
  content: '\e80e';
}

/* '' */
.icon-search:before {
  content: '\e80f';
}

/* '' */
.icon-mail:before {
  content: '\e810';
}

/* '' */
.icon-heart:before {
  content: '\e811';
}

/* '' */
.icon-flashlight:before {
  content: '\e812';
}

/* '' */
.icon-heart-empty:before {
  content: '\e813';
}

/* '' */
.icon-star:before {
  content: '\e814';
}

/* '' */
.icon-star-empty:before {
  content: '\e815';
}

/* '' */
.icon-user:before {
  content: '\e816';
}

/* '' */
.icon-users:before {
  content: '\e817';
}

/* '' */
.icon-user-add:before {
  content: '\e818';
}

/* '' */
.icon-video:before {
  content: '\e819';
}

/* '' */
.icon-camera:before {
  content: '\e81a';
}

/* '' */
.icon-picture:before {
  content: '\e81b';
}

/* '' */
.icon-layout:before {
  content: '\e81c';
}

/* '' */
.icon-check:before {
  content: '\e81d';
}

/* '' */
.icon-tag:before {
  content: '\e81e';
}

/* '' */
.icon-cancel:before {
  content: '\e81f';
}

/* '' */
.icon-eye:before {
  content: '\e820';
}

/* '' */
.icon-lock-open:before {
  content: '\e821';
}

/* '' */
.icon-menu:before {
  content: '\e822';
}

/* '' */
.icon-lock:before {
  content: '\e823';
}

/* '' */
.icon-attach:before {
  content: '\e824';
}

/* '' */
.icon-link:before {
  content: '\e825';
}

/* '' */
.icon-home:before {
  content: '\e826';
}

/* '' */
.icon-back:before {
  content: '\e827';
}

/* '' */
.icon-info-circled:before {
  content: '\e828';
}

/* '' */
.icon-info:before {
  content: '\e829';
}

/* '' */
.icon-help-circled:before {
  content: '\e82a';
}

/* '' */
.icon-help:before {
  content: '\e82b';
}

/* '' */
.icon-minus-circled:before {
  content: '\e82c';
}

/* '' */
.icon-minus:before {
  content: '\e82d';
}

/* '' */
.icon-plus-squared:before {
  content: '\e82e';
}

/* '' */
.icon-plus-circled:before {
  content: '\e82f';
}

/* '' */
.icon-minus-squared:before {
  content: '\e830';
}

/* '' */
.icon-bookmarks:before {
  content: '\e831';
}

/* '' */
.icon-flag:before {
  content: '\e832';
}

/* '' */
.icon-thumbs-up:before {
  content: '\e833';
}

/* '' */
.icon-upload:before {
  content: '\e834';
}

/* '' */
.icon-thumbs-down:before {
  content: '\e835';
}

/* '' */
.icon-download:before {
  content: '\e836';
}

/* '' */
.icon-reply:before {
  content: '\e837';
}

/* '' */
.icon-reply-all:before {
  content: '\e838';
}

/* '' */
.icon-forward:before {
  content: '\e839';
}

/* '' */
.icon-quote:before {
  content: '\e83a';
}

/* '' */
.icon-code:before {
  content: '\e83b';
}

/* '' */
.icon-export:before {
  content: '\e83c';
}

/* '' */
.icon-pencil:before {
  content: '\e83d';
}

/* '' */
.icon-feather:before {
  content: '\e83e';
}

/* '' */
.icon-print:before {
  content: '\e83f';
}

/* '' */
.icon-retweet:before {
  content: '\e840';
}

/* '' */
.icon-keyboard:before {
  content: '\e841';
}

/* '' */
.icon-comment:before {
  content: '\e842';
}

/* '' */
.icon-book:before {
  content: '\e843';
}

/* '' */
.icon-book-open:before {
  content: '\e844';
}

/* '' */
.icon-newspaper:before {
  content: '\e845';
}

/* '' */
.icon-doc-text-inv:before {
  content: '\e846';
}

/* '' */
.icon-doc-text:before {
  content: '\e847';
}

/* '' */
.icon-doc-landscape:before {
  content: '\e848';
}

/* '' */
.icon-doc:before {
  content: '\e849';
}

/* '' */
.icon-trash:before {
  content: '\e84a';
}

/* '' */
.icon-cup:before {
  content: '\e84b';
}

/* '' */
.icon-compass:before {
  content: '\e84c';
}

/* '' */
.icon-direction:before {
  content: '\e84d';
}

/* '' */
.icon-map:before {
  content: '\e84e';
}

/* '' */
.icon-location:before {
  content: '\e84f';
}

/* '' */
.icon-address:before {
  content: '\e850';
}

/* '' */
.icon-vcard:before {
  content: '\e851';
}

/* '' */
.icon-alert:before {
  content: '\e852';
}

/* '' */
.icon-attention:before {
  content: '\e853';
}

/* '' */
.icon-folder:before {
  content: '\e854';
}

/* '' */
.icon-archive:before {
  content: '\e855';
}

/* '' */
.icon-box:before {
  content: '\e856';
}

/* '' */
.icon-rss:before {
  content: '\e857';
}

/* '' */
.icon-phone:before {
  content: '\e858';
}

/* '' */
.icon-cog:before {
  content: '\e859';
}

/* '' */
.icon-tools:before {
  content: '\e85a';
}

/* '' */
.icon-share:before {
  content: '\e85b';
}

/* '' */
.icon-shareable:before {
  content: '\e85c';
}

/* '' */
.icon-bag:before {
  content: '\e85d';
}

/* '' */
.icon-calendar:before {
  content: '\e85e';
}

/* '' */
.icon-login:before {
  content: '\e85f';
}

/* '' */
.icon-logout:before {
  content: '\e860';
}

/* '' */
.icon-mic:before {
  content: '\e861';
}

/* '' */
.icon-mute:before {
  content: '\e862';
}

/* '' */
.icon-docs:before {
  content: '\e863';
}

/* '' */
.icon-sound:before {
  content: '\e864';
}

/* '' */
.icon-volume:before {
  content: '\e865';
}

/* '' */
.icon-clock:before {
  content: '\e866';
}

/* '' */
.icon-hourglass:before {
  content: '\e867';
}

/* '' */
.icon-down-open-mini:before {
  content: '\e868';
}

/* '' */
.icon-up-open:before {
  content: '\e869';
}

/* '' */
.icon-right-open:before {
  content: '\e86a';
}

/* '' */
.icon-left-open:before {
  content: '\e86b';
}

/* '' */
.icon-down-open:before {
  content: '\e86c';
}

/* '' */
.icon-right-circled:before {
  content: '\e86d';
}

/* '' */
.icon-down-circled:before {
  content: '\e86e';
}

/* '' */
.icon-up-circled:before {
  content: '\e86f';
}

/* '' */
.icon-arrow-combo:before {
  content: '\e870';
}

/* '' */
.icon-window:before {
  content: '\e871';
}

/* '' */
.icon-publish:before {
  content: '\e872';
}

/* '' */
.icon-popup:before {
  content: '\e873';
}

/* '' */
.icon-resize-small:before {
  content: '\e874';
}

/* '' */
.icon-resize-full:before {
  content: '\e875';
}

/* '' */
.icon-block:before {
  content: '\e876';
}

/* '' */
.icon-adjust:before {
  content: '\e877';
}

/* '' */
.icon-light-up:before {
  content: '\e878';
}

/* '' */
.icon-lamp:before {
  content: '\e879';
}

/* '' */
.icon-left-open-mini:before {
  content: '\e87a';
}

/* '' */
.icon-right-open-mini:before {
  content: '\e87b';
}

/* '' */
.icon-up-open-mini:before {
  content: '\e87c';
}

/* '' */
.icon-down-open-big:before {
  content: '\e87d';
}

/* '' */
.icon-left-open-big:before {
  content: '\e87e';
}

/* '' */
.icon-right-open-big:before {
  content: '\e87f';
}

/* '' */
.icon-arrows-ccw:before {
  content: '\e880';
}

/* '' */
.icon-cw:before {
  content: '\e881';
}

/* '' */
.icon-ccw:before {
  content: '\e882';
}

/* '' */
.icon-up-open-big:before {
  content: '\e883';
}

/* '' */
.icon-level-down:before {
  content: '\e884';
}

/* '' */
.icon-up-thin:before {
  content: '\e885';
}

/* '' */
.icon-left-thin:before {
  content: '\e886';
}

/* '' */
.icon-progress-1:before {
  content: '\e887';
}

/* '' */
.icon-progress-2:before {
  content: '\e888';
}

/* '' */
.icon-right-thin:before {
  content: '\e889';
}

/* '' */
.icon-progress-3:before {
  content: '\e88a';
}

/* '' */
.icon-target:before {
  content: '\e88b';
}

/* '' */
.icon-palette:before {
  content: '\e88c';
}

/* '' */
.icon-list:before {
  content: '\e88d';
}

/* '' */
.icon-list-add:before {
  content: '\e88e';
}

/* '' */
.icon-signal:before {
  content: '\e88f';
}

/* '' */
.icon-level-up:before {
  content: '\e890';
}

/* '' */
.icon-left:before {
  content: '\e891';
}

/* '' */
.icon-shuffle:before {
  content: '\e892';
}

/* '' */
.icon-trophy:before {
  content: '\e893';
}

/* '' */
.icon-loop:before {
  content: '\e894';
}

/* '' */
.icon-right:before {
  content: '\e895';
}

/* '' */
.icon-battery:before {
  content: '\e896';
}

/* '' */
.icon-back-in-time:before {
  content: '\e897';
}

/* '' */
.icon-switch:before {
  content: '\e898';
}

/* '' */
.icon-up:before {
  content: '\e899';
}

/* '' */
.icon-down-dir:before {
  content: '\e89a';
}

/* '' */
.icon-play:before {
  content: '\e89b';
}

/* '' */
.icon-monitor:before {
  content: '\e89c';
}

/* '' */
.icon-mobile:before {
  content: '\e89d';
}

/* '' */
.icon-stop:before {
  content: '\e89e';
}

/* '' */
.icon-right-dir:before {
  content: '\e89f';
}

/* '' */
.icon-pause:before {
  content: '\e8a0';
}

/* '' */
.icon-network:before {
  content: '\e8a1';
}

/* '' */
.icon-cd:before {
  content: '\e8a2';
}

/* '' */
.icon-record:before {
  content: '\e8a3';
}

/* '' */
.icon-up-dir:before {
  content: '\e8a4';
}

/* '' */
.icon-down-bold:before {
  content: '\e8a5';
}

/* '' */
.icon-to-end:before {
  content: '\e8a6';
}

/* '' */
.icon-inbox:before {
  content: '\e8a7';
}

/* '' */
.icon-install:before {
  content: '\e8a8';
}

/* '' */
.icon-to-start:before {
  content: '\e8a9';
}

/* '' */
.icon-left-bold:before {
  content: '\e8aa';
}

/* '' */
.icon-right-bold:before {
  content: '\e8ab';
}

/* '' */
.icon-fast-forward:before {
  content: '\e8ac';
}

/* '' */
.icon-globe:before {
  content: '\e8ad';
}

/* '' */
.icon-cloud:before {
  content: '\e8ae';
}

/* '' */
.icon-fast-backward:before {
  content: '\e8af';
}

/* '' */
.icon-down-thin:before {
  content: '\e8b0';
}

/* '' */
.icon-progress-0:before {
  content: '\e8b1';
}

/* '' */
.icon-up-bold:before {
  content: '\e8b2';
}

/* '' */
.icon-cloud-thunder:before {
  content: '\e8b3';
}

/* '' */
.icon-chart-area:before {
  content: '\e8b4';
}

/* '' */
.icon-chart-bar:before {
  content: '\e8b5';
}

/* '' */
.icon-flow-tree:before {
  content: '\e8b6';
}

/* '' */
.icon-flow-line:before {
  content: '\e8b7';
}

/* '' */
.icon-vimeo:before {
  content: '\e8b8';
}

/* '' */
.icon-flickr-circled:before {
  content: '\e8b9';
}

/* '' */
.icon-lastfm:before {
  content: '\e8ba';
}

/* '' */
.icon-lastfm-circled:before {
  content: '\e8bb';
}

/* '' */
.icon-vkontakte:before {
  content: '\e8bc';
}

/* '' */
.icon-behance:before {
  content: '\e8bd';
}

/* '' */
.icon-mixi:before {
  content: '\e8be';
}

/* '' */
.icon-stumbleupon:before {
  content: '\e8bf';
}

/* '' */
.icon-stumbleupon-circled:before {
  content: '\e8c0';
}

/* '' */
.icon-flickr:before {
  content: '\e8c1';
}

/* '' */
.icon-github-circled:before {
  content: '\e8c2';
}

/* '' */
.icon-flow-cascade:before {
  content: '\e8c3';
}

/* '' */
.icon-flow-branch:before {
  content: '\e8c4';
}

/* '' */
.icon-chart-line:before {
  content: '\e8c5';
}

/* '' */
.icon-chart-pie:before {
  content: '\e8c6';
}

/* '' */
.icon-erase:before {
  content: '\e8c7';
}

/* '' */
.icon-key:before {
  content: '\e8c8';
}

/* '' */
.icon-github:before {
  content: '\e8c9';
}

/* '' */
.icon-dribbble-circled:before {
  content: '\e8ca';
}

/* '' */
.icon-picasa:before {
  content: '\e8cb';
}

/* '' */
.icon-dribbble:before {
  content: '\e8cc';
}

/* '' */
.icon-infinity:before {
  content: '\e8cd';
}

/* '' */
.icon-magnet:before {
  content: '\e8ce';
}

/* '' */
.icon-bucket:before {
  content: '\e8cf';
}

/* '' */
.icon-linkedin-circled:before {
  content: '\e8d0';
}

/* '' */
.icon-paypal:before {
  content: '\e8d1';
}

/* '' */
.icon-sina-weibo:before {
  content: '\e8d2';
}

/* '' */
.icon-linkedin:before {
  content: '\e8d3';
}

/* '' */
.icon-cc-zero:before {
  content: '\e8d4';
}

/* '' */
.icon-drive:before {
  content: '\e8d5';
}

/* '' */
.icon-brush:before {
  content: '\e8d6';
}

/* '' */
.icon-dot-3:before {
  content: '\e8d7';
}

/* '' */
.icon-database:before {
  content: '\e8d8';
}

/* '' */
.icon-cc-pd:before {
  content: '\e8d9';
}

/* '' */
.icon-tumblr-circled:before {
  content: '\e8da';
}

/* '' */
.icon-renren:before {
  content: '\e8db';
}

/* '' */
.icon-skype-circled:before {
  content: '\e8dc';
}

/* '' */
.icon-tumblr:before {
  content: '\e8dd';
}

/* '' */
.icon-cc-nd:before {
  content: '\e8de';
}

/* '' */
.icon-megaphone:before {
  content: '\e8df';
}

/* '' */
.icon-dot-2:before {
  content: '\e8e0';
}

/* '' */
.icon-dot:before {
  content: '\e8e1';
}

/* '' */
.icon-clipboard:before {
  content: '\e8e2';
}

/* '' */
.icon-cc-sa:before {
  content: '\e8e3';
}

/* '' */
.icon-pinterest-circled:before {
  content: '\e8e4';
}

/* '' */
.icon-cc-remix:before {
  content: '\e8e5';
}

/* '' */
.icon-thermometer:before {
  content: '\e8e6';
}

/* '' */
.icon-soundcloud:before {
  content: '\e8e7';
}

/* '' */
.icon-cc-share:before {
  content: '\e8e8';
}

/* '' */
.icon-google-circles:before {
  content: '\e8e9';
}

/* '' */
.icon-skype:before {
  content: '\e8ea';
}

/* '' */
.icon-flattr:before {
  content: '\e8eb';
}

/* '' */
.icon-cc-nc-jp:before {
  content: '\e8ec';
}

/* '' */
.icon-cc-nc-eu:before {
  content: '\e8ed';
}

/* '' */
.icon-cc-nc:before {
  content: '\e8ee';
}

/* '' */
.icon-cc-by:before {
  content: '\e8ef';
}

/* '' */
.icon-cc:before {
  content: '\e8f0';
}

/* '' */
.icon-traffic-cone:before {
  content: '\e8f1';
}

/* '' */
.icon-gauge:before {
  content: '\e8f2';
}

/* '' */
.icon-rocket:before {
  content: '\e8f3';
}

/* '' */
.icon-flow-parallel:before {
  content: '\e8f4';
}

/* '' */
.icon-vimeo-circled:before {
  content: '\e8f5';
}

/* '' */
.icon-twitter:before {
  content: '\e8f6';
}

/* '' */
.icon-twitter-circled:before {
  content: '\e8f7';
}

/* '' */
.icon-facebook:before {
  content: '\e8f8';
}

/* '' */
.icon-facebook-circled:before {
  content: '\e8f9';
}

/* '' */
.icon-facebook-squared:before {
  content: '\e8fa';
}

/* '' */
.icon-gplus:before {
  content: '\e8fb';
}

/* '' */
.icon-gplus-circled:before {
  content: '\e8fc';
}

/* '' */
.icon-pinterest:before {
  content: '\e8fd';
}

/* '' */
.icon-evernote:before {
  content: '\e8fe';
}

/* '' */
.icon-dropbox:before {
  content: '\e8ff';
}

/* '' */
.icon-instagram:before {
  content: '\e900';
}

/* '' */
.icon-qq:before {
  content: '\e901';
}

/* '' */
.icon-spotify-circled:before {
  content: '\e902';
}

/* '' */
.icon-spotify:before {
  content: '\e903';
}

/* '' */
.icon-rdio-circled:before {
  content: '\e904';
}

/* '' */
.icon-rdio:before {
  content: '\e905';
}

/* '' */
.icon-smashing:before {
  content: '\e906';
}

/* '' */
.icon-sweden:before {
  content: '\e907';
}

/* '' */
.icon-db-shape:before {
  content: '\e908';
}

/* '' */
.icon-logo-db:before {
  content: '\e909';
}

/* '' */
.icon-tape:before {
  content: '\e90a';
}

/* '' */
.icon-flash:before {
  content: '\e90b';
}

/* '' */
.icon-graduation-cap:before {
  content: '\e90c';
}

/* '' */
.icon-language:before {
  content: '\e90d';
}

/* '' */
.icon-flight:before {
  content: '\e90e';
}

/* '' */
.icon-moon:before {
  content: '\e90f';
}

/* '' */
.icon-paper-plane:before {
  content: '\e910';
}

/* '' */
.icon-ticket:before {
  content: '\e911';
}

/* '' */
.icon-leaf:before {
  content: '\e912';
}

/* '' */
.icon-lifebuoy:before {
  content: '\e913';
}

/* '' */
.icon-droplet:before {
  content: '\e914';
}

/* '' */
.icon-water:before {
  content: '\e915';
}

/* '' */
.icon-air:before {
  content: '\e916';
}

/* '' */
.icon-mouse:before {
  content: '\e917';
}

/* '' */
.icon-briefcase:before {
  content: '\e918';
}

/* '' */
.icon-credit-card:before {
  content: '\e919';
}

/* '' */
.icon-floppy:before {
  content: '\e91a';
}

/* '' */
.icon-suitcase:before {
  content: '\e91b';
}

/* '' */
[data-tooltip] {
  position: relative;
  height: 100%;
  cursor: pointer;
  display: inline-block;
}

[data-tooltip]:before, [data-tooltip]:after {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

[data-tooltip]:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #444444;
  content: '';
  top: 0;
  left: 50%;
  margin-left: -3.25px;
  z-index: 10001;
  bottom: -10px;
}

[data-tooltip]:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: attr(data-tooltip);
  padding: 0.5em 0.75em;
  border-radius: 3px;
  font-size: 0.95em;
  z-index: 10000;
  left: 50%;
  bottom: 100%;
  margin-left: -7.5em;
  margin-top: 10px;
  width: 15em;
  line-height: 120%;
  background: #444444;
  color: #EEEEEE;
}

[data-tooltip]:hover:before, [data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #444444;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%;
}

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

/*# sourceMappingURL=maps/base.css.map */
