@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'MINISerif-Bold';
    src: url('../MINISerif-Bold.eot');
    src: url('../fonts/MINISerif-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MINISerif-Bold.woff2') format('woff2'),
        url('../fonts/MINISerif-Bold.woff') format('woff'),
        url('../fonts/MINISerif-Bold.ttf') format('truetype'),
        url('../fonts/MINISerif-Bold.svg#MINISerif-Bold') format('svg');
    font-weight:bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MINISerif-Italic';
    src: url('../fonts/MINISerif-Italic.eot');
    src: url('../fonts/MINISerif-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MINISerif-Italic.woff2') format('woff2'),
        url('../fonts/MINISerif-Italic.woff') format('woff'),
        url('../fonts/MINISerif-Italic.ttf') format('truetype'),
        url('../fonts/MINISerif-Italic.svg#MINISerif-Italic') format('svg');
    font-weight:normal;
    font-style:italic;
    font-display: swap;
}

@font-face {
    font-family: 'MINISerif-Medium';
    src: url('../MINISerif-Medium.eot');
    src: url('../fonts/MINISerif-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MINISerif-Medium.woff2') format('woff2'),
        url('../fonts/MINISerif-Medium.woff') format('woff'),
        url('../fonts/MINISerif-Medium.ttf') format('truetype'),
        url('../fonts/MINISerif-Medium.svg#MINISerif-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MINISerif-Regular';
    src: url('../fonts/MINISerif-Regular.eot');
    src: url('../fonts/MINISerif-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MINISerif-Regular.woff2') format('woff2'),
        url('../fonts/MINISerif-Regular.woff') format('woff'),
        url('../fonts/MINISerif-Regular.ttf') format('truetype'),
        url('../fonts/MINISerif-Regular.svg#MINISerif-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MINISansSerif-Regular';
    src: url('../fonts/MINISansSerif-Regular.eot');
    src: url('../fonts/MINISansSerif-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MINISansSerif-Regular.woff2') format('woff2'),
        url('../fonts/MINISansSerif-Regular.woff') format('woff'),
        url('../fonts/MINISansSerif-Regular.ttf') format('truetype'),
        url('../fonts/MINISansSerif-Regular.svg#MINISansSerif-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body{
	font-family: 'MINISerif-Bold', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	color: #123f94;
	overflow-x:hidden;
	 /*background-size: 1920px 772px;*/
	 background-color: #0b2f74;
/*	 overflow: hidden;*/
}

.bg-form{
/*	background-color: #ed5700;*/
	/*background-image: url(/img/form-bg_576.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 20px 0 rgba(0, 0, 0, 0.2);
	background-size: 100%;*/
}

.bg-thankyou{
	background: url(/img/bg-thankyou.jpg) bottom center no-repeat;
	background-size: cover;
}

.rafflesia-group{
	position: relative;
}

.rafflesia{
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	pointer-events: none;
}
.logo{
	z-index: 100;
	display: block;
	position: absolute;
    right: 1vw;
}
/*.blue-background{
	background:url(/img/thank-you_background.png) center top no-repeat;
	background-size: cover;
}*/

.font-nycarlsberg-b{
    font-family: 'MINISerif-Bold';
}

/*Padding*/
.nm{
	margin-left: 0;
	margin-right: 0;
}
.pad-top10{
	padding-top: 10px;
}

.pad-top20{
	padding-top: 20px;
}

.pad-top30{
	padding-top: 30px;
}

.pad-top40{
	padding-top: 40px;
}

.pad-top60{
	padding-top: 60px;
}

.pad-top120{
	padding-top: 120px;
}

.pad-top180{
    padding-top: 180px;
}

.pad-bot10{
	padding-bottom: 10px;
}

.pad-bot20{
	padding-bottom: 20px;
}

.pad-bot30{
	padding-bottom: 30px;
}

.pad-bot40{
	padding-bottom: 40px;
}

.pad-bot60{
	padding-bottom: 60px;
}

.mt-20{
	margin-top: 20px;
}

.mt-30{
	margin-top: 30px;
}

.mt-40{
	margin-top: 40px;
}

.mt-60{
	margin-top: 60px;
}

.mb-0{
	margin-bottom: 0;
}

.mt-neg20{
	margin-top: -20px;
}

.mt-neg40{
	margin-top: -40px;
}

.mt-neg200{
	margin-top: -200px;
}

.mb-10{
	margin-bottom: 10px;
}

.mb-20{
	margin-bottom: 20px;
}

.mb-30{
	margin-bottom: 30px;
}

.mb-40{
	margin-bottom: 30px;
}

.mb-50{
	margin-bottom: 50px;
}

.mb-80{
	margin-bottom: 80px;
}

.mb-200{
	margin-bottom: 200px;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.ml-0{
	margin-left: 0;
}

.ml-8{
	margin-left: 8px;
}

.ml-20{
	margin-left: 20px;
}

.mr-5{
	margin-right: 5px;
}

.mr-10{
	margin-right: 10px;
}

.mr-20{
	margin-right: 20px;
}


/*Age Verification*/
.content-width{
	/* width: 28%; */
}

.first-letter {
	font-size: 25px;
	color: #006937;
	line-height: normal;
	display: block;
}

.thank-you{
	font-size: 50px;
	color: #2a4b92;
	line-height: 50px;
	display: block;
}

.thankyou-element{
    margin-top: -80px;
    z-index: 100;
    position: relative;
}

.darkblue-line{
	border-color: #041E41;
	opacity: 1;
    border-top: 1px solid;
    width: 40%;
    margin: auto;
}

h1{
	color: #006937;
	font-size: 38px;
	text-transform: uppercase;
}

.age-wrapper {
	width: 576px;
	max-width: 100%;
	margin: auto;
	position: relative;
}

#form-bg{
    background-image: url(/img/form-bg_576.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.4), 0 15px 30px 0 rgba(0, 0, 0, 0.4);
    background-size: 100%;
    border-radius: 20px;
    margin: 20px auto;
}

#thankyou-bg-12{
	background-image: url(/img/12-july_576.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.4), 0 15px 30px 0 rgba(0, 0, 0, 0.4);
    background-size: 100%;
    background-color: #123f94;
/*    min-height: 125.7vh;*/
	min-height: 900px;
    border-radius: 20px;
    margin: 20px auto;
}

#thankyou-bg-12.public-nine{
	background-image: url(/img/13july_930am.jpg);
}

#thankyou-bg-12.public-eleven{
	background-image: url(/img/13july_1100am.jpg);
}

