/**
 * Global stylesheet
 *
 * package: 	Clever Bees Nursery
 * version: 	1.11
 */


/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-size: 100%; 
	font: inherit; 
	vertical-align: baseline; 
}

img {
	vertical-align: middle;
	width: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul { 
	list-style: none;
}

blockquote, q { 
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

/* popup */

#popup {
	position: fixed;
	background: rgba(0,0,0,0.9);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	height: 100vh;
	display: none;
	margin-top: 0px !important;
}

#popup .popup-container {
	position: relative;
}

#popup .popup-content {
	position: fixed;
	top: 50%;
	left: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background: #ffffff;
	padding: 40px;
	max-width: 500px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 40px;
}

#popup .popup-content.excerpt h2 {
	color: #000;
}

#popup .popup-content.excerpt p {
	color: #000;
}

#popup .popup-content.excerpt h4 {
	color: #000;
	padding:20px 0
}

#popup .popup-content.excerpt p a {
	color: #000;
	text-decoration: underline;
}

#popup .popup-close {
	position: absolute;
	top: 0;
	right: 0;
	background: #f7ab31;
	text-align: center;
	padding: 15px 25px;
	color: #fff;
	cursor: pointer;
	border-radius: 10px;
	border-top-right-radius: 40px;

}

#popup.active {
	display: block;
}

@media screen and (max-width: 768px) {
	#popup .popup-content {
		width: 70%;
	}
}

@media screen and (max-width:600px) {
	#popup .popup-content.excerpt p {
		font-size:14px;
		margin-top:0px;
	}

	#popup .popup-content.excerpt h2 {
		font-size: 22px;
	}
	
}


/* clear */

.clearfix { 
	display: block; 
}

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
	margin: 0; 
	padding: 0; 
}

.clearflow {
	overflow: hidden;
}


/* structure */

body {
	padding: 0px;
	margin: 0px;
	background-image: url(assets/images/clever_bees_nursery_manchester_newton_heath_body-header.png), url(assets/images/clever_bees_nursery_manchester_newton_heath_body-footer.png);
	background-position: left 0 top 0, left 0 bottom 0;
	background-repeat: no-repeat, no-repeat;
	background-size: contain;
	color: #494949;
	line-height: 2.5rem;
	font-size: 18px;
	position: relative;
}

.container.main-container {
	padding-top: 80px;
	padding-bottom: 80px;
}

.wrapper.main-wrapper {
	border-radius: 50px;
	padding: 40px;
	background: rgba(255, 255, 255, 0.7);
	border: 20px solid #f49602;
}

.container {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 140px 5%;
}

.inner-container {
	padding: 40px;
}

.row [class*='col']:first-child { 
	margin: 0; 
}

.col { 
	width: 47.5%;
	margin-left: 5%; 
	float: left;
}

@media screen and (max-width: 1380px) {
	.container {
		padding: 80px 5%;
	}
}

@media screen and (max-width: 980px) {
	.col,
	.col:first-child {
		width: 100%;
		margin: 20px 0 0 0;
		text-align: center;
	}

	.col:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	.wrapper.main-wrapper {
		padding: 20px;
	}
}

@media screen and (max-width: 480px) {
	.container {
		padding: 40px 5%;
	}

	.container.main-container {
		padding: 80px 0;
		width: 100%;
	}
}


/* fonts */

body,
h1,
h2, 
h3, 
h4, 
h5, 
h6,
input,
textarea,
li, 
.button {
	font-family: 'Secular One', sans-serif;
}



.trigger:before,
.back-to-top:before,
.flex-direction-nav a:before {
	font-family: "Font Awesome 5 Pro";
}


/* animations */

#site-header .pre-header,
#site-header figure,
#gallery .section-content .col figure,
.button,
.button span,
#howwelearn .col:first-child .item,
#main-nav li a,
#social-nav li a,
#social-nav li a i,
#contactus .item,
.videotour {
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
}


/* typography */

h1,
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: 400;
	color: #494949;
}

h1 {
	font-size: 58px;
	line-height: 48px;
}

h2 {
	font-size: 32px;
	line-height: 2.75rem;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

a,
a:hover {
	color: #0575e6;
	text-decoration: none;
}


/* content */

.item {
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 40px;
}

.inner-item {
	position: relative;
	overflow: hidden;
	padding: 40px;
}

.content {
	position: absolute;
	top: auto;
	left: 0;
	right: auto;
	bottom: 0;
	max-width: 550px;
	z-index: 80;
	text-align: center;
	background: #fff;
	border: 5px solid #fecb02;
	padding: 40px;
	border-radius: 30px;
	border-left: 0;
	border-bottom: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
}

.inner-content {
	position: relative;
	z-index: 960;
}

.content-wrapper {
	position: relative;
	display: block;
	padding: 80px;
}

.content-wrapper-content {
	position: relative;
	z-index: 50;
}

.pretitle {
	font-weight: 200;
	font-size: 22px;
}

.title {
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
}

.sub-title {
    font-size: 18px;
    line-height: 26px;
	font-weight: 700;
	margin-top: 40px;
}

.pre-title {
    font-size: 14px;
    line-height: 28px;
	text-transform: uppercase;
	font-weight: 700;
}

.excerpt {
    margin-top: 30px;
    font-size: 20px;
    line-height: 36px;
}

.excerpt p,
.excerpt ul {
	margin-top: 30px;
}

.excerpt p:first-child {
	margin-top: 0;
}

.excerpt p.oversized {
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	color: #606060;
}

@media screen and (max-width: 1080px) {
	.excerpt {
		font-size: 18px;
		line-height: 32px;
	}
}

@media screen and (max-width: 768px) {
	.excerpt {
		font-size: 16px;
		line-height: 30px;
	}

	.title {
		font-size: 26px;
		line-height: 38px;
	}

	.inner-item {
		padding: 20px;
	}
}

@media screen and (max-width: 580px) {
	.title {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width: 480px) {
	.title {
		font-size: 18px;
		line-height: 28px;
	}
}



/* section: globalpopup */

#globalpopup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(20,20,20,0.85);
	display: none;
	margin-top: 0;
}

#globalpopup.active {
	display: block;
}

#globalpopup .globalpopup-container {
	position: relative;
}

#globalpopup .content {
	position: fixed;
	top: 50%;
	left: 50%;
	bottom: auto;
	padding: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 950;
	max-width: 500px;
	border-radius: 30px;
	background: #fecb02;
	border: 0;
}

