/*!
 * Theme Name: NEM WP Dubrovnik Theme
 * Theme URI: http://html5blank.com
 * Description:  NEM WP Dubrovnik Theme
 * Version: 1.0.0
 * Author: Marko Cvijic & Partneri
 * Author URI: http://toddmotto.com
 * Tags: Blank, HTML5, CSS3
 *
 * License: MIT
 * License URI: http://opensource.org/licenses/mit-license.php
 */

@charset "UTF-8";
/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/*
@import "modules/variables";
@import "modules/mixins";
@import "modules/fonts";
@import "modules/fancybox";

// Partials
@import "partials/reset";
@import "partials/wordpress";
@import "partials/utils";
@import "partials/wrapper";
@import "partials/header";
@import "partials/nav";
@import "partials/sidebar";
*/
/*
@import "content-elements/bg_slider";
@import "content-elements/quotes";
@import "content-elements/fact_numbers";
@import "content-elements/about_nem";
@import "content-elements/news_slider";
@import "content-elements/cta_slider";
@import "content-elements/who_attended";
@import "content-elements/speakers";
@import "content-elements/photos";
@import "content-elements/booking_cta";
@import "content-elements/newsletter_form";
@import "content-elements/city_cta";
@import "content-elements/map";
@import "content-elements/how_to_apply";
@import "content-elements/press_kit";
@import "content-elements/sponsorship";
@import "content-elements/all_blog";
@import "content-elements/pricing";
@import "content-elements/registration";
@import "content-elements/media_slider";
@import "content-elements/contact_info";

@import "gallery/gallery";
@import "gallery/title_devider";
@import "gallery/gallery_header";

// Single templates
@import "content-elements/single_speakers";
@import "content-elements/all_speakers";

@import "content-elements/single_blog";

@import "partials/footer";
@import "partials/print";
*/
/**
 * partials/legacy
 * ---
 *
 */
.attendees-by-country {
  display: block;
  width: 100%;
  margin: 0px auto;
}

