@font-face {
	font-family: "Luckiest Guy";
	src: url("../fonts/luckiestguy.ttf");
}
@font-face {
	font-family: "Myriad Pro";
	src: url("../fonts/MyriadPro-Regular.otf");
}
@font-face {
	font-family: "Myriad Pro";
	src: url("../fonts/MyriadPro-Bold.otf");
	font-weight: bold;
}
@font-face {
	font-family: "Myriad Pro";
	src: url("../fonts/MyriadPro-It.otf");
	font-style: italic;
}
@font-face {
	font-family: "Open Sans";
	src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face {
	font-family: "Open Sans";
	src: url("../fonts/OpenSans-Bold.ttf");
	font-weight: bold;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	color: #58595B;
	font-size: 14px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button:focus {outline:0;
}
body, html {
	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
}
*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
	color: inherit;
}
img, svg{
	max-width: 100%;
}


.intro{
	width: 100%;
	position: relative;
}
.introLogo{
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	height: 420px;
	max-height: 60%;
	z-index: 2;
}
.slider{
	width: 100%;
	height: 700px;
	max-height: 100vh;
}
.sliderSlide{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
/* Fade CSS 
.intro .flickity-slider {
  transform: none !important;
}
.intro .sliderSlide {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}
.intro .sliderSlide.is-selected {
  opacity: 1;
  z-index: 0
}
 Fade CSS */
.flickity-prev-next-button {
	top: 10px !important;
	padding: 0 !important;
	transform: translateY(0) !important;
	background-color: transparent !important;
}
.flickity-button-icon {
	fill: #fff !important;
}
.language{
	width: 100%;
	margin: 50px 0;
}
.center{
	width: 100%;
	margin: 0 auto;
	max-width: 750px;
}
.language ul{
	width: 100%;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.language ul li{
	margin: 0 10px;
}
.language ul li a{
	transition: 300ms;
}
.language ul li.wpml-ls-current-language a{
	font-weight: bold;
	color: #FFBC00;
}
.language ul li a:hover{
	color: #FFBC00;
}
.welcome{
	width: 100%;
	padding-bottom: 100px;
}
.welcome h1{
	font-family: 'Luckiest Guy';
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdffe2+0,ffff85+25,fffd00+55,ffbc00+81,ff3100+100 */
	background: #fdffe2; /* Old browsers */
	background: -moz-linear-gradient(top, #fdffe2 0%, #ffff85 25%, #fffd00 45%, #ffbc00 60%, #ff3100 75%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fdffe2 0%,#ffff85 25%,#fffd00 45%,#ffbc00 60%,#ff3100 75%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fdffe2 0%,#ffff85 25%,#fffd00 45%,#ffbc00 60%,#ff3100 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdffe2', endColorstr='#ff3100',GradientType=0 ); /* IE6-9 */
	-webkit-text-stroke: 2px #000;
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	margin: 70px 0;
	text-align: center;
	font-size: 120px;
	display: block;
}
.wpcf7-response-output {
	text-align: center;
	padding: 20px !important;
}
.headline{
	text-align: center;
	margin: 50px 0;
}
.welcome h4{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 50px 0 20px;
}
.welcome p{
	margin: 20px 0;
	line-height: 1.2;
}
.welcome p span{
	font-weight: bold;
}
.welcome p a{
	color: #FFBC00;
	font-weight: bold;
}
.form{
	width: 100%;
	max-width: 370px;
	padding: 0 50px;
	margin: 50px auto 35px;
}
.form input{
	font-family: 'Myriad Pro', sans-serif;
	width: 100%;
	height: 30px;
	background-color: #EBEAE8;
	border: solid 1px #939598;
	border-radius: 7px;
	padding: 0 10px;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: 0.2px;
	font-size: 14px;
}
.form textarea{
	font-family: 'Myriad Pro', sans-serif;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #EBEAE8;
	border: solid 1px #939598;
	border-radius: 7px;
	text-align: center;
	margin-bottom: 15px;
	resize: none;
	overflow: hidden;
	letter-spacing: 0.2px;
	font-size: 14px;
}
.wpcf7-form-control-signature-wrap {
	width: 100% !important;
}
.wpcf7-form-control-signature-body {
	font-family: 'Myriad Pro', sans-serif;
	width: 100%;
	background-color: #EBEAE8;
	border: solid 1px #939598;
	border-radius: 7px;
	text-align: center;
	margin-bottom: 15px;
	resize: none;
	overflow: hidden;
	letter-spacing: 0.2px;
	font-size: 14px;
}
:focus::-webkit-input-placeholder{
	color: transparent;
}
:focus::-moz-placeholder{
  color: transparent;
}
:focus{
  outline: none;
}
.addInput{
	position: relative;
}
.addInput button{
	position: absolute;
	top: 5px;
	left: calc(100% + 10px);
	font-size: 20px;
	color: #58595B;
	cursor: pointer;
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.checkbox{
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	line-height: 1.2;
	margin: 50px 0;
}
.checkbox input{
	width: 15px;
	height: 15px;
	min-width: 15px;
	min-height: 15px;
	margin-right: 10px;
}
.button{
	text-align: center;
	margin-top: 50px;
}
.button button{
	font-family: 'Luckiest Guy';
	font-size: 20px;
	-webkit-text-stroke: 1px #64250B;
	color: #fff;
	max-width: 100%;
	padding: 12px 38px;
	background-color: #EEE300;
	border: solid 1px #64250B;
	border-radius: 25px;
	cursor: pointer;
}

.button input[type="submit"]{
	font-family: 'Luckiest Guy';
	font-size: 20px;
	-webkit-text-stroke: 1px #64250B;
	color: #fff;
	max-width: 100%;
	padding: 12px 38px;
	background-color: #EEE300;
	border: solid 1px #64250B;
	border-radius: 25px;
	cursor: pointer;
}
.data{
	width: 100%;
	margin-top: 70px;
	padding-bottom: 100px;
}
.data h4{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 50px 0 20px;
}
.data p{
	margin: 20px 0;
	line-height: 1.2;
}
.rules{
	width: 100%;
	margin-top: 70px;
	padding-bottom: 100px;
}
.rules h4{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 50px 0 20px;
}
.rules p{
	margin: 20px 0;
	line-height: 1.2;
}
.table{
	margin: 35px 0;
	width: 100%;
	font-family: 'Myriad Pro';
	font-weight: bold;
	text-align: center;
	border-top: solid 1px #AFAFAF;
	color: #000;
}
.table tr{
	border-bottom: solid 1px #AFAFAF;
	line-height: 30px;
}
.table tr td, .table tr th{
	padding: 0 5px;
}
.table tr td{
	letter-spacing: 0.2px;
}
.table tr td:first-child, .table tr th:first-child{
	text-align: left;
}
.table tr td:last-child, .table tr th:last-child{
	text-align: right;
}
.table .yellow{
	color: #FDBF2C;
}
.table .blue{
	color: #1CB1ED;
}
.table .orange{
	color: #EB7D3C;
}
.table .green{
	color: #72AB4D;
}
.table .red{
	color: #FC0F1B;
}
.wpcf7-form-control.wpcf7-repeater-remove {
	height: 20px;
	width: 20px;
	border-radius: 100%;
	box-shadow: none !important;
	color: transparent !important;
	position: absolute;
	right: -30px;
	top: 2.5px;
	border: 0 !important;
	background: #939598;
	transition:300ms;
}
.wpcf7-form-control.wpcf7-repeater-remove:hover {
	background: #FC0F1B;
}

.wpcf7-form-control.wpcf7-repeater-remove::before {
	content: '-';
	position: absolute;
	color: #fff;
	text-align: center;
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	transform: translateY(-25%);
	font-size: 40px;
	line-height: 0 !important;
}

.wpcf7-form-control.wpcf7-repeater-add {
	position: absolute;
	top: 3px;
	right: -53px;
	height: 20px;
	width: 20px;
	color: transparent;
	text-shadow: none !important;
	box-shadow: none !important;
	border-radius: 100%;
	border: 0 !important;
	background: #939598;
	transition:300ms;
}


.wpcf7-form-control.wpcf7-repeater-add:hover {
	background: #72AB4D;
	color: transparent !important;
}
.wpcf7-repeater-add, .wpcf7-repeater-add:focus {
	background: #939598 !important;
	color: transparent !important;
}

.wpcf7-form-control.wpcf7-repeater-add:before {
	content: '+';
	position: absolute;
	color: #fff;
	text-align: center;
	width: 10px;
	height: 10px;
	left: 4px;
	top: 8px;
	font-size: 25px;
	line-height: 0 !important;
	font-weight: bold;
}
.wpcf7-repeater-item {
	padding: 0 !important;
	background: transparent !important;
}