@import url(https://windrushfestival.com/fonts/fontawesome-5.15.3-web/css/all.css);
 
@import url('https://fonts.googleapis.com/css?family=Titan+One');

@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace');
 
@import url('https://fonts.googleapis.com/css?family=Nixie+One');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,800');

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap');

@charset "utf-8";


/* CSS Document */
html, body {
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

/* common style's */
a {
  color: #35857d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 24px; 
}

h2 {color: #EA0A54;}
h3{color: #E1D224;}

.bg-primary {color: #25a685;}
.tx-primary {color: #25a685;}

/* button style */
.btn, .btn.disabled {
    color: #ffffff;
    border: 0;
    border-radius: 2px;
    font-size: 16px;
    padding: 10px 30px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	margin: 3px;
}

.btn:hover {
    background: #e53935;
	color: #ffffff;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.2);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .5;
}

.btn-primary {background:#25a685;;}
.btn-tickets {background-color:#ed184c;}
.btn-buy {background-color:#031E1A;}

/* form style */
label {font-weight: 400;}

.form-group {margin-bottom: 20px;}

.form-control {
    height: 40px;
    font-size: 18px;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    padding: 6px 0px;
    box-shadow: none;
	font-weight: 100;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.form-control:focus {
    border-color: #666666;
    outline: 0;
    box-shadow: none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.logo-thumbnail img{width:50px;}

/* loader */
.loader{
    position: fixed;
    color: white;
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loader > div {
    text-align: center;
    margin: 0px auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.left-wrapper, .right-wrapper{
    padding-right: 0px;
    padding-left: 0px;
}

.right-wrapper {margin-bottom: 15vh;}
.shrink-img {    width: 100%!important;}
.op-0{opacity: 0;}
.op-25{opacity: 0.25;}
.op-05{opacity: 0.5;}
.op-75{opacity: 0.75;}
.op-100{opacity: 1;}
.yolk {color: #fdbe34!important;}
.coral {color:#ff7f50!important;}
.bg-yolk {background-color: #fdbe34;}
.bg-coral {background-color:#ff7f50;}
.lead-text{font-weight: 800;}
.tx-c{text-align: center;}
.z-bg{z-index: -1;}
.w-25 {  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}
.hx-25 {
  height: 25px !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.hx-100 {
  height: 100px !important;
}
.h-150 {
  height: 150% !important;
}
.hx-150 {
  height: 150px !important;
}
.hx-200 {
  height: 200px !important;
}.hx-300 {
  height: 300px !important;
}
.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}


.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2rem !important;
}
.p-6 {
  padding: 2.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 2.5rem!important;
}

.pr-6,
.px-6 {
  padding-right: 2.5rem!important;
}

.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important;
}

.pl-6,
.px-6{
  padding-left: 2.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

 
#home-cover {width: 100%!important;}

/* event banner css */
.event-banner-wrapper { 
        width: 100%;
    height: 50vh;
    padding: 20px;
    background: url(https://www.carnivalcity.co.uk/images/backgrounds/1365h-carnival-city.jpg);
    background-position: right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 80%;
    background-repeat: no-repeat;
}
.icon-fb{ background: url(https://www.radiatefestival.com/images/assets/icon-facebook.svg);}
.icon-email{ background: url(https://www.radiatefestival.com/images/assets/icon-email.svg);}
.icon-tw{ background: url(https://www.radiatefestival.com/images/assets/icon-twitter.svg);}
.icon-ig{ background: url(https://www.radiatefestival.com/images/assets/icon-instagram.svg);}
.icon-fb{ background: url(https://www.radiatefestival.com/images/assets/icon-facebook.png);}
.email{ background: url(https://www.radiatefestival.com/images/assets/icon-email.png);}
.twitter{ background: url(https://www.radiatefestival.com/images/assets/icon-twitter.png);}
.instagram{ background: url(https://www.radiatefestival.com/images/assets/icon-instagram.png);}
.weblink{ background: url(https://www.radiatefestival.com/images/assets/icon-weblink.png);}
.over {bottom: 0;
    position: absolute; 
    margin-bottom: 5vh;
}	
#btt{margin-bottom: 30px;}
.btt {
	margin-right: 10px;
	right: 0;
	position: absolute;
  text-decoration: none;
  color: #000000;
	font-size:14px;
}
 

.btt:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0aa";
  display: inline-block;
  padding-left: 3px;
  vertical-align: middle;
  font-weight: 800;
}

.logo h1 {
   font-family: 'Titan One', sans-serif;
    position: absolute;
    color: #fffdd5;
    font-weight: 300;
    margin: 0;
    top: unset;
    left: unset;
}

#cta {    min-height: 90vh;}
#cta h3.panel-title {text-transform: uppercase;}
.event-banner-wrapper h2 {
    position: absolute;
	font-family: 'Nixie One', sans-serif;
	font-size: 3vw;
    font-weight: 800;
	line-height: 3.5vw;
	color: #fff;
    margin: 0;
    bottom: 30px;
}


#tickets .page-cta {background: #fff;
    margin: 20px 0px 20px 0px;
    text-align: center;
    padding: 20px 10px 10px 10px;
    font-size: 125%;}

.page-cta {background: #f2f2f2;
    margin: 20px 0px 20px 0px;
    text-align: center;
    padding: 20px 10px 10px 10px;
    font-size: 125%;}
.event-banner-wrapper h2 span {
    display: block;
    text-transform: uppercase;
    font-size: 1.5vw;
}

.event-banner-wrapper p {
    position: absolute;
    font-family: 'Nixie One', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    bottom: 15px;
}

.event-banner-wrapper p a {
	color: #fff;
}

.event-banner-wrapper p a:hover {
	border-bottom: 1px solid #fff;
}

section {clear: both; margin-top:30px;}

 #corenav {
    width: 100%;
    top: 0;
    position: fixed;
    right: 0;
    z-index: 50;
    margin-left: -30%;
}
#corenav .menuicon{float: left; width: 10%; }
#corenav a#key_nav {
    color: #4e4d4e;
    border-radius: 0;
    border: 0;}
#corenav #key_nav {    font-size: 30px;
    margin-right: 0px;
    background: #ffffff00;
    padding: 0 10px;
	right:0;
}
#corenav .menulist {
    width: 85%;
    float: left;
    margin-left: 5%;
}
#homepage #navi .menulist {
text-align: center;
}
 ul#saturday li {
    list-style: none;
    display: inline-flex;
    margin: 5px;
    padding: 10px;
    background: #00a0b9;
    color: white;
    font-size: 20px;
    font-weight: 600;
}
ul#sunday li {
    list-style: none;
    display: inline-flex;
    margin: 5px;
    padding: 10px;
    background: #e1d224;
    color: white;
    font-size: 20px;
    font-weight: 600;
}
ul.line-up li {
    list-style: none;
    display: inline-flex;
    margin: 5px;
    padding: 10px;
    background: #00a0b9;
    color: white;
    font-size: 20px;
    font-weight: 600;
}
#programme #accordion .panel-heading {
    background-color: #e8efed;
    border: none;
    border-radius: unset;
    height: unset;}

#programme #accordion a .panel-heading h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 300%!important;
    line-height: 1;
	margin-top: 10px;}
h3.checklist {color: #11b24d; font-size: 20pt;}
.menulist li a  {color: #4e4d4e; /*color: #bfb83f;*/  }
.menulist li a, 
#homepage #navi .menulist a {   padding: 5px; font-size:14px;
     font-weight: 800; border: none; border-radius: 0;}
#homepage #navi .menulist a {    color: #fff;}
#homepage #navi .menulist li a {  color: #e7f7e1!important;} 
.menulist li a:active, .menulist li a:hover { color: #fff;	background-color: #bfb83f;} 
#homepage #navi { background: #000000bf;    position: fixed;  top: 0; z-index: 99;}
#homepage #navi .menuicon{float: left}
#homepage #navi .menulist{float: left}
/*#navi .menulist a.one {background: #a3040478;}
#navi .menulist a.two {background:#b1b105e3;}
#navi .menulist a.three {background: #4af50385;}
#navi .menulist a.four {background: #00ffff75;}
#navi .menulist a.five {background: #00ffff75;}
#navi .menulist a.six {background: #00ffff75;}
#navi .menulist a.seven {background: #00ffff75;}*/
#homepage .cart {
    left: 0;
    width: 100%;
    padding: 0px 50px;
}	
#homepage #highlight {
   /*background: rgba(0,0,0,0.8);*/
    padding: 20px;
    position: absolute!important;
    bottom: 0;
    width: 100%!important;
    left: 0;
    height: 100vh;
    /*overflow-y: scroll;*/
}
#homepage #highlight h2 {font-size: 150%;}
#homepage #highlight img {
    max-width: 120px;
}


#highlight h2 {
    position: unset;
    font-family: 'Lato', sans-serif; 
    font-weight: 400;
    line-height: 1;
    color: #ffd643!important;
    /* margin: 0; */
    bottom: 30px;
}
#highlight p {
	position: unset;
    font-family: 'Lato', sans-serif;
    font-size: 3vh;
    font-weight: 800;}

#highlight a:hover, #highlight a:focus, #highlight a:active { 
	text-decoration: none!important; border-bottom: 0!important;}
#highlight img {max-width:170px;}

#accordion .panel-default {
	border: none;
    border-radius: 0px;
}
#accordion .panel-heading {
    background-color: #e8efed;
    border: none;
    border-radius: unset;
	height:80px;
}
 div#trade #accordion .panel-heading {
    background-color: #e90a54;
    border: none;
    border-radius: unset;
	height:80px;
}
 div#trade #accordion .panel-heading h2 {
   color: #efefef; 
}
#accordion a .panel-heading h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 105%;
    line-height: 1.5;
	margin-top: 10px;}

#accordion a[aria-expanded="false"] .panel-heading h2:after {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-size: 1.75rem;
    content: "\f067";
    color: #dfc409;
    float: right; 
}
#accordion a[aria-expanded="true"] .panel-heading h2:after {
     font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-size: 1.75rem;
    content: "\f068";
    color: #dfc409;
    float: right; 
}
#accordion .panel-default .panel-body {    border: #e8efed 5px solid;}
#accordion .panel {
-webkit-box-shadow:none;
box-shadow: none;}

#accordion .time-details {font-weight: 700; margin-right: 20px; display: block; }
#accordion .detailsT {font-weight: 700;
    padding: 20px;
    display: block;
    background-color: #f5f5f5;
    margin-top: 30px;}
#accordion .details { 
   font-weight: 400;
	padding: 10px 20px;
    display: block; }

#accordion hr {padding:10px;}
#accordion .summary {padding:10px; clear: both;}
#corenav .nav-tabs {border-bottom: 1px solid #4e4d4e; /* #bfb83f;*/ height: 35px;}



#highlight {
  /*  background: rgba(0,0,0,0.75);*/
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
	text-align: center;
    height: 100%;
}

/* event ticket css */
.event-ticket-wrapper {
    padding: 0 20px;
	margin-top: 50px;background: white;
}
#homepage .event-ticket-wrapper {
    right: 0;
margin-top: 0;
    background: #fff;
    margin-bottom: 10vh;
}

#homepage .event-banner-wrapper {
    position: relative;
    width: 100%;
    height: 45vh;
	background-size: 90%!important;
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 5vh;
}

.event-tab .nav-tabs {
	position: fixed;
	top: 0;
	left: 41.66666667%;
	background: #fff;
	width: 58.33333333%;
	border-bottom: 0;
    padding: 20px 40px;
	margin-bottom: 30px;
    z-index: 99;
}

.event-tab .nav-tabs > li > a {
    font-size: 18px;
	color: rgba(0, 0, 0, 0.28);
    margin-right: 30px;
    padding: 5px 0px;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.event-tab .nav-tabs > li.active > a,
.event-tab .nav-tabs > li.active > a:hover, 
.event-tab .nav-tabs > li.active > a:focus,
.event-tab .nav-tabs > li > a:hover, 
.event-tab .nav-tabs > li > a:focus {
	background: transparent;
    color: #000000;
    border: 1px solid transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.event-tab .tab-content p { 
	text-align: left;
}

.event-tab .tab-content {
   /* margin-top: 45px;*/
	margin-top: 0px;
}

.event-tab .tab-content .tab-pane {
    margin-bottom: 100px;
    margin-right: 10px;
    margin-left: 10px;
}

.event-tab h1 {/*font-weight: 800; color: #EBB517;*/
        font-weight: 800;
    background-color: #4e4d4e; /*#bfb840;*/
    padding: 20px 40px;
    color: white;
    margin-top: 0px;
}
.event-tab h2 {font-weight: 800; color: #EA0A54;
clear: both;
    margin-top: 40px;
}

.ticketBox {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.04);
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ticketBox:hover {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.inActiveTicket .inactiveStatus {
    background: rgba(248, 248, 248, 0.68);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ticketBox .ticket-name span {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.ticketBox .ticket-price-count-box .price {
	margin: 0;
    color: #000000;
    font-weight: 600;
    float: right;
    width: 100%;
    text-align: right;
}
 
.ticketBox .ticket-price-count-box .ticket-control {
	float: right;
    width: 120px;
}

.ticketBox .ticket-price-count-box .ticket-control .form-control {
	width: 50px;
    font-weight: 600;
    text-align: center;
    border: 0;
    box-shadow: none;
    display: inline-block;
    pointer-events: none;
    font-size: 20px;
    margin: 0px 4px;
    background: transparent;
}

.ticketBox .ticket-price-count-box .ticket-control .input-group .input-group-btn button {
    display: inline-block;
    border: 0px solid rgba(0, 0, 0, 0.12);
    padding: 10px;
    width: 32px;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    color: #000000;
    font-size: 9px;
    background: rgba(0, 0, 0, 0.09);
	box-shadow: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ticketBox .ticket-price-count-box .ticket-control .input-group .input-group-btn button:hover,
.ticketBox .ticket-price-count-box .ticket-control .input-group .input-group-btn button:focus {
	outline: none;
	background: rgba(0, 0, 0, 0.15);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ticketBox .ticket-description {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    padding-top: 15px;
}

.ticketBox .ticket-description p {
	font-size: 14px;
    font-weight: 400;
    color: #666;
}

.ticketBox .ticket-description p strong {
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

/* map iframe */
iframe {
	width: 100%;
	border: 0;
}

/* cart style */
.cart {
    padding: 20px 40px;
    background: #fff;
    margin-bottom: 0;
    position: fixed;
    left: 41.66666667%;
    bottom: 0;
    width: 58.33333333%;
    z-index: 99;
}

.cart p {
	color: #000;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 800;
    margin-top: 8px;
    text-align: right;
}

.cart p .divider {
    border-right: 2px solid #ccc;
    padding-left: 15px;
    margin-right: 15px;
}

/* cart ticket details */
.cart-information {
	margin-bottom: 30px;
    color: #000;
}

.cart-information .ticket-type {
	font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.cart-information .ticket-type span {
    font-size: 14px;
    line-height: 18px;
    display: block;
    font-weight: 400;
    color: #666;
}

.cart-information ul {
	margin: 0;
	padding: 0;
}

.cart-information ul li {
    list-style-type: none;
    font-size: 18px;
    margin-bottom: 4px;
}

.cart-information ul li span {
    float: right;
}

.cart-information ul li span.totalAmount {
    font-weight: 600;
}

.cart-information hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* contact form style */
.contactForm h3 {
	font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.contactForm .btn {
	width: 100%;
}

/* side modal style */
.modal-content {
    border-radius: 0;
}

.modal-body {
    padding: 0;
}

.modal-header {
    padding: 20px 30px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
    text-transform: uppercase;
}

.modal .close {
    opacity: 0.4;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.modal .close:hover {
    opacity: 0.4;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 350px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
		border: 0;
	}
	
	.modal.right .modal-body {
		padding: 30px;
	}
    
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}




.left{float: left;}
.right{float:right;}
.clear {clear:both;}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
	z-index: 100;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

#mySidenav .sidenav a:hover {
  color:#C8A200;
}
.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 36px;
    margin-right: 20px;
}

.shrink-fnt{font-size: 75%;}
#welcome {
	text-align: right;}

.pc5{width: 5%;}
.pc10{width: 10%;}
.pc15{width: 15%;}
.pc20{width: 20%;}

.pc25{width: 25%;}
.pc30{width: 30%;}
.pc35{width: 35%;}

.pc40{width: 40%;}
.pc45{width: 45%;}
.pc50{width: 50%;}

.pc55{width: 55%;}
.pc60{width: 60%;}
.pc65{width: 65%;}

.pc70{width: 70%;}
.pc75{width: 75%;}
.pc80{width: 80%;}

.pc85{width: 85%;}
.pc90{width: 90%;}
.pc95{width: 95%;}

.pc100{width: 100%;} 

.txt-right {text-align: right;}
a#key_nav {
    color: #fff;
}
#key_nav {
font-size: 30px;
    margin-right: 25px;  
    padding: 10px;
border-radius: 25%;}
#key_nav a {text-decoration:none; font-family: 'Titan One', san-serif;}
a,
a:link,
a:visited,
a:hover,
a:active{
    text-decoration: none;
    font-weight: 600;
}

h1.title {font-family: 'Titan One', san-serif; font-size:10vw;}
#sub-page h1.title { font-family: 'Titan One', san-serif;font-size: 5vw; margin: 0 auto;}

.event-timer #days {
  font-size: 150px;
  color: #db4844;
}
.event-timer #hours {
  font-size: 125px;
  color: #f07c22;
}
.event-timer #minutes {
  font-size: 100px;
  color: #f6da74;
}
.event-timer #seconds {
  font-size: 50px;
  color: #abcd58;
}

.event-timer  {
  display: inline-block;
  line-height: 1;
  padding: 20px;
  font-size: 40px;
   text-align: center;
  font-family: 'Covered By Your Grace', cursive;
  color: #222; 
}
.event-timer div {display: inline-block;}
.event-timer span {
  display: block;
  font-size: 20px;
  color: #222;
}


.welcome-highlight {
    top: 75%;
}
.carousel-item {
    position: relative;
}
.carousel-item img {
    z-index: 2;
}
.carousel .btn {
	padding: 14px 26px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.carousel .btn-danger {
	background-color: #e34c43;
	border-color: #e34c43;
}
.carousel .background-overlay {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.carousel-control-next, .carousel-control-prev{
z-index: 4;	
}

.carousel .item,
.carousel-item {
    position: fixed; 
    width: 100%; height: 100%;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;

}
.carousel .one {
    background: url(assets/img/slide3blur.jpg);
    background-size: cover;
    -moz-background-size: cover;
}
.carousel .two {
    background: url(assets/img/slide2blur.jpg);
    background-size: cover;
    -moz-background-size: cover;
}
.carousel .three {
    background: url(assets/img/slide1blur.jpg);
    background-size: cover;
    -moz-background-size: cover;
}
.carousel .active.left {
    left:0;
    opacity:0;
    z-index:2;
}

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: 0;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339134316-0e91dc9ded92?q=75&fm=jpg&s=883a422e10fc4149893984019f63c818); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);
}
.fade-carousel .slides .slide-3 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339276121-ba1dfa199912?q=75&fm=jpg&s=9bf9f2ef5be5cb5eee5255e7765cb327);
}


/********************************/
/*          Media Queries       */
/********************************/

@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}

/*========== CUSTOM Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.visible-xxs-up{display:block;} 
	.hidden-xxs-up{display:none;}
	#homepage .event-banner-wrapper {
    position: relative;
    width: 100%;
    height: 50vh;
    margin-top: 5vh;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
.visible-xs-up{display:block;} 	
	.hidden-xs-up{display:none;}
	
	#homepage .event-banner-wrapper { 
    height: 67.5vh; 
}
}
/* Other Devices, Phones */ 
@media only screen and (min-width : 620px) {
.visible-xs-up{display:block;} 	
	.hidden-xs-up{display:none;}
	
	#homepage .event-banner-wrapper { 
    height: 80vh;
}
}
	/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 768px) and (max-width : 991.98px) {
#homepage .event-banner-wrapper { 
    background-size: 80%!important;
    background-position: center;}
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.visible-sm-up{display:block;} 
	.hidden-sm-up{display:none;}
	#homepage .event-banner-wrapper { 
      height: 75vh!important;}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.visible-md-up{display:block;} 	
	.hidden-md-up{display:none;}
	
	#homepage .event-banner-wrapper {
    position: relative;
    width: 100%;
    height: 50vh;
    margin-top: 5vh;
}
#homepage .event-ticket-wrapper {;margin-top: 5vh;
   padding-top: 47px;}
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.visible-lg-up{display:block;} 	
	.hidden-lg-up{display:none;}
}
/* 4k Devices Screens */
@media only screen and (min-width : 2560px) {
.visible-4k-up{display:block;} 
	.hidden-4k-up{display:none;}
}