@font-face {
  font-family: "open_sansbold";
  src: url("fonts/opensans-bold-webfont.woff2") format("woff2"), url("fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansextrabold";
  src: url("fonts/opensans-extrabold-webfont.woff2") format("woff2"), url("fonts/opensans-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanslight_italic";
  src: url("fonts/opensans-lightitalic-webfont.woff2") format("woff2"), url("fonts/opensans-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansextrabold_italic";
  src: url("fonts/opensans-extrabolditalic-webfont.woff2") format("woff2"), url("fonts/opensans-extrabolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold";
  src: url("fonts/opensans-semibold-webfont.woff2") format("woff2"), url("fonts/opensans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansregular";
  src: url("fonts/opensans-regular-webfont.woff2") format("woff2"), url("fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanslight";
  src: url("fonts/opensans-light-webfont.woff2") format("woff2"), url("fonts/opensans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  overflow: hidden !important;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 25%;
  width: 25%;
  height: 50%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/**
 * partials/reset
 * ---
 * Reset file
 * NOTE: also `normalize.css` is used
 */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif;
  font-size: 140%;
  line-height: 1.5;
  color: #444;
  background-color: #fff;
}

body.speakers {
  overflow: auto;
  padding: 0px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

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

a:focus, a:hover {
  text-decoration: none;
  outline: none;
}

input[type=text],
input[type=search] {
  font-size: inherit;
  line-height: inherit;
}

::-moz-selection {
  background-color: #04A4CC;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #04A4CC;
  color: #fff;
  text-shadow: none;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

/* Slik slider css */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide:focus {
  outline: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 999;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.slick-prev:hover,
.slick-next:hover {
  outline: none;
  opacity: 0.7;
}

.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 0.7;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
  background-image: url("img/btn-prev.png");
  /*&:before {
      content: $slick-prev-character;
      [dir="rtl"] & {
          content: $slick-next-character;
      }
  }*/
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: 25px;
  background-image: url("img/btn-next.png");
  /*&:before {
      content: $slick-next-character;
      [dir="rtl"] & {
          content: $slick-prev-character;
      }
  }*/
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
  background-color: #fff;
}

.slick-dots li:first-child {
  border-radius: 4px 0px 0px 0px;
}

.slick-dots li:last-child {
  border-radius: 0px 4px 0px 0px;
}

.slick-dots li button {
  border: 0;
 background: transparent; 
  display: block;
  height: 25px;
  width: 25px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.7;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 25px;
  height: 25px;
  font-family: "slick";
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  color: #656565;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #d70056;
  opacity: 1;
}

@media only screen and (max-width: 500px) {
  .slick-prev, .slick-next {
    height: 30px;
    width: 30px;
  }

  .slick-next {
    background-size: cover;
    right: 10px;
  }

  .slick-prev {
    background-size: cover;
    left: 10px;
  }
}
/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}

/**
 * Gallery & images
 */
.wp-caption {
  background: #fff;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center;
}

.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 140%;
  line-height: 1.5;
}

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.reset-box {
  padding: 0;
  margin: 0;
}

/**
 * partials/wrapper
 * ---
 */
.wrapper {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

/**
 * partials/header
 * ---
 */
.marka {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.marka i {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.marka.marka-set i {
  opacity: 1;
}

.marka.marka-rotate-right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.marka.marka-rotate-left {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.marka.marka-rotate-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.marka.marka-icon-empty {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.marka.marka-icon-times i {
  -webkit-transform: rotate(45deg) scale(0.8, 0.2);
  transform: rotate(45deg) scale(0.8, 0.2);
}

.marka.marka-icon-times i:nth-child(2) {
  -webkit-transform: rotate(-45deg) scale(0.8, 0.2);
  transform: rotate(-45deg) scale(0.8, 0.2);
}

.marka.marka-icon-bars i {
  -webkit-transform: scale(0.8, 0.2);
  transform: scale(0.8, 0.2);
}

.marka.marka-icon-bars i:nth-child(2) {
  -webkit-transform: scale(0.8, 0.2) translate(0%, -140%);
  transform: scale(0.8, 0.2) translate(0%, -140%);
}

.marka.marka-icon-bars i:nth-child(3) {
  -webkit-transform: scale(0.8, 0.2) translate(0%, 140%);
  transform: scale(0.8, 0.2) translate(0%, 140%);
}

body {
  padding-top: 114px;
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: white;
  z-index: 999999;
  box-shadow: 0px 1px 5px #868686;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: padding-top 0.2s, padding-bottom 0.2s;
  transition: padding-top 0.2s, padding-bottom 0.2s;
}

.header .header_wrapper {
  width: 95%;
  max-width: 1230px;
  margin: 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.header .header_wrapper .nav {
  display: inline-block;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.header .header_wrapper .nav ul {
  list-style: none;
}

.header .header_wrapper .nav ul li {
  display: inline;
  font-family: "open_sansbold";
  margin-left: 10px;
  margin-right: 10px;
}

.header .header_wrapper .nav ul li a {
  color: #656565;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 15px;
}

.header .header_wrapper .nav ul li a:hover {
  color: #d70056;
}

.header .header_wrapper .registration_nav {
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.header .header_wrapper .registration_nav ul {
  list-style: none;
}

.header .header_wrapper .registration_nav ul li {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.header .header_wrapper .registration_nav ul li .login_link {
  font-size: 15px;
  font-family: "open_sansbold";
  color: #d70056;
  border-bottom: 1px solid #d70056;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.header .header_wrapper .registration_nav ul li .login_link:hover {
  color: #656565;
}

.header .header_wrapper .registration_nav ul li .registration_cta {
  font-size: 15px;
  font-family: "open_sansbold";
  background: #d70056;
  border-bottom: 2px solid #b70049;
  border-radius: 2px;
  color: #fff;
  padding: 2px 15px;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
}

.header .header_wrapper .registration_nav ul li .registration_cta:hover {
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

.hamburger_menu {
  display: none !important;
  margin-top: -2px;
  margin-left: 10px;
  cursor: pointer;
}

.logo {
  max-width: 150px;
  -webkit-transition: max-width 0.2s;
  transition: max-width 0.2s;
  display: inline-block;
}

.scrolled_nav {
  padding-top: 10px;
  padding-bottom: 10px;
}

.scrolled_nav .logo {
  max-width: 60px;
  display: inline-block;
}

@media only screen and (max-width: 1300px) {
  body {
    padding-top: 93px;
  }

  .logo {
    max-width: 100px;
  }
}
@media only screen and (max-width: 1220px) {
  body {
    padding-top: 83px;
  }

  .logo {
    max-width: 80px;
  }

  .header .header_wrapper .registration_nav ul li .registration_cta {
    font-size: 12px;
  }

  .header .header_wrapper .registration_nav ul li .login_link {
    font-size: 12px;
  }

  .header .header_wrapper .nav ul li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1100px) {
  body {
    padding-top: 48px;
  }

  .hamburger_menu {
    display: block !important;
    float: right;
  }

  .header .header_wrapper {
    display: block;
  }

  .header .header_wrapper .nav ul li {
    display: block;
    text-align: center;
  }

  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo {
    float: left;
    position: relative;
    z-index: 99;
    max-width: 60px;
  }

  .header .header_wrapper .registration_nav {
    float: right;
    position: relative;
    z-index: 99;
  }

  .header .header_wrapper .nav {
    display: block;
    position: fixed;
    top: -100%;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #fff;
    padding-top: 10%;
  }

  .header_mob_active .header_wrapper .nav {
    top: 0%;
  }

  .header .header_wrapper .nav ul li a {
    font-size: 20px;
  }

  .header .header_wrapper .nav ul li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 850px) {
  .header .header_wrapper .nav {
    padding-top: 15%;
  }
}
@media only screen and (max-width: 500px) {
  .header .header_wrapper .nav {
    padding-top: 120px;
  }

  .header .header_wrapper .nav ul li a {
    font-size: 15px;
  }

  .header .header_wrapper .registration_nav {
    float: none;
    position: fixed;
    display: block;
    left: 0px;
    top: -100px;
    width: 100%;
  }

  .header .header_wrapper .registration_nav ul {
    display: block;
    margin: 0px auto;
    width: 296px;
  }

  .header_mob_active .header_wrapper .registration_nav {
    top: 80px;
  }
}
/**
 * partials/nav
 * ---
 * Menus
 */
/**
 * partials/sidebar
 * ---
 */
.bg_slider {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}

.bg_slider .bg_slider_wrapper {
  max-width: 1200px;
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
}

.bg_slider .bg_slider_headline {
  font-size: 78px;
  text-align: center;
  color: #fff;
  font-family: "open_sansextrabold";
  line-height: 1.3;
}

.bg_slider .bg_slider_subheadline {
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-family: "open_sanslight_italic";
  line-height: 1.3;
  margin-bottom: 60px;
  padding-left: 10%;
  padding-right: 10%;
}

.bg_slider .bg_slider_white_line_decoration {
  width: 70%;
  max-width: 320px;
  height: 1px;
  background: #fff;
  margin: 0px auto;
}

.bg_slider .bg_slider_cta_holder,
.who_attended .logo_grid_cta_holder {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}


.bg_slider_cta_link_press_kit{
    margin: 20px auto!important;
    display: inline-block;
    left: 50%;
    position: relative;
    margin-left: -145px!important;
}

@media only screen and (max-width: 1400px) {
    .bg_slider_cta_link_press_kit{
        margin-left: -115px!important;
    }
}
@media only screen and (max-width: 840px) {
    .bg_slider_cta_link_press_kit{
        margin-left: -100px!important;
    }
}
.bg_slider .bg_slider_cta_holder .bg_slider_cta_link, .bg_slider_cta_link_press_kit, 
.who_attended .logo_grid_cta_holder .logo_grid_cta_link {
  background-color: #d70056;
  font-size: 18px;
  color: #fff;
  font-family: "open_sansbold";
  padding: 18px;
  margin: 0px 10px;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  min-width: 295px;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
}

.bg_slider .bg_slider_cta_holder .bg_slider_cta_link:hover, .bg_slider_cta_link_press_kit:hover,
.who_attended .logo_grid_cta_holder .logo_grid_cta_link:hover{
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

.bg_slider .bg_slider_slide_bg {
  background-size: cover;
  background-position: center center;
}

.bg_slider .bg_slider_aspect_ratio_holder {
  opacity: 0;
  width: 100%;
  height: 0px;
  padding-top: 36.3%;
  opacity: 0.75;
  background-color: #506a85;
}
.newsletter_form_container input[type=submit]{
  font-size: 18px!important;
}
@media only screen and (max-width: 1400px) {
  .bg_slider .bg_slider_headline {
    font-size: 58px;
  }

  .bg_slider .bg_slider_subheadline {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .bg_slider .bg_slider_cta_holder .bg_slider_cta_link, .bg_slider_cta_link_press_kit,
  .who_attended .logo_grid_cta_holder .logo_grid_cta_link,
   .news_slider .news_slider_cta_link{
    font-size: 14px;
    min-width: 230px;
  }
}
@media only screen and (max-width: 1000px) {
  .bg_slider .bg_slider_aspect_ratio_holder {
    padding-top: 52%;
  }
}
@media only screen and (max-width: 840px) {
  .bg_slider .bg_slider_headline {
    font-size: 40px;
  }

  .bg_slider .bg_slider_subheadline {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .bg_slider .bg_slider_cta_holder .bg_slider_cta_link, .bg_slider_cta_link_press_kit,
  .who_attended .logo_grid_cta_holder .logo_grid_cta_link,
  .news_slider .news_slider_cta_link{
    font-size: 12px;
    min-width: 200px;
    padding: 13px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .bg_slider .bg_slider_aspect_ratio_holder {
    padding-top: 65%;
  }
}
@media only screen and (max-width: 500px) {
  .bg_slider .bg_slider_aspect_ratio_holder {
    padding-top: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .bg_slider .bg_slider_aspect_ratio_holder {
    padding-top: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .bg_slider .bg_slider_headline {
    font-size: 30px;
  }

  .bg_slider .bg_slider_subheadline {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .bg_slider .bg_slider_cta_holder .bg_slider_cta_link, .bg_slider_cta_link_press_kit,
  .who_attended .logo_grid_cta_holder .logo_grid_cta_link,
  .news_slider .news_slider_cta_link {
    font-size: 12px;
    min-width: 200px;
    padding: 10px;
    margin-bottom: 10px;
  }

  .bg_slider .bg_slider_aspect_ratio_holder {
    padding-top: 120%;
  }
}
.quotes {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}

.quotes .quotes_wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.quotes .quotes_headline {
  color: #d70056;
  font-size: 25px;
  font-family: "open_sansextrabold_italic";
}

.quotes .quotes_content {
  color: #656565;
  font-size: 16px;
  font-family: "open_sanslight_italic";
}

.quotes .quotes_individual_holder {
  background-image: url("img/quote_buble.png");
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 73px;
  border-right: 1px solid #d2d2d2;
  height: auto;
  width: 32.13%;
  margin-left: 1.1%;
  padding-right: 1%;
  margin-right: 0.1%;
}

.quotes .quotes_individual_holder:last-child {
  border-right: none;
}

@media only screen and (max-width: 1100px) {
  .quotes .quotes_headline {
    font-size: 20px;
  }

  .quotes .quotes_content {
    font-size: 14px;
  }

  .quotes .quotes_individual_holder {
    background-size: 35px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 840px) {
  .quotes .quotes_headline {
    font-size: 20px;
  }

  .quotes .quotes_content {
    font-size: 14px;
  }

  .quotes .quotes_individual_holder {
    background-size: 20px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .quotes .quotes_individual_holder {
    display: none;
    width: 70%;
    margin-bottom: 15px;
    border-right: none;
  }

  .quotes .quotes_leave_on_mobile {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .quotes .quotes_individual_holder {
    display: none;
    width: 95%;
    margin-bottom: 15px;
  }

  .quotes .quotes_leave_on_mobile {
    display: block;
  }
}
.fact_numbers {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}

.fact_numbers .fact_numbers_wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
}

.fact_numbers .fact_number_title {
  font-size: 78px;
  text-align: center;
  color: #656565;
  font-family: "open_sansextrabold";
}

.fact_numbers .fact_number_description {
  font-size: 16px;
  font-family: "open_sanslight_italic";
  color: #656565;
  text-align: center;
}

.fact_numbers .fact_number_single_holder {
  float: left;
  width: 16.66666%;
  border-right: 1px solid #b2b2b2;
}

.fact_numbers .fact_number_single_holder:last-child {
  border-right: none;
}

.fact_numbers .fact_number_value {
  color: #d70056;
  text-align: center;
  font-size: 51px;
  font-family: "open_sansextrabold";
}

.fact_numbers .fact_number_devider_line {
  width: 35px;
  height: 1px;
  background-color: #d70056;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1400px) {
  .fact_numbers .fact_number_title {
    font-size: 58px;
  }
}
@media only screen and (max-width: 1100px) {
  .fact_numbers .fact_number_value {
    font-size: 35px;
  }

  .fact_numbers .fact_number_description {
    font-size: 12px;
  }
}
@media only screen and (max-width: 840px) {
  .fact_numbers .fact_number_title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .fact_numbers .fact_numbers_flex_fix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .fact_numbers .fact_number_single_holder {
    width: 32.66666%;
    display: none;
    border-right: none;
  }

  .fact_numbers .fact_number_stay_on_mobile {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .fact_numbers .fact_number_single_holder {
    width: 48.66666%;
  }
}
@media only screen and (max-width: 420px) {
  .fact_numbers .fact_number_title {
    font-size: 30px;
  }
}
.about_nem {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  padding-top: 90px;
  padding-bottom: 90px;
}

.about_nem .about_nem_bg_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.75;
  background-color: #506a85;
}

.about_nem .about_nem_wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  position: relative;
}

.about_nem .about_nem_headline {
  font-size: 78px;
  text-align: center;
  color: #fff;
  font-family: "open_sansextrabold";
  line-height: 1.3;
}

.about_nem .about_nem_subheadline {
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-family: "open_sanslight_italic";
  line-height: 1.3;
  margin-bottom: 60px;
  padding-left: 10%;
  padding-right: 10%;
}

.about_nem .about_nem_white_line_decoration {
  width: 70%;
  max-width: 320px;
  height: 1px;
  background: #fff;
  margin: 0px auto;
}

.about_nem .about_nem_cards_holder {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.about_nem .about_nem_cards_holder .about_nem_single_card {
  width: 30.8333333333%;
  background-color: rgba(215, 0, 86, 0.4);
  padding: 30px 10px;
}

.about_nem .about_nem_cards_holder .about_nem_single_card .about_nem_cta_link {
  background-color: #d70056;
  font-size: 18px;
  color: #fff;
  font-family: "open_sansbold";
  padding: 18px;
  margin: 0px auto;
  display: block;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  max-width: 295px;
  width: 80%;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
}

.about_nem .about_nem_cards_holder .about_nem_single_card .about_nem_cta_link:hover {
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

.about_nem .about_nem_card_image {
  border-radius: 50%;
  box-shadow: 7px 7px 0px rgba(1, 1, 1, 0.25);
  display: block;
  margin: 30px auto;
  max-width: 290px;
}

.about_nem .about_nem_card_title {
  font-family: "open_sansextrabold";
  font-size: 40px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 1400px) {
  .about_nem .about_nem_headline {
    font-size: 58px;
  }

  .about_nem .about_nem_subheadline {
    font-size: 30px;
  }

  .about_nem .about_nem_card_image {
    width: 90%;
  }

  .about_nem .about_nem_card_title {
    font-size: 25px;
  }

  .about_nem .about_nem_cards_holder .about_nem_single_card .about_nem_cta_link {
    font-size: 14px;
    padding: 10px;
  }
}
@media only screen and (max-width: 840px) {
  .about_nem .about_nem_headline {
    font-size: 40px;
  }

  .about_nem .about_nem_subheadline {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .about_nem {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about_nem .about_nem_card_image {
    margin: 20px auto;
  }

  .about_nem .about_nem_subheadline {
    margin-bottom: 30px;
  }

  .about_nem .about_nem_card_title {
    font-size: 18px;
  }

  .about_nem .about_nem_cards_holder .about_nem_single_card {
    display: none;
    width: 50%;
    margin-bottom: 15px;
  }

  .about_nem .about_nem_cards_holder .quotes_leave_on_mobile {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .about_nem .about_nem_cards_holder .about_nem_single_card {
    width: 80%;
  }
}
@media only screen and (max-width: 420px) {
  .about_nem .about_nem_headline {
    font-size: 30px;
  }

  .about_nem .about_nem_subheadline {
    font-size: 16px;
  }
}
.news_slider {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  padding: 70px 0px;
}

.news_slider .news_slider_wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-bottom: 10px;
}

.news_slider .news_slider_image {
  width: 95%;
  max-width: 565px;
  border-radius: 50%;
  box-shadow: 7px 7px 0px rgba(1, 1, 1, 0.25);
}

.news_slider .news_slider_headline {
  font-size: 78px;
  font-family: "open_sansextrabold";
  color: #656565;
  line-height: 1.1;
  padding-bottom: 10px;
}

.news_slider .news_slider_sub_headline {
  font-size: 51px;
  font-family: "open_sanssemibold";
  color: #656565;
  line-height: 1.2;
}

.news_slider .news_slider_content {
  font-size: 22px;
  font-family: "open_sanslight_italic";
  color: #656565;
  line-height: 1.2;
}

.news_slider .news_slider_halfs {
  width: 50%;
  float: left;
}

.news_slider .news_devider_line {
  width: 120px;
  height: 1px;
  background-color: #d70056;
  margin-bottom: 20px;
}

.news_slider .news_slider_cta_link {
  background-color: #d70056;
  font-size: 18px;
  color: #fff;
  font-family: "open_sansbold";
  padding: 18px;
  margin-right: 15px;
  margin-top: 15px;
  display: block;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  max-width: 250px;
  width: 80%;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
  float: left;
}

.news_slider .news_slider_cta_link:hover {
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

@media only screen and (max-width: 1400px) {
  .news_slider .news_slider_headline {
    font-size: 58px;
  }

  .news_slider .news_slider_sub_headline {
    font-size: 40px;
  }

  .news_slider .news_slider_image {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .news_slider .news_slider_cta_link {
    font-size: 14px;
    max-width: 230px;
  }
}
@media only screen and (max-width: 1200px) {
  .news_slider .news_slider_image {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .news_slider .news_slider_img_half {
    width: 43%;
  }

  .news_slider .news_slider_content_half {
    width: 57%;
  }
}
@media only screen and (max-width: 1000px) {
  .news_slider .news_slider_image {
    max-width: 300px;
  }

  .news_slider .news_slider_cta_link {
    max-width: 180px;
    padding: 12px;
  }

  .news_slider .news_slider_headline {
    font-size: 45px;
  }

  .news_slider .news_slider_sub_headline {
    font-size: 30px;
  }

  .news_slider .news_slider_content {
    font-size: 18px;
  }
}
@media only screen and (max-width: 840px) {
  .news_slider .news_slider_image {
    max-width: 230px;
  }

  .news_slider .news_slider_img_half {
    width: 38%;
  }

  .news_slider .news_slider_content_half {
    width: 62%;
  }

  .news_slider .news_slider_headline {
    font-size: 40px;
  }

  .news_slider .news_slider_sub_headline {
    font-size: 25px;
  }

  .news_slider .news_slider_content {
    font-size: 16px;
  }

  .news_slider .news_slider_cta_link {
    padding: 10px;
    max-width: 150px;
  }
}
@media only screen and (max-width: 720px) {
  .news_slider .news_slider_img_half {
    width: 100%;
    padding-bottom: 15px;
  }

  .news_slider .news_slider_content_half {
    width: 100%;
  }

  .news_slider .news_slider_headline {
    text-align: center;
    padding-top: 20px;
  }

  .news_slider .news_slider_sub_headline {
    text-align: center;
  }

  .news_slider .news_slider_content {
    text-align: center;
    padding-bottom: 10px;
  }

  .news_slider .news_devider_line {
    margin: 0px auto;
    margin-bottom: 20px;
  }

  .news_slider .news_slider_cta_link {
    float: none;
    margin: 7px auto;
  }
}
.cta_slider {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}

.cta_slider .cta_slider_background {
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: auto;
  min-height: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta_slider .cta_slider_background .cta_slider_background_dimmer {
  background-color: #506a85;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.cta_slider .cta_slider_background .cta_slider_wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  position: relative;
  z-index: 456;
}

.cta_slider .cta_slider_background .cta_slider_headline {
  font-size: 78px;
  text-align: center;
  color: #fff;
  font-family: "open_sansextrabold";
  line-height: 1.3;
}

.cta_slider .cta_slider_background .cta_slider_subheadline {
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-family: "open_sanslight_italic";
  line-height: 1.3;
  margin-bottom: 60px;
  padding-right: 10%;
  padding-left: 10%;
}

.cta_slider .cta_slider_background .cta_slider_white_line_decoration {
  width: 70%;
  max-width: 320px;
  height: 1px;
  background: #fff;
  margin: 0px auto;
}

.cta_slider .cta_slider_background .cta_slider_cta_link {
  background-color: #d70056;
  font-size: 18px;
  color: #fff;
  font-family: "open_sansbold";
  padding: 18px;
  margin: 15px auto 0px auto;
  display: block;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  max-width: 250px;
  width: 80%;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
}

.cta_slider .cta_slider_background .cta_slider_cta_link:hover {
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

@media only screen and (max-width: 1400px) {
  .cta_slider .cta_slider_background {
    min-height: 600px;
  }

  .cta_slider .cta_slider_background .cta_slider_headline {
    font-size: 58px;
  }

  .cta_slider .cta_slider_background .cta_slider_subheadline {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .cta_slider .cta_slider_background .cta_slider_cta_link, .newsletter_form_container input[type=submit] {
    font-size: 14px!important;
    min-width: 230px!important;
  }
}
@media only screen and (max-width: 840px) {
  .cta_slider .cta_slider_background {
    min-height: 480px;
  }

  .cta_slider .cta_slider_background .cta_slider_headline {
    font-size: 40px;
  }

  .cta_slider .cta_slider_background .cta_slider_subheadline {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .cta_slider .cta_slider_background .cta_slider_cta_link, .newsletter_form_container input[type=submit] {
    font-size: 12px!important;
    min-width: 200px!important;
    padding: 13px!important;
    margin-bottom: 10px!important;
  }
}
@media only screen and (max-width: 420px) {
  .cta_slider .cta_slider_background {
    min-height: 420px;
  }

  .cta_slider .cta_slider_background .cta_slider_headline {
    font-size: 30px;
  }

  .cta_slider .cta_slider_background .cta_slider_subheadline {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .cta_slider .cta_slider_background .cta_slider_cta_link, .newsletter_form_container input[type=submit] {
    font-size: 12px!important;
    min-width: 200px!important;
    padding: 10px!important;
    margin-bottom: 10px!important;
  }
}
.who_attended {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
}

.who_attended .who_attended_wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
}

.who_attended .who_attended_headline {
  font-size: 78px;
  text-align: center;
  color: #656565;
  font-family: "open_sansextrabold";
  line-height: 1.3;
}

.who_attended .who_attended_subheadline {
  font-size: 36px;
  text-align: center;
  color: #656565;
  font-family: "open_sanslight_italic";
  line-height: 1.3;
  margin-bottom: -100px;
  padding-left: 10%;
  padding-right: 10%;
}

.who_attended .who_attended_line_decoration {
  width: 70%;
  max-width: 320px;
  height: 1px;
  background: #d70056;
  margin: 0px auto;
}

.who_attended .who_attended_row_of_logos {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: center;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 170px 0px;
}

.who_attended .who_attended_individual_logo {
  width: 20%;
}

.who_attended .who_attended_individual_logo img {
  display: block;
  margin: 0px auto;
}

.who_attended .who_attended_cta_link {
  background-color: #d70056;
  font-size: 18px;
  color: #fff;
  font-family: "open_sansbold";
  padding: 18px;
  margin: 0px auto;
  display: block;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  max-width: 250px;
  width: 80%;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
}

.who_attended .who_attended_cta_link:hover {
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

@media only screen and (max-width: 1400px) {
  .who_attended .who_attended_headline {
    font-size: 58px;
  }

  .who_attended .who_attended_subheadline {
    font-size: 30px;
  }

  .who_attended .who_attended_cta_link {
    font-size: 14px;
    min-width: 230px;
  }

  .who_attended .who_attended_row_of_logos {
    margin: 130px 0px;
  }
}
@media only screen and (max-width: 1000px) {
  .who_attended .who_attended_headline {
    font-size: 40px;
  }

  .who_attended .who_attended_subheadline {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .who_attended .who_attended_cta_link {
    font-size: 12px;
    min-width: 200px;
    padding: 13px;
    margin-bottom: 10px;
  }

  .who_attended .who_attended_row_of_logos {
    margin: 70px 0px;
  }

  .who_attended .who_attended_individual_logo img {
    width: 80%;
  }
  .who_attended .who_attended_individual_logo {
      width: 33%;
    }
}
@media only screen and (max-width: 500px) {
  .who_attended {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .who_attended .who_attended_individual_logo img {
    width: 90%;
  }

  .who_attended .who_attended_row_of_logos {
    margin: 40px 0px;
  }
}
@media only screen and (max-width: 420px) {
  .who_attended .who_attended_headline {
    font-size: 30px;
  }

  .who_attended .who_attended_subheadline {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .who_attended .who_attended_cta_link {
    font-size: 12px;
    min-width: 200px;
    padding: 10px;
    margin-bottom: 10px;
  }
}
.speakers {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
}

.media-logo {
  padding-top: 115px;
  padding-bottom: 70px;
}

.speakers .speakers_wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
}

.speakers .speakers_headline {
  font-size: 78px;
  text-align: center;
  color: #656565;
  font-family: "open_sansextrabold";
  line-height: 1.3;
}

.speakers .speakers_subheadline {
  font-size: 36px;
  text-align: center;
  color: #656565;
  font-family: "open_sanslight_italic";
  line-height: 1.3;
  margin-bottom: 60px;
  padding-bottom: 30px;
  padding-left: 10%;
  padding-right: 10%;
}

.speakers .speakers_line_decoration {
  width: 70%;
  max-width: 320px;
  height: 1px;
  background: #d70056;
  margin: 0px auto;
}

.speakers .speakers_row_of_speakers {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 45px 0px;
}

.speakers .speakers_individually {
  width: 33.33333%;
}

.speakers .media-logo-individual {
  margin-bottom: 45px;
}

.speakers .speakers_individually img {
  display: block;
  margin: 0px auto;
  border-radius: 50%;
  box-shadow: 7px 7px 0px rgba(1, 1, 1, 0.25);
}

.speakers .speakers_individually .speakers_speaker_name {
  color: #d70056;
  text-align: center;
  font-size: 19px;
  font-family: "open_sansextrabold";
  line-height: 1.2;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 30px;
}

.speakers .speakers_individually .speakers_speaker_description {
  color: #656565;
  text-align: center;
  font-size: 19px;
  font-family: "open_sansregular";
  line-height: 1.2;
  padding-left: 10%;
  padding-right: 10%;
}

.speakers .speakers_cta_link {
  background-color: #d70056;
  font-size: 18px;
  color: #fff;
  font-family: "open_sansbold";
  padding: 18px;
  margin: 130px auto 0 auto;
  display: block;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  max-width: 250px;
  width: 80%;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
}

.speakers .speakers_cta_link:hover {
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

@media only screen and (max-width: 1400px) {
  .speakers .speakers_headline {
    font-size: 58px;
  }

  .speakers .speakers_subheadline {
    font-size: 30px;
  }

  .speakers .speakers_cta_link {
    font-size: 14px;
    min-width: 230px;
  }

  .speakers .speakers_individually img {
    max-width: 70%;
  }
}
@media only screen and (max-width: 1000px) {
  .speakers .speakers_headline {
    font-size: 40px;
  }

  .speakers .speakers_subheadline {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .speakers .speakers_cta_link {
    font-size: 12px;
    min-width: 200px;
    padding: 13px;
    margin-bottom: 10px;
  }

  .speakers .speakers_individually .speakers_speaker_name {
    font-size: 16px;
  }

  .speakers .speakers_individually .speakers_speaker_description {
    font-size: 14px;
  }

  .speakers .speakers_cta_link {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .speakers {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .speakers .speakers_row_of_speakers {
    margin: 0px 0px;
  }

  .speakers .speakers_individually {
    width: 100%;
  }

  .speakers .speakers_individually img {
    width: 50%;
  }

  .speakers .speakers_individually a {
    display: none;
  }

  .speakers .speakers_individually a.speakers_stay_on_mobile {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .speakers .media_logos_speakers a {
    display: block;
    padding-bottom: 25px;
  }

  .speakers .speakers_cta_link {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .speakers .speakers_individually img {
    width: 80%;
  }

  .speakers .speakers_individually .speakers_headline {
    font-size: 30px;
  }

  .speakers .speakers_individually .speakers_subheadline {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .speakers .speakers_individually .speakers_cta_link {
    font-size: 12px;
    min-width: 200px;
    padding: 10px;
    margin-bottom: 10px;
  }

  .speakers .speakers_headline {
    font-size: 30px;
  }
}
.photos {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}

.photos .row_of_photos {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
}

.photos .photos_individual_photo {
  position: relative;
  width: 20%;
  float: left;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
  margin-top: -2px;
}

.photos .photos_individual_photo_cta {
  position: relative;
  width: 20%;
  float: left;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
  background: #d70056;
  margin-top: -2px;
}

.photos .photos_photo {
  border: none;
  margin: 0px;
}

.photos .photos_blue_ovorlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(80, 106, 133, 0.75);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.photos .photos_blue_ovorlay_cta {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(1, 106, 133, 0);
  opacity: 1;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.photos .photos_blue_ovorlay_cta:hover {
  background: rgba(255, 255, 255, 0.2);
}

.photos .photos_individual_photo:hover div {
  opacity: 1;
}

.photos .photos_headline {
  color: #fff;
  font-size: 28px;
  font-family: "open_sansextrabold";
  line-height: 1;
}

.photos .photos_headline_cta {
  color: #fff;
  font-size: 58px;
  font-family: "open_sansextrabold";
  line-height: 1;
}

.photos .photos_sub_headline {
  color: #fff;
  font-size: 18px;
  font-family: "open_sansregular";
  line-height: 1;
}

.photos .photos_photo_meta {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 15px;
}

@media only screen and (max-width: 1400px) {
  .photos .photos_headline {
    font-size: 16px;
  }

  .photos .photos_sub_headline {
    font-size: 12px;
  }

  .photos .photos_headline_cta {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  .photos .photos_headline {
    font-size: 14px;
  }

  .photos .photos_sub_headline {
    font-size: 10px;
  }

  .photos .photos_headline_cta {
    font-size: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .photos .photos_blue_ovorlay {
    display: none;
  }

  .photos .photos_headline_cta {
    font-size: 25px;
  }
}
@media only screen and (max-width: 650px) {
  .photos .photos_headline_cta {
    font-size: 15px;
    text-align: center;
  }
}
@media only screen and (max-width: 450px) {
  .photos .photos_headline_cta {
    font-size: 10px;
    text-align: center;
  }
}
.booking_cta {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
}

.booking_cta .booking_cta_wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
}

.booking_cta .booking_cta_headline {
  font-size: 78px;
  text-align: center;
  color: #656565;
  font-family: "open_sansextrabold";
  line-height: 1.3;
}

.booking_cta .booking_cta_subheadline {
  font-size: 36px;
  text-align: center;
  color: #656565;
  font-family: "open_sanslight_italic";
  line-height: 1.3;
  padding-bottom: 70px;
  padding-right: 10%;
  padding-left: 10%;
}

.booking_cta .booking_cta_line_decoration {
  width: 70%;
  max-width: 320px;
  height: 1px;
  background: #d70056;
  margin: 0px auto;
}

.booking_cta .booking_cta_cta_holder {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.booking_cta .booking_cta_cta_holder .booking_cta_cta_link {
  background-color: #d70056;
  font-size: 18px;
  color: #fff;
  font-family: "open_sansbold";
  padding: 18px;
  margin: 0px 10px;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  min-width: 295px;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
}

.booking_cta .booking_cta_cta_holder .booking_cta_cta_link:hover {
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

@media only screen and (max-width: 1400px) {
  .booking_cta .booking_cta_headline {
    font-size: 58px;
  }

  .booking_cta .booking_cta_subheadline {
    font-size: 30px;
    margin-bottom: 0px;
    padding-bottom: 40px;
  }

  .booking_cta .booking_cta_cta_holder .booking_cta_cta_link {
    font-size: 14px;
    min-width: 230px;
  }
}
@media only screen and (max-width: 840px) {
  .booking_cta .booking_cta_headline {
    font-size: 40px;
  }

  .booking_cta .booking_cta_subheadline {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .booking_cta .booking_cta_cta_holder .booking_cta_cta_link {
    font-size: 12px;
    min-width: 200px;
    padding: 13px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .booking_cta .booking_cta_headline {
    font-size: 30px;
  }

  .booking_cta .booking_cta_subheadline {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .booking_cta .booking_cta_cta_holder .booking_cta_cta_link {
    font-size: 12px;
    min-width: 200px;
    padding: 10px;
    margin-bottom: 10px;
  }
}
.city_cta {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}

.city_cta .city_cta_background {
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: auto;
  min-height: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.city_cta .city_cta_background .city_cta_background_dimmer {
  background-color: #506a85;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.city_cta .city_cta_background .city_cta_wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  position: relative;
  z-index: 456;
}

.city_cta .city_cta_background .city_cta_headline {
  font-size: 78px;
  text-align: center;
  color: #fff;
  font-family: "open_sansextrabold";
  line-height: 1.3;
}

.city_cta .city_cta_background .city_cta_subheadline {
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-family: "open_sanslight_italic";
  line-height: 1.3;
  margin-bottom: 60px;
  padding-left: 10%;
  padding-right: 10%;
}

.city_cta .city_cta_background .city_cta_white_line_decoration {
  width: 70%;
  max-width: 320px;
  height: 1px;
  background: #fff;
  margin: 0px auto;
}

.city_cta .city_cta_background .city_cta_link {
  background-color: #d70056;
  font-size: 18px;
  color: #fff;
  font-family: "open_sansbold";
  padding: 18px;
  margin: 400px auto 0px auto;
  display: block;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  max-width: 250px;
  width: 80%;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
}

.city_cta .city_cta_background .city_cta_link:hover {
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

@media only screen and (max-width: 1400px) {
  .city_cta .city_cta_background .city_cta_headline {
    font-size: 58px;
  }

  .city_cta .city_cta_background .city_cta_subheadline {
    font-size: 30px;
  }

  .city_cta .city_cta_background .city_cta_link {
    margin-top: 300px;
    font-size: 14px;
    min-width: 230px;
  }
}
@media only screen and (max-width: 840px) {
  .city_cta .city_cta_background .city_cta_headline {
    font-size: 40px;
  }

  .city_cta .city_cta_background .city_cta_subheadline {
    font-size: 20px;
  }

  .city_cta .city_cta_background .city_cta_link {
    margin-top: 200px;
    font-size: 12px;
    min-width: 200px;
    padding: 13px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .city_cta .city_cta_background {
    min-height: 450px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .city_cta .city_cta_background .city_cta_headline {
    font-size: 30px;
  }

  .city_cta .city_cta_background .city_cta_subheadline {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .city_cta .city_cta_background .city_cta_link {
    margin-top: 100px;
    font-size: 12px;
    min-width: 200px;
    padding: 10px;
    margin-bottom: 10px;
  }
}
.map_element {
  overflow: hidden;
  width: 100%;
  height: 850px;
  position: relative;
  margin-bottom: -50px;
}

.map_element iframe {
  margin-top: -50px;
}

.map_element .map_iframe {
  width: 100%;
  height: 850px;
}

.map_element .map_transparent_overlay {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
}

@media only screen and (max-width: 1400px) {
  .map_element {
    height: 750px;
  }
}
@media only screen and (max-width: 840px) {
  .map_element {
    height: 550px;
  }
}
@media only screen and (max-width: 720px) {
  .map_element {
    height: 480px;
  }
}
@media only screen and (max-width: 420px) {
  .map_element {
    height: 300px;
  }
}
.how_to_apply {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  padding: 70px 0px;
}

.how_to_apply .how_to_apply_wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-bottom: 10px;
}

.how_to_apply .how_to_apply_image {
  width: 95%;
  max-width: 565px;
  border-radius: 50%;
  box-shadow: 7px 7px 0px rgba(1, 1, 1, 0.25);
}

.how_to_apply .how_to_apply_headline {
  font-size: 60px;
  font-family: "open_sansextrabold";
  color: #656565;
  line-height: 1.2;
}

.how_to_apply .how_to_apply_sub_headline {
  font-size: 51px;
  font-family: "open_sanssemibold";
  color: #656565;
  line-height: 1.2;
}

.how_to_apply .how_to_apply_description {
  font-size: 22px;
  font-family: "open_sanslight_italic";
  color: #656565;
  line-height: 1.2;
}

.how_to_apply .how_to_apply_contact_name {
  font-size: 31px;
  font-family: "open_sansextrabold_italic";
  color: #d70056;
  padding-top: 25px;
}

.how_to_apply .how_to_apply_content {
  font-size: 22px;
  font-family: "open_sanslight_italic";
  color: #656565;
  line-height: 2;
}

.how_to_apply .how_to_apply_content a {
  -webkit-transition: border-bottom 0.2s;
  transition: border-bottom 0.2s;
  color: #d70056;
  border-bottom: 1px solid transparent;
}

.how_to_apply .how_to_apply_content a:hover {
  color: #d70056;
  border-bottom: 1px solid #d70056;
}

.how_to_apply .how_to_apply_halfs_left {
  width: 33.3333%;
  float: left;
}

.how_to_apply .how_to_apply_halfs_right {
  width: 66.65%;
  float: left;
}

.how_to_apply .news_devider_line {
  width: 120px;
  height: 1px;
  background-color: #d70056;
  margin-bottom: 20px;
}

.how_to_apply .how_to_apply_cta_link {
  background-color: #d70056;
  font-size: 18px;
  color: #fff;
  font-family: "open_sansbold";
  padding: 18px;
  margin-right: 15px;
  margin-top: 15px;
  display: block;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  max-width: 250px;
  width: 80%;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
  float: left;
}

.how_to_apply .how_to_apply_cta_link:hover {
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

@media only screen and (max-width: 1400px) {
  .how_to_apply .how_to_apply_headline {
    font-size: 58px;
  }
}
@media only screen and (max-width: 840px) {
  .how_to_apply .how_to_apply_headline {
    font-size: 40px;
  }

  .how_to_apply .how_to_apply_description {
    font-size: 20px;
  }

  .how_to_apply .how_to_apply_contact_name {
    font-size: 25px;
  }

  .how_to_apply .how_to_apply_halfs_right {
    width: 60%;
  }

  .how_to_apply .how_to_apply_halfs_left {
    width: 40%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .how_to_apply {
    padding: 40px 0px;
  }

  .how_to_apply .how_to_apply_halfs_right {
    width: 100%;
  }

  .how_to_apply .how_to_apply_halfs_left {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 15px;
  }

  .how_to_apply .how_to_apply_image {
    max-width: 200px;
    display: block;
    margin: 0px auto;
  }

  .how_to_apply .how_to_apply_headline {
    text-align: center;
    line-height: 1.2;
  }

  .how_to_apply .news_devider_line {
    margin: 0px auto;
    margin-bottom: 10px;
    margin-top: 5px;
  }

  .how_to_apply .how_to_apply_description {
    text-align: center;
    line-height: 1.2;
  }

  .how_to_apply .how_to_apply_contact_name {
    text-align: center;
    padding: 10px 0px;
    line-height: 1.2;
  }

  .how_to_apply .how_to_apply_content {
    text-align: center;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 420px) {
  .how_to_apply .how_to_apply_headline {
    font-size: 30px;
  }

  .how_to_apply .how_to_apply_description {
    font-size: 16px;
  }

  .how_to_apply .how_to_apply_contact_name {
    font-size: 20px;
  }

  .how_to_apply .how_to_apply_content {
    font-size: 16px;
  }

  .how_to_apply .how_to_apply_image {
    max-width: 150px;
  }
}
.press_kit {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}

.press_kit .press_kit_background {
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: auto;
  min-height: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.press_kit .press_kit_background .press_kit_background_dimmer {
  background-color: #506a85;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.press_kit .press_kit_background .press_kit_wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  position: relative;
  z-index: 456;
}

.press_kit .press_kit_background .press_kit_headline {
  font-size: 78px;
  text-align: center;
  color: #fff;
  font-family: "open_sansextrabold";
  line-height: 1.3;
}

.press_kit .press_kit_background .press_kit_subheadline {
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-family: "open_sanslight_italic";
  line-height: 1.3;
  padding-left: 10%;
  padding-right: 10%;
}

.press_kit .press_kit_background .press_kit_white_line_decoration {
  width: 70%;
  max-width: 320px;
  height: 1px;
  background: #fff;
  margin: 0px auto;
}

.press_kit .press_kit_background .press_kit_cta_link {
  background-color: #d70056;
  font-size: 18px;
  color: #fff;
  font-family: "open_sansbold";
  padding: 18px;
  margin: 15px auto 0px auto;
  display: block;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  max-width: 250px;
  width: 80%;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
}

.press_kit .press_kit_background .press_kit_cta_link:hover {
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

.press_kit .press_kit_background .press_kit_company_logo {
  display: block;
  margin: 0px auto;
  max-width: 690px;
  width: 60%;
  margin-bottom: 60px;
}

.press_kit .press_kit_download_section {
  width: 95%;
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0px auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.press_kit .press_kit_download_section .press_kit_download_tirth {
  float: left;
  width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px;
}

.press_kit .press_kit_download_section .press_kit_thirth_title {
  color: #d70056;
  font-size: 36px;
  text-align: center;
  font-family: "open_sansbold";
  line-height: 1.2;
  margin-bottom: 5px;
}

.press_kit .press_kit_download_section .press_kit_thirth_description {
  font-size: 21px;
  color: #656565;
  text-align: center;
  font-family: "open_sanslight_italic";
  line-height: 1.2;
}

.press_kit .press_kit_download_section .press_kit_thirth_image {
  display: block;
  margin: 30px auto;
  max-width: 260px;
  width: 70%;
}

.press_kit .press_kit_download_section .press_kit_cta_link {
  background-color: #d70056;
  font-size: 18px;
  color: #fff;
  font-family: "open_sansbold";
  padding: 18px;
  margin: 15px auto 0px auto;
  display: block;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  max-width: 250px;
  width: 80%;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
}

.press_kit .press_kit_download_section .press_kit_cta_link:hover {
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

.press_kit .press_kit_download_section .press_kit_thirth_devider_line {
  width: 65%;
  max-width: 160px;
  height: 1px;
  background-color: #d70056;
  margin: 0px auto 10px auto;
}

@media only screen and (max-width: 1400px) {
  .press_kit .press_kit_background .press_kit_headline {
    font-size: 58px;
  }

  .press_kit .press_kit_background .press_kit_subheadline {
    font-size: 30px;
  }

  .press_kit .press_kit_background .press_kit_company_logo {
    max-width: 500px;
    margin-bottom: 25px;
  }

  .press_kit .press_kit_background {
    padding: 80px 0px;
    min-height: 400px;
  }

  .press_kit .press_kit_download_section .press_kit_thirth_title {
    font-size: 27px;
  }

  .press_kit .press_kit_download_section .press_kit_thirth_description {
    font-size: 16px;
  }

  .press_kit .press_kit_download_section .press_kit_cta_link {
    font-size: 14px;
    max-width: 60%;
    padding: 14px;
  }

  .press_kit .press_kit_download_section .press_kit_thirth_image {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .press_kit .press_kit_download_section .press_kit_thirth_title {
    font-size: 20px;
  }

  .press_kit .press_kit_download_section .press_kit_thirth_description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 840px) {
  .press_kit .press_kit_download_section .press_kit_thirth_image {
    width: 60%;
  }

  .press_kit .press_kit_background .press_kit_headline {
    font-size: 40px;
  }

  .press_kit .press_kit_background .press_kit_subheadline {
    font-size: 20px;
  }

  .press_kit .press_kit_background .press_kit_company_logo {
    width: 36%;
  }
}
@media only screen and (max-width: 700px) {
  .press_kit .press_kit_download_section .press_kit_download_tirth {
    width: 100%;
    padding: 0px 0px 40px 0px;
  }

  .press_kit .press_kit_download_section .press_kit_thirth_image {
    max-width: 120px;
    margin: 10px auto;
  }

  .press_kit .press_kit_download_section .press_kit_cta_link {
    max-width: 150px;
  }

  .press_kit .press_kit_download_section .press_kit_cta_link {
    font-size: 14px;
    max-width: 60%;
    padding: 9px;
  }
}
@media only screen and (max-width: 420px) {
  .press_kit .press_kit_background .press_kit_headline {
    font-size: 30px;
  }

  .press_kit .press_kit_background .press_kit_subheadline {
    font-size: 16px;
  }

  .press_kit .press_kit_background .press_kit_white_line_decoration {
    width: 20%;
  }

  .press_kit .press_kit_background .press_kit_company_logo {
    width: 50%;
  }

  .press_kit .press_kit_background {
    padding: 40px 0px;
    min-height: 330px;
  }
}
.sponsorship_form_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(80, 106, 133, 0.75);
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  top: 0px;
  z-index: 99999;
  left: 0px;
}

.sponsorshio_modal_active {
  display: block;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.sponsorship_modal_centering {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  width: 85%;
  max-width: 600px;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.sponsorship_modal_centering .gform_confirmation_message {
  font-family: "open_sansextrabold";
  text-align: center;
  color: #6aca6a;
  padding-top: 20px;
}

.sponsorship_modal_centering .close_img {
  position: absolute;
  top: -15px;
  right: -15px;
  max-width: 30px;
  cursor: pointer;
}

.sponsorship_modal_centering ul {
  list-style: none;
}

.sponsorship_modal_centering .form_modal_title {
  font-size: 29px;
  font-family: "open_sansextrabold";
  text-align: center;
  color: #656565;
  line-height: 1;
  margin-bottom: 5px;
}

.sponsorship_modal_centering .gfield_label {
  font-family: "open_sansbold";
  font-size: 15px;
  color: #656565;
  margin-top: 5px;
  display: block;
}

.sponsorship_modal_centering input {
  background-color: #f8f8f8;
  border: none;
  width: 100%;
  font-size: 18px;
  font-family: "open_sanslight_italic";
  padding-left: 5px;
  padding-right: 5px;
}

.sponsorship_modal_centering input:focus {
  outline: none;
  border: none;
}

.sponsorship_modal_centering .gfield_error input {
  background-color: #ffe1e1;
}

.sponsorship_modal_centering .validation_error {
  display: none;
}

.sponsorship_modal_centering .validation_message {
  color: #d70056;
  font-size: 10px;
  font-family: "open_sanslight_italic";
}

.sponsorship_modal_centering .gform_button {
  background-color: #d70056;
  font-size: 18px;
  color: #fff;
  font-family: "open_sansbold";
  padding: 18px;
  margin: 15px auto 0px auto;
  display: block;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  max-width: 250px;
  width: 80%;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
}

.sponsorship_modal_centering .gform_button:hover {
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

.sponsorship_section {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
}

.sponsorship_section .sponsorship_image {
  width: 95%;
  max-width: 373px;
  border-radius: 50%;
  box-shadow: 7px 7px 0px rgba(1, 1, 1, 0.25);
}

.sponsorship_section .sponsorship_headline {
  font-size: 29px;
  font-family: "open_sansextrabold";
  color: #656565;
  line-height: 1.2;
}

.sponsorship_section .sponsorship_sub_headline {
  font-size: 20px;
  font-family: "open_sansextrabold";
  color: #d70056;
  line-height: 1.2;
}

.sponsorship_section .sponsorship_description {
  font-family: "open_sanslight_italic";
  color: #656565;
  line-height: 1.2;
  font-size: 22px;
}

.sponsorship_section .sponsorship_line_devider {
  width: 120px;
  height: 1px;
  background-color: #d70056;
  margin-bottom: 15px;
  margin-top: 10px;
}

.sponsorship_section .sponsorship_cta_link {
  background-color: #d70056;
  font-size: 18px;
  color: #ffffff;
  font-family: "open_sansbold";
  padding: 18px;
  margin-top: 15px;
  display: block;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  max-width: 250px;
  width: 80%;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
  cursor: pointer;
}

.sponsorship_section .sponsorship_cta_link:hover {
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

.sponsorship_section .sponsorship_single_item {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #e6e9ed;
}

.sponsorship_section .sponsorship_wrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.sponsorship_section .sponsorship_image_container {
  width: 35%;
}

.sponsorship_section .sponsorship_otherinfo_container {
  width: 65%;
  padding-left: 30px;
}

@media only screen and (max-width: 1400px) {
  .sponsorship_section .sponsorship_image {
    max-width: 300px;
    margin: 0px auto;
    display: block;
  }

  .sponsorship_section .sponsorship_cta_link {
    font-size: 15px;
    padding: 10px;
    max-width: 220px;
  }
}
@media only screen and (max-width: 1100px) {
  .sponsorship_section .sponsorship_headline {
    font-size: 25px;
  }

  .sponsorship_section .sponsorship_sub_headline {
    font-size: 16px;
  }

  .sponsorship_section .sponsorship_description {
    font-size: 16px;
  }

  .sponsorship_section .sponsorship_line_devider {
    margin-bottom: 5px;
  }

  .sponsorship_section .sponsorship_image_container {
    width: 30%;
  }

  .sponsorship_section .sponsorship_otherinfo_container {
    width: 70%;
  }
}
@media only screen and (max-width: 800px) {
  .sponsorship_section .sponsorship_single_item {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .sponsorship_section .sponsorship_image_container {
    width: 40%;
  }

  .sponsorship_section .sponsorship_otherinfo_container {
    width: 60%;
  }

  .sponsorship_section .sponsorship_headline {
    font-size: 18px;
  }

  .sponsorship_section .sponsorship_sub_headline {
    font-size: 12px;
  }

  .sponsorship_section .sponsorship_description {
    font-size: 14px;
  }

  .sponsorship_section .sponsorship_cta_link {
    font-size: 12px;
    max-width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .sponsorship_section .sponsorship_image_container {
    width: 100%;
  }

  .sponsorship_section .sponsorship_otherinfo_container {
    width: 100%;
    padding-left: 0px;
  }

  .sponsorship_section .sponsorship_image {
    max-width: 180px;
    margin-bottom: 20px;
  }

  .sponsorship_section .sponsorship_headline {
    font-size: 18px;
    text-align: center;
  }

  .sponsorship_section .sponsorship_sub_headline {
    font-size: 12px;
    text-align: center;
  }

  .sponsorship_section .sponsorship_description {
    font-size: 14px;
    text-align: center;
  }

  .sponsorship_section .sponsorship_cta_link {
    font-size: 12px;
    max-width: 200px;
  }

  .sponsorship_section .sponsorship_line_devider {
    margin-left: auto;
    margin-right: auto;
  }

  .sponsorship_section .sponsorship_cta_link {
    margin-left: auto;
    margin-right: auto;
  }
}
.all_blog_section {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
}

.all_blog_section .all_blog_image {
  width: 95%;
  max-width: 373px;
  border-radius: 50%;
  box-shadow: 7px 7px 0px rgba(1, 1, 1, 0.25);
}

.all_blog_section .all_blog_headline {
  font-size: 60px;
  font-family: "open_sansextrabold";
  color: #656565;
  line-height: 1;
}

.all_blog_section .all_blog_sub_headline {
  font-size: 20px;
  font-family: "open_sansextrabold";
  color: #d70056;
  line-height: 1.2;
}

.all_blog_section .all_blog_description {
  font-family: "open_sanslight_italic";
  color: #656565;
  line-height: 1.2;
  font-size: 22px;
}

.all_blog_section .all_blog_line_devider {
  width: 120px;
  height: 1px;
  background-color: #d70056;
  margin-bottom: 15px;
  margin-top: 10px;
}

.all_blog_section .all_blog_cta_link {
  background-color: #d70056;
  font-size: 18px;
  color: #ffffff;
  font-family: "open_sansbold";
  padding: 18px;
  margin-top: 15px;
  display: block;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  max-width: 250px;
  width: 80%;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
  cursor: pointer;
}

.all_blog_section .all_blog_cta_link:hover {
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

.all_blog_section .all_blog_single_item {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #e6e9ed;
}

.all_blog_section .all_blog_wrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.all_blog_section .all_blog_image_container {
  width: 35%;
}

.all_blog_section .all_blog_otherinfo_container {
  width: 65%;
  padding-left: 30px;
}

.all_blog_section .all_blog_otherinfo_container p {
  font-family: "open_sanslight_italic";
  color: #656565;
  line-height: 1.2;
  font-size: 22px;
}

.all_blog_section .all_blog_otherinfo_container .date {
  font-size: 14px;
  font-family: "open_sansregular";
  color: #656565;
}

.category_pagination_holder {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.category_pagination_holder .pagination .page-numbers {
  font-size: 25px;
  font-family: "open_sansregular";
  color: #656565;
  margin-left: 5px;
  margin-right: 5px;
}

.category_pagination_holder .pagination .current {
  font-family: "open_sansextrabold";
  color: #d70056;
  font-size: 25px;
}

.category_pagination_holder .pagination .prev {
  display: inline-block;
  color: transparent;
  width: 30px;
  height: 30px;
  background-size: cover;
  display: none;
  background-image: url("img/btn-prev.png");
}

.category_pagination_holder .pagination .next {
  display: inline-block;
  color: transparent;
  width: 30px;
  height: 30px;
  background-size: cover;
  display: none;
  background-image: url("img/btn-next.png");
}

@media only screen and (max-width: 1400px) {
  .all_blog_section .all_blog_headline {
    font-size: 50px;
  }

  .all_blog_section .all_blog_otherinfo_container p {
    font-size: 18px;
  }

  .all_blog_section .all_blog_cta_link {
    font-size: 16px;
    padding: 8px;
    max-width: 220px;
  }
}
@media only screen and (max-width: 840px) {
  .all_blog_section .all_blog_headline {
    font-size: 40px;
  }

  .all_blog_section .all_blog_otherinfo_container p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 550px) {
  .all_blog_section .all_blog_image_container {
    width: 100%;
    padding-bottom: 30px;
  }

  .all_blog_section .all_blog_otherinfo_container {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }

  .category_pagination_holder .pagination .page-numbers, .category_pagination_holder .pagination .current {
    font-size: 16px;
  }

  .all_blog_section .all_blog_image {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .all_blog_section .all_blog_line_devider {
    margin-left: auto;
    margin-right: auto;
  }

  .all_blog_section .all_blog_cta_link {
    margin-left: auto;
    margin-right: auto;
  }

  .all_blog_section .all_blog_single_item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .all_blog_section .all_blog_headline {
    font-size: 30px;
  }

  .all_blog_section .all_blog_otherinfo_container p {
    font-size: 14px;
  }
}
body.pricing {
  overflow: auto;
}

.pricing {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}

.pricing .pricing_background {
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: auto;
  min-height: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.pricing .pricing_background .pricing_background_dimmer {
  background-color: #506a85;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.pricing .pricing_background .pricing_headline {
  font-size: 78px;
  text-align: center;
  color: #fff;
  font-family: "open_sansextrabold";
  line-height: 1.3;
}

.pricing .pricing_background .pricing_subheadline {
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-family: "open_sanslight_italic";
  line-height: 1.3;
  margin-bottom: 60px;
  padding-left: 10%;
  padding-right: 10%;
}

.pricing .pricing_background .pricing_white_line_decoration {
  width: 70%;
  max-width: 320px;
  height: 1px;
  background: #fff;
  margin: 0px auto;
}

.pricing .pricing_content_padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pricing .pricing_wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  position: relative;
  height: auto;
  overflow: hidden;
  z-index: 456;
}

.pricing .pricing_wrapper .pricing_left {
  width: 35%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}

.pricing .pricing_wrapper .pricing_left img {
  max-width: 340px;
  width: 90%;
  display: block;
  margin: 0px auto;
  border-radius: 50%;
  box-shadow: 7px 7px 0px rgba(1, 1, 1, 0.25);
}

.pricing .pricing_wrapper .pricing_right {
  width: 65%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.pricing .pricing_wrapper .pricing_name {
  font-family: "open_sansextrabold";
  font-size: 60px;
  text-transform: uppercase;
  color: #656565;
  line-height: 1.2;
}

.pricing .pricing_wrapper .pricing_title {
  font-family: "open_sanssemibold";
  font-size: 30px;
  text-transform: uppercase;
  color: #656565;
  line-height: 1.2;
}

.pricing .pricing_wrapper .pricing_decoration_line {
  width: 45%;
  max-width: 120px;
  height: 1px;
  background-color: #d70056;
  margin-top: 30px;
  margin-bottom: 20px;
}

.pricing .pricing_wrapper .pricing_wysiwyg {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.pricing .pricing_wrapper .pricing_wysiwyg a {
  -webkit-transition: border-bottom 0.2s;
  transition: border-bottom 0.2s;
  color: #d70056;
  border-bottom: 1px solid transparent;
}

.pricing .pricing_wrapper .pricing_wysiwyg a:hover {
  color: #d70056;
  border-bottom: 1px solid #d70056;
}

.pricing .pricing_wrapper .pricing_wysiwyg p {
  font-family: "open_sanslight_italic";
  color: #656565;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.pricing .pricing_wrapper .pricing_wysiwyg h1 {
  margin-bottom: 20px;
  font-family: "open_sansbold";
  color: #656565;
  line-height: 1.2;
  font-size: 50px;
}

.pricing .pricing_wrapper .pricing_wysiwyg h2 {
  margin-bottom: 20px;
  font-family: "open_sansbold";
  color: #656565;
  line-height: 1.2;
  font-size: 40px;
}

.pricing .pricing_wrapper .pricing_wysiwyg h3 {
  margin-bottom: 20px;
  font-family: "open_sansbold";
  color: #656565;
  line-height: 1.2;
  font-size: 30px;
}

.pricing .pricing_wrapper .pricing_wysiwyg h4 {
  margin-bottom: 20px;
  font-family: "open_sansbold";
  color: #656565;
  line-height: 1.2;
  font-size: 20px;
}

.pricing .pricing_wrapper .pricing_wysiwyg h5 {
  margin-bottom: 20px;
  font-family: "open_sansbold";
  color: #656565;
  line-height: 1.2;
  font-size: 10px;
}

.pricing .pricing_wrapper .pricing_wysiwyg h6 {
  margin-bottom: 20px;
  font-family: "open_sansbold";
  color: #656565;
  line-height: 1.2;
  font-size: 8px;
}

.pricing .pricing_wrapper .pricing_wysiwyg ol, .pricing .pricing_wrapper .pricing_wysiwyg ul {
  font-family: "open_sanslight_italic";
  color: #656565;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.2;
  padding-left: 40px;
}

.pricing .pricing_models_headline {
  font-size: 78px;
  text-align: center;
  color: #656565;
  font-family: "open_sansextrabold";
  line-height: 1.3;
}

.pricing .pricing_models_sub_headline {
  font-size: 36px;
  text-align: center;
  color: #656565;
  font-family: "open_sanslight_italic";
  line-height: 1.3;
  margin-bottom: 60px;
  padding-left: 10%;
  padding-right: 10%;
}

.pricing .pricing_pink_line_decoration {
  width: 45%;
  max-width: 250px;
  height: 1px;
  background-color: #d70056;
  margin: 0px auto;
  display: block;
}

.pricing .pricing_models_menu {
  display: inline;
  text-align: center;
}

.pricing .pricing_models_menu_container {
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #656565;
  cursor: pointer;
  font-family: "open_sanslight_italic";
  margin-bottom: 30px;
}

.pricing .pricing_span_elements:after {
  content: "/";
  margin-left: 10px;
  font-size: 36px;
  color: #656565;
  font-family: "open_sanslight_italic";
}

.pricing .pricing_span_elements:last-child:after {
  display: none;
}

.pricing .pricing_flex_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.pricing .pricing_model_box {
  width: 30%;
  border: 1px solid #c2c2c2;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.pricing .pricing_model_box:hover {
  background-color: #f7f7f7;
}

.pricing .pricing_model_name_label {
  text-align: center;
  font-size: 40px;
  font-family: "open_sansbold";
  color: #494949;
  line-height: 1.2;
  margin-top: 20px;
}

.pricing .pricing_model_period {
  text-align: center;
  color: #d70056;
  font-family: "open_sansregular";
  font-size: 22px;
  line-height: 1.2;
}

.pricing .pricing_model_divider {
  width: 65%;
  height: 1px;
  max-width: 250px;
  background-color: #e9e9e9;
  margin: 25px auto;
}

.pricing .pricing_model_price {
  color: #000;
  font-size: 70px;
  text-align: center;
  line-height: 1.2;
  font-family: "open_sanslight";
}

.pricing .pricing_pre_post_price {
  text-align: center;
  line-height: 1.2;
  font-family: "open_sanslight";
  font-size: 20px;
  color: #999999;
}

.pricing .pricing_cta_link {
  background-color: #d70056;
  font-size: 18px;
  color: white;
  font-family: "open_sansbold";
  padding: 18px;
  margin: 30px auto;
  display: block;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  max-width: 250px;
  width: 80%;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
}

.pricing .pricing_cta_link:hover {
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

.pricing .pricing_list_of_features {
  list-style: none;
  padding: 0px;
  margin: 0px;
  border-top: 1px solid #e9e9e9;
}

.pricing .pricing_list_of_features li {
  height: 65px;
  text-align: center;
  color: #494949;
  font-size: 15px;
  font-family: "open_sanslight";
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
}

.pricing .pricing_list_of_features li .pricing_includes_nothing {
  font-family: "open_sansextrabold";
  color: #d70056;
  font-size: 24px;
}

.pricing .pricing_list_of_features li span span {
  color: #d70056;
}

.pricing .pricing_popular {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #d70056;
  color: white;
  text-align: center;
  font-size: 18px;
  font-family: "open_sansbold";
  display: none;
}

.pricing .pricing_popular_active {
  display: block;
}

.registration {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}

.registration .registration_background {
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: auto;
  min-height: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.registration .registration_background .registration_background_dimmer {
  background-color: #506a85;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.registration .registration_background .registration_headline {
  font-size: 78px;
  text-align: center;
  color: #fff;
  font-family: "open_sansextrabold";
  line-height: 1.3;
}

.registration .registration_background .registration_subheadline {
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-family: "open_sanslight_italic";
  line-height: 1.3;
  margin-bottom: 60px;
  padding-left: 10%;
  padding-right: 10%;
}

.registration .registration_background .registration_white_line_decoration {
  width: 70%;
  max-width: 320px;
  height: 1px;
  background: #fff;
  margin: 0px auto;
}

.registration .registration_content_padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.registration .registration_wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  position: relative;
  height: auto;
  overflow: hidden;
  z-index: 456;
}

.registration .registration_content_headline {
  font-size: 78px;
  text-align: center;
  color: #656565;
  font-family: "open_sansextrabold";
  line-height: 1.3;
}

.registration .registration_content_sub_headline {
  font-size: 36px;
  text-align: center;
  color: #656565;
  font-family: "open_sanslight_italic";
  line-height: 1.3;
  margin-bottom: 60px;
  padding-left: 10%;
  padding-right: 10%;
}

.registration .registration_content_pink_line_decoration {
  width: 45%;
  max-width: 250px;
  height: 1px;
  background-color: #d70056;
  margin: 0px auto;
  display: block;
}

.registration .gform_wrapper ul {
  list-style: none;
}

.registration .gform_wrapper ul li {
  margin-top: 10px;
  overflow: hidden;
}

.registration .gform_wrapper input {
  border: 1px solid #c6c6c6;
  background-color: #f8f8f8;
  border-radius: 4px;
  font-size: 26px;
  font-family: "open_sanslight_italic";
  padding-left: 10px;
  padding-right: 10px;
}

.registration .gform_wrapper label {
  font-size: 26px;
  color: #656565;
  font-family: "open_sanslight_italic";
  width: 100%;
  display: block;
  text-align: center;
}

.registration .gform_wrapper select {
  border: 1px solid #c6c6c6;
  background-color: #f8f8f8;
  border-radius: 4px;
  font-family: "open_sanslight_italic";
  font-size: 26px;
  display: block;
  margin: 0px auto;
}

.registration .registration_center_form {
  max-width: 700px;
  margin: 0px auto;
}

.registration .registration_center_form .validation_error {
  display: none;
}

.registration .registration_center_form .validation_message {
  color: #d70056;
  font-size: 10px;
  font-family: "open_sanslight_italic";
}

.registration_login {
  width: 700px;
  margin: 0px auto;
}

.registration_login form .login-remember {
  display: none;
}

.registration_login form label {
  font-size: 26px;
  color: #656565;
  font-family: "open_sanslight_italic";
  width: 100%;
  display: block;
  text-align: center;
}

.registration_login form input {
  border: 1px solid #c6c6c6;
  background-color: #f8f8f8;
  border-radius: 4px;
  font-size: 26px;
  font-family: "open_sanslight_italic";
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.registration_login #wp-submit {
  background-color: #d70056;
  font-size: 18px;
  color: #fff;
  font-family: "open_sansbold";
  padding: 18px;
  margin: 15px auto 0px auto;
  display: block;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  max-width: 250px;
  width: 80%;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
}

.registration_login #wp-submit:hover {
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

.media_slider {
  width: 100%;
  overflow: hidden;
  height: auto;
  display: block;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}

.media_slider h3 {
  text-align: center;
  color: #fff;
  font-size: 78px;
  position: relative;
  font-family: "open_sansextrabold";
  margin-bottom: 80px;
}

.media_slider .media_slider_dimmer {
  background-color: #506a85;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.media_slider .media_slider_slide .media_slider_sub_wrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.media_slider .media_slider_logo_link {
  display: block;
  padding-bottom: 15px;
  width: 33.33333%;
}

.media_slider .media_slider_logo_link img {
  border-radius: 50%;
  max-width: 290px;
  box-shadow: 7px 7px 0px rgba(1, 1, 1, 0.25);
  margin: 0px auto;
  width: 90%;
}

.media_slider .media_slider_cta_link {
  background-color: #d70056;
  font-size: 18px;
  color: white;
  font-family: "open_sansbold";
  padding: 18px;
  margin: 70px auto 0px auto;
  display: block;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  max-width: 250px;
  position: relative;
  z-index: 55;
  width: 80%;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
}

.media_slider .media_slider_cta_link:hover {
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

@media only screen and (max-width: 1400px) {
  .media_slider h3 {
    font-size: 58px;
  }

  .media_slider .media_slider_cta_link {
    font-size: 14px;
    max-width: 230px;
  }
}
@media only screen and (max-width: 1000px) {
  .media_slider .media_slider_cta_link {
    max-width: 180px;
    padding: 12px;
  }

  .media_slider h3 {
    margin-bottom: 30px;
  }

  .media_slider {
    padding-bottom: 60px;
  }

  .media_slider .media_slider_cta_link {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 840px) {
  .media_slider h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 420px) {
  .media_slider h3 {
    font-size: 30px;
  }
}
.contact_info {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact_info .contact_info_wrapper {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.contact_info .contact_info_wrapper .individual_contact_info {
  width: 33.3333%;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}

.contact_info .contact_info_wrapper .individual_contact_info .conctat_info_devider_line {
  width: 50%;
  margin: 10px auto;
  height: 1px;
  background-color: #d70056;
}

.contact_info .contact_info_wrapper .individual_contact_info .contact_descritpion {
  color: #656565;
  font-size: 21px;
  font-family: "open_sanslight";
  line-height: 1.2;
}

.contact_info .contact_info_wrapper .individual_contact_info .contact_name {
  color: #d70056;
  font-size: 21px;
  font-family: "open_sansextrabold";
  line-height: 1.2;
}

.contact_info .contact_info_wrapper .individual_contact_info .contact_position {
  color: #656565;
  font-size: 21px;
  font-family: "open_sanslight";
  line-height: 1.2;
  margin-bottom: 20px;
}

.contact_info .contact_info_wrapper .individual_contact_info .phone_numbers {
  color: #656565;
  font-size: 21px;
  font-family: "open_sanslight";
  line-height: 1.2;
}

.contact_info .contact_info_wrapper .individual_contact_info .contact_email {
  color: #d70056;
  font-size: 21px;
  font-family: "open_sanslight";
  line-height: 1.2;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.2s;
  transition: border-bottom 0.2s;
}

.contact_info .contact_info_wrapper .individual_contact_info .contact_email:hover {
  border-bottom: 1px solid #d70056;
}

@media only screen and (max-width: 1400px) {
  .contact_info .contact_info_wrapper .individual_contact_info .contact_descritpion {
    font-size: 16px;
  }

  .contact_info .contact_info_wrapper .individual_contact_info .contact_name {
    font-size: 18px;
  }

  .contact_info .contact_info_wrapper .individual_contact_info .contact_position {
    font-size: 16px;
  }

  .contact_info .contact_info_wrapper .individual_contact_info .phone_numbers {
    font-size: 16px;
  }

  .contact_info .contact_info_wrapper .individual_contact_info .contact_email {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1000px) {
  .contact_info .contact_info_wrapper .individual_contact_info {
    width: 100%;
    margin-bottom: 20px;
  }
}
.gallery_panel_name {
  color: #656565;
  font-size: 28px;
  font-family: "open_sansextrabold";
  line-height: 1.2;
}

.individual_gallery {
  width: 31.3321%;
  float: left;
  margin: 1%;
  position: relative;
}

.individual_gallery .gallery_cta_overlay {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  text-align: center;
  color: white;
  background-color: #d70056;
  font-size: 18px;
  font-family: "open_sansbold";
  border-radius: 26px;
  padding: 10px 26px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.gallery_styles {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  overflow: hidden;
  height: auto;
  display: block;
}

.gallery_pink_devider {
  width: 35%;
  height: 1px;
  background-color: #d70056;
  margin-top: 15px;
  margin-bottom: 8px;
}

.gallery_row {
  float: left;
  width: 100%;
}

.gallery_cta_centrator {
  display: block;
  position: relative;
}

.gallery_cta_centrator:hover .gallery_cta_overlay {
  opacity: 1;
}

@media only screen and (max-width: 1400px) {
  .gallery_panel_name {
    font-size: 20px;
  }

  .gallery_pink_devider {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .individual_gallery .gallery_cta_overlay {
    font-size: 12px;
    padding: 6px 22px;
  }
}
@media only screen and (max-width: 1100px) {
  .individual_gallery {
    width: 32.998889%;
    margin: 0.1%;
  }

  .gallery_row {
    padding-bottom: 10px;
  }

  .gallery_panel_name {
    font-size: 15px;
    padding-right: 10px;
    font-family: "open_sansbold";
  }
}
@media only screen and (max-width: 840px) {
  .gallery_cta_overlay {
    font-size: 10px;
    padding: 6px 18px;
    width: 85%;
  }
}
@media only screen and (max-width: 600px) {
  .gallery_cta_centrator:hover .gallery_cta_overlay {
    opacity: 0;
  }
}
@media only screen and (max-width: 600px) {
  .gallery_panel_name {
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    font-family: "open_sanslight_italic";
    text-align: center;
  }

  .gallery_pink_devider {
    margin: 5px auto 0px auto;
  }
}
.galery_title_devider {
  margin: 25px auto;
  max-width: 1173px;
  width: 95%;
  background-color: #e9e9e9;
  padding: 10px;
}

.gallery_title_headline {
  font-size: 18px;
  font-family: "open_sansbold";
  color: #494949;
}

@media only screen and (max-width: 1200px) {
  .gallery_title_headline {
    font-size: 16px;
  }
}
@media only screen and (max-width: 840px) {
  .gallery_title_headline {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .gallery_title_headline {
    font-size: 12px;
  }
}
.gallery_header_heading {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}

.gallery_header_heading .gallery_header_wrapper_heading {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  position: relative;
  height: auto;
  overflow: hidden;
  z-index: 456;
}

.gallery_header_heading .gallery_header_background {
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: auto;
  min-height: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery_header_heading .gallery_header_background .gallery_header_background_dimmer {
  background-color: #506a85;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.gallery_header_heading .gallery_header_background .gallery_header_headline {
  font-size: 78px;
  text-align: center;
  color: #ffffff;
  font-family: "open_sansextrabold";
  line-height: 1.3;
}

.gallery_header_heading .gallery_header_background .gallery_header_subheadline {
  font-size: 36px;
  text-align: center;
  color: #ffffff;
  font-family: "open_sanslight_italic";
  line-height: 1.3;
  margin-bottom: 60px;
}

.gallery_header_heading .gallery_header_background .gallery_header_white_line_decoration {
  width: 70%;
  max-width: 320px;
  height: 1px;
  background: #ffffff;
  margin: 0px auto;
}

.single_speaker {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}

.single_speaker .single_speaker_background {
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: auto;
  min-height: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.single_speaker .single_speaker_background .single_speaker_background_dimmer {
  background-color: #506a85;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.single_speaker .single_speaker_background .single_speaker_headline {
  font-size: 78px;
  text-align: center;
  color: #fff;
  font-family: "open_sansextrabold";
  line-height: 1.3;
}

.single_speaker .single_speaker_background .single_speaker_subheadline {
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-family: "open_sanslight_italic";
  line-height: 1.3;
  margin-bottom: 60px;
}

.single_speaker .single_speaker_background .single_speaker_white_line_decoration {
  width: 70%;
  max-width: 320px;
  height: 1px;
  background: #fff;
  margin: 0px auto;
}

.single_speaker .single_speaker_content_padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.single_speaker .single_speaker_wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  position: relative;
  height: auto;
  overflow: hidden;
  z-index: 456;
}

.single_speaker .single_speaker_wrapper .single_speaker_left {
  width: 35%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}

.single_speaker .single_speaker_wrapper .single_speaker_left img {
  max-width: 340px;
  width: 90%;
  display: block;
  margin: 0px auto;
  border-radius: 50%;
  box-shadow: 7px 7px 0px rgba(1, 1, 1, 0.25);
}

.single_speaker .single_speaker_wrapper .single_speaker_right {
  width: 65%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.single_speaker .single_speaker_wrapper .single_speaker_name {
  font-family: "open_sansextrabold";
  font-size: 60px;
  text-transform: uppercase;
  color: #656565;
  line-height: 1.2;
}

.single_speaker .single_speaker_wrapper .single_speaker_title {
  font-family: "open_sanssemibold";
  font-size: 30px;
  text-transform: uppercase;
  color: #656565;
  line-height: 1.2;
}

.single_speaker .single_speaker_wrapper .single_speaker_decoration_line {
  width: 45%;
  max-width: 120px;
  height: 1px;
  background-color: #d70056;
  margin-top: 30px;
  margin-bottom: 20px;
}

.single_speaker .single_speaker_wrapper .single_speaker_wysiwyg {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.single_speaker .single_speaker_wrapper .single_speaker_wysiwyg a {
  -webkit-transition: border-bottom 0.2s;
  transition: border-bottom 0.2s;
  color: #d70056;
  border-bottom: 1px solid transparent;
}

.single_speaker .single_speaker_wrapper .single_speaker_wysiwyg a:hover {
  color: #d70056;
  border-bottom: 1px solid #d70056;
}

.single_speaker .single_speaker_wrapper .single_speaker_wysiwyg p {
  font-family: "open_sanslight_italic";
  color: #656565;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.single_speaker .single_speaker_wrapper .single_speaker_wysiwyg h1 {
  margin-bottom: 20px;
  font-family: "open_sansbold";
  color: #656565;
  line-height: 1.2;
  font-size: 50px;
}

.single_speaker .single_speaker_wrapper .single_speaker_wysiwyg h2 {
  margin-bottom: 20px;
  font-family: "open_sansbold";
  color: #656565;
  line-height: 1.2;
  font-size: 40px;
}

.single_speaker .single_speaker_wrapper .single_speaker_wysiwyg h3 {
  margin-bottom: 20px;
  font-family: "open_sansbold";
  color: #656565;
  line-height: 1.2;
  font-size: 30px;
}

.single_speaker .single_speaker_wrapper .single_speaker_wysiwyg h4 {
  margin-bottom: 20px;
  font-family: "open_sansbold";
  color: #656565;
  line-height: 1.2;
  font-size: 20px;
}

.single_speaker .single_speaker_wrapper .single_speaker_wysiwyg h5 {
  margin-bottom: 20px;
  font-family: "open_sansbold";
  color: #656565;
  line-height: 1.2;
  font-size: 10px;
}

.single_speaker .single_speaker_wrapper .single_speaker_wysiwyg h6 {
  margin-bottom: 20px;
  font-family: "open_sansbold";
  color: #656565;
  line-height: 1.2;
  font-size: 8px;
}

.single_speaker .single_speaker_wrapper .single_speaker_wysiwyg ol, .single_speaker .single_speaker_wrapper .single_speaker_wysiwyg ul {
  font-family: "open_sanslight_italic";
  color: #656565;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.2;
  padding-left: 40px;
}

@media only screen and (max-width: 1400px) {
  .single_speaker .single_speaker_background {
    min-height: 550px;
  }

  .single_speaker .single_speaker_background .single_speaker_headline {
    font-size: 58px;
  }

  .single_speaker .single_speaker_background .single_speaker_subheadline {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .single_speaker .single_speaker_wrapper .single_speaker_name {
    font-size: 45px;
  }

  .single_speaker .single_speaker_wrapper .single_speaker_title {
    font-size: 25px;
  }

  .single_speaker .single_speaker_wrapper .single_speaker_wysiwyg p, .single_speaker .single_speaker_wrapper .single_speaker_wysiwyg ol, .single_speaker .single_speaker_wrapper .single_speaker_wysiwyg ul {
    font-size: 20px;
  }
}
@media only screen and (max-width: 840px) {
  .single_speaker .single_speaker_background {
    min-height: 400px;
  }

  .single_speaker .single_speaker_background .single_speaker_headline {
    font-size: 40px;
  }

  .single_speaker .single_speaker_background .single_speaker_subheadline {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 720px) {
  .single_speaker .single_speaker_wrapper .single_speaker_right {
    width: 100%;
  }

  .single_speaker .single_speaker_wrapper .single_speaker_left {
    width: 100%;
  }

  .single_speaker .single_speaker_wrapper .single_speaker_left img {
    margin-left: 0px;
    max-width: 250px;
  }
}
@media only screen and (max-width: 420px) {
  .single_speaker .single_speaker_content_padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .single_speaker .single_speaker_background {
    min-height: 250px;
  }

  .single_speaker .single_speaker_background .single_speaker_headline {
    font-size: 30px;
  }

  .single_speaker .single_speaker_background .single_speaker_subheadline {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .single_speaker .single_speaker_wrapper .single_speaker_left img {
    max-width: 170px;
  }

  .single_speaker .single_speaker_wrapper .single_speaker_name {
    font-size: 30px;
  }

  .single_speaker .single_speaker_wrapper .single_speaker_title {
    font-size: 16px;
  }

  .single_speaker .single_speaker_wrapper .single_speaker_wysiwyg p, .single_speaker .single_speaker_wrapper .single_speaker_wysiwyg ol, .single_speaker .single_speaker_wrapper .single_speaker_wysiwyg ul {
    font-size: 16px;
  }

  .single_speaker .single_speaker_wrapper .single_speaker_wysiwyg h1 {
    font-size: 30px;
  }

  .single_speaker .single_speaker_wrapper .single_speaker_wysiwyg h2 {
    font-size: 20px;
  }

  .single_speaker .single_speaker_wrapper .single_speaker_wysiwyg h3 {
    font-size: 15px;
  }

  .single_speaker .single_speaker_wrapper .single_speaker_wysiwyg h4 {
    font-size: 12px;
  }

  .single_speaker .single_speaker_wrapper .single_speaker_wysiwyg h5 {
    font-size: 10px;
  }

  .single_speaker .single_speaker_wrapper .single_speaker_wysiwyg h6 {
    font-size: 8px;
  }
}
.all_speakers_heading {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}

.all_speakers_heading .all_speakers_wrapper_heading {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  position: relative;
  height: auto;
  overflow: hidden;
  z-index: 456;
}

.all_speakers_heading .all_speakers_background {
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: auto;
  min-height: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.all_speakers_heading .all_speakers_background .all_speakers_background_dimmer {
  /*background-color: #506a85; Stjepan maknuo 09.09.2021.*/
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.all_speakers_heading .all_speakers_background .all_speakers_headline {
  font-size: 78px;
  text-align: center;
  color: #fff;
  font-family: "open_sansextrabold";
  line-height: 1.3;
}

.all_speakers_heading .all_speakers_background .all_speakers_subheadline {
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-family: "open_sanslight_italic";
  line-height: 1.3;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 60px;
}

.all_speakers_heading .all_speakers_background .all_speakers_white_line_decoration {
  width: 70%;
  max-width: 320px;
  height: 1px;
  background: #fff;
  margin: 0px auto;
}

.all_speakers {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
}

.all_speakers .all_speakers_wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  overflow: hidden;
  height: auto;
}

.all_speakers .all_speakers_headline {
  font-size: 78px;
  text-align: center;
  color: #656565;
  font-family: "open_sansextrabold";
  line-height: 1.3;
}

.all_speakers .all_speakers_subheadline {
  font-size: 36px;
  text-align: center;
  color: #656565;
  font-family: "open_sanslight_italic";
  line-height: 1.3;
  margin-bottom: 60px;
  padding-bottom: 100px;
}

.all_speakers .all_speakers_line_decoration {
  width: 70%;
  max-width: 320px;
  height: 1px;
  background: #d70056;
  margin: 0px auto;
}

.all_speakers .all_speakers_row_of_all_speakers {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 45px 0px;
}

.all_speakers .all_speakers_individually {
  width: 33.33333%;
  float: left;
  margin-bottom: 70px;
}

.all_speakers .all_speakers_individually:nth-child(3n+1) {
  clear: left;
}

.all_speakers .all_speakers_individually img {
  display: block;
  margin: 0px auto;
  border-radius: 50%;
  box-shadow: 7px 7px 0px rgba(1, 1, 1, 0.25);
}

.all_speakers .all_speakers_individually .all_speakers_speaker_name {
  color: #d70056;
  text-align: center;
  font-size: 19px;
  font-family: "open_sansextrabold";
  line-height: 1.2;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 30px;
}

.all_speakers .all_speakers_individually .all_speakers_speaker_description {
  color: #656565;
  text-align: center;
  font-size: 19px;
  font-family: "open_sansregular";
  line-height: 1.2;
  padding-left: 10%;
  padding-right: 10%;
}

.all_speakers .all_speakers_cta_link {
  background-color: #d70056;
  font-size: 18px;
  color: #fff;
  font-family: "open_sansbold";
  padding: 18px;
  margin: 130px auto 0 auto;
  display: block;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  max-width: 250px;
  width: 80%;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
}

.all_speakers .all_speakers_cta_link:hover {
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

@media only screen and (max-width: 1400px) {
  .all_speakers_heading .all_speakers_background {
    min-height: 550px;
  }

  .all_speakers_heading .all_speakers_background .all_speakers_headline {
    font-size: 58px;
  }

  .all_speakers_heading .all_speakers_background .all_speakers_subheadline {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .all_speakers .all_speakers_individually img {
    max-width: 70%;
  }
}
@media only screen and (max-width: 1000px) {
  .all_speakers .all_speakers_individually .all_speakers_speaker_name {
    font-size: 16px;
  }

  .all_speakers .all_speakers_individually .all_speakers_speaker_description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 840px) {
  .all_speakers_heading .all_speakers_background {
    min-height: 400px;
  }

  .all_speakers_heading .all_speakers_background .all_speakers_headline {
    font-size: 40px;
  }

  .all_speakers_heading .all_speakers_background .all_speakers_subheadline {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .all_speakers .all_speakers_individually {
    width: 100%;
  }

  .all_speakers .all_speakers_individually img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 420px) {
  .all_speakers_heading .all_speakers_background {
    min-height: 250px;
  }

  .all_speakers_heading .all_speakers_background .all_speakers_headline {
    font-size: 30px;
  }

  .all_speakers_heading .all_speakers_background .all_speakers_subheadline {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .all_speakers .all_speakers_individually {
    width: 100%;
    margin-bottom: 35px;
  }

  .all_speakers .all_speakers_individually img {
    max-width: 80%;
  }
}
.single_blog_date {
  font-size: 14px;
  font-family: "open_sansregular";
  color: #656565;
}

.single_blog {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}

.single_blog .single_blog_background {
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: auto;
  min-height: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.single_blog .single_blog_background .single_blog_background_dimmer {
  background-color: #506a85;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.single_blog .single_blog_background .single_blog_headline {
  font-size: 78px;
  text-align: center;
  color: #fff;
  font-family: "open_sansextrabold";
  line-height: 1.3;
}

.single_blog .single_blog_background .single_blog_subheadline {
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-family: "open_sanslight_italic";
  line-height: 1.3;
  margin-bottom: 60px;
}

.single_blog .single_blog_background .single_blog_white_line_decoration {
  width: 70%;
  max-width: 320px;
  height: 1px;
  background: #fff;
  margin: 0px auto;
}

.single_blog .single_blog_content_padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.single_blog .single_blog_wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  position: relative;
  height: auto;
  overflow: hidden;
  z-index: 456;
}

.single_blog .single_blog_wrapper .single_blog_left {
  width: 35%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}

.single_blog .single_blog_wrapper .single_blog_left img {
  max-width: 340px;
  width: 90%;
  display: block;
  margin: 0px auto;
  border-radius: 50%;
  box-shadow: 7px 7px 0px rgba(1, 1, 1, 0.25);
}

.single_blog .single_blog_wrapper .single_blog_right {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.single_blog .single_blog_wrapper .single_blog_name {
  font-family: "open_sansextrabold";
  font-size: 60px;
  text-transform: uppercase;
  color: #656565;
  line-height: 1.2;
}

.single_blog .single_blog_wrapper .single_blog_title {
  font-family: "open_sanssemibold";
  font-size: 30px;
  text-transform: uppercase;
  color: #656565;
  line-height: 1.2;
}

.single_blog .single_blog_wrapper .single_blog_decoration_line {
  width: 45%;
  max-width: 120px;
  height: 1px;
  background-color: #d70056;
  margin-top: 0px;
  margin-bottom: 20px;
}

.single_blog .single_blog_wrapper .single_blog_wysiwyg {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.single_blog .single_blog_wrapper .single_blog_wysiwyg a {
  -webkit-transition: border-bottom 0.2s;
  transition: border-bottom 0.2s;
  color: #d70056;
  border-bottom: 1px solid transparent;
}

.single_blog .single_blog_wrapper .single_blog_wysiwyg a:hover {
  color: #d70056;
  border-bottom: 1px solid #d70056;
}

.single_blog .single_blog_wrapper .single_blog_wysiwyg p {
  font-family: "open_sansregular";
  color: #656565;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.single_blog .single_blog_wrapper .single_blog_wysiwyg p i {
  font-family: "open_sanslight_italic";
}

.single_blog .single_blog_wrapper .single_blog_wysiwyg h1 {
  margin-bottom: 20px;
  font-family: "open_sansbold";
  color: #656565;
  line-height: 1.2;
  font-size: 50px;
}

.single_blog .single_blog_wrapper .single_blog_wysiwyg h2 {
  margin-bottom: 20px;
  font-family: "open_sansbold";
  color: #656565;
  line-height: 1.2;
  font-size: 40px;
}

.single_blog .single_blog_wrapper .single_blog_wysiwyg h3 {
  margin-bottom: 20px;
  font-family: "open_sansbold";
  color: #656565;
  line-height: 1.2;
  font-size: 30px;
}

.single_blog .single_blog_wrapper .single_blog_wysiwyg h4 {
  margin-bottom: 20px;
  font-family: "open_sansbold";
  color: #656565;
  line-height: 1.2;
  font-size: 20px;
}

.single_blog .single_blog_wrapper .single_blog_wysiwyg h5 {
  margin-bottom: 20px;
  font-family: "open_sansbold";
  color: #656565;
  line-height: 1.2;
  font-size: 10px;
}

.single_blog .single_blog_wrapper .single_blog_wysiwyg h6 {
  margin-bottom: 20px;
  font-family: "open_sansbold";
  color: #656565;
  line-height: 1.2;
  font-size: 8px;
}

.single_blog .single_blog_wrapper .single_blog_wysiwyg ol, .single_blog .single_blog_wrapper .single_blog_wysiwyg ul {
  font-family: "open_sansregular";
  color: #656565;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.2;
  padding-left: 40px;
}

@media only screen and (max-width: 1400px) {
  .single_blog .single_blog_wrapper .single_blog_name {
    font-size: 58px;
  }

  .single_blog .single_blog_wrapper .single_blog_wysiwyg p, .single_blog .single_blog_wrapper .single_blog_wysiwyg ol, .single_blog .single_blog_wrapper .single_blog_wysiwyg ul {
    font-size: 20px;
  }
}
@media only screen and (max-width: 840px) {
  .single_blog .single_blog_wrapper .single_blog_name {
    font-size: 40px;
  }
}
@media only screen and (max-width: 420px) {
  .single_blog .single_blog_wrapper .single_blog_wysiwyg p, .single_blog .single_blog_wrapper .single_blog_wysiwyg ol, .single_blog .single_blog_wrapper .single_blog_wysiwyg ul {
    font-size: 16px;
  }

  .single_blog .single_blog_wrapper .single_blog_wysiwyg h1 {
    font-size: 30px;
  }

  .single_blog .single_blog_wrapper .single_blog_wysiwyg h2 {
    font-size: 20px;
  }

  .single_blog .single_blog_wrapper .single_blog_wysiwyg h3 {
    font-size: 15px;
  }

  .single_blog .single_blog_wrapper .single_blog_wysiwyg h4 {
    font-size: 12px;
  }

  .single_blog .single_blog_wrapper .single_blog_wysiwyg h5 {
    font-size: 10px;
  }

  .single_blog .single_blog_wrapper .single_blog_wysiwyg h6 {
    font-size: 8px;
  }
}
/**
 * partials/footer
 * ---
 */
.footer {
  height: auto;
  padding-top: 60px;
  border-top: 4px solid #bdbdbd;
  background: #656565;
}

.footer .footer_wrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0px auto;
}

.footer .footer_wrapper .footer_dark_bar {
  width: 100%;
  height: 45px;
  background-color: #383838;
  margin-top: 10px;
}

.footer .footer_wrapper .footer_tiny_wrapper {
  width: 100%;
  overflow: hidden;
}

.footer .footer_wrapper .footer_tiny_wrapper .footer_bottom_nav {
  float: left;
}

.footer .footer_wrapper .footer_tiny_wrapper .footer_bottom_nav ul {
  list-style: none;
}

.footer .footer_wrapper .footer_tiny_wrapper .footer_bottom_nav ul li {
  display: inline;
}

.footer .footer_wrapper .footer_tiny_wrapper .footer_bottom_nav ul li:after {
  content: "|";
  font-family: "open_sansregular";
  color: white;
  font-size: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.footer .footer_wrapper .footer_tiny_wrapper .footer_bottom_nav ul li:last-child:after {
  display: none;
}

.footer .footer_wrapper .footer_tiny_wrapper .footer_bottom_nav ul li a {
  color: white;
  font-size: 15px;
  font-family: "open_sansregular";
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.footer .footer_wrapper .footer_tiny_wrapper .footer_bottom_nav ul li a:hover {
  color: #d70056;
}

.footer .footer_wrapper .footer_tiny_wrapper .footer_year_logo {
  max-width: 180px;
  float: right;
}

.footer .footer_wrapper .footer_tiny_wrapper .footer_year_logo img {
  display: inline;
  max-width: 45px;
}

.footer .footer_wrapper .footer_tiny_wrapper .footer_year_logo span {
  display: inline;
  font-family: "open_sansregular";
  font-size: 12px;
  color: white;
}

.footer .footer_wrapper .footer_big_holder {
  overflow: hidden;
  display: block;
  height: auto;
  width: 100%;
}

.footer .footer_wrapper .footer_big_holder .footer_bog_half {
  width: 50%;
  float: left;
  overflow: hidden;
}

.footer .footer_wrapper .footer_big_holder .footer_bog_half .footer_half_thirth {
  width: 33%;
  float: left;
  padding-right: 20px;
}

.footer .footer_wrapper .footer_big_holder .footer_bog_half .footer_half_thirth h3 {
  color: white;
  font-family: "open_sanssemibold";
  font-size: 20px;
}

.footer .footer_wrapper .footer_big_holder .footer_bog_half .footer_half_thirth ul {
  list-style: none;
}

.footer .footer_wrapper .footer_big_holder .footer_bog_half .footer_half_thirth ul li {
  font-family: "open_sansregular";
  font-size: 15px;
}

.footer .footer_wrapper .footer_big_holder .footer_bog_half .footer_half_thirth ul li a {
  color: white;
  font-size: 15px;
  font-family: "open_sansregular";
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.footer .footer_wrapper .footer_big_holder .footer_bog_half .footer_half_thirth ul li a:hover {
  color: #d70056;
}

.footer .footer_wrapper .footer_big_holder .footer_bog_half .footer_meta_info_social {
  width: 100%;
  padding-left: 33%;
}

.footer .footer_wrapper .footer_big_holder .footer_bog_half .footer_meta_info_social .social_link_icons {
  width: 100%;
  overflow: hidden;
  height: auto;
  margin-bottom: 10px;
}

.footer .footer_wrapper .footer_big_holder .footer_bog_half .footer_meta_info_social .social_link_icons ul {
  list-style: none;
}

.footer .footer_wrapper .footer_big_holder .footer_bog_half .footer_meta_info_social .social_link_icons ul li {
  display: inline;
}

.footer .footer_wrapper .footer_big_holder .footer_bog_half .footer_meta_info_social .footer_logo_big {
  max-width: 150px;
  margin-bottom: 10px;
}

.footer .footer_wrapper .footer_big_holder .footer_bog_half .footer_meta_info_social h3 {
  color: white;
  font-family: "open_sanssemibold";
  font-size: 20px;
}

.footer .footer_wrapper .footer_big_holder .footer_bog_half .footer_meta_info_social p {
  font-family: "open_sansregular";
  font-size: 12px;
  color: white;
}

.footer .footer_wrapper .footer_pink_bar {
  width: 100%;
  height: 5px;
  background-color: #d70056;
  margin-bottom: 10px;
  margin-top: 30px;
}

@media only screen and (max-width: 1100px) {
  .footer .footer_wrapper .footer_big_holder .footer_bog_half .footer_meta_info_social {
    padding-left: 5%;
  }

  .footer .footer_wrapper .footer_big_holder .footer_first_half {
    width: 60%;
  }

  .footer .footer_wrapper .footer_big_holder .footer_second_half {
    width: 40%;
  }
}
@media only screen and (max-width: 900px) {
  .footer .footer_wrapper .footer_big_holder .footer_first_half {
    width: 100%;
  }

  .footer .footer_wrapper .footer_big_holder .footer_second_half {
    width: 100%;
  }

  .footer .footer_wrapper .footer_big_holder .footer_second_half .footer_meta_info_social {
    padding-left: 0%;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .footer .footer_wrapper .footer_big_holder .footer_bog_half .footer_half_thirth {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .footer .footer_wrapper .footer_big_holder .footer_bog_half .footer_meta_info_social .social_link_icons ul li a img {
    width: 40px;
  }
}
/*
Additionally added this part on live web, must be transfered to scss for minification and concatination
*/
.demo_wrapper {
  max-width: 1200px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.gform_wrapper {
  font-family: "open_sanslight_italic";
  font-size: 24px;
  color: #656565;
  text-align: left;
}

.gform_wrapper ul {
  list-style: none;
}

.gform_wrapper .ginput_total {
  font-size: 36px;
  color: #d70056;
}

.gform_wrapper .gform_title {
  display: none;
}

.gform_wrapper .gform_button {
  margin-top: 20px;
  background-color: #d70056;
  font-size: 18px;
  color: #fff;
  font-family: "open_sansbold";
  padding: 18px;
  border: none;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  min-width: 295px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
  outline: none;
  margin: 30px auto;
  display: block;
}

.gform_wrapper .ginput_container_select select {
  width: 100%;
}

.gform_wrapper .ginput_container_select select {
  width: 100%;
}

.gform_wrapper #gform_5 .ginput_container_select select {
  width: auto;
}

.gform_wrapper #gform_6 .ginput_container_select select {
  width: auto;
}

.gform_wrapper .gform_button:hover {
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

.gform_wrapper .gfield_quantity label {
  display: inline;
  margin-right: 10px;
  margin-left: 0px;
}

.gform_wrapper .gfield_quantity div {
  display: inline;
  margin-right: 10px;
  margin-left: 10px;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=password], .gform_wrapper input[type=email] {
  padding: 5px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #cccccc;
  -webkit-transition: border 0.2s, background 0.2s;
  transition: border 0.2s, background 0.2s;
  background: #eeeeee;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
}

.gform_wrapper input[type=text]:focus, .gform_wrapper input[type=text]:active, .gform_wrapper input[type=text]:hover, .gform_wrapper input[type=password]:focus, .gform_wrapper input[type=password]:active, .gform_wrapper input[type=password]:hover, .gform_wrapper input[type=email]:focus, .gform_wrapper input[type=email]:active, .gform_wrapper input[type=email]:hover {
  border: 1px solid #696969;
  outline: none;
  background: #d3d0d0;
}

.gform_wrapper .gfield_html {
  color: #d70056;
  font-size: 30px;
  margin-top: 20px;
  font-family: "open_sanslight_italic";
  font-weight: bold;
}

.gform_wrapper .gfield_radio li {
  display: inline;
  margin-left: 0px;
  margin-right: 5px;
}

.gform_wrapper .gfield_radio li input {
  margin-left: 0px;
  margin-right: 5px;
}

.gform_wrapper .gfield_checkbox {
  font-size: 20px;
  padding-bottom: 10px;
}

.gform_wrapper .gfield_quantity {
  margin-top: 10px;
  margin-bottom: 10px;
}

.gform_wrapper .validation_message {
  color: #d70056;
  font-size: 15px;
  font-family: "open_sanslight_italic";
}

.pricing {
  margin-bottom: 30px;
  margin-top: 30px;
}

.pricing .pricing_models_sub_headline {
  margin-bottom: 30px;
}

.cta_slider_subheadline a {
  color: white;
  border-bottom: 1px solid white;
  -webkit-transition: color 0.2s, border-bottom 0.2s;
  transition: color 0.2s, border-bottom 0.2s;
}

.cta_slider_subheadline a:hover {
  color: #d70056;
  border-bottom: 1px solid #d70056;
}

.photos .photos_individual_photo_cta {
  margin-top: -1px;
}

.form_wrapper_template {
  border: 1px solid #c2c2c2;
  box-shadow: 0px 0px 20px #c2c2c2;
  width: 95%;
  max-width: 620px;
  margin: 40px auto;
  padding: 80px 70px 30px 70px;
}

.form_wrapper_template .validation_error {
  padding-left: 70px;
  padding-right: 70px;
}

@media only screen and (max-width: 1400px) {
  .pricing .pricing_models_headline {
    font-size: 58px;
  }

  .pricing .pricing_models_sub_headline {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .pricing .pricing_models_menu_container {
    font-size: 30px;
  }

  .pricing .pricing_model_name_label {
    font-size: 30px;
  }

  .pricing .pricing_model_period {
    font-size: 18px;
  }

  .pricing .pricing_popular {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
  }

  .pricing .pricing_pre_post_price {
    font-size: 15px;
  }

  .pricing .pricing_model_price {
    font-size: 35px;
  }

  .pricing .pricing_cta_link {
    font-size: 15px;
    padding: 9px;
    margin: 15px auto;
  }

  .pricing .pricing_list_of_features li {
    height: 48px;
  }
}
@media only screen and (max-width: 850px) {
  .pricing .pricing_models_headline {
    font-size: 40px;
  }

  .pricing .pricing_models_sub_headline {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .pricing .pricing_models_menu_container {
    font-size: 20px;
  }

  .pricing .pricing_span_elements:after {
    font-size: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .pricing .pricing_model_box {
    width: 70%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .pricing .pricing_models_headline {
    font-size: 30px;
  }

  .pricing .pricing_models_sub_headline {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .pricing .pricing_models_menu_container {
    font-size: 16px;
  }

  .pricing .pricing_span_elements:after {
    font-size: 16px;
  }

  .pricing .pricing_model_box {
    width: 95%;
    margin-bottom: 30px;
  }
}
.custom_order_subtext {
  text-align: center;
  font-size: 30px;
  font-family: "open_sanslight";
  padding-top: 2%;
}

.custom_order_subtext a {
  font-weight: bold;
  color: #f3315c !important;
}

.custom_order_subtext a:hover {
text-decoration:underline;} 

@media only screen and (max-width: 700px) {
  .form_wrapper_template {
    margin: 40px auto;
    padding: 40px 6%;
  }

  .gform_wrapper {
    font-size: 16px;
  }

  .gform_wrapper .ginput_total {
    font-size: 25px;
  }

  .gform_wrapper .gfield_html {
    font-size: 24px;
  }

  .gform_wrapper .gform_button {
    font-size: 16px;
    padding: 12px;
    min-width: 190px;
  }
}
@media only screen and (max-width: 500px) {
  .gform_wrapper input.gf_coupon_code {
    width: initial;
    width: 100px;
  }
}
@media only screen and (max-width: 500px) {
  .header .header_wrapper .registration_nav {
    display: block;
    float: right;
    position: relative;
    top: 2px;
    width: auto;
  }

  .header .header_wrapper .registration_nav ul li .registration_cta {
    padding: 2px 8px;
  }

  .header .header_wrapper .registration_nav ul li {
    margin-left: 5px;
    margin-right: 5px;
  }

  .header .header_wrapper .registration_nav ul {
    width: 232px;
  }
}
@media only screen and (max-width: 380px) {
  body {
    min-width: 320px;
  }

  .header .header_wrapper .registration_nav ul li .registration_cta {
    font-size: 10px;
  }

  .header .header_wrapper .registration_nav ul li .login_link {
    font-size: 10px;
  }

  .header .header_wrapper .registration_nav ul {
    width: 182px;
  }

  .header .header_wrapper .registration_nav ul li {
    margin-left: 1px;
    margin-right: 1px;
  }
}
@media only screen and (max-width: 1100px) {
  .header .header_wrapper .nav ul {
    border-top: 1px solid #e6e9ed;
  }

  .header .header_wrapper .nav ul li {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #e6e9ed;
  }

  .header .header_wrapper .nav ul li a {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .header .header_wrapper .nav {
    padding-top: 50px;
  }

  .header_mob_active .header_wrapper .nav {
    top: 0%;
  }
}
@media only screen and (max-height: 1100px) {
  .header .header_wrapper .nav {
    top: -200%;
  }

  .header_mob_active .header_wrapper .nav {
    top: 0%;
  }
}
#lang_sel_list {
  display: block;
  position: fixed;
  z-index: 999999;
  top: 45px;
  left: auto;
  right: 2%;
  height: auto;
  background-color: #fff;
  padding: 5px 7px;
  border-radius: 0px;
  border: none;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}

#lang_sel_list ul {
  border: none !important;
}

#lang_sel_list ul li a {
  font-family: "open_sansbold";
  font-size: 15px;
  color: #656565;
}

.scrolled_nav #lang_sel_list {
  top: 10px;
}

@media only screen and (max-width: 1410px) {
  #lang_sel_list {
    right: 5px;
  }
}
@media only screen and (max-width: 1500px) {
  #lang_sel_list {
    top: 114px;
    right: 0px;
  }

  .scrolled_nav #lang_sel_list {
    top: 46px;
  }
}
@media only screen and (max-width: 1300px) {
  #lang_sel_list {
    top: 93px;
    right: 0px;
  }
}
@media only screen and (max-width: 1220px) {
  #lang_sel_list {
    top: 84px;
    right: 0px;
  }
}
#lang_sel_list a {
  color: #656565 !important;
}

#lang_sel_list .lang_sel_sel {
  color: #d70056 !important;
}

#lang_sel_list a:hover {
  background-color: transparent !important;
}

#lang_sel_list ul li:nth-of-type(1) {
  border-right: 1px solid #656565;
  padding-right: 3px !important;
}

@media only screen and (max-width: 1100px) {
  .header_scroll_handler #lang_sel_list {
    width: 100%;
    text-align: center;
  }

  .header_scroll_handler #lang_sel_list ul {
    display: block;
    text-align: center;
    width: 100%;
  }

  .header_scroll_handler #lang_sel_list li {
    display: inline;
  }

  .header_scroll_handler #lang_sel_list li a {
    display: inline;
  }

  #lang_sel_list, .scrolled_nav #lang_sel_list {
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    top: -100px;
  }

  .header_mob_active #lang_sel_list, .header_mob_active .scrolled_nav #lang_sel_list {
    top: 480px;
  }
}
.login_link {
  cursor: pointer;
}

.login_form_fixed {
  display: none;
  position: absolute;
  width: 340px;
  top: 60px;
  background-color: #fff;
  right: 0px;
  padding: 10px 20px;
  border-bottom: 1px solid #e6e9ed;
  border-right: 1px solid #e6e9ed;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}

.active_login_modal {
  display: block;
}

.scrolled_nav .login_form_fixed {
  top: 32px;
}

.login_form_fixed .login-submit input {
  margin-top: 10px;
  margin-right: 7px;
  float: right;
  border: none;
  font-size: 15px;
  font-family: "open_sansbold";
  background: #d70056;
  border-bottom: 2px solid #b70049;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 15px;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
}

.login_form_fixed .login-submit input:hover {
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

.login_form_fixed #user_login {
  width: 200px;
  border: none;
  background-color: #f8f8f8;
  font-size: 15px;
  padding: 5px;
}

.login_form_fixed .login-username {
  margin-bottom: 5px;
}

.login_form_fixed #user_pass {
  width: 200px;
  border: none;
  background-color: #f8f8f8;
  font-size: 15px;
  padding: 5px;
}

.login_form_fixed label {
  font-family: "open_sansbold";
  color: #656565;
  font-size: 15px;
  text-transform: uppercase;
}

.header .header_wrapper {
  position: relative;
}

.reset_password_fixed_modal {
  position: absolute;
  color: #d70056;
  font-size: 10px;
  right: 120px;
  margin-top: 14px;
  font-family: "open_sansregular";
  border-bottom: 1px solid #d70056;
}

@media only screen and (max-width: 1220px) {
  .login_form_fixed {
    top: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .login_form_fixed {
    top: 36px;
  }

  .scrolled_nav .login_form_fixed {
    top: 36px;
  }
}
@media only screen and (max-width: 500px) {
  .login_form_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 45px;
  }

  .login_form_fixed #user_login {
    padding: 5px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #cccccc;
    -webkit-transition: border 0.2s, background 0.2s;
    transition: border 0.2s, background 0.2s;
    background: #eeeeee;
  }

  .login_form_fixed #user_pass {
    padding: 5px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #cccccc;
    -webkit-transition: border 0.2s, background 0.2s;
    transition: border 0.2s, background 0.2s;
    background: #eeeeee;
  }
}
.form_wrapper_template {
  padding: 50px 0px 30px 0px;
}

.form_wrapper_template li {
  padding-left: 70px;
  padding-right: 70px;
}

.gfield_checkbox li, .gfield_radio li {
  padding-left: 0px;
  padding-right: 0px;
}

.gform_wrapper .gfield_quantity {
  margin-top: 5px;
}

.gform_wrapper .gfield_html span {
  font-family: "open_sansextrabold";
  font-size: 37px;
  border-bottom: 1px solid #f4bbd2;
  color: #656565;
  display: inline-block;
  margin-bottom: 20px;
}

.room_choice .gfield_label {
  font-family: "open_sansbold";
  color: #d70056;
  font-size: 23px;
  font-weight: normal;
}

.arrow_for_form {
  width: 44px;
  height: 47px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("img/NEMform_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -45px;
}

.contact_form_wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact_form_holder {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: auto;
  display: block;
  border-bottom: 1px solid lightgrey;
}

.contact_form_wrapper .gform_body {
  overflow: hidden;
}

.contact_form_wrapper .gform_body label {
  display: none;
}

.contact_form_wrapper .gform_body li {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 1000px) {
  .contact_form_wrapper .gform_wrapper {
    font-size: 18px;
  }

  .gform_wrapper .gform_button {
    font-size: 16px;
    padding: 10px;
    min-width: 225px;
  }
}
.accommodation_step_2_secton {
  width: 100%;
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
}

.accommodation_step_2_wrapper {
  display: block;
  max-width: 1200px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.accommodation_step_2_wrapper .who_attended_subheadline {
  margin-bottom: 60px;
}

.accommodation_sub_container {
  border: 1px solid lightgrey;
  overflow: hidden;
  height: auto;
}

.accommodation_sub_left {
  width: 50%;
  float: left;
  text-align: center;
  padding-top: 48px;
}

.accommodation_sub_right {
  width: 50%;
  float: left;
  text-align: center;
  border-left: 1px solid lightgrey;
}

.accommodation_sub_right ul {
  list-style: none;
}

.accommodation_sub_right ul li {
  border-bottom: 1px solid lightgrey;
  font-family: "open_sanslight";
  color: #656565;
  padding-top: 10px;
  padding-bottom: 10px;
}

.accommodation_sub_right ul li:last-child {
  border-bottom: none;
}

.accommodation_step_cta {
  margin-top: 20px;
  background-color: #d70056;
  font-size: 18px;
  color: #fff;
  font-family: "open_sansbold";
  padding: 18px;
  border: none;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  min-width: 100px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
  outline: none;
  margin: 30px auto;
  display: block;
  width: 200px;
}

.accommodation_step_cta:hover {
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

.accommodation_sub_title {
  font-family: "open_sansbold";
  color: #656565;
  font-size: 35px;
}

.accommodation_left_devider {
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: lightgrey;
  width: 100px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.accommodation_below_top {
  text-align: center;
  line-height: 1.2;
  font-family: "open_sanslight";
  font-size: 20px;
  color: #999999;
}

.accommodation_price {
  color: #000;
  font-size: 70px;
  text-align: center;
  line-height: 1.2;
  font-family: "open_sanslight";
}

@media only screen and (max-width: 800px) {
  .accommodation_sub_title {
    font-size: 25px;
  }

  .accommodation_below_top {
    font-size: 15px;
  }

  .accommodation_price {
    font-size: 55px;
  }

  .accommodation_step_cta {
    font-size: 16px;
    padding: 10px;
    width: 150px;
  }

  .accommodation_sub_left {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 600px) {
  .accommodation_sub_left {
    width: 100%;
    padding-top: 25px;
  }

  .accommodation_sub_right {
    width: 100%;
    border-left: none;
    border-top: 1px solid lightgrey;
  }
}
.forms_template .who_attended_subheadline {
  margin-bottom: 30px;
}

.forms_template {
  padding-bottom: 0px;
}

@media only screen and (max-width: 700px) {
  .gform_wrapper .gfield_html span {
    font-size: 30px;
  }

  .room_choice .gfield_label {
    font-size: 16px;
  }

  .gform_wrapper .gfield_checkbox {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .gform_wrapper .ginput_container_radio label {
    font-size: 16px !important;
  }

  .form_wrapper_template li {
    padding-left: 10%;
    padding-right: 10%;
  }

  .gfield_checkbox li, .gfield_radio li {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 440px) {
  .who_attended .who_attended_line_decoration {
    max-width: 120px;
  }

  .forms_template .who_attended_subheadline {
    margin-bottom: 0px;
  }

  .gform_wrapper .gfield_html span {
    font-size: 25px;
  }
}
.gform_wrapper #gform_9 .ginput_container_select select {
  width: auto;
}

.form-row-pwd-rst {
  padding-left: 10%;
  padding-right: 10%;
}

.top-popular:after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #d70056;
  content: "";
  position: absolute;
  top: 88%;
  margin-left: -20px;
}

.bottom-popular:after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #d70056;
  content: "";
  position: absolute;
  bottom: 88%;
  margin-left: -20px;
}

.pricing .pricing_popular {
  position: relative;
}

.nav {
  z-index: 11;
}

.active_login_modal {
  z-index: 10;
}

.hamburger_menu {
  z-index: 13;
}

@media only screen and (max-width: 1400px) {
  .newsletter_form .newsletter_form_headline {
    font-size: 58px;
  }

  .newsletter_form .newsletter_form_subheadline {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .newsletter_form .newsletter-form_wrapper .gform_body {
    width: 100%;
  }

  .newsletter_form .newsletter_form_container, .newsletter_form .newsletter-form_wrapper .gform_footer {
    width: 100%;
  }

  .newsletter_form .newsletter-form_wrapper .gform_footer input.gform_button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    font-size: 14px;
    min-width: 230px;
  }
}
@media only screen and (max-width: 840px) {
  .newsletter_form .newsletter_form_headline {
    font-size: 40px;
  }

  .newsletter_form .newsletter_form_subheadline {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .newsletter_form .newsletter-form_wrapper .gform_footer input.gform_button {
    font-size: 12px;
    min-width: 200px;
    padding: 13px;
  }
}
@media only screen and (max-width: 840px) {
  .newsletter_form .newsletter-form_wrapper .gform_body input {
    font-size: 16px;
  }
}
@media only screen and (max-width: 420px) {
  .newsletter_form .newsletter_form_headline {
    font-size: 30px;
  }

  .newsletter_form .newsletter_form_subheadline {
    font-size: 16px;
  }
}
/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/*CODE ADDITIONALY ADDED HERE ON 11.10.2016.*/
.login_form_spacer {
  padding: 0px 9%;
}

.login_form_spacer .button-primary {
  margin-top: 50px;
  background-color: #d70056;
  font-size: 18px;
  color: #fff;
  font-family: "open_sansbold";
  padding: 18px;
  border: none;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  min-width: 295px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
  outline: none;
  margin: 30px auto;
  display: block;
}

.login_form_spacer .button-primary:hover {
  text-decoration: none;
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

.login_form_spacer .reset_password {
  font-size: 24px;
  color: #d70056;
  font-family: "open_sanslight_italic";
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: absolute;
  margin-top: -155px;
}

.login_form_spacer .reset_password:hover {
  color: #b70049;
}

.login_form_spacer .login-submit {
  padding-top: 30px;
}

.login_form_spacer .login_signup_sentence {
  font-size: 24px;
  font-family: "open_sanslight_italic";
  color: #656565;
}

.login_form_spacer .login_signup_sentence a {
  color: #d70056;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.login_form_spacer .login_signup_sentence a:hover {
  color: #b70049;
}

@media only screen and (max-width: 700px) {
  .login_form_spacer .reset_password {
    font-size: 16px;
    margin-top: -125px;
  }

  .login_form_spacer .login_signup_sentence {
    font-size: 16px;
  }

  .login_form_spacer .button-primary {
    font-size: 16px;
    padding: 10px;
    min-width: 225px;
  }
}
.down_arrow_signup {
  width: 8px;
}

.user_profile_underline {
  border-bottom: 1px solid #d70056;
}

.header .header_wrapper .registration_nav ul li .user_profile_link {
  border-bottom: 0px;
}

.profile_image_div {
  float: left;
  width: 20%;
}

.profile_meta_div {
  width: 80%;
  float: left;
  padding-left: 15px;
}

.email_label_profile {
  font-family: "open_sansbold";
  color: #656565;
  font-size: 18px;
}

.email_label_profile_mail {
  font-family: "open_sansregular";
  color: #656565;
  font-size: 18px;
}

.log_out_button {
  font-size: 15px;
  font-family: "open_sansbold";
  background: #d70056;
  border-bottom: 2px solid #b70049;
  border-radius: 2px;
  color: #fff;
  padding: 2px 15px;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
}

.log_out_button:hover {
  background-color: #b70049;
  border-bottom: 2px solid #d70056;
}

.modal_wrapper_holder {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}

.reset_password_model_link {
  color: #d70056;
  font-size: 18px;
  font-family: "open_sansregular";
  padding-right: 15px;
}

@media only screen and (max-width: 400px) {
  .reset_password_model_link {
    color: #d70056;
    font-size: 14px;
    font-family: "open_sansregular";
    padding-right: 8px;
  }
}
.validation_error {
  text-align: center;
  color: #d70056;
  font-family: "open_sansbold";
  font-size: 18px;
  margin-bottom: 10px;
}

.gfield_error input, .gfield_error select {
  border: 1px solid #d70056 !important;
}

#gform_confirmation_message_15 {
  text-align: center;
  color: white;
  font-family: "open_sansbold";
  font-size: 20px;
}

.who_attended_individual_logo {
  position: relative;
}

.who_attended .mono_image {
  position: absolute;
  top: 0px;
  margin: 0px auto;
  left: 50%;
  /* IE 9 */
  -webkit-transform: translate(-50%, 0px);
  /* Safari */
  transform: translate(-50%, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.who_attended .mono_image:hover {
  opacity: 0;
}

/*CODE ADDITIONALY ADDED HERE ON 24.10.2016.*/
.gallery_slider.slick-dotted.slick-slider {
  padding-bottom: 20px;
}

.page_not_found_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 865px;
}

.not_found_template {
  padding-bottom: 150px;
}

.speakers .speakers_row_of_speakers {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 45px 0px;
}

.speakers .media-logo-row {
  margin: 0px;
}

/* DODAN KOD 6.11.2016. */
.screenings-headline-fix {
  display: block;
}

@media only screen and (max-width: 1400px) {
  .screenings-headline-fix {
    display: none;
  }
}
/* SINGLE PANEL */
.panel_single .speakers_individually {
  position: relative;
}

.moderator_icon {
  box-shadow: 0px 0px 0px transparent !important;
  position: absolute;
  left: 15%;
  top: 5%;
}

.booking_cta.panel_single {
  padding-bottom: 0px;
}

.booking_cta.panel_single .booking_cta_subheadline {
  padding-bottom: 0px;
}

.speakers.panel_single .speakers_row_of_speakers {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: center;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 45px 0px;
}

@media only screen and (max-width: 900px) {
  .moderator_icon {
    max-width: 35px !important;
    left: 20%;
  }
}
@media only screen and (max-width: 600px) {
  .moderator_icon {
    max-width: 42px !important;
    left: 30%;
  }
}
@media only screen and (max-width: 420px) {
  .moderator_icon {
    max-width: 42px !important;
    left: 22%;
  }
}
@media only screen and (max-width: 500px) {
  .header.cro_header .header_wrapper .registration_nav ul li {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 380px) {
  .header.cro_header .header_wrapper .registration_nav ul {
    width: 188px;
  }
}
/* DODAN KOD 6.12.2016. */
.faded-not-clickable {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.relativity-test {
  position: relative;
  opacity: 0.5;
}

.pricing .inactive-tab .pricing_popular {
  background-color: #b0b0b0;
}

.inactive-tab .top-popular:after {
  border-top: 20px solid #b0b0b0;
}

.inactive-tab .bottom-popular:after {
  border-bottom: 20px solid #b0b0b0;
}

.pricing .inactive-tab .pricing_cta_link {
  background-color: #b0b0b0;
  border-bottom: 2px solid #494949;
}

.pricing .inactive-tab .pricing_model_period {
  text-align: center;
  color: #b0b0b0;
}

.pricing .inactive-tab .pricing_list_of_features li span span {
  color: #b0b0b0;
}

.pricing .inactive-tab .pricing_list_of_features li .pricing_includes_nothing {
  color: #b0b0b0;
}

.selected_model .model-text {
  color: #d70056;
  text-decoration: underline;
  font-weight: bold;
}

.model-text:hover {
  text-decoration: underline;
}

.curently-active-element {
  text-decoration: underline;
}

/* DODAN KOD 3.1.2017. */
.form_wrapper_template li {
  margin-top: 10px;
}

/* DODAN KOD 22.01.2017. */
section.agenda {
  width: 95%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.agenda-day-description {
  background-color: #e9e9e9;
  font-size: 18px;
  font-family: "open_sansbold";
  padding: 8px 17px;
  margin-bottom: 13px;
}

.agenda-day-description sup {
  font-size: 60%;
}

.day-items {
  list-style: none;
}

.day-item-link {
  display: block;
  line-height: 1;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

a.day-item-link:hover {
  text-decoration: underline;
  color: #d70056;
}

.day-item-devider {
  background-color: #e9e9e9;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.agenda-item-title {
  font-size: 18px;
  margin-bottom: 5px;
  font-family: "open_sansbold";
}

.agenda-item-time-frame {
  font-size: 15px;
  font-family: "open_sansregular";
}

.agenda-item-descripton {
  font-size: 15px;
  font-family: "open_sanslight";
}

.agenda-filter-container {
  width: 95%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.agenda-filter-container span {
  display: block;
  cursor: pointer;
  font-size: 15px;
  font-family: "open_sanslight";
  margin-top: 10px;
  margin-bottom: 10px;
}

.agenda-filter-container span.agenda-filter-devider {
  cursor: default;
  margin-top: 3px;
}

.filter-elements {
  font-family: "open_sansbold" !important;
}

.filter-elements:hover {
  text-decoration: underline;
}

.keynotes-filter-element {
  color: #0018ff;
}

.panels-filter-element {
  color: #d70056;
}

.specials-filter-element {
  color: #00d733;
}

.screenings-filter-element {
  color: #12c1f3;
}

.networking-filter-element {
  color: #f7941d;
}

.see-all-filter-element {
  color: #000;
}

.all-items {
  max-height: 1000px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s, max-height 0.8s;
  transition: transform 0.8s, opacity 0.8s, max-height 0.8s;
}

.invisible-element {
  -webkit-transform: scale3d(0.00000001, 0.00000001, 1);
  transform: scale3d(0.00000001, 0.00000001, 1);
  max-height: 0px;
  opacity: 0;
}

.inactive-cta-nempck {
  cursor: pointer;
  background-color: #b0b0b0 !important;
  border-bottom: 2px solid #494949 !important;
}

.most-popular-count1 {
  background-color: #b0b0b0 !important;
}

.top-amost-popular-count1, .bot-amost-popular-count1 {
  background-color: #b0b0b0 !important;
}

.top-amost-popular-count1:after {
  border-top: 20px solid #b0b0b0 !important;
}

.bot-amost-popular-count1:after {
  border-bottom: 20px solid #b0b0b0 !important;
}

#cookie-notice {
  border-top: 1px solid #d70056;
}

#cn-accept-cookie {
  font-size: 13px;
  font-family: "open_sansbold";
  background: #d70056;
  border-bottom: 2px solid #b70049;
  border-radius: 2px;
  color: #fff;
  padding: 2px 15px;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
}

#cn-more-info {
  color: white;
}

#cn-more-info:hover {
  color: #d70056;
}

.gform_wrapper .form-product-title label.gfield_label {
  font-family: "open_sansextrabold";
  font-size: 37px;
  border-bottom: 1px solid #f4bbd2;
  color: #656565;
}
.gform_wrapper .form-product-title .ginput_product_price_label {
  font-weight: bold;
}

.gform_wrapper .form-quantity-selection {
  margin-bottom: 25px;
  padding-bottom: 50px;
  border-bottom: 1px solid lightgrey;
}
.gform_wrapper .form-quantity-selection select.gfield_select {
  width: auto !important;
}

.gform_wrapper .form-payment-method label.gfield_label {
  font-family: "open_sansbold";
  color: #d70056;
  font-size: 23px;
  font-weight: normal;
}
.gform_wrapper .form-payment-method div ul label {
  color: #656565;
  font-family: "open_sanslight_italic";
}
.gform_wrapper .form-payment-method .gfield_radio li {
  display: block;
}

.gform_wrapper #field_6_120_custom.form-coupon-title {
  border-top: 1px solid lightgrey;
  margin-top: 40px;
  padding-top: 30px;
}
.gform_wrapper #field_6_120_custom.form-coupon-title span.gfield_label {
  font-family: "open_sansextrabold";
  font-size: 37px;
  border-bottom: 1px solid #f4bbd2;
}

.gform_wrapper .form-coupon-field {
  margin-top: 25px;
  padding-bottom: 0px;
  border-bottom: 1px solid lightgrey;
}
.gform_wrapper .form-coupon-field label.gfield_label {
  display: inline;
  margin-left: 0px;
  margin-right: 5px;
}
.gform_wrapper .form-coupon-field div.ginput_container {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}

.gform_wrapper .form-total-price span.gfield_label {
  font-family: "open_sansextrabold";
  font-size: 37px;
  border-bottom: 1px solid #f4bbd2;
}

.gform_wrapper .form-total-field {
  text-align: center;
  padding-left: 16px;
}
.gform_wrapper .form-total-field label.gfield_label {
  display: none;
}
.gform_wrapper .form-total-field div.ginput_container {
  display: inline;
}
.gform_wrapper .form-total-field div.ginput_container .ginput_total {
  font-size: 80px;
  font-weight: bold;
  color: #d70056;
}

.form-product-form .gform_footer input.gform_button {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

.gform_wrapper .form-arrow-holder {
  padding-left: 16px;
  margin-top: 50px !important;
  margin-bottom: 10px !important;
}

.gform_wrapper .form-standard-text-fields input {
  width: -webkit-calc(100% - 50px) !important;
  width: calc(100% - 50px) !important;
}

.form-contact-form .contact-text-field {
  margin-bottom: 25px !important;
  width: 100% !important;
  clear: left !important;
}
.form-contact-form .contact-text-field input {
  width: 100% !important;
}
.form-contact-form .contact-textarea-field {
  width: 100% !important;
}
.form-contact-form .contact-textarea-field textarea {
  height: 230px !important;
  padding: 5px !important;
  width: 100% !important;
  border-radius: 4px !important;
  border: 1px solid #cccccc !important;
  -webkit-transition: border 0.2s, background 0.2s !important;
  transition: border 0.2s, background 0.2s !important;
  background: #eeeeee !important;
}
.form-contact-form .contact-captcha-field {
  margin-top: 25px !important;
}
.form-contact-form .contact-captcha-field label.gfield_label {
  display: none !important;
}

.newsletter_form {
  padding-top: 90px;
  padding-bottom: 90px;
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d70056+0,9e003f+100 */
  background: #d70056;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #d70056 0%, #9e003f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #d70056 0%, #9e003f 100%);
  background: linear-gradient(135deg, #d70056 0%, #9e003f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d70056", endColorstr="#9e003f",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.newsletter_form .newsletter_form_wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0px auto;
  position: relative;
  z-index: 456;
}

.newsletter_form .newsletter_form_container {
  margin: 0px auto;
  width: 100%;
}

.newsletter_form .newsletter_form_headline {
  font-size: 78px;
  text-align: center;
  color: #fff;
  font-family: "open_sansextrabold";
  line-height: 1.3;
}

.newsletter_form .newsletter_form_subheadline {
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-family: "open_sanslight_italic";
  line-height: 1.3;
  margin-bottom: 15px;
}

.newsletter_form .newsletter_form_white_line_decoration {
  width: 100%;
  max-width: 320px;
  height: 1px;
  background: #fff;
  margin: 0px auto;
}

.newsletter_form .newsletter-form_wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.newsletter_form .newsletter-form_wrapper ul {
  list-style: none;
}

.newsletter_form .newsletter-form_wrapper .gfield_label {
  display: none !important;
}

.newsletter_form .newsletter-form_wrapper .gform_body {
  width: 100%;
}

.newsletter_form .newsletter-form_wrapper .gform_body input {
  width: 100%;
  border-radius: 3px;
  font-size: 30px;
  font-family: "open_sanslight_italic";
  border: 1px solid #d7d7d7;
  padding: 5px 20px;
  margin: 0px auto;
}

.newsletter_form .newsletter-form_wrapper .gform_body input:focus {
  outline: none;
}

.newsletter_form .newsletter-form_wrapper .gform_footer {
  width: 100%;
}

.newsletter_form .newsletter-form_wrapper .gform_footer input {
  background-color: #d70056;
  font-size: 18px;
  color: #fff;
  font-family: "open_sansbold";
  padding: 15px;
  margin: 0px auto;
  display: block;
  border: 2px solid transparent;
  border-bottom: 2px solid #b70049;
  border-radius: 3px;
  text-align: center;
  max-width: 250px;
  width: 80%;
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;
  transition: background-color 0.2s, border-bottom 0.2s;
}

.newsletter_form .newsletter-form_wrapper .gform_footer input:hover {
  text-decoration: none;
  background-color: #b70049;
  border: 2px solid #d70056;
}

.newsletter_form .newsletter-form_wrapper .gform_footer input:focus {
  outline: none;
}

.newsletter_form .ginput_container_email input {
  display: block !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 550px !important;
}

.newsletter_form .gform_button {
  display: block !important;
  margin: 0 auto !important;
}

.form-sponsorship .gfield_contains_required {
  padding-right: 0px !important;
}
.form-sponsorship .gfield_contains_required div input {
  width: 100% !important;
}
.form-sponsorship .gform_button {
  min-width: 315px !important;
  display: block !important;
  margin: 0 auto !important;
}

.form-sign-up .gfield, .form-participants .gfield {
  padding-right: 70px !important;
}
.form-sign-up .gfield .ginput_container input, .form-participants .gfield .ginput_container input {
  width: 100% !important;
}
.form-sign-up .gfield_select, .form-participants .gfield_select {
  border-radius: 4px !important;
  border: 1px solid #cccccc !important;
  -webkit-transition: border 0.2s, background 0.2s !important;
  transition: border 0.2s, background 0.2s !important;
  background: #eeeeee !important;
  width: 100% !important;
}
.form-sign-up .gform_button, .form-participants .gform_button {
  margin: 0px auto !important;
  display: block !important;
}

@media only screen and (max-width: 640px) {
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    width: 80% !important;
  }
}

/**
 * partials/dubrovnik-colour-set
 * ---
 */
.header, .header .header_wrapper .nav, .login_form_fixed, body {
  background-color: #f6fafb;
}

.header .header_wrapper .nav ul li a {
  color: #595959;
}
.header .header_wrapper .nav ul li a:hover {
  color: #f3315c;
}

.header .header_wrapper .registration_nav ul li .registration_cta, .log_out_button, .news_slider .news_slider_cta_link {
  background-color: #f3315c;
  border-bottom-color: #d01841;
}
.header .header_wrapper .registration_nav ul li .registration_cta:hover, .log_out_button:hover, .news_slider .news_slider_cta_link:hover {
  background-color: #d01841;
  border-bottom-color: #f3315c;
}

.header .header_wrapper .registration_nav ul li .login_link {
  color: #f3315c;
}
.header .header_wrapper .registration_nav ul li .login_link:hover {
  color: #d01841;
}

.user_profile_underline, .header .header_wrapper .registration_nav ul li .login_link {
  border-bottom: 1px solid #f3315c;
}

.down_arrow_signup {
  /*display: none;*/
}

.email_label_profile, .reset_password_model_link {
  color: #595959;
}

.email_label_profile_mail {
  color: #595959;
}

.bg_slider .bg_slider_aspect_ratio_holder, .about_nem .about_nem_bg_overlay, .cta_slider .cta_slider_background .cta_slider_background_dimmer, .media_slider .media_slider_dimmer, .city_cta .city_cta_background .city_cta_background_dimmer {
  opacity: 0.5;
  background-color: #1a3e52;
}

.individual_gallery .gallery_cta_overlay {
  background-color: #f3315c;
}

.gallery_title_headline {
  color: #595959;
}

.bg_slider .bg_slider_headline, .bg_slider .bg_slider_subheadline {
  color: #f6fafb;
}

.bg_slider .bg_slider_white_line_decoration, .about_nem .about_nem_white_line_decoration {
  background: #f3315c;
}

.bg_slider .bg_slider_cta_holder .bg_slider_cta_link, .login_form_spacer .button-primary, .pricing .pricing_cta_link, .gform_wrapper .gform_button, .accommodation_step_cta, .media_slider .media_slider_cta_link, .sponsorship_section .sponsorship_cta_link, .press_kit .press_kit_download_section .press_kit_cta_link, .booking_cta .booking_cta_cta_holder .booking_cta_cta_link, .city_cta .city_cta_background .city_cta_link, .newsletter_form .newsletter-form_wrapper .gform_footer input, .speakers .speakers_cta_link, .about_nem .about_nem_cards_holder .about_nem_single_card .about_nem_cta_link, .cta_slider .cta_slider_background .cta_slider_cta_link, .who_attended .who_attended_cta_link,
.who_attended .logo_grid_cta_holder .logo_grid_cta_link{
  background-color: #f3315c;
  border-bottom: 2px solid #d01841;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
.bg_slider .bg_slider_cta_holder .bg_slider_cta_link:hover, .login_form_spacer .button-primary:hover, .pricing .pricing_cta_link:hover, .gform_wrapper .gform_button:hover, .accommodation_step_cta:hover, .media_slider .media_slider_cta_link:hover, .sponsorship_section .sponsorship_cta_link:hover, .press_kit .press_kit_download_section .press_kit_cta_link:hover, .booking_cta .booking_cta_cta_holder .booking_cta_cta_link:hover, .city_cta .city_cta_background .city_cta_link:hover, .newsletter_form .newsletter-form_wrapper .gform_footer input:hover, .speakers .speakers_cta_link:hover, .about_nem .about_nem_cards_holder .about_nem_single_card .about_nem_cta_link:hover, .cta_slider .cta_slider_background .cta_slider_cta_link:hover, .who_attended .who_attended_cta_link:hover,
.who_attended .logo_grid_cta_holder .logo_grid_cta_link:hover{
  background-color: #d01841;
  border-bottom: 2px solid #f3315c;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.slick-dots li.slick-active button:before, .news_slider .news_slider_headline {
  color: #f3315c;
}

.slick-dots li button:before {
  color: #76aab7;
}

.quotes .quotes_headline, .how_to_apply .how_to_apply_contact_name {
  color: #46b5b3;
}

.fact_numbers .fact_number_title {
  color: #595959;
}

.fact_numbers .fact_number_value, .news_slider .news_slider_sub_headline {
  color: #46b5b3;
}

.news_slider .news_devider_line {
  background-color: #76aab7;
}

.fact_numbers .fact_number_devider_line {
  background: #595959;
}

.about_nem .about_nem_cards_holder .about_nem_single_card, .photos .photos_blue_ovorlay {
  background-color: rgba(15, 35, 46, 0.75);
}

.who_attended .who_attended_headline, .who_attended .who_attended_subheadline, .gallery_panel_name {
  color: #595959;
}

.who_attended .who_attended_line_decoration {
  background: #f3315c;
}

.speakers .speakers_headline, .sponsorship_section .sponsorship_headline, .contact_info .contact_info_wrapper .individual_contact_info .contact_name, .speakers .speakers_individually .speakers_speaker_name, .booking_cta .booking_cta_headline, .how_to_apply .how_to_apply_headline, .press_kit .press_kit_download_section .press_kit_thirth_title {
  color: #595959;
}

.speakers .speakers_subheadline, .contact_info .contact_info_wrapper .individual_contact_info .contact_email, .booking_cta .booking_cta_subheadline, .sponsorship_section .sponsorship_sub_headline {
  color: #595959;
}

.speakers .speakers_line_decoration, .contact_info .contact_info_wrapper .individual_contact_info .conctat_info_devider_line, .single_blog .single_blog_wrapper .single_blog_decoration_line, .gallery_pink_devider, .sponsorship_section .sponsorship_line_devider, .booking_cta .booking_cta_line_decoration, .how_to_apply .news_devider_line, .press_kit .press_kit_download_section .press_kit_thirth_devider_line {
  background: #f3315c;
}

.contact_info .contact_info_wrapper .individual_contact_info .contact_email:hover {
  border-bottom-color: #456d7c;
}

.newsletter_form {
  padding-top: 90px;
  padding-bottom: 90px;
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  background: #addfd2;
  background: -webkit-linear-gradient(-45deg, #addfd2 0%, #46b5b3 100%);
  background: -webkit-linear-gradient(315deg, #addfd2 0%, #46b5b3 100%);
  background: linear-gradient(135deg, #addfd2 0%, #46b5b3 100%);
  background: linear-gradient(135deg, #f3315c 0%, #b70049 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#addfd2", endColorstr="#46b5b3",GradientType=1 );
}

.photos .photos_individual_photo_cta {
  background: #f3315c;
}

.single_blog .single_blog_wrapper .single_blog_name, .gform_wrapper .form-payment-method label.gfield_label {
  color: #595959;
}

.footer {
  background: #2d2d2d;
}

.footer .footer_wrapper .footer_pink_bar, .footer .footer_wrapper .footer_dark_bar {
  background-color: #414141;
}

.gform_wrapper .form-product-title label.gfield_label, .gform_wrapper .gfield_html span, .gform_wrapper #field_6_120_custom.form-coupon-title span.gfield_label, .gform_wrapper .form-total-price span.gfield_label {
  border-bottom-color: #f3315c;
  color: #595959;
}

.gform_wrapper .form-total-field div.ginput_container .ginput_total, .pricing .pricing_list_of_features li span span {
  color: #f3315c;
}

.pricing .pricing_models_headline, .selected_model .model-text, .pricing .pricing_list_of_features li .pricing_includes_nothing, .single_speaker .single_speaker_wrapper .single_speaker_name {
  color: #595959;
}

.pricing .pricing_models_sub_headline, .single_speaker .single_speaker_wrapper .single_speaker_title, .pricing .pricing_models_menu_container, .pricing .pricing_model_period, .custom_order_subtext a, .login_form_spacer .reset_password, .login_form_spacer .login_signup_sentence a {
  color: #595959;
}

.pricing .pricing_pink_line_decoration, .single_speaker .single_speaker_wrapper .single_speaker_decoration_line {
  background: #f3315c;
}

.pricing .pricing_model_period {
  color: #f3315c;
}

.pricing .pricing_popular {
  background: #f3315c;
}

.top-popular:after, .bottom-popular:after {
  border-top-color: #f3315c;
  border-bottom-color: #f3315c;
}

.footer_half_thirth ul li a:hover, .footer .footer_wrapper .footer_tiny_wrapper .footer_bottom_nav ul li a:hover {
  color: #f3315c !important;
}

.form-participants .gfield_html {
  color: #f3315c !important;
}

.selected_model .model-text {
  color: #f3315c !important;
}

.news_slider .news_slider_headline {
  color: #595959;
}

.news_slider .news_slider_sub_headline {
  color: #999999;
}

.news_slider .news_devider_line, .cta_slider_white_line_decoration, .newsletter_form_white_line_decoration, .city_cta_white_line_decoration, .press_kit_white_line_decoration {
  background-color: #f3315c !important;
}

.slick-dots li {
  background-color: #f6fafb;
}

/* UPDATES 23.07.2019. */
@media only screen and (max-width: 1400px) {
  .newsletter_form .newsletter_form_headline {
    font-size: 58px;
  }

  .newsletter_form .newsletter_form_subheadline {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .newsletter_form .newsletter_form_headline {
    font-size: 40px;
  }

  .newsletter_form .newsletter_form_subheadline {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .newsletter_form .newsletter_form_headline {
    font-size: 30px;
  }

  .newsletter_form .newsletter_form_subheadline {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.who_attended {
  background-color: white !important;
}

.newsletter_form_wrapper .gform_confirmation_message {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 15px;
}

.contact_form_wrapper .gform_button{
  display: block!important;
  margin: 0 auto!important;
}

.ginput_recaptcha div:nth-child(1){
  margin: 0 auto;
}

.form_wrapper_template p{
  padding: 0px 30px 20px 30px;
  text-align: center;
}


  
.form-coupon-field label{ 
  display: block!important; 
  height: 40px!important; 
  width: 100%!important;  
} 
.form-coupon-field  .ginput_container{  
  display: block!important; 
  padding: 0!important; 
  margin: 0!important;  
} 
.form-coupon-field .gf_coupon_code{ 
  display: block; 
  width: calc(100% - 50px) !important;  
} 
.form-coupon-field .button{ 
  cursor: pointer;  
  margin-top: 20px; 
  background-color: #d70056;  
  font-size: 15px;  
  color: #fff;  
  font-family: "open_sansbold"; 
  padding: 6px; 
  border: none; 
  border-bottom: 2px solid #b70049; 
  border-radius: 3px; 
  text-align: center; 
  min-width: 115px; 
  text-transform: uppercase;  
  -webkit-transition: background-color 0.2s, border-bottom 0.2s;  
  transition: background-color 0.2s, border-bottom 0.2s;  
  outline: none;  
  margin: 20px auto;  
  display: block; 
  background-color: #f3315c;  
  border-bottom: 2px solid #d01841; 
  border-top: 0px;  
  border-left: 0px; 
  border-right: 0px;  
  margin-left: 0px!important; 
} 
.form-coupon-field .button:hover{ 
  background-color: #d01841;  
  border-bottom: 2px solid #f3315c; 
} 
select {  
  cursor: pointer;  
  padding: 5px; 
  width: 100%;  
  border-radius: 4px; 
  border: 1px solid #cccccc;  
  -webkit-transition: border 0.2s, background 0.2s; 
  transition: border 0.2s, background 0.2s; 
  background: #eeeeee;  
} 
select:hover{ 
  border: 1px solid #696969;  
  outline: none;  
  background: #d3d0d0;  
} 
/* Form Field width fix */  
@media only screen and (max-width: 640px) { 
  .form-coupon-field .gf_coupon_code, .gform_wrapper .form-standard-text-fields input{  
    width: 100%!important;  
  } 
}




@media only screen and (max-width: 380px){
  .header .header_wrapper .registration_nav ul {
      width: 70px;
  }
}

@media only screen and (max-width: 500px){
  .header .header_wrapper .registration_nav ul {
      width: 90px;
  }
}

.gform_save_link{
  text-align: center;
  width: 100%;
  margin-left: 0px!important;
  padding-top: 10px;
  color: #173647;
  transition: color 0.2s ease-in-out;
}

.gform_save_link:hover{
  color: #d01841;
}

.gform_wrapper .form_saved_message{
  background-color: transparent!important;
}

div.form_saved_message div.form_saved_message_emailform form input[type=submit]{
  color: #fff!important;
  font-family: "open_sansbold"!important;
  padding: 18px!important;
  border: none!important;
  border-radius: 3px!important;
  text-align: center!important;
  min-width: 295px!important;
  text-transform: uppercase!important;
  transition: background-color 0.2s, border-bottom 0.2s!important;
  outline: none!important;
  font-weight: bold!important;
  background-color: #f3315c!important;
  border-bottom: 2px solid #d01841!important;
  border-top: 0px!important;
  border-left: 0px!important;
  border-right: 0px!important;
}
div.form_saved_message div.form_saved_message_emailform form input[type=submit]:hover{
  background-color: #d01841!important;
  border-bottom: 2px solid #f3315c!important;
}

.gform_wrapper .form_saved_message {
    padding: 0em 2em!important;
}

.form_saved_message p.resume_form_link_wrapper{
  line-height: 1.2!important;
}

.form_saved_message p.resume_form_link_wrapper a{
  font-size: 18px;
}

.pricing .pricing_model_box {
    margin-bottom: 30px;
}


.accommodation_step_2_secton .who_attended{
  background: transparent!important;
}
.rss_feed_card .wp_rss_retriever_title{
  font-family: "open_sansextrabold";
  font-size: 17px;
  line-height: 1.2;
}

a.wp_rss_retriever_title {
	    color: #444;
    text-decoration: none;
}
a.wp_rss_retriever_title:hover {color: #444;
    text-decoration: none;}

.rss_feed_card .wp_rss_retriever_item_wrapper{
  padding-bottom: 10px;
}

.wp_rss_retriever_item:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
}

.rss_feed_card .rss-feed-logo-image{
  width: 80%;
  max-width: 280px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
.rss_feed_card .wp_rss_retriever_readmore{
  color: #d70056;
}

@media only screen and (max-width: 600px){
  .about_nem .about_nem_cards_holder .rss_feed_card {
  display: block;
  width: 85%;
  margin-bottom: 15px;
  } 
}

.rss-feed-wrapper-outer .about_nem_bg_overlay{
  background-color: #f0f0f0;
}

.rss-feed-wrapper-outer .about_nem_headline {
    color: #595959;
}

.rss-feed-wrapper-outer .about_nem_subheadline {
    color: #ababab;
}

.rss-feed-wrapper-outer .about_nem_white_line_decoration {
    background: #3a1948;
}

.rss-feed-wrapper-outer .rss_feed_card{
  background-color: #f3f5f6!important;
}


.rss-feed-wrapper-outer .about_nem_cards_holder{
  align-items: flex-start!important;
}

.rss-feed-wrapper-outer .rss_feed_card {
    background-color: #f6fafb!important;
}

.rss-feed-wrapper-outer .about_nem_bg_overlay {
   background-color: #F6FAFB;
}





.logo {
  max-width: 120px;
  -webkit-transition: max-width 0.2s;
  transition: max-width 0.2s;
  display: inline-block;
}
.scrolled_nav .logo {
  max-width: 60px;
  display: inline-block;
}


@media only screen and (max-width: 1100px){
	.logo, .scrolled_nav .logo {
		max-width: 50px;
	}
}

/* HEADER UPDATE FOR DROP DOWN MENU 24.03.2023. */

.header .header_wrapper .nav ul li {
	position:relative;
}


.header .header_wrapper .nav ul li ul{
	position: absolute;
    display: inline-block;
    top: 100%;
    padding-top: 10px;
    left: -90px;
    margin-left: 50%;
    width: 178px;
    background: #f6fafb;
    box-shadow: 0px 4px 6px #244b62;
    text-align: center;
    display: none;
}

.header .header_wrapper .nav ul li:hover ul{
	display: inline-block;
}

.header .header_wrapper .nav ul li ul li{
	display: inline-block;
	padding-top: 3px;
    padding-bottom: 3px;
}
.nav li.menu-item-has-children > a:after {
 color: #456d7c;
 content: '▼';
 font-size: 10px;
 vertical-align: 1px;
	margin-left:5px;
}


@media only screen and (max-width: 1100px){
	.header .header_wrapper .nav ul li ul{
		position: relative;
		display: inline-block;
		/* top: 100%; */
		/* padding-top: 10px; */
		/* left: -90px; */
		/* margin-left: 50%; */
		width: 180px;
		background: #f6fafb;
		box-shadow: none;
		text-align: center;
		width: 100%;
		margin: 0;
		border: none;
		left: 0;
		padding: 0px;
	}
	.header .header_wrapper .nav ul li ul li {
		display: inline-block;
		padding-top: 0px;
		padding-bottom: 0px;
		width: 100%;
		border-bottom: none;
		line-height: 1;
	}
	.header .header_wrapper .nav ul li ul li a{
		font-size: 13px;
	}
}