#globalpopup .content .inner-content {
	padding: 80px 40px;
}

#globalpopup .excerpt {
	margin-top: 0;
	text-align: center;
}

#globalpopup .excerpt p {
	color: #fff;
	text-shadow: 2px 2px 10px #F49602;
}

#globalpopup .globalpopup-close {
	float: right;
	display: block;
	background: #f95706;
	color: #fff;
	padding: 5px 20px;
	cursor: pointer;
	border-top-right-radius: 30px;
	position: relative;
	z-index: 970;
}

#globalpopup .excerpt ul {
	margin-top: 20px;
}

#globalpopup .excerpt li {
	color: #fff;
	overflow: hidden;
	display: block;
	padding: 5px 10px;
}

#globalpopup .excerpt li:nth-child(odd) {
	background: rgba(255, 255, 255, 0.1);
}

#globalpopup .excerpt li span {
	float: right;
}

#globalpopup .excerpt li span:first-child {
	float: left;
}

@media screen and (max-width: 768px) {
	#globalpopup .content {
		width: 80%;
	}

	#globalpopup .content .inner-content {
		padding: 40px;
	}
}

@media screen and (max-width: 580px) {
	#globalpopup .content {
		width: 90%;
	}

	#globalpopup .content .inner-content {
		padding: 20px;
	}
}


/* elements */

.desktop-only {
	display: block;
}

.mobile-only {
	display: none;
}

.bee {
	position: absolute;
	background: url(assets/images/clever_bees_nursery_manchester_newton_heath_bee.png) center center no-repeat;
	width: 200px;
	height: 164px;
	top: -100px;
	right: -100px;
	z-index: 80;
}

::-moz-selection {
	background: #0575e6;
	color: #fff;
}

::-webkit-selection {
	background: #0575e6;
	color: #fff;
}

::selection {
	background: #0575e6;
	color: #fff;
}

.toggler {
    display: none;
}

.toggler-trigger {
    cursor: pointer;
}

.toggler-trigger i {
    margin-left: 10px;
}

.separator {
	display: block;
	clear: both;
	margin-top: 40px;
	margin-bottom: 40px;
	border-bottom: 2px dotted #f49602;
	position: relative;
}

.separator .bee {
	width: 60px;
	height: 60px;
	background-size: contain;
	top: auto;
	right: 50%;
	margin-right: -60px;
	margin-top: -35px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.hidden {
	display: none;
}

.image img {
	width: 100%;
}

.colored .title,
.colored .sub-title,
.colored .pre-title,
.colored .excerpt p,
.colored .icon i,
.colored li,
.colored a {
	color: #fff;
}

.button {
	display: inline-block;
	text-align: center;
	border: 0;
	background: #fff;
	cursor: pointer;
	margin: 40px auto 0;
	border-radius: 30px;
}

.button span {
	display: block;
	padding: 10px 30px;
	color: #f49602;
	font-size: 16px;
	line-height: 48px;
	font-weight: 700;
}

.button:hover {
	border-color: #fff;
	background: #fff;
}

.button:hover span {
	color: #f49602;
}

.standout {
	font-weight: 700;
}

.highlight {
	color: #fff;
}

.slanted {
	font-style: italic;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(5,117,230, 0.85);
	z-index: 25;
}

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

	.mobile-only {
		display: block;
	}
}

@media screen and (max-width: 980px) {
	.bee {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.button span {
		font-size: 14px;
	}

	.button i {
		font-size: 18px;
		margin-right: 10px;
	}
}


/* pre header */

.pre-header {
	padding-right: 60px;
	text-align: right;
}

.pre-header nav,
.pre-header .excerpt {
	display: inline-block;
}

.pre-header .excerpt {
	font-size: 32px;
	background: #fecb02;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	padding: 30px 40px;
	margin-top: 0;
	border: 5px solid #f49602;
	border-bottom: 0;
}

.pre-header .excerpt span {
	display: inline-block;
	margin-left: 20px;
}

.pre-header .excerpt span:first-of-type {
	margin-left: 0;
}

@media screen and (max-width: 1520px) {
	.pre-header .excerpt {
		font-size: 24px;
		padding: 20px 40px;
		line-height: 28px;
	}
}

@media screen and (max-width: 980px) {
	.pre-header {
		display: none;
	}
}


/* site header */

#site-header {
	background: #f49602;
	border: 5px solid #fecb02;
	padding: 20px;
	border-radius: 50px;
	position: relative;
}

#site-header .container {
	width: 100%;
	max-width: none;
	padding: 0;
}

#site-header .col {
	width: 100%;
	margin: 0;
}

#site-header figure.site-logo {
	position: absolute;
    top: -180px;
    left: -180px;
    max-width: 250px;
}

#site-header figure.site-logo.site-logo-active {
	display: none;
}

@media screen and (max-width: 1520px) {
	#site-header figure.site-logo {
		top: -108px;
		left: -103px;
		max-width: 150px;
	}
}

@media screen and (max-width: 1380px) {
	#site-header figure.site-logo {
		left: -100px;
		top: -150px;
		max-width: 180px;
	}
}

@media screen and (max-width: 1080px) {
	#site-header figure.site-logo {
		left: -97px;
		top: -121px;
		max-width: 145px;
	}
}

@media screen and (max-width: 980px) {
	#site-header figure.site-logo {
		top: -136px;
		left: 50%;
		max-width: 150px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 768px) {
	#site-header figure.site-logo {
		top: -105px;
		max-width: 120px;
	}
}


/* main menu */

#main-nav ul {
	position: relative;
	float: right;
	display: block;
	margin: 0 auto;
}

#main-nav li {
	font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    float: left;
    margin-left: 20px;
}

#main-nav li:first-child {
	margin-left: 0;
}

#main-nav li a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 25px;
	float: left;
}

#main-nav li a span {
	display: inline-block;
	padding: 0;
	font-size: 22px;
}

#main-nav li:hover a {
	background: #fff;
	color: #f49602;
	border-radius: 25px;
}

@media screen and (max-width: 1380px) {
	#site-header.active #main-nav {
		margin-left: -100px;
	}

	#main-nav ul {
		text-align: center;
		float: none;
	}

	#main-nav li {
		display: block;
		float: none;
		clear: both;
		margin: 0;
		line-height: 18px;
	}

	#main-nav li:first-child {
		margin-top: 0;
	}

	#main-nav li a,
	#main-nav li:hover a {
		background: none;
		color: #fff;
	}

	#main-nav li a {
		float: none;
	}

	#main-nav li a span {
		font-size: 18px;
	}
}

