/*
Theme Name:  MAF 2025 - Sep
Theme URI: https://www.slurpystudios.com
Author: Aaron Wood
Author URI: https://www.slurpystudios.com
Description: Theme for Manchester Animation Festival 2025 and beyond
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, white, yellow, 
Text Domain: maf_twentyfive
*/


* {background: transparent; border: 0; margin: 0; padding: 0; vertical-align: baseline;}
body {line-height: 1;}
h1, h2, h3, h4, h5, h6 {clear: both;font-weight: normal;}
ol, ul {list-style: none;}
blockquote {quotes: none;}
blockquote:before, blockquote:after {content: '';content: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0; box-sizing: border-box;}
a img {border: none;}
.clear {clear: both;line-height: 0px;}


/* Removes Chrome autofill colour on form fields
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000000;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #ffffff;
}
/* Changes placeholder text colour in form fields
–––––––––––––––––––––––––––––––––––––––––––––––––– */
::placeholder {
  color: #000000;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000000;
}




html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-behavior: smooth; /*  Links pointing to locations inside page will have a smooth scrolling animation */
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
	position: relative;
	overflow-x: hidden;
}
a{
	transition: all 0.3s ease;
}
a:hover{}
img {display:block;}

/* FONTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
	font-family: "Nanum Gothic", sans-serif!important;
	letter-spacing:0.06rem;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
	color:#111111;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Ubuntu", sans-serif!important;
	font-weight: 700;
	font-style: normal;
}
.ubuntuReg {
	font-family: "Ubuntu", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.ubuntuBold {
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	font-style: normal;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}
h1 { font-size: 4.2rem; line-height: 4.2rem;}
h2 { font-size: 4.2rem; line-height: 4.2rem;}
h3 { font-size: 3.2rem; line-height: 3.2rem;}
h4 { font-size: 2.8rem; line-height: 2.8rem;}
h5 { font-size: 2.4rem; line-height: 2.4rem; text-transform:uppercase;}
h6 { font-size: 2.4rem; line-height: 2.4rem; text-transform:uppercase;}
@media only screen and (max-width : 800px) {
h1 { font-size: 3.8rem; line-height: 4.0rem;}
h2 { font-size: 3.8rem; line-height: 4.0rem;}
h3 { font-size: 2.8rem; line-height: 3.0rem;}
h4 { font-size: 2.4rem; line-height: 2.6rem;}
h5 { font-size: 2.0rem; line-height: 2.0rem;}
h6 { font-size: 2.0rem; line-height: 2.0rem;}
}
h1, h2, h3, h4, h5, h6 {
	/*color:#ffcc00;*/
	/*text-shadow: 1px 1px #000000;*/
}


.yellowBG{background:#ffcc00;}
.greyBG{background:#eeeeee;}
.blackBG{background:#000000; color:#ffffff;}
.strip{text-align:center;}
.strip h2{color:#000000}

#header{
	background:#000000;
	width:100%;
	min-height:100px;
	color:#ffffff;
	overflow:hidden;
	/*position:fixed;*/
	z-index:2000;
}

#header .inner{
	width:1200px;
	margin: 0 auto;
	overflow:hidden;
}
@media only screen and (max-width : 1250px) {
#header .inner{
	width: 96%;
	margin: 0 2%;
	height: 100px;
}
}
@media only screen and (max-width : 900px) {
#header .inner{
	height: 60px;
}
}

#header h1,
#header h2,
#header ul#accessibility{
	height: 0.1px;
	line-height: 0.5px;
	font-size: 0.0001rem;
	margin-left: -9999px;
}
#header .inner .menuBar{
	width:25%;
	height:100px;
	display:block;
	float:left;
}
#header .inner .logo{
	width:50%;
	height:100px;
	padding-top: 10px;
	display:block;
	float:left;
}
@media only screen and (max-width : 900px) {
#header .inner .logo{
	padding-top: 5px;
}
}
#header .inner .logo a{
	color:#ffcc00;
	transition: all 0.2s ease;
}
#header .inner .logo a:hover{
	color:#ffffff;
}
#header .logo svg{
	width:208px;
	height:80px;
	display:block;
	margin:0 auto;
}
@media only screen and (max-width : 900px) {
#header .logo svg{
	width:130px;
	height:50px;
}
}
#header .inner .dateSide{
	width:25%;
	height:100px;
	display:block;
	float:left;
	text-align:right;
	font-size:1.6rem;
	overflow:hidden;
}
#header .inner .dateSide .loginHalf{
	height:50px;
	padding-top:5px;
	overflow:visible;
}
/*#header .inner .dateSide .loginHalf .eventive-login a{
    text-decoration:none;
	background:#ffffff;
	color:#000000;
	padding: 6px 12px;
}
#header .inner .dateSide .loginHalf .eventive-login a:hover{
    background: #ffcc00;
}*/

#header .inner .dateSide .loginHalf .eventive-login-fake{
    text-decoration:none;
	background-color:#ffffff;
	color:#000000;
	padding: 6px 12px;
	display:inline-block;
	float:right;
	position:relative;
	z-index:1;
}
#header .inner .dateSide .loginHalf .eventive-login a{
    display:block;
	background-color:transparent;
	overflow:hidden;
	color:#ffffff;
	font-size:5px;
	height:30px;
	width:70px;
	float:right;
	position:relative;
	z-index:2;
	margin-right:-70px;
}
#header .inner .dateSide .loginHalf .eventive-login a:hover{
    background:transparent;
}
@media only screen and (max-width : 900px) {
#header .inner .dateSide .loginHalf .eventive-login-fake{
	display:none;
}
#header .inner .dateSide .loginHalf .eventive-login a{
	background-color:transparent;
	color:transparent;
	font-size:1px;
	position:absolute;
	top:13px;
	right:15px;
	width:35px;
	height:35px;
	background-image:url(images/eventive-login-icon.svg);
	background-position: top 1px left 1px; 
	background-size: 30px 30px;
	background-repeat:no-repeat;
	margin-right:0px;
}
#header .inner .dateSide .loginHalf .eventive-login a:hover{
    background-color:transparent;
	background-image:url(images/eventive-login-icon.svg);
	background-repeat:no-repeat;
	background-position: top 1px left 1px; 
	background-size: 30px 30px;
}
}
#header .inner .dateSide .loginHalf .eventive-login .Eventive--LoginWidget--LoginDescription{
	display:none;
}

#header .inner .dateSide .loginHalf .passLinks{
	height:20px;
	line-height:20px;
	margin-bottom:8px;
	font-size:1.4rem;
}
@media only screen and (max-width : 920px) {
#header .inner .dateSide .loginHalf .passLinks{
	display:none;
}
}
#header .inner .dateSide .loginHalf .passLinks a{
	color:#ffffff;
	text-decoration:none;
}
#header .inner .dateSide .loginHalf .passLinks a:hover{
	text-decoration:underline;
}







#header .inner .dateSide .dateHalf{
	height:50px;
	padding-top:18px;
}
@media only screen and (max-width : 900px) {
#header .inner .dateSide .dateHalf{
	height:40px;
	/*padding:15px 10px;*/
	padding:0px;
	position:absolute;
	top:60px;
	left:0px;
	background:#000000;
	width:100%;
	text-align:center;
}
#header .inner .dateSide .dateHalf span{
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	padding:0 10px;
}
#header .inner .dateSide .dateHalf span.fadeit{
	background-color: rgba(0, 0, 0, 0.8);
	color: rgba(255, 255, 266, 0.2);
}
}




/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	padding-left: 0;
	transition: all 0.5s ease;
}
#wrapper.toggled {
	/*padding-left: 200px;*/ /* To make content swipe */
	padding-left: 0px; /* To keep content still */
}
#wrapper.toggled #sidebar-wrapper {
	width: 450px;
}
@media only screen and (max-width : 900px) {
#wrapper.toggled #sidebar-wrapper {
	width: 300px;
}
}
#wrapper.toggled #page-content-wrapper {
	margin-right: -450px;
	position: absolute;
}
@media only screen and (max-width : 900px) {
#wrapper.toggled #page-content-wrapper {
	margin-right: -300px;
}
}
#sidebar-wrapper {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
#sidebar-wrapper {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	background: linear-gradient(
		to right, 
		#000000 0%, 
		#000000 44.44%, 
		#ffcc00 44.44%, 
		#ffcc00 100%
	);
	height: 100%;
	left: 400px;
	top:100px;
	margin-left: -400px;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all 0.5s ease;
	/*width: 400px;*/
	width: 0;
	z-index: 3000;
}
@media only screen and (max-width : 900px) {
#sidebar-wrapper {
	left: 300px;
	margin-left: -300px;
	/*top:100px;*/
	top:60px;
	background: linear-gradient(
		to right, 
		#000000 0%, 
		#000000 50%, 
		#ffcc00 50%, 
		#ffcc00 100%
	);
}
}
#sidebar-wrapper::-webkit-scrollbar {
	display: none;
}
#page-content-wrapper {
	width: 100%;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 200px;
	font-weight: 800;
}
@media only screen and (max-width : 900px) {
.sidebar-nav {
	width: 150px;
}
}
.sidebar-nav li {
	display: inline-block;
	line-height: 20px;
	position: relative;
	width: 100%;
}
.sidebar-nav li:before {
	background-color: #ffcc00;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: width 0.2s ease-in;
	width: 0px;
	z-index: -1;
}
.sidebar-nav li:hover:before {
	transition: width 0.2s ease-in;
	width: 100%;
}
.sidebar-nav li a {
	color: #ffffff;
	display: block;
	padding: 15px 20px 15px 20px;
	font-size: 1.6rem;
	text-decoration: none;
}
@media only screen and (max-width : 900px) {
.sidebar-nav li a {
	padding: 12px 10px 12px 10px;
	font-size: 1.4rem;
}
}
.sidebar-nav li.open:hover before {
	transition: width 0.2s ease-in;
	width: 100%;
}
.sidebar-nav li a:hover,
./*sidebar-nav li a:active,*/
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
/*.sidebar-nav li.open a:active,*/
.sidebar-nav li.open a:focus {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}
.sidebar-nav ul {
	display:none;
	padding:0;
	margin:0;
	width:250px;
	min-height:800px;
	position:fixed;
	top: 100px;
	left: 200px;
}
@media only screen and (max-width : 900px) {
.sidebar-nav ul {
	width:150px;
	left: 150px;
	top: 60px;
}
}
.sidebar-nav li:hover > ul {
	display: block;
}
.sidebar-nav li:hover > a {
	color:#000000;
}
.sidebar-nav ul a {
	color:#000000;
}
.sidebar-nav ul a:hover {
	color:#ffffff;
}
.sidebar-nav li.socials:before {
	background-color: transparent;
}
.sidebar-nav li.socials {
	padding-left: 20px;
	padding-top: 25px;
}
.sidebar-nav li.socials a {
	color: #ffffff;
	display:inline-block;
	padding: 0 12px 8px 0;
	text-decoration: none;
	font-size: 3.8rem;
}
@media only screen and (max-width : 900px) {
.sidebar-nav li.socials a {
	padding: 0 12px 8px 0;
	font-size: 3.2rem;

}
.sidebar-nav li.socials {
	padding-left: 10px;
}
}
.sidebar-nav li.socials a:hover {
	opacity: 0.4;
}