#thankyou-bg-12.public-twelve{
	background-image: url(/img/13july_1230pm.jpg);
}

#thankyou-bg-12.public-two{
	background-image: url(/img/13july_200pm.jpg);
}

#thankyou-bg-12.public-three{
	background-image: url(/img/13july_330pm.jpg);
}

#thankyou-bg-12.public-five{
	background-image: url(/img/13july_500pm.jpg);
}

#thankyou-bg-12.public-six{
	background-image: url(/img/13july_600pm.jpg);
}

.car-footer{
/*	position: absolute;*/
    bottom: 0;
}

.car-footer img{
    pointer-events: none;
}

.car-radius{
	border-radius: 0 0 0 20px;
}

.white-bg{
    padding: 120px 50px;
    background: url(/img/circle-bg.png) no-repeat center top / cover;
    margin-bottom: -150px;
    margin-top: 50px;
}

.qr_one p{
	width: 50%;
}

.dealer-title{
	color:#000000;
	font-size:20px;
	line-height: 24px;
}

.dealer-name{
	font-size:20px;
}

.hornbill{
    position: absolute;
    right: 190px;
    top: 240px;
    z-index: 100;
    pointer-events: none;
}

.year-row{
	border:3px solid #ffd23d;
	padding: 10px;
}

.year-input{
	width: calc(100%/4 - 9px);
	margin: 0 3px;
	border: 2px solid transparent;
	height: 158px;
	text-align: center;
	outline: none;
	/* margin-right: 3px; */
	background-color: #ffd23d;
	font-size: 30px;
}

.year-input:last-child{
		margin-right: 0;
}

/*.year-input:active, .year-input:focus{	
	border: 2px solid #1B3985;
}*/

.age-verify{
	font-size: 18px;
	color: #006937;
	line-height: 1.2;
	display: block;
	font-family: 'MINISerif-Bold';
	font-weight: bold;
}

.termsncondition{
	font-family:'MINISansSerif-Regular';
	font-size:16px;
	font-weight: 500;
	line-height: 20px;
}

/*form*/
.form-label{
	text-transform: uppercase;
	font-weight: 600;
	font-size:20px;
	line-height: 20px;
}