@media screen and (max-width: 980px) {
	#main-nav ul {
		margin: 20px 0;
	}
}

@media screen and (max-width: 768px) {
	#site-header.active #main-nav {
		margin-left: -50px;
	}
}

@media screen and (max-width: 480px) {
	#site-header.active #main-nav {
		margin-left: -20px;
	}
}


/* social menu */

#social-nav {
	margin-right: 40px;
}

#social-nav li {
	display: inline-block;
	text-align: center;
	margin-left: 20px;
}

#social-nav li:first-child {
	margin-left: 0;
}

#social-nav li a {
	display: block;
	background: #fff;
	border: 5px solid #f49602;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 45px;
}

#social-nav li a i {
	color: #f49602;
}

#social-nav li:hover a {
	background: #fecb02;
}

#social-nav li:hover a i {
	color: #fff;
}


/* trigger */

.trigger,
.slideout {
	display: none;
}

@media screen and (min-width: 1381px) {
    .slideout {
        display: block !important;
    }
}

@media screen and (max-width: 1380px) {
	.trigger {
		float: none;
		cursor: pointer;
		display: block;
		padding: 0 10px;
		box-sizing: border-box;
		z-index: 100;
		line-height: 64px;
		text-align: right;
		position: relative;
	}

	.trigger:before {
		content: '\f0c9';
		font-size: 32px;
		color: #fff;
	}

	.slideout.active {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		padding: 20px 0;
		background: #f49602;
		border-bottom: 5px solid #fecb02;
		z-index: 99;
	}

	.slideout #main-nav ul {
		margin: 0;
	}

	#site-header.active .slideout.active #main-nav {
		margin: 0;
	}
}


/* site header active */

#site-header.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #f49602;
	border: 0;
	border-radius: 0;
	border-bottom: 5px solid #fecb02;
	z-index: 99;
}

#site-header.active .container {
	max-width: 1280px;
	padding: 0 5%;
	width: 90%;
}

#site-header.active .col {
	width: 90%;
}

#site-header.active .col:first-child {
	width: 10%;
}

#site-header.active figure.site-logo {
	display: none;
	top: auto;
	left: auto;
	max-width: none;
}

#site-header.active figure.site-logo.site-logo-active {
	max-width: 64px;
	left: auto;
	top: auto;
	display: block;
	position: relative;
}

@media screen and (max-width: 1520px) {
	#site-header.active #main-nav ul {
		text-align: center;
		margin-top: 0;
	}

	#site-header.active figure.site-logo {
		top: 6px;
	}
}

@media screen and (max-width: 1380px) {
	#site-header.active #main-nav li {
		position: relative;
		z-index: 100;
	}
}

@media screen and (max-width: 1080px) {
	#site-header.active figure.site-logo {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@media screen and (max-width: 980px) {
	#site-header.active #main-nav ul {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	#site-header.active .col {
		width: 20%;
	}
	
	#site-header.active .col:first-child {
		width: 80%;
	}
}


/* sections */

section {
	overflow: hidden;
	background: #fff;
	margin-top: 60px;
}

main section:first-child {
	margin-top: 40px;
}

.section-header .col,
.section-footer .col,
.section-extra .col {
	width: 100%;
	text-align: center;
	position: relative;
}

.section-header.container {
	padding-bottom: 0;
}

.section-header .title {
    font-size: 38px;
    line-height: 54px;
	font-weight: 700;
    display: inline-block;
	background: rgba(255, 255, 255, 0.25);
	padding: 20px 40px;
}

.section-header .excerpt {
	max-width: 720px;
	margin: 40px auto 0;
}

.section-footer.container {
	padding-top: 0;
}

@media screen and (max-width: 1080px) {
	.section-header .title {
		font-size: 22px;
		line-height: 28px;
	}
}

@media screen and (max-width: 768px) {
	main section:first-child {
		margin-top: 20px;
	}

	.section-header .title {
		font-size: 28px;
		line-height: 38px;
	}
}

@media screen and (max-width: 580px) {
	.section-header .title {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width: 520px) {
	section {
		margin-top: 40px;
	}
}


/* section: introduction */

#introduction {
	background: none;
}

#introduction .container {
	padding-top: 5%;
	padding-bottom: 5%;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100%;
	padding: 100px 0;
}

#introduction .item {
	padding: 0;
	border-radius: 50px;
	border: 5px solid #fecb02;
	box-sizing: border-box;
}

#introduction .content {
	background: #f49602;
	padding: 40px;
	text-align: left;
}

#introduction .col {
	width: 100%;
}

#introduction .excerpt {
	margin-top: 25px;
}

@media screen and (max-width: 980px) {
	#introduction .content {
		position: relative;
		border: 0;
		border-top: 5px solid #fecb02;
		max-width: none;
		border-radius: 0;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	#introduction .content {
		padding: 20px;
	}
}


/* section: slogan */

#slogan {
	background: url(assets/images/clever_bees_nursery_manchester_newton_heath_slogan-bg.png) center center no-repeat;
	background-size: cover;
	border: 5px solid #fecb02;
	padding: 60px 40px;
	border-radius: 50px;
	overflow: visible;
	position: relative;
}

#slogan .col {
	width: 50%;
}

#slogan .title {
	color: #f49602;
}

#slogan h4.title {
	position: absolute;
	display: inline-block;
	font-size: 22px;
	top: -40px;
	left: -5px;
	color: #fff;
	background: #f49602;
	border: 5px solid #fecb02;
	border-radius: 50px;
	padding: 5px 20px;
}

@media screen and (max-width: 980px) {
	#slogan {
		background-position: right center;
	}
}

@media screen and (max-width: 768px) {
	#slogan {
		background-position: center center;
		padding: 40px 20px;
	}

	#slogan .col {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 520px) {
	#slogan h4.title {
		font-size: 18px;
		line-height: 28px;
		top: -28px;
	}
}


/* section: aboutus */

#aboutus {
	overflow: visible;
}

#aboutus .col .item {
	position: relative;
	background: #f49602;
	border: 5px solid #fecb02;
	padding: 60px 40px;
	border-radius: 50px;
	overflow: visible;
}

#aboutus .col:first-child .item {
	background: #494949;
}

#aboutus .col:last-child .item {
	margin-top: 40px;
	padding: 40px;
}

#aboutus .col:last-child .item:first-of-type {
	margin-top: 0;
}

#aboutus .excerpt {
	margin-top: 0;
}

