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

/* main colours:
	yellow: #FAC200;
	red: #641234;

*/

body {
 	margin:0;
	background-color: #fff;
}

.start{
	background:url(../img/bg2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top;
	width:100vw;
	height: 70vh;
	position:relative;
	padding-top:2rem;
	margin: 2.0% 0% 0% 0%;
	z-index: 990;
}

.amre {
	position: absolute;
	top:7rem;
}

.cast{
	position: relative;
	top: 3rem;
	
}



.row {
    max-width: 100%;
	padding: 2rem 2rem 4rem 2rem;
}

.content{
	background-image:url(../img/bgf.jpg);
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	position:relative}

.contenta{
	background-color:#FFFFFF;
}

.startbu{
	background-color: none;
	margin-right: 5rem;
	transition: opacity 0.5s;
}

.startbu:hover{
	opacity: 0.75;
}

.termin{
	background-color:#641234;
	width:100%;
	vertical-align: middle;
	height: 3.5rem;
}

.termin p{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, Futura PT, "sans-serif";
	font-style: normal;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#ffffff;
	padding: 1rem 0rem;
}

.headline{
	background-color:#FFFFFF;
	padding:0rem 3rem;
}


.spacer{
	background-color:#FFFFFF;
	height:2rem;
}

#bfs{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, Futura PT, "sans-serif";
	font-style: normal;
	font-size: 0.9rem;
	color:#ffffff;
}

h1{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, Futura PT, "sans-serif";
	font-style: normal;
	font-size: 2.8rem;
	font-weight: 900;
	text-transform: uppercase;
	color:#641234;
	padding: 2rem 0rem;
	text-align: center;
}

h2{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, Futura PT, "sans-serif";
	font-style: normal;
	font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#641234;
	padding: 2rem 0rem;
}


h3{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, Futura PT, "sans-serif";
	font-style: normal;
	font-size: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#641234;
}

h4{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, Futura PT, "sans-serif";
	font-style: normal;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#641234;
}

h5{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, Futura PT, "sans-serif";
	font-style: normal;
	font-size: 1rem;
	font-weight: bold;
	color:#641234;
}


.white{
	color:#ffffff;
	
}

.interhead{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, Futura PT, "sans-serif";
	font-style: normal;
	font-size: 1.3rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#641234;	
} 


.txt strong{
	color:#641234;
}


.txt{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-style: normal;
	font-size: 1.4rem;
	color:#641234;
}

.txtw{
	background-color: #ffffff;
	color: #641234;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-style: normal;
	font-size: 1.0rem;
	padding: 2rem;
}



.accordion-title{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";	
	color:#641234;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
}

.accordion-title:hover, .accordion-title:focus{
    background:rgba(100,18,52,0.50);
	color: #FFFFFF;
}

.accordion-content{
	background-color:rgba(100,18,52,0.75);
	margin-left: 3rem;
	color: #FFFFFF;
}

.accordion-content a{
	color: #FFFFFF;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1.0rem;
	font-weight: bold;
}

.accordion-content:hover{
	background-color:rgba(100,18,52,1.00);
	color: #FFFFFF;
}



.tabs{
	background-color: #FFFFFF;
	border:none;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform:uppercase;
	font-size:2rem;
	margin-top: 2rem;
}

.tabs-panel{
	padding: 0rem;
	background-color:#FFFFFF;
	margin-top: 2rem;
	
	}

.tabs-panel > a[aria-hidden="true"]{
	padding: 0rem;
	background-color:#FFFFFF;
	}

.tabs-title{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, Futura PT, "sans-serif";
	font-size: 5rem;
	font-weight: 700;
	
}


.tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
    background:#641234;
	color: #FFFFFF;
	margin-bottom: 1rem;
	font-size: 0.9rem;
	line-height: 1.1rem;
	font-weight: 700;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected="false"] {
    background:rgba(100,18,52,0.50);
	color: #FFFFFF;
	margin-bottom: 1rem;
	font-size: 0.9rem;
	line-height: 1.1rem;
	font-weight: 700;
	
}

.tabs-title > a:focus, .tabs-title > a[aria-selected="false"]:hover {
    background:rgba(100,18,52,1.0);
	color: #FFFFFF;
	margin-bottom: 1rem;
	font-size: 0.9rem;
	line-height: 1.1rem;
	font-weight: 700;
}






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

html, body {
  height:100%;
}

section {
  float:left;
  width:100%;
  background:#fff;
  position:relative;
  box-shadow:0 0 5px 0px #333;
}


.arrow-wrap {
	position:absolute;
  	z-index:1;
  	left:50%;
  	top:-35em;
  	margin-left:-5em;
  	width:13em;
  	height:13em;  
  	font-size:0.5em;
  	display:block;
  	opacity: 0.7;
  	transition: opacity 1s;
	-webkit-animation: wiggle 0.5s infinite;
}

@-webkit-keyframes wiggle {
	0% {
		-webkit-transform:rotate(6deg);
	}
	50% {
		-webkit-transform:rotate(-6deg);
	}
	100% {
		-webkit-transform:rotate(6deg);
	}
}



