/*
Theme Name: MTW Club
Theme URI: http://underscores.me/
Author: Siluan Tahir
Author URI: http://www.siluan.de
Description: MTW Club Wordpress Theme
Version: 1.0.0
*/

/*=========================================
 * Wordpress core
 *=========================================*/

.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

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

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

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

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*=========================================
 * Slick slider
 *=========================================*/

 /* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

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

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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-arrow.slick-hidden {
    display: none;
}

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

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    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');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

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

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.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: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*=========================================
 * Magnific Popup
 *=========================================*/

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*=========================================
 * General
 *=========================================*/

body {
	background: #001622;
	color: #000;
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/*=========================================
 * Typography
 *=========================================*/

#content p {
  font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 400;
}
.section-title,
.entry-title {
	color: #c1ffff;
	font-size: 28px;
	margin: 0 0 30px;
	position: relative;
}
.section-title:after,
.entry-title:after {
	content: '';
	background: #c1ffff;
	width: 85px;
	height: 2px;
	display: block;
	margin-top: 10px;
}
#main {
	color: #c1ffff;
}

/*=========================================
 * Header
 *=========================================*/

#masthead {
	background: #c1ffff;
	padding: 20px 0 20px 240px;
}
.navbar-default,
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	background: none;
	border: 0;
	border-radius: 0;
	margin: 0;
}
.navbar-header {
	float: left;
}
.navbar-default .navbar-brand {
	background: url(images/logo.svg) center center no-repeat;
	-webkit-background-size: 148px 100px;
	background-size: 148px 100px;
	display: block;
	width: 148px;
	height: 100px;
	padding: 0;
	margin: 0;
}
.navbar-default .navbar-nav {
	float: left;
	margin: 63px 0 0 30px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.navbar-default .navbar-nav>li {
	float: left;
}
.navbar-default .navbar-nav>li>a {
	border: 2px solid #001525;
	border-radius: 5px;
	color: #001525;
	font-size: 18px;
	line-height: 1;
	padding: 7px 12px;
	margin-right: 10px;
}
.navbar-default .navbar-nav>li>a:hover {
	background: #001525;
	color: #c1ffff;
}
#lang_sel_list {
	position: absolute;
	top: 18px;
	right: 0;
	padding-right: 240px;
}
#lang_sel_list ul a,
#lang_sel_list a:visited {
	background: none;
}
#lang_sel_list a {
	padding-left: 15px;
}
#lang_sel_list img.iclflag {
	width: auto;
	height: auto;
}

/*=========================================
 * Content / Layout
 *=========================================*/

.offset-top-small {margin-top: 40px;}

#content {
	padding: 140px 0 60px 200px;
}
#primary {
	background: #010f17;
	padding: 40px;
  position: relative;
  overflow: hidden;
}
#main {
  max-width: 800px;
}
#visual-main {
  display: none;
  position: absolute;
  top: 108px;
  left: 970px;
}
#visual-main img {
  max-width: none;
  height: auto;
  max-height: 400px;
}
.home #main {
  max-width: 100%;
}

/*=========================================
 * Slider
 *=========================================*/

.slick-slide {
	outline: 0;
}
.slick-slide>img {
  display: block;
  width: 100%;
  max-width: 1600px;
  height: auto;
}
.slick-dots {
	text-align: left;
	position: static;
	margin-top: 15px;
}
.slick-dots li button {
	background: url(images/dots.png) center bottom no-repeat;
	width: 16px;
	height: 16px;
  -webkit-transition: none;
  transition: none;
}
.slick-dots li.slick-active button {
	background-position: center top;
}
.slick-dots li button:before {
	display: none;
}

/*=========================================
 * Event
 *=========================================*/