#aboutus .title {
	position: absolute;
	display: inline-block;
	font-size: 22px;
	top: -40px;
	left: -5px;
	background: #f49602;
	border: 5px solid #fecb02;
	border-radius: 50px;
	padding: 5px 20px;
}

#aboutus .col:last-child .item .bee {
	top: auto;
	bottom: -50px;
}

#aboutus .col:last-child .title {
	background: #494949;
}

#aboutus .excerpt p {
	overflow: visible;
}

@media screen and (max-width: 768px) {
	#aboutus .col .item,
	#aboutus .col:last-child .item {
		padding: 40px 20px;
	}

	#aboutus .col:last-child .item {
		margin-top: 20px;
	}

	#aboutus .col:last-child .item .bee {
		right: -180px;
	}
}

@media screen and (max-width: 520px) {
	#aboutus h4.title {
		font-size: 18px;
		line-height: 28px;
		top: -28px;
	}
}


/* section: healthyeating */

#healthyeating {
	background: url(assets/images/clever_bees_nursery_manchester_newton_heath_healthyeating-bg.jpg) center center no-repeat;
	background-size: cover;
	border: 5px solid #fecb02;
	padding: 60px 40px;
	border-radius: 50px;
	overflow: visible;
	position: relative;
}

#healthyeating .col {
	width: 100%;
	text-align: right;
}

#healthyeating .title {
	color: #f49602;
}

#healthyeating h4.title {
	position: absolute;
	display: inline-block;
	font-size: 22px;
	top: -40px;
	left: -5px;
	color: #fff;
	background: #f49602;
	border: 5px solid #fecb02;
	border-radius: 50px;
	padding: 5px 20px;
}

#healthyeating .excerpt {
	margin-top: 0;
    background: rgba(255, 255, 255, 0.2);
	padding: 40px;
	border-radius: 50px;
	max-width: 768px;
	float: right;
	text-shadow: 0px 0px 10px #000;
}

#healthyeating .bee {
	top: auto;
	bottom: 163px;
	right: auto;
	left: 105px;
	width:150px;
	background-size:contain;
	-moz-transform: scaleX(-1) rotate(13deg);
	-o-transform: scaleX(-1) rotate(13deg);
	-webkit-transform: scaleX(-1) rotate(13deg);
	transform: scaleX(-1) rotate(13deg);
	filter: FlipH;
	-ms-filter: "FlipH";
}

@media screen and (max-width: 1380px) {
	#healthyeating .bee {
		left: -57px;
	}
}

@media screen and (max-width: 1380px) {
	#healthyeating .bee {
		left: -168px;
	}

	#healthyeating .excerpt {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	#healthyeating,
	#healthyeating .excerpt {
		padding: 40px 20px;
	}
}


@media screen and (max-width: 520px) {
	#healthyeating h4.title {
		font-size: 18px;
		line-height: 28px;
		top: -28px;
	}
}


/* section: how we learn */

#howwelearn {
	background: #f49602;
	border: 5px solid #fecb02;
	padding: 60px 40px;
	border-radius: 50px;
	position: relative;
	overflow: visible;
}

#howwelearn h4.title {
	position: absolute;
	display: inline-block;
	font-size: 22px;
	top: -40px;
	left: -5px;
	background: #494949;
	border: 5px solid #fecb02;
	border-radius: 50px;
	padding: 5px 20px;
}

#howwelearn .col {
	width: 70%;
}

#howwelearn .col:first-child {
	width: 25%;
}

#howwelearn .item {
    background: rgba(255, 255, 255, 0.2);
	padding: 40px;
	margin-top: 10px;
	border-radius: 50px;
	text-align: center;
}

#howwelearn .col:first-child .item:hover {
	background: rgba(255, 255, 255, 0.3);
}

#howwelearn .item:first-of-type {
	margin-top: 0;
}

#howwelearn .col:first-child .item:hover {
	cursor: pointer;
}

#howwelearn .col:first-child .item.active {
	background: #fff;
}

#howwelearn .col:last-child .item {
	text-align: left;
	position: relative;
	display: none;
	margin-top: 0;
}

#howwelearn .col:last-child .item.active {
	display: block;
}

#howwelearn .col:last-child .item .excerpt {
	margin-top: 0;
}

#howwelearn .col:first-child .title {
	font-size: 20px;
    line-height: 28px;
}

#howwelearn .col:first-child .item.active .title {
	color: #f49602;
}

#howwelearn .col:last-child .excerpt p:first-child {
	margin-top: 30px;
}

@media screen and (max-width: 980px) {
	#howwelearn .col,
	#howwelearn .col:first-child {
		width: 100%;
		margin: 40px 0 0 0;
	}

	#howwelearn .col:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	#howwelearn .col {
		margin-top: 10px;
	}

	#howwelearn,
	#howwelearn .item {
		padding: 40px 20px;
	}

	#howwelearn .col:last-child .item {
		text-align: center;
	}
}


@media screen and (max-width: 520px) {
	#howwelearn h4.title {
		font-size: 18px;
		line-height: 28px;
		top: -28px;
	}
}


/* section: funded sessions */

#fundedsessions {
	background: #494949;
	padding: 60px 40px;
	border-radius: 50px;
	border: 5px solid #fecb02;
	position: relative;
	overflow: visible;
}

#fundedsessions h4.title {
	position: absolute;
	display: inline-block;
	font-size: 22px;
	top: -40px;
	left: -5px;
	background: #f49602;
    border: 5px solid #fecb02;
	border-radius: 50px;
	padding: 5px 20px;
}

#fundedsessions .excerpt a {
	color: #fecb02;
}

#fundedsessions figure {
	background: rgba(255, 255, 255, 0.2);
	padding: 40px;
	border-radius: 30px;
}

@media screen and (max-width: 1180px) {
	#fundedsessions .excerpt {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	#fundedsessions {
		padding: 40px 20px;
	}

	#fundedsessions figure {
		padding: 20px;
	}

	#fundedsessions figure img {
		border-radius: 10px;
	}
}


@media screen and (max-width: 520px) {
	#fundedsessions h4.title {
		font-size: 18px;
		line-height: 28px;
		top: -28px;
	}
}


/* section: video tour */