/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
	background: transparent;
	border: none;
	display: block;
	height: 32px;
	position: absolute;
	top: 34px;
	width: 35px;
	z-index: 999;
	cursor:pointer;
}
@media only screen and (max-width : 900px) {
.hamburger {
	top: 14px;
}
}
.hamburger:hover {
	outline: none;
}
.hamburger:focus {
	outline: none;
}
.hamburger:active {
	outline: none;
}
.hamburger.is-closed:before {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.35s ease-in-out;
	color: #ffffff;
	content: '';
	display: block;
	font-size: 14px;
	line-height: 32px;
	opacity: 0;
	text-align: center;
	width: 100px;
}
.hamburger.is-closed:hover before {
	-webkit-transform: translate3d(-100px, 0, 0);
	-webkit-transition: all 0.35s ease-in-out;
	display: block;
	opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
	-webkit-transition: all 0.35s ease-in-out;
	background-color: #ffcc00;
	top: 1px;
}
.hamburger.is-closed:hover .hamb-bottom {
	-webkit-transition: all 0.35s ease-in-out;
	background-color: #ffcc00;
	bottom: 1px;
}
.hamburger.is-closed:hover .hamb-middle {
	-webkit-transition: all 0.35s ease-in-out;
	background-color: #ffcc00;
}
.hamburger.is-closed .hamb-top {
	-webkit-transition: all 0.35s ease-in-out;
	background-color: rgba(255, 255, 255, 1.0);
	top: 3px;
}
.hamburger.is-closed .hamb-middle {
	-webkit-transition: all 0.35s ease-in-out;
	background-color: rgba(255, 255, 255, 1.0);
	margin-top: -2px;
	top: 50%;
}
.hamburger.is-closed .hamb-bottom {
	-webkit-transition: all 0.35s ease-in-out;
	background-color: rgba(255, 255, 255, 1.0);
	bottom: 3px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}
.hamburger.is-open .hamb-top {
	-webkit-transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	background-color: #fff;
	margin-top: -2px;
	top: 50%;
}
.hamburger.is-open .hamb-middle {
	background-color: #fff;
	display: none;
}
.hamburger.is-open .hamb-bottom {
	-webkit-transform: rotate(-45deg);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	background-color: #fff;
	margin-top: -2px;
	top: 50%;
}

.hamburger.is-open:hover .hamb-top,
.hamburger.is-open:hover .hamb-bottom {
	background:#ffcc00;
	-webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
	background:#ffffff;
	-webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-open:before {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.35s ease-in-out;
	color: #ffffff;
	content: '';
	display: block;
	font-size: 14px;
	line-height: 32px;
	opacity: 0;
	text-align: center;
	width: 100px;
}
.hamburger.is-open:hover before {
	-webkit-transform: translate3d(-100px, 0, 0);
	-webkit-transition: all 0.35s ease-in-out;
	display: block;
	opacity: 1;
}
/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1;
}









 





#sponsors{
	background:#00b3e3;
	text-align:center;
	padding: 60px 0;
}
@media only screen and (max-width : 950px) {
#sponsors{
	padding: 30px 0;
}
}
#sponsors h3{
	color:#fff;
	margin:0;
	padding-bottom: 30px;
}
@media only screen and (max-width : 650px) {
#sponsors h3{
	padding-bottom: 10px;
}
}



#sponsors .column.logo{
	display:inline-block;
	float:none;
}
@media only screen and (max-width : 650px) {
#sponsors .column.logo{
	display:block;
	float:left;
}
}





#footer{
	background:#000000;
	color:#fff;
	width: 100%;
	font-size:1.4rem;
	font-weight: 700;
	padding-top:50px;
}
#footer a{
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover{
	opacity:0.4;

}
#footer h4{
	color:#777777;
	font-size:2.0rem;
	line-height:2.0rem;
	text-transform:uppercase;
	margin:0;
	padding:0;
	height:50px;
}
#footer li{
	padding-bottom:25px;
}
#footer .inner{
	width: 1200px;
	margin:0 auto;
}
@media only screen and (max-width : 1250px) {
#footer .inner{
    width: 94%;
}
}
#footer .fourBoxes{
	width: 15.5%;
	margin-right:1.4%;
	float:left;
	line-height:2.0rem;
}
@media only screen and (max-width : 900px) {
#footer .fourBoxes{
	width: 48%;
	margin:1%;
	padding-bottom:25px;
	text-align:center;
}
}
#footer .addressBox{
	width: 32.4%;
	float:left;
	text-align:right;
}
@media only screen and (max-width : 900px) {
#footer .addressBox{
	width: 100%;
	text-align:center;
}
#footer .addressBox li{
	padding-bottom:10px;
}
}
#footer .addressBox .socials{
	height:50px;
	font-size:3.0rem;
	letter-spacing:0.3rem;
}
#footer .addressBox .socials a{
	color:#777777;
}
#footer p{
	font-size:1.2rem;
	line-height:1.8rem;
	color:#777777;
	padding-top:80px;
	padding-bottom:20px;
	text-align:center;
}
@media only screen and (max-width : 900px) {
#footer p{
	padding-top:30px;
}
}
#footer p a{
	color:#777777;
	text-decoration:none;
}
.newsletter{
	padding: 50px 0;
}
@media only screen and (max-width : 820px) {
.newsletter{
	padding: 30px 0;
}	
}
.newsletter h2{
}
.newsletter p{
	font-size:1.6rem;
	line-height:2.0rem;
	padding-top:20px;
	padding-bottom:50px;
	font-weight:700;
}
@media only screen and (max-width : 820px) {
.newsletter p{
}	
}
.newsletter input[type="email"],
.newsletter input[type="text"] {
	height:42px;
	width: 100%;
	padding-left:0;
	padding-right:0;
	background:transparent;
	border-bottom:2px solid #000000;
	font-size:2.0rem;
	outline: none;
}
@media only screen and (max-width : 650px) {
.newsletter input[type="email"],
.newsletter input[type="text"]{
	margin-bottom:50px;
}
}
.newsletter input[type="submit"] {
	height:42px;
	width:100%;
	background:transparent;	
	border:2px solid #000000;
	font-size:2.0rem;
	font-weight:500;
	letter-spacing:0.1rem;
	cursor:pointer;
	color:#000000;
	transition: all 0.3s ease;
}
.newsletter input[type="submit"]:hover {
	background:#000000;
	color:#ffcc00;
}
@media only screen and (max-width : 650px) {
.newsletter input[type="submit"] {
	height:55px;
}
}
.supporters{
	padding: 50px 0;
}
@media only screen and (max-width : 800px) {
.supporters{
	padding: 30px 0;
}
}
.supporters h2{
	padding-bottom:50px;
}
.supporters .logos img {
	display:block;
	width:100%;
	height:auto;
	padding:0 30px;
}
.supporters .logos .slick-prev, 
.supporters .logos .slick-next {
    width: 40px;
    height: 40px;
	margin-top:-1px;
}
.supporters .slick-prev:hover, 
.supporters .slick-next:hover {
	opacity: 0.3;
}
.supporters .slick-prev:before, 
.supporters .slick-next:before {
	font-family: "Font Awesome 6 Solid";
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight:400;
	font: var(--fa-font-solid);
	font-size: 30px;
	opacity: 0.1;
	color: #000000;
}
.supporters .slick-prev:before {
	content: '\f053';
}
.supporters [dir='rtl'] .slick-prev:before {
	content: "\f054";
}
.supporters .slick-next:before {
	content: "\f054";
}
.supporters [dir='rtl'] .slick-next:before {
	content: "\f053";
}
@media only screen and (max-width : 650px) {
.supporters .slick-prev {
	left: -10px;
	z-index: 999;
}
.supporters [dir='rtl'] .slick-prev {
	right: -10px;;
	left: auto;
}
.supporters .slick-next {
	right: -10px;
}
.supporters [dir='rtl'] .slick-next {
	right: auto;
	left: -10px;
}
}




.quotesWrapper{
	background:#ffcc00;
	min-height:355px;
	margin-top:50px;
	margin-bottom:50px;
	display: flex;
}
@media only screen and (max-width : 820px) {
.quotesWrapper{
	background:#ffcc00;
	min-height:355px;
	margin-bottom:50px;
	display: block;
}
}
.quotesTitle{
	font-size: 6.0rem;
	line-height: 5.0rem;
	text-align:justify;
	color: #ffffff;
	padding: 105px 0px 0;
	background-image:  url('images/quotesup.svg'), url('images/quotesdown.svg');
	background-position: 20px 20px, bottom 20px right 20px; 
	background-size: 62px 45px;
	background-repeat: no-repeat;
	width:35%;
}
@media only screen and (max-width : 820px) {
.quotesTitle{
	font-size: 5.0rem;
	line-height: 3.0rem;
	width:100%;
	position:absolute;
	padding: 0;
	top:0;
	background-position: bottom 40px left 20px, bottom 40px right 20px; 
}
}
@media only screen and (max-width : 650px) {
.quotesTitle{
	background-image:  none;
}
}
.quotesTitle a{
	color: #ffffff;
	text-decoration:none;
}
.quotesTitle a:hover{
	opacity:0.5;
}
.quotesTitle span{
	display:inline-block;
}
.quotesTitle .quotesTitleWrapper{
	display:inline-block;
	letter-spacing:0.2rem;
	position:relative;
	left:50%;
	transform: translate(-50%, 0%);
}
@media only screen and (max-width : 820px) {
.quotesTitle .quotesTitleWrapper{
	padding: 15px 0;
}
}
.quotesTitle span.left{
	float:left;
	font-size:3.0rem;
	line-height:6.0rem;
}
.quotesTitle span.right{
	float:right;
	font-size:3.0rem;
}
@media only screen and (max-width : 820px) {
.quotesTitle span.left{
	font-size:2.4rem;
	line-height:4.0rem;
}
.quotesTitle span.right{
	font-size:2.4rem;
}
}
.quotesWrapper .quotes{
	float:left;
	background:#eeeeee;
	min-height:355px;
	width:65%;
	font-size:2.0rem;
	line-height:3.4rem;
	font-style:italic;
	padding: 30px 50px 40px;
	text-align:left;
}
@media only screen and (max-width : 820px) {
.quotesWrapper .quotes{
	width:100%;
	padding: 30px 30px 40px;
	margin-top:125px;
	font-size:1.6rem;
	line-height:2.4rem;
}
}
.quotesWrapper .quotes div{
	width:100%;
}
.quotesWrapper .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.quotesWrapper .slick-dots {
    position: absolute;
    bottom: 15px;
    text-align: right;
	padding-right:100px;
}
.quotesWrapper .slick-dots li {
    margin: 0 1px;
}
.quotesWrapper .slick-dots li button:before {
	font-family: 'slick';
	font-size: 14px;
	content: '•';
	opacity: 1;
	color: #000000;
}
.quotesWrapper .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #ffcc00;
}
.followus{
	margin-bottom:50px;
}
.followus h2{
	padding-bottom:30px;
}
.followus .socials a{
	color:#ffcc00;
	font-size:4.0rem;
	margin: 0 20px 0;
}
@media only screen and (max-width : 820px) {
.followus .socials a{
	font-size:3.0rem;
	margin: 0 15px 0;
}
}
.followus .socials a:hover{
	opacity: 0.4;
}



