@charset "utf-8";
/* CSS Document */

/**GENERAL**/

body {
	color:#2B2B2B;
	background-color:#ffffff;
	font-family: "rucksack", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.3rem;
	line-height: 1.5rem;
}

p, li {
	font-family: "rucksack", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.3rem;	
	line-height: 1.5rem;
}

h1, h2, h3, h4, h5 {
	font-family: "rucksack", sans-serif;
	font-style: normal;
	text-transform: uppercase;
	margin: 25px 0px 20px 0px;
	font-weight: bold;
}

h1 {font-size: 3.4rem; line-height: 3.4rem;}
h2{font-size: 2.4rem; line-height: 2.6rem;}
h3{font-size: 1.9rem; line-height: 2.1rem;}
h4{font-size: 1.7rem; line-height: 1.9rem;}
h5{font-size: 1.5rem; line-height: 1.7rem;}

a {transition-duration: 0.5s;}

iframe {max-width:100%;}

img {max-width:100%;}

hr {
max-width: 200px;
background-color: #139335;
height: 4px;
border: 0;
}

.bold {font-weight: bold;}

strong {font-weight: bold;}

.side-padding {
    padding: 5px 30px !important;
}

header, footer{
	background: #253054;
}

.cta{
	text-transform: uppercase;
	font-size:1.3rem;
	display:inline-block;
	font-family: "rucksack", sans-serif;
}

.headline {
  font-family: nitti-typewriter-cameo, sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 2.9rem;
  line-height: 3.1rem;
}

.cinema-text {
  font-family: "stencil-creek", sans-serif;
font-weight: 500;
font-style: normal;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 3.9rem;
  line-height: 4.1rem;
}

.be-sy-mlaen {
	font-size: 2.8rem;
line-height: 3rem;
/*margin: 0px 0px 60px 0px;*/
}

.main {min-height: 50vh;}

.content {min-height: 50vh;}

/**PURE WHITE BACKGROUND**/
.pure-white-background {
color:#080E12;
background-color:#FFFFFF;
}