.form-control{
	border: 2px solid transparent;
	border-radius: 30px;
	font-weight: 600;
	/*box-shadow: -2px 6px 12px #d0cccc;*/
	background-color: #ffffff;
	padding: 10px;
	color:#123f94;
	text-transform: uppercase;
}

.event-bg{
	background-color:#ffd500;
	border-radius: 80px;
}

.date-wrap{
	background-color: #ed5700;
	margin: 5px 0 5px 5px;
/*    padding: 30px;*/
    border-radius: 80px;
/*    padding: 20px 0;*/
    width: 142px;
    height: 142px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.date{
	font-size: 68px;
	line-height: initial;
    /* vertical-align: middle; */
/*    text-align: center;*/
    height: 60px;
    
}

.month{
	font-size:28px;
}

.event-padding{
	padding: 3vh 1vw;
}

.agenda{
	font-size:20px;
	line-height: initial;
}

.form-control::placeholder {
  color: #123f94;
}

.form-control::-ms-input-placeholder{
	color: #123f94;
}

.qr-code{
	box-shadow: -2px 6px 12px #d0cccc;
}

.form-select{
	padding: 12px;	
	background-color: #ffffff;
	border-radius: 30px;
	border:none;
	color: #123f94;
	font-family: 'MINISerif-Bold';
	font-weight:bold;
}

.form-control:focus{
	border: 2px solid #eaeaea;
	color:#123f94;
}

.pax-row{
	background:#ffffff;
/*	width: 36%;*/
 width: ;width: 172px;
	margin:auto;
	font-size: 20px;
	border-radius: 30px;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + .tab-label{
	padding:5px 16px;
}

input[type="radio"]:checked + .tab-label{
	background-color: #ed5700;
	color: white;
	border-radius: 30px;
}

.pax{
	background: #ffffff;
	width: 50%;
	margin:auto;
}

.one-pax, .two-pax{
	border-radius: 30px;
}


/*.one-pax{
	float: left;
}*/

.active{
	background:#ed5700;
	color:#ffffff;
}

.btn{
	font-family: 'MINISansSerif-Regular';
	background-color: #123f94;
	border-color: transparent;
	border-radius: 30px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 50px;
    font-size: 20px;
    border: none;
}

.big-love{
	font-size:30px;
}

.btn-secondary{
	background-color: #123f94;
	color: #ffd500;
}

.btn-secondary-full{
	background-color: #464446;
	color: #ffd500;
}

.btn:first-child:active{
	background-color: #123f94;
}

.btn:hover{
	background-color: #123f94;
	color:#ffffff;
}

.btn-secondary:hover{
	background-color: #062a6f;
	color: #ffd500;
	border-color:transparent;
}

.btn:disabled{
	background-color: #113020;
	border-color: transparent;
	/* border-radius: inherit; */
}

.pdpa{
	color: #041E41;
	text-decoration: underline;
}


p{
	/* color: #ffffff; */
	font-size: 14px;
}

.join-us{
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	font-size: 25px;
	line-height: 22px;
}

.joinus-section{
	background: #ed5700;
	box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.4), 0 15px 30px 0 rgba(0, 0, 0, 0.4);
	border-radius: 20px;
    margin: 20px auto;
}

.carls-harvest{
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	line-height: normal;
}

.datenvenue{
	font-family: 'MINISerif-Bold';
	font-size: 27px;
}

.register-text{
	font-family: 'MINISerif-Bold';
	font-size: 20px;
	line-height: normal;
	padding: 30px 70px 0;
}

.registration{
	font-size:20px;
	font-family: 'MINISerif-Bold';
}

.name, .email, .number{
	font-size:22px;
	font-family: 'NyCarlsbergDisplay-Light';
}

/*.place, .date{
	font-size:22px;
	font-family: 'MINISerif-Regular';
}*/

.screenshot{
    background-color: #123f94;
    color: #ffd500;
	/*background-color: #ffd500;
	color:#123f94;*/
	font-size: 20px;
	font-family: 'MINISansSerif-Regular';
	border-color: transparent;
	border-radius: 30px;
    text-transform: uppercase;
    padding: 10px 40px;
    border: none;
/*    width: 13vw;*/
    margin: auto;
}

a{
	text-decoration:none;
}
.time{
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	font-size: 20px;
	line-height: 20px;
}

.greenwave-left{
	position: absolute;
    right: 96%;
}

.greenwave-right{
	position: absolute;
    left: 88%;
    z-index: 100;
    top: 50%;
    /* width: 20vw; */
}



.venue{
	font-family: 'MINISerif-Regular';
	font-size: 24px;
}

.exciting-activities{
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight:500;
}

.green-border{
	padding: 30px 0;
	border:1px solid #006b35;
	border-radius: 20px;
}

.form-border{
	padding: 50px 50px 0;
    /* border: 1px solid #006b35; */
    border-radius: 300px 300px 20px 20px;
    background-color: #ffd500;
    min-height: 93vh;
}


.form-check-input{
	background-color: #123f94;
	color:#ffffff;
}

.form-check-input:checked{
	background-color: #123f94;
	border-color: #123f94;
}
sup{
    font-size: 17px;
    top: -.4em;
}

.activity{
	font-family: 'MINISerif-Bold';
	font-size: 18px;
	line-height: normal;
}

h1.main-title{
	font-family: 'MINISerif-Bold';
	font-size: 40px;
	color:#123f94;
}

h2.subtitle{
	font-family: 'MINISerif-Bold';
	font-size: 24px;
	text-transform: uppercase;
}
/*thank you*/
.button-dark{
	font-family: 'EB Garamond', serif;
	background-darkcolor: #64a8ea;
	border-color: transparent;
	border-radius: inherit;
	text-transform: uppercase;
	color: #2a4b92;
	border:1px solid #2a4b92;
	padding: 10px 50px;
	text-decoration: none;
}

.button-light{
	background-color: #1B3985;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	text-transform: uppercase;
}

.button-light:hover, .button-dark:hover{
	color: #ffffff;
} 

.white{
	color: #ffffff;
}

/*footer*/
.footer {
	color: #ffffff;
	font-size: 14px;
	/*overflow-y: hidden;*/
	background-color: #006b35;
}

.celebrate-responsibly{
	font-family: 'Carlsberg Sans', sans-serif;
	font-size: 13px;
}

.celebrate-font{
	font-size:16px;
}

.celebrate-button{
	color:#2a4b92;
	text-decoration: none;
}

.celebrate-button:hover{
		color:#2a4b92;
}

.light-font{
	font-weight: 300;
}

.celebrate-footer{
	font-family: 'Carlsberg Sans', sans-serif;
}

.flower-left,
.flower-right {
	position: absolute;
	pointer-events: none;
	/*z-index: -1;*/
	width: 25vw;
	min-width: 170px;
	z-index: 1;
}

.flower-left {
	bottom: 20%;
	left: 0;
}

.flower-right {
	top: 30%;
	right: 0;
}

.beer{
	position: relative;
}

.beer img{
	position: absolute;
	bottom: -60px;
    left: -116px;
	z-index: -1;
}

.footer-width{
	width:42%;
}

.follow-width{
	/*width: 90%;*/
}

.social-media a{
	display: inline-block;
}

.social-media a, .social-media p{
	/*float: left;*/
}


/* interested page*/
.welcome-bg{
	background:url(/img/welcome-bg.jpg) no-repeat center top / 100% 100%;
}
.welcome-message{
	font-size: 1rem;
	color:#162343;
	font-weight: 500;
	font-family: 'Futura-Medium', sans-serif;
}

.blue-bg{
	background-color: #1a41a1;
}

.enjoy-complimentary{
	font-size: 1.2rem;
	color:#ffffff;
	font-weight: 500;
	font-family: 'Futura-Medium', sans-serif;
}

.redeem-button{
	background-color: #e94b42;
	color: #ffffff;
	font-family: 'EB Garamond', serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 30px;
	font-weight: 600;
	display: inline-block;
	font-size: 18px;
}

a.redeem-button:hover{
	color: #ffffff;
}

.tnc{
	margin-top: 5px;
	color: #ffffff;
	font-size: 14px;
}

.date-venue p{
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	font-family: 'Futura-Medium', sans-serif;
}

/*.event-bg{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(67,93,192,1) 100%);
}*/

.dark-blue{
	color: #1a41a2;
}

.carlsberg{
	font-size: 16px;
	color:#006937;
	font-weight: bold;
	font-family: 'MINISerif-Bold';
}

.workshop-title{
	font-family: 'Futura-Heavy', sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #1a41a2;

}

.carousel-caption{
	position: static;
	right: auto; 
    bottom: auto; 
    left: auto; 
    padding-top: 0; 
    padding-bottom: 0;
}

.workshop-caption{
	font-weight: 600;
	font-size: 16px;
	color: #000000;
}

.register-now{
	background-color: #1a41a2;
	color: #ffffff;
	font-family: 'EB Garamond', serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 30px;
	font-weight: 600;
	display: inline-block;
	font-size: 18px;
}

.register-now:hover{
	color: #ffffff;
	text-decoration: none;
}

.event-flower-left,
.event-flower-right {
	position: absolute;
	pointer-events: none;
	/*z-index: -1;*/
	width: 22vw;
	min-width: 170px;
	z-index: 1;
}

.event-flower-left {
	top: 5%;
	left: 0;
}

.event-flower-right {
	top: 5%;
	right: 0;
}

.blue-hour-flower-left,
.blue-hour-flower-right {
	position: absolute;
	pointer-events: none;
	/*z-index: -1;*/
	width: 10vw;
	min-width: 140px;
	z-index: 1;
}

.blue-hour-flower-left {
	bottom: 5%;
	left: 0;
}

.blue-hour-flower-right {
	top: 5%;
	right: 0;
}

.blue-caption{
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	font-family: 'Futura-Medium', sans-serif;
}

.blue-hour-img{
	border: 8px solid #ffffff;
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}

.bluehour-title{
	font-family: 'Futura-Heavy', sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #ffffff;
}

.bluehour-caption{
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	font-family: 'Futura-Medium', sans-serif;
}

.hashtag{
	color: #1a41a2;
	font-family: 'EB Garamond', serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
}

.disclaimer-home{
	font-size:14px;
	font-family: 'MINISerif-Bold';
	font-weight:bold;
	color:#006937;
	line-height: normal;
}

.disclaimer{
	font-size: 13px;
	color: #ffffff;
	font-weight:normal;
	font-family: 'MINISerif-Regular';
}

.dark-blue-tnc{
	color: #2a4b92;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Futura-Medium', sans-serif;
}

.dark-blue-tnc:hover{
	color: #162343;
}

.workshop-caption{
	min-height: 110px;
}

.tnc p{
	color:#000;
}

ul{
	color: #000;
    list-style-type: decimal;
}

.bg-blue{
	background: #264484;
}


.image-desktop{
	display: block;
}

.image-mobile{
	display: none;
}

/*swal alert*/
.swal2-icon.swal2-error{
	border-color: red !important;
    color: red !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line]{
	background-color: red !important;
}

.swal2-popup{
	border-radius: 0 !important;
}

.swal2-title{
	font-family: 'MINISerif-Bold';
	font-size: 30px !important;
	color: #123f94 !important;
	line-height: 32px !important;
	display: block !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
}

.swal2-content{
    font-size: 18px !important;
    color: #000000 !important;
    line-height: 1.2 !important;
    display: block !important;
    font-family: 'MINISerif-Bold';
    font-weight: 600 !important;
}

.swal2-actions .btn:focus-visible{
	font-family: 'MINISerif-Bold';
	background-color: #006937;
	border-color: transparent;
	border-radius: 30px;
	text-transform: uppercase;
	color: #ffffff;
	border:none;
	padding: 10px 50px;
}

/* Public additional css*/
.event-padding_public{
	height: 152px;
    padding: 11% 0;
}

#form-bg.form-public{
	background-image: url(/img/form-bg_public.jpg);
}

