/*
	Theme Name: GaySki
	Theme URI: www.etienne-etienne.ch
	Description: HTML5 WordPress Theme
	Version: 1
	Author: Edouard Corfu
	Author URI: www.etienne-etienne.ch
*/
/* Temporaire Nostalchic fully booked
#label_5_14_3,
#label_5_14_2,
#label_6_14_2,
#label_6_14_3,
#choice_5_14_3,
#choice_5_14_2,
#choice_6_14_2,
#choice_6_14_3,
#choice_5_15_2,
#label_5_15_2,
#label_5_15_3,
#choice_5_15_3,
#choice_6_15_3,
#label_6_15_3,
#choice_6_15_2,
#label_6_15_2 {
  pointer-events: none;
  opacity: 0.5;
  text-decoration: line-through;
}
*/
/* Temporaire Alpenchic fully booked 
#choice_5_14_0,
#label_5_14_0,
#choice_5_14_1,
#label_5_14_1,
#choice_5_15_0,
#label_5_15_0,
#choice_5_15_1,
#label_5_15_1,

#choice_6_14_0,
#label_6_14_0,
#choice_6_14_1,
#label_6_14_1,
#choice_6_15_0,
#label_6_15_0,
#choice_6_15_1,
#label_6_15_1
 {
  pointer-events: none;
  opacity: 0.5;
  text-decoration: line-through;
}*/

/* Temporaire Budget fully booked 
#choice_5_14_4,
#choice_5_14_5,
#label_5_14_4,
#label_5_14_5,
#choice_6_14_4,
#choice_6_14_5,
#label_6_14_4,
#label_6_14_5,
#gchoice_6_25_4,
#label_6_25_4,
#gchoice_6_25_3,
#label_6_25_3



{
  pointer-events: none;
  opacity: 0.5;
  text-decoration: line-through;
}
*/
.btn.disabled {
  background-color: #333;
  border-color: #333;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: rotate(-15deg) scale(1.05);
    transform: rotate(-15deg) scale(1.05);
  }
}

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: rotate(-15deg) scale(1.05);
    transform: rotate(-15deg) scale(1.05);
  }
}

#newcomer {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 24px;
  top: 76px;
  transform: rotate(-15deg) perspective(1px) translateZ(0);
  width: 184px;
  line-height: 28px;
  letter-spacing: 1px;
  font-size: 28px;
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* --------  
html body:not(.loaded) {
  background: url(img/spinner.gif) center no-repeat;
}
html body.loaded .site-container {
  transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
  transition: transform .75s cubic-bezier(.19, 1, .22, 1);
  opacity: 1;
  height: auto;
}

html body .site-container {
  opacity: 0;
  height: 100vh;
  overflow: hidden;
}
*/
.green {
  color: #29d97c !important;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
html,
body {
  margin: 0;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  transition: all 0.5s ease;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

strong {
  font-weight: 600;
}

/* Disable ugly boxes around images in IE10 */
a img {
  border: 0px;
}

a,
.pink {
  color: #fd2673;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: none;
}

a:focus,
a:hover {
  color: #8d8d8d;
  text-decoration: none;
}

.btn {
  border-radius: 0px;
  font-weight: 300;
}

a i,
.btn i {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

label {
  margin-bottom: 0;
}

.btn {
  border-width: 2px;
}

input[type=button],
input[type=submit],
button,
.btn-transp,
.btn,
.btn:hover {
  padding: .7rem 1.2rem;
  background: #fd2673;
  border: 1px solid #fd2673;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
  box-shadow: none;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  overflow: hidden;
  transition: border-color 0.4s, color 0.4s;
  border-radius: 0;
  -webkit-appearance: none;
  font-weight: 400;
}

.btn-transp {
  border-color: #fff;
  border-width: 2px;
  background: none;
}

.btn-outline-dark {
  border-color: #000;
  border-width: 2px;
  background: none;
  text-transform: none;
}

.btn-outline-dark:hover {
  color: #fff !important;
  background: #000;
  text-transform: none;
  border-color: #000;
  border-width: 2px;
}

.btn-transp:hover {
  background: #fff;
  color: #fd2673;
  border-color: #fff;
  border-width: 2px;
}

input[type=text],
input[type=number],
input[type=email],
input[type=date],
select,
textarea {
  border: 1px solid rgba(0, 0, 0, .12);
  display: block;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  background: 0 0;
  text-align: left;
  color: inherit;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
}

#main .gform_wrapper .top_label .gfield_label {
  margin: .825em 0 0em;
}

#main .gform_wrapper .gf_step {
  margin-bottom: 1.5rem;
}

#main .gform_wrapper .gf_step span.gf_step_label {
  float: left;
  margin: 0.5rem;
}