/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) { 
	.hidden-xxs-down{display:none;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 479.98px) { 
	.hidden-xs-down{display:none;}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767.98px) { 
	.hidden-sm-down{display:none;}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991.98px) { 
	.hidden-md-down{display:none;}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199.98px) { 
	.hidden-lg-down{display:none;}
}
/* 4k Devices Screens */
@media only screen and (max-width : 2559.98px) { 
	.hidden-4k-down{display:none;}
}
/* media query for Mobile */
@media (max-width: 480px) {

.modal.left .modal-dialog, .modal.right .modal-dialog {
    width: 100%;
}

.event-tab .nav-tabs > li > a {
    font-size: 16px;
    margin-right: 0;
    padding: 2px 0px;
}

.event-tab .nav-tabs > li {
    width: 100%;
}

.cart p {
    font-size: 16px;
	vertical-align: middle;
}

.cart p .divider {
    border-right: 0px;
    padding-left: 0;
    margin-right: 0;
    display: block;
}

}

/* media query for tab */
@media (max-width: 767.98px) {
#corenav #key_nav {
	    color: #fff;
	font-size: 20px;}	
	
	#highlight img {   
    max-width: 100px;
}
	#highlight h2{
	font-size: 18px; 
	line-height: 1;
	margin: 10px 0;}

	.logo h1{ 
    position: unset; 
	}

