@font-face {
    font-family: 'StRyde-Bold';
	src: url('../fonts/strydebold.eot');
	src: url('../fonts/strydebold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/strydebold.woff') format('woff'),
		 url('../fonts/strydebold.ttf') format('truetype'),
		 url('../fonts/strydebold.svg#StRyde-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'StRyde-Medium';
	src: url('../fonts/strydemedium.eot');
	src: url('../fonts/strydemedium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/strydemedium.woff') format('woff'),
		 url('../fonts/strydemedium.ttf') format('truetype'),
		 url('../fonts/strydemedium.svg#StRyde-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}


.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}

img {
	-ms-interpolation-mode: bicubic;
}

body {
    font-family: "StRyde-Medium", sans-serif;
	padding-bottom: 20px;
}

h1, h2, h3, h4 {
	font-weight: normal !important;
}

p {
	color: #003c71;
}

button {
	border: 0;
}

a.reverse {
	text-decoration: underline;
}
a.reverse:hover {
	text-decoration: none;
}
a.same_color {
	color: inherit;
}

.row {
	width: 1024px;
}


header nav a,
.headline {
    font-family: "StRyde-Bold", sans-serif;
    line-height: 1.1;
}

.info1,
.text-bg {
    font-family: "StRyde-Medium", sans-serif;
    line-height: 1.2;
}

.text-bg b {
    font-family: "StRyde-Bold", sans-serif;
}

ul {
    list-style: none;
}

header {
    position: absolute;
    max-width: 939px;
	margin: auto;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

a img {
    border: none;
    max-width: 100%;
}

h3,
h3 a {
    color: #0075b0;
}

#container {
    min-height: 500px;
    overflow: visible;
}

.content {
    position: relative;
}
.number {
	font-size: 1.2em;
	line-height: 0.8;
}



/* GENERAL */
.system-error main {
	text-align: center;
	font-family: 'StRyde-Medium', sans-serif;
}
.system-error h1 {
	font-family: 'StRyde-Bold', sans-serif;
}
.c_Phase0 img {
	display: block;
	margin: auto;
}
.pink {
	color: #e9078d !important;
}
a.pink {
	text-decoration: underline;
}
.middle {
	max-width: 940px;
	margin: auto;
	position: relative;
}
.bg-wrapper {
    text-align: center;
    padding: 0;
	background-image: url("../img/bg-wrapper-shadow.png"), url("../img/bg-wrapper.jpg");
	background-repeat: repeat-x, repeat;
	background-size: 100% 332px, 180px auto;
	padding-bottom: 36px;
	z-index: 10;
}

header .min {
    position: relative;
    z-index: 10;
}

header h1 {
    margin: 0;
}

header .logo {
    position: absolute;
    top: 0;
    line-height: 0;
    z-index: -1;
	max-width: 50%;
}
header nav {
	float: right;
	margin-top: 21px;
	width: 100%;
	z-index: 100;
	display: none;
}
header nav a {
	display: block;
	background: #ffffff;
	color: #e9078d;
	font-size: 25px;
	padding-top: 20px;
	padding-left: 27px;
	padding-bottom: 19px;
}
header nav a:hover,
header nav a.active {
	background-color: #e9078d;
	color: #ffffff;
}

#hamburger {
	background: url("../img/hamburer.png") no-repeat;
	background-size: 100% auto;
	width: 40px;
	height: 40px;
	display: block;
	float: right;
	margin-top: 16px;
	margin-right: 18px;
	border: 0;
	cursor: pointer;
}
#hamburger:active {
	border: 2px solid #ffffff;
}