#main .gform_wrapper .gf_step span.gf_step_number {
  font-size: 1.25em;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  width: 40px;
  height: 40px;
  background: #fd2673;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  vertical-align: baseline;
}

html body .gform_wrapper span.gform_description {
  font-weight: 300;
}
.gform_wrapper ul.gfield_checkbox li label, 
.gform_wrapper ul.gfield_radio li label{
    margin: 2px 0 0 8px;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/
#logo {
  max-width: 320px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}

.home .savethedate,
.home #logo {
  display: none;
}

.savethedate {
  color: #fff;
  padding-right: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  max-width: 80%;
  letter-spacing: 1px;
}

.savethedate img {
  max-width: 73px;
  vertical-align: bottom;
}

.savethedate:hover {
  color: #fff;
  opacity: 0.7;
}

#header {
  padding: 1rem 0;
  position: absolute;
  left: 0;
  top: 38px;
  width: 100%;
  z-index: 1;
}

.hamburger {
  padding: 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  right: 1rem;
  top: 3.25rem;
  position: fixed;
  z-index: 9;
}

.menutitle {
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  color: #fff;
  position: relative;
  top: -10px;
  letter-spacing: 2px;
  text-align: center;
}

.header-shrink .menutitle {
  color: #fd2673;
}

.hamburger:hover {
  opacity: 0.7;
}

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

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

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 3px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.header-shrink:not(.menu-active) .hamburger-inner,
.header-shrink:not(.menu-active) .hamburger-inner::before,
.header-shrink:not(.menu-active) .hamburger-inner::after {
  background-color: #fd2673;
}

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

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

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

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

.mainmenu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 54%;
  background: #fff;
  padding: 0 5%;
  z-index: 200;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
  transition: transform .75s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  background: #fb06d0;
  background: -moz-linear-gradient(-45deg, #fb06d0 0%, #fe461b 100%);
  background: -webkit-linear-gradient(-45deg, #fb06d0 0%, #fe461b 100%);
  background: linear-gradient(135deg, #fb06d0 0%, #fe461b 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fb06d0', endColorstr='#fe461b', GradientType=1);
}

html body.menu-active .hamburger {
  z-index: 99999;
}

html body.menu-active {
  height: 100vh;
  overflow: hidden;
}

html body.menu-active .mainmenu {
  -webkit-transform: translate3d(35%, 0, 0);
  transform: translate3d(35%, 0, 0);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

html body.menu-active .site-container {
  /*
    -webkit-transform: translate3d(-29%, 0, 0);
    transform: translate3d(-29%, 0, 0);
    */
}

.mainmenu .nav {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}

.mainmenu .nav li {
  width: 100%;
  padding: 0;
}

.mainmenu .nav li a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-weight: 600;
  font-size: 2rem;
  padding: 0.5rem 0;
  color: #fff;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-duration: .8s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0
}

.mainmenu .nav li a:after {
  display: block;
  position: absolute;
  bottom: 3px;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: translate3d(-105%, 0, 0);
  transform: translate3d(-105%, 0, 0);
  transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
  transition: transform .6s cubic-bezier(.19, 1, .22, 1)
}

.mainmenu .nav li:first-of-type a {
  transition-delay: 0s
}

.mainmenu .nav li:nth-child(2) a {
  transition-delay: .05s
}

.mainmenu .nav li:nth-child(3) a {
  transition-delay: .1s
}

.mainmenu .nav li:nth-child(4) a {
  transition-delay: .15s
}

.mainmenu .nav li:nth-child(5) a {
  transition-delay: .2s
}

.mainmenu .nav li:nth-child(6) a {
  transition-delay: .25s
}

.mainmenu .nav li:nth-child(7) a {
  transition-delay: .3s
}

.mainmenu .nav li:nth-child(8) a {
  transition-delay: .35s
}

.mainmenu .nav li:nth-child(9) a {
  transition-delay: .4s
}

.mainmenu .nav li:nth-child(10) a {
  transition-delay: .45s
}

.mainmenu .nav li:nth-child(11) a {
  transition-delay: .5s
}

.menu-active .mainmenu .nav li a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mainmenu .nav li.current-menu-item a,
.mainmenu .nav li a:hover {
  color: #000;
}

.mainmenu .nav li.current-menu-item a:after,
.mainmenu .nav li a:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #000;
}

.mainmenu .lang {
  padding: 0;
  margin: 0;
  left: 10%;
  position: absolute;
  top: 20px;
}

.mainmenu hr {
  margin: 2rem 0;
}

#follow {
  margin-top: 0;
  left: 10%;
  position: absolute;
  bottom: 20px;
}