.form-public .form-border{
	margin-top:190px;
}

.publicform-pad{
	margin-top:100px;
}

@media only screen and (min-width: 1440px){
	.image-big{
		width: 100%;
	}
}

@media only screen and (max-width: 1024px){
		.flower-left {
			/* bottom: 20%; */
			bottom: -40px;
			left: -60px;
			width: 20vw;
		}
		
		.flower-right {
			top: 30%;
			right: -60px;
			width: 20vw;
		}

		.footer-width {
		    width: 56%;
		}

		.bg--bg{
			background-size:auto;
		}

		.hornbill {
		    right: -10px;
		    top: 11%; 
		}

}

@media only screen and (max-width: 885px){
		.beer img{
			left: -150px;
		}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.blue-hour-section{
		width: 48%;
	}

	.workshop-section{
		width: 33%;
	}

}

@media only screen and (min-width: 769px) {
	.image-big{
		display: block;
	}

	.image-responsive{
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.row>.icon-width{ 
		width: 12%;
	 }

	 .row>.celebrate-width{
	 		width: 76%;
	 }

	 .ml-0 {
    	margin-left: 3px;
		}

	.ml-8 {
    	margin-left: 14px;
	}

	.content-width {
		/*width: 400px;
		max-width: 100%;*/
	}

	.workshop-caption{
		min-height: initial;
	}

	.beer img {
	    left: -50px;
	}

	.footer-width {
	    width: 89%;
	}

	.follow-width {
	    /*width: 82%;
	    padding-left: 20px;*/
	}

	.image-big{
		display: none;
	}

	.image-responsive{
		display: block;
	}

	#home.mt-neg40{
		margin-top: 20px;
	}

	.bg-form{
/*		background: url(/img/bg-form-responsive.jpg) center bottom no-repeat;*/
		background-size: 100%;
	}


	.hornbill{
	    right: -30px;
		top: -7%;
	}

	.home-bottom.mt-neg200{
		margin-top: -26vh;
	}

	.form-border {
    	padding: 10% 11% 16% 11%;
	    border-radius: 350px 350px 20px 20px;
	}

	.age-wrapper{
		width: 100%;
	}

	.year-input{
		height: 190px;
	}

	/*.pad-top40.joinus-section{
		padding-top: 0;
    	margin-top: -10px;
	}*/

	/*h1.main-title{
		font-size: 7vw;
	}*/

	h2.subtitle, .first-letter, .celebrate-font{
		font-size: 5vw;
	}

	.datenvenue{
		font-size: 4.5vw;
	}

	.join-us, .btn, .carls-harvest, .venue{
		font-size: 4vw;
	}

	.age-verify, .carlsberg, .time, .activity, .exciting-activities, sup{
		font-size: 3vw;
	}

	.time{
		margin-top: 10px;
	}

	.disclaimer-home, .disclaimer, .celebrate-responsibly{
		font-size: 2.3vw;
	}

	.btn{
		padding: 2vw 8vw;
    	border-radius: 40px;
	}

	.time{
		margin-top:0;
	}

	.greenwave-right {
	    position: absolute;
/*		left: 86.2%;*/
	}

	.greenwave-left {
	    position: absolute;
	    right: 92%;
	}

	.termsncondition{
		font-size: 14px;
	}

	/*.date{
		height: 100%;
	}
*/
	.white-bg {
    	padding: 25% 5vw;
	}

	.white-bg.white-public{
        min-height: 700px;
	}

}