.event-grid .item {
	background: url(images/form-blue.svg) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	color: #000;
	width: 188px;
	height: 188px;
	float: left;
  position: relative;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.event-grid .item.red {
	background-image: url(images/form-red.svg);
}
.event-grid .item .date a {
	font-size: 18px;
	line-height: 1;
  text-align: center;
	text-transform: uppercase;
	border: 2px solid #000;
	border-radius: 5px;
	display: inline-block;
	padding: 7px 10px;
}
.event-grid .item .date a:hover {
	background: #ff3d51;
  border-color: #ff3d51;
}
.event-grid .item.red .date a:hover {
  border-color: #c1ffff;
}
.event-grid .item .date a,
.event-grid .item h2 a {
	color: #000;
	display: block;
}
.event-grid .item h2 a:hover {
	color: #ff3d51;
	text-decoration: none;
}
.event-grid .item.red h2 a:hover {
	color: #c1ffff;
}
.event-grid .item.red .date a:hover {
	background: #c1ffff;
} 
.event-grid .item h2 {
	font-size: 16px;
	border-bottom: 2px solid #000;
	padding-bottom: 4px;
	margin: 8px 0;
}
.event-grid .item p {
	font-size: 12px;
	margin: 0;
}
.event-grid .item .fb-link {
	position: absolute;
  right: 10px;
  bottom: 10px;
}
.event-grid .item .fb-link svg {
	display: block;
	width: 16px;
	height: 16px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.event-grid .item .fb-link:hover svg {
	fill: #ff3d51;
}
.event-grid .item.red .fb-link:hover svg {
	fill: #c1ffff;
}

.single-meta {
	border-bottom: 2px solid #c1ffff;
	display: inline-block;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.single-meta .date {
	font-size: 36px;
	color: #FF3E52;
	line-height: 1;
	display: inline-block;
}
.prev-post-link,
.next-post-link {
	display: inline-block;
	width: 24px;
	height: 24px;
}
.prev-post-link {
	margin-right: 8px;
}
.next-post-link {
	margin-left: 8px;
}
.prev-post-link a,
.next-post-link a {
	background: url(images/left-arrow.svg) center center no-repeat;
	-webkit-background-size: 24px;
	background-size: 24px;
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 2px;
}
.next-post-link a {
	background-image: url(images/right-arrow.svg);
}
.single .entry-title {
	margin-bottom: 10px;
}
.single .entry-title:after {
	display: none;
}

/*=========================================
 * Button / Link
 *=========================================*/

a, a:focus {
	color: #FF3E52;
	text-decoration: none;
}
a:hover {
  color: #c1ffff;
}
a, button {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover {
	text-decoration: none;
}
.btn-ghost {
  background: none;
	border: 2px solid #FF3E52;
	border-radius: 5px;
	color: #FF3E52;
	display: inline-block;
	padding: 5px 12px;
	margin-right: 10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.btn-ghost:hover {
	background: #c1ffff;
	border-color: #c1ffff;
	color: #001525;
}
.button-list {
	list-style: none;
	padding: 0;
	margin: 30px 0 20px;
}
.button-list li {
	display: inline-block;
	margin-right: 10px;
  margin-bottom: 10px;
}

/*=========================================
 * Photo list
 *=========================================*/

.photo-list {
	list-style: none;
	padding: 0;
	margin: 50px 0;
}
.photo-list li {
	display: inline-block;
	margin-right: 10px;
  margin-bottom: 10px;
}

/*=========================================
 * Magnific Popup custom
 *=========================================*/

.mfp-bg {
	background: #001622;
	opacity: .99;
}
.mfp-figure:after {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mfp-arrow {
	opacity: 1;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b,
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a{
	border-right-color: #FF3E52;
	opacity: 1;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b,
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left-color: #FF3E52;
	opacity: 1;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FF3E52;
	opacity: 1;
}

/*=========================================
 * Google Maps
 *=========================================*/

.acf-map {
	width: 100%;
	height: 385px;
	border: 0;
	margin: 20px 0 40px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/*=========================================
 * Forms
 *=========================================*/

::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}
form {
  font-family: 'Nunito', sans-serif;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  background: #c1ffff;
  border: 0;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 7px 10px;
  color: #000;
  font-family: 'Nunito', sans-serif;
}
input[type="submit"] {
  font-family: 'Nunito', sans-serif;
  line-height: 1;
  margin-top: 10px;
}
#mc_embed_signup div.mce_inline_error {
  margin-bottom: 0 !important;
}

.wpcf7-form {
  margin-top: 40px;
}
.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}
div.wpcf7-response-output{
  margin-right: 0;
  margin-left: 0;
  padding: 10px 20px;
}

div.wpcf7-mail-sent-ok {
  background: #27ae60;
  border: 0;
  border-radius: 5px;
}

div.wpcf7-mail-sent-ng {
  background: #e74c3c;
  border: 0;
  border-radius: 5px;
}

div.wpcf7-spam-blocked {
  background: #e67e22;
  border: 0;
  border-radius: 5px;
}

div.wpcf7-validation-errors {
  background: #f1c40f;
  border: 0;
  border-radius: 5px;
  color: #000;
}
span.wpcf7-not-valid-tip {
  background: #FF3E52;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
}

/*=========================================
 * Footer
 *=========================================*/

#colophon {
	background: #000;
	color: #c1ffff;
	font-size: 12px;
  font-weight: 100;
	line-height: 1.6;
	padding: 40px 40px 40px 240px;
}
#colophon h5 {
  font-size: 12px;
  font-weight: 100;
  margin-top: 0;
}
#colophon p {
	margin: 0;
}
#colophon a {
	color: #c1ffff;
}
#colophon .column {
  width: 188px;
	float: left;
  margin-left: 10px;
}
#colophon .column.first {
	padding-left: 0;
	margin: 0;
}
#colophon .column.third {
	background: #FF3E52;
	border-radius: 5px;
	padding: 10px;
}
#colophon .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
#colophon .menu a {
	display: inline-block;
	margin-bottom: 5px;
}
#colophon .menu a:hover {
	color: #ff3d51;
}
#colophon .column.third input[type="submit"] {
	border-color: #c1ffff;
	color: #c1ffff;
	display: block;
	width: 100%;
}
#colophon .column.third input[type="submit"]:hover {
	color: #333;
}