.mainmenu .lang li {
  width: auto;
  list-style: none;
  display: inline-block;
}

#follow a,
.mainmenu .lang li a {
  color: #fff;
  margin-right: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}

.mainmenu .lang li.current-lang a {
  color: #000;
  text-decoration: underline;
}

#follow a:hover,
.mainmenu .lang li a:hover {
  color: #000;
  text-decoration: underline;
}

/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/
#home {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: default;
  height: 88vh;
  min-height: 20em;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff;
  position: relative;
}

#godown {
  height: 12vh;
  align-items: center;
}

#godown a {
  color: #000;
  padding: 0.5rem 2rem;
  margin: 0 2rem;
  font-size: 2rem;
  font-weight: 600;
}

#leftpart {
  width: 65%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-size: cover;
  background-position: 30%;
}

#leftpart .caption {
  position: absolute;
  right: 60px;
  bottom: 20px;
  text-align: right;
  font-size: 24px;
  line-height: 24px;
  z-index: 9;
  letter-spacing: 1px;
  color: #fff;
  padding: 0.5rem;
  font-weight: 400;
  margin: 0;
  display: none;
}

#leftpart .caption:after {
  position: absolute;
  left: 100%;
  content: "";
  width: 100px;
  height: 1px;
  background: #fff;
  top: 100%;
}

#leftpart .logohome {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

#leftpart .logohome img {
  max-width: 355px;
}

#leftpart .thedate {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 60px;
  width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
}

#leftpart .caption div {
  font-size: 37px;
}

#rightpart {
  width: 35%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

#toppart {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 60%;
  background: #fb06d0;
  background: -moz-linear-gradient(-45deg, #fb06d0 0%, #fe461b 100%);
  background: -webkit-linear-gradient(-45deg, #fb06d0 0%, #fe461b 100%);
  background: linear-gradient(135deg, #fb06d0 0%, #fe461b 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fb06d0', endColorstr='#fe461b', GradientType=1);
}

#toppart .countdown .btn {
  margin: 0.5rem 0;
}

#toppart .thedate {
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  margin: 0;
  width: 80%;
  text-align: left;
  font-weight: 400;
  font-size: 24px;
}

#toppart .countdown {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

#toppart .countdown .title {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: inherit;
  display: none;
}

#bottompart .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background: rgba(0, 0, 0, 0.4);
  max-width: 100%;
  font-size: 1rem;
  white-space: normal;
}

#bottompart .roomtitle {
  position: absolute;
  bottom: 15%;
  left: 2.8rem;
  z-index: 9;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 0.5rem;
  margin: 0;
}

#fb-home {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 30px;
  display: block;
}

#bottompart {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40%;
}

#bottompart .slick-slide {
  position: relative;
}

#bottompart .slick-dots {
  bottom: inherit;
  top: 10px;
}

#bottompart .slickslider .slide {
  background-size: cover;
  height: 40vh;
  background-position: center;
}

.slick-dots li button {
  box-shadow: none;
}

.arguments {
  margin-top: 2rem;
}

.arguments li {
  padding: 0 2rem;
}

.arguments li a {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
}

.arguments li a i {
  font-size: 40px;
  display: block;
  margin-bottom: 8px;
}

#home_program {
  padding: 4rem 0;
}

#home_rooms {
  padding: 4rem 0;
  border-top: 5px solid #eee;
  border-bottom: 5px solid #eee;
}

#home_testimonials, #home_sports {
  background: #fb06d0;
  background: -moz-linear-gradient(-45deg, #fb06d0 0%, #fe461b 100%);
  background: -webkit-linear-gradient(-45deg, #fb06d0 0%, #fe461b 100%);
  background: linear-gradient(135deg, #fb06d0 0%, #fe461b 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fb06d0', endColorstr='#fe461b', GradientType=1);
  color: #fff;
  padding: 4rem 0;
}

#home_testimonials .testi-img {
  display: inline-block;
  margin-bottom: 1rem;
}

/*------------------------------------*\
    main
\*------------------------------------*/
#main {
  padding: 2rem 0 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 30rem;
}

#main .container {
  background: #fff;
}

#topbanner {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table_cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

#topbanner .table_cell {
  vertical-align: center;
  text-align: center;
}

#topbanner h1 {
  text-align: center;
  color: #fff;
  font-size: 38px;
  line-height: 38px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.card {
  border-radius: 0px;
}

.card img {
  width: 100%;
}

.card ul {
  margin: 0;
  padding: 0;
}

