@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 0;
  padding-right: 0;
}
html {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
}
footer {
  background: #333333;
  color: #FFFFFF;
}
.color-primary {
  color: #bca24d;
}
.main-content .row .col-md-6 {
  margin: auto;
}
.group-wrapper {
  float: none;
  width: 70%;
  margin: 50px auto;
}
.col-md-12,
.col-md-6,
.row {
  margin: 0 !important;
  padding: 0 !important;
}
.col-md-12 > .col-md-6 {
  padding: 0 15px !important;
}
.col-md-4 .group-wrapper,
.col-md-6 .group-wrapper,
.col-md-8 .group-wrapper {
  width: 100%;
}
.col-md-6 .group-wrapper {
  padding: 0 15px;
}
/*.btn-primary {
    background-color: @color-primary !important;
    background-image: none !important;
    border: none !important;
}*/
.btn-primary {
  background-color: #bca24d !important;
  border-color: #bca24d !important;
  background-image: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #897534 !important;
  background-image: none;
}
button:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}
#footer {
  position: relative;
  bottom: 0;
  width: 100%;
}
@media (max-width: 1000px) {
  img {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .group-wrapper {
    width: 100%;
  }
}
.color-primary {
  color: #bca24d;
}
.color-primary-bg {
  background-color: #bca24d;
}
.color-secondary {
  color: #547980;
}
.color-secondary-bg {
  background-color: #547980;
}
.color-tertiary {
  color: #82004B;
}
.color-tertiary-bg {
  background-color: #82004B;
}
.color-default {
  color: #adb9b8;
}
.color-default-bg {
  background-color: #adb9b8;
}
.color-success {
  color: #9DE0AD;
}
.color-success-bg {
  background-color: #9DE0AD;
}
.color-warning {
  color: #F38630;
}
.color-warning-bg {
  background-color: #F38630;
}
body {
  font-size: 13px;
}
body {
  font-family: 'Open Sans';
}
.gray-darker {
  color: #333333;
}
.gray-darker-bg {
  background-color: #333333;
}
.gray-dark {
  color: #333333;
}
.gray-dark-bg {
  background-color: #333333;
}
.gray {
  color: #555555;
}
.gray-bg {
  background-color: #555555;
}
.gray-light {
  color: #777777;
}
.gray-light-bg {
  background-color: #777777;
}
.gray-lighter {
  color: #eeeeee;
}
.gray-lighter-bg {
  background-color: #eeeeee;
}
.body-bg {
  color: #FFFFFF;
}
.body-bg-bg {
  background-color: #FFFFFF;
}
.text-color {
  color: #333333;
}
.text-color-bg {
  background-color: #333333;
}
.link-color {
  color: #bca24d;
}
.link-color-bg {
  background-color: #bca24d;
}
.link-hover-color {
  color: #897534;
}
.link-hover-color-bg {
  background-color: #897534;
}
.text-light {
  color: #FFFFFF;
}
.text-light-bg {
  background-color: #FFFFFF;
}
.text-dark {
  color: #333333;
}
.text-dark-bg {
  background-color: #333333;
}
.color-gradient-start {
  color: #bca24d;
}
.color-gradient-start-bg {
  background-color: #bca24d;
}
.color-gradient-end {
  color: #547980;
}
.color-gradient-end-bg {
  background-color: #547980;
}
.ev-general-content {
  padding: 0 15px;
}
.ev-general-content .content-title {
  text-align: center;
}
.ev-speaker {
  position: relative;
  text-align: center;
  padding: 15px;
  display: block;
  float: none;
  vertical-align: top;
}
.ev-speaker .speaker-photo {
  display: inline-block;
  margin-bottom: 30px;
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 100px;
  position: relative;
}
.ev-speaker .speaker-photo-placeholder {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -100px;
  background: #333333;
  display: table;
}
.ev-speaker .speaker-photo-placeholder .placeholder-text {
  color: #FFFFFF;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.ev-speaker .speaker-photo-placeholder .placeholder-text > div:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
}
.ev-speaker .speaker-photo-placeholder .placeholder-text > div:nth-child(2) {
  font-size: 13px;
}
.ev-speaker .speaker-photo-placeholder .placeholder-text > div:nth-child(3) {
  font-size: 18px;
}
.ev-speaker .speaker-name {
  color: #bca24d;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ev-speaker .speaker-job {
  color: #adb9b8;
  font-style: italic;
}
.ev-speaker .speaker-company {
  margin-bottom: 15px;
}
.ev-speaker .speaker-description {
  line-height: 2.5;
  margin-bottom: 10px;
}
.ev-speaker .speaker-description p {
  line-height: 1.3;
}
.ev-speaker .social-links {
  background: #eeeeee;
  padding: 10px 0;
  border-bottom: solid black 5px;
}
.ev-speaker .social-links a {
  margin: 0 5px;
}
.ev-speaker .social-links a i {
  width: 30px;
  height: 30px;
  line-height: 27px;
  border-radius: 50%;
  border: solid 2px #bca24d;
  background-color: #bca24d;
  color: #FFFFFF;
}
.ev-speaker .social-links a i:hover {
  color: #bca24d;
  background-color: #FFFFFF;
  border-color: #bca24d;
}
.ev-agenda {
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}
.ev-agenda .ev-agenda-item {
  margin-bottom: 25px;
}
.ev-agenda .ev-agenda-item .agenda-item-start,
.ev-agenda .ev-agenda-item .agenda-item-finish {
  display: inline-block;
  color: #bca24d;
  font-size: 20px;
  font-weight: bold;
}
.ev-agenda .ev-agenda-item .agenda-item-detail {
  padding-left: 150px;
  margin-top: -28px;
}
.ev-agenda .ev-agenda-item .agenda-item-detail .agenda-speakers {
  margin-bottom: 15px;
}
.ev-agenda .ev-agenda-item .agenda-item-detail .agenda-speakers .speaker-title {
  color: #adb9b8;
  font-style: italic;
}
.ev-agenda .ev-agenda-item .agenda-item-detail .agenda-speakers .speaker-name {
  color: #bca24d;
  display: inline-block;
}
.ev-agenda .ev-agenda-item .agenda-item-detail .agenda-speakers .speaker-job-title {
  color: #adb9b8;
  font-style: italic;
}
.ev-agenda .ev-agenda-item .agenda-item-detail .agenda-speakers .speaker-company {
  color: #777777;
  display: inline-block;
  font-weight: bold;
}
.ev-agenda .ev-agenda-item .agenda-item-detail .agenda-sponsors .sponsor-title {
  color: #adb9b8;
  font-style: italic;
}
.ev-agenda .ev-agenda-item .agenda-item-detail .agenda-sponsors .agenda-sponsor {
  margin-bottom: 10px;
}
.ev-agenda .ev-agenda-item .agenda-item-title {
  font-size: 20px;
  font-weight: bold;
}
.ev-agenda > .agenda-title {
  color: #bca24d;
  font-size: 30px;
}
.ev-agenda > .agenda-date {
  font-size: 18px;
  margin-bottom: 5px;
}
.ev-agenda > .agenda-description {
  font-style: italic;
  margin-bottom: 10px;
  border-bottom: solid #F38630 1px;
}
@media (max-width: 1000px) {
  .ev-agenda .ev-agenda-item .agenda-item-detail {
    padding-left: 0;
    margin-top: 0;
  }
}
.ev-multi-part-schedule .ev-agenda {
  padding-left: 0;
  padding-right: 0;
}
.multi-part-schedule-title,
.multi-part-schedule-description {
  text-align: center;
}
.nav-tabs {
  display: table;
  width: 100%;
  margin-top: 25px;
}
.nav-tabs li {
  display: table-cell;
  float: none;
  text-align: center;
  position: relative;
  top: 1px;
  vertical-align: middle;
  border-right: solid #eeeeee 1px;
}
.nav-tabs li:first-of-type {
  border-left: solid #eeeeee 1px;
}
.nav-tabs li a {
  color: #bca24d;
  font-weight: bold;
  font-size: 25px;
}
.nav-tabs li a .agenda-date {
  color: #adb9b8;
}
.nav-tabs li a:hover {
  border-color: transparent;
  background: transparent;
}
.nav-tabs li .agenda-date {
  font-size: 18px;
}
.nav.nav-tabs li.active,
.nav.nav-tabs li.active a,
.nav-tabs li.active a .agenda-date,
.nav.nav-tabs li.active a:hover {
  color: #FFFFFF;
  background: #bca24d;
  border: none;
}
.ev-multi-part-schedule .nav.nav-tabs .nav-tabs li a {
  background-color: transparent;
  border: none;
}
.nav-tabs li:after {
  border-width: 10px 14px 0 14px;
  border-color: #FFFFFF transparent transparent transparent;
}
.nav-tabs li:before {
  margin: 0 0 -2px -1px;
  border-width: 11px 15px 0 15px;
  border-color: #eeeeee transparent transparent transparent;
}
.nav-tabs li:after,
.nav-tabs li:before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0;
}
.nav-tabs li.active:after,
.nav-tabs li.active:before {
  opacity: 1;
  border-color: #bca24d transparent transparent transparent;
}
.ev-agenda {
  padding-top: 80px;
}
.ev-agenda .ev-agenda-item {
  margin-bottom: 25px;
}
.ev-agenda .ev-agenda-item .agenda-item-start,
.ev-agenda .ev-agenda-item .agenda-item-finish {
  display: inline-block;
  color: #bca24d;
  font-size: 20px;
  font-weight: bold;
}
.ev-agenda .ev-agenda-item .agenda-item-detail {
  padding-left: 150px;
  margin-top: -28px;
}
.ev-agenda .ev-agenda-item .agenda-item-detail .agenda-speakers {
  margin-bottom: 15px;
}
.ev-agenda .ev-agenda-item .agenda-item-detail .agenda-speakers .speaker-title {
  color: #adb9b8;
  font-style: italic;
}
.ev-agenda .ev-agenda-item .agenda-item-detail .agenda-speakers .speaker-name {
  color: #bca24d;
}
.ev-agenda .ev-agenda-item .agenda-item-detail .agenda-speakers .speaker-job {
  color: #adb9b8;
  font-style: italic;
}
.ev-agenda .ev-agenda-item .agenda-item-detail .agenda-speakers .speaker-company {
  color: #777777;
  font-weight: bold;
}
.ev-agenda .ev-agenda-item .agenda-item-detail .agenda-sponsors .sponsor-title {
  color: #adb9b8;
  font-style: italic;
}
.ev-agenda .ev-agenda-item .agenda-item-detail .agenda-sponsors .agenda-sponsor {
  margin-bottom: 10px;
}
.ev-agenda .ev-agenda-item .agenda-item-title {
  font-size: 20px;
  font-weight: bold;
}
.ev-agenda > .agenda-title {
  color: #bca24d;
  font-size: 30px;
}
.ev-agenda > .agenda-date {
  font-size: 18px;
  margin-bottom: 5px;
}
.ev-agenda > .agenda-description {
  font-style: italic;
  margin-bottom: 10px;
  border-bottom: solid #F38630 1px;
}
div:not(.col-md-12) > .ev-multi-part-schedule.group-wrapper div[role="tabpanel"] {
  width: 100%;
}
div:not(.col-md-12) > .ev-multi-part-schedule.group-wrapper .nav-tabs li {
  display: block;
  border-top: solid #eeeeee 1px;
  border-left: solid #eeeeee 1px;
}
div:not(.col-md-12) > .ev-multi-part-schedule.group-wrapper .nav-tabs li:after,
div:not(.col-md-12) > .ev-multi-part-schedule.group-wrapper .nav-tabs li:before {
  display: none;
}
@media (max-width: 1000px) {
  .ev-agenda .ev-agenda-item .agenda-item-detail {
    padding-left: 0;
    margin-top: 0;
  }
  .nav-tabs li {
    display: block;
    border-top: solid #eeeeee 1px;
    border-left: solid #eeeeee 1px;
  }
  .nav-tabs li:after,
  .nav-tabs li:before {
    display: none;
  }
}
@media (max-width: 500px) {
  .ev-multi-part-schedule .ev-agenda {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ev-speaker-list {
  overflow: hidden;
  margin-top: 20px;
}
.ev-speaker-list .speaker-list-description {
  text-align: center;
  color: #333333;
  margin-bottom: 80px;
  padding: 0 15px;
}
.ev-speaker-list .speaker-list-title {
  text-align: center;
  color: #333333;
  font-size: 40px;
}
.ev-speaker-list .speakers-group {
  overflow: hidden;
  text-align: center;
}
.ev-speaker-list .speakers-group .speaker-item {
  max-width: 200px;
  position: relative;
  text-align: center;
  margin: 0 30px 50px;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.ev-speaker-list .speakers-group .speaker-item .speaker-photo {
  margin-bottom: 30px;
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 100px;
  position: relative;
}
.ev-speaker-list .speakers-group .speaker-item .speaker-photo-placeholder {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  background: #333333;
  border-radius: 100px;
  display: table;
}
.ev-speaker-list .speakers-group .speaker-item .speaker-photo-placeholder .placeholder-text {
  color: #FFFFFF;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.ev-speaker-list .speakers-group .speaker-item .speaker-photo-placeholder .placeholder-text > div:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
}
.ev-speaker-list .speakers-group .speaker-item .speaker-photo-placeholder .placeholder-text > div:nth-child(2) {
  font-size: 13px;
}
.ev-speaker-list .speakers-group .speaker-item .speaker-photo-placeholder .placeholder-text > div:nth-child(3) {
  font-size: 18px;
}
.ev-speaker-list .speakers-group .speaker-item .speaker-name {
  color: #bca24d;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ev-speaker-list .speakers-group .speaker-item .speaker-job {
  color: #adb9b8;
  font-style: italic;
}
.ev-speaker-list .speakers-group .speaker-item .speaker-company {
  margin-bottom: 15px;
}
.ev-speaker-list .speakers-group .speaker-item .speaker-description {
  line-height: 2.5;
  margin-bottom: 10px;
}
.ev-speaker-list .speakers-group .speaker-item .speaker-description p {
  line-height: 1.3;
}
.ev-speaker-list .speakers-group .speaker-item .speaker-description a {
  color: #bca24d;
}
.ev-speaker-list .speakers-group .speaker-item .social-links {
  background: #eeeeee;
  padding: 10px 0;
  border-bottom: solid black 5px;
}
.ev-speaker-list .speakers-group .speaker-item .social-links a {
  margin: 0 5px;
}
.ev-speaker-list .speakers-group .speaker-item .social-links a i {
  width: 30px;
  height: 30px;
  line-height: 27px;
  border-radius: 50%;
  border: solid 2px #bca24d;
  background-color: #bca24d;
  color: #FFFFFF;
}
.ev-speaker-list .speakers-group .speaker-item .social-links a i:hover {
  color: #bca24d;
  background-color: #FFFFFF;
  border-color: #bca24d;
}
.ev-speaker-list .speakers-group .speaker-item.detailed {
  max-width: none;
  width: 100%;
  text-align: left;
  float: left;
}
.ev-speaker-list .speakers-group .speaker-item.detailed .speaker-photo-wrapper {
  position: relative;
  width: 200px;
}
.ev-speaker-list .speakers-group .speaker-item.detailed .speaker-photo-wrapper .speaker-photo-placeholder {
  text-align: center;
}
.ev-speaker-list .speakers-group .speaker-item.detailed .speaker {
  padding-left: 230px;
  margin-top: -230px;
  min-height: 200px;
}
.ev-speaker-list .speakers-group .speaker-item.detailed .speaker .social-links {
  display: inline-block;
  border: none;
  background: transparent;
}
.ev-speaker-list-slider .ev-slider {
  display: inline-block;
}
.ev-speaker-list-slider .speaker-item {
  max-width: none !important;
  margin: 0 !important;
}
.ev-speaker-list-slider .speaker-name {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0 !important;
  min-height: 20%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff !important;
  text-align: center !important;
}
.ev-speaker-list-slider .speaker-name a {
  color: #bca24d;
}
/*@media (min-width: 768px) {
    .speakers-group .speaker-item {
        width: auto;
    }
}*/
div:not(.col-md-12) > .ev-speaker-list .speakers-group .speaker-item {
  margin: 0;
  padding: 0 15px;
}
div:not(.col-md-12) > .ev-speaker-list .speakers-group .speaker-item.detailed {
  text-align: center;
}
div:not(.col-md-12) > .ev-speaker-list .speakers-group .speaker-item.detailed .speaker-photo-wrapper {
  margin: auto;
}
div:not(.col-md-12) > .ev-speaker-list .speakers-group .speaker-item.detailed .speaker {
  padding-left: 0;
  margin-top: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .ev-speaker-list .speakers-group .speaker-item.detailed {
    text-align: center;
  }
  .ev-speaker-list .speakers-group .speaker-item.detailed .speaker-photo-wrapper {
    margin: auto;
  }
  .ev-speaker-list .speakers-group .speaker-item.detailed .speaker {
    padding-left: 0;
    margin-top: 0;
    margin: auto;
  }
}
.ev-sponsor.essence {
  padding: 15px;
  text-align: center;
}
.ev-sponsor.essence .sponsor-name {
  font-weight: bold;
  font-size: 16px;
  color: #bca24d;
  margin-bottom: 10px;
}
.ev-sponsor.essence .sponsor-description {
  max-width: 70%;
  margin: auto;
}
.ev-sponsor.essence .sponsor-url {
  color: #bca24d;
  display: inline-block;
  margin-bottom: 10px;
}
.ev-sponsor.essence .sponsor-url:hover {
  text-decoration: none;
}
.ev-sponsor.essence .logo-image {
  position: relative;
  display: inline-block;
  margin: 15px;
  width: auto;
  height: auto;
  max-width: 250px;
  max-height: 250px;
}
.ev-sponsor.essence .logo-image img {
  width: 100%;
  height: auto;
}
.ev-sponsor.essence .social-links .social-link {
  color: #bca24d;
}
div:not(.col-md-12) > .ev-sponsor .sponsor-description {
  max-width: 100%;
}
@media (max-width: 1000px) {
  .ev-sponsor .sponsor-description {
    max-width: 100%;
  }
}
.ev-sponsor-list {
  position: relative;
  width: 100%;
}
.ev-sponsor-list .sponsor-list-title {
  color: #bca24d;
  text-align: center;
}
.ev-sponsor-list .sponsor-list-description {
  text-align: center;
}
.ev-sponsor-list .sponsor-list-logos {
  position: relative;
  text-align: center;
  width: 100%;
}
.ev-sponsor-list .sponsor-list-logos .sponsor {
  display: table;
}
.ev-sponsor-list .sponsor-list-logos .sponsor .sponsor-info {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.ev-sponsor-list .sponsor-list-logos .sponsor .sponsor-info img {
  max-width: 100%;
  height: auto;
}
.ev-sponsor-list .sponsor-list-logos .sponsor .ev-sponsor-name {
  font-weight: bold;
}
.ev-sponsor-list .sponsor-list-logos .sponsor.detailed {
  display: inline-block;
  text-align: center;
}
.ev-sponsor-list .sponsor-list-logos .sponsor.compact {
  display: inline-block;
  float: none;
}
.ev-sponsor-list .sponsor-list-logos .ev-sponsor-list-slider {
  position: relative;
  width: 100%;
  height: 100%;
  border: solid 1px #eeeeee;
  padding: 12px;
}
.ev-sponsor-list .sponsor-list-logos .ev-sponsor-list-slider .owl-carousel .owl-stage-outer {
  height: 100%;
}
.ev-sponsor-list .sponsor-list-logos .ev-sponsor-list-slider .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.ev-sponsor-list .sponsor-list-logos .ev-sponsor-list-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.ev-sponsor-list .sponsor-list-logos .ev-sponsor-list-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  zoom: 2;
  display: block;
  margin: auto;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
/*!
  @Author Andrej Burcev
  @Description Bootstrap responsive squares and rectangles
*/
.h-content {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.h,
.h-xs-1,
.h-sm-1,
.h-md-1,
.h-lg-1,
.h-xs-2,
.h-sm-2,
.h-md-2,
.h-lg-2,
.h-xs-3,
.h-sm-3,
.h-md-3,
.h-lg-3,
.h-xs-4,
.h-sm-4,
.h-md-4,
.h-lg-4,
.h-xs-5,
.h-sm-5,
.h-md-5,
.h-lg-5,
.h-xs-6,
.h-sm-6,
.h-md-6,
.h-lg-6,
.h-xs-7,
.h-sm-7,
.h-md-7,
.h-lg-7,
.h-xs-8,
.h-sm-8,
.h-md-8,
.h-lg-8,
.h-xs-9,
.h-sm-9,
.h-md-9,
.h-lg-9,
.h-xs-10,
.h-sm-10,
.h-md-10,
.h-lg-10,
.h-xs-11,
.h-sm-11,
.h-md-11,
.h-lg-11,
.h-xs-12,
.h-sm-12,
.h-md-12,
.h-lg-12 {
  overflow: hidden;
  padding: 0;
}
.h > div,
.h-xs-1 > div,
.h-sm-1 > div,
.h-md-1 > div,
.h-lg-1 > div,
.h-xs-2 > div,
.h-sm-2 > div,
.h-md-2 > div,
.h-lg-2 > div,
.h-xs-3 > div,
.h-sm-3 > div,
.h-md-3 > div,
.h-lg-3 > div,
.h-xs-4 > div,
.h-sm-4 > div,
.h-md-4 > div,
.h-lg-4 > div,
.h-xs-5 > div,
.h-sm-5 > div,
.h-md-5 > div,
.h-lg-5 > div,
.h-xs-6 > div,
.h-sm-6 > div,
.h-md-6 > div,
.h-lg-6 > div,
.h-xs-7 > div,
.h-sm-7 > div,
.h-md-7 > div,
.h-lg-7 > div,
.h-xs-8 > div,
.h-sm-8 > div,
.h-md-8 > div,
.h-lg-8 > div,
.h-xs-9 > div,
.h-sm-9 > div,
.h-md-9 > div,
.h-lg-9 > div,
.h-xs-10 > div,
.h-sm-10 > div,
.h-md-10 > div,
.h-lg-10 > div,
.h-xs-11 > div,
.h-sm-11 > div,
.h-md-11 > div,
.h-lg-11 > div,
.h-xs-12 > div,
.h-sm-12 > div,
.h-md-12 > div,
.h-lg-12 > div {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 8px;
}
.col-xs-1.h,
.h-xs-1 {
  padding-bottom: 8.3333333333%;
}
.col-xs-2.h,
.h-xs-2 {
  padding-bottom: 16.6666666667%;
}
.col-xs-3.h,
.h-xs-3 {
  padding-bottom: 25%;
}
.col-xs-4.h,
.h-xs-4 {
  padding-bottom: 33.3333333333%;
}
.col-xs-5.h,
.h-xs-5 {
  padding-bottom: 41.6666666667%;
}
.col-xs-6.h,
.h-xs-6 {
  padding-bottom: 50%;
}
.col-xs-7.h,
.h-xs-7 {
  padding-bottom: 58.3333333333%;
}
.col-xs-8.h,
.h-xs-8 {
  padding-bottom: 66.6666666667%;
}
.col-xs-9.h,
.h-xs-9 {
  padding-bottom: 75%;
}
.col-xs-10.h,
.h-xs-10 {
  padding-bottom: 83.3333333333%;
}
.col-xs-11.h,
.h-xs-11 {
  padding-bottom: 91.6666666667%;
}
.col-xs-12.h,
.h-xs-12 {
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .col-sm-1.h,
  .h-sm-1 {
    padding-bottom: 8.3333333333%;
  }
  .col-sm-2.h,
  .h-sm-2 {
    padding-bottom: 16.6666666667%;
  }
  .col-sm-3.h,
  .h-sm-3 {
    padding-bottom: 25%;
  }
  .col-sm-4.h,
  .h-sm-4 {
    padding-bottom: 33.3333333333%;
  }
  .col-sm-5.h,
  .h-sm-5 {
    padding-bottom: 41.6666666667%;
  }
  .col-sm-6.h,
  .h-sm-6 {
    padding-bottom: 50%;
  }
  .col-sm-7.h,
  .h-sm-7 {
    padding-bottom: 58.3333333333%;
  }
  .col-sm-8.h,
  .h-sm-8 {
    padding-bottom: 66.6666666667%;
  }
  .col-sm-9.h,
  .h-sm-9 {
    padding-bottom: 75%;
  }
  .col-sm-10.h,
  .h-sm-10 {
    padding-bottom: 83.3333333333%;
  }
  .col-sm-11.h,
  .h-sm-11 {
    padding-bottom: 91.6666666667%;
  }
  .col-sm-12.h,
  .h-sm-12 {
    padding-bottom: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1.h,
  .h-md-1 {
    padding-bottom: 8.3333333333%;
  }
  .col-md-2.h,
  .h-md-2 {
    padding-bottom: 16.6666666667%;
  }
  .col-md-3.h,
  .h-md-3 {
    padding-bottom: 25%;
  }
  .col-md-4.h,
  .h-md-4 {
    padding-bottom: 33.3333333333%;
  }
  .col-md-5.h,
  .h-md-5 {
    padding-bottom: 41.6666666667%;
  }
  .col-md-6.h,
  .h-md-6 {
    padding-bottom: 50%;
  }
  .col-md-7.h,
  .h-md-7 {
    padding-bottom: 58.3333333333%;
  }
  .col-md-8.h,
  .h-md-8 {
    padding-bottom: 66.6666666667%;
  }
  .col-md-9.h,
  .h-md-9 {
    padding-bottom: 75%;
  }
  .col-md-10.h,
  .h-md-10 {
    padding-bottom: 83.3333333333%;
  }
  .col-md-11.h,
  .h-md-11 {
    padding-bottom: 91.6666666667%;
  }
  .col-md-12.h,
  .h-md-12 {
    padding-bottom: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1.h,
  .h-lg-1 {
    padding-bottom: 8.3333333333%;
  }
  .col-lg-2.h,
  .h-lg-2 {
    padding-bottom: 16.6666666667%;
  }
  .col-lg-3.h,
  .h-lg-3 {
    padding-bottom: 25%;
  }
  .col-lg-4.h,
  .h-lg-4 {
    padding-bottom: 33.3333333333%;
  }
  .col-lg-5.h,
  .h-lg-5 {
    padding-bottom: 41.6666666667%;
  }
  .col-lg-6.h,
  .h-lg-6 {
    padding-bottom: 50%;
  }
  .col-lg-7.h,
  .h-lg-7 {
    padding-bottom: 58.3333333333%;
  }
  .col-lg-8.h,
  .h-lg-8 {
    padding-bottom: 66.6666666667%;
  }
  .col-lg-9.h,
  .h-lg-9 {
    padding-bottom: 75%;
  }
  .col-lg-10.h,
  .h-lg-10 {
    padding-bottom: 83.3333333333%;
  }
  .col-lg-11.h,
  .h-lg-11 {
    padding-bottom: 91.6666666667%;
  }
  .col-lg-12.h,
  .h-lg-12 {
    padding-bottom: 100%;
  }
}
.ev-category {
  color: #333333;
  padding: 20px !important;
  border: solid 1px #777777;
  border-radius: 10px;
  margin: 15px auto !important;
  width: 70%;
  float: none;
}
.ev-category .cat-name {
  font-weight: bold;
}
.ev-category .cat-desc {
  display: block;
  padding-right: 10px;
}
.ev-category .cat-criteria .toggle-criteria,
.ev-category .cat-criteria .modal-criteria {
  background: #bca24d;
  border: solid #bca24d 2px;
  box-shadow: none;
}
.ev-category .cat-criteria .toggle-criteria:hover,
.ev-category .cat-criteria .modal-criteria:hover {
  background: #896f1a;
}
.ev-category .cat-price-wrapper .cat-price {
  max-width: 100%;
  text-align: center;
}
.ev-category .cat-price-wrapper .cat-price .cat-button,
.ev-category .cat-price-wrapper .cat-price .add-category-to-basket {
  border: solid #547980 2px;
  padding: 2px;
  background: transparent;
  border-radius: 10px;
  display: inline-block;
  margin: 10px;
}
.ev-category .cat-price-wrapper .cat-price .cat-button .button-content-wrapper,
.ev-category .cat-price-wrapper .cat-price .add-category-to-basket .button-content-wrapper {
  overflow: hidden;
  background: #bca24d;
  padding: 15px 6px 13px;
  width: 170px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 7px;
}
.ev-category .cat-price-wrapper .cat-price .cat-button .enter-text,
.ev-category .cat-price-wrapper .cat-price .add-category-to-basket .enter-text {
  float: left;
}
.ev-category .cat-price-wrapper .cat-price .cat-button i,
.ev-category .cat-price-wrapper .cat-price .add-category-to-basket i {
  float: right;
}
.ev-category .cat-price-wrapper .cat-price .cat-button:hover,
.ev-category .cat-price-wrapper .cat-price .add-category-to-basket:hover {
  border-color: #21464d;
  background: transparent !important;
}
.ev-category .cat-price-wrapper .cat-price .cat-button:hover .button-content-wrapper,
.ev-category .cat-price-wrapper .cat-price .add-category-to-basket:hover .button-content-wrapper {
  background: #896f1a;
}
.ev-category .cat-sponsors .cat-sponsor {
  width: 180px;
}
.ev-category .cat-sponsors .cat-sponsor img {
  max-width: 100%;
  height: auto;
}
.ev-category .toggle-criteria + .cat-criteria-content.expand {
  display: none;
}
.ev-category .cat-criteria-content.expand {
  padding-top: 10px;
}
/* stand alone entry button */
.ev-cat-button {
  display: inline-block;
}
.ev-cat-button .add-category-to-basket {
  border: solid #547980 2px;
  padding: 2px;
  background: #bca24d;
  border-radius: 10px;
  display: inline-block;
  margin: 10px;
}
.ev-cat-button .add-category-to-basket .button-content-wrapper {
  overflow: hidden;
  display: block;
  position: relative;
  padding: 15px 6px 13px;
  width: 150px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 7px;
  background: transparent;
}
.ev-cat-button .add-category-to-basket .enter-text {
  float: left;
}
.ev-cat-button .add-category-to-basket .icon-evessio-basket-add {
  float: right;
}
.ev-cat-button .add-category-to-basket:hover {
  border-color: #21464d;
}
.ev-cat-button .add-category-to-basket:hover .button-content-wrapper {
  background: #896f1a;
}
div:not(.col-md-12) > .ev-category {
  width: auto !important;
  margin: 15px !important;
}
div:not(.col-md-12) > .ev-category .cat-price-wrapper {
  width: 100%;
}
.basket {
  position: relative;
  display: inline-block;
  color: #bca24d;
  background: transparent !important;
  border: solid #FFFFFF 1px;
  border-radius: 10px;
}
.basket a {
  padding: 0;
  color: #bca24d;
}
.basket .basket-empty {
  padding: 15px 5px 5px;
}
.basket .basket-full {
  padding: 15px 5px 5px;
}
.basket-prod {
  left: 10px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 30px;
}
.ev-horizontal-menu-anchor:not(.no-anchor) {
  width: 100%;
}
.location {
  background-color: #bca24d !important;
}
.horizontal-menu {
  position: relative;
  z-index: 2000;
  width: 100%;
}
.horizontal-menu .burger-button {
  width: 45px;
  height: 48px;
  font-size: 16px;
  color: #FFFFFF;
  display: none;
  cursor: pointer;
  margin-left: 5px;
}
.horizontal-menu ul {
  margin-bottom: 0;
}
.horizontal-menu li {
  text-align: left;
  display: inline-block;
}
.horizontal-menu li a {
  text-decoration: none;
  text-transform: uppercase;
}
.horizontal-menu li a:hover,
.horizontal-menu li a:focus,
.horizontal-menu li a:active,
.horizontal-menu li a:visited {
  color: #FFFFFF;
}
.horizontal-menu li.name {
  margin-right: 100px;
  font-size: 20px;
  text-transform: uppercase;
}
.horizontal-menu li.name:hover {
  cursor: default !important;
  color: inherit;
}
.horizontal-menu .menus-list {
  display: block;
  width: 100%;
  padding-left: 5%;
  margin-bottom: 0;
  z-index: 2;
}
.horizontal-menu .menus-list.long {
  padding-left: 0;
  text-align: center;
}
.horizontal-menu .menus-list.long li {
  float: none;
}
.horizontal-menu .menus-list.long .name {
  float: left;
  margin-left: 10px;
}
.horizontal-menu .menus-list:after {
  display: block;
  content: ' ';
  clear: both;
  float: none;
}
.horizontal-menu .menus-list li {
  display: inline-block;
  position: relative;
  float: left;
  font-weight: bold;
  transition: all 0.5s ease 0s;
  /*&:hover {
                background: @color-primary;
                cursor: pointer;
                
                & > ul {
                    opacity: 1;
                    transform: rotateX(0deg);
                    z-index: 2;
                }
            }*/
}
.horizontal-menu .menus-list li ul {
  position: absolute;
  width: 250px;
  padding: 0;
  opacity: 0;
  transform-origin: top center;
  transform: rotateX(90deg);
  transition: all 0.5s ease 0s;
}
.horizontal-menu .menus-list li ul.active {
  display: block;
}
.horizontal-menu .menus-list li ul:after {
  display: block;
  content: ' ';
  clear: both;
  float: none;
}
.horizontal-menu .menus-list li ul li {
  display: block;
  float: none;
  overflow: hidden;
  /*transition: 2s;*/
}
.horizontal-menu .menus-list li ul li:hover {
  background: #bca24d;
  cursor: pointer;
}
.horizontal-menu .menus-list li ul li:hover ul {
  max-height: 1000px;
}
.horizontal-menu .menus-list li ul li ul {
  position: relative;
  max-height: 0;
  opacity: 1;
  transform: none;
  transition: max-height 2s ease 0s;
}
.horizontal-menu .menus-list li ul li ul li {
  padding-left: 30px;
}
.horizontal-menu .menus-list li ul li ul li:hover {
  background: #bca24d;
  cursor: pointer;
}
.horizontal-menu .menus-list li ul li a {
  padding: 10px;
  display: block;
  text-transform: none;
  transition-duration: 0.6s;
}
.horizontal-menu .menus-list li a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 40px 10px;
  display: block;
  text-align: left;
}
.horizontal-menu .menus-list li.name {
  margin-right: 100px;
  padding: 0;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  top: 36px;
}
.horizontal-menu .menus-list li.name:hover {
  background: inherit;
}
.horizontal-menu .menus-list > li:hover {
  background: #bca24d;
  cursor: pointer;
}
.horizontal-menu .menus-list > li:hover > ul {
  opacity: 1;
  transform: rotateX(0deg);
  z-index: 2;
}
.ev-menu .menu-basket {
  margin: 10px;
  vertical-align: bottom;
}
.ev-menu .menu-basket:hover {
  background: transparent !important;
}
.ev-menu .menu-basket .basket-empty {
  position: relative;
  display: inline-block;
  padding: 8px 6px;
  border: solid #FFFFFF 1px;
  border-radius: 10px;
}
.ev-menu .menu-basket .basket-empty .basket-prod {
  left: 12px;
  top: 20px;
}
.ev-menu .menu-basket .basket-full {
  position: relative;
  display: inline-block;
  padding: 8px 6px;
}
.ev-menu .menu-basket .basket-full a {
  color: #bca24d;
}
.ev-menu .menu-basket .basket-full a .basket-prod {
  left: 12px;
  top: 15px;
}
.ev-menu .menu-basket .basket {
  position: relative;
  display: inline-block;
  background: transparent !important;
  border: solid #FFFFFF 1px;
  border-radius: 10px;
}
.ev-menu .menu-basket .basket a {
  color: #bca24d;
  padding: 0;
}
.ev-menu .menu-basket .basket-prod {
  left: 10px;
  position: absolute;
  text-align: center;
  top: 30px;
  width: 30px;
}
.ev-menu .menu-basket #basket {
  font-size: 13px;
  line-height: 1.42857143;
}
.ev-menu .menu-basket .badge-counter {
  display: inline-block;
  padding: 1px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.vertical-menu {
  display: inline-block;
}
.vertical-menu .menus-list {
  width: 200px;
  padding: 0;
  margin-bottom: 0;
  z-index: 2;
}
.vertical-menu .menus-list:after {
  display: block;
  content: ' ';
  clear: both;
  float: none;
}
.vertical-menu .menus-list li {
  display: block;
  position: relative;
  font-weight: bold;
  transition: all 0.5s ease 0s;
}
.vertical-menu .menus-list li ul {
  position: absolute;
  z-index: 2000;
  left: 200px;
  top: 0;
  width: 200px;
  padding: 0;
  opacity: 0;
  transform-origin: left center;
  transform: rotateY(90deg);
  transition: all 0.5s ease 0s;
}
.vertical-menu .menus-list li ul.active {
  display: block;
}
.vertical-menu .menus-list li ul:after {
  display: block;
  content: ' ';
  clear: both;
  float: none;
}
.vertical-menu .menus-list li ul li {
  display: block;
  float: none;
}
.vertical-menu .menus-list li ul li a {
  padding: 10px;
  display: block;
  text-transform: none;
  transition-duration: 0.6s;
}
.vertical-menu .menus-list li a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  display: block;
}
.vertical-menu .menus-list li.name {
  margin-right: 100px;
  padding: 0;
  font-size: 20px;
  text-transform: uppercase;
}
.vertical-menu .menus-list li.name:hover {
  background: inherit;
}
.vertical-menu .menus-list li:hover {
  background: #bca24d;
  cursor: pointer;
}
.vertical-menu .menus-list li:hover > ul {
  opacity: 1;
  transform: rotateY(0deg);
}
.vertical-menu.right .menus-list {
  right: 0;
}
.vertical-menu.right .menus-list li ul {
  left: -200px;
  transform-origin: right center;
}
@media (max-width: 1000px) {
  .horizontal-menu .burger-button {
    display: block;
  }
  .horizontal-menu .menus-list {
    display: none;
    padding-left: 0;
    margin-top: -35px;
  }
  .horizontal-menu .menus-list.open {
    display: block;
  }
  .horizontal-menu .menus-list .name {
    margin-left: 60px;
  }
  .horizontal-menu .menus-list > li {
    display: block;
    float: none;
    transition: none;
  }
  .horizontal-menu .menus-list > li:nth-child(2) {
    margin-top: 10px;
  }
  .horizontal-menu .menus-list > li ul {
    position: relative;
    max-height: 0;
    width: 100%;
    padding: 0;
    opacity: 1;
    overflow: hidden;
    transform: none;
    transition: max-height 0.8s ease 0s;
  }
  .horizontal-menu .menus-list > li ul.active {
    display: block;
  }
  .horizontal-menu .menus-list > li ul:after {
    display: block;
    content: ' ';
    clear: both;
    float: none;
  }
  .horizontal-menu .menus-list > li ul li {
    display: block;
    float: none;
  }
  .horizontal-menu .menus-list > li ul li a {
    padding: 10px;
    display: block;
    text-transform: none;
    transition-duration: 0.6s;
  }
  .horizontal-menu .menus-list > li ul li ul li {
    padding-left: 60px;
  }
  .horizontal-menu .menus-list > li ul li ul li a:before {
    content: '- ';
  }
  .horizontal-menu .menus-list > li a {
    text-align: center;
    padding: 10px;
  }
  .horizontal-menu .menus-list > li.name {
    margin-right: 100px;
    padding: 0;
    font-size: 20px;
    text-transform: uppercase;
    position: static;
  }
  .horizontal-menu .menus-list > li.name:hover {
    background: inherit;
  }
  .horizontal-menu .menus-list > li:hover {
    background: #bca24d;
    cursor: pointer;
  }
  .horizontal-menu .menus-list > li:hover > ul {
    max-height: 1000px;
    opacity: 1;
  }
  .vertical-menu .menus-list li {
    display: block;
    float: none;
    transition: none;
  }
  .vertical-menu .menus-list li ul {
    position: relative;
    max-height: 0;
    width: 100%;
    padding: 0;
    opacity: 1;
    overflow: hidden;
    transform: none;
    transition: max-height 0.8s ease 0s;
    left: 0;
  }
  .vertical-menu .menus-list li ul.active {
    display: block;
  }
  .vertical-menu .menus-list li ul:after {
    display: block;
    content: ' ';
    clear: both;
    float: none;
  }
  .vertical-menu .menus-list li ul li {
    display: block;
    float: none;
  }
  .vertical-menu .menus-list li ul li a {
    padding: 10px;
    display: block;
    text-transform: none;
    transition-duration: 0.6s;
  }
  .vertical-menu .menus-list li ul li ul li {
    padding-left: 25px;
  }
  .vertical-menu .menus-list li a {
    padding: 10px;
  }
  .vertical-menu .menus-list li.name {
    margin-right: 100px;
    padding: 0;
    font-size: 20px;
    text-transform: uppercase;
    position: static;
  }
  .vertical-menu .menus-list li.name:hover {
    background: inherit;
  }
  .vertical-menu .menus-list li:hover {
    background: #bca24d;
    cursor: pointer;
  }
  .vertical-menu .menus-list li:hover ul {
    max-height: 200px;
    opacity: 1;
  }
  .ev-menu .menu-basket {
    margin: auto;
    width: 100%;
    text-align: center;
  }
}
.ev-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.ev-slider .owl-carousel .owl-stage-outer {
  position: relative;
  height: 100%;
}
.ev-slider .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.ev-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.ev-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item div {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.ev-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item div img {
  height: 100%;
  max-width: 100%;
}
.ev-slider .slider-title {
  color: #bca24d !important;
}
.ev-slider .slider-info {
  text-align: center;
}
.ev-slider .slider-link {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ev-booking {
  position: relative;
}
.ev-booking .price-wrapper {
  position: relative;
}
.ev-booking .price-wrapper .prodinfo {
  text-align: right;
  padding-right: 12px;
}
.ev-booking .price-wrapper .add-category-to-basket {
  border: solid #547980 2px;
  padding: 2px;
  background: transparent;
  border-radius: 10px;
  display: inline-block;
  margin: 10px;
}
.ev-booking .price-wrapper .add-category-to-basket .button-content-wrapper {
  overflow: hidden;
  background: #bca24d;
  padding: 15px 6px 13px;
  width: 150px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 7px;
}
.ev-booking .price-wrapper .add-category-to-basket .enter-text {
  float: left;
}
.ev-booking .price-wrapper .add-category-to-basket .icon-evessio-basket-add {
  float: right;
}
.ev-booking .price-wrapper .add-category-to-basket:hover {
  border-color: #21464d;
}
.ev-booking .price-wrapper .add-category-to-basket:hover .button-content-wrapper {
  background: #896f1a;
}
.ev-image-panel {
  text-align: center;
}
.ev-image-panel .image-panel-img {
  width: auto !important;
  max-width: 100%;
}
.ev-image-panel .image-panel-content {
  padding: 15px;
}
.ev-image-panel .image-panel-content .image-panel-headline {
  color: #bca24d !important;
}
.ev-image-panel .ev-link-button.group-wrapper {
  text-align: center;
  background-color: transparent;
  margin: 20px auto;
}
.ev-image-panel .ev-link-button.group-wrapper .button-separate {
  background-color: #bca24d;
  border: solid #bca24d 1px;
  border-radius: 10px;
  padding: 17px 25px 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  margin: 0 10px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.ev-image-panel .ev-link-button.group-wrapper .button-separate:hover {
  color: #bca24d;
  text-decoration: none;
  background: #FFFFFF;
}
.ev-image-panel-group.group-wrapper {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0 15px;
}
.ev-image-panel-group.group-wrapper .image-panel-group-title {
  color: #bca24d;
}
.ev-image-panel-group.group-wrapper .image-panel-group-description {
  margin-bottom: 20px;
  padding: 0 15px;
}
.ev-image-panel-group.group-wrapper .ev-image-panel {
  text-align: center;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 0 50px;
}
.ev-image-panel-group.group-wrapper .ev-image-panel .image-panel-content .image-panel-img {
  display: inline-block;
  max-width: 100%;
}
.ev-image-panel-group.group-wrapper .ev-image-panel .image-panel-content .image-panel-headline {
  color: #bca24d;
}
.ev-image-panel-group.group-wrapper .ev-image-panel .ev-link-button.group-wrapper {
  text-align: center;
  background-color: transparent;
  margin: 20px auto;
}
.ev-image-panel-group.group-wrapper .ev-image-panel .ev-link-button.group-wrapper .button-separate {
  background-color: #bca24d;
  border: solid #bca24d 1px;
  border-radius: 10px;
  padding: 17px 25px 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  margin: 0 10px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.ev-image-panel-group.group-wrapper .ev-image-panel .ev-link-button.group-wrapper .button-separate:hover {
  color: #bca24d;
  text-decoration: none;
  background: #FFFFFF;
}
@media (min-width: 1000px) {
  .ev-image-panel-group .ev-image-panel {
    max-width: 30%;
  }
}
.ev-icon-panel {
  text-align: center;
  padding-top: 20px;
}
.ev-icon-panel .icon-panel-icon {
  color: #bca24d;
}
.ev-icon-panel .icon-panel-icon a {
  color: #bca24d;
}
.ev-icon-panel .icon-panel-main a {
  color: #bca24d;
}
.ev-icon-panel .icon-panel-main .icon-panel-description {
  padding: 0 15px;
}
.ev-icon-panel-group {
  text-align: center;
  width: 70%;
  margin: auto;
}
.ev-icon-panel-group .ev-icon-panel {
  display: inline-block;
  text-align: center;
  float: none;
  width: 33%;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}
.ev-icon-panel-group .icon-panel-description {
  padding: 0 15px;
}
@media (max-width: 1000px) {
  .ev-icon-panel-group .ev-icon-panel {
    width: auto;
  }
}
.ev-link-button.group-wrapper {
  text-align: center;
  background-color: transparent;
}
.ev-link-button.group-wrapper .button-separate {
  background-color: #bca24d;
  border: solid #bca24d 1px;
  border-radius: 10px;
  padding: 17px 25px 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  margin: 0 10px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.ev-link-button.group-wrapper .button-separate:hover {
  color: #bca24d;
  text-decoration: none;
  background: #FFFFFF;
}
.ev-link-group .ev-link-button {
  background-color: #bca24d;
  position: relative;
  border: solid 1px rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: table;
  height: 40px;
}
.ev-link-group .ev-link-button a,
.ev-link-group .ev-link-button a:visited,
.ev-link-group .ev-link-button a:active {
  color: #FFFFFF;
}
.ev-link-group .ev-link-button a:hover {
  color: #897534;
}
.ev-link-group .ev-link-button .button-inner {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.ev-link-group .ev-link-button .button-inner .button-icon {
  display: inline-block;
  text-align: center;
  float: right;
}
.ev-link-group .ev-link-button .button-inner .button-title {
  display: inline-block;
  text-align: left;
  padding-left: 10px;
}
.ev-tab {
  width: 100%;
}
.ev-tab .tab-image {
  width: 20%;
  height: auto;
}
.ev-statistics.group-wrapper {
  text-align: center;
  position: relative;
  padding: 15px 0;
  width: 100%;
}
.ev-statistics.group-wrapper .statistics-title {
  color: #bca24d;
}
.ev-statistics.group-wrapper .statistics-description {
  padding: 0 15px;
}
.ev-statistics.group-wrapper .statistics-items {
  width: 100%;
}
.ev-statistics.group-wrapper .statistics-items .ev-statistics-item {
  margin: 50px;
  float: none;
  display: inline-block;
  width: auto;
}
.ev-statistics.group-wrapper .statistics-items .ev-statistics-item .item-content {
  text-align: center;
}
.ev-statistics.group-wrapper .statistics-items .ev-statistics-item .item-content .stats-icon {
  color: #bca24d;
}
.ev-statistics.group-wrapper .statistics-items .ev-statistics-item .item-content .stats-value {
  font-size: 80px;
  font-weight: bold;
  color: #bca24d;
}
.ev-statistics.group-wrapper .statistics-items .ev-statistics-item .item-content .stats-description {
  font-size: 14px;
  letter-spacing: 4px;
  color: #adb9b8;
}
div:not(.col-md-12) > .ev-statistics {
  text-align: center;
  width: auto;
}
div:not(.col-md-12) > .ev-statistics .ev-statistics-item {
  width: auto;
  margin: 0 30px !important;
  display: inline-block;
  float: none;
}
.ev-tab-group .tab-group-title {
  padding: 0 15px;
}
.ev-tab-group .tab-group-description {
  padding: 0 15px;
}
.ev-tab-group .tab-panel {
  border-bottom: solid 1px #eeeeee;
}
.ev-tab-group .tab-panel .tab-content .tab-pane {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.ev-tab-group .tab-panel .tab-content .tab-pane .tab-content {
  padding: 20px;
}
.ev-tab-group .tab-panel .tab-content .tab-pane .tab-image {
  margin-top: 20px;
}
.ev-tab-group .tab-panel .tab-content .tab-pane .tab-image img {
  width: 100%;
  height: auto;
}
.ev-header {
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  display: table;
  padding: 15px;
  /* Media queries */
}
.ev-header .header-content {
  display: table-cell;
  z-index: 20;
}
.ev-header .header-content .event-title {
  margin: 0 0 8px;
  font-size: 132px;
  text-transform: uppercase;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
}
.ev-header .header-content .event-logo {
  max-height: 80%;
}
.ev-header .header-content .event-description,
.ev-header .header-content .event-date,
.ev-header .header-content .event-location,
.ev-header .header-content .event-logo {
  position: relative;
  z-index: 2;
}
.ev-header .header-content.top {
  vertical-align: top;
}
.ev-header .header-content.middle {
  vertical-align: middle;
}
.ev-header .header-content.bottom {
  vertical-align: bottom;
}
@media (max-width: 991px) {
  .ev-header .event-title {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  .ev-header .event-title {
    font-size: 80px;
  }
}
.ev-header.youtube {
  overflow: hidden;
}
.header-links {
  margin-top: 25px;
}
.header-links .btn-success {
  background-color: #bca24d;
  background-image: none;
  border-color: #bca24d;
  padding: 17px 25px 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 12px;
  position: relative;
  z-index: 2;
}
.ev-section-divider-wrapper {
  /* wrapper to contain the :before  overlay on imgae */
  position: relative;
}
.ev-section-divider {
  text-align: center;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: table;
  width: 100%;
  z-index: 1;
  padding: 15px;
}
.ev-section-divider .section-content.top {
  vertical-align: top;
}
.ev-section-divider .section-content.middle {
  vertical-align: middle;
}
.ev-section-divider .section-content.bottom {
  vertical-align: bottom;
}
.ev-section-divider .section-content {
  display: table-cell;
  z-index: 20;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.ev-section-divider .section-content .section-divider-title {
  font-size: 50px;
  margin-bottom: 30px;
  position: relative;
}
.ev-section-divider .section-content .section-divider-description {
  font-size: 14px;
  margin: 0 auto;
  position: relative;
  max-width: 90%;
  line-height: 2.2;
}
.ev-section-divider .section-content .section-divider-description p {
  margin-bottom: 0;
}
.ev-section-divider .section-content .btn-success {
  background-color: transparent;
  background-image: none;
  border-color: #FFFFFF;
  padding: 17px 25px 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.ev-section-divider .section-content .btn-success:hover {
  background: #FFFFFF;
  color: #bca24d;
}
.ev-section-divider.parallax {
  background-attachment: fixed;
}
.mobile .ev-section-divider.parallax {
  background-attachment: initial;
}
.ev-location-map {
  height: 560px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #e5e3df;
}
.ev-location-map .location-address {
  color: #333333;
}
.ev-location-map .ev-map {
  height: 100%;
}
@media (max-width: 1000px) {
  .ev-location-map {
    padding: 0 20px;
  }
}
.ev-twitter-feed {
  margin-top: 25px;
  margin-bottom: 25px;
}
.ev-testimonial {
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: table;
  width: 100%;
  z-index: 1;
  padding: 25px 45px;
}
.ev-testimonial .testimonial {
  font-style: italic;
  font-size: larger;
}
.ev-testimonial .testimonial:before {
  content: '\f10d';
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  top: 15px;
  left: 20px;
  display: block;
}
.ev-testimonial .testimonial:after {
  content: '\f10e';
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  bottom: 40px;
  right: 20px;
  display: block;
}
.ev-testimonial .testimonial-person {
  margin-top: 15px;
}
.ev-testimonial .testimonial-person .name {
  font-weight: bold;
}
.ev-testimonial .testimonial-person .job-title {
  font-style: italic;
}
.ev-testimonial .testimonial-person .company {
  font-weight: bold;
}
.ev-testimonial.parallax {
  background-attachment: fixed;
}
.ev-testimonial-list.compact {
  position: relative;
  padding: 15px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.ev-testimonial-list.compact .ev-testimonial {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 25px 45px;
}
.ev-testimonial-list.compact .ev-testimonial .testimonial {
  font-style: italic;
  font-size: larger;
}
.ev-testimonial-list.compact .ev-testimonial .testimonial:before {
  content: '\f10d';
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  top: 15px;
  left: 20px;
  display: block;
}
.ev-testimonial-list.compact .ev-testimonial .testimonial:after {
  content: '\f10e';
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  bottom: 60px;
  right: 20px;
  display: block;
}
.ev-testimonial-list.compact .ev-testimonial .testimonial-person {
  margin-top: 15px;
}
.ev-testimonial-list.compact .ev-testimonial .testimonial-person .name {
  font-weight: bold;
}
.ev-testimonial-list.compact .ev-testimonial .testimonial-person .job-title {
  font-style: italic;
}
.ev-testimonial-list.compact .ev-testimonial .testimonial-person .company {
  font-weight: bold;
}
.ev-testimonial-list.detailed {
  position: relative;
  padding: 15px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.ev-testimonial-list.detailed .ev-testimonial {
  position: relative;
  display: table;
  width: 100%;
  z-index: 1;
  padding: 25px 45px;
}
.ev-testimonial-list.detailed .ev-testimonial .testimonial {
  font-style: italic;
  font-size: larger;
}
.ev-testimonial-list.detailed .ev-testimonial .testimonial:before {
  content: '\f10d';
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  top: 15px;
  left: 20px;
  display: block;
}
.ev-testimonial-list.detailed .ev-testimonial .testimonial:after {
  content: '\f10e';
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  bottom: 60px;
  right: 20px;
  display: block;
}
.ev-testimonial-list.detailed .ev-testimonial .testimonial-person {
  margin-top: 15px;
}
.ev-testimonial-list.detailed .ev-testimonial .testimonial-person .name {
  font-weight: bold;
}
.ev-testimonial-list.detailed .ev-testimonial .testimonial-person .job-title {
  font-style: italic;
}
.ev-testimonial-list.detailed .ev-testimonial .testimonial-person .company {
  font-weight: bold;
}
.ev-testimonial-list.slider {
  position: relative;
  padding: 15px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.ev-testimonial-list.slider .ev-testimonial {
  position: relative;
  display: table;
  width: 100%;
  z-index: 1;
  padding: 25px 45px;
}
.ev-testimonial-list.slider .ev-testimonial .testimonial {
  font-style: italic;
  font-size: larger;
}
.ev-testimonial-list.slider .ev-testimonial .testimonial:before {
  content: '\f10d';
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  top: 15px;
  left: 20px;
  display: block;
}
.ev-testimonial-list.slider .ev-testimonial .testimonial:after {
  content: '\f10e';
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  bottom: 60px;
  right: 20px;
  display: block;
}
.ev-testimonial-list.slider .ev-testimonial .testimonial-person {
  margin-top: 15px;
}
.ev-testimonial-list.slider .ev-testimonial .testimonial-person .name {
  font-weight: bold;
}
.ev-testimonial-list.slider .ev-testimonial .testimonial-person .job-title {
  font-style: italic;
}
.ev-testimonial-list.slider .ev-testimonial .testimonial-person .company {
  font-weight: bold;
}
.ev-testimonial-list.parallax {
  background-attachment: fixed;
}
.gradient-n-s {
  background: #bca24d;
  background: -moz-linear-gradient(top, #bca24d 0%, #547980 100%);
  background: -webkit-linear-gradient(top, #bca24d 0%, #547980 100%);
  background: linear-gradient(to bottom, #bca24d 0%, #547980 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-primary', endColorstr='@color-secondary', GradientType=0);
}
.gradient-s-n {
  background: #bca24d;
  background: -moz-linear-gradient(top, #547980 0%, #bca24d 100%);
  background: -webkit-linear-gradient(top, #547980 0%, #bca24d 100%);
  background: linear-gradient(to bottom, #547980 0%, #bca24d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-secondary', endColorstr='@color-primary', GradientType=0);
}
.gradient-w-e {
  background: #bca24d;
  background: -moz-linear-gradient(left, #bca24d 0%, #547980 100%);
  background: -webkit-linear-gradient(left, #bca24d 0%, #547980 100%);
  background: linear-gradient(to right, #bca24d 0%, #547980 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-primary', endColorstr='@color-secondary', GradientType=1);
}
.gradient-e-w {
  background: #bca24d;
  background: -moz-linear-gradient(left, #547980 0%, #bca24d 100%);
  background: -webkit-linear-gradient(left, #547980 0%, #bca24d 100%);
  background: linear-gradient(to right, #547980 0%, #bca24d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-secondary', endColorstr='@color-primary', GradientType=1);
}
.gradient-nw-se {
  background: #bca24d;
  background: -moz-linear-gradient(-45deg, #bca24d 0%, #547980 100%);
  background: -webkit-linear-gradient(-45deg, #bca24d 0%, #547980 100%);
  background: linear-gradient(135deg, #bca24d 0%, #547980 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-primary', endColorstr='@color-secondary', GradientType=1);
}
.gradient-se-nw {
  background: #bca24d;
  background: -moz-linear-gradient(-45deg, #547980 0%, #bca24d 100%);
  background: -webkit-linear-gradient(-45deg, #547980 0%, #bca24d 100%);
  background: linear-gradient(135deg, #547980 0%, #bca24d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-secondary', endColorstr='@color-primary', GradientType=1);
}
.gradient-sw-ne {
  background: #bca24d;
  background: -moz-linear-gradient(45deg, #bca24d 0%, #547980 100%);
  background: -webkit-linear-gradient(45deg, #bca24d 0%, #547980 100%);
  background: linear-gradient(45deg, #bca24d 0%, #547980 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-primary', endColorstr='@color-secondary', GradientType=1);
}
.gradient-ne-sw {
  background: #bca24d;
  background: -moz-linear-gradient(45deg, #547980 0%, #bca24d 100%);
  background: -webkit-linear-gradient(45deg, #547980 0%, #bca24d 100%);
  background: linear-gradient(45deg, #547980 0%, #bca24d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-secondary', endColorstr='@color-primary', GradientType=1);
}
.bg-image-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 0;
}
.overlay-text-dark-100:before {
  background-color: #333333;
  opacity: 1;
}
.overlay-text-dark-90:before {
  background-color: #333333;
  opacity: 0.9;
}
.overlay-text-dark-80:before {
  background-color: #333333;
  opacity: 0.8;
}
.overlay-text-dark-70:before {
  background-color: #333333;
  opacity: 0.7;
}
.overlay-text-dark-60:before {
  background-color: #333333;
  opacity: 0.6;
}
.overlay-text-dark-50:before {
  background-color: #333333;
  opacity: 0.5;
}
.overlay-text-dark-40:before {
  background-color: #333333;
  opacity: 0.4;
}
.overlay-text-dark-30:before {
  background-color: #333333;
  opacity: 0.3;
}
.overlay-text-dark-20:before {
  background-color: #333333;
  opacity: 0.2;
}
.overlay-text-dark-10:before {
  background-color: #333333;
  opacity: 0.1;
}
.overlay-text-dark-0:before {
  background-color: #333333;
  opacity: 0;
}
.overlay-text-light-100:before {
  background-color: #FFFFFF;
  opacity: 1;
}
.overlay-text-light-90:before {
  background-color: #FFFFFF;
  opacity: 0.9;
}
.overlay-text-light-80:before {
  background-color: #FFFFFF;
  opacity: 0.8;
}
.overlay-text-light-70:before {
  background-color: #FFFFFF;
  opacity: 0.7;
}
.overlay-text-light-60:before {
  background-color: #FFFFFF;
  opacity: 0.6;
}
.overlay-text-light-50:before {
  background-color: #FFFFFF;
  opacity: 0.5;
}
.overlay-text-light-40:before {
  background-color: #FFFFFF;
  opacity: 0.4;
}
.overlay-text-light-30:before {
  background-color: #FFFFFF;
  opacity: 0.3;
}
.overlay-text-light-20:before {
  background-color: #FFFFFF;
  opacity: 0.2;
}
.overlay-text-light-10:before {
  background-color: #FFFFFF;
  opacity: 0.1;
}
.overlay-text-light-0:before {
  background-color: #FFFFFF;
  opacity: 0;
}
.overlay-color-warning-100:before {
  background-color: #F38630;
  opacity: 1;
}
.overlay-color-warning-90:before {
  background-color: #F38630;
  opacity: 0.9;
}
.overlay-color-warning-80:before {
  background-color: #F38630;
  opacity: 0.8;
}
.overlay-color-warning-70:before {
  background-color: #F38630;
  opacity: 0.7;
}
.overlay-color-warning-60:before {
  background-color: #F38630;
  opacity: 0.6;
}
.overlay-color-warning-50:before {
  background-color: #F38630;
  opacity: 0.5;
}
.overlay-color-warning-40:before {
  background-color: #F38630;
  opacity: 0.4;
}
.overlay-color-warning-30:before {
  background-color: #F38630;
  opacity: 0.3;
}
.overlay-color-warning-20:before {
  background-color: #F38630;
  opacity: 0.2;
}
.overlay-color-warning-10:before {
  background-color: #F38630;
  opacity: 0.1;
}
.overlay-color-warning-0:before {
  background-color: #F38630;
  opacity: 0;
}
.overlay-color-success-100:before {
  background-color: #9DE0AD;
  opacity: 1;
}
.overlay-color-success-90:before {
  background-color: #9DE0AD;
  opacity: 0.9;
}
.overlay-color-success-80:before {
  background-color: #9DE0AD;
  opacity: 0.8;
}
.overlay-color-success-70:before {
  background-color: #9DE0AD;
  opacity: 0.7;
}
.overlay-color-success-60:before {
  background-color: #9DE0AD;
  opacity: 0.6;
}
.overlay-color-success-50:before {
  background-color: #9DE0AD;
  opacity: 0.5;
}
.overlay-color-success-40:before {
  background-color: #9DE0AD;
  opacity: 0.4;
}
.overlay-color-success-30:before {
  background-color: #9DE0AD;
  opacity: 0.3;
}
.overlay-color-success-20:before {
  background-color: #9DE0AD;
  opacity: 0.2;
}
.overlay-color-success-10:before {
  background-color: #9DE0AD;
  opacity: 0.1;
}
.overlay-color-success-0:before {
  background-color: #9DE0AD;
  opacity: 0;
}
.overlay-color-default-100:before {
  background-color: #adb9b8;
  opacity: 1;
}
.overlay-color-default-90:before {
  background-color: #adb9b8;
  opacity: 0.9;
}
.overlay-color-default-80:before {
  background-color: #adb9b8;
  opacity: 0.8;
}
.overlay-color-default-70:before {
  background-color: #adb9b8;
  opacity: 0.7;
}
.overlay-color-default-60:before {
  background-color: #adb9b8;
  opacity: 0.6;
}
.overlay-color-default-50:before {
  background-color: #adb9b8;
  opacity: 0.5;
}
.overlay-color-default-40:before {
  background-color: #adb9b8;
  opacity: 0.4;
}
.overlay-color-default-30:before {
  background-color: #adb9b8;
  opacity: 0.3;
}
.overlay-color-default-20:before {
  background-color: #adb9b8;
  opacity: 0.2;
}
.overlay-color-default-10:before {
  background-color: #adb9b8;
  opacity: 0.1;
}
.overlay-color-default-0:before {
  background-color: #adb9b8;
  opacity: 0;
}
.overlay-color-tertiary-100:before {
  background-color: #82004B;
  opacity: 1;
}
.overlay-color-tertiary-90:before {
  background-color: #82004B;
  opacity: 0.9;
}
.overlay-color-tertiary-80:before {
  background-color: #82004B;
  opacity: 0.8;
}
.overlay-color-tertiary-70:before {
  background-color: #82004B;
  opacity: 0.7;
}
.overlay-color-tertiary-60:before {
  background-color: #82004B;
  opacity: 0.6;
}
.overlay-color-tertiary-50:before {
  background-color: #82004B;
  opacity: 0.5;
}
.overlay-color-tertiary-40:before {
  background-color: #82004B;
  opacity: 0.4;
}
.overlay-color-tertiary-30:before {
  background-color: #82004B;
  opacity: 0.3;
}
.overlay-color-tertiary-20:before {
  background-color: #82004B;
  opacity: 0.2;
}
.overlay-color-tertiary-10:before {
  background-color: #82004B;
  opacity: 0.1;
}
.overlay-color-tertiary-0:before {
  background-color: #82004B;
  opacity: 0;
}
.overlay-color-secondary-100:before {
  background-color: #547980;
  opacity: 1;
}
.overlay-color-secondary-90:before {
  background-color: #547980;
  opacity: 0.9;
}
.overlay-color-secondary-80:before {
  background-color: #547980;
  opacity: 0.8;
}
.overlay-color-secondary-70:before {
  background-color: #547980;
  opacity: 0.7;
}
.overlay-color-secondary-60:before {
  background-color: #547980;
  opacity: 0.6;
}
.overlay-color-secondary-50:before {
  background-color: #547980;
  opacity: 0.5;
}
.overlay-color-secondary-40:before {
  background-color: #547980;
  opacity: 0.4;
}
.overlay-color-secondary-30:before {
  background-color: #547980;
  opacity: 0.3;
}
.overlay-color-secondary-20:before {
  background-color: #547980;
  opacity: 0.2;
}
.overlay-color-secondary-10:before {
  background-color: #547980;
  opacity: 0.1;
}
.overlay-color-secondary-0:before {
  background-color: #547980;
  opacity: 0;
}
.overlay-color-primary-100:before {
  background-color: #bca24d;
  opacity: 1;
}
.overlay-color-primary-90:before {
  background-color: #bca24d;
  opacity: 0.9;
}
.overlay-color-primary-80:before {
  background-color: #bca24d;
  opacity: 0.8;
}
.overlay-color-primary-70:before {
  background-color: #bca24d;
  opacity: 0.7;
}
.overlay-color-primary-60:before {
  background-color: #bca24d;
  opacity: 0.6;
}
.overlay-color-primary-50:before {
  background-color: #bca24d;
  opacity: 0.5;
}
.overlay-color-primary-40:before {
  background-color: #bca24d;
  opacity: 0.4;
}
.overlay-color-primary-30:before {
  background-color: #bca24d;
  opacity: 0.3;
}
.overlay-color-primary-20:before {
  background-color: #bca24d;
  opacity: 0.2;
}
.overlay-color-primary-10:before {
  background-color: #bca24d;
  opacity: 0.1;
}
.overlay-color-primary-0:before {
  background-color: #bca24d;
  opacity: 0;
}
.ev-video-player {
  position: relative;
  width: 100%;
  height: auto;
}
.ev-iframe {
  border: 0;
}
.ev-countdown-timer {
  position: relative;
}
.ev-countdown-timer .timer-title {
  margin-top: 0 !important;
  display: block;
  padding: 12px 12px 0 12px;
}
.ev-countdown-timer .timer-description {
  padding: 12px;
}
.form-group.captcha {
  display: none;
}
.gallery-grid {
  /* clear fix */
}
.gallery-grid .grid {
  background: #DDD;
}
.gallery-grid .grid:after {
  content: '';
  display: block;
  clear: both;
}
.gallery-grid .grid-sizer,
.gallery-grid .grid-item {
  width: 33.333%;
}
.gallery-grid .grid-item {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-grid .grid-item img {
  display: block;
  max-width: 100%;
}
@media only screen and (min-width: 400px) {
  .gallery-grid .grid-sizer,
  .gallery-grid .grid-item {
    width: 100%;
  }
}
@media only screen and (min-width: 700px) {
  .gallery-grid .grid-sizer,
  .gallery-grid .grid-item {
    width: 50%;
  }
}
@media only screen and (min-width: 900px) {
  .gallery-grid .grid-sizer,
  .gallery-grid .grid-item {
    width: 33.3%;
  }
}
@media only screen and (min-width: 1100px) {
  .gallery-grid .grid-sizer,
  .gallery-grid .grid-item {
    width: 20%;
  }
}
.ev-rss-feed .feed-container .feed-entry {
  margin-bottom: 15px;
}
.ev-rss-feed .feed-container .feed-entry .feed-headline {
  color: #bca24d;
}
.ev-rss-feed .feed-container .feed-entry .feed-date {
  font-size: 0.7em;
}
#add_voucher,
#orderNumber,
#wizard > form:nth-child(3) > div:nth-child(1) > div.col-md-9 > div > div.w-providers-section > h3,
#wizard > form:nth-child(3) > div:nth-child(1) > div.col-md-9 > div > div.w-providers-section > div:nth-child(2) > div > span {
  display: none;
}
.modal {
  z-index: 2010;
}
pre.answer {
  display: inline-block !important;
  word-wrap: break-word;
}
