@charset "utf-8";
/* CSS Document */
/* New color: #62c5ae   */
/* -------------------------------------------------------------- 
  
Site Name: 
Description: 
Author: 
Copyright (c): 

-------------------------------------------------------------- */

/* --------------------------------------------------------------
  
INDEX:

[1] Base styles
[2] General Styles
[3] Header Styles
[4] Navigation Styles
[5] Content Styles
[6] Footer Styles
[7] Typography Styles
[8] Misc Styles
[9] Link Styles
[10] IE Styles

Append a * to the number to quick jump to a section.



-------------------------------------------------------------- */

/* --------------------------------------------------------------
  
[*1] Base Styles

-------------------------------------------------------------- */





article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a {outline: none;}
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* --------------------------------------------------------------
  
[*2] General Styles

-------------------------------------------------------------- */

* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}



html, body {
	margin:0;
	padding:0;
}

body {
	font-size:12px;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 400;	
	line-height:1.5;
	overflow: hidden;
}

body.home {
	/*background: url(../img/pattern.png);*/
}

.wrapper {
	margin: 0 auto;
	width: 1100px;
	position: relative;
}

.clearspace {
	height: 150px;
}

.mobile { display: none; }

/* --------------------------------------------------------------
  
[*3] Header Styles

-------------------------------------------------------------- */



.header-bar {
	width: 100%;
	background: #62c5ae;
	position: fixed;
	min-height: 150px;
	z-index: 99;
}

.logo {
	float: left;
	margin: 15px 0 0 0;
}

.header-right {
	float: right;
	text-align: right;
	margin: 28px 0 0 0;
}

.header-right p {
	font-size: 23px;
	line-height: 26px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 300;
	
}

.menu {
	font-size: 24px;
	color: #FFF;
	position: relative;
	padding: 0 27px 0 0;
	cursor: pointer;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 500;	
}

.menu:hover {
	color: rgba(255,255,255,0.5)
}



.menu i {
	position: absolute;
	right: 0px;
	top: 2px;
}




/* --------------------------------------------------------------
  
[*4] Navigation Styles

-------------------------------------------------------------- */



#main-navigation {
	width: 100%;
	background: #62c5ae;
	margin: 0;
	padding: 0 0 10px 0;
	display: none;
	position: fixed;
	top: 150px;
	z-index: 100;
}

#main-navigation ul { 
	width: 1100px;
	margin: 0 auto;
}

#main-navigation ul li {
	float: left;
	position: relative;
	margin: 0 2% 0 0;
	width: 18.4%;
} 

#main-navigation ul li:last-child {
	margin: 0 0 0 0;
}

#main-navigation ul li ul { 
	width: 100%;
}

#main-navigation ul li ul li { 
	width: 100%;
}

#main-navigation ul li.menu-item-has-children a {
	color: #8ccaef;
	color:#fff !important;
	border-bottom: 2px solid #8ccaef;
	border-bottom: 2px solid #fff;
	padding: 5px 0px;
	font-size: 15px;
	line-height: normal;
	text-transform: normal;
	font-style: normal;
	text-decoration: none;
	font-weight: 700;
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
	cursor: default;
}


#main-navigation ul li ul.sub-menu a {
	color: #FFF;
	border-bottom: 1px solid #fff;
	width: 100%;
	display: block;
	padding: 4px 0;
	font-weight: 300;
	font-size: 13px;
	line-height: normal;
	text-transform: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0 0 0 0;
	cursor: pointer;
}

#main-navigation ul li ul.sub-menu a:hover, #main-navigation ul li ul.sub-menu li.current_page_item a {
	color: #8ccaef;
}

#main-navigation ul li ul.sub-menu li:last-child a {
	border: none;
}



.breadcrumb {
	background: #adf7e6;
	padding: 15px 0;
	position: fixed;
	width: 100%;
	z-index: 99;
}

p#breadcrumbs {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #62c5ae;
	font-size: 15px;
	line-height: 15px;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 600;		
}

p#breadcrumbs a {
	color: #62c5ae;
	text-decoration: none;
}

p#breadcrumbs a:hover {
	text-decoration: underline;
}