@media only screen and (min-width: 577px) and (max-width: 767px){
	.footer-width {
	    width: auto;
	}

	.beer img {
	    left: -60px;
	    width: 260px;
	    bottom: 0px;
	}

	.age-wrapper{
		max-width: 100%;
	}

	.register-text {
	    font-size: 8vw;
	}
	.image-big{
		display: none !important;
	}

	.age-wrapper{
		width: auto;
	}

	.greenwave-right {
	    position: absolute;
/*	    left: 88.2%;*/
	}

	  .date {
        height: 60px;
    }

}

@media only screen and (max-width: 576px) {

	.container {
      padding:0;
      margin:0;
    }

    .joinus-section, #form-bg, #thankyou-bg-12{
    	box-shadow: none;
    	border-radius: 0;
    }

    .age-wrapper, #form-bg, #thankyou-bg-12{
		/*padding-top: 0;
		padding-bottom: 0;*/
		margin:0 auto;
	    border-radius: 0;
	    min-height: 100vh;
	    height: auto;
	}

	#thankyou-bg-12 {
		padding-bottom: 140px;
	}


	h1 {
		font-size: 7.2vw;
	}

	.event-flower-left{
    	top: 26%;
    	left: 0;
	}

	 .event-flower-right{
		top: -1%;
    	right: 0;
	 }

	 .carousel-caption, .blue-caption{
	 	padding: 0 30px;
	 }

	 /*.entertain{
	 	margin-bottom: 40px;
	 }*/
	 
	 .blue-hour-flower-left {
		bottom: 3%;
		left: 0;
	}

	.blue-hour-flower-right {
	    top: 0;
	    right: -20px;
	}

	.blue-hour-flower-left, .blue-hour-flower-right{
		min-width: 80px;
	}

	/*.entertain{
		padding: 0 30px;
	}*/

	 .flower-right {
	    top: 20%;
	}

	.interested-left{
		bottom: -20px;
	}

	/*.responsive-bg{
		background:url(/img/mobile-bg.jpg) no-repeat center top;
		background-size: 100%;
	}*/

	.beer img {
	    left: -100px;
	    bottom: 0;
	}

	.hashtag {
	    font-size: 20px;
	    line-height: 22px;
	}

	.beer img {
    	left: -30px;
    	width: 200px;
	}

	.hashtag{
    	word-break:break-all;
    }

    .year-input {
	    height: 12vh;
	}

	.hornbill {
	    right: -17%;
	    top: -4%;
	}

	#home.mt-neg40 {
	    margin-top: 20px;
	    margin-bottom: 30px;
	}

	.register-text {
	    font-size: 8vw;
	}

	.registration{
		font-size:3vw;
	}

	.greenwave-left {
	    position: absolute;
	    left: 0;
	    top: 40%;
	}

	.greenwave-right{
/*		left: 84.5%;*/
		right: 0;	
	    left: auto;
	}

	.greenwave-right img{
		width: 17vw;
	}

	.image-desktop{
		display: none;
	}

	.image-mobile{
		display: block;
	}

	.white-bg{
		background-color:transparent;
		margin-bottom: 0;
	}

	.event-padding.event-padding_public{
	    height: auto;
	    padding: 31px 1vw;
	}

	.car-footer {
		position: absolute;
		bottom: 0;
	}

	.car-radius{
		border-radius:0;
	}

	.pax-row {
	    background: #ffffff;
	    width: 172px;
	}

	.form-border{
	    border-radius: 300px 300px 0 0;
	}

	/*.date{
		height: auto;
	}*/
	.date{
/*		font-size: 9vw;*/
/*		height: auto;*/
		font-size: 60px;
	}

	.date-wrap{
	    width: 122px;
    	height: 122px;
	    
	}
	h1.main-title{
	    font-size: 7vw;
	}

	.pr-0{
		padding-right:0;
	}

	.qr_one p{
		width: 100%;
	}

	.white-bg.white-public{
        min-height:auto;
	}
}