.card ul li {
  list-style: none;
  padding: 1rem 0;
  border-top: 1px solid #f2f2f2;
}

.card ul li a:hover,
.card ul li a {
  display: block;
}

.section {
  padding: 1rem 0;
  clear: both;
}

h1.maintitle {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

#testimonials {
  padding: 2rem 0 2rem 0;
  margin: 0 0 -2rem 0;
  background-size: cover;
  position: relative;
  z-index: 0;
}

#testimonials .container {
  position: relative;
  z-index: 9;
}

#testimonials:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.testi-img {
  border-radius: 50%;
}

#testimonials .slick-dots li button:before,
#testimonials .slick-dots li.slick-active button:before {
  color: #000;
}

/*------------------------------------*\
    Gmap
\*------------------------------------*/
.acf-map {
  width: 100%;
  height: 600px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.markercontent {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.grey {
  background: #f2f2f2;
  padding: 2rem;
}

.grey .gform_wrapper .top_label textarea,
.grey .gform_wrapper .top_label input.medium,
.grey .gform_wrapper .top_label select.medium {
  width: 100%;
  background: #fff;
}

/*------------------------------------*\
    SIDE
\*------------------------------------*/
#newsletter {
  background: #fb06d0;
  background: -moz-linear-gradient(-45deg, #fb06d0 0%, #fe461b 100%);
  background: -webkit-linear-gradient(-45deg, #fb06d0 0%, #fe461b 100%);
  background: linear-gradient(135deg, #fb06d0 0%, #fe461b 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fb06d0', endColorstr='#fe461b', GradientType=1);
  color: #fff;
  padding: 4rem 0;
  margin: 2rem 0 0 0;
}

#newsletter .greybg .nav {
  position: relative;
  z-index: 9;
}

#newsletter .greybg:after {
  content: "";
  position: absolute;
  right: 0;
  top: -64px;
  bottom: -64px;
  width: 300%;
  background: #333;
  z-index: 0;
}

#newsletter .nav {
  margin-top: 1rem;
}

#newsletter form {
  position: relative;
  min-height: 50px;
}

#newsletter form label {
  display: none;
}

#newsletter .gform_wrapper .top_label input.medium,
#newsletter .gform_wrapper .top_label select.medium {
  width: 70%;
  position: absolute;
  left: 0;
  top: 0;
  padding: .7rem 1.2rem;
  background: #fff;
  color: #111;
}

#newsletter .gform_wrapper .gform_footer input.button,
#newsletter .gform_wrapper .gform_footer input[type=image],
#newsletter .gform_wrapper .gform_footer input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  background: none;
  border: 1px solid #fff;
}

#newsletter .gform_wrapper div.validation_error {
  display: none !important;
}

#newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-top: .75em;
  margin-bottom: .75em !important;
}

#newsletter .gform_wrapper li.gfield.gfield_error,
#newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}

#newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 0 !important;
  position: absolute;
  top: 100%;
  color: #fff;
}

#newsletter a {
  color: #fff;
}

#newsletter .greybg .nav a {
  font-size: 1.8rem;
  line-height: 2rem;
}

.margtop {
  margin-top: 2rem;
}

/*------------------------------------*\
    PROGRAM
\*------------------------------------*/
#program {
  margin: 1rem 0;
  border: none;
  overflow: auto;
}

#program li a {
  border: none;
  background: #f2f2f2;
  color: #111;
  border-radius: 0px;
  margin-right: 5px;
  font-weight: 600;
}

#program li a.active {
  background: #fd2673;
  color: #fff;
}

#program li a .light {
  font-weight: 300;
  font-size: 16px;
  white-space: nowrap;
}

.program .time {
  display: block;
  color: #acacac;
  position: relative;
  letter-spacing: 1px;
}

.card {
  margin-bottom: 1.5rem;
}

.program .card {
  margin-bottom: 1rem;
}

.grid-sizer,
.grid .card {
  width: 32.6%;
  float: left;
}

#terms {
  display: none;
  max-width: 80%;
}

/*------------------------------------*\
    TOOLS
\*------------------------------------*/
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

#backtotop {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 1rem 1.5rem;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
  z-index: 9999;
  text-decoration: none;
}

.mobile-only {
  display: none !important;
}