/* --------------------------------------------------------------
  
[*5] Content Styles

-------------------------------------------------------------- */

.hero {
	width: 100vw;
	height: 80vh;
	min-height: 100%;
}

.event-date {
	width: 100%;
	padding: 20vh 30px 0 30px;
	text-align: center;
	margin: 0 auto;
}

.main-logo{
	width:40vh;
	height:60vh;
}

.event-date-mobile {
	display: none;
}


.whatson {
	width: 100%;
	background: #FFF;
	padding: 0 0 70px;
}

.whatson-nav {
	position: relative;
	height: 68px;
	top: -34px;
}

.whatson-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.whatson-nav ul li {
	float: left;	
	width: 220px;
	background: url(http://bristolballoonfiesta.co.uk/wp-content/uploads/2020/01/whatson-nav-background_new.png) 50% 0px no-repeat;
	color: #FFF;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	text-align: center;
	height: 68px;
	line-height: 60px;
	cursor: pointer;
	text-transform: uppercase;
}

.whatson-nav ul li:hover, .whatson-nav ul li.active {
	background: url(http://bristolballoonfiesta.co.uk/wp-content/uploads/2020/01/whatson-nav-background_new.png) 50% -68px no-repeat;
	color: #62c5ae;
}

.whatson-content {
	position: relative;
	/*background: url(../img/bunting.png) bottom center no-repeat;*/
	padding: 0 0 0px 0;
	margin: 0 0 55px;
}

.whatson-item {
	position: relative;
	padding: 20px 90px 0 90px;
	text-align: center;
}

.whatson-item h2 {
	font-size: 55px;
	line-height: 60px;
	color: #62c5ae;
	margin: 0 0 15px 0;
	font-family: Montserrat;
	font-weight: 600;
	font-style: normal;	
}

.whatson-item p {
	font-size: 20px;
	line-height: 29px;
	margin: 0 0 10px 0;
	font-family: "Montserrat",serif;
	font-style: normal;
	font-weight: 400;
	color: #777773;	
}

.times {
	padding: 50px 0 0 0;
	font-size: 24px;
	line-height: 40px;
	margin: 20px 0 20px 0;
	padding: 0;
	font-family: Montserrat;
	font-weight: normal;
	font-style: normal;	
	text-transform: uppercase;
	color:rgb(119,119,115);
}

.times p {
	font-size: 24px;
	line-height: 40px;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Montserrat;
	font-weight: normal;
	font-style: normal;	
	text-transform: uppercase;
	color:rgb(119,119,115);
}

.times strong:after{
	content:":"
}

#whatson-2, #whatson-3, #whatson-4, #whatson-5 { display: none; }

.balloon1 {
	display:none;
	position: absolute;
	top: 0px;
	left: -100px;
	/* background: url(../img/balloon1.png) no-repeat; */
	width: 192px;
	height: 189px;
}

.balloon2 {
	display:none;
	position: absolute;
	bottom: 0px;
	right: -50px;	
	background: url(../img/balloon2.png) no-repeat;
	width: 190px;
	height: 161px;
}

ul.event-buttons {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 940px;
}

ul.event-buttons li {
	float: left;
	width: 23.5%;
	margin: 0 2% 5% 0;
}

ul.event-buttons li:last-child {
	margin: 0;
}


ul.event-buttons li a {
	display: inline-block;
	padding: 15px 0px;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 400;	
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	background: #c6303c;	
	border-radius: 30px;
	text-align: center;
}


.video-wrapper {
	padding: 190px 0 90px 0;
	position: relative;
	/*background: url(../img/square-pattern.jpg);*/
}

.video-wrapper .wrapper .video {
	top: -25px;
	position: relative;
}

ul.messages {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.messages li {
	text-indent: -9999px;
}

ul.messages li:nth-child(1) {
	position: absolute;
	top: -130px;
	left: 195px;
	background: url(../img/150-hot-air-balloons.png) no-repeat;
	width: 177px;
	height: 109px;
}

ul.messages li:nth-child(2) {
	position: absolute;
	top: -110px;
	right: 270px;
	background: url(../img/free-entry.png) no-repeat;
	width: 177px;
	height: 82px;
}


ul.messages li:nth-child(3) {
	position: absolute;
	bottom: 50px;
	right: 160px;
	background: url(../img/bandstands.png) no-repeat;
	width: 210px;
	height: 74px;
}


ul.messages li:nth-child(4) {
	position: absolute;
	bottom: 30px;
	left: 135px;
	background: url(../img/nightglows-and-fireworks.png) no-repeat;
	width: 185px;
	height: 104px;
}

#video-container {
	margin: 0 auto;
	width: 940px;
	height: 490px;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

.inactive-state {
	background: url(../img/video-poster.jpg) 50% 50% no-repeat;
	background-size: cover;
	cursor: pointer;
}

.inactive-state-morning {
	background: url(../img/MORNING_MOVIE.jpg) 50% 50% no-repeat;
	background-size: cover;
	cursor: pointer;
}

.inactive-state-afternoon {
	background: url(../img/AFTERNOON_MOVIE.jpg) 50% 50% no-repeat;
	background-size: cover;
	cursor: pointer;
}

.inactive-state-evening {
	background: url(../img/NIGHT_MOVIE.jpg) 50% 50% no-repeat;
	background-size: cover;
	cursor: pointer;
}


.video-shadow {
	position: relative;
	background: url(../img/video-shadow.png) no-repeat;
	width: 940px;
	height: 100px;
	top: -50px;
}

.video .player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0px;
    overflow: hidden;
	margin-bottom: 50px;
}

.video .player iframe, .video .player object, .video .player embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}




.tweets {
	width: 100%;
	
	background-color:#62c5ae !important;
   /*url(../img/square-pattern.jpg);*/ 	
	padding: 20px 0;
	color:#fff !important;
}

.tweets h2 {
	text-transform: none;
	margin: 0 auto 10px auto;
	padding: 20px 0px 10px 10px;
	font-family: "Montserrat",sans-serif !important;
	font-style: normal;
	font-weight: 700;
	color: #62c5ae;
	font-size: 40px;
	position: relative;
	text-align: center;
	width: 310px;
	color:#fff;
}

.tweet{
	color:#fff !important;
}

.tweet a{
	color:#fff !important;
	font-weight:700 !important;
}


.bird {
	display:none;
	position: absolute;
	top: 7px;
	left: 0px;
}


#tw-widget1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#tw-widget1 ul li {
	float: left;
	width: 33.33%;
	padding: 0 20px 0 0;
	overflow: hidden;
}