@media only screen and (max-width:425px){
	/*body{
		overflow-x: hidden;
	}*/

	/*#thankyou-bg-12{
	    height: 100vh;
	}*/

	.age-wrapper.pad-top180{
		padding-top:150px;
	}

	.screenshot{
		width:100%;
        font-size: 14px;
        padding: 10px 0;
	}

	.car-radius{
		border-radius:0;
	}

	.dealer-name {
	    font-size: 16px;
	}

	.home-bottom.mt-neg200 {
	    margin-top: -16vh;
	}

	.hornbill {
	    right: -37vw;
	    top: -4%;
	}

	.greenwave-right {
/*		left: 80%;*/
		top: 56%;
	}

	.logo{
	    right: 3vw;
	}

	h1.main-title{
	    font-size: 6vw;
	}

	.agenda{
	    font-size: 3.5vw;
	}

	.month {
        font-size: 20px;
	}

	.date {
		height: 44px;
        font-size: 50px;
    }

    .date-wrap{
        width: 92px;
        height: 92px;
    }

    .event-padding {
	    padding: 2vh 1vw;
	}

	.event-padding.event-padding_public{
	    height: auto;
	    padding: 10% 1vw;
	}

	.pax-row {
	    background: #ffffff;
	    width: 172px;
	}

	.form-border {
/*	    padding: 50px 50px 0;*/
	    border-radius: 210px 210px 0 0;
	}

	.car-radius {
    	border-radius: 0;
	}

	.big-love {
	    font-size: 6vw;
	}

	.publicform-pad{
		margin-top:60px;
	}
	
}

@media only screen and (max-width: 320px) {
	.year-input {
	    height: 11vh;
	}

	.hopeleaf{
	    width: 12%;
	}

	.hornbill {
	    right: -44%;
	    top: -3%;
	}

	.home-bottom.mt-neg200 {
	    margin-top: -14vh;
	}

	.greenwave-left {
	    right: 91%;
	}

	.greenwave-right {
/*	    left: 75vw;*/
	}

	.date-wrap{
        width: 80px;
        height: 80px;
	}

	.date {
        height: 35px;
        font-size: 42px;
    }


	/*.bg-thankyou{
		overflow-y: hidden;
	}
*/
    /*.date {
        height: 32px;
    }*/

    .event-padding.event-padding_public {
        padding: 14% 1vw;
    }
}