footer {
	position: relative;
}
footer #footer-links {
	color: #08a9e5;
	width: 316px;
	margin: auto;
	clear: both;
	font-size: 10px;
}
footer #footer-links li {
	float: left;
	padding-right: 12px;
}
footer #electricIreland {
	float: left;
	width: 180px;
	padding: 26px 0 0 8px;
}
footer #electricPicnic {
	position: absolute;
	right: 0;
	top: 0;
	width: 103px;
}
footer #social {
	padding-top: 25px;
	width: 175px;
	margin: auto;
	padding-bottom: 13px;
}
footer #social li {
	padding-right: 10px;
}
footer #footer-links li:last-of-type {
	padding-right: 0;
}
footer #footer-menu li a {
	text-decoration: underline;
}

.overLayer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 180;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.contactUs {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -310px;
    width: 620px;
    background: #fff;
	color: #003c71;
    padding: 40px 50px;
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 200;
}
.contactUs h2 {
	font-family: "StRyde-Bold", sans-serif;
    font-size: 30px;
	font-weight: normal;
    line-height: 36px;
	color: #00aeef;
	text-transform: uppercase;
}
.contactUs article {
	font-size: 18px;
    line-height: 1.4;
}

.overlay-box .close {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
	line-height: 28px;
    background: #e9078d;
	color: #ffffff;
    cursor: pointer;
	text-align: center;
	border-radius: 50%;
	font-size: 40px;
}

#ov-demo {
	display: none;
	position: fixed;
	top: 40%;
	left: 50%;
	margin-top: -240px;
	margin-left: -400px;
	padding: 30px;
	z-index: 200;
}
#demo-video-wrapper {
	margin-top: 0;
	width: 740px;
	max-width: 100%;
}

.content .wrapper {
    position: relative;
    overflow: hidden;
}

#container .headline {
    position: relative;
    display: block;
    background: url("../img/bg-watch.png") no-repeat;
	background-size: 100%;
    color: #fff;
    padding: 19px 0 0 0;
    text-transform: uppercase;
	font-size: 18px;
	width: 308px;
	max-width: 100%;
	margin: 20px auto 18px;
}
#container .headline span {
	margin-left: -35px;
	line-height: 42px;
}
#container .headline footer {
	margin-bottom: 10px;
	color: #0ab1ef;
	text-transform: none;
	font-size: 16px;
}
#container .headline small {
	color: #0ab1ef;
	text-transform: none;
	font-size: 80%;
	font-family: "StRyde-Medium", sans-serif;
}


.fcb,
.tw,
.inst {
    width: 31px;
    height: 30px;
    display: inline-block;
    margin: 0 5px;
    text-indent: -1000px;
    overflow: hidden;
	background-repeat: no-repeat;
	background-size: 100%;
}
.fcb {
    background-image: url("../img/facebook-video.png");
}
.tw {
	background-image: url("../img/twitter-video.png");
}
.inst {
	background-image: url("../img/s-instagram.png");
}
#num-shares {
	font-size: 24px;
	line-height: 1.2;
	font-family: 'StRyde-Bold', sans-serif;
	color: #00aeef;
	margin-bottom: 0;
}
#voting footer h5 {
	font-size: 10px;
	font-family: 'StRyde-Bold', sans-serif;
	color: #00aeef;
	margin: 0;
}
.enter-now {
    margin: 0 auto 10px;
}
.enter-now img {
	max-width: 90%;
}

.android,
.iOS {
    display: inline-block;
	max-width: 42%;
}
.android {
	margin-right: 10px;
}



/* HOME */

#home > .row {
    margin: 0 auto;
	position: relative;
}

#home + .bg-wrapper,
#prize + .bg-wrapper,
#enter + .bg-wrapper {
    position: relative;
}

.s90s {
	display: block;
	max-width: 79%;
	margin: auto;
	height: auto;
	padding-right: 32px;
}
.info1 {
	clear: both;
	margin: 70px auto 0;
	background:  url("../img/bg-info1.png") no-repeat 0 0 / 100% 100%;
    z-index: 1;
	width: 444px;
	max-width: 100%;
}
.info1 h2 {
    color: #00aeef;
    text-transform: uppercase;
	font-family: "StRyde-Bold", sans-serif;
    font-size: 19px;
    line-height: 1.1;
    margin: 0 0 10px;
	padding: 0 50px 0 0;
}
.info1 p {
    font-size: 20px;
	line-height: 23px;
}