.submissions{
	padding: 50px 0 50px 0;
}
.submissions h2{
	margin-bottom: 50px;
	color:#ffffff;
}
.submissions .box{
	padding: 0 10px;
}
@media only screen and (max-width : 650px) {
.submissions .box{
	border-bottom:1px solid #666;
	padding-bottom:30px;
	margin-bottom:40px;
}
.submissions .box:last-child {
	border-bottom:none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
}
.submissions .box i{
	font-size:6.5rem;
	padding-bottom:20px;
}
.submissions .box h3{
	font-size:2.4rem;
	line-height:2.4rem;
	padding-bottom:30px;
}
@media only screen and (max-width : 650px) {
.submissions .box h3{
	padding-bottom:15px;
}
}
.submissions .box p{
	font-size:1.4rem;
	line-height:2.4rem;
	padding-bottom:35px;
}
@media only screen and (max-width : 650px) {
.submissions .box p{
	padding-bottom:20px;
}
}
.submissions .box .button{
	font-size:1.8rem;
	display:inline-block;
	padding:10px 20px;
	background:#ffffff;
	color:#000000;
	text-decoration:none;
	letter-spacing:0.01px;
	margin-bottom:10px;
	border:2px solid #ffffff;
}
.submissions .box .button:hover{
	background:transparent;
	color:#ffffff;
}



.quickLinkButtons{
	padding: 0 0 50px 0;	
}
@media only screen and (max-width : 750px) {
.quickLinkButtons{
	padding: 0 0 30px 0;	
}
}
.quickLinkButtons .box{
	display:block;
	float: left;	
	background:#ffcc00;
	width:16%;
	margin-right:5%;
	min-height:190px;
	padding:20px;
	text-align:center;
	font-size:1.6rem;
	line-height:2.2rem;
	font-weight:700;
	text-decoration:none;
	color:#000000;
}
@media only screen and (max-width : 950px) {
.quickLinkButtons .box{
	width:30%;
	margin-bottom:30px;
	font-size:1.4rem;
}
.quickLinkButtons .box.last{
	margin-right:0;
}
}
@media only screen and (max-width : 600px) {
.quickLinkButtons .box{
	width:96%;
	margin: 0 2%;
	margin-bottom:20px;
}
/*.quickLinkButtons .box{
	display:block;
	float: left;	
	background:#ffcc00;
	width:30%;
	margin-right:5%;
	min-height:150px;
	padding:20px;
	text-align:center;
	font-size:1.6rem;
	line-height:2.2rem;
	font-weight:700;
	text-decoration:none;
	color:#000000;
}
@media only screen and (max-width : 1000px) {
.quickLinkButtons .box{
	font-size:1.4rem;
	min-height:180px;
}
}
@media only screen and (max-width : 600px) {
.quickLinkButtons .box{
	width:96%;
	margin: 0 2%;
	margin-bottom:20px;
	min-height:150px;
}*/

.quickLinkButtons .box.marketplace{
	width:96%;
	margin: 0 2%;
	margin-bottom:0px;
}
}
.quickLinkButtons .box:hover{
	opacity:0.4;
}
.quickLinkButtons .box span{
	font-size:3.0rem;
	line-height:3.0rem;
	display:block;
}
.quickLinkButtons .box.marketplace span{
	font-size:2.4rem;
}
@media only screen and (max-width : 700px) {
.quickLinkButtons .box span,
.quickLinkButtons .box.marketplace span{
	font-size:2.6rem;
}
}
.quickLinkButtons .box:last-child {
	margin-right: 0;
}
.quickLinkButtons .box i{
	padding-top:15px;
	display:block;
	font-size:6.6rem;
}










.mainSliderWapper{
	padding: 50px 0 50px 0;	
}
@media only screen and (max-width : 750px) {
.mainSliderWapper{
	padding: 0px 0 30px 0;	
	width:100%;
}
}
.mainSliderWapper .slick-prev, 
.mainSliderWapper .slick-next {
	opacity: 1;
	transition: all 0.3s ease;
}
.mainSliderWapper .slick-prev:hover, 
.mainSliderWapper .slick-next:hover {
	opacity: 0.5;
}
.mainSliderWapper .slick-prev:before, 
.mainSliderWapper .slick-next:before {
	font-family: "Font Awesome 6 Solid";
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight:400;
	font: var(--fa-font-solid);
	font-size: 40px;
	opacity: 1.0;
	color: #ffffff;
	text-shadow: 2px 2px #000000;
}
@media only screen and (max-width : 750px) {
.mainSliderWapper .slick-prev:before, 
.mainSliderWapper .slick-next:before {
	font-size:20px;
	opacity: 0.4;
	text-shadow: 0px 0px #000000;
}
}
.mainSliderWapper .slick-prev:before {
	content: "\f053";
}
.mainSliderWapper [dir='rtl'] .slick-prev:before {
	content: "\f054";
}
.mainSliderWapper .slick-next:before {
	content: "\f054";
}
.mainSliderWapper [dir='rtl'] .slick-next:before {
	content: "\f053";
}
.mainSliderWapper .slick-next {
	right: 15px;
}
.mainSliderWapper [dir='rtl'] .slick-next {
	right: auto;
	left: 15px;
}
.mainSliderWapper .slick-prev {
	left: 10px;
	z-index: 999;
}
.mainSliderWapper [dir='rtl'] .slick-prev {
	right: 10px;
	left: auto;
}
.mainSliderWapper .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.mainSliderWapper .slick-dots {
    position: absolute;
    bottom: 15px;
    text-align: center;
}
@media only screen and (max-width : 750px) {
.mainSliderWapper .slick-dots {
	display:none!important;
}
}
.mainSliderWapper .slick-dots li {
    margin: 0 3px;
}
.mainSliderWapper .slick-dots li button:before {
	font-family: 'slick';
	font-size: 14px;
	content: '•';
	opacity: 1;
	color: #ffffff;
}
.mainSliderWapper .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #ffcc00;
}
.mainSliderWapper .image-container {
    position: relative;
}
.mainSliderWapper .image-container .tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0, 0.3);
    color: #ffffff;
	padding: 0 100px;
}
@media only screen and (max-width : 800px) {
.mainSliderWapper .image-container .tint {
	padding: 0 30px;
	background: rgba(0,0,0, 0.1);
}
}
.mainSliderWapper .image-container span {
	text-transform:uppercase;
    color: #ffffff;
	text-shadow: 2px 2px #000000;
	display:block;
	padding-bottom:40px;
	font-size:6.0rem;
	line-height:7.0rem; 
}
@media only screen and (max-width : 1000px) {
.mainSliderWapper .image-container span {
	font-size:4.5rem;
	line-height:5.0rem; 
	padding-bottom:20px;
}
}
@media only screen and (max-width : 700px) {
.mainSliderWapper .image-container span {
	font-size:2.0rem;
	line-height:2.5rem; 
	padding-bottom:10px;
}
}
.mainSliderWapper .image-container .button {
	background: transparent;
	border:3px solid #ffffff;
	color: #ffffff;
	display:inline-block;
	padding: 10px 30px;
	font-size:2.0rem;
	font-weight:700;
	text-decoration:none;
	text-shadow: 2px 2px #000000;
	box-shadow: 2px 2px #000000;
}
@media only screen and (max-width : 800px) {
.mainSliderWapper .image-container .button {
	transform: scale(0.75);
	background: #ffffff;
	color: #000000;
	text-shadow: 0px 0px #000000;
}
}
.mainSliderWapper .image-container .button:hover {
	background: #ffffff;
	color: #000000;
	text-shadow: 0px 0px #000000;
}
.mainSliderWapper img {
	display:block;
	width:100%;
	height:auto;
}
.mainSliderWapper .image-container .titleWrapper {
	position:relative;
	top:50%;
	transform: translate(0, -50%);
}
.mainSliderWapper .image-container .play {
	color: #ffffff;
	display:inline-block;
	font-size:10.0rem;
	text-decoration:none;
	text-shadow: 2px 2px #000000;
}
@media only screen and (max-width : 700px) {
.mainSliderWapper .image-container .play {
	font-size:6.0rem;
}
}
.mainSliderWapper .image-container .play:hover {
	opacity: 0.5;
}




.featuredFilmsUltraWrapper{
	padding: 30px 0;
}
@media only screen and (max-width : 750px) {
.featuredFilmsUltraWrapper{
	padding: 0px 0;
}
}
.featuredFilms{
	padding: 20px 0;
}
@media only screen and (max-width : 1000px) {
.featuredFilms{
	padding: 20px 15px 20px 15px;
}
}
.featuredFilms h2{
	font-size:3.0rem;
	padding-bottom: 11px;
	padding-left:10px;
	float:left;
}
@media only screen and (max-width : 550px) {
.featuredFilms h2{
	padding-left:0px;
}
}
.featuredFilms a.explore{
	font-size:1.4rem;
	font-weight:800;
	float:right;
	padding-right:10px;
	padding-top:15px;
}
@media only screen and (max-width : 800px) {
.featuredFilms a.explore{
	display:none;
}
}
.featuredFilms img {
	display:block;
	width:100%;
	height:auto;
	padding:0 10px;
}
@media only screen and (max-width : 550px) {
.featuredFilms img {
	padding:0 0px;
}
}
.featuredFilms h3 {
	padding:10px 10px 0;
	font-size:1.6rem;
	line-height:2.2rem;
	text-align:left;
	text-transform:uppercase;
}
@media only screen and (max-width : 550px) {
.featuredFilms h3 {
	padding:10px 0 0;
}
}
.featuredFilms a {
	color: #000000;
	text-decoration:none;
}
.featuredFilms a:hover{
	opacity:0.4;
}
.featuredFilms p{
	font-size:1.4rem;
	font-weight:600;
	line-height:2.4rem;
	padding-left:10px;
}
@media only screen and (max-width : 550px) {
.featuredFilms p{
	padding-left:0px;
}
}
.featuredFilms p span{
	font-style:italic;
	color:#999999;
}
.featuredFilms .videos .videoWrapper{
	position:relative;
}
.featuredFilms .videos i{
	font-size:5.4rem;
	position:absolute;
	z-index:10;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
.featuredFilms .videos a .videoWrapper i{
	color:#ffffff;
	text-shadow: 2px 2px #000000;
}
.featuredFilms .slick-prev, 
.featuredFilms .slick-next {
    width: 40px;
    height: 40px;
	top:80px;
	opacity: 0.5;
	color: #000000;
}
@media only screen and (max-width : 550px) {
.featuredFilms .slick-prev, 
.featuredFilms .slick-next {
	top:20px;
	opacity: 0.7;
	color: #ffffff;
}
}
.featuredFilms .slick-prev:hover, 
.featuredFilms .slick-next:hover {
	opacity: 1.0;
}
.featuredFilms .slick-prev:before, 
.featuredFilms .slick-next:before {
	font-family: "Font Awesome 6 Solid";
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight:400;
	font: var(--fa-font-solid);
	font-size: 30px;
	opacity: 0.5;
	color: #000000;
}
@media only screen and (max-width : 550px) {
.featuredFilms .slick-prev:before, 
.featuredFilms .slick-next:before {
	opacity: 0.7;
	color: #ffffff;
}
}
.featuredFilms .slick-prev:before {
	content: "\f053";
}
.featuredFilms [dir='rtl'] .slick-prev:before {
	content: "\f054";
}
.featuredFilms .slick-next:before {
	content: "\f054";
}
.featuredFilms [dir='rtl'] .slick-next:before {
	content: "\f053";
}
.featuredFilms .slick-next {
	right: -30px;
}
.featuredFilms [dir='rtl'] .slick-next {
	right: auto;
	left: -30px;
}
.featuredFilms .slick-prev {
	left: -30px;
	z-index: 999;
}
.featuredFilms [dir='rtl'] .slick-prev {
	right: -30px;
	left: auto;
}
@media only screen and (max-width : 550px) {
.featuredFilms .slick-next {
	right: -5px;
}
.featuredFilms [dir='rtl'] .slick-next {
	left: -5px;
}
.featuredFilms .slick-prev {
	left: -5px;
}
.featuredFilms [dir='rtl'] .slick-prev {
	right: -5px;
}
}






.subpage{
	/*font-size:2.6rem;
	line-height:3.6rem;*/
	font-size:2.0rem;
	line-height:3.0rem;
	font-weight:700;
	padding:30px 0;
}
@media only screen and (max-width : 800px) {
.subpage{
	font-size:1.6rem;
	line-height:2.6rem;
}
}
.subpage p{
	/*font-size:2.6rem;
	line-height:3.6rem;*/
	font-size:2.0rem;
	line-height:3.0rem;
	padding-bottom:40px;
}
@media only screen and (max-width : 800px) {
.subpage p{
	font-size:1.6rem;
	line-height:2.6rem;
	padding-bottom:20px;
}
}
.subpage h1, .subpage h2, .subpage h3, .subpage h4, .subpage h5, .subpage h6{
	padding-top:20px;
	padding-bottom:40px;
}
@media only screen and (max-width : 800px) {
.subpage h1, .subpage h2, .subpage h3, .subpage h4, .subpage h5, .subpage h6{
	padding-top:10px;
	padding-bottom:20px;
}
}
.subpage ul{
	list-style-type: disc;
	padding-bottom:40px;
	margin-left:30px;
}
.subpage ol{
	list-style-type: decimal;
	padding-bottom:40px;
	margin-left:40px;
}
@media only screen and (max-width : 800px) {
.subpage ul,
.subpage ol{
	padding-bottom:20px;
}
}
.subpage li{
	padding-bottom:20px;
}
@media only screen and (max-width : 800px) {
.subpage li{
	padding-bottom:10px;
}
}
.subpage a{
	color:#ffcc00;
	font-weight:bold;
}
.subpage a:hover{
	text-decoration:none;
}
.subpage strong{
	font-weight:800;
	color:#000000;
}
.subpage em{
	color:#999;
}
.subpage .alignright {float:right; margin:1em 0 1em 1em}
.subpage .alignleft {float:left; margin:1em 1em 1em 0}
.subpage .aligncenter {display: block; margin: 0 auto;}
.subpage .alignnone {display: block;}
.subpage a .alignright {float:right; margin:1em 0 1em 1em}
.subpage a .alignleft {float:left; margin:1em 1em 1em 0}
.subpage a .aligncenter {display: block; margin: 0 auto;}
.subpage a .alignnone {display: block;}
.subpage .wp-caption p {
	font-size:2.0rem;
	line-height:2.6rem;
	color:#666;
	text-align:center;
	padding-top:5px;
}



.subpage .news-image-container {
    position: relative;
	margin:20px 0 50px 0;
}
@media only screen and (max-width : 750px) {
.subpage .news-image-container {
	margin:0 0 30px 0;
}
}
.subpage .news-image-container .tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0, 0.3);
    color: #ffffff;
	padding: 0 100px;
	text-align:center;
}
@media only screen and (max-width : 800px) {
.subpage .news-image-container .tint {
    color: #ffffff;
	padding: 0 30px;
}
}
.subpage .news-image-container h2 {
    color: #ffffff;
	text-shadow: 3px 3px #000000;
	padding:50px 0 20px 0;
	font-size:5.0rem;
	line-height:6.0rem; 
}
@media only screen and (max-width : 1000px) {
.subpage .news-image-container h2 {
	padding:35px 0 20px 0;
	font-size:3.5rem;
	line-height:3.5rem; 
}
}
@media only screen and (max-width : 650px) {
.subpage .news-image-container h2 {
	padding:20px 0 10px 0;
	font-size:2.0rem;
	line-height:2.0rem; 
}
}
.subpage .news-image-container p {
    color: #ffffff;
	text-shadow: 2px 2px #000000;
	font-size:2.2rem;
	line-height:2.2rem;
	font-style:italic;
}
@media only screen and (max-width : 750px) {
.subpage .news-image-container p {
	font-size:1.4rem;
	line-height:1.4rem;
}
}
.subpage .news-image-container i{
	padding-right:6px;
}
.subpage .news-image-container img {
	display:block;
	width:100%;
	height:auto;
}
.subpage .faq .question {
	background-color: #ffcc00;
	color: #ffffff;
	cursor: pointer;
	width: 100%;
	padding:20px 80px 20px 30px;
	transition: 0.4s;
	font-weight:bold;
	line-height:3.0rem;
	position:relative;
}
@media only screen and (max-width : 800px) {
.subpage .faq .question {
	font-size:1.8rem;
	line-height:2.2rem;
	padding:20px 80px 20px 25px;
}
}
.subpage .faq .question i {
	font-size:3.6rem;
	display:inline-block;
	position:absolute;
	top:50%;
	right:30px;
	transform: translate(0%, -50%);
}
.subpage .faq .active, 
.subpage .faq .question:hover {
	background-color: #000000;
}
.subpage .faq .answer {
	background-color: #eeeeee;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin-bottom:30px;
	padding:0 30px;
}
@media only screen and (max-width : 800px) {
.subpage .faq .answer {
	margin-bottom:20px;
	padding:0 20px;
}
}
.subpage .faq .answer p:first-child {
	padding-top: 30px;
}