.videotour {
	position: absolute;
	top: -50px;
	right: -50px;
	left: auto;
	bottom: auto;
	background: #494949;
	border-radius: 50%;
	border: 10px solid #fecb02;
	width: 100px;
	height: 100px;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.videotour .button {
	display: block;
	background: none;
	margin: 0;
	border-radius: 0;
}

.videotour .button a {
	color: #fff;
}

.videotour .button span {
	line-height: 22px;
	padding: 0;
	color: #fff;
}

.videotour .button span:first-child {
    margin-top: 30px;
}

.videotour:hover {
	background: #f6ab35;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
}

.videotour:hover .button span {
	color: #494949;
}

@media screen and (max-width: 480px) {
	.videotour {
		top: -25px;
		right: -25px;
		width: 70px;
		height: 70px;
	}

	.videotour .button span:first-child {
		margin-top: 15px;
	}
}


/* section: video tour popup */

#videotourpopup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(20,20,20,0.85);
	display: none;
	margin-top: 0;
}

#videotourpopup.active {
	display: block;
}

#videotourpopup .videotourpopup-container {
	position: relative;
}

#videotourpopup .content {
	position: fixed;
	top: 50%;
	left: 50%;
	bottom: auto;
	padding: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 950;
	max-width: 500px;
	border-radius: 30px;
	background: #fecb02;
	border: 0;
}

#videotourpopup .content .inner-content {
	padding: 80px 40px;
}

#videotourpopup .videotourpopup-close {
	float: right;
	display: block;
	background: #f95706;
	color: #fff;
	padding: 5px 20px;
	cursor: pointer;
	border-top-right-radius: 30px;
	position: relative;
	z-index: 970;
}

@media screen and (max-width: 768px) {
	#videotourpopup .content {
		width: 80%;
	}

	#videotourpopup .content .inner-content {
		padding: 40px;
	}
}

@media screen and (max-width: 580px) {
	#videotourpopup .content {
		width: 90%;
	}

	#videotourpopup .content .inner-content {
		padding: 20px;
	}
}


/* section: gallery */

#gallery {
	position: relative;
	overflow: visible;
}

#gallery .title {
	position: absolute;
	display: inline-block;
	font-size: 22px;
	top: -40px;
	left: -5px;
	background: #494949;
	border: 5px solid #fecb02;
	border-radius: 50px;
	padding: 5px 20px;
}

#gallery .section-content.row {
	background: #f49602;
	border: 5px solid #fecb02;
	padding: 60px 40px;
	border-radius: 50px;
}

#gallery .section-content.container {
	padding-top: 80px;
}

#gallery .section-content .col {
	width: 30%;
}

#gallery .section-content .col figure {
	padding: 40px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 25px;
}

#gallery .section-content .col:hover figure {
	transform: scale(1.05);
	background: rgba(255, 255, 255, 0.3);
}

#gallery .section-content .col:nth-child(3n+4) {
	clear: both;
	margin-left: 0;
}

#gallery .section-content .col:nth-child(n+4) {
	margin-top: 40px;
}

#gallery .bee {
	top: auto;
	bottom: 275px;
	right: auto;
	left: -100px;
	-moz-transform: scaleX(-1) rotate(13deg);
    -o-transform: scaleX(-1) rotate(13deg);
    -webkit-transform: scaleX(-1) rotate(13deg);
    transform: scaleX(-1) rotate(13deg);
    filter: FlipH;
    -ms-filter: "FlipH";
}

@media screen and (max-width: 1380px) {
	#gallery .section-header .sub-title {
		font-size: 28px;
		line-height: 42px;
	}
}

@media screen and (max-width: 980px) {
    #gallery .section-content .col {
        width: 47.5%;
        margin-left: 5%;
        margin-top: 5%;
    }

    /* Reset desktop 3-col clear rule */
    #gallery .section-content .col:nth-child(3n+4) {
        clear: none;
        margin-left: 5%;
    }

    /* 2-col: left column clears, no left margin */
    #gallery .section-content .col:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
    }

    /* First row — no top margin on either */
    #gallery .section-content .col:nth-child(1),
    #gallery .section-content .col:nth-child(2) {
        margin-top: 0;
    }

    /* Remove old hide rules */
    #gallery .section-content .col:nth-child(3),
    #gallery .section-content .col:nth-child(5) {
        display: block;
    }
}

@media screen and (max-width: 768px) {
	#gallery .section-header .sub-title {
		font-size: 22px;
		line-height: 32px;
	}

	#gallery .section-content.row {
		padding: 40px 20px;
	}

	#gallery .section-content .col figure {
		padding: 20px;
	}

	#gallery .section-content .col figure img {
		border-radius: 10px;
	}

	#gallery .bee {
		left: -175px;
	}

	#gallery .section-content .col:nth-child(n+4) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 580px) {
	#gallery .section-content .col {
		width: 100%;
		margin-left: 0;
		margin-top: 40px;
	}

	#gallery .section-content .col:first-child,
	#gallery .section-content .col:nth-child(2) {
		margin-top: 0;
	}

	#gallery .section-content .col:nth-child(5) {
		display: block;
	}

	#gallery .section-content .col:first-child,
	#gallery .section-content .col:nth-child(4),
	#gallery .section-content .col:nth-child(5),
	#gallery .section-content .col:nth-child(6) {
		display: none;
	}
}

@media screen and (max-width: 520px) {
	#gallery h4.title {
		font-size: 18px;
		line-height: 28px;
		top: -28px;
	}
}

@media screen and (max-width: 480px) {
	#gallery .section-content.container {
		padding-top: 40px;
	}
}


/* section: openingtimes */

#openingtimes {
	overflow: visible;
}

#openingtimes .col {
    width:100%;
    margin:0;
}

#openingtimes .col .item {
	position: relative;
	background: #f49602;
	border: 5px solid #fecb02;
	padding: 60px 40px;
	border-radius: 50px;
	overflow: visible;
}

#openingtimes .col:last-child .item {
	background: #494949;
}

#openingtimes .item {
	margin-top: 40px;
	padding: 40px;
}

#openingtimes .item:first-of-type {
	margin-top: 0;
}

#openingtimes .excerpt {
	margin-top: 0;
	text-align: center;
}

#openingtimes .excerpt p.alt {
	margin-top: 40px;
}

#openingtimes .excerpt p:last-child {
	margin-top: 0;
}

#openingtimes .title {
	position: absolute;
	display: inline-block;
	font-size: 22px;
	top: -40px;
	left: -5px;
	background: #f49602;
	border: 5px solid #fecb02;
	border-radius: 50px;
	padding: 5px 20px;
}

#openingtimes .col:first-child .title {
	background: #494949;
}

#openingtimes ul {
	margin-top: 0;
}

