	.down_arrow {
	position:absolute;
	bottom:20px;
	left:50%;
	width:70px;
	height:70px;
	margin-left:-35px;
	z-index:10;
}

@media only screen and (min-width: 1367px) {
	.down_arrow {
		display:none !important;
}
}

.feature_wrap {
	overflow: auto;
	height:auto;
	margin-top:60px;
}

.feature_copy {
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:11px;
	line-height:14px;
	letter-spacing:2px;
	color:#9d9d9c !important;
	text-transform:uppercase;
	margin-top:15px;
}
.film_wrap {
	float:left;
	width:74.4%;
}
.film_wrap_full {
	float:left;
	width:100%;
}
.insert_image_full {
	float:left;
	width:100%;
	background:rgba(16,33,98,1);
	background-image:url(../../common/plus_icon.png);
   -webkit-background-size: 50px 50px;
    -moz-background-size:  50px 50px;
    -o-background-size: 50px 50px;
	background-position:center;
	background-repeat:no-repeat;
}
.poster_wrap {
	float:right;
	width:25.6%;
	padding-left:40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	text-align:center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
   margin:0px 0px;
	background-color:#ededed;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0px;
    width: 100%;
    height: 100%;
	background-image:url(../../common/load_icon.png);
   -webkit-background-size: 48px 56px;
    -moz-background-size:  48px 56px;
    -o-background-size: 48px 56px;
	background-position:center;
	background-repeat:no-repeat;
}

.video-no {
	display:none;
}