.subpage .pressMaterials  {
	column-count: 2;
	column-gap: 30px;
}
@media only screen and (max-width : 850px) {
.subpage .pressMaterials  {
	column-count: 1;
	column-gap: 0px;
}
}
.subpage .pressMaterials .pressItem {
	background-color: #000000;
	text-decoration:none;
	color: #ffffff;
	width: 100%;
	padding:20px 80px 20px 20px;
	font-weight:bold;
	font-size:2.0rem;
	line-height:2.2rem;
	position:relative;
	margin-bottom:25px;
	column-break-inside: avoid;
	display: inline-block;
}
.subpage .pressMaterials .pressItem:hover {
	background-color: #ffcc00;
	color: #ffffff;
}
.subpage .pressMaterials .pressItem i {
	font-size:3.2rem;
	display:inline-block;
	position:absolute;
	top:50%;
	right:30px;
	transform: translate(0%, -50%);
}



.subpage .team {
	margin-bottom:50px;
	width:100%;
	float:left;
	background: linear-gradient(
		to right, 
		#000000 0%, 
		#000000 25%, 
		#eeeeee 25%, 
		#eeeeee 100%
	);
}
@media only screen and (max-width : 900px) {
.subpage .team {
	margin-bottom:30px;
	background: linear-gradient(
		to right, 
		#eeeeee 0%, 
		#eeeeee 25%, 
		#eeeeee 25%, 
		#eeeeee 100%
	);
}
}
.subpage .team.jury {
	background:	#eeeeee;
}
.subpage .team.jury:last-child {
	margin-bottom: 0px;
}
.subpage .team .imageBox {
	width:25%;
	float:left;
}
@media only screen and (max-width : 900px) {
.subpage .team .imageBox {
	width:40%;
	margin: 30px auto 0;
	float:none;
}
}
@media only screen and (max-width : 600px) {
.subpage .team .imageBox {
	width:100%;
	margin: 0;
	padding:15px;
}
}
.subpage .team .imageBox img {
	width:100%;
	height:auto;
	display:block;
}
.subpage .team .textBox {
	width:75%;
	padding:20px 30px 20px;
	float:left;
}
@media only screen and (max-width : 900px) {
.subpage .team .textBox {
	width:100%;
	padding:15px;
}
}
.subpage .team h3 {
	font-size:3.0rem;
	line-height:3.4rem;
	padding:0 0 30px 0;
}
@media only screen and (max-width : 900px) {
.subpage .team h3 {
	font-size:2.8rem;
	line-height:3.0rem;
	padding:0 0 10px 0;
}
}
.subpage .team p {
	font-size:2.0rem;
	line-height:3.0rem;
	padding:0;
}
@media only screen and (max-width : 900px) {
.subpage .team p {
	font-size:1.6rem;
	line-height:2.6rem;
	padding:0 0 10px 0;
}
}
.subpage .team a {
	color:#000000;
}
.subpage .team a:hover {
	opacity:0.4;
}
.subpage .team a.email {
	font-size:2.2rem!important;
	text-decoration:none;
	padding-top:20px;
	display:inline-block;
	color:#ffcc00;
}
.subpage .team a.email:hover {
	text-decoration:underline;
}
.subpage .team .more{
	display:block;
	background:#ffcc00;
	color:#ffffff;
	width:40px;
	height:40px;
	margin-top:-40px;
	position:relative;
	z-index:20;
	float:right;
	font-size:2.4rem;
	line-height:40px;
	text-align:center;
}




.subpage .venue {
	background: linear-gradient(
		to right, 
		#ffcc00 0%, 
		#ffcc00 25%, 
		#eeeeee 25%, 
		#eeeeee 100%
	);
}
@media only screen and (max-width : 900px) {
.subpage .venue {
	margin-bottom:30px;
	background: linear-gradient(
		to right, 
		#eeeeee 0%, 
		#eeeeee 25%, 
		#eeeeee 25%, 
		#eeeeee 100%
	);
}
}
.subpage .venue h3 {
	padding:0 0 10px 0;
}
@media only screen and (max-width : 900px) {
.subpage .venue h3 {
	padding:0 0 30px 0;
}
}
.subpage .venue h4 {
	font-size: 2.2rem;
	line-height:2.6rem;
	font-weight:500;
	color:#999999;
	font-style:italic;
	padding:0 0 30px 0;
}
.subpage .venue a.website {
	font-family: "Ubuntu", sans-serif;
	font-size: 2.2rem;
	font-weight: 500;
	padding: 10px 10px;
	width:100%;
	display:block;
	color:#000000;
	text-decoration:none;
	text-align:center;
	background: #ffcc00;
}
@media only screen and (max-width : 800px) {
.subpage .venue a.website {
	padding: 20px 10px;
}
}
.subpage .venue a.website:hover {
	color:#ffffff;
}



.subpage .archives a {
	color:#ffffff;
	background:#000000;
	display:block;
	width:100%;
	text-decoration:none;
	font-size:2.0rem;
	text-align:center;
	margin-bottom:30px;
}
.subpage .archives a:hover {
	opacity:0.4;
}
.subpage .archives a img {
	width:100%;
	height:auto;	
}
.subpage .archives a span {
	display:block;
	width:100%;
	font-size:2.0rem;
	line-height:2.6rem;
	padding:15px 15px;
}




/* *********************************************** */
/* PAST WINNERS STYLES & FILM INDEX PAGE		   */
/* *********************************************** */
.filmsIndex .filterBox {
	padding:15px 30px;
	margin-bottom: 30px;
	background-color: #000000;
	color:#ffcc00;
	float:left;
	width:100%;
}
@media only screen and (max-width : 960px) {
.filmsIndex .filterBox {
	padding:15px 10px;
}
}
.filmsIndex .filterBox.mafpresents {
	margin-bottom: 50px;
}
.filmsIndex .filterBox #awardWinnersForm {
    padding: 0;
	float:left;
	width:100%;
}
.filmsIndex .filterBox .fieldsWrapper {
	float:left;
	width:auto;
}
@media only screen and (max-width : 750px) {
.filmsIndex .filterBox .fieldsWrapper {
	width:100%;
	padding-bottom:0px;
}	
}
.filmsIndex .filterBox span{
	font-size: 2.4rem;
	display:inline-block;
	float:left;
	padding-top:3px;
}
.filmsIndex .filterBox select {
	font-weight:bold;
	background: #fff;
	color:#000;
	border: 2px solid #ffcc00;
	width: auto;
	height: 40px;
    padding: 3px 8px;
	margin: 0 10px 0 10px;
	font-size: 1.6rem;
	float:left;
}
@media only screen and (max-width : 750px) {
.filmsIndex .filterBox select {
	margin: 0 30px 15px 0;
}
.filmsIndex .filterBox.mafpresents select {
	margin: 0;
}
}
.filmsIndex .filterBox #awardWinnersForm #filter,
.filmsIndex .filterBox #awardWinnersForm .reset{
	float:left;
	border: none;
	width: auto;
	color: #000;
	background-color: #ffcc00;
	height: 40px;
	margin: 0 0 0 30px;
	font-size:2.0rem;
	padding: 0 20px;
	cursor:pointer;
}
@media only screen and (max-width : 750px) {
.filmsIndex .filterBox #awardWinnersForm #filter{
	margin: 0;
	float:left;
}	
.filmsIndex .filterBox #awardWinnersForm .reset{
	margin: 0;
	float:right;
}	
}
.filmsIndex .filterBox #awardWinnersForm #filter:hover,
.filmsIndex .filterBox #awardWinnersForm .reset:hover{
	opacity:0.4;
}
@media only screen and (max-width : 960px) {
.filmsIndex .filterBox span{
	display:none;
}
}
.filmsIndex #awardWinners .one-third.column {
	width: 31.3333333333%;
}
@media only screen and (max-width : 700px) {
.filmsIndex #awardWinners .one-third.column {
	width: 100%;
}
}
.filmsIndex #awardWinners .column,
.filmsIndex #awardWinners .columns,
.filmsIndex #awardWinners .column:first-child,
.filmsIndex #awardWinners .columns:first-child {
    margin: 0 1%;
}
@media only screen and (max-width : 700px) {
.filmsIndex #awardWinners .column,
.filmsIndex #awardWinners .columns,
.filmsIndex #awardWinners .column:first-child,
.filmsIndex #awardWinners .columns:first-child {
    margin: 0;
}
}
.filmsIndex #awardWinners .meta{
	display:block; 
	height:100px;
}
@media only screen and (max-width : 700px) {
.filmsIndex #awardWinners .meta{ 
	height:auto;
}
}