#openingtimes li {
	display: block;
	clear: both;
	padding: 20px;
	overflow: hidden;
    border-radius: 30px;
}

#openingtimes li:nth-child(odd) {
	background: rgba(255, 255, 255, 0.2);
}

#openingtimes li span {
	float: right;
}

#openingtimes li span:first-child {
	float: left;
}

#openingtimes li.today {
	background: #f49602;
}

#openingtimes li:nth-child(even).today {
	margin: 20px 0;
}

@media screen and (max-width: 1120px) {
	#openingtimes .col,
	#openingtimes .col:first-child {
		width: 100%;
		margin: 60px 0 0 0;
	}

	#openingtimes .col:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	#openingtimes .col .item {
		padding: 40px 20px;
	}
}

@media screen and (max-width: 520px) {
	#openingtimes h4.title {
		font-size: 18px;
		line-height: 28px;
		top: -28px;
	}

	#openingtimes .col, 
	#openingtimes .col:first-child {
		margin: 40px 0 0 0;
	}
}

@media screen and (max-width: 420px) {
	#openingtimes li span,
	#openingtimes li span:first-child {
		float: none;
		display: block;
		text-align: center;
		clear: both;
	}
}


/* section: contact us */

#contactus {
	background: #f49602;
	border: 5px solid #fecb02;
	padding: 60px 40px;
	border-radius: 50px;
	position: relative;
	overflow: visible;
}

#contactus h4.title {
	position: absolute;
	display: inline-block;
	font-size: 22px;
	top: -40px;
	left: -5px;
	background: #494949;
	border: 5px solid #fecb02;
	border-radius: 50px;
	padding: 5px 20px;
}

#contactus .item {
	background: rgba(255, 255, 255, 0.2);
	padding: 21px 40px;
	border-radius: 30px;
	text-align: center;
	display: block;
}

#contactus .col:last-child .item:hover {
	background: rgba(255, 255, 255, 0.4);
}

#contactus .col:last-child .item {
	margin-top: 40px;
}

#contactus .col:last-child .item:first-of-type {
	margin-top: 0;
}

#contactus .excerpt {
	margin-top: 0;
}

#contactus .col:last-child .title {
	font-size: 22px;
}

#contactus .col:last-child .icon i {
	font-size: 60px;
}

#contactus .bee {
	top: 400px;
}

@media screen and (max-width: 1180px) {
	#contactus .col,
	#contactus .col:first-child {
		width: 100%;
		margin: 40px 0 0 0;
	}

	#contactus .col:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	#contactus,
	#contactus .item {
		padding: 40px 20px;
	}

	#contactus .col,
	#contactus .col:last-child .item {
		margin-top: 20px;
	}

	#contactus .col:first-child {
		margin-top: 0;
	}

	#contactus .bee {
		right: -185px;
	}
}

@media screen and (max-width: 580px) {
	#contactus .col:last-child .icon i {
		font-size: 40px;
	}

	#contactus .col:last-child .title {
		font-size: 20px;
		line-height: 28px;
	}
}

@media screen and (max-width: 520px) {
	#contactus,
	#contactus .item {
		padding: 20px 10px;
	}

	#contactus h4.title {
		font-size: 18px;
		line-height: 28px;
		top: -28px;
	}
}

@media screen and (max-width: 480px) {
	#contactus .col:last-child .title {
		font-size: 18px;
		line-height: 28px;
	}
}


/* contact form */

.contact-form.item {
	overflow: visible;
}

.contact-form p {
	padding: 15px 30px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 30px;
	margin-top: 20px;
}

.contact-form p:last-child {
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	margin-top: 40px;
}

.contact-form p:first-of-type {
	margin-top: 0;
}

.contact-form label {
	font-size: 10px;
    line-height: 24px;
	display: block;
	overflow: hidden;
	text-align: center;
}

.contact-form label .required {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
	display: block;
}

.contact-form input {
	line-height: 48px;
	box-sizing: border-box;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	padding: 0;
	border: 0;
	background: none;
	color: #fff;
	text-align: center;
}

.contact-form textarea {
	overflow: hidden;
	padding: 2% 0;
	height: 116px;
}

.contact-form input,
.contact-form textarea {
	font-size: 16px;
}

.contact-form .message {
	margin-top: 40px;
	padding-top: 40px;
	overflow: hidden;
}

.contact-form .button.primary.complete {
	padding: 20px;
	color: #f49602;
	background: #fff;
}

.contact-form .button.primary.complete:hover {
	color: #f49602;
	background: #fff;
	border-color: #fecb02;
}

.contact-form .hey-honey {
	position: absolute;
	left: -9999px;
}

.contact-form .button.secondary {
	display: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
}

.contact-form .message p {
	font-size: 14px;
	line-height: 14px;
}

.contact-form .g-recaptcha {
	float: left;
	display: block;
	clear: both;
	margin: 40px auto 0;
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 1080px) {
	.contact-form input,
	.contact-form textarea {
		width: 60%;
	}

	#contactus .section-content .col:first-child {
		text-align: center;
	}

	.contact-form .button {
		float: none;
	}

	.contact-form input,
	.contact-form textarea {
		width: 77%;
	}

	.contact-form textarea {
		padding: 2% 0;
	}

	.contact-form .message {
		text-align: center;
		width: 100%;
		margin: 20px auto 0;
	}

	.contact-form .g-recaptcha > div {
   		width: 100% !important;
	}
}

@media screen and (max-width: 620px) {
	.contact-form input,
	.contact-form textarea {
		width: 66%;
	}
}

@media screen and (max-width: 480px) {
	.contact-form input,
	.contact-form textarea {
		width: 50%;
		margin: 0;
	}

	.contact-form label .required,
	.contact-form input {
		width: 100%;
		float: none;
		display: block;
	}

	.contact-form label .required {
		margin-right: 0;
	}

	.contact-form .g-recaptcha {
		transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;
		margin-left: 8%;
	}

	.contact-form p {
	    box-sizing: border-box;
		padding: 10px 0;
		width: 86%;
		margin: 10px auto 0;
		float: none;
	}

	.contact-form label {
		padding: 0;
	}

	.contact-form .button {
		margin-top: 20px;
	}
}

@media screen and (max-width: 420px) {
	.contact-form p {
		width: 76%;
		padding: 10px 0;
		margin-left: 0;
	}
}


/* section: map */

#map {
	background: #f49602;
	border: 5px solid #fecb02;
	padding: 60px 40px;
	border-radius: 50px;
	position: relative;
	overflow: visible;
}