.pure-white-background h1, .pure-white-background h2, .pure-white-background h3, .pure-white-background h4, .pure-white-background h5 {color:#080E12;}

.pure-white-background hr {background-color: #276856; margin: 0; }

.pure-white-background a {color: #C75300; text-decoration: none;}
.pure-white-background a:hover {color: #253054;}
.pure-white-background a:hover h2, .pure-white-background a:hover h3, .pure-white-background a:hover h4 {color: #253054;}

.pure-white-background .cta {
	padding:18px;
	background: transparent;
	color:#080E12;
	transition: 0.5s;
	display: inline-block;
	border-top: solid 2px #080E12;
	border-right: solid 2px #080E12;
	box-shadow: -8px 8px 0px 0px #080E12;
}
.pure-white-background .cta:hover{
	background: #080E12;
	color:#F6F8F8;
	box-shadow: none;
}


/**WHITE BACKGROUND**/
.white-background {
color:#080E12;
background-color:#F6F8F8;
}

.white-background h1, .white-background h2, .white-background h3, .white-background h4, .white-background h5 {color:#080E12;}

.white-background hr {background-color: #276856; margin: 0; }

.white-background a {color: #BD4F00; text-decoration: none;}
.white-background a:hover {color: #253054;}
.white-background a:hover h2, .white-background a:hover h3, .white-background a:hover h4 {color: #253054;}

.white-background .cta {
	padding:18px;
	background: transparent;
	color:#080E12;
	transition: 0.5s;
	display: inline-block;
	border-top: solid 2px #080E12;
	border-right: solid 2px #080E12;
	box-shadow: -8px 8px 0px 0px #080E12;
}
.white-background .cta:hover{
	background: #080E12;
	color:#F6F8F8;
	box-shadow: none;
}



/**NAVY BLUE BACKGROUND**/
.navy-background {
color:#fff;
background-color:#253054;
}

.navy-background h1, .navy-background h2, .navy-background h3, .navy-background h4, .navy-background h5 {color:#fff;}

.navy-background hr {background-color: #FF7C1F; margin: 0;}

.navy-background a {color: #FF7C1F; text-decoration: none;}
.navy-background a:hover {color: #909CB2;}
.navy-background a:hover h2, .navy-background a:hover h3, .navy-background a:hover h4 {color: #909CB2;}

.navy-background .cta {
	padding:18px;
	background: transparent;
	color:#fff;
	transition: 0.5s;
	display: inline-block;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	box-shadow: -8px 8px 0px 0px #fff;
}
.navy-background .cta:hover{
	background: #fff;
	color:#253054;	
	box-shadow: none;
}

/**CHARCOAL BACKGROUND**/
.charcoal-background {
color:#FFF;
background-color:#2A333C;
}

.charcoal-background h1, .charcoal-background h2, .charcoal-background h3, .charcoal-background h4, .charcoal-background h5 {color:#FFF;}

.charcoal-background hr {background-color: #FFF; margin: 0;}

.charcoal-background a {color: #FF6D05; text-decoration: none;}
.charcoal-background a:hover {color: #FFCBA8;}
.charcoal-background a:hover h2, .charcoal-background a:hover h3, .charcoal-background a:hover h4 {color: #FFCBA8; text-decoration: none;}

.charcoal-background .cta {
	padding:18px;
	background: transparent;
	color:#FFF;
	transition: 0.5s;
	display: inline-block;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	box-shadow: -8px 8px 0px 0px #FFF;
}
.charcoal-background .cta:hover{
	background: #FFF;
	color:#2A333C;	
	box-shadow: none;
}

/**LIGHT GREY BACKGROUND**/
.light-grey-background {
color:#080E12;
background-color:#E9EDED;
}

.light-grey-background h1, .light-grey-background h2, .light-grey-background h3, .light-grey-background h4, .light-grey-background h5 {color:#080E12;}

.light-grey-background hr {background-color: #000D99; margin: 0;}

.light-grey-background a {color: #000D99; text-decoration: none;}
.light-grey-background a:hover {color: #2C7762;}
.light-grey-background a:hover h2, .light-grey-background a:hover h3, .light-grey-background a:hover h4 {color: #2C7762;}

.light-grey-background .cta {
	padding:18px;
	background: transparent;
	color:#080E12;
	transition: 0.5s;
	display: inline-block;
	border-top: solid 2px #080E12;
	border-right: solid 2px #080E12;
	box-shadow: -8px 8px 0px 0px #080E12;
}
.light-grey-background .cta:hover{
	background: #080E12;
	color:#E9EDED;	
	box-shadow: none;
}


/**ORANGE BACKGROUND**/
.orange-background {
color:#0F0F0F;
background-color:#f56600;
}

.orange-background h1, .orange-background h2, .orange-background h3, .orange-background h4, .orange-background h5 {color:#0F0F0F;}

.orange-background hr {background-color: #0F0F0F; margin: 0;}

.orange-background a {color: #222A49; text-decoration: none;}
.orange-background a:hover {color: #242A33;}
.orange-background a:hover h2, .orange-background a:hover h3, .orange-background a:hover h4 {color: #242A33;}

.orange-background .cta {
	padding:18px;
	background: transparent;
	color:#0F0F0F;
	transition: 0.5s;
	display: inline-block;
	border-top: solid 2px #0F0F0F;
	border-right: solid 2px #0F0F0F;
	box-shadow: -8px 8px 0px 0px #0F0F0F;
}
.orange-background .cta:hover{
	background: #0F0F0F;
	color:#f56600;	
	box-shadow: none;
}


/**GREY BLUE BACKGROUND**/
.grey-blue-background {
color:#fff;
background-color:#4A5B6B;
}

.grey-blue-background h1, .grey-blue-background h2, .grey-blue-background h3, .grey-blue-background h4, .grey-blue-background h5 {color:#fff;}

.grey-blue-background hr {background-color: #fff; margin: 0;}

.grey-blue-background a {color: #FFC499; text-decoration: none;}
.grey-blue-background a:hover {color: #CBD0E7;}
.grey-blue-background a:hover h2, .grey-blue-background a:hover h3, .grey-blue-background a:hover h4 {color: #CBD0E7;}

.grey-blue-background .cta {
	padding:18px;
	background: transparent;
	color:#fff;
	transition: 0.5s;
	display: inline-block;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	box-shadow: -8px 8px 0px 0px #fff;
}
.grey-blue-background .cta:hover{
	background: #fff;
	color:#4A5B6B;	
	box-shadow: none;
}



.hide {display:none;}

/**HOME PAGE**/
.slideshow-height {min-height: 65vh;}

.boxes-img-bk a:hover h2 {
  color: #fff !important;
}

.tile-image-link-container {
    transition: box-shadow .5s,transform .5s,-webkit-box-shadow .5s,-webkit-transform .5s;
    -webkit-box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);
    box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);
	background: #fff;
}


.events-row .cta {
background: #fff;
  color: #4A5B6B;
  box-shadow: none;
  padding: 18px;
  transition: 0.5s;
  display: inline-block;
  text-decoration: none;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;	
}
.events-row .cta:hover{
	background: transparent;
	color:#FFF;
	transition: 0.5s;
	display: inline-block;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	box-shadow: -8px 8px 0px 0px #fff;
	text-decoration: none;
}

/*SUB PAGE TITLE*/

.title {
	border-bottom: solid 2px #f56600 !important; }

.title-cinema {
	border-bottom: solid 2px #f56600 !important; }

.title-cinema h1 {font-size: 6rem; }
/**IMAGE TITLE**/

.image-title-margin {
  margin-top: 30px;
}

.image-tile-image-left {
	padding: 0px;
width: 100%;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  height: 31.5rem;
    /*margin-bottom: 10px;
margin-top: 10px;	
	margin-left: 10px;	*/
}

.image-tile-image-left img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
}

.image-tile-image-right {
	padding: 0px;
width: 100%;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  height: 21rem;
 /*margin-bottom: 10px;
margin-top: 10px;*/	
}

.image-tile-image-right img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
}

.tile-image-link:hover img{
 -webkit-transform:scale(1.1);
 transform:scale(1.1);	
}

.tile-text-box {
margin: 0px 30px 0px 30px;
width: 90%;
}

.tile-text-box .cta {margin-left: 10px;}

.tile-left-text-box {
	/*margin-left: 9px;
	margin-right: 9px;*/
}
.tile-right-text-box {
	/*margin-right: 9px;*/
}

.overlay {
    position: absolute;
    transition: 0.5s;
    color: #fff;
    font-size: 2.2em;
   box-shadow: inset 0 0 0 2000px rgba(45, 44, 44, 0.6);
    height: 100%;
    width: 100%;
    border: 0px solid #ffffff;
    left: 1px;
}

.overlay:hover{
	box-shadow: none;
	font-size:2.2em;
	color:#fff;
}

.tile-text {position: absolute;
  top: 10%;
  left: 5%;
    text-shadow: 5px 5px 12px #000, 5px 5px 12px #000;
}
.tile-text h2 {color: #fff;
	margin-top:0px;
}

.logo {font-family: "rucksack", sans-serif;
font-weight: 505;
font-style: normal;
font-size: 4.0rem;
  line-height: 4.2rem;
margin-top: -48px;
margin-bottom: 36px;	
text-shadow: 1px 1px 4px #000, 1px 1px 4px #000;
text-transform: uppercase;
color: #FF6D05;}

.shadow-row {    
	box-shadow: 0 4px 15px -6px #535353;
    z-index: 3;
    position: relative;
}

.top-row {margin-right: 21px;}
.top-row p {font-size:1.1rem; line-height: 1.3rem;}
.navy-background .top-row a {color: #fff;}
.navy-background .top-row a:hover {color: #909CB2;}


.menu-col {margin-top: -22px;}

.spacing {
	padding-top: 60px;
  padding-bottom: 60px;
}

.spacing-top {padding-top: 50px; padding-bottom: -35px;}
.spacing-bottom {padding-bottom: 60px;}

.row-margin-top {margin-top: 10px;}

/**CYFLEUSTERAU HOME PAGE**/

.cyfleusterau-rhes .lbm-column {display: flex;}

.cyfleusterau-rhes .container {
  position: relative;
  width: 1160px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transform-style: preserve-3d;
  perspective: 500px;
  margin: auto;
}
.cyfleusterau-rhes .container .box {
  position: relative;
  width: 275px;
  height: 275px;
  background: #000;
  transition: 0.5s;
  transform-style: preserve-3d;
  overflow: hidden;
  margin-right: 15px;
  margin-top: 45px;
}
.cyfleusterau-rhes .container:hover .box {
  transform: rotateY(25deg);
}
.cyfleusterau-rhes .container .box:hover ~ .box {
  transform: rotateY(-25deg);
}
.cyfleusterau-rhes .container .box:hover {
  transform: rotateY(0deg) scale(1.25);
  z-index: 1;
  box-shadow: 0 25px 40px rgba(0,0,0,0.5);
}
.cyfleusterau-rhes .container .box .imgBx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cyfleusterau-rhes .container .box .imgBx:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,#387C99,#234c5d);
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  mix-blend-mode: multiply;
}
.cyfleusterau-rhes .container .box:hover .imgBx:before {
  opacity: 1;
}
.cyfleusterau-rhes .container .box .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cyfleusterau-rhes .container .box .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  padding: 20px;
  align-items: flex-end;
  box-sizing: border-box;
}
.cyfleusterau-rhes .container .box .content h2, .cyfleusterau-rhes .container .box .content h3 {
  color: #fff;
  transition: 0.5s;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 20px;
  transform: translateY(200px);
  transition-delay: 0.3s;
}
.cyfleusterau-rhes .container .box:hover .content h2,.cyfleusterau-rhes .container .box:hover .content h3 {
  transform: translateY(0px);
}
.cyfleusterau-rhes .container .box .content p {
  color: #fff;
  transition: 0.5s;
  font-size: 14px;
  transform: translateY(200px);
  transition-delay: 0.4s;
}
.cyfleusterau-rhes .container .box:hover .content p {
  transform: translateY(0px);
}

.no-pad-bottom {padding-bottom: 0px;}

/*
***************************************************
HOME LISTING BOXES
***************************************************
*/
.home-image-tile-image{
	padding: 0px;
    width: 100%;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 20rem;
}


.home-image-tile-image img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	/*-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .5s;*/
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;		
}



.home-tile-image-link:hover img{
 -webkit-transform:scale(1.1);
 transform:scale(1.1)
}

.home-tile-image-link{
	text-decoration: none !important;
}

.home-tile-image-link-container{
	transition: box-shadow .5s,transform .5s,-webkit-box-shadow .5s,-webkit-transform .5s;
	-webkit-box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);
	box-shadow: 0 10px 40px -15px rgba(0,0,0,.2);	
}

.home-tile-description{
	padding:5px 20px;
}

.home-tile-description h2{
	font-size: 1.8rem;
	    margin: 0px;
}

.home-tile-description p{
	font-size: 1.7rem;
	line-height: 1.9rem;
	    margin: 12px 0px;
	font-weight: bold;
}

.home-tile-description hr{
	border-bottom: 5px solid #131C47;
	margin:-15px 0px 0px 0px;
	width: 100px;
	max-width: 100%;
	border-top: none;
}

/*
***************************************************
NEWS LISTING BOXES
***************************************************
*/

.news {
    padding: 20px 20px !important;
    min-height: 130px !important;
}

.news p {
    font-size: 1.5rem;
    line-height: 1.9rem;
    margin: 12px 0px;
    font-weight: bold;
}

.news h2 {
    font-size: 1.7rem;
    margin: 0px;
}

.news-grid-2 .hmy-content-wrapper {
    margin: 10px !important;
    box-sizing: border-box;
    position: relative;
}

/*************************************
CINEMA PAGE
***************************************/

.cinema {
    padding: 20px 20px !important;
    min-height: 180px !important;
    background-color: #ffffff12;

}

.cinema p {
    font-size: 1.3rem;
    line-height: 1.4rem;
    margin: 12px 0px;
    font-weight: bold;
}

.cinema h2 {
    font-size: 1.6rem;
    line-height: 1.7rem;
    margin: 0px;
}

.news-grid-2 .ism-content :hover {color: #ffffff !important}
.news-grid-2 .ism-content h2:hover {color: #ffffff !important}

.news-grid-2 .ism-pad-30 .ism-content {
    padding: 10px;
}

/**FOOTER**/

.p7LBM-01{
            min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer{
    margin-top: auto;
}

.footer h2{font-size: 1.9rem; line-height: 2.1rem;}

.spacer-border {border-bottom: 5px #fff solid;}

.footer input[type=text], input[type=email], input[type=url], input[type=password], input[type=tel] {
    max-width: 500px;
    width: 95%;
    padding: 10px;
    border: 1px solid #191010;
    font-family: "rucksack", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3rem;
    margin-bottom: 15px;
    /*margin-top: 15px;*/
    display: inline-block;
}

/**COPYRIGHT**/

.copyright p {font-size:1.1rem; line-height: 1.3rem;}

/*IN THIS SECTION TILES*/


.image-tile-image{
	padding: 0px;
    width: 100%;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 13rem;
}

.image-tile-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    /*padding: 5px;*/
	background-color: rgba(36, 121, 118, 0.75);
}



.its-box-tile-text {
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: #f56600;
padding: 25px 25px 25px 20px !important;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 0 4px 15px -6px #000;
	margin-right: 5%;
}
	
.its-box-tile-text {
  font-size: 1.8rem;
font-weight: bold;
  margin: 0px 0px 0px 0px;
}

.its-box-overlay:hover{
	font-size: 1.45em;
	color:#000;
    box-shadow: none !important;
}

.its-box-overlay {
  position: absolute;
  transition:0.5s;
	color:#000;
	font-size: 1.35em;
	
	height:100%;
	width:100%;

	text-transform: uppercase;
    font: bold;
     box-shadow: inset 0 0 0 2000px rgb(37 48 84 / 69%);
}

.news-tile-image-link:hover img{
 -webkit-transform:scale(1.1);
 transform:scale(1.1)
}

.news-tile-image-link{
	text-decoration: none;
}

.its-50 {
    padding-right: 20px;
    padding-bottom: 20px;
}

/*IN THIS SECTION*/

.its h2 {font-size: 1.9rem}

.its a:hover {
    color: #222A49;
    text-decoration: underline;
}


/**PROJECT SEVEN**/
.lbm-centered hr {margin:auto;}
.lbm-right hr {margin-right: 0 !important; margin: auto;}

.menu-col .p7AMM li a {font-size: 17px;}

.menu-col .p7AMM.amm-rootlinks-black ul a {
  background-color: rgb(37, 48, 84);
  color: #FFF;
  text-transform: uppercase;
}

.menu-col .p7AMM.amm-rootlinks-black ul a:hover, .p7AMM.amm-rootlinks-black ul a:focus, .p7AMM.amm-rootlinks-black ul a.amm-trigger.open {
  background-color: rgb(255,255,255) !important;
  color: #000 !important;
}

.max-2000 {max-width: 2000px;}

.cinema-row {/*margin-top: 10px;*/}

.cinema-row img {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  box-shadow: -8px 8px 0px 0px #fff;
}

.cinema-row .cinema-text {
	color: #FF6D05;
text-align: center;
text-shadow: 2px 2px 2px #000;
}

.mbx-thumbs img {
  box-shadow: -8px 8px 0px 0px #2530541c;
}

.p7AGM.agm-white {
    background-color: #F6F8F8 !important;
}

.p7AGM.agm-white .agm-tools {
    background-color: #F6F8F8 !important;
}

.p7AGM.agm-white .agm-thumbs-outer {
    background-color: #F6F8F8 !important;
}

.agm-white .agm-thumbs {
  border: #F6F8F8 !important;
}

.agm-white .agm-thumbs-arrow-right {
    background-image: url(img/agm-thumbs-arrow-right-black.png);
    border-left: none !important;
}

.agm-white .agm-thumbs-arrow-left {
    background-image: url(img/agm-thumbs-arrow-left-black.png);
    border-right: none !important;
}

.agm-caption {
  color: #000 !important;
  background-color: rgba(246, 248, 248, 0.9) !important;
  text-align: center;
}

/**SPLASH BACKGROUND**/

.splash-image {
  color: #FFFFFF;
  background-image: url("../images/splash-2.webp");
  background-size: cover;
  height: 100vh;
  min-height: 700px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 4px 45px -6px #000000;
}



.cta-index{
	text-transform: uppercase;
	font-size:1.3rem;
	display:inline-block;
	font-family: "rucksack", sans-serif;
	margin: 0px 10px 0px 10px;
}

.white-background .cta-index {
	padding:18px;
	background: #f2f2f2;
	color:#080E12;
	transition: 0.5s;
	display: inline-block;
	border-top: solid 2px #080E12;
	border-right: solid 2px #080E12;
	box-shadow: -8px 8px 0px 0px #080E12;
}
.white-background .cta-index:hover{
	background: #080E12;
	color:#F6F8F8;
	box-shadow: none;
}



.logo-splash {
	    font-family: "rucksack", sans-serif;
    font-weight: 505;
    font-style: normal;
    font-size: 6.0rem;
    line-height: 4.2rem;
    /* margin-top: -48px; */
    margin-bottom: 36px;
    text-shadow: 1px 1px 4px #000, 1px 1px 4px #000;
    text-transform: uppercase;
    color: #FF6D05;
    padding-top: 20px;
  padding-bottom: 15px;
	}

.p7HMY .hmy-noscript .splash-logo {
	align-content: center !important;
}



/*.cinema-row .cta {
	padding:18px;
	background: transparent;
	color:#FF6D05;
	transition: 0.5s;
	display: inline-block;
	border-top: solid 2px #FF6D05;
	border-right: solid 2px #FF6D05;
	box-shadow: -8px 8px 0px 0px #FF6D05;
}
.cinema-row .cta:hover{
	background: #FF6D05;
	color:#2A333C;	
	box-shadow: none;
}*/




/**RESPONSIVE FORM**/

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=date],
input[type=time],
input[type=time],
input[type=tel]
 {
	max-width:500px;
	width: 95%;
	padding: 10px;	
	border: 1px solid #191010;
	font-family: "rucksack", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem; 
	margin-bottom:15px;
	display: inline-block;
}

input[type=number]
 {
	max-width:500px;
	width: 95%;
	padding: 10px;	
	border: 1px solid #191010;
	font-family: "rucksack", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem; 
	 margin-bottom:15px;
	 display: inline-block;
}

textarea{
	max-width:500px;
	width: 95%;
	border: 1px solid #191010;	
	font-family: "rucksack", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem; 
	margin-bottom:15px;
	padding:10px;
	resize: none;
	display: inline-block;
  }

select {
	max-width:522px;
	width: 95%;
	border: 1px solid #191010;	
	font-family: "rucksack", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem; 
	margin-bottom:15px;
	padding:10px;	
	color:#191010;
	display: inline-block;
	background: #ffffff;
}


select[multiple] option:checked { background: none; }

select option:focus,
select option:hover,
select option:active ,
select option {
	background:#191010;
	color: #fff;
}

input[type=submit]{
	padding:18px;
	background: transparent;
	color:#F7F9F9;
	transition: 0.5s;
	display: inline-block;
	border-top: solid 2px #F7F9F9;
	border-right: solid 2px #F7F9F9;
	box-shadow: -8px 8px 0px 0px #F7F9F9;
	text-transform: uppercase;
	font-size:1.3rem;
	font-family: "rucksack", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1.2px;
	margin-top:15px;
	border:none;
	-webkit-border-radius:0px;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type=submit]:hover{
	background: #F7F9F9;
	color:#234C5D;	
	box-shadow: none;
	transition: 0.5s;
}

select option:focus, select option:hover, select option:active, select option {
  background: #003466;
  color: #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #191010;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #191010;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #191010;
}

.name_2{
	display: none !important;
}

.footer input[type=submit]{font-size:1.1rem; }
.footer .navy-background .cta {padding: 16px;}


/**ACCORDION PANEL**/

.p7AP4-01.ap4-trig-border a.p7AP4-01 {
	border-bottom: 6px solid #f6f8f8 !important;
}
a.p7AP4-01 {
    background-color: #253054 !important;
    color: #ffffff !important;
   	box-shadow: inset 0px 4px 4px rgba(255,255,255,0.02);
}

.p7AP4-01.ap4-trig-border a.p7AP4-01:hover {
    border-bottom: 6px solid #f6f8f8;}

a.p7AP4-01.ap4Trigs_down {
    color: #0f0f0f !important;
	background-color: #f56600!important;
}

a.p7AP4-01:hover {
    background-color: #f56600 !important;
    color: #0f0f0f !important;
    box-shadow: inset 0px 28px 3px rgba(255, 255, 255, 0.025) !important;
}

a.p7AP4-01.ap4Trigs_down:hover {
    background-color: #f56600 !important;
	color: #0f0f0f!important;
}

.p7AP4-01.ap4-trig-border a.p7AP4-01:hover {
	border-bottom: 6px solid #f6f8f8!important;
}

.p7AP4-01.p7AP4trig a, .p7AP4-01.p7AP4trig h3, .p7AP4-01.p7AP4trig h4 {
    font-weight: bold !important;
}

.p7AP4-01.ap4-panel-border .p7AP4-01.p7AP4content
 {
    border-left: none !important;
    border-right: none !important;
}

.p7AP4-01.ap4-panel-border .p7AP4-01.p7AP4cwrapper.ap4last .p7AP4-01.p7AP4content, .p7AP4-01.ap4-panel-border .p7AP4-03.p7AP4cwrapper.ap4last .p7AP4-03.p7AP4content {
    border-bottom: none !important;
}

.p7AP4-01.p7AP4trig a, .p7AP4-01.p7AP4trig h3 {
    font-size: 1.9rem !important;
}

/**RESPONSIVE**/

@media only screen and (max-width: 1500px) {
	.logo {
  font-size: 3.8rem;
  line-height: 4.0rem;
}
}

@media only screen and (max-width: 1500px) {
	.logo {
  font-size: 3.0rem;
  line-height: 3.2rem;
}
.home-tile-description {
  height: 6rem;
}	
.home-image-tile-image {
  height: 16rem;
}	
	
.news h2 {
    font-size: 1.6rem !important;
}
.cinema h2 {
    font-size: 1.6rem !important;
}
	
}

@media only screen and (max-width: 1300px) {
.slideshow-height {min-height: 45vh;}
.spacing {
	padding-top: 40px;
  padding-bottom: 40px;
}

.spacing-top {padding-top: 40px;}
.spacing-bottom {padding-bottom: 40px;}

.image-tile-image-left {/*width: 97%;*/}
.tile-text-box {/*margin: 10px 5px 0px 10px;*/}
.tile-text-box p {font-size: 1.1rem; line-height: 1.3rem;}
	
  .home-image-tile-image {
    height: 14rem;
  }	
	
.news-grid-2 .hmy-section {flex-basis: 33% !important;}
	
	.hide-popcorn {display: none}
	
	.cinema-info {flex-basis: 100% !important;}
	
	.news-grid-2 .ism-panel {min-width: 33% !important}
	
}

@media only screen and (min-width: 0px) and (max-width: 1250px) {
	.home-tile-description p{
	font-size: 1.4rem;
	line-height: 1rem;
}
	
}


@media only screen and (min-width: 0px) and (max-width: 1200px) {
	.hide-on-tablet {display:none;}
  .home-image-tile-image {
    height: 12rem;
  }	
	.home-tile-description h2 {font-size: 1.5rem;}
	
	.logo {
  font-size: 2.5rem;
  line-height: 2.7rem;
	margin-top: -25px;	
}
	
	body, p, li {
	font-size:1.1rem;
	line-height: 1.3rem;
}

h1 {font-size: 2.5rem; line-height: 2.7rem;}
h2{font-size: 2.2rem; line-height: 2.4rem;}
h3{font-size: 1.7rem; line-height: 1.9rem;}
h4{font-size: 1.6rem; line-height: 1.7rem;}
h5{font-size: 1.4rem; line-height: 1.5rem;}
	
.p7AP4-01.p7AP4trig a, .p7AP4-01.p7AP4trig h3 {
    font-size: 1.7rem !important;
}

.cta{font-size:1.1rem;}

.headline {
  font-size: 2.7rem;
  line-height: 2.9rem;
	margin-top: 20px;
  margin-bottom: 20px;
}
	
	.be-sy-mlaen {
	font-size: 2.7rem;
line-height: 2.9rem;
	}
	
	.cinema-text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 3.7rem;
  line-height: 3.9rem;
}

.footer h2{font-size: 1.7rem; line-height: 1.9rem;}

    .news h2 {
        font-size: 1.5rem !important;
    }
	
	   .cinema h2 {
        font-size: 1.5rem !important;
    }

	    .home-tile-description p {
        font-size: 1.2rem !important;
		line-height: 1rem !important; 
    }
	
.news { min-height: 125px !important;}
	
	.cinema { min-height: 150px !important;}

	.in-this-section {width: 100% !important;}
	
.its {
	border-bottom: solid 2px #FF6D05 !important;
	border-top: solid 2px #FF6D05 !important;
	background-color: #F6F8F8;
}
	
	.its-box-tile-text {font-size: 1.6rem;}
	


}

@media only screen and (min-width: 0px) and (max-width: 1050px) {
	.home-tile-description {min-height: 85px;}
	
}

@media only screen and (min-width: 0px) and (max-width: 1100px) {
	.news-grid .hmy-section {flex-basis: 33% !important;}
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
	.boxes .width-50 {width: 100%; float: left;}
	.tile-text-box {height: auto; padding: 30px 10px;}
	.boxes-hide {display:none;}
	
	.news-grid-2 .hmy-section {flex-basis: 50% !important;}
	.news-grid-2 .ism-panel {min-width: 50% !important}
	
}

@media only screen and (min-width: 0px) and (max-width: 985px) {

}

@media only screen and (min-width: 0px) and (max-width: 960px) {
.logo {font-size: 2rem;  line-height: 1.8rem; margin-top: -20px;}
.copyright p {font-size:1.0rem; line-height: 1.2rem;}	
	
}

@media only screen and (max-width: 920px) {
	div.mbx-thumbs li img {max-height: 250px !important;}
}

@media only screen and (min-width: 0px) and (max-width: 900px) {
	.home-grid .home-grid-top {flex-basis: 50% !important;}
	.home-grid .home-grid-bottom {flex-basis: 100% !important;}
	.slideshow-height {min-height: 40vh;}
	.home-tile-description {min-height: 0px;}
	  .home-image-tile-image {
    height: 16rem;
  }
  .home-tile-description {
    height: 4rem;
  }	
	
	
.logo-splash {
	font-size: 5.0rem;}
	
}

@media only screen and (max-width: 865px) {
.copyright .width-50 {width: 100%;}
.copyright .lbm-right {text-align: left; margin-top: -17px;}
	
}

@media only screen and (max-width: 810px) {
	.slideshow-height {min-height: 35vh;}
		  .home-image-tile-image {
    height: 14rem;
  }	
	
		.logo {font-size: 2.4rem; line-height: 2.5rem;}
	.logo-menu-row .width-30 {width: 40%;}
	.logo-menu-row .width-70 {width: 60%;}
}

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

}

@media only screen and (max-width: 730px) {
	div.mbx-thumbs li img {max-height: 120px !important;}
}

@media only screen and (max-width: 715px) {
.home-tile-description p{
	font-size: 1.2rem;
	line-height: 1.4rem;
}
}

@media only screen and (max-width: 700px) {
	.hide-on-mobile {display:none;}
	.mobile-side-padding {padding: 10px 30px !important;}
	.slideshow-height {min-height: 25vh;}
	.logo {
  margin-top: -20px;
  margin-bottom: 10px;
		font-size: 2.6rem;
		line-height: 2.7rem;
}
	
	.spacing {
	padding-top: 20px;
  padding-bottom: 20px;
}

.spacing-top {padding-top: 20px;}
.spacing-bottom {padding-bottom: 20px;}
	
	.top-row p {font-size:1.0rem; line-height: 1.2rem;}
	
	body, p, li {
	font-size:1.0rem;
	line-height: 1.2rem;
}

h1 {font-size: 2.0rem; line-height: 2.2rem;}
h2{font-size: 1.8rem; line-height: 2.0rem;}
h3{font-size: 1.5rem; line-height: 1.7rem;}
h4{font-size: 1.3rem; line-height: 1.5rem;}
h5{font-size: 1.1rem; line-height: 1.3rem;}
	
.p7AP4-01.p7AP4trig a, .p7AP4-01.p7AP4trig h3 {
    font-size: 1.5rem !important;
}

.cta{font-size:1.0rem;}

.headline {
  font-size: 2.1rem;
  line-height: 2.3rem;
}
	.be-sy-mlaen {
	font-size: 1.9rem;
line-height: 2.1rem;
	}
	
	.cinema-text {
  font-size: 3.1rem;
  line-height: 3.3rem;
}
	
	.tile-text-box {/*margin: 10px;  width: 95%;*/}
	
.footer h2{font-size: 1.5rem; line-height: 1.7rem;}
	
	.mobile-img {max-width: 75%;}
	
	.menu-col .p7AMM.amm-responsive .amm-toolbar {background-color: transparent;}
	
	.menu-col .p7AMM.amm-responsive .amm-toolbar a {opacity: 1;}
.menu-col .p7AMM.amm-responsive .amm-toolbar a:hover {opacity: 0.7;}
.p7AMM.amm-responsive .amm-toolbar.closed a:before {content: "";}
.p7AMM.amm-responsive .amm-toolbar.opened a:before {content: "";}
	
.cinema-row img {margin-bottom: 20px;}	
	
	.menu-col {margin-bottom: 10px;}
	.top-row {margin-right: 0px;}	
	.menu-col .p7AMM ul li {padding: 0px 3px;}
	
.news-grid .hmy-section {flex-basis: 50% !important;}
	
	.its-50 {flex-basis: 100% !important;
		padding: 20px 0px 0px 0px !important;
		
	}
	
	input[type=text], input[type=email], input[type=url], input[type=password], input[type=tel] { font-size: 1rem;}
	
	textarea { font-size: 1rem;}
	
	select {font-size: 1rem;}
	
	.mbx-thumbs img {
  box-shadow: none !important;
}
	
	    .title-cinema .cinema-text {
			margin-top: 40px !important;}
	
		.title-cinema h1 
	{font-size: 4rem !important;
	text-align: left;}
	
.logo-splash {
	font-size: 4.0rem;}
	
.news-grid-2 .ism-panel {min-width: 100% !important}
	
}

@media only screen and (max-width: 675px) {
.image-tile-image-right {height: 21rem;}
}

@media only screen and (max-width: 650px) {
	.home-image-tile-image {height: 13rem;}

}


@media only screen and (max-width: 600px) {
	.logo {margin-bottom: 15px;margin-top: -10px;}
	
	.slideshow-height {min-height: 20vh;}
	
	.home-grid .event-col {flex-basis: 50% !important;}

	.news-grid-2 .hmy-section {flex-basis: 100% !important;}
		.news {height: auto !important;}
		.cinema {height: auto !important;}
}

@media only screen and (max-width: 595px) {
.home-tile-description p{
	font-size: 1.0rem;
	line-height: 1.2rem;
}
	
.home-grid .event-col {flex-basis: 100% !important;}
.home-grid .event-col .hmy-right, .home-grid .event-col .hmy-left {text-align: center;}
}

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

}


@media only screen and (max-width: 550px) {
.home-grid .home-grid-top {flex-basis: 100% !important;}
  .home-image-tile-image {
    height: 18.5rem;
  }	
 .home-tile-description {
    min-height: 0px !important;
  }	
}

@media only screen and (max-width: 500px) {
  .home-image-tile-image {
    height: 17rem;
  }	
}

@media only screen and (max-width: 450px) {
  .home-image-tile-image {
    height: 16rem;
  }	
	
}
@media only screen and (max-width: 400px) {
  .home-image-tile-image {
    height: 14rem;
  }	
}


@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
     html {
        -webkit-text-size-adjust: none;
     }
}