/* *********************************************** */
/* ANY FILM INDEX PAGE STYLES */
/* *********************************************** */
.filmsIndex .film{
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding-bottom: 20px;
}
.filmsIndex .film img{
	height: auto;
	width: 100%;
	display:block;
	z-index:2;
	position:relative;
}
.filmsIndex .film a img{
	transition: all 0.3s ease;
}
.filmsIndex .film a:hover img {
	opacity:0.5;
}
.filmsIndex .film a{
	text-decoration:none;
}
.filmsIndex .film h3{
	padding:10px 0 2px 0;
	font-size: 2.0rem;
	line-height:2.4rem;
	color: #ffcc00;
	text-transform:uppercase;
}
.filmsIndex .film h3 a{
	color: #ffcc00;
	text-decoration:none;
	letter-spacing:0;
}
.filmsIndex .film h3 a:hover{
	color: #000000;
	text-decoration:none;
}
.filmsIndex .film h4 {
    padding: 10px 0 5px;
    font-size: 2.0rem;
    line-height: 2.6rem;
    text-transform: uppercase;
    color: #000000;
}
.filmsIndex .film a h4 {
    color: #000000;
}
.filmsIndex .film p.date{
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight:800;
	padding:0 0 5px 0;
}
.filmsIndex .film p.past{
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight:800;
	padding:0;
	font-style:italic;
	color:#999999;
}
.filmsIndex .film .whatsOnType{
	display:inline-block;
	background-color:#ffcc00;
	color: #000;
	text-transform:uppercase;
	height:30px;
	line-height:30px;
	font-size:1.8rem;
	float: right;
	padding: 0 10px;
	margin-top:-30px;
	z-index:3;
	position:relative;
}
.filmsIndex .film .more{
	display:block;
	background:#ffcc00;
	color:#ffffff;
	width:40px;
	height:40px;
	margin-top:-40px;
	position:relative;
	z-index:20;
	float:right;
	font-size:2.4rem;
	line-height:40px;
	text-align:center;
}






/* *********************************************** */
/* FILM PAGE  */
/* *********************************************** */
.filmPage{}
.filmPage .featuredImage{
	width:100%;
	padding-top:20px;
}
@media only screen and (max-width : 900px) {
.filmPage .featuredImage{
	padding-top:0px;
}
}
.filmPage .featuredImage img{
	width:100%;
	height:auto;
} 
.filmPage h2{
	padding:50px 0 15px 0;
}
@media only screen and (max-width : 900px) {
.filmPage h2{
	padding:30px 0 5px 0;
	font-size:2.8rem;
}
}
.filmPage h3.director{
	padding:0 0 50px 0;
	color:#999;
	font-size:2.8rem;
	font-weight:400;
}
@media only screen and (max-width : 900px) {
.filmPage h3.director{
	padding:0 0 20px 0;
	font-size:2.0rem;
}
}
.filmPage .filmMeta{
	background:#eeeeee;
	padding:20px;
	margin-top:50px;
}
@media only screen and (max-width : 700px) {
.filmPage .filmMeta{
	margin-top:10px;
}
}
.filmPage .filmMeta p{
	font-size:2.0rem;
	line-height:2.6rem;
	font-weight:400;
}
.filmPage .filmMeta p:last-child{
	padding-bottom:10px;
}
@media only screen and (max-width : 900px) {
.filmPage .filmMeta p{
	font-size:1.6rem;
}
}
.filmPage.mafPresents h2{
	padding:50px 0 30px 0;
}
@media only screen and (max-width : 800px) {
.filmPage.mafPresents h2{
	padding:30px 0 20px 0;
	font-size:3.4rem;
	line-height:3.6.0rem;
}
}
.filmPage.mafPresents h3{
	padding:0px 0 30px 0;
	line-height:4.0rem;
}
@media only screen and (max-width : 750px) {
.filmPage.mafPresents h3{
	padding: 0px 0 20px 0;
	font-size:2.6rem;
	line-height:2.9rem;
	
}
}
.filmPage.mafPresents h4{
	padding:0px 0 50px 0;
	font-style:italic;
	color:#999999!important;
}
.filmPage.mafPresents a.buy{
	display:inline-block;
	text-decoration:none;
	font-size: 2.6rem;
	padding: 15px 30px 15px 30px;
	background-color: #ffcc00;
	color:#000000;
	margin-top:20px;
	margin-bottom:80px;
}
.filmPage.mafPresents a.buy:hover {
	opacity:0.4;
}

/* These 3 styles added Sep 2025 to make the Films grid layout work with new filter buttons */
.filmGrid .film {
	width: 32.33%;
	margin: 0 0.5%;
	min-height:320px;
}
@media only screen and (max-width : 1000px) {
.filmGrid .film{
	min-height:280px;
}
}
@media only screen and (max-width : 700px) {
.filmGrid .film{
	width: 100%;
	margin: 0 0 20px 0;
	min-height:0;
}
}




/* *********************************************** */
/* GUESTS INDEX & PAGE STYLES */
/* *********************************************** */
.guestIndex .guest{
	padding-bottom: 30px;
}
.guestIndex .guest img{
	height: auto;
	width: 100%;
}
.guestIndex .guest h3{
	padding:10px 0 10px 0;
	font-size: 2.0rem;
	line-height:2.4rem;
	color: #ffcc00;
	text-transform:uppercase;
}
.guestIndex .guest a{
	color: #ffcc00;
	text-decoration:none;
	letter-spacing:0;
}
.guestIndex .guest a:hover{
	opacity:0.4;
}
.guestIndex .guest .more{
	display:block;
	background:#ffcc00;
	color:#ffffff;
	width:40px;
	height:40px;
	margin-top:-40px;
	position:relative;
	z-index:20;
	float:right;
	font-size:2.4rem;
	line-height:40px;
	text-align:center;
}
.guestSingle .bio-image{
	float: left;
	padding: 10px 40px 30px 0;
}
@media only screen and (max-width : 650px) {
.guestSingle .bio-image{
	float: none;
	padding: 0 0 30px 0;
}
.guestSingle .bio-image img{
	width:100%;
	height:auto;
}
}
.guestSingle .bio-text p:last-child{
	padding: 0;
}



/* *********************************************** */
/* GUESTS INDEX & PAGE STYLES */
/* *********************************************** */

.stand .banner img{
	width: 100%;
	height: auto;
	margin-top:20px;
}
@media only screen and (max-width : 900px) {
.stand .banner img{
	margin-top:0px;
}
}
.stand .logo img{
	position:relative;
	z-index: 10;
	border: 5px solid #fff;
	width: 180px;
	height: auto;
	margin: -95px 0 30px 50px;
	background: #fff;
	box-shadow: 0px 0px 8px #999;
}
@media only screen and (max-width : 700px) {
.stand .banner img{
	margin-bottom: 20px;
}
.stand .logo img{
	display: none;
}
}
.stand button {
    display: inline-block;
    border: none;
    background: #353535;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 35px;
    margin: 5px 0 0 0;
    padding: 0 20px;
    text-align: left;
    font-size: 16px;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
	cursor: pointer;
}
.stand button:hover{
    background: #ffcc00;
}
.stand .tags,
.stand .download{
	text-decoration:none;
	background: #ffcc00;
	color: #fff!important;
	padding: 10px 15px;
	margin: 0 15px 10px 0;
	display:inline-block;
	font-size:1.8rem;
	line-height:1.8rem;
	text-transform:uppercase;
}
.stand .tags:hover,
.stand .download:hover{
	background: #000000;
	opacity:1.0!important;
}
.stand .tags i,
.stand .download i{
	padding-right: 6px;
}
.stand .videoWrapper {position:relative; padding-bottom:56.25%;/* 16:9 */ padding-top:0px; height:0;}
.stand .videoWrapper iframe {position:absolute; top:0; left:0; width:100%; height:100%;}
.stand .videos{
	margin-bottom: 50px;
}
@media only screen and (max-width : 800px) {
.stand .videos{
	margin-bottom: 30px;
}
}
.stand .about{
	padding-bottom:50px;
}
@media only screen and (max-width : 800px) {
.stand .about{
	padding-bottom:30px;
}
}
.stand .about h3{
	padding-top:50px;
}
@media only screen and (max-width : 800px) {
.stand .about h3{
	padding-top:30px;
}
}
.stand .events{
	padding-bottom:20px;
}
.stand .events h3{
	padding-top:0;
	padding-bottom:30px;
}
.stand .events h4{
	padding-top:0;
	padding-bottom:0px;
	text-transform:uppercase;
	font-size:2.0rem;
	line-height:2.4rem;
}
.stand .events p{
	font-size:1.6rem;
	line-height:2.4rem;
	font-weight:800;
	padding:0;
}
.stand .events a{
	text-decoration:none;
}
.stand .events a:hover{
	text-decoration:none;
	color: #000000;
}
.stand .eventive-button{
	float:left;
	margin: 10px 10px 30px 0;
}
.stand .buypass{
	float:left;
	margin: 10px 10px 30px 0;
}
.stand .company{
	background:#eeeeee;
	padding:20px 20px 10px 20px;
	margin-bottom: 50px;
}
@media only screen and (max-width : 800px) {
.stand .company{
	margin-bottom: 30px;
}
}
.stand .company h3{
	padding: 0 0 30px 0;
	font-size:2.0rem;
	text-transform:uppercase;
}
.stand .company p{
	font-size:2.0rem;
	line-height:3.0rem;
}
.stand .company.address ul.icon{
	display:block;
	padding:0 0 15px 0;
	margin:0;
}
.stand .company.address ul.icon li{
	display:inline-block;
	padding: 0 5px 0px 0;
	margin-bottom:5px;
	width:40px;
	height:40px;
}
.stand .company.address ul.icon li a{
	background: #ffcc00;
	color:#fff;
	display:block;
	width:40px;
	height:40px;
	padding-top:3px;
	text-align:center;
	font-size: 26px;
	font-weight: normal;
}
.stand .company.address ul.icon li a:hover{
	background: #000000;
}
.stand .company.employees .guest{
	padding-bottom: 20px;
	float: left;
	width: 100%;
}
.stand .company.employees .guest img{
	width: 28%;
	float: left;
	height: auto;
	box-shadow: 0px 0px 5px #999;
}
.stand .company.employees .guest .bio{
	float: right;
	width: 65%;
}
.stand .company.employees .guest .bio h4{
	font-size:1.6rem;
	line-height:2.0rem;
	font-weight:800;
	text-transform:uppercase;
	padding:0 0 5px 0;
}
.stand .company.employees .guest .bio h4 a{
	color: #000000;
	text-decoration:none;
}
.stand .company.employees .guest a:hover{
	opacity:0.4;
}
.stand .company.employees .guest .bio p{
	font-size:1.6rem;
	line-height:2.0rem;
}
.stand.column{
	margin-bottom:20px;
}
.stand.column img{
	background:#eeeeee;
	padding:15px;
}
.stand.column h3{
	font-size:2.8rem;
	line-height:3.4rem;
	padding: 20px 0;
}
.stand.column p{
	font-size:2.0rem;
	line-height:3.0rem;
	padding:0 0 20px 0;
}





