#map .col {
	width: 100%;
}

#map h4.title {
	position: absolute;
	display: inline-block;
	font-size: 22px;
	top: -40px;
	left: -5px;
	background: #494949;
	border: 5px solid #fecb02;
	border-radius: 50px;
	padding: 5px 20px;
}

#map .gmap {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
	border-radius: 30px;
}

#map .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 920px) {
	#map .gmap {
		padding-bottom: 85%;
	}
}

@media screen and (max-width: 768px) {
	#map {
		padding: 40px 20px;
	}

	#map .gmap {
		padding-bottom: 115%;
	}
}

@media screen and (max-width: 520px) {
	#map .gmap {
		padding-bottom: 150%;
	}

	#map h4.title {
		font-size: 18px;
		line-height: 28px;
		top: -28px;
	}
}

@media screen and (max-width: 420px) {
	#map .gmap {
		padding-bottom: 200%;
	}
}


/* footer */

#site-footer {
    background: #494949;
	margin-top: 60px;
	border-radius: 50px;
	position: relative;
}

#site-footer .bee {
	top: auto;
	bottom: 50px;
}

#site-footer .section-content.container {
	padding-bottom: 0;
	padding-top: 80px;
}

#site-footer .section-content .col {
	width: 100%;
	margin: 0;
	text-align: center;
	position: relative;
}

#site-footer .section-content figure {
	max-width: 150px;
	margin: 0 auto;
}

#site-footer .site-content figure img {
	width: 100%;
}

#site-footer .section-footer {
	margin-top: 40px;
	padding-bottom: 80px;
}

#site-footer .sub-title.privacy-policy { 
	margin-top: 10px;
}

#site-footer .privacy-area a {
	color: #9c9c9c;
}

#site-footer .copyright {
	font-weight: 700;
	margin-top: 0;
}

#site-footer .copyright span,
#site-footer #currentyear {
	color: #fff;
	display: inline-block;
}

#site-footer .legal {
	font-size: 14px;
	line-height: 28px;
	margin-top: 40px;
}

#site-footer .legal p {
	color: #939393;
	margin-top: 0;
}

#site-footer .legal p:first-of-type {
	margin-top: 0;
}

@media screen and (max-width: 1080px) {
	#site-footer .bee {
		right: -81px;
		bottom: -72px;
	}
}

@media screen and (max-width: 980px) {
	#site-footer .section-content .col {
		margin-top: 0;
		margin-left: 0;
	}

	#site-footer .section-content .col:first-child {
		margin-left: 0;
	}
}

@media screen and (max-width: 768px) {
	#site-footer {
		margin-top: 30px;
	}

	#site-footer .section-content .col {
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 520px) {
	#site-footer {
		margin-top: 20px;
	}
}


/* footer nav */

#footer-nav ul { 
	list-style-type: none;
	margin-top: 40px; 
}

#footer-nav li {	
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}

#footer-nav li a { 
	display: inline-block;
	color: #fff;
}

#footer-nav li:hover a {
	text-decoration: underline;
}

@media screen and (max-width: 980px) {
	#footer-nav li {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	#footer-nav-left ul,
	#footer-nav-right ul {
		text-align: center;
	}

	#footer-nav li {
		font-size: 16px;
		line-height: 30px;
	}
}


/* legal logos */

.legal-logos {
	margin-top: 80px;
}

.legal-logos .row {
	max-width: 680px;
	margin: 0 auto;
}

.legal-logos .col {
	width: 21.25%;
	margin-left: 5%;
	text-align: center;
}

.legal-logos .col:first-child {
	margin-left: 0;
}

@media screen and (max-width: 980px) {
	.legal-logos .col {
		margin-top: 0;
	}
}

@media screen and (max-width: 580px) {
	.legal-logos .col {
		width: 45%;
		margin-left: 10%;
	}

	.legal-logos .col:first-child {
		margin-left: 0;
	}

	.legal-logos .col:nth-child(3) {
		clear: both;
		margin-left: 0;
	}

	.legal-logos .col:nth-child(n+3) {
		margin-top: 40px;
	}
}


/* back to top */

.back-to-top { 
	position: fixed; 
	left: auto;
	right: 40px;
	bottom: -100px; 
	text-align: center;
	z-index: 90; 
}

.back-to-top.active {
	bottom: 40px;
}

.back-to-top:before {
	content: '\f106'; 
    background: #f49602;
    border: 5px solid #fecb02;
	color: #fff;
	width: 80px;
	height: 80px;
	padding: 14px 21px 16px 22px;
	font-size: 32px;
	border-radius: 50px;
}

@media screen and (max-width: 768px) {
	.back-to-top {
		display: none;
	}
}


/* inventis */

.inventis {
	margin-top: 40px;
}

.inventis img {
	width: auto;
}



/* no cookie */

.nocookie {
	margin: 0 auto;
	padding: 40px;
	text-align: center;
}

.nocookie .excerpt {
	margin-top: 0;
}

.nocookie .excerpt p {
	float: none;
	color: #fff;
}

.nocookie .privacy-policy a {
    font-size: 18px;
    color: #fff;
	display: block;
	margin-top: 20px;
	font-weight: 700;
}

.nocookie .sub-title.privacy-policy a {
	font-size: 22px;
	font-weight: 700;
	margin-top: 20px;
}


/* privacy overlay */

.privacyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(14, 14, 14, 0.85);
	z-index: 1000;
	display: none;
}

.privacyoverlay.visible {
	display: block;
}


/* privacy select */

#privacyselect {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	background: #fff;
	color: #000;
	width: 100%;
	padding: 0;
	max-width: 720px;
	max-height: 500px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
	box-shadow: 0 0 30px 10px rgba(14, 14, 14, 0.8);
}

#privacyselect.visible {
	display: block;
}

#privacyselect .privacy-select-wrapper {
	position: relative;
	overflow-y: scroll;
	padding: 80px;
    text-align: center;
}

#privacyselect .privacy-select-wrapper .excerpt {
	margin-top: 40px;
}

#privacyselect .privacy-select-popup {
	display: block;
	margin-top: 20px;
	color: #000;
	font-size: 14px;
}

#privacyselect .privacy-select-popup:hover {
	cursor: pointer;
	text-decoration: underline;
}

#privacyselect .privacy-select-wrapper .title.main-title {
	font-size: 32px;
	line-height: 38px;
	font-weight: 400;
}

#privacyselect .privacy-select-wrapper .excerpt {
    font-size: 14px;
    line-height: 1.75rem;
}