.bg-copy {
	position: relative;
	padding: 0 26px;
}
.bg-copy article {
	background-color: rgba(255, 255, 255, 0.97);
	box-shadow: 15px 10px 15px #fff, -15px 0 15px #fff, -5px -5px 10px #fff;
}
.bg-copy img {
	display: block;
	border-radius: 4px;
}

#video-cassette {
	background: url("../img/cassette.png") no-repeat;
	background-size: 100% auto;
	width: 270px;
	margin: auto;
	height: 170px;
	position: relative;
}

/*line-up page*/
.badge {
	position: absolute;
	top: -90px;
	right: 10px;
	font-family: "StRyde-Bold", sans-serif;
	line-height: 1.2;
	color: #e9078d;
	background-color: #fff;
	box-shadow: 0 0 0 6px #e9078d, 0 0 120px #fff;
	border-radius: 50%;
	display: block;
	font-size: 12px;
	padding: 18px 7px 0;
	height: 60px;
	width: 63px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-ms-transform: rotate(-12deg);
	-moz-transform: rotate(-12deg);
	-webkit-transform: rotate(-12deg);
	transform: rotate(-12deg);
	z-index: 99;
}

.badge-active {
	line-height: 1.1;
	padding-top: 14px;
}
.badge-active:hover {
	background-color: #e9078d;
	color: #fff;
	box-shadow: 0 0 0 6px #ffffff, 0 0 120px #fff;
}
.badge-active:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-width: 6px 14px;
	border-color: transparent transparent transparent #e9078d;
	border-style: outset outset outset solid;
	margin: 3px auto;
	position: relative;
	left: 10px;
}
.badge-active:hover:after {
	border-color: transparent transparent transparent #fff;
}
.badge-active span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
}
.badge-active span:before, .badge-active span:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-width: 4px 7px;
	border-color: transparent transparent transparent #e9078d;
	border-style: outset outset outset solid;
	margin: 3px auto;
	position: relative;
}
.badge-active span:before {
	left: 18px;
	top: 43px;
}
.badge-active span:after {
	left: 43px;
	top: 31px;
}

#a_enter .badge {
	right: 2px;
}

.headline  {
	position: relative;
}
.arrowwp {
	position: absolute;
	top: 27px;
	right: 39px;
	width: 28px;
}
.arrowwp.rotated {
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.date-copy {
	background: url("../img/bg-shadow.png") repeat;
	width: 282px;
	position: relative;
	top: 1px;
	text-align: left;
	padding: 17px;
}
.date-copy:after {
	content: "";
	background: url("../img/after-bg-shadow.png") repeat;
	width: 100%;
	height: 7px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -7px;
}
.one-date {
	padding-bottom: 15px;
}
.one-date time {
	font-size: 18px;
	line-height: 1.3;
	color: #0ab1ef;
	font-family: 'StRyde-Bold', sans-serif;
}
.one-date p {
	font-size: 17px;
	line-height: 1.3;
	color: #003c71;
	font-family: 'StRyde-Bold', sans-serif;
	margin-bottom: 10px;
}
/*.one-date p span {*/
	/*position: relative;*/
	/*left: 0;*/
	/*top: -6px;*/
/*}*/
.one-date small {
	display: block;
	margin-top: 15px;
	font-size: 15px;
	color: #0ab1ef;
	font-family: 'StRyde-Medium', sans-serif;
	text-transform: lowercase;
	line-height: 1.1;
}
/*end line up page*/
#voting,
#winners {
    padding: 0 0 30px;
    position: relative;
}

.video-box {
	width: 536px;
	max-width: 100%;
	margin: auto;
}

.prev,
.next {
	margin: 30px 0 10px;
}