/* *********************************************** */
/* FILM LIST ON EVENT PAGE & PROGRAMME TOGGLE  */
/* *********************************************** */
.filmList h3{
	padding:100px 0 50px 0;
}
.filmList h3.subs{
	padding:50px 0 50px 0;
}
@media only screen and (max-width : 800px) {
.filmList h3.subs{
	padding:30px 0 30px 0;
}
}
.filmList .film{
	width:100%;
	margin-bottom:20px;
	float:left;
	overflow: hidden;
    position: relative;
	background:#eeeeee;
}
@media only screen and (max-width : 800px) {
.filmList .film{
	text-align:center;
}
}
.filmList .film img{
	float:left;
	width:32%;
}
@media only screen and (max-width : 800px) {
.filmList .film img{
	float:left;
	width:100%;
	height:auto;
}
}
.filmList .film .info{
	float:left;
	width:52%;
	padding:20px 20px 20px 30px;
}
@media only screen and (max-width : 1000px) {
.filmList .film .info{
	width:42%;
}
}
@media only screen and (max-width : 800px) {
.filmList .film .info{
	width:100%;
}
}
.filmList .film .info h4{
	font-size:2.4rem;
	line-height:3.0rem;
	text-transform:uppercase;
	padding:0 0 20px 0;
}
.filmList .film .info h4 a{
	text-decoration:none;
}
.filmList .film .info h4 a:hover{
	color:#000000;
}
.filmList .film .info p{
	font-size:1.6rem;
	line-height:2.4rem;
	padding:0;
}
.filmList .film .info p .synopsis{
}
@media only screen and (max-width : 1100px) {
.filmList .film .info p .synopsis{
	display:none;
}
}
@media only screen and (max-width : 800px) {
.filmList .film .info p .synopsis{
	display:block;
	padding-top:20px;
}
.filmList .film .info p br{
	display:none;
}
}
.filmList .film .ctaBox{
    background:#000000;
    height: 100%;
    width:16%;
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width : 1000px) {
.filmList .film .ctaBox{
	width:26%;
}
}
@media only screen and (max-width : 800px) {
.filmList .film .ctaBox{
	background:transparent;
	width:100%;
	height: 60px;
	position: static;
	float:left;
}
}
.filmList .film .ctaBox a{
	display:inline-block;
	font-size:1.8rem;
	line-height:1.8rem;
	text-transform:uppercase;
	text-decoration:none;
	padding:10px 15px;
	border:2px solid #ffffff;
	color:#ffffff;
	white-space: nowrap;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
@media only screen and (max-width : 800px) {
.filmList .film .ctaBox a{
	position: static;
	transform: translate(0,0);
	background:#000000;
	border:none;
}
}
.filmList .film .ctaBox a:hover{
	background:#fff;
	color:#000000;
}
.filmList .film .runtime{
    background:#000000;
	font-size:1.6rem;
	line-height:2.4rem;
    height: 100%;
    width:16%;
    position: absolute;
    right: 0;
    top: 0;
	text-align:center;
	padding: 25px 0 0 0;
}
.filmList .film .runtime span{
	display:block;
	color:#ffffff;
}
@media only screen and (max-width : 800px) {
.filmList .film .runtime{
	background:transparent;
	width:100%;
	height: auto;
	position: static;
	float:left;
	padding: 0 0 30px 0;
}
.filmList .film .runtime span{
	display:inline-block;
	padding:0 4px;
	color:#000000;
}
}



/* *********************************************************** */
/* FILM GRID & FILTERS = MAF PRESENTS, FILMS, PROGRAMME BASIS  */
/* *********************************************************** */
.subpage #buttonWrapper {
	padding-bottom:5px;
}
.subpage #buttonWrapper .btn {
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0px 16px;
	margin: 0 10px 10px 0;
	background: #000000;
	color: #ffffff;
	transition: all 0.3s ease;
	font-size:1.6rem;
	line-height:3.6rem;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
}
.subpage #buttonWrapper .btn:hover {
	opacity:0.4;
}
.subpage #buttonWrapper .btn.active {
	background: #ffcc00;
	color: #000000;
}
.subpage #buttonWrapper .btn.active:hover {
	opacity:1.0;
	cursor:default;
}
.subpage .row {
	/*margin: 10px -30px;*/
	margin: 10px 0px;
}
.subpage .row.filmGrid {
	/*margin: 5px -30px;*/
	margin: 5px 0px;
}
.subpage .row.nofilterbtns {
	margin: -20px -7px 5px;
}
/* Add padding BETWEEN each box */
.programmeList .row,
.programmeList .row > .list {
	padding: 5px;
}
.programmeList .row > .box {
	padding: 5px;
}
@media only screen and (max-width : 800px) {
.programmeList .row > .list {
	padding: 5px;
}
}
.programmeList .row.filmGrid,
.programmeList .row.filmGrid > .box {
	padding: 0px 15px 15px 15px;
}
@media only screen and (max-width : 800px) {
.programmeList .row.filmGrid,
.programmeList .row.filmGrid > .box {
	padding: 0px 15px 0px 15px;
}
}
/* Clear floats after rows */ 
.programmeList .row:after {
	content: "";
	display: table;
	clear: both;
}
/* Create three equal boxes that floats next to each other */
.programmeList .box {
	float: left;
	width: 33.33%;
	display: none; /* Hide all elements by default */
}
.programmeList .grid .box {
	float: left;
	width: 33.33%;
	display: none; /* Hide all elements by default */
}
.programmeList .list .box {
	float: left;
	width: 100%;
	display: none; /* Hide all elements by default */
}
.filmsIndex .filmGrid .box {
	display: none; /* Hide all elements by default */
}
@media only screen and (max-width : 900px) {
.programmeList .box,
.programmeList .grid .box,
.programmeList .list .box {
	width: 50%;
}
.programmeList .row.filmGrid .box{
	width: 33.33%;
}
}
@media only screen and (max-width : 650px) {
.programmeList .box,
.programmeList .grid .box,
.programmeList .list .box {
	width: 100%;
}
.programmeList .row.filmGrid .box{
	width: 100%;
	margin-bottom:20px;
}
}

/* The "show" class is added to the filtered elements */
.programmeList .box.show,
.filmsIndex .box.show {
	display: block;
	animation: animate 0.5s ease;
}
@keyframes animate {
0%{
	transform: scale(0.5);
}
100%{
	ransform: scale(1);
}
}
.programmeList .grid .box .insideBox {
	display:block;
	text-decoration:none;
}
.programmeList .grid .box .insideBox:hover {
	opacity:0.4;
}
.programmeList .grid .box .insideBox img {
	width: 100%;
	height:auto;
}
.programmeList .grid .box .more{
	display:block;
	background:#ffcc00;
	color:#ffffff;
	width:40px;
	height:40px;
	margin-top:-40px;
	position:relative;
	z-index:20;
	float:right;
	font-size:2.4rem;
	line-height:40px;
	text-align:center;
}
.programmeList .grid .box .insideBox .titleBox {
	height:150px;
	overflow:hidden;
}
@media only screen and (max-width : 650px) {
.programmeList .grid .box .insideBox .titleBox {
	height:auto;
	padding-bottom:10px;
}
}
.programmeList .grid .box .insideBox h4 {
	padding:10px 0 5px;
	font-size:2.0rem;
	line-height:2.6rem;
	text-transform:uppercase;
	color:#ffcc00;
	color:#000000;
}
@media only screen and (max-width : 550px) {
.programmeList .grid .box .insideBox h4 {
	padding:10px 0 ;
}
}
.programmeList .grid .box .insideBox p{
	font-size:1.6rem;
	line-height:2.4rem;
	font-weight:800;
	color:#000000;
	padding:0;
}
.programmeList .grid .box .insideBox p span.when{
	font-style:italic;
	color:#999999;
}