#privacyselect .privacy-select-wrapper .button {
	background: #00d2ff;
	margin-top: 40px;
	border-radius: 5px;
    border: 0;
}

#privacyselect .privacy-select-wrapper .button:hover {
	background: #37adff;
}

#privacyselect .privacy-select-wrapper .button span {
    padding: 5px 50px 5px 50px;
	color: #fff;
}

#privacyselect .privacy-select-wrapper .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacyselect .privacy-select-wrapper .button:hover a span {
    color: #fff;
}

@media screen and (max-width: 520px) {
	#privacyselect {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacyselect .privacy-select-wrapper {
		padding: 40px;
	}
}


/* privacy policy */

.privacy-policy a {
    cursor: pointer;
    color: #9c9c9c;
}

#privacypolicy {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    background: #fff;
    width: 100%;
    padding: 0;
    max-width: 720px;
    max-height: 500px;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-shadow: 0 10px 10px 10px rgba(20,20,20,0.25);
}

#privacypolicy.visible {
    display: block;
}

#privacypolicy .privacy-wrapper {
    position: relative;
    overflow-y: scroll;
    height: 420px;
	padding: 40px 80px 40px;
}

#privacypolicy .privacy-wrapper p,
#privacypolicy .privacy-wrapper li {
	color: #000;
}

#privacypolicy .title.main-title {
    font-size: 24px;
}

#privacypolicy .title {
    margin-top: 30px;
	font-size: 14px;
	line-height: 26px;
    font-weight: 700;
}

#privacypolicy p,
#privacypolicy li {
    margin-top: 20px;
	line-height: 28px;
	font-size: 14px;
}

#privacypolicy ul {
    margin-top: 20px;
    margin-left: 20px;
    list-style-type: disc;
}

#privacypolicy li {
    margin-top: 0;
    line-height: 28px;
}

#privacypolicy .policyoptions {
	text-align: center;
}

#privacypolicy .policyoptions .button {
	background: #00d2ff;
	margin: 40px auto 0;
	border-radius: 5px;
    border: 0;
}

#privacypolicy .policyoptions .button:hover {
	background: #37adff;
}

#privacypolicy .policyoptions .button span {
    padding: 5px 50px 5px 50px;
	color: #fff;
}

#privacypolicy .policyoptions .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacypolicy .policyoptions .button:hover span {
    color: #fff;
}

.privacypopup {
	cursor: pointer;
    display: block;
    color: #000;
    margin-top: 10px;
    font-size: 16px;
	font-weight: 400;
}

.privacypopup-accepted,
.privacy-area .privacypopup {
    margin-top: 0;
    font-size: 11px;
	font-weight: 400;
}

.privacypopup:hover {
	text-decoration: underline;
    color: #000;
}

#privacypolicy .privacy-close {
	display: block;
	margin-top: 20px;
	color: #000;
	font-size: 14px;
}

#privacypolicy .privacy-close:hover {
	cursor: pointer;
	text-decoration: underline;
}

.privacy-wrapper .closeaccepted {
	background: #c00;
	padding: 1px 15px;
	position: absolute;
	top: 40px;
	right: 35px;
}

.privacy-wrapper .closeaccepted i {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.privacy-wrapper .closeaccepted:hover {
	cursor: pointer;
}

@media screen and (max-width: 520px) {
	#privacypolicy {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacypolicy .privacy-wrapper {
		padding: 40px;
	}
}


/* privacy policy popover */

html,
body {
    overflow: auto;
    height: auto;
}

html.disabled,
body.disabled {
    overflow: hidden;
    height: 100%;
}


/* flexslider */

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

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider .slides:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides > li:first-child {
	display: block;
}

.flexslider {
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	height: 100%;

	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flex-viewport {
	max-height: 2000px;
}

.loading .flex-viewport {
	max-height: 255px;
}

@media screen and (max-width: 1380px) {
	.flexslider .slides > li {
		max-height: unset;
	}
}


/* flexslider paging nav */

.flex-control-paging {
	position: absolute;
	top: 20px;
	right: 40px;
	bottom: auto;
	z-index: 50;
}

.flex-control-paging li {
	display: inline-block;
	margin-left: 20px;
}

.flex-control-paging li a {
	width: 20px;
	height: 20px;
	display: block;
	background: #fff;
	border: 5px solid #fecb02;
	cursor: pointer;
	text-indent: -9999px;
	margin: 20px 0;
	border-radius: 50%;
}

.flex-control-paging li a.flex-active {
	background: #f49602;
}

@media screen and (max-width: 580px) {
	.flex-control-paging {
		display: none;
	}
}


/* flexslider - direction navigation */

.flex-direction-nav {
    text-align: center;
}

.flex-direction-nav a {
    display: inline-block;
    padding: 12px 20px 4px;
	background: #494949;
	border: 5px solid #fecb02;
}

.flex-direction-nav li {
	display: inline-block;
	position: absolute;
	top: auto;
	left: auto;
	right: 238px;
	bottom: 80px;
	margin-top: 0;
	z-index: 50;
}

.flex-direction-nav li.flex-nav-prev {
	right: 305px;
}

.flex-direction-nav a:before {
    content: '\f104';
    color: #fff;
	font-size: 40px;
	font-weight: 100;
    padding: 5px;
}

.flex-direction-nav a.flex-next:before {
    content: '\f105';
}


/* lightbox */

.lightboxOverlay {
	background: #f49602 !important;
	opacity: 1 !important;
}

.lightbox .lb-image {
	padding: 40px !important;
	border: 0 !important;
	border-radius: 50px !important;
	background: rgba(255, 255, 255, 0.2);
}

.lb-outerContainer {
	background-color: transparent !important;
}

.lb-dataContainer {
    padding-top: 90px !important;
    padding-left: 80px !important;
}

.lb-nav {
	padding-left: 0 !important;
}

.lb-data .lb-close {
	opacity: 1 !important;
    margin-top: 5px !important;
}

.lb-data .lb-number {
	font-size: 16px !important;
	color: #fff !important;
	font-weight: 400 !important;
	margin-top: 10px !important;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
	width: 50% !important;
}

.lb-nav a.lb-prev {
	margin-top: 40px;
    margin-left: 40px;
}

.lb-nav a.lb-next {
	margin-top: 40px;
	margin-right: -40px;
}

@media screen and (max-width: 768px) {
	.lightbox .lb-image {
		padding: 0 !important;
		border: 0 !important;
	}
}