@media only screen and (max-width: 992px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

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

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

[data-icon]:before {
  font-family: "minsocial" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "minsocial" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\61";
}

.icon-instagram:before {
  content: "\63";
}

.icon-linkedin:before {
  content: "\64";
}

.icon-twitter:before {
  content: "\65";
}

.icon-youtube:before {
  content: "\66";
}

.appear:not(.fadeIn) {
  opacity: 0;
}

.appearLeft:not(.fadeInLeft) {
  opacity: 0;
}

.appearRight:not(.fadeInRight) {
  opacity: 0;
}

.delay01 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay03 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay07 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay09 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay1,
.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.attachment img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium {
  max-width: 100%;
  height: auto
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto
}

img.aligncenter,
img.alignleft,
img.alignright {
  margin-bottom: 12px
}

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  padding: 4px;
  text-align: center
}

.wp-caption img {
  margin: 5px 5px 0
}

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px
}

.wp-smiley {
  margin: 0
}

.gallery {
  margin: 0 auto 18px
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%
}

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

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

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px
}

.gallery dl {
  margin: 0
}

.gallery img {
  border: 10px solid #f1f1f1
}

.gallery br+br {
  display: none
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 1024px) {
  .loaded #toppart:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }

  .loaded #bottompart:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideOuRight;
    animation-name: slideOutRight;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}

@media only screen and (min-width: 992px) {

  #gform_page_5_1 ul li.gfield,
  #gform_page_6_1 ul li.gfield {
    clear: none;
    float: left;
    width: 50%;
  }

  #gform_page_5_1 .top_label input.medium,
  #gform_page_5_1 .top_label select.medium,
  #gform_page_6_1 .top_label input.medium,
  #gform_page_6_1 .top_label select.medium {
    width: 80%;
  }
}

@media only screen and (max-width: 992px) {
  #program {
    overflow: hidden;
  }

  .arguments {
    width: 100%;
    left: 0;
  }

  .grid-sizer,
  .grid .card {
    width: 49%;
    float: left;
  }

  #home {
    display: block;
    height: auto;
  }

  #leftpart,
  #rightpart,
  #bottompart,
  #toppart {
    width: 100%;
    height: auto !important;
    top: 0;
    position: relative;
  }

  #toppart .countdown {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 2rem 0;
  }

  #bottompart .slickslider .slide {
    height: 300px;
  }

  #bottompart .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  #leftpart {
    min-height: 300px;
  }

  .arguments li {
    padding: 0 0rem;
  }

  #leftpart .caption {
    right: 20px;
    bottom: 20px;
  }

  #toppart .countdown {
    width: 100%;
  }

  #toppart .thedate,
  #leftpart .caption {
    text-align: center;
  }

  #toppart .thedate {
    left: 0;
    width: 100%;
  }

  #newsletter .greybg:after {
    right: -100%;
  }

  #newsletter .greybg {
    margin-bottom: 8rem;
  }

  #newsletter .nav {
    margin-top: 0;
  }

  #newsletter .greybg .nav {
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  #leftpart .logohome img {
    max-width: 80%;
  }

  #newcomer {
    left: 0;
    top: 65px;
    width: 191px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-size: 21px;
  }

  #newcomer span {
    display: block;
  }

  .alignleft,
  img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    margin-top: 4px;
  }

  .mobilehide {
    display: none !important;
  }

  #bottompart .slickslider .slide {
    background-size: auto 100%;
  }

  #toppart .countdown .btn {
    margin: 0 0 0.6rem 0;
  }

  .testi-img {
    display: block;
    margin: 0 0 1rem;
  }

  #leftpart .caption {
    right: 0;
    left: 0;
  }

  #leftpart .caption:after {
    display: none;
  }

  .mainmenu .lang {
    top: 60px;
  }

  .mainmenu {
    width: 100%;
  }

  .mainmenu .nav {
    width: 89%;
    margin-top: 0.5rem;
  }

  .mainmenu .nav li {
    padding: 0;
  }

  .mainmenu .nav li a {
    font-size: 1.3rem;
    padding: 0.2rem 0;
  }

  .grid-sizer,
  .grid .card {
    width: 100%;
    float: left;
  }

  #newsletter .gform_wrapper .gform_footer input.button,
  #newsletter .gform_wrapper .gform_footer input[type=image],
  #newsletter .gform_wrapper .gform_footer input[type=submit],
  #newsletter .gform_wrapper .top_label input.medium,
  #newsletter .gform_wrapper .top_label select.medium {
    width: 100%;
    position: relative;
  }

  #newsletter .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    clear: both;
  }

  h1.maintitle {
    font-size: 2rem;
  }

  #main .gform_wrapper .top_label input.medium,
  #main .gform_wrapper .datepicker,
  #main .gform_wrapper .top_label select.medium {
    width: 100% !important;
  }

  .toggler h4 {
    padding: 0 0 15px 0;
  }

  .program .time:after {
    display: none;
  }

  #program {
    overflow: auto;
  }
}