.next {
	text-align: right;
}
.prev {
	text-align: left;
}

.next a,
.prev a {
	width: 60px;
	height: 60px;
	background-size: auto 100%;
    background-repeat: no-repeat;
    display: block;
}
.next a {
	float: left;
	background-image: url("../img/arr-right.png");
}
.prev a {
    float: right;
	background-image: url("../img/arr-left.png");
}

.next.blocked a, .prev.blocked a {
	background-position: right top;
	cursor: default;
}

#ov-gallery {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	margin-left: 0 !important;
}
.center-outer {
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
}
.center-middle {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}

#player-outer-wrapper {
	position: relative;
	height: 0;
	padding-bottom: 100%;
	margin-bottom: 26px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#player-outer-wrapper.portrait {
	background-size: 100% auto;
}
#player-wrapper {
	/*width: 500px;*/
	/*max-width: 100%;*/
	background: url("../img/loading-big.gif") no-repeat center;
	min-height: 280px;
	max-height: 100%;
	margin: auto;
}
#player-wrapper.playing {
	background: none;
}
#player-oembed {
	display: none;
}
#player-oembed > div {
	min-width: 284px !important;
}
#player-wrapper .loading {
	z-index: -1;
	max-width: 100%;
	height: auto;
}

.no-videos figcaption, .no-videos footer, .no-videos .play {
	display: none !important;
}
.no-videos figure {
	position: relative;
}
.no-videos figure:after {
	content: 'COMING SOON';
	display: block;
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 30%;
	font-family: "StRyde-Bold",sans-serif;
	font-size: 70px;
	color: #00aeef;
}
.no-videos .loading {
	visibility: hidden;
}
#player-container {
    background-color: #fff;
    padding: 10px 10px 26px;
    display: inline-block;
    width: 100%;
	max-width: 94%;
    text-align: center;
}
#player-container figure {
	position: relative;
}
#player-container footer div:first-of-type {
	float: left;
	margin-top: -10px;
}
#player-container footer div:last-of-type {
	float: right;
}

#home + #challenge .jp-jplayer,
#prize + #challenge .jp-jplayer {
    margin: 0 auto;
}

#challenge figure .play,
#challenge figure .pause {
	display: none;
    position: absolute;
	left: 0;
	top: 50%;
	margin-top: -100px;
	width: 100%;
	height: 200px;
}
#challenge figure .play {
	background: url("../img/play-pink.png") no-repeat center;
}

#challenge figcaption div {
    color: #757574;
    font-size: 23px;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
	line-height: 40px;
}

#challenge figcaption div:first-child {
    text-align: left;
}

#challenge figcaption div img + span {
    vertical-align: top;
    display: inline-block;
}

#challenge figcaption img {
	width: 40px;
    margin-right: 10px;
}

#player-author {
	float: left;
}

#challenge figcaption .votesNum {
	float: right;
}

#challenge figcaption .votesNum span {
    color: #02b8ec;
    margin-left: 10px;
}



/* PRIZE */
#prize > .row {
    margin: 0 auto;
	position: relative;
}