.arrow-wrap:hover {
	-webkit-animation: wiggle 0.5s infinite;
	opacity: 1;
}

.overlay {
  	position: absolute;
  	top: -3rem;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	height: 100%;
  	width: 100%;
  	opacity: 0;
  	transition: .5s ease;
 	font-size: 1rem;
  	color: #ffffff;
}

.arrow-wrap:hover .overlay {
	opacity: 1;
	
}

.re{
	float:right;
}

.overlayp {
  	position: absolute;
  	top: 0rem;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	height: 100%;
  	width: 100%;
  	opacity: 0;
  	transition: .5s ease;
 	font-size: 1rem;
  	color: #ffffff;
	background-color: #000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-style: normal;
	font-size: 1rem;
	color:#ffffff;
}

.overlayp:hover {
	opacity: 0.5;
	
}

.fest{
	background-color:#641234;
	
}

.festival{
	float:left;
	padding-top:1rem;
}

tbody tr td{
	background-color:#65b6c3;
	border:none;
}

table{
	border-collapse: inherit;
}

.button{
	background-color:#641234;
	color:#ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

.button:hover{
	background-color:rgba(100,18,52,0.50);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

.buttona{
	transition: opacity 0.5s;
	
}

.buttona:hover{
	opacity: 0.5;
}

.blue{
	color:#FFFFFF;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	
}

 .blue:hover{
	background-color:rgba(100,18,52,0.50);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}




.quote{
	padding: 10rem 0rem;
}

.land{
	padding-top: 2rem;
}

.orbit-bullets button.is-active{
	width: 0.5rem;
    height:0.5rem;
    margin: 0.5rem;
    background-color:#641234;
}

.orbit-bullets button {
    width: 0.5rem;
    height:0.5rem;
    margin: 0.5rem;
    background-color:#FFFFFF;
}

.pimg {
	display: block;
  	width: 100%;
  	height: auto;
}

.partner{
	position: relative;	
}

.price{
	margin-top: 5rem;
}

.win{
	transition: opacity 1s;
}

.win:hover{
	opacity:0.5;
}

.khgf{
	position: absolute;
	
	top:0.2rem;
	right:0rem;
	z-index: 1000
}


@media screen and (max-width: 65em) {
	.start{
		background:url(../img/bg-l.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top;
	width:100%;
	min-height:97vh;
	position:relative;
	z-index:0;
	margin-top:-10px;
	padding-top:2rem;
}
	
.khgf{
	position: absolute;
	top:3.2rem;
}	

.amre{
	margin-top: 2rem;
	text-align: center;
	}
	
.festival{
	margin-top: -5rem;
	padding-top:0rem;	
	}

}

@media screen and (max-width: 40em) {

.start{
	background:url(../img/bg-m.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:top;
	width:100%;
	z-index:0;
	top:0rem;
	margin-bottom:-5rem;
}
	
	
.row {
    max-width: 100%;
	padding: 1rem;
}
	
	
p .termin {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, Futura PT, "sans-serif";
	font-style: normal;
	font-size: 1.3rem;
	line-height: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#ffffff;
	padding: 1rem 0rem;
}
	
	
h1{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, Futura PT, "sans-serif";
	font-style: normal;
	font-size: 2.0rem;
	font-weight: 900;
	text-transform: uppercase;
	color:#641234;
	text-align: center;
}

h2{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, Futura PT, "sans-serif";
	font-style: normal;
	font-size: 1.8rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#641234;
	padding: 2rem 0rem;
	margin: 2rem;
}


h3{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, Futura PT, "sans-serif";
	font-style: normal;
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#641234;
}

h4{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, Futura PT, "sans-serif";	font-style: normal;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#641234;
	margin: 2rem;
}

h5{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-style: normal;
	font-size: 1rem;
	font-weight: bold;
	color:#fede00;
}

p{
	margin: 0rem 2rem;
	}

.amre{
	text-align: center;
	}
	
.txt{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-style: normal;
	font-size: 1.3rem;
	color:#641234;
}

.festival{
	margin-top:-1rem;
	padding-top:0rem;	
	}



	
.tabs-content{
	border:none;
	padding: 0rem;
}

.interhead{
		margin: 2rem;
	}

.casts{
	margin-top: -2rem;	
	}

	
	
}

@media screen and (max-width: 25em) {

h1{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, Futura PT, "sans-serif";
	font-style: normal;
	font-size: 2.0rem;
	font-weight: 900;
	text-transform: uppercase;
	color:#641234;
	text-align: center;
}

h2{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, Futura PT, "sans-serif";
	font-style: normal;
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#641234;
	padding: 2rem 0rem;
	margin: 2rem;
}
	
h3{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, Futura PT, "sans-serif";
	font-style: normal;
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#641234;
}
	
	
.termin p{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, Futura PT, "sans-serif";
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
	color:#ffffff;
	padding: 1rem 0rem;
}

	
	
	
	
}