/*.event-banner-wrapper {
    position: relative;
    width: 100%;
    height: 65vh;
	padding: 15px;
}*/
	

.event-banner-wrapper h2 {
    font-size: 38px;
    line-height: 38px;
}

.event-banner-wrapper h2 span {
    font-size: 16px;
}
 

.event-tab .nav-tabs {
    margin-bottom: 10px;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
}

.event-tab .tab-content {
    margin-top: 20px;
}

#corenav .menuicon{float: right; width:auto; background: #fff;}
.cart {
    padding: 15px;
    background: #fff;
    margin-bottom: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
	#homepage .logo h1 {
    font-family: 'Titan One', sans-serif;
    position: unset;
    color: #ffffff;
    font-size: 149%!important;
    font-weight: 300;
    margin: 10px 0px;
    top: unset;
    left: 20px;
    padding: 3px;
}
 
		#home-cover #highlight {
    background: rgba(0,0,0,0.75);
    padding: 20px;
    position: absolute!important;
    bottom: 0;
    width: 100%!important;
			left: 0;} 

	
#homepage .cart {width: 100%!important;  padding: 5px 40px;}
		#homepage #highlight a img {  max-width: 100px;}
		
#homepage .cart .btn, #homepage .btn.disabled {  
    font-size: 12px;
	padding: 10px;}
		#homepage #highlight h2 {
    font-size: 100%!important;
    line-height: 4.5vw;
}
		.event-tab h1 {
    font-weight: 800;
    background-color: #bfb840;
    padding: 10px 40px;
    color: white;
    margin-top: 0px;
}
}