/*enter*/
.text-bg {
    color: #fff;
    font-size: 20px;
    margin: 20px auto 23px !important;
    text-align: left;
	max-width: 94%;
}
#enter-form {
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 15px 10px 15px #fff, -15px 0 15px #fff, -5px -5px 10px #fff;
	position: relative;
}
#enter-form p {
	font-size: 12px;
	line-height: 15px;
}
#enter-form h2 {
	padding: 0;
	margin-bottom: 0;
}
#enter-form form > div {
	max-width: 464px;
}
#enter-form form span {
	text-align: left;
	color: #003c71;
	font-size: 18px;
	display: block;
}
#enter-form div input {
	margin-bottom: 0;
	padding-left: 33px;
	color: #003c71;
}
#twitter, #mail {
	margin-bottom: 18px;
}
#author-instagram {
	background: url("../img/f-instagram.png") no-repeat 10px #ffffff;
	background-size: 16px;
}
#author-twitter {
	background: url("../img/f-twitter.png") no-repeat 10px #ffffff;
	background-size: 16px;
}
#author-email {
	background: url("../img/f-mail.png") no-repeat 10px #ffffff;
	background-size: 16px;
}
#enter-form form p .pink, #enter-form .checkbox-div label a:hover {
	color: #e9078d;
	display: inline;
	font-size: 12px;
	line-height: 15px;
}
#enter-form .checkbox-div label a {
	text-decoration: underline;
}
#enter-form .checkbox-div label {
	color:  #003c71;
	font-size: 12px;
	line-height: 15px;
	padding-left: 36px;
	position: relative;
}
#enter-form .checkbox-div label:before {
	content: "";
	background: url("../img/f-selected.png") no-repeat;
	background-position: -10px -25px;
	background-size: 100%;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
	display: block;
	z-index: 222;
	border: 2px solid #00aeef;
}
#enter-form .checkbox-div input:checked + label {
	background: url("../img/f-selected.png") no-repeat;
	background-size: 25px;
}
#enter-form div button {
	margin-top: 20px;
}
#tc-box {
	display: none;
}

#enter-form {
	float: none;
}
#enter-form .close {
	display: block;
	float: right;
	background: #ffffff;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	text-align: center;
	font-size: 50px;
	line-height: 50%;
}
#enter-form p {
	clear: both;
}
#enter-form p,
#enter-form input,
#enter-form label {
	font-size: 12px;
}
#enter-form input {
	padding: 10px;
	height: 42px;
}
#enter-form label {
	color: #ffffff;
}
#enter-form input {
	border-radius: 3px;
	border: 2px solid #00aeef;
}
#enter-form button {
	display: block;
	width: 230px;
	height: 47px;
	background-color: #e9078d ;
	margin: auto;
	border: 0;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	font-family: 'StRyde-Bold', sans-serif;
	font-size: 20px;
}
#enter-form .error {
	color: #fe0202;
}



#winner_date {
	float: right;
}


#terms {
	padding-top: 140px;
}
#terms-content {
	text-align: left;
	padding: 18% 5% 0;
	margin-top: 0;
	color: #003c71;
	background: url("../img/bg-tc.png") no-repeat top center;
}
#terms-content li {
	padding-bottom: 10px;
}
#terms-content h2 {
	color: #00aeef;
	font-size: 33px;
	font-family: st_ryde_bold, sans-serif;
}
#terms-content .row {
	padding: 20px;
}


#cookiebar {
	display: none;
	position: relative;
	padding: 40px 40px 80px 40px;
	background: #ffffff;
	color: #333;
}
#cookiebar .close {
	top: 50%;
	right: 40px;
	margin-top: 0;
	float: right;
	padding: 10px 25px;
	background-color: #0087c6;
	background-image: linear-gradient(bottom, #0087c6 10%, #00a3d9 90%);
	background-image: -o-linear-gradient(bottom, #0087c6 10%, #00a3d9 90%);
	background-image: -moz-linear-gradient(bottom, #0087c6 10%, #00a3d9 90%);
	background-image: -webkit-linear-gradient(bottom, #0087c6 10%, #00a3d9 90%);
	background-image: -ms-linear-gradient(bottom, #0087c6 10%, #00a3d9 90%);
	border-radius: 4px;
	font-family: 'StRyde-Bold', sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

#user-message {
	max-width: 504px;
	padding: 18px;
	margin: 0 auto 20px;
	background: #ffffff;
	color: #00aeef;
	font-size: 20px;
}
#user-message p {
	color: #00aeef;
	font-size: 20px;
}
#user-message a {
	color: #00aeef;
}
#user-message .close {
	float: right;
	font-size: 26px;
	line-height: 6px;
}

.top-content {
	background: url('../img/bg.png') no-repeat right top;
	padding-bottom: 25px;
}

#dancer {
	display: none;
}