/* ************************************************* */
/* PROGRAMME LIST = GRID AND LIST TOGGLE  */
/* ************************************************* */
.programmeList button.togglegrid,
.programmeList button.togglelist {
    display: inline-block;
    background: transparent;
    border: none;
    font-size: 3.0rem;
    height: 40px;
    width: 40px;
    margin: 5px 0 0 5px;
    padding: 0;
    float: right;
    color: #666666;
	cursor: pointer;
	transition: all 0.3s ease;
}
@media only screen and (max-width : 650px) {
.programmeList .toggleWrapper{
	display: none;
}
}
.programmeList button.togglegrid:hover,
.programmeList button.togglelist:hover {
    opacity:0.4;
}
.programmeList .event{}
.programmeList .event.box .insideBox {
    position: relative;
	color:#ffffff;
}
.programmeList .grid .box .insideBox .tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0, 0.5);
    color: #ffffff;
	padding:20px;
}
.programmeList .grid .box .insideBox .tint h4 {
    color: #ffffff;
	font-size:2.0rem;
	line-height:2.4rem; 
	text-shadow: 1px 1px #000000;
	padding:0 0 5px 0;
}
.programmeList .grid .box .insideBox .tint p {
    color: #ffffff;
	font-size:1.4rem;
	line-height:1.4rem;
	font-weight:600;
	padding:0;
}
.programmeList .grid .box .insideBox .titleBottom {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.programmeList .grid .box .insideBox p.synopsis,
.programmeList .grid .box .insideBox p.time .hide{
	display:none;
}

/* LIST ONLY STYLES */
.programmeList .list .box .insideBox p.synopsis,
.programmeList .list .box .insideBox p.time .hide{
	display:inline-block;
}
.programmeList .list .box .insideBox p.time .show {
	display:none;
}
.programmeList .list .box .insideBox p.time .block {
	display:block;
}
.programmeList .list .box {
	width:100%;
	margin-bottom:20px;
	float:left;
    position: relative;
}
@media only screen and (max-width : 800px) {
.programmeList .list .box {
	text-align:center;
}
}
.programmeList .list .box .insideBox {
	background:#eeeeee;
	display:block;
	width:100%;
	overflow: hidden;
    position: relative;
	float:left;
	text-decoration:none;
}
.programmeList .list .box .insideBox:hover {
	opacity:0.4;
}
.programmeList .list .box img{
	float:left;
	width:32%;
	height:auto;
}
@media only screen and (max-width : 800px) {
.programmeList .list .box img{
	float:left;
	width:100%;
}
}
.programmeList .list .box .titleBottom {
	width:68%;
	float:left;
	padding:20px;
}
@media only screen and (max-width : 800px) {
.programmeList .list .box .titleBottom {
	width:100%;
	padding:20px 0 0 0;
}
}
.programmeList .list .box .insideBox h4{
	font-size:2.4rem;
	line-height:3.0rem;
	text-transform:uppercase;
	padding:0 0 20px 0;
	color:#000000;
	padding-right:25%;
}
@media only screen and (max-width : 800px) {
.programmeList .list .box .insideBox h4{
	padding:0 20px;
}
}
.programmeList .list .box .titleBottom p{
	font-size:1.6rem;
	line-height:2.4rem;
	padding:0;
	color:#666666;
}
.programmeList .list .box .titleBottom p.synopsis {
	padding-right:25%;
}
@media only screen and (max-width : 1100px) {
.programmeList .list .box .titleBottom p.synopsis {
	display:none;
}
}
@media only screen and (max-width : 800px) {
.programmeList .list .box .titleBottom p.synopsis {
	display:block;
	padding:0 20px 30px 20px;
}
}
.programmeList .list .box p.time {
    background:#000000;
	color:#ffffff;
    height: 100%;
    width:16%;
    position: absolute;
    right: 0;
    top: 0;
	text-align:right;
	padding: 20px 20px 0 0;
}
@media only screen and (max-width : 800px) {
.programmeList .list .box p.time {
	width:100%;
	height: 60px;
	position: static;
	float:left;
	text-align:center;
}
.programmeList .list .box .insideBox p.time .block,
.programmeList .list .box .insideBox p.time .show {
	display:inline-block;
}
}
.programmeList .list .box p.time i {
    font-size:3.0rem;
}
@media only screen and (max-width : 800px) {
.programmeList .list .box p.time i {
    font-size:1.4rem;
	padding-left:10px;
}
}



/* *********************************************** */
/* EVENT PAGE  */
/* *********************************************** */
.eventPage{}
.eventPage .featuredImage{
	width:100%;
	padding-top:20px;
}
@media only screen and (max-width : 900px) {
.eventPage .featuredImage{
	padding-top:0px;
}
}
.eventPage .featuredImage img{
	width:100%;
} 
.eventPage .titleBox {
	background:#000000;
	color:#ffffff;
	padding:25px 30px 30px;
	margin-top:5px;
	float:left;
	width:100%;
	position:relative;
}
@media only screen and (max-width : 800px) {
.eventPage .titleBox {
	padding:15px;
}
}
.eventPage .titleBox .date {
	float:left;
	width:70%;
}
@media only screen and (max-width : 800px) {
.eventPage .titleBox .date {
	width:100%;
}
}
.eventPage .titleBox h2 {
	font-size:4.0rem;
	line-height:4.4rem;
	padding:0 0 10px 0;
}
@media only screen and (max-width : 800px) {
.eventPage .titleBox h2 {
	font-size:3.0rem;
	line-height:3.4rem;
	padding:0 0 30px 0;
}
}
.eventPage .titleBox p {
	font-size:2.0rem;
	line-height:3.6rem;
	font-weight:400;
	padding:0;
}
@media only screen and (max-width : 800px) {
.eventPage .titleBox p {
	padding:0 0 30px 0;
	font-size:1.6rem;
	line-height:2.6rem;
}
}
.eventPage .buttonBox{
	float:right;
}
@media only screen and (max-width : 800px) {
.eventPage .buttonBox{
	float:left;
	width:100%;
}
}
.eventPage .buttonBox a{
	color:#000000;
	display:inline-block;
	border:2px solid #ffffff;
	background:#ffffff;
	text-decoration:none;
	font-size:2.6rem;
	line-height:2.6rem;
	font-weight:500;
	padding: 15px 30px;
	position:absolute;
	right:30px;
	bottom:30px;
}
@media only screen and (max-width : 800px) {
.eventPage .buttonBox a{
	position:relative;
	left:0;
	bottom:0;
	width:100%;
	text-align:center;
}
}
.eventPage .buttonBox a i{
	padding-left: 10px;
}
.eventPage .buttonBox a:hover{
	opacity: 0.4;
}
.eventPage a.wacthButton{
	color:#000000;
	display:inline-block;
	border:2px solid #ffffff;
	background:#ffffff;
	text-decoration:none;
	font-size:2.6rem;
	line-height:2.6rem;
	font-weight:500;
	padding: 15px 30px;
	margin-top:20px;
}
@media only screen and (max-width : 800px) {
.eventPage a.wacthButton{
	width:100%;
	text-align:center;
}
}
.eventPage a.wacthButton i{
	padding-left: 10px;
}
.eventPage a.wacthButton:hover{
	opacity: 0.4;
}
.eventPage a.wacthButton.left{
	float:left;
}
.eventPage a.wacthButton.right{
	float:right;
}


.eventPage .about{
	padding:50px 0 0 0;
}
@media only screen and (max-width : 800px) {
.eventPage .about{
	padding:30px 0 0 0;
}
}
.eventPage .about p:last-child{
	padding-bottom:0;
}
.eventPage #book {
  scroll-margin-top: 60px;
}



/* *********************************************** */
/* EVENT BOOK BUTTONS (EVENTIVE) SECTION ON PAGES  */
/* *********************************************** */
.bookTickets{
	padding-top:50px;
}
@media only screen and (max-width : 700px) {
.bookTickets{
	padding-top:30px;
}
}
.bookTickets h3{
	padding-bottom:0px;
}
.bookTickets .event{
	padding:40px 0;
	border-bottom:2px solid #bfbfbf;
	width:100%;
	float:left;
	position:relative;
}
.bookTickets .event:last-child{
	border-bottom:none;
	padding:40px 0 60px;
}
.bookTickets .event .info{
	float:left;
}
@media only screen and (max-width : 900px) {
.bookTickets .event .info{
	width:100%;
}
}
.bookTickets .event h4{
	font-size:2.4rem;
	line-height:3.6rem;
	text-transform:uppercase;
	padding:0;	
}
.bookTickets .event h4 a{
	text-decoration:none;	
}
.bookTickets .event h4 a:hover{
	opacity:0.4;
}
.bookTickets .event p{
	font-size:2.0rem;
	line-height:3.0rem;
	font-weight:400;
	padding-bottom:0;
}
@media only screen and (max-width : 900px) {
.bookTickets .event p{
	padding-bottom:20px;
}
}
.bookTickets .event .eventiveWrapper{
	height:40px;
	width:350px;
	position:absolute;
	top:50%;
	right:0;
	transform: translate(0, -50%);
}
.bookTickets .event .eventiveWrapper .eventive-button{
	float:right;
	margin-left:10px;
}
@media only screen and (max-width : 900px) {
.bookTickets .event .eventiveWrapper{
	width:auto;
	position:relative;
	transform: translate(0, 0);
}
.bookTickets .event .eventiveWrapper .eventive-button{
	float:left;
	margin:0 10px 0 0;
}
}
.bookTickets .event .eventiveWrapper a.buypass,
a.buypass{
	display:inline-block;
	width:96px;
	height:36px;
	background:#000000;
	color:#ffffff;
	text-decoration:none;
	font-size:1.3rem;
	font-weight:800;
	line-height:36px;
	text-align:center;
	text-transform:uppercase;
	float:right;
	margin-left:10px;
}
.bookTickets .event .eventiveWrapper a.buypass:hover,
a.buypass:hover{
	opacity:0.4;
}


/* ************************************************* */
/* MODULE POP UP BOX FOR HOMEPAGE VIDEOS     */
/* ************************************************* */
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	height: auto;
	width: 75%;
	z-index: 10001;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 850px) {
.md-modal {
	width: 95%;
}
} 
.md-show {
	visibility: visible;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 10000;
	opacity: 0;
	background: rgba(0,0,0,0.9);
    transition: all 0.3s;
}
.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
.md-content {
	color: #000;
	background: #fff;
	position: relative;
	margin: 0 auto;	
	padding:5px;
	opacity: 0;
	transform: scale(0.7);
	transition: all 0.3s;
}
.md-show .md-content {
	opacity: 1;
	filter:alpha(opacity=1);
	transform: scale(1);
}
.md-content iframe {
	display:block;
}
.md-content button {
	position:absolute;
	top:1px;
	right:1px;
	cursor:pointer;
	border:none;
	text-align:center;
	font-size:1.6em;
	margin:0;
	width:40px;
	height:40px;
	background:#fff;
	color:#000000;
	z-index:2;
}
.md-content button:hover,
.md-content button:focus{
	color:#ffcc00;
}
.md-content button i {
	line-height:38px;
}
.md-content .embed-container{
	background: #000 url(images/ajax-loader.gif.gif) no-repeat center center;
}
/* This CSS makes Vimeo embeds responsive */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000 url(images/ajax-loader.gif.gif) no-repeat center center;
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* ************************************************* */
/* GALLERIES FOR SPONSORS PAGE & NORMAL GALLERIES    */
/* ************************************************* */
.subpage .sponsors .gallery{
	width:70%!important;
	margin:0 0 30px 0!important;
}
@media only screen and (max-width : 900px) {
.subpage .sponsors .gallery{
	width:100%!important;
}
}
.subpage .sponsors .gallery .gallery-item{
	margin-top:0px!important;
	padding-right:80px!important;
}
@media only screen and (max-width : 900px) {
.subpage .sponsors .gallery .gallery-item{
	padding-left:10px!important;
	padding-right:10px!important;
}
}
.subpage .gallery .gallery-item img,
.subpage .sponsors .gallery .gallery-item img{
	border:none!important;
	width:100%!important;
	height:auto!important;
}
.subpage .gallery .gallery-item a:hover,
.subpage .sponsors .gallery .gallery-item a:hover{
	opacity:0.4;
}
.subpage .gallery .gallery-item img{
	padding-bottom:10px!important;
}
.subpage .gallery{
	margin:0 0 50px 0!important;
}

.subpage .photo-gallery img {
    float: left;
	transition: all 0.3s ease;
    margin: 0 2% 2% 0;
	width: 18%;
}
@media only screen and (max-width : 900px) {
.subpage .photo-gallery img {
	width: 23%;
}
}
@media only screen and (max-width : 600px) {
.subpage .photo-gallery img {
	width: 31%;
}
}
.subpage .photo-gallery img:hover {
    opacity:0.4;
}