/*=========================================
 * Responsive
 *=========================================*/

@media screen and (min-width: 768px){
  html, body {
    height: 100%;
  }
  #page {
    position: relative;
    padding-bottom: 170px;
    min-height: 100%;
  }
  #colophon {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1320px) {
  #primary {
    min-height: 620px;
  }
  #visual-main {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  #masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  #masthead.small-header {
    padding-bottom: 15px;
  }
  .small-header .navbar-default .navbar-brand {
    -webkit-background-size: 74px 50px;
    background-size: 74px 50px;
    width: 74px;
    height: 50px;
  }
  .small-header .navbar-default .navbar-nav {
    margin-top: 13px;
  }
}
@media screen and (max-width: 1024px) {
	#masthead,
	#content,
	#colophon {
		padding-left: 40px;
	}
	#masthead {
		padding-right: 40px;
	}
	#lang_sel_list {
		padding-right: 60px;
	}
	#content {
		padding: 0;
	}
	#primary {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 767px) {
	#colophon .column.third {
		border-left: 0;
		clear: left;
		padding-left: 0;
		margin-top: 30px;
		margin-left: 0;
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#colophon .column.second {
		border-left: 0;
		clear: left;
		padding-left: 0;
		margin-top: 30px;
		margin-left: 0;
		width: 100%;
	}
  .acf-map {
    height: 250px;
  }
}
@media screen and (max-width: 560px) {
	#masthead {
		padding-bottom: 0;
	}
	.navbar-default .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-default .navbar-nav {
		float: none;
		margin: 10px 0 20px;
	}
	.container-fluid>.navbar-header {
		float: none;
		margin-left: 0;
	}
	.navbar-default .navbar-nav>li {
		float: none;
    	margin-top: 10px;
	}
	.navbar-default .navbar-nav>li>a {
		margin-right: 0;
	}
	#lang_sel_list a {
		padding-left: 20px;
	}
  .acf-map {
    height: 200px;
  }
}
@media screen and (max-width: 520px) {
  #masthead,
  #primary,
  #colophon {
    padding-right: 15px;
    padding-left: 15px;
  }
  #lang_sel_list {
	padding-right: 15px;
  }
  .event-grid .item {
    -webkit-background-size: 98%;
    background-size: 98%;
		float: none;
    width: 98%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
		margin-right: auto;
		margin-left: auto;
  }
  .event-grid .item p {
    font-size: 14px;
  }
  .event-grid .item .fb-link {
    position: static;
    float: none;
    display: block;
    width: 18px;
    height: 18px;
    margin: 10px auto 0;
  }
  .event-grid .item .fb-link svg {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 420px) {
	#colophon .column.first {
		border-left: 0;
		clear: left;
		padding-left: 0;
		margin-top: 30px;
		margin-left: 0;
		width: 100%;
	}
}