.c_Phase3 #user-message {
	display: none;
}



@media screen and (min-width: 640px) {
	header nav {
		max-width: 247px;
		margin-top: 23px;
		display: block;
	}
	#header-phase2 {
		max-width: 504px;
	}
	header nav {
		display: block !important;
	}
	header nav a {
		width: 108px;
		height: 48px;
		box-sizing: border-box;
		display: inline-block;
		text-align: center;
		line-height: 57px;
		color: #e9078d;
		background-color: transparent !important;
		background-image: url("../img/btn-menu.png");
		padding: 0;
	}
	header nav a:hover {
		color: #ffffff;
	}
	header nav a:nth-of-type(2n+1) {
		background-position: right top;
	}
	header nav a:hover:nth-of-type(2n+1), header nav a.active:nth-of-type(2n+1) {
		background-position: right bottom;
	}
	header nav a:nth-of-type(2n) {
		background-position: left top;
	}
	header nav a:hover:nth-of-type(2n), header nav a.active:nth-of-type(2n) {
		background-position: left bottom;
	}
	header nav {
		font-size: 32px;
		float: right;
		margin-top: 26px;
	}
	#hamburger {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	#cookiebar {
		padding: 40px 160px 40px 40px;
	}
	#cookiebar .close {
		position: absolute;
		margin-top: -25px;
		float: none;
	}

	.s90s {
		max-width: 100%;
		padding: 0;
	}
	#a_enter .s90s {
		padding-left: 320px;
	}

	.badge {
		box-shadow: 0 0 0 10px #e9078d, 0 0 120px #fff;
		right: 469px;
		top: 258px;
		font-size: 23px;
		padding: 38px 15px 0;
		height: 120px;
		width: 120px;
	}
	.badge-active {
		padding-top: 30px;
	}
	.badge-active:hover {
		box-shadow: 0 0 0 10px #ffffff, 0 0 120px #fff;
	}
	.badge-active:after {
		border-width: 12px 23px;
		margin: 5px auto;
		left: 15px;
	}

	.badge-active span:before, .badge-active span:after {
		border-width: 5px 10px;
	}
	.badge-active span:before {
		left: 38px;
		top: 90px;
	}
	.badge-active span:after {
		left: 83px;
		top: 76px;
	}

	#a_enter .badge {
		font-size: 24px;
	}

	.next,
	.prev {
		position: absolute;
		top: 50%;
		margin-top: -80px;
	}
	.prev {
		left: -9%;
	}
	.next {
		right: -9%;
	}

	.fcb,
	.tw,
	.inst {
		width: 63px;
		height: 60px;
		display: inline-block;
		margin: 0 5px;
		text-indent: -1000px;
		overflow: hidden;
		background-repeat: no-repeat;
	}
	#num-shares {
		font-size: 48px;
		margin-bottom: 0;
	}
	#voting footer h5 {
		font-size: 20px;
		margin: 0;
	}

	.info1 {
		float: right;
		margin-right: 24px;
	}
	.info1 h2 {
		font-size: 33px;
		padding-right: 0;
	}
	.bg-copy {
		padding: 0 28px 0 36px;
	}

	#dancer {
		display: block;
		position: absolute;
		bottom: 0;
		left: -151px;
		margin: 0;
		z-index: 0;
	}
	#dancer img {
		display: block;
	}

	footer #footer-links {
		clear: none;
		padding-left: 100px;
		width: 426px;
	}
	footer #electricPicnic {
		width: 199px;
	}
	footer #electricIreland {
		width: 328px;
		padding-top: 43px;
	}
	footer #footer-menu {
		width: 273px;
		padding-top: 21px;
		margin: auto;
	}
	footer #footer-menu li a {
		font-size: 11px;
	}
	footer #social {
		padding-bottom: 0;
		height: 70px;
		padding-top: 34px;
	}
	#container .headline {
		padding: 49px 0 0 0;
		margin: 20px auto 23px;
		background-size: 100%;
		width: 645px;
		font-size: 41px;
	}
	#container .headline span {
		line-height: 75px;
		margin-left: -55px;
	}
	#container .headline footer {
		font-size: 22px;
	}
	#container .dancebombs {
		width: 555px;
		padding-top: 40px;
	}
	#video-cassette {
		height: 425px;
		width: 685px;
	}
	.bg-wrapper {
		padding-bottom: 60px;
		background-size: 100% 332px, auto auto;
	}
	#play-cassette {
		position: absolute;
		width: 115px;
		top: 136px;
		left: 281px;
	}
	.badge {
		width: 126px;
		top: -118px;
		left: -142px;
	}

	.arrowwp {
		position: absolute;
		top: 59px;
		right: 73px;
		width: 57px;
	}
	.date-copy {
		width: 591px;
		padding: 25px 36px;
	}
	.one-date {
		padding-bottom: 33px;
	}
	.one-date time {
		font-size: 36px;
	}
	.one-date p {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.one-date small {
		font-size: 29px;
	}
	.enter-new .info1 {
		margin-right: 0;
	}
	/*enter*/
	.text-bg {
		max-width: 55%;
	}
	#enter-form p {
		font-size: 20px;
		line-height: 23px;
		max-width: 446px;
	}
	#enter-form h2 {
		margin-bottom: 8px;
	}
	#enter-form form span {
		font-size: 30px;
	}
	#enter-form div input {
		padding-left: 66px;
	}
	#twitter, #mail {
		margin-bottom: 29px;
	}
	#author-instagram {
		background-size: 31px;
		background-position: 20px;
	}
	#author-twitter {
		background-size: 35px;
		background-position: 20px;
	}
	#author-email {
		background-size: 41px;
		background-position: 20px;
	}
	.phase3 .pink,
	.phase3 .pink:hover,
	#enter-form form p .pink,
	#enter-form .checkbox-div label a:hover {
		color: #e9078d;
		font-size: 20px;
		line-height: 21px;
	}
	#enter-form .checkbox-div label a {
		text-decoration: underline;
	}
	#enter-form .checkbox-div label {
		font-size: 20px;
		line-height: 21px;
		padding-left: 48px;
		max-width: 335px;
	}
	#enter-form .checkbox-div label:before {
		content: "";
		background: url("../img/f-selected.png") no-repeat;
		background-position: -50px -25px;
		width: 38px;
		height: 38px;
		top: 0;
		left: 0;
		border: 2px solid #00aeef;
	}
	#enter-form .checkbox-div input:checked + label {
		background: url("../img/f-selected.png") no-repeat;
		background-size: 38px;
	}
	#enter-form div button {
		margin-top: 20px;
	}
	#enter-form p,
	#enter-form input,
	#enter-form label {
		font-size: 20px;
	}
	#enter-form input {
		padding: 10px;
		height: 70px;
	}
	#enter-form label {
		color: #ffffff;
	}
	#enter-form input {
		border-radius: 3px;
		border: 2px solid #00aeef;
	}
	#enter-form button {
		display: block;
		width: 384px;
		height: 79px;
		background-color: #e9078d ;
		border: 0;
		cursor: pointer;
		color: #ffffff;
		font-weight: bold;
		font-family: 'StRyde-Bold', sans-serif;
		font-size: 33px;
	}

	/*winners*/
	.top-content.lineup-page {
		padding-bottom: 65px;
	}

	#a_enter .info1 {
		float: none;
		width: auto;
	}

	.next a, .prev a {
		height: 120px;
		width: 120px;
	}
	#player-container {
		padding-left: 18px;
		padding-right: 18px;
	}
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {*/
	/*select:focus,*/
	/*textarea:focus,*/
	/*input:focus {*/
		/*font-size: 16px !important;*/
	/*}*/
/*}*/