@media (min-width:768px){
	.logo h1 {  
    font-size: 3.5vw; 
    top: 75px;
    left: 20px;
	}
	
	#highlight .logo h1 { 
    position: unset;
    font-size: 4.5vw;
    top: 0;
    line-height: 1;
	}
	#corenav {
		background-color:rgba(255,255,255,0.90);
	}
	
#homepage #highlight {
    background: rgba(0,0,0,0.75);
    padding: 30px;
    position: fixed;
    bottom: 0;
    width: 50%;
}
	#highlight {
    background: rgba(0,0,0,.75);
    padding: 20px;
    position: fixed;
    bottom: 0;
    width: 41%;
}
	/* event banner css */
.event-banner-wrapper {
	position: fixed;
    width: 100%;
	height: 65vh!important;	
   padding: 20px;
	margin-top: 7.5vh;
	background: url(https://www.carnivalcity.co.uk/images/backgrounds/1365h-carnival-city.jpg);
	/*background-position: right;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 45%;
	background-repeat: no-repeat;
}
	.over { margin-bottom: 8vh; }
#accordion a .panel-heading h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 150%;
    line-height: 1;
    margin-top: 20px;}
	
}

@media screen and (max-height: 450px) {
 
.sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media(max-width:980px) {
	.carousel-caption {
    top: 20%;
    }
  .carousel-caption h5 {
    font-size: 1.5rem !important;
  }
   .carousel-caption p {
    font-size: 1rem !important;
  }
  .carousel-caption .btn {
    display:none;
  }
}

@media(max-width:1180px) {
  .carousel-caption h5 {
    font-size: 2.5rem !important;
	margin-bottom:15px !important;
  }
  .carousel-caption p {
    font-size: 1.5rem !important;
	margin-bottom:20px !important;
  }
  .carousel-caption {
    top:25%;
    }
}