.ratings {
	margin-top:30px;
	padding:9px 0px 4px 0px;
	background-color:#ededed;
    width: 100%;
	text-align:center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.previous, .next {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	overflow-x: hidden;
	position: relative;
	width:49%;
	margin-top:10px;
	font-size: 17px;
}
	
.previous {
	clear:both;
	float:left;
}

.next {
	float:right;
	text-align:right;
}

.event_insert {
	position:relative;
	float:right;
	width:300px;
	margin:-120px -150px 0px 20px;
	background:rgba(16,33,98,1);
	background-image:url(../../common/plus_icon.png);
   -webkit-background-size: 50px 50px;
    -moz-background-size:  50px 50px;
    -o-background-size: 50px 50px;
	background-position:center;
	background-repeat:no-repeat;
}

.satelllite_logo {
	position:relative;
	float:left;
	width:200px;
	overflow:auto;
}

.soldout_yes {
	position:absolute;
	bottom:0;
	right:0;
	width:132px;
	height:132px;
	background-image:url(../../images/festivaldrayton_soldout.jpg);
   -webkit-background-size: 132px 132px;
    -moz-background-size:  132px 132px;
    -o-background-size: 132px 132px;
	background-repeat:no-repeat;
}

.soldout_no {
	display:none !important;
}

.admission, .screen {
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:11px;
	line-height:14px;
	letter-spacing:2px;
	color:#9d9d9c !important;
	text-transform:uppercase;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background-color:#ededed;
	overflow-x: hidden;
	padding:40px 40px 30px 40px;
	position: relative;
	width:49%;
	margin-top:40px;
}
	
.admission {
	clear:right;
	float:left;
}

.screen {
	float:right;
}

.activity_contact {
	clear:right;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:11px;
	line-height:14px;
	letter-spacing:2px;
	color:#9d9d9c !important;
	text-transform:uppercase;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background-color:#ededed;
	overflow-x: hidden;
	padding:40px 40px 30px 40px;
	position: relative;
	width:100%;
	margin-top:40px;
}

.row {
	position: relative;
	background-color:#dadada;
	padding:14px;
	margin:14px 0px;
	font-family: 'Abel', sans-serif, Arial, Helvetica, Verdana;
	font-size: 15px;
	line-height: 17px;
	color: #1d1d1b;
	text-transform: none;
	letter-spacing: normal;
	 font-style: normal;
	 font-weight: normal;
}

.rowblank {
	position: relative;
	background-color: transparent;
	padding:14px;
	margin:14px 0px;
	font-family: 'Abel', sans-serif, Arial, Helvetica, Verdana;
	font-size: 15px;
	line-height: 17px;
	color: #1d1d1b;
	text-transform: none;
	letter-spacing: normal;
	 font-style: normal;
	 font-weight: normal;
}

.friend {
	background-image:url(../../common/friend_icon.png);
   -webkit-background-size: 46px 46px;
    -moz-background-size:  46px 46px;
    -o-background-size: 46px 46px;
    background-size: 46px 46px;
	background-position: right 10px bottom 0px;
	background-repeat:no-repeat;
}


/*links*/

.previous a:link {
	color: #A3195B;
	text-decoration: none;
}
.previous a:visited {
	color: #A3195B;
}
.previous a:hover {
	color: #1d1d1b;
}
.previous a:active {
	color: #ccc;
}

.next a:link {
	color: #A3195B;
	text-decoration: none;
}
.next a:visited {
	color: #A3195B;
}
.next a:hover {
	color: #1d1d1b;
}
.next a:active {
	color: #ccc;
}

@media only screen and (max-width: 1114px) {
	.event_insert {
	margin:-120px 0px 0px 20px;
}
}

@media only screen and (min-width: 1025px) {
	.ratings {
	margin-top:30px;
	padding:9px 0px 3px 0px;
	background-color:#ededed;
    width: 100%;
	text-align:center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
}

@media only screen and (min-width: 1280px) {
	.ratings {
	margin-top:38px;
	padding:9px 0px 3px 0px;
	background-color:#ededed;
    width: 100%;
	text-align:center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
}

@media only screen and (min-width: 1366px) {
	.ratings {
	margin-top:40px;
	padding:9px 0px 3px 0px;
	background-color:#ededed;
    width: 100%;
	text-align:center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
}

@media only screen and (min-width: 1436px) {
	.ratings {
	margin-top:40px;
	padding:11px 0px 5px 0px;
	background-color:#ededed;
    width: 100%;
	text-align:center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
}

/* Shutter In Vertical blue */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
	background:rgba(16,33,98,1);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding:20px 60px;
  text-align:center;
  color:#fff !important;
  text-decoration:none !important;
  text-transform:uppercase;
  letter-spacing:2px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	 font-style: normal;
	 font-weight: 700;
	 font-size:14px;
  cursor:pointer !important;
  margin:40px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #A3195B;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color:#fff;
  text-decoration:none;
  cursor:pointer !important;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  color:#fff;
  text-decoration:none;
  cursor:pointer !important;
}

/* Shutter In Vertical grey */
.hvr-shutter-in-vertical-grey {
	width:100%
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #ccc;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding:20px 60px;
  text-align:center;
  color:#fff !important;
  text-decoration:none !important;
  text-transform:uppercase;
  letter-spacing:2px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	 font-style: normal;
	 font-weight: 700;
	 font-size:14px;
  cursor:pointer !important;
  margin:40px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.hvr-shutter-in-vertical-grey:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	background:rgba(16,33,98,1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical-grey:hover, .hvr-shutter-in-vertical-grey:focus, .hvr-shutter-in-vertical-grey:active {
  color:#fff;
  text-decoration:none;
  cursor:pointer !important;
}
.hvr-shutter-in-vertical-grey:hover:before, .hvr-shutter-in-vertical-grey:focus:before, .hvr-shutter-in-vertical-grey:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  color:#fff;
  text-decoration:none;
  cursor:pointer !important;
}

@media only screen and (max-width: 1024px)
and (orientation : landscape) {
	.event_insert {
	margin:-124px 0px 0px 20px;
}
	.film_wrap {
	float:left;
	width:76%;
}
.poster_wrap {
	width:24%;
	padding-left:22px;
}
}

@media only screen and (max-width: 1024px)
and (orientation : portrait) {
	.event_insert {
	margin:-124px 0px 0px 20px;
}
	.film_wrap {
	float:left;
	width:100%;
}
.poster_wrap {
	display:none !important;
}
}

@media only screen and (max-width: 736px) {
	.event_insert {
	float:left;
	width:100%;
	margin:0px 0px 36px 0px;
}
	.hvr-shutter-in-vertical {
		width:100%;
	}
	.feature_copy {
		display: none !important;
}
	.ratings {
		display: none !important;
}
.admission, .screen {
	padding:20px 20px 8px 20px;
	width:100%;
}
	
.admission {
	clear:both;
	float:left;
}

.screen {
	clear:both;
	float:left;
	margin-top:12px;
}
.row {
	font-size: 17px;
	line-height: 18px;
}
}

@media only screen and (max-width: 736px)
and (orientation : landscape) {
	.event_insert {
	float:right;
	width:40%;
	margin:0px 0px 20px 20px;
	background:rgba(16,33,98,1);
}
	.film_wrap {
	float:left;
	width:71.25%;
}
.poster_wrap {
	width:28.75%;
	padding-left:12px;
}
.admission, .screen {
	padding:20px 20px 8px 20px;
	width:49%;
}
	
.admission {
	clear: both;
	float:left;
	margin-top:0px;
}

.screen {
	clear: none;
	float:right;
	margin-top:0px;
}
.previous {
	clear:both;
	float:left;
}
}

@media only screen and (max-width: 667px)
and (orientation : landscape) {
	.film_wrap {
	float:left;
	width:71%;
}
.poster_wrap {
	width:29%;
	padding-left:12px;
}
}

@media only screen and (max-width: 568px)
and (orientation : landscape) {
	.film_wrap {
	float:left;
	width:70.8%;
}
.poster_wrap {
	width:29.2%;
	padding-left:12px;
}
.admission, .screen {
	padding:20px 20px 8px 20px;
	width:100%;
}
	
.admission {
	clear:both;
	float:left;
}

.screen {
	clear:both;
	float:left;
	margin-top:12px;
}
}

@media only screen and (max-width: 480px)
and (orientation : landscape) {
	.film_wrap {
	float:left;
	width:70.5%;
}
.poster_wrap {
	width:29.5%;
	padding-left:12px;
}
}