#tw-widget1 ul li p {
	font-size: 20px;
	line-height: 27px;
	margin: 0 0 5px 0;
	font-family: "Montserrat",sans-serif !important;
	font-style: normal;
	font-weight: 400;
	color: #777773;
}

#tw-widget1 ul li p a {
	color: #3498db;
	text-decoration: none;
}

#tw-widget1 ul li p a:hover {
	text-decoration: underline;
}

#tw-widget1 ul li p.timePosted a {
	font-size: 14px;
	text-transform: uppercase;
	color: #777773;
	font-weight: 400;
}
	
	/*
.timePosted::before {
    font-family: "Fontawesome";
	content: '\f017';
    padding-right: 4px;
}
*/

.header img.avatar {
    display: none !important;
}

.interact, .user { display: none !important; }

.dragon-balloon {
	position: absolute;
	top: -150px;
	right: -40px;
	background: url(../img/dragon-balloon.png) no-repeat;
	width: 121px;
	height: 196px;
}

.ctas {
	/*background: url(../img/cta-background.jpg) no-repeat 50% 50%;*/
}

.ctas.mobile {
	background: #FFF no-repeat 50% 50%;
}

.ctas.mobile ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0 0 15px 0;
}

.ctas.mobile ul li {
	border: 2px solid #d8d8d8;
	padding: 10px;
	width: 100%;
	background: #FFF;
	transition: background ease-in-out 0.5s;
	margin: 0 auto 15px auto;
}

.flash {
	position: absolute;
	left: 10px;
	top: 50px;
}