/* ************************************************* */
/* GRAVITY FORMS CSS OVERRIDE WITH MAF COLOURS    */
/* ************************************************* */
.subpage .gform_wrapper.gravity-theme {
	padding-bottom:50px;
}
.subpage .gform_wrapper.gravity-theme .gform_heading {
	display:none;
}
.subpage .gform_wrapper.gravity-theme .gfield_label {
	/*display:inline;*/
	display:block;
    font-size: 2.6rem;
}
@media only screen and (max-width : 800px) {
.subpage .gform_wrapper.gravity-theme .gfield_label {
    font-size: 2.0rem;
}
}
.subpage .gform_wrapper.gravity-theme .gform_fields {
    display: grid;
    grid-column-gap: 5%;
    grid-row-gap: 0px;
}
.subpage .gform_wrapper.gravity-theme .gform_fields .gfield{
	margin-bottom:50px;
}
@media only screen and (max-width : 650px) {
.subpage .gform_wrapper.gravity-theme .gform_fields .gfield{
	margin-bottom:20px;
}	
}
.subpage .gform_wrapper.gravity-theme input[type="email"],
.subpage .gform_wrapper.gravity-theme input[type="number"],
.subpage .gform_wrapper.gravity-theme input[type="search"],
.subpage .gform_wrapper.gravity-theme input[type="text"],
.subpage .gform_wrapper.gravity-theme input[type="tel"],
.subpage .gform_wrapper.gravity-theme input[type="url"],
.subpage .gform_wrapper.gravity-theme input[type="password"],
.subpage .gform_wrapper.gravity-theme textarea,
.subpage .gform_wrapper.gravity-theme select {
	font-family: "Nanum Gothic", sans-serif;
	font-weight:600;
	color:#666666;
	background:#eeeeee;
	width:100%;
	transition: all 0.3s ease;
	font-size:2.6rem!important;
	padding:15px 20px!important;
}
@media only screen and (max-width : 800px) {
.subpage .gform_wrapper.gravity-theme input[type="email"],
.subpage .gform_wrapper.gravity-theme input[type="number"],
.subpage .gform_wrapper.gravity-theme input[type="search"],
.subpage .gform_wrapper.gravity-theme input[type="text"],
.subpage .gform_wrapper.gravity-theme input[type="tel"],
.subpage .gform_wrapper.gravity-theme input[type="url"],
.subpage .gform_wrapper.gravity-theme input[type="password"],
.subpage .gform_wrapper.gravity-theme textarea,
.subpage .gform_wrapper.gravity-theme select {
	font-size:2.0rem!important;
	padding:10px 20px!important;
}
}
.subpage .gform_wrapper.gravity-theme input[type="email"]:focus,
.subpage .gform_wrapper.gravity-theme input[type="number"]:focus,
.subpage .gform_wrapper.gravity-theme input[type="search"]:focus,
.subpage .gform_wrapper.gravity-theme input[type="text"]:focus,
.subpage .gform_wrapper.gravity-theme input[type="tel"]:focus,
.subpage .gform_wrapper.gravity-theme input[type="url"]:focus,
.subpage .gform_wrapper.gravity-theme input[type="password"]:focus,
.subpage .gform_wrapper.gravity-theme textarea:focus,
.subpage .gform_wrapper.gravity-theme select:focus {
	color:#333333;
	background:#cccccc;
}
.subpage .gform_wrapper.gravity-theme textarea {
	font-family: "Nanum Gothic", sans-serif;
	font-weight:600;
	height:250px;
}
.subpage .gform_wrapper.gravity-theme input[type="submit"],
.subpage .gform_wrapper.gravity-theme input[type="reset"],
.subpage .gform_wrapper.gravity-theme input[type="button"] {
	font-family: "Ubuntu", sans-serif;
	font-size: 2.6rem;
	font-weight: 500;
	padding: 15px 30px 15px 30px;
	cursor:pointer;
	transition: all 0.3s ease;
	background-color: #ffcc00;
	color: #000000;
}
.subpage .gform_wrapper.gravity-theme input[type="submit"]{
	padding: 15px 70px 15px 30px;
	background-image: url(images/arrow-right-long.svg);
	background-position: right 20px center;
	background-size: 40px 25px;
	background-repeat: no-repeat;
}
@media only screen and (max-width : 650px) {
.subpage .gform_wrapper.gravity-theme input[type="submit"],
.subpage .gform_wrapper.gravity-theme input[type="reset"],
.subpage .gform_wrapper.gravity-theme input[type="button"] {
	width:100%;
}
}
.subpage .gform_wrapper.gravity-theme input[type="submit"]:hover,
.subpage .gform_wrapper.gravity-theme input[type="reset"]:hover,
.subpage .gform_wrapper.gravity-theme input[type="button"]:hover,
.subpage .gform_wrapper.gravity-theme input[type="submit"]:focus,
.subpage .gform_wrapper.gravity-theme input[type="reset"]:focus,
.subpage .gform_wrapper.gravity-theme input[type="button"]:focus {
	opacity: 0.4;
}
.subpage .gform_wrapper.gravity-theme .gform_footer, 
.subpage .gform_wrapper.gravity-theme .gform_page_footer{
	padding:0;
	margin:0;
}
.subpage .gform_wrapper.gravity-theme .gfield_required{
	position:relative;
	font-size:inherit;
	padding-inline-start: 0.05em;
}
.subpage .gform_wrapper.gravity-theme .gfield_required_asterisk{
	display:block;
	color:#bc0a0a;
	font-size: 2.6rem;
	position:absolute;
	top:-35px;
}
.subpage .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 2px solid #bc0a0a;
}
.subpage .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, 
.subpage .gform_wrapper.gravity-theme .gfield_error label, 
.subpage .gform_wrapper.gravity-theme .gfield_error legend, 
.subpage .gform_wrapper.gravity-theme .gfield_description.gfield_validation_message, 
.subpage .gform_wrapper.gravity-theme .gfield_description.validation_message, 
.subpage .gform_wrapper.gravity-theme [aria-invalid=true]+label, 
.subpage .gform_wrapper.gravity-theme label+[aria-invalid=true] {
    color: #bc0a0a;
	font-style:normal;
}
.subpage .gform_wrapper.gravity-theme .gfield_validation_message, 
.subpage .gform_wrapper.gravity-theme .validation_message {
    background: transparent;
    border: none;
    font-size: 1.4rem;
    margin-block-start: 0px;
    padding: 0;
}
.subpage .gform_wrapper.gravity-theme .gform_validation_errors {
    background: #bc0a0a;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin-block:0;
    padding-block: 0;
	padding:15px 15px 15px 60px;
	margin-bottom:30px;
	outline:none;
}
.subpage .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
	color:#ffffff;
	font-size:1.6rem;
}
.subpage .gform_confirmation_message {
    background: #088a2f;
	color:#ffffff;
	padding:15px 15px 15px 15px;
	text-align:center;
	margin-bottom:50px;
	display:block;
	width:100%;
}
/* FORCE CHROME AUTOFILL TO USE MY BG */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #eeeeee inset !important;
}
/* FORCE CHROME AUTOFILL TO USE MY TEXT COLOR */
input:-webkit-autofill{
    -webkit-text-fill-color: #666666 !important;
}

.subpage .gform_legacy_markup_wrapper h1, 
.subpage .gform_legacy_markup_wrapper h2, 
.subpage .gform_legacy_markup_wrapper h3,
.subpage .gform_legacy_markup_wrapper h4 {
    font-weight: 700;
}
.subpage .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, 
.subpage .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li{
    margin:0; 
}
.subpage .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, 
.subpage .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
	    margin: 0 0 0 30px!important;
}
.subpage .gform_wrapper.gravity-theme .gfield_checkbox label, 
.subpage .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: inherit;
}
.subpage .gform_wrapper.gravity-theme .description, 
.subpage .gform_wrapper.gravity-theme .gfield_description, 
.subpage .gform_wrapper.gravity-theme .gsection_description, 
.subpage .gform_wrapper.gravity-theme .instruction {
    font-size: 1.4rem;
	font-style:italic;
    padding-top: 0;
	color:#666;
}
.subpage .gform_wrapper.gravity-theme .field_description_above .description, 
.subpage .gform_wrapper.gravity-theme .field_description_above .gfield_description, 
.subpage .gform_wrapper.gravity-theme .field_description_above .gsection_description, 
.subpage .gform_wrapper.gravity-theme .field_description_above .instruction {
    padding-bottom: 0px;
}

.subpage .gform_wrapper.gravity-theme .gfield_checkbox label, 
.subpage .gform_wrapper.gravity-theme .gfield_radio label {
    display: inline;
    position: relative;
}
/* Base styles for both types of inputs */
.subpage .gform_wrapper.gravity-theme input[type="radio"],
.subpage .gform_wrapper.gravity-theme input[type="checkbox"] {
  appearance: none;
  background: #fff;
  border: 2px solid #999;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  vertical-align: text-bottom;
  position: relative;
}
/* Remove the circular shape from checkboxes */
.subpage .gform_wrapper.gravity-theme input[type="checkbox"] {
  border-radius: 0;
}
/* Styles for the pseudo-elements */
.subpage .gform_wrapper.gravity-theme input[type="radio"]::before,
.subpage .gform_wrapper.gravity-theme input[type="checkbox"]::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 0;
}
/* Center of the checked radio button */
.subpage .gform_wrapper.gravity-theme input[type="radio"]:checked::before {
  border: 5px solid transparent;
  border-radius: 100%;
  background: #999;
  margin: 4px;
}
/* The checkmark shape */
.subpage .gform_wrapper.gravity-theme input[type="checkbox"]:checked::before {
  border-right: 5px solid #999;
  border-bottom: 6px solid #999;
  height: 80%;
  width: 50%;
  transform: rotate(50deg) translateY(-20%) translateX(-10%);
}
/* Some focus styles for accessibility */
/*input[type="radio"]:focus,
.subpage .gform_wrapper.gravity-theme input[type="checkbox"]:focus {
  outline: solid 1px;
  outline-offset: 2px;
}*/
.subpage .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
    background: #666666;
    border: 2px solid #666666;
}
.subpage .gform_wrapper.gravity-theme .gf_step_number {
    border: 2px solid #999999;
    color: #999999;
	font-weight:800;
}
.subpage .gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
    background: #cfcfcf;
    color: #ffffff;
}



.passes{}
.passes .passBox {
	background:#eeeeee;
	text-align:center;
	margin-bottom:50px;
}
@media only screen and (max-width : 900px) {
.passes .passBox.one-third {
	width:49%;
	margin-bottom:30px;
}
}
@media only screen and (max-width : 650px) {
.passes .passBox.one-third {
	width:100%;
	margin-bottom:30px;
}
}
.passes .passBox .titleBox{
	width:100%;
	background:#ffcc00;
	color:#ffffff;
	padding:20px;
}
.passes .passBox .titleBox h3{
	font-size:2.6rem;
	line-height:2.6rem;
	padding:0 0 15px 0;
	color:#ffffff;
}
.passes .passBox .titleBox p{
	font-size:1.6rem;
	line-height:2.0rem;
	padding:0;
}
.passes .passBox table {
  margin: 10px 20px 20px 20px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-align: left;
  width: 100%;
  width: calc(100% - 40px);
}

.passes .passBox table td {
  padding: 20px 0;
  border-bottom: 1px solid #bebebe;
}

.passes .passBox table td.type {
  width: auto;  overflow-wrap: break-word;
}

.passes .passBox table td:last-child {
  width: 60px;
  text-align: right;
  white-space: nowrap;
}



.passes .passBox table.dayPass td{
	padding:6px 0;
	border-bottom:none;
}
.passes .passBox table.dayPass tr:nth-child(5) td{ /* Style just for last Full Price row */
	padding-bottom:20px;
}
.passes .passBox table.dayPass tr:nth-child(6) td{ /* Style just for Concession title row */
	padding-top:20px;
	border-top:1px solid #bebebe;
}
.passes .passBox table.dayPass tr:nth-child(10) td{ /* Style just for last Concession row */
	padding-bottom:20px;
	border-bottom:1px solid #bebebe;
}



.passes .passBox table td a{
	font-weight:800!important;
	text-decoration:none;
	color:#000000;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color: #000000;
}
.passes .passBox table a:hover{
	border-bottom: 1px solid transparent;
}
.passes .passBox a.book{
	display:inline-block;
	font-size:1.8rem;
	line-height:1.8rem;
	padding:10px 20px;
	background:#ffcc00;
	color:#ffffff;
	margin:10px auto 20px;
	text-transform:uppercase;
	text-decoration:none;
}
.passes .passBox a.book:hover{
	opacity:0.4;
}
.passes .passBox .infoBox{
	padding:0px 20px 20px 20px;
	text-align:left;
}
.passes .passBox .infoBox p,
.passes .passBox .infoBox ul,
.passes .passBox .infoBox li{
	font-size:1.4rem;
	line-height:2.0rem;
	padding:0;
}
.passes .passBox .infoBox p,
.passes .passBox .infoBox ul{
	padding-bottom:20px;
}
.passes .passBox .infoBox ul,
.passes .passBox .infoBox li{
	margin:0;
	list-style:none;
}
.passes .passBox .infoBox ul.included i{
	color:#2cb058;
	font-size: 1.6rem;
	padding:0 5px 0 5px;
}
.passes .passBox .infoBox ul.notIncluded i{
	color:#ee1616;
	font-size: 1.6rem;
	padding:0 5px 0 5px;
}
.passes .asterix {
	color:#999999;
	font-size:1.6rem;
	line-height:2.6rem;
	font-style:italic;
/*	padding-top:50px;*/
}
.passes .faq {
	padding: 100px 0 40px 0;
}
@media only screen and (max-width : 800px) {
.passes .faq {
	padding: 50px 0 0px 0;
}
}




.kwayy-html-sitemap-wrapper{}
.kwayy-html-sitemap-wrapper ul{padding:0; margin:0 0 0 15px;}
.kwayy-html-sitemap-wrapper ul li ul{padding:0; margin:0 0 0 50px;}
.kwayy-html-sitemap-wrapper ul li{padding:6px 0; margin:0;}





.row iframe { width: 100% !important; }


