ul.bxslider {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.bxslider li {
	border: 2px solid #d8d8d8;
	padding: 10px;
	width: 300px;
	background: #FFF;
	transition: background ease-in-out 0.5s;
}

ul.bxslider li:hover {
	background: #EFEFEF;
}


ul.bxslider li h2, .ctas.mobile ul li h2 {
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 25px;
	margin: 0 0 20px 0;	
}

ul.bxslider li p, .ctas.mobile ul li p {
	font-family: "adelle",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	margin: 0 0 10px 0;
	color: #777773;
}

ul.bxslider li .cta-image, .ctas.mobile ul li .cta-image  {
	margin: 0 0 25px 0;
}

ul.bxslider li.green .cta-image img, .ctas.mobile ul li.green .cta-image img  { border-bottom: 10px solid #78c2b9; width: 100%; }
ul.bxslider li.light-blue .cta-image img, .ctas.mobile ul li.light-blue .cta-image img { border-bottom: 10px solid #90ccef; width: 100%; }
ul.bxslider li.blue .cta-image img, .ctas.mobile ul li.blue .cta-image img { border-bottom: 10px solid #3498db; width: 100%; }

ul.bxslider li.green h2, .ctas.mobile ul li.green h2 { color: #78c2b9; }
ul.bxslider li.light-blue h2, .ctas.mobile ul li.light-blue { color: #90ccef; }
ul.bxslider li.blue h2, .ctas.mobile ul li.blue h2 { color: #3498db; }


ul.bxslider li a, .ctas.mobile ul li a {
	text-decoration: none !important;
}

.bx-next,.bx-prev{
	background-color:#62c5ae !important;
} 

.content {
	width: 100%;
	min-height: 700px;
	padding: 330px 0 0 0;
}

.content-wrapper {
	/*width: 1100px;*/
	width:100%;
	margin: 100 auto;
	padding: 0 80px;
	padding-top:60px !important;
	background-color:#fff !important;
	/*background:url(../img/square-pattern.jpg);*/
	position: relative;
	text-align: center;
}

.copy {
	margin: 0 auto !important;
	margin-bottom: 150px !important;
	max-width:960px;
}

.copy_short {
	margin: 0 auto !important;
	margin-bottom: 15px !important;
	max-width:960px;
}


.bunting {
	width: 100%;
	height: 0px;
	margin: 0 0 0px 0;
	/*background: url(../img/bunting2.png) bottom center no-repeat;*/
}

.bunting-divider {
	width: 100%;
	height: 0px;
	margin: 0 0 0 0;
	/*background: url(../img/bunting2.png) bottom center no-repeat;*/
}

.buttons {
	list-style-type: none;
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 100%;
}

.buttons li {
	width: 25%;
	float: left;
	margin: 0;
}

.buttons li p {
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 15px 0;
	color: #62c5ae;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;	
}

.button_container{
	width:300px !important;
	text-align:center !important;
}

#wd_button{
	display: inline-block !important;
	padding: 15px 30px !important;
	font-size: 18px !important;
	font-size: 18px !important;
	text-transform: uppercase !important;
	color: #FFF !important;
	text-decoration: none !important;
	font-family: "Montserrat",sans-serif !important;
	font-style: normal !important;
	font-weight: 400 !important;	
	-webkit-transition: all 0.6s ease !important;
	transition: all 0.6s ease !important;
	background: #ef4b76 !important;	
	border-radius: 30px !important;
	width:300px !important;
	padding:15px !important;
	line-height:24px !important;
	height:auto !important;
	width:300px !important;
	margin-left:-80px !important;
}



.balloon3 {
	display:none;
	background: url(../img/balloon3.png) no-repeat;
	width: 200px;
	height: 196px;
	position: absolute;
	top: -50px;
	left: 30px;
}

.balloon4 {
	display:none;
	background: url(../img/balloon4.png) no-repeat;
	width: 200px;
	height: 210px;
	position: absolute;
	top: -60px;
	right: 30px;
}

.balloon5 {
	display:none;
	background: url(../img/balloon5.png) no-repeat;
	width: 200px;
	height: 189px;
	position: absolute;
	top: -80px;
	left: 40px;
}

.balloon6 {
	display:none;
	background: url(../img/balloon6.png) no-repeat;
	width: 210px;
	height: 164px;
	position: absolute;
	top: -40px;
	right: 30px;
}

.balloon7 {
	display:none;
	background: url(../img/balloon7.png) no-repeat;
	width: 200px;
	height: 140px;
	position: absolute;
	top: -40px;
	left: 50px;
}

.balloon8 {
	display:none;
	background: url(../img/balloon8.png) no-repeat;
	width: 180px;
	height: 233px;
	position: absolute;
	top: -80px;
	right: 30px;
}

.balloon9 {
	display:none;
	background: url(../img/balloon9.png) no-repeat;
	width: 200px;
	height: 199px;
	position: absolute;
	top: -40px;
	left: 50px;
}

.balloon10 {
	display:none;
	background: url(../img/balloon10.png) no-repeat;
	width: 160px;
	height: 222px;
	position: absolute;
	top: -80px;
	right: 30px;
}



.nav-prev {
	float: left;
	margin: 10px 0 50px 0;
}

.nav-next {
	float: right;
	margin: 10px 0 50px 0;
}

.nav-prev a, .nav-next a {
	font-size: 18px;
	text-decoration: none;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	color: #62c5ae;	
}

.nav-prev a:hover, .nav-next a:hover {
	text-decoration: underline;
}

.nav-prev a i, .nav-next a i {
	font-size: 16px;
}

ul.member-logos {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.member-logos li {
	float: left;
	width: 18%;
	margin: 0 2.5% 2.5% 0;
	padding: 10px;
	background: #FFF;
}

ul.member-logos li img {
	width: 100%;
	height: 100%;
}

ul.member-logos li:nth-child(5n+5) {
	margin: 0 0 2.5% 0;
}


.illy1.hide, .illy2.hide, .illy3.hide, .illy4.hide {
	display: none;
}

/* -------------------------------------------------------------

Additional page styling

-------------------------------------------------------------- */


.parking_buttons{
	display: flex;
	
}

.parking_buttons .day{
	display: flex;
	flex-direction:column;
}

.parking_info{
	padding-top:50px !important;
	text-align:center;
	margin:0 auto;
}

.parking_info .info{
	max-width:600px;
	margin:0 auto;
}


i:before{font-weight:100 !important;}

/* --------------------------------------------------------------
  
[*6] Footer Styles

-------------------------------------------------------------- */

#footer {
	width: 100%;
	background: #62c5ae;
	padding: 75px 0 30px 0;
	text-align: center;
	position: relative;
}

#footer br { display: none; }

.socials {
	position: absolute;
	width: 314px;
	top: -33px;
	left: 50%;
	margin-left: -157px;
}

.socials ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.socials ul li {
	float: left;
	margin-right: 10px;
}

.socials ul li:last-child {
	margin-right: 0px;
}


.socials ul li a {
	display: block;
	text-indent: -9999px;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background: #b3e0db;
	border: 5px solid #62c5ae;
}

.socials ul li.twitter a { background: #fff url(../img/social-media-icons.png) 0px 0px no-repeat; }
.socials ul li.twitter a:hover { background: #2c3e50 url(../img/social-media-icons.png) 0px -58px no-repeat; }
.socials ul li.facebook a { background: #fff url(../img/social-media-icons.png) -58px 0px no-repeat; }
.socials ul li.facebook a:hover { background: #2c3e50 url(../img/social-media-icons.png) -58px -58px no-repeat; }
.socials ul li.pinterest a { background: #fff url(../img/social-media-icons.png) -116px 0px no-repeat; }
.socials ul li.pinterest a:hover { background: #2c3e50 url(../img/social-media-icons.png) -116px -58px no-repeat; }
.socials ul li.instagram a { background: #fff url(../img/social-media-icons.png) -174px 0px no-repeat; }
.socials ul li.instagram a:hover { background: #2c3e50 url(../img/social-media-icons.png) -174px -58px no-repeat; }
.socials ul li.youtube a { background: #fff url(../img/social-media-icons.png) -230px 0px no-repeat; }
.socials ul li.youtube a:hover { background: #2c3e50 url(../img/social-media-icons.png) -230px -58px no-repeat; }




#footer p {
	color: #FFF;
	font-size: 14px;
	padding: 30px 0 0 0;
font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;	
	
}

#footer p a {
	color: #FFF;
	text-decoration: none;
}

#footer p a:hover {
	color: #90ccef;
	text-decoration: none;
}




/* --------------------------------------------------------------
  
[*7] Typography Styles

-------------------------------------------------------------- */


h1 {
	font-size: 60px;
	line-height: 66px;
	margin: 15px 0 15px 0;
	color: #62c5ae;
	font-family: "Montserrat";
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;	
}

h2 {
	font-size: 40px;
	line-height: 46px;
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
	color: #62c5ae;
	font-family: "Montserrat";
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;	
}

h3 {
	font-size: 30px;
	line-height: 28px;
	margin: 10px 0 25px 0;
	color: #62c5ae;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;	
}



p {
	font-family: "Montserrat",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 20px 0;
	color: #777773;
}

.copy ul {
	margin: 0 0 0 20px 0;
}

.copy ul li {
	font-family: "adelle",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 29px;
	margin: 0;
	color: #777773;
}

.content-left ul {
	margin: 0 0 20px 0;
}

.content-left ul li {
	font-size: 18px;
	line-height: 24px;
	color: #666666;
}

/* --------------------------------------------------------------
  
[*8] Misc Styles

-------------------------------------------------------------- */

.clear {
	clear: both;
	content: ".";
	font-size: 0px;
	height: 0%;
	display: block;
	overflow: hidden;
}

.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.blue { color: #fff; }
.green { color: #78c2b9; }
.pink { color: #ee4590; }

img.aligncenter {
	width: 100% !important;
	height: auto;
}


/* --------------------------------------------------------------
  
[*9] Link Styles

-------------------------------------------------------------- */

a {
	color: #3c3635;
}

a:hover {
	text-decoration: none;
}

.button {
	margin: 0 auto 20px auto;
	text-align: center;
}

.button.hide {
	display: none;
}

.button a {
	display: inline-block;
	padding: 15px 30px;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 400;	
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	background: #ef4b76;	
	border-radius: 30px;
}

.button a:hover {
	background: #62c5ae;
	color: #FFF;
}

.download-button {
	display: inline-block;
	text-align: center;
	margin: 0px 5px 30px 5px;
}

.download-button a {
	display: inline-block;
	padding: 15px 30px;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 400;	
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	background: #c6303c;	
	border-radius: 30px;
}

.download-button a:hover {
	background: #62c5ae;
	color: #FFF;
}

	



/* --------------------------------------------------------------
  
[*10] Form Styles

-------------------------------------------------------------- */

.form-left {
	float: left;
	width: 49%;
	margin: 0 0 50px 0;
}

.form-right {
	float: right;
	width: 49%;
	margin: 0 0 50px 0;
}

form {
	padding: 0 0 100px;
}

form input {
	width: 100%;
	border: 1px solid #dededf;
	background: #f7f7f7;
	margin: 0 0 20px;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	color: #666;
	font-size: 20px;
	display: block;
}

form textarea {
	width: 100%;
	border: 1px solid #dededf;
	background: #f7f7f7;
	margin: 0 0 20px;
	height: 300px;
	padding: 0 15px;
	color: #666;
	font-size: 20px;
	resize: none;
}

form input:focus, form textarea:focus {
	border: 1px solid #666;
	outline: none;
}


form input.submit {
	border: 3px solid #426eb4;
	background: #FFF;
	width: auto;
	text-transform: uppercase;
	color: #426eb4;
	height: 60px;
	line-height: 60px;
	font-family: FFDINWebProBlack;
	font-weight: normal;
	font-style: normal;		
	text-align: center;
	margin: 0 auto;
	padding: 0 30px;
	letter-spacing: 1px;
}

form input.submit:hover {
	background: #426eb4;
	color: #FFF;
}


::-webkit-input-placeholder { color:#666; }
::-moz-placeholder { color:#666; } /* firefox 19+ */
:-ms-input-placeholder { color:#666; } /* ie */
input:-moz-placeholder { color:#666; }

#map_canvas {
	width: 100%;
	height: 500px;
}

.logos {
	padding: 80px 0px;
	text-align:center;
}

.logos h2 {
	color: #62c5ae !important;
}

ul.logo-grid {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul.logo-grid li {
	width: 100px;
	height: 100px;
	padding: 5px;
	background: #FFF;
	display:inline-block;
	margin: 0 4px 10px 4px;
}

ul.logo-grid li img {
	width: 100%;
	height: auto;
}



/* HENLO UPDATE 18/12/2020 */

header .logo { display: none; }
.header-bar { min-height: 70px; }
#main-navigation { top: 70px; } 
.vcenter { display: table; text-align: center; width: 100%; height: 100%;}
.vcenter > div { display: table-cell; vertical-align: middle;}
#carouseltext { position: absolute; top: 0; left: 0; color: #fff; }
.carousellogo { width: 400px; height: auto; }
#carouseltext h1 { font-weight: bold; font-size: 3em; padding: 20px 0; color: #fff; line-height: 1; }
.mejs-controls { display: none !important; visibility: hidden !important; }
.wp-video, .mejs-container { width: 100% !important;  }
.wp-video { padding: 0 !important; }
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load { width: 100% !important; height: 100% !important;}
.mejs-container { padding-top: 56.25%;}
.wp-video, video.wp-video-shortcode { max-width: 100% !important;}
video.wp-video-shortcode { position: relative;}
.mejs-mediaelement { position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.mejs-controls { display: none;}
.mejs-overlay-play { top: 0; right: 0; bottom: 0; left: 0; width: auto !important; height: auto !important;}

.whatson, .whatson > .wrapper { width: 100%; padding: 0 !important; }
.whatson-item { padding: 0 !important; }
.whatson-item h3 { margin: 20px 0; padding: 0; }
.whatson-item p { font-size: 1.5em; font-weight: bold; margin: 20px 0; }
.whatson-content { width: 100%; margin: 0 !important; padding: 0 !important; }
.whatson-section { width: 100%; }
.whatson-section > div { padding: 20px; }
.whatson-section.orange, .whatson-section.orange *,
.whatson-section.black, .whatson-section.black *,
.whatson-section.pink, .whatson-section.pink * { color: #fff; }
.whatson-section.orange { background-color: #FBBC3C; }
.whatson-section.pink { background-color: #DB93BE; }

.whatson-section.video img { width: 100%; }

div.ctas.desktop,
div.ctas.mobile { background-color: #f90; padding: 40px 0; }
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next { background-color: transparent !important; }
ul.bxslider li,
div.ctas.mobile li { border:none; background: transparent; text-align: center; }
ul.bxslider li * { color: #fff; }
ul.bxslider li p, .ctas.mobile ul li p { font-family: inherit; }
ul.bxslider li p, .ctas.mobile ul li p,
ul.bxslider li h2, .ctas.mobile ul li h2 { color: #fff !important; }
ul.bxslider li .cta-image img, .ctas.mobile ul li .cta-image img { border-bottom: none !important; }

.socials { top: 50px !important; width: auto; margin: 0 auto; position: static; display: inline-block; }
.socials ul li a { width: 40px; height: 40px; background-size: 180px auto !important; }
.socials ul li.twitter a,
.socials ul li.twitter a:hover { background-position: -3px -3px !important; }
.socials ul li.facebook a,
.socials ul li.facebook a:hover { background-position: -38px -3px !important; }
.socials ul li.instagram a,
.socials ul li.instagram a:hover { background-position: -110px -3px !important; }
.socials ul li.youtube a,
.socials ul li.youtube a:hover { background-position: -146px -3px !important; }
.socials ul li a:hover { background-color: #FFF !important; }
.credits {  margin-top: 40px; padding: 0 20px; font-size: 2em; width: 100%; }
.footerlogo { width: 100px; }
#footer { padding-top: 25px; }
 
.videoContainer,
.iframeVideo { max-width: 1280px; max-height: 720px; }
.videoContainer { height: 0; padding-bottom: 56%; position: relative; }
.videoContainer iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0; margin: 0; }
.videoCloseOuter { display: none; }

.logo-boxes { clear: both; display: inline-block; margin: 10px 0; padding: 0; }
.logo-boxes > li { width: auto; list-style: none; margin: 0; padding: 0; float: left; display: inline-block; }
.logo-image { display: inline-block; width: 100px; height: 100px; background-size: contain; background-position: 50% 50%; background-repeat: no-repeat; }
.logo-boxes p { font-size: 11px; line-height: 1; width: 100%; display: inline-block; }

.hero .cycle-bg-image { background-position: 50% 80%; }

.header-bar { height: auto; }
.header-bar, .header-bar * { color: #fff; font-size: 12px; text-transform: uppercase; line-height: 1 !important; }
.header-bar > div { display: inline-block; float: left; margin: 0; padding: 20px; height: 70px; }
.header-bar .header-middle { padding: 0; }
#menu-main-navigation { width: auto; margin: 0 auto; }
#menu-main-navigation a { text-decoration: none; }
#menu-main-navigation, #menu-main-navigation li { display: inline-block; margin: 0; padding: 0 5px; }
#menu-main-navigation > li { float: left; list-style: none;; }
#menu-main-navigation > li > a { line-height: 70px !important; padding: 0 10px; }
#menu-main-navigation .sub-menu { display: none; position: absolute; top: 100%; left: 0; margin:0; padding: 0; background-color: #444; width: 300px; }
#menu-main-navigation .sub-menu > li { display: block; clear: both; width: 100%; text-align: left; }
#menu-main-navigation .sub-menu a { font-size: .75em; padding: 12px 16px; display: inline-block; }
#menu-main-navigation .sub-menu li:hover { background-color: #D14C74; }
#menu-main-navigation > li { position: relative; }
#menu-main-navigation > li:hover > ul.sub-menu { display: block; }
#menu-main-navigation > li { clear: none;  }
#menu-main-navigation { display: inline-block; float: left; }

.header-right { margin: 0 !important; clear: both; }
.header-middle { text-align: center; }

.header-bar > div { box-sizing: border-box; }
.header-bar .header-left { width: 30%;  }
.header-bar .header-middle { width: 70%; padding: 0; height: auto !important; }
.header-bar .header-right { width: 100%; text-align: center; overflow: hidden; }

.header-bar .header-left { font-weight: bold; }
.header-bar .header-right { background-color: #D14C74 }
.header-bar .header-right a { text-decoration: none; font-weight: bold; font-size: 12px; padding: 10px; display: inline-block; }
/*.ctas.mobile { display: none; }
.ctas.desktop { display: block; }*/

/*.header-right { margin: 25px 0 0 0 !important; }*/
#main-navigation { top: 90px !important; }

.clearspace { height: 70px; }
.header-bar { z-index: 1000; }
.background { background-position: 50% 100px !important; }

@media screen and (min-width: 480px) {
	.whatson-item p { font-size: 2em; }
}
@media screen and (min-width: 767px) {
	#carouseltext h1 { font-size: 4em; }
	.whatson-item p { font-size: 3em; line-height: 1.25; }
	.whatson-item h3 { font-size: 3em; }
	.credits { text-align: left; position: static;  }
	.credits-text { position: absolute; left: 20px; bottom: 24px; line-height: 0; padding: 0; margin: 0; }
	.footerlogo { position: absolute; bottom: 20px; right: 40px; }
	.socials { top: 20px; }

	.header-bar, .header-bar * { font-size: 16px; }
	.header-bar { height: 70px; /*overflow: hidden;*/ }
	.header-bar .header-left { width: 25%;  }
	.header-bar .header-middle { width: 55%; }
	.header-bar .header-right { width: 20% !important; clear: none !important; float: left; }	

	.header-bar { /*overflow: hidden;*/ height: 70px; }
	.header-bar .header-left,
	.header-bar .header-right { padding: 26px; }
	.header-bar .header-right a { padding: 0; }

}
@media screen and (min-width: 1768px) {
	
}