/*--------------------------------------------------------------------

	RecordingFestival
	Updated: 07.06.2017
	
	-------------------------------------------------------------

	QUICK REFERENCE:
	
	1.	CSS Resets
	2.	Common Styles
	3.	Universal Elements
	4.	Home
	5. 	Entries
	6.	Entry
	7.	Prize
	8.	Competition
	9.	Judges
	10.	Competiton Form
	11.	Payment / Status

--------------------------------------------------------------------*/


/*------------------------------------------------------------------*/
/*	1.	CSS Resets
/*------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

.hidden { display: none; }

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

.clear { clear: both; display: block; font-size: 0; height: 0; line-height: 0; width:100%; }

section, article, header, footer, nav, aside, hgroup { display: block; }



/*------------------------------------------------------------------*/
/*	2.	Common Styles
/*------------------------------------------------------------------*/

/*--------------------------------------------------------------------
	
	Useful References:
	
	Font: Signika Negative
	Weights: 300, 400, 600, 700
	
	Page Bkgd:			#F5F5F5
	
	Festival Green:		#81E303
	Festival Yellow:	#E2E205
	Festival Black:		#1A1A1A

--------------------------------------------------------------------*/

* { margin: 0; }
html { }
body { height: 100%; }
body { font-family: 'Signika Negative', Helvetica, Arial, sans-serif; font-size: 15px; font-weight: 400; color: #FFF; background: #1A1A1A; }

img { vertical-align: bottom; }
img.alignleft { margin: 0 20px 20px 0; }
img.alignright { margin: 0 0 20px 20px; }

a { color: #81E303; text-decoration: none; }
a:hover { color: #E2E205; }

h1 { font-size: 34px; font-weight: 600; color: #81E303; margin: 0 0 12px 0; }
h2 { font-size: 21px; font-weight: 600; color: #81E303; margin: 0 0 22px 0; }
h3 { font-size: 24px; font-weight: 400; line-height: 1.3; color: #81E303; margin: 0 0 12px 0; }
h4 { font-size: 20px; font-weight: 600; line-height: 1.3; color: #81E303; }

.ie h1 { letter-spacing: -0.03em; } /* IE */

h1 a, h2 a, h3 a, h4 a { border-bottom: 1px solid #81E303; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { border-bottom: 1px solid #E2E205; }

p a { border-bottom: 1px solid #81E303; }
p a:hover { border-bottom: 1px solid #E2E205; }

p { font-size: 16px; line-height: 1.3; font-weight: 300; margin: 0 0 18px 0; }
p.intro { font-size: 22px; font-weight: 600; margin: 0; }
.ie p.intro { letter-spacing: -0.03em; } /* IE */

strong { font-weight: 600; }

.highlight { font-weight: 600; color: #81E303; }

.goto { display: inline-block; width: auto; font-size: 18px; font-weight: 700; color: #1A1A1A; padding: 8px; background: #81E303; border: none; border-radius: 6px; }
.goto:hover { color: #1A1A1A; background: #E2E205; border: none; }

.aligncenter { text-align: center; }

/* Text Alignment */
.textleft { text-align: left; }
.textright { text-align: right; }
.textcentred,
.textcentered { text-align: center; }


/*------------------------------------------------------------------*/
/*	3.	Universal Elements
/*------------------------------------------------------------------*/

.sitewrapper { width: 940px; margin: 0 auto; padding: 0 0 30px 0; }
.rfcontainer { width: 940px; margin: 0 auto; overflow: hidden; }
.rffullwidth { }
.rfhalfleft { float: left; width: 430px; }
.rfhalfright { float: left; width: 430px; margin: 0 0 0 28px; text-align: right; }
.rftwothirds { float: left; width: 568px; }
.rfonethird { float: left; width: 300px; margin: 0 0 0 20px; }
.fwshadow { width: 940px; height: 7px; background: url(_images/common/Recording-Festival-Fullwidth-Shadow.png) no-repeat top center; }

div.intro { padding: 0 0 20px 0; }
.intro p { font-size: 18px; }


/*--- HEADER / NAV ---*/
header.siteheader { position: absolute; width: 940px; }
header.siteheader.fixed { position: fixed; top: 0; z-index: 999; }
header.siteheader nav { height: 40px; background: #000; }

header.siteheader nav { padding: 0 0 0 36px; background: url(_images/common/Recording-Festival-Nav-Bkgd.png) no-repeat 0 0; }
header.siteheader nav ul { font-size: 18px; font-weight: 600; line-height: 40px; text-transform: uppercase; }
header.siteheader nav ul li { float: left; margin: 0 0 0 26px; }
.ie header.siteheader nav ul li { margin: 0 0 0 20px; } /* IE */
header.siteheader nav ul li a { color: #FFF; border-bottom: 1px solid #333; }
header.siteheader nav ul li a:hover,
header.siteheader nav ul li.current a { color: #81E303; border-bottom: 1px solid #81E303; }

header.siteheader nav ul li#home { height: 20px; line-height: 20px; margin: 10px 0; }
header.siteheader nav ul li#home a { display: block; width: 24px; height: 20px; border: none; background: url(_images/common/Recording-Festival-Nav-HomeBtn-Bkgd.png) no-repeat top center; }
header.siteheader nav ul li#home a:hover { background: url(_images/common/Recording-Festival-Nav-HomeBtn-Bkgd.png) no-repeat bottom center; }

header.siteheader nav ul li#enter { float: right; margin: 0; }
header.siteheader nav ul li#enter a { display: block; height: 40px; color: #1A1A1A; padding: 0 36px 0 12px; border: none; background: url(_images/common/Recording-Festival-Nav-EnterBtn-Bkgd.png) no-repeat top right; }
.ie7 header.siteheader nav ul li#enter a { width: 110px; } /* IE7 Hack */
header.siteheader nav ul li#enter a:hover { background: url(_images/common/Recording-Festival-Nav-EnterBtn-Bkgd.png) no-repeat bottom right; }

body.home header.siteheader nav ul li#home a { background: url(_images/common/Recording-Festival-Nav-HomeBtn-Bkgd.png) no-repeat bottom center; }
body.prize header.siteheader nav ul li#prize a { color: #81E303; border-bottom: 1px solid #81E303; }
body.competition header.siteheader nav ul li#competition a { color: #81E303; border-bottom: 1px solid #81E303; }
body.judges header.siteheader nav ul li#judges a { color: #81E303; border-bottom: 1px solid #81E303; }
body.entries header.siteheader nav ul li#entries a { color: #81E303; border-bottom: 1px solid #81E303; }

/*--- BRAND BAR ---*/
.brandbar { padding: 80px 0 40px 0; text-align: center; }
.brandbar h1 { font-size: 32px; font-weight: 600; color: #81E303; margin: 0; }
.brandbar h1 a { color: #FFF; border-bottom: 1px solid #FFF; }
.brandbar h1 a:hover { color: #E2E205; border-bottom: 1px solid #E2E205; }
.brandbar a img:hover { opacity: 0.9; }

/*--- FOOTER BANNER ---*/
.footerbanner { text-align: center; margin: 0 0 30px 0; }

/*--- FOOTER ---*/
footer.sitefooter { }
footer.sitefooter p a,
footer.sitefooter ul li a  { color: #1A1A1A; border-bottom: 1px solid #333; }
footer.sitefooter p a:hover,
footer.sitefooter nav ul li a:hover { color: #FFF; border-bottom: 1px solid #FFF; }
footer.sitefooter .rffooter { padding: 26px; background: #81E303; overflow: hidden; }
footer.sitefooter .rffooter .content { float: left; width: 588px; }
footer.sitefooter .rffooter .content p { font-size: 12px; color: #1A1A1A; margin: 0; }
footer.sitefooter .rffooter .logo { float: right; width: 300px; text-align: right; }
footer.sitefooter .rffooter nav.legal { margin: 0 0 4px 0; overflow: hidden; }
footer.sitefooter .rffooter nav.legal ul { }
footer.sitefooter .rffooter nav.legal ul li { float: left; font-size: 12px; line-height: 20px; margin: 0 14px 0 0; }

footer.sitefooter .rffooter .facebook { font-size: 18px; font-weight: 300; line-height: 20px; color: #FFF; padding: 0 0 20px 0; }
footer.sitefooter .rffooter .facebook img { padding: 0 0 0 3px; }

.rfblock { padding: 26px; background: url(_images/common/Recording-Festival-Block-Bkgd.png) repeat 0 0; border-top: 2px solid #222; margin: 0 0 30px 0; }
.rfblock.home { padding: 20px 0 0 0; background: none; border: none; margin-bottom: 10px; }
.rfblock .title { text-align: center; padding: 0 0 20px 0; background: url(_images/common/Recording-Festival-Title-Line.png) no-repeat center center; }
.rfblock .title h2 { font-size: 46px; text-transform: uppercase; margin: 0; }
.rfblock .title.home { text-align: center; padding: 0 0 20px 0; background: none; }

.rfblock .fwshadow { margin: 26px 0 -34px -26px; }


/*------------------------------------------------------------------*/


/*--- FORMS ---*/
.inputblock { min-height: 36px; border-radius: 8px; margin: 0 0 8px 0; }
.selectblock { height: 36px; border-radius: 8px; margin: 0 0 8px 0; }
.uploadblock { min-height: 36px; border-radius: 8px; margin: 0 0 8px 0; }
.checkblock { margin: 0 0 8px 0; overflow: hidden; }
.textareablock { margin: 0 0 8px 0; }


/* Placeholder */
::-webkit-input-placeholder { font-weight: 300; color: #BBB; }
::-moz-placeholder { font-weight: 300; color: #BBB; } /* firefox 19+ */
:-ms-input-placeholder { font-weight: 300; color: #BBB; } /* ie */
input:-moz-placeholder { font-weight: 300; color: #BBB; }

input.entryerror::-webkit-input-placeholder { color: #844F53; }
input.entryerror::-moz-placeholder { color: #844F53; } /* firefox 19+ */
input.entryerror:-ms-input-placeholder { color: #844F53; } /* ie */
input.entryerror:-moz-placeholder { color: #844F53; }


/* Label */
label { float: left; width: 120px; height: 36px; line-height: 36px; padding: 0 4px 0 14px; font-size: 13px; font-weight: 300; color: #CCC; background: #4D4D4D; border-radius: 6px 0 0 6px; }


/* Input */
input, textarea, select { font-family: 'Signika Negative', Helvetica, Arial, sans-serif; margin: 0; padding: 0; background: #FFF; border: none; outline: none; }
input { float: left; width: 418px; height: 36px; line-height: 36px; font-size: 15px; font-weight: 600; padding: 0 14px; margin: 0; border-radius: 0 8px 8px 0; }
input:hover { background: #FCFCFC; }
input:focus { background: #E6E6E6; }


/* Submit Button */
.inputbutton { padding: 0 0 0 138px; }
input.submit { width: auto; font-size: 20px; text-transform: uppercase; background: #81E303; border-radius: 8px; -webkit-appearance: none; cursor: pointer; }
input.submit:hover { background: #E2E205; }


/* File Upload */
.uploadsegment { position: relative; float: right; width: 446px; height: 36px; background: #FFF; border-radius: 0 8px 8px 0; }
.uploadsegment.entryerror { background: #FBD2D5; }
.file-upload { background: none; }
.uploadsegment label span { visibility: hidden; }


/* Input / Textarea Note */
.inputnote { font-size: 12px; text-align: center; padding: 8px; margin: -8px 10px 8px 10px; background: #222; border-radius: 0 0 4px 4px; }
.textareanote { font-size: 12px; text-align: center; padding: 8px; margin: -8px 10px 8px 148px; background: #222; border-radius: 0 0 4px 4px; }


/* Textarea */
textarea { width: 432px; min-width: 432px; max-width: 432px; height: 136px; min-height: 124px; max-height: 124px; font-size: 15px; padding: 6px 0 0 14px; border-radius: 0 8px 8px 8px; }
textarea:hover { background: #FCFCFC; }
textarea:focus { background: #E6E6E6; }


/* Select */
select { width: 446px; height: 36px; line-height: 36px; font-size: 15px; padding: 8px 8px 8px 14px; border-radius: 0 8px 8px 0; }


/* Checkbox */
.checkblock { display: block; padding: 10px 0 0 146px; margin: 0 0 18px 0; overflow: hidden; }
input.checkbox { float: left; width: auto; height: auto; line-height: 14px; padding: 0; margin: 0; background: #FFF; border: none; border-radius: 0; -webkit-appearance: checkbox; }
label.checkbox { float: left; width: 90%; padding: 0 0 0 10px; font-size: 14px; height: 16px; line-height: 16px; background: none; }
label.checkbox a { text-decoration: underline; }


/* Form Errors */
.submiterror { font-size: 13px; line-height: 1.3; color: #ED1C2E; background: #FBD2D5 url(_images/common/Recording-Festival-Form-Error-Bkgd.png) no-repeat 14px /* center */ 15px; padding: 14px 14px 14px 54px; margin: 0 0 18px 138px; border-radius: 4px; }
.submiterror a { color: #ED1C2E; padding-bottom: 2px; border-bottom: 1px solid #ED1C2E; }
.submiterror a:hover { color: #ED1C2E; border-bottom: 1px solid #ED1C2E; }
input.entryerror, select.entryerror, textarea.entryerror { background: #FBD2D5; }

/* Form Success */
.submitsuccess { font-size: 13px; line-height: 1.3; color: #006838; background: #C7E2B7; padding: 18px; margin: 0 0 18px 0; border-radius: 4px; }
.submitsuccess a { color: #006838; padding-bottom: 2px; border-bottom: 1px solid #006838; }
.submitsuccess a:hover { color: #74AD1A; border-bottom: 1px solid #74AD1A; }



/*------------------------------------------------------------------*/
/*	4.	Home
/*------------------------------------------------------------------*/

body.home .brandbar { margin: -30px 0 0 0; }

.homefeature { height: 780px; padding: 0 0 20px 0; background: url(_images/common/Recording-Festival-Home-Bkgd.png) no-repeat top center; }
.homefeature .rfcontainer { height: 610px; position: relative; width: 848px; }

.homefeature .highlight { color: #FFF; }

.homefeature .homecol { width: 400px; padding: 30px 0 0 0; text-align: center; }
.homefeature .homecol h1 { font-size: 40px; }
.homefeature .homecol p { font-size: 17px; }
.homefeature .homecol p.intro { font-size: 21px; font-weight: 300; margin: 0 0 20px 0; }

/* Enter Circle */
.homeenter { position: absolute; bottom: 20px; right: 320px; }
.homeenter p { font-size: 22px; font-weight: 600; color: #81E303; margin: 10px 0 0 0; }
.homeenter p.price { line-height: 1; color: #FFF; }
.homeenter p.price .largeprice { font-size: 64px; font-weight: 300; }
a .homeenter { width: 140px; height: 100px; padding: 30px 10px; text-align: center; background: url(_images/common/Recording-Festival-Home-Enter-Bkgd.png) no-repeat top center; }
a .homeenter:hover { background: url(_images/common/Recording-Festival-Home-Enter-Bkgd.png) no-repeat bottom center; }
a .homeenter:hover p { color: #1A1A1A; }



/*------------------------------------------------------------------*/
/*	5.	Entries
/*------------------------------------------------------------------*/

.theentries { width: 900px; overflow: hidden; }
.theentries .entry { position: relative; float: left; width: 170px; height: 170px; margin: 0 10px 10px 0; overflow: hidden; }
.theentries .entry img { width: 170px; height: 170px; }

/* Entry Overlay */
.theentries .entry .entrydetail { position: absolute; left: 0; bottom: 0; width: 170px; height: 150px; padding: 20px 0 0 0; background: url(_images/common/Recording-Festival-Entry-Bkgd.png) repeat 0 0; cursor: pointer; display: none; }
.theentries .entry .entrydetail .artistname { font-size: 18px; line-height: 18px; color: #333; }
.theentries .entry .entrydetail .artistname span { display: inline-block; padding: 8px; background: #81E303; }
.theentries .entry .entrydetail .artistgenre { font-size: 13px; color: #FFF; text-transform: uppercase; }
.theentries .entry .entrydetail .artistgenre span { display: inline-block; padding: 6px 8px; background: #333; }
.theentries .entry .entrydetail .playbtn { position: absolute; bottom: 10px; left: 10px; width: 36px; height: 36px; background: url(_images/common/Recording-Festival-Play-Btn.png) no-repeat 0 0; }

/* Show More Entries */
a.moreentries { font-size: 24px; font-weight: 600; text-transform: uppercase; text-align: center; }
a.moreentries { float: left; width: 890px; padding: 8px 0; color: #FFF; background: #81E303; }
a.moreentries:hover { color: #1A1A1A; background: #E2E205; }

.moreentries { font-size: 24px; font-weight: 600; text-transform: uppercase; text-align: center; }
.moreentries a { display: block; padding: 8px; color: #FFF; background: #81E303; }
.moreentries a:hover { color: #1A1A1A; background: #E2E205; }



/*------------------------------------------------------------------*/
/*	6.	Entry
/*------------------------------------------------------------------*/

/*--- ARTIST DETAILS ---*/
.artistdetails { overflow: hidden; }
.artistdetails .photo { float: left; width: 220px; height: 220px; padding: 0 0 7px 0; background: url(_images/common/Recording-Festival-Photo-Shadow.png) no-repeat bottom left; overflow: hidden; }
.artistdetails .summary { float: left; width: 668px; }

.artistdetails .summary .artistid { width: 100%; overflow: hidden; }
.artistdetails .summary .artistid .artistname { font-size: 28px; line-height: 28px; color: #333; }
.artistdetails .summary .artistid .artistname span { display: inline-block; padding: 8px; background: #81E303; }
.artistdetails .summary .artistid .artistgenre { display: inline-block; font-size: 14px; color: #FFF; text-transform: uppercase; padding: 6px 8px; background: #333; }

.artistdetails .summary .player { padding: 30px 0 20px 68px; }
.artistdetails .summary .biog { padding: 10px 0 0 68px; }

/* Latest Entries */
.latestentries { margin: 20px 0 0 0; padding: 20px 0 0 0; background: url(_images/common/Recording-Festival-Latest-Entries-Bkgd.png) no-repeat top center; }
.latestentries h3 { color: #FFF; text-transform: uppercase; text-align: center; margin: 0 0 20px 0; }

/*------------------------------------------------------------------*/

/*--- SoundCloud Player ---*/
.artistdetails .sc-player { width: 584px; height: 68px; position: relative; margin-bottom: 20px; background: #000; border-radius: 8px; }
.artistdetails .sc-player a { color: #6E7779; }
.artistdetails .sc-player ol,
.artistdetails .sc-player li { margin: 0; padding: 0; list-style-position: inside; }

/*--- Artworks ---*/
.artistdetails .sc-player .sc-artwork-list { display: none; }

/*--- Title ---*/
.artistdetails .sc-player .sc-title { position: absolute; top: 68px; left: 12px; width: 540px; height: 10px; padding: 3px 10px 6px 10px; background: #1A1A1A; border-radius: 0 0 8px 8px; }
.artistdetails .sc-player .sc-title p { font-size: 13px; font-weight: 300; color: #CCC; line-height: 1; text-align: center; }

/*--- Track Listings ---*/
.artistdetails .sc-player ol.sc-trackslist { display: none; }

/*--- Controls ---*/
.artistdetails .sc-player .sc-controls { position: absolute; top: 16px; left: 16px; width: 36px; height: 36px; }
.artistdetails .sc-player .sc-controls a { color: transparent; display: block; width: 36px; height: 36px; background: url('../_images/musicplayer/Play-Pause-Btn.png') no-repeat 0 0; text-decoration: none; }
.artistdetails .sc-player .sc-controls a:hover { background-position: 0 -36px; }

.artistdetails .sc-player .sc-controls a.sc-pause { display: none; background: url('../_images/musicplayer/Play-Pause-Btn.png') no-repeat -36px 0; }
.artistdetails .sc-player .sc-controls a.sc-pause:hover { background-position: -36px -36px; }

.artistdetails .sc-player.playing .sc-controls a.sc-play { display: none; }
.artistdetails .sc-player.playing .sc-controls a.sc-pause { display: block; background: url('../_images/musicplayer/Play-Pause-Btn.png') no-repeat -36px 0; }
.artistdetails .sc-player.playing .sc-controls a.sc-pause:hover { background-position: -36px -36px; }  

/*--- Scrubber ---*/
.artistdetails .sc-scrubber { position: absolute; left: 68px; top: 0px; display: block; height: 68px; width: 508px; opacity: 0.9; -webkit-transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; -o-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }
.artistdetails .sc-player:hover .sc-scrubber { opacity: 1; }

/*--- Volume ---*/
.artistdetails .sc-volume-slider { position: absolute; top: 72px; right: 20px; width: 50px; height: 10px; background-color: #384143; opacity: 0.4; -webkit-transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; -o-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }
.artistdetails .sc-volume-slider:hover { opacity: 0.8; }
.artistdetails .sc-volume-slider .sc-volume-status { position: absolute; width: 0%; height: 10px; background-color: #81E303; border-right: 1px solid #81E303; }
.artistdetails .sc-volume-slider:hover .sc-volume-status { background-color: #81E303; border-right: 1px solid #81E303; }

/*-- Time ---*/
.artistdetails .sc-scrubber .sc-time-indicators { position: absolute; top: 72px; left: -42px; font-size: 10px; font-weight: 300; color: #CCC; }

/*--- Waveform ---*/
.artistdetails .sc-scrubber .sc-waveform-container { position: absolute; width: 100%; height: 68px; z-index: 2; }
.artistdetails .sc-scrubber .sc-time-span { position: relative; height: 68px; background: #4D4D4D; }
.artistdetails .sc-scrubber .sc-time-span img { display: block; width: 100%; height: 68px; }
.artistdetails .sc-scrubber .sc-buffer,
.artistdetails .sc-scrubber .sc-played { position: absolute; top: 0; height: 68px; background: #1A1A1A; z-index: 1; }
.artistdetails .sc-scrubber .sc-played { background: #81E303; border-right: 1px solid #81E303; }

/*--- Track Info ---*/
.artistdetails .sc-player .sc-info { display: none; }

/*--- Info Button ---*/
.artistdetails .sc-player .sc-info-toggle { display: none; }

/*--- Utilities ---*/
.artistdetails .sc-player .hidden { display: none; }
.artistdetails .sc-player-engine-container { position: fixed; top: 2px; left: 2px; width: 1px; height: 1px; }




/*------------------------------------------------------------------*/
/*	7.	Prize
/*------------------------------------------------------------------*/

.prize p { font-size: 22px; }
/* .prize .highlight { color: #FFF; } */



/*------------------------------------------------------------------*/
/*	8.	Competition
/*------------------------------------------------------------------*/

/*--- THE COMPETITION ---*/
.competitionstages { padding: 20px 0; text-align: center; }

/*--- THE TEAM ---*/
.theteam { margin: 20px 0 0 0; padding: 20px 0 0 0; background: url(_images/common/Recording-Festival-Latest-Entries-Bkgd.png) no-repeat top center; }
.teammembers { width: 900px; overflow: hidden; }
.teammembers .teammember { float: left; width: 170px; margin: 0 10px 0 0; }



/*------------------------------------------------------------------*/
/*	9.	Judges
/*------------------------------------------------------------------*/

/*--- JUDGES ---*/
.thejudges { width: 912px; margin: 0 0 -14px 0; overflow: hidden; }
.thejudges .judge { float: left; width: 290px; height: 190px; margin: 0 14px 14px 0; }
.thejudges .judge .photo { float: left; width: 130px; height: 130px; padding: 0 0 7px 0; background: url(_images/common/Recording-Festival-Judge-Small-Bkgd.png) no-repeat bottom center; }
.thejudges .judge .photo img { width: 130px; height: 130px; }
.thejudges .judge .summary { float: left; width: 150px; }
.ie .thejudges .judge .summary { letter-spacing: -0.04em; } /* IE */
.thejudges .judge .summary .judgename { font-size: 18px; line-height: 18px; }
.thejudges .judge .summary .judgename a { display: inline-block; padding: 6px 10px; color: #1A1A1A; background: #81E303; }
.thejudges .judge .summary .judgename a:hover { background: #E2E205; }
.thejudges .judge .summary p { font-size: 12px; color: #CCC; padding: 10px; }
.thejudges .judge .summary p a { color: #81E303; }
.thejudges .judge .summary p a:hover { color: #E2E205; border-bottom: 1px solid #E2E205; }

/* Judge PopUps */
.button.bClose { position: absolute; right: 8px; top: 8px; width: 20px; height: 20px; background: url(_images/common/Recording-Festival-Close-Btn.png) no-repeat left top; cursor: pointer; }
.button.bClose:hover { background: url(_images/common/Recording-Festival-Close-Btn.png) no-repeat left bottom; }

.judgepopbox { display: none; position: relative; width: 660px; padding: 20px; margin: 0 auto; background: #FFF; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.9); border-radius: 2px; }
.judgepopbox p { padding: 0 20px; font-size: 14px; color: #1A1A1A; }
.judgepopbox a { color: #81E303; }
.judgepopbox a:hover { color: #E2E205; border-bottom: 1px solid #E2E205 }
.judgepopbox .photo { float: left; width: 180px; height: 180px; padding: 0 0 7px 0; background: url(_images/common/Recording-Festival-Judge-Bkgd.png) no-repeat bottom center; }
.judgepopbox .photo img { width: 180px; height: 180px; }
.judgepopbox .summary { float: left; width: 480px; }
.judgepopbox .summary .artistid { width: 100%; margin: 0 0 30px 0; overflow: hidden; }
.judgepopbox .summary .artistid .artistname { font-size: 24px; line-height: 24px; color: #333; }
.judgepopbox .summary .artistid .artistname span { display: inline-block; padding: 8px; background: #81E303; }
.judgepopbox .summary .artistid .artistgenre { font-size: 14px; line-height: 14px; color: #FFF; text-transform: uppercase; }
.judgepopbox .summary .artistid .artistgenre span { display: inline-block; padding: 6px 8px; background: #333; }



/*------------------------------------------------------------------*/
/*	10.	Competiton Form
/*------------------------------------------------------------------*/

.competitionform { position: relative; overflow: hidden; }

.competitionform .copy { float: left; width: 278px; }
.competitionform .copy p { font-size: 22px; font-weight: 600; color: #81E303; }
.competitionform .copy p.price { line-height: 1; color: #FFF; }
.competitionform .copy p.price .largeprice { font-size: 64px; font-weight: 300; }

.paymentoptions { position: absolute; left: 0; bottom: 0; width: 278px; padding: 10px 0 0 0; background: url(_images/common/Recording-Festival-Latest-Entries-Bkgd.png) no-repeat top center; }
.paymentoptions p { font-size: 13px; font-weight: 300; color: #B3B3B3; }

.competitionform .form { float: right; width: 584px; }



/*------------------------------------------------------------------*/
/*	11.	Payment / Status
/*------------------------------------------------------------------*/

.paymenterror h1, .paymenterror h2, .paymenterror h3, .paymenterror h4 { color: #ED1C2E; }

.facebookpromote { width: 600px; margin: 10px auto 30px auto; }
.facebookpromote a { display: block; padding: 20px; background: #81E303; color: #1A1A1A; text-align: center; border-radius: 8px; }
.facebookpromote a:hover { background: #E2E205; }
.facebookpromote p { margin: 0; }
.facebookpromote img { padding: 0 0 0 3px; }





/*--------------------------------------------------------------------

	RecordingFestival
	Additional CSS Styles
	Updated: 09.04.2015
	
--------------------------------------------------------------------*/


/*------------------------------------------------------------------*/
/*	Front End / Admin
/*------------------------------------------------------------------*/

.artistdetails .summary .titlebar .artistid .artistname { display: table; }
.sc-player .sc-title p { width: 400px; height: 14px; margin: 0 auto; overflow: hidden; }


/*------------------------------------------------------------------*/
/*	Front End
/*------------------------------------------------------------------*/

/*--- Application Form */
input#chkBoxAccept { float: left; width: auto; height: auto; line-height: 14px; padding: 0; margin: 0; background: #FFF; border: none; border-radius: 0; -webkit-appearance: checkbox; }

.uploadsegment.entryerror { background: #FBD2D5; }


/*------------------------------------------------------------------*/
/*	Admin
/*------------------------------------------------------------------*/

/*--- Voting on Artist ---*/

/* Checkbox */
span.checkbox input { float: left; width: auto; height: auto; padding: 0; margin: 0 0 0 138px; background: none; border: none; }
label.checkbox { float: left; width: auto; height: auto; padding: 0 0 4px 8px; background: none; }

/* Verdict */
.artistblock .verdict a { cursor: pointer; }
.artistblock .verdict a .yesgrey { color: #CCC; background: url('http://www.recordingfestival.com/admin/_images/admin/admin-vote-yes-grey.png') no-repeat 0 0; }
.artistblock .verdict a .yesgrey:hover { color: #CCC; }
.artistblock .verdict a .nogrey { color: #CCC; background: url('http://www.recordingfestival.com/admin/_images/admin/admin-vote-no-grey.png') no-repeat 0 0; }
.artistblock .verdict a .nogrey:hover { color: #CCC; }

/* Update Sent */
.keyaction input.submit.submitted { background: #FABFC4; }

/*--- Pagination ---*/
.pagination { display: block; width: 100%; padding: 26px 0 0 0; }
.pagination span { display: inline-block; font-size: 20px; font-weight: 600; margin: 0 2px 0 0; }
.pagination span,
.pagination span a { min-width: 10px; color: #333; padding: 4px 12px; background: #FFF; }
.pagination span a:hover { background: #CCC; }
.pagination a { display: inline-block; min-width: 10px; line-height: 20px; color: #333; padding: 4px 12px; background: #FFF; }
.pagination a:hover { background: #CCC; }
.pagination span.current,
.pagination span.current a { background: #81E303; }

/*--- Round 2 Voting ---*/
.judgestable .col2 input { padding: 0; margin: 0 10px 0 0; background: none; border-radius: 0; }


/*------------------------------------------------------------------*/
/*	2.	Common Styles
/*------------------------------------------------------------------*/

html { background: #1A1A1A; background-image: url('http://www.recordingfestival.com/_images/common/Recording-Festival-Bkgd.jpg'); background-repeat: no-repeat; background-position: center center; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
body { min-width: 940px; background: none; }
.anystretch { display: none; }


/*------------------------------------------------------------------*/
/*	3.	Universal Elements
/*------------------------------------------------------------------*/

/*--- ANNOUNCEMENT BAR ---*/
.announcement { font-size: 1.3em; font-weight: 600; color: #000; text-align: center; padding: 20px 10px; background-color: #81E303; }
.announcement .container { max-width: 940px; margin: 0 auto; }
.announcement .container a { color: #FFF; }
.announcement .container a:hover { text-decoration: underline; }

/*--- FOOTER ---*/
footer.sitefooter .rffooter .logo { padding: 3px 0 0 0; }

ul.sociallinks { margin: 0 0 20px 0; overflow: hidden; }
ul.sociallinks li { float: left; margin: 0 14px 0 0; }
ul.sociallinks li a { border: none !important; }
ul.sociallinks li a:hover { opacity: 0.8; }

/*--- Hack to Hide Application Box ---*/
applicationblock { /*display: none;*/ }

/*------------------------------------------------------------------*/
/*	4.	Home
/*------------------------------------------------------------------*/

.homefeature .brandbar { margin: -30px 0 0 0; }

.homevideofeature .brandbar { margin: -30px 0 0 0; }

.homevideofeature { height: 800px; padding: 0 0 20px 0; background: url(../_images/common/Recording-Festival-Home-Video-Bkgd.png) no-repeat top center; overflow: hidden; }
.homevideofeature .rfcontainer { position: relative; width: 888px; height: 660px; }

.homevideofeature .highlight { color: #FFF; }

.homevideofeature .homecol { float: left; width: 426px; padding: 45px 0 0 0; text-align: center; }
.homevideofeature .homecol h1 { font-size: 40px; margin: 0 0 18px 0; }
.homevideofeature .homecol p { font-size: 17px; }
.homevideofeature .homecol p.intro { font-size: 21px; font-weight: 300; margin: 0 0 20px 0; }
.homevideofeature .homecol p.aligncenter { margin-top: 30px; }
.homevideofeature .homecol .goto { font-size: 22px; }

.homevideofeature .homevid { float: right; width: 440px; height: 286px; padding: 85px 0 0 0; text-align: center; }
.homevideofeature .homevid .title { display: block; font-size: 24px; line-height: 36px; text-transform: uppercase; background: #81E303; }
.homevideofeature .homevid .video { }

/* Enter Circle */
.homeenter { position: absolute; bottom: 25px; right: 370px; }
.homeenter p { font-size: 22px; font-weight: 600; color: #81E303; margin: 10px 0 0 0; }
.homeenter p.price { line-height: 1; color: #FFF; }
.homeenter p.price .largeprice { font-size: 64px; font-weight: 300; }
.homeenter { width: 140px; height: 100px; padding: 30px 10px; text-align: center; background: url(../_images/common/Recording-Festival-Home-Enter-Bkgd.png) no-repeat top center; }
/* When there is a link */
a .homeenter:hover { background: url(../_images/common/Recording-Festival-Home-Enter-Bkgd.png) no-repeat bottom center; }
a .homeenter:hover p { color: #1A1A1A; }

/* Winners */
.winnersblock { }
.rfwinners { padding: 20px 0 30px 0; overflow: hidden; }
.rfwinners .rfwinner { float: left; width: 32%; margin: 0 2% 0 0; }
.rfwinners .rfwinner.lastchild,
.rfwinners .rfwinner:last-child { margin: 0; }
.rfwinners .rfwinner .photo { position: relative; }
.rfwinners .rfwinner img { width: 100%; }
.rfwinners .rfwinner .artistid { position: absolute; bottom: 0; left: 0; width: 100%; overflow: hidden; }
.rfwinners .rfwinner .artistid .artistname { font-size: 20px; line-height: 20px; color: #333; }
.rfwinners .rfwinner .artistid .artistname span { display: inline-block; padding: 8px; background: #81E303; }
.rfwinners .rfwinner .artistid .artistgenre { display: inline-block; font-size: 12px; color: #FFF; text-transform: uppercase; padding: 6px 8px; background: #333; }

/* Runners Up */
.rfrunnersup { width: 75%; padding: 10px 0 20px 0; margin: 0 auto; overflow: hidden; }
.rfrunnersup .rfrunnerup { float: left; width: 32%; margin: 0 2% 10px 0; }
.rfrunnersup .rfrunnerup:nth-child(3n) { margin-right: 0; }
.rfrunnersup .rfrunnerup .photo { position: relative; }
.rfrunnersup .rfrunnerup img { width: 100%; }
.rfrunnersup .rfrunnerup .artistid { position: absolute; bottom: 0; left: 0; width: 100%; overflow: hidden; }
.rfrunnersup .rfrunnerup .artistid .artistname { font-size: 20px; line-height: 20px; color: #333; }
.rfrunnersup .rfrunnerup .artistid .artistname span { display: inline-block; padding: 8px; background: #81E303; }
.rfrunnersup .rfrunnerup .artistid .artistgenre { display: inline-block; font-size: 12px; color: #FFF; text-transform: uppercase; padding: 6px 8px; background: #333; }

/* 4 Across */
.rfrunnersup.fouracross { width: 100%; }
.rfrunnersup.fouracross .rfrunnerup { width: 23.5%; margin: 0 2% 10px 0; }
.rfrunnersup.fouracross .rfrunnerup:nth-child(3n) { margin-right: 2%; }
.rfrunnersup.fouracross .rfrunnerup:nth-child(4n) { margin-right: 0; }

/* Honourable Mentions */
.honourablesnav ul { text-align: center; padding: 0 5%; margin: 0 0 20px 0; }
.honourablesnav ul li { display: inline-block; margin: 0 0 4px 0; }
.honourablesnav ul li a { display: block; font-size: 14px; font-weight: 600; text-transform: uppercase; color: #CCC; line-height: 32px; padding: 0 8px; background-color: #4D4D4D; }
.honourablesnav ul li a:hover { color: #1A1A1A; background-color: #E2E205; }
.honourablesnav ul li.ui-tabs-active a { color: #1A1A1A; background-color: #81E303; }

.rfhonourables { width: 65%; padding: 10px 0 20px 0; margin: 0 auto; overflow: hidden; }
.rfhonourables .rfhonourable { float: left; width: 31.3%; margin: 1%; }
.rfhonourables .rfhonourable .photo { position: relative; }
.rfhonourables .rfhonourable img { width: 100%; }
.rfhonourables .rfhonourable .artistid { position: absolute; bottom: 0; left: 0; width: 100%; overflow: hidden; }
.rfhonourables .rfhonourable .artistid .artistname { font-size: 20px; line-height: 20px; color: #333; }
.rfhonourables .rfhonourable .artistid .artistname span { display: inline-block; padding: 8px; background: #81E303; }
.rfhonourables .rfhonourable .artistid .artistgenre { display: inline-block; font-size: 12px; color: #FFF; text-transform: uppercase; padding: 6px 8px; background: #333; }

/* Button */
.homebutton { padding: 15px 0 0 0; text-align: center; }
.homebutton.submit { width: auto; display: inline-block; font-size: 20px; padding: 15px; text-transform: uppercase; background: #81E303; color:#FFF; border-radius: 8px; -webkit-appearance: none; cursor: pointer; }
.homebutton.submit:hover { background: #E2E205; }
.homebutton.submit.about { margin-left: 10px; }

/* Inline Video */
.homevideoinline { padding: 40px 0; text-align: center; }

/* Photo Strip */
.photostrip { overflow: hidden; margin: 0 0 20px 0; }

/* Three Photos */
.photostrip.threephotos .photo { float: left; width: 33.33%; }

/* Press */
ul.press li { margin: 0 0 8px 0; }

/* Quotes */
.quotes { overflow: hidden; }
.quotes .quote { display: inline-block; float: left; width: 48%; font-size: 21px; font-weight: 300; padding-bottom: 25px; }
.quotes .quote:nth-child(2n) { margin-left: 4%; }
.quotes .quote .name { font-size: 18px; font-weight: 400; padding-top: 8px; }

/* Quotes Carousel */
.singlequote { max-width: 700px; text-align: center; margin: 0 auto; }
.singlequote .quote { font-size: 20px; line-height: 1.2em; font-weight: 300; font-style: italic; }
.singlequote .name { font-size: 17px; line-height: 1.2em; color: #81E303; padding: 10px 0 0 0; }

/* Summary */
ul.summary { }
ul.summary li { font-size: 18px; margin: 0 0 8px 0; }



/*------------------------------------------------------------------*/
/*	5.	Entries
/*------------------------------------------------------------------*/

/* Show More Entries */
a.moreentries { color: #1A1A1A; }
.moreentries a { color: #1A1A1A; }

.crnav ul { text-align: center; margin: 0 0 20px 0; background: url(../_images/common/Recording-Festival-Title-Line.png) no-repeat center 24px; }
.crnav ul li { display: inline-block; }
.crnav ul li a { display: block; font-size: 20px; font-weight: 600; text-transform: uppercase; color: #CCC; line-height: 46px; padding: 0 14px; background-color: #4D4D4D; }
.crnav ul li a:hover { color: #1A1A1A; background-color: #E2E205; }
.crnav ul li.ui-tabs-active a { color: #1A1A1A; background-color: #81E303; }

/*--- Mulit-Track SoundCloud Player ---*/
.multitrack .sc-player { position: relative; font-size: 12px; }
.multitrack .sc-player a { color: #FFF; }
.multitrack .sc-player ol,
.multitrack .sc-player li { margin: 0; padding: 0; list-style-position: inside; }

/*--- Artworks ---*/
.multitrack .sc-player .sc-artwork-list { position: relative; }
.multitrack .sc-player .sc-artwork-list li { display: none; }
.multitrack .sc-player .sc-artwork-list li.active { display: block; }
.multitrack .sc-player .sc-artwork-list li img,
.multitrack .sc-player .sc-artwork-list li div { }

/*--- Title ---*/
.multitrack .sc-player .sc-title { display: none; }

/*--- Track Listings ---*/
.multitrack .sc-player ol.sc-trackslist { overflow: auto; }
.multitrack .sc-player ol.sc-trackslist li { float: left; width: 220px; min-height: 16px; padding: 13px 50px 11px 40px; margin: 0; color: #FFF; cursor: pointer; border-top: 1px solid #333; background: #1A1A1A url('../_images/musicplayer/Play-Btn-Small.png') no-repeat 10px 11px; -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }
.multitrack .sc-player ol.sc-trackslist li span.sc-track-duration { position: absolute; top: 12px; right: 14px; }
.multitrack .sc-player ol.sc-trackslist li:hover,
.multitrack .sc-player ol.sc-trackslist li.active:hover { background: #1F1F1F url('../_images/musicplayer/Play-Btn-Small.png') no-repeat 10px 11px; }
.multitrack .sc-player ol.sc-trackslist li.active { background: #1A1A1A url('../_images/musicplayer/Play-Btn-Small.png') no-repeat 10px 11px; }
.multitrack .sc-player ol.sc-trackslist li.active a { }
.multitrack .sc-player.playing ol.sc-trackslist li.active { border-top: 1px solid #81E303; background: #384143 url('../_images/musicplayer/Pause-Btn-Small.png') no-repeat 10px 11px; }
.multitrack .sc-player.playing ol.sc-trackslist li.active a { color: #FFF; }
.multitrack .sc-player.playing ol.sc-trackslist li.active span.sc-track-duration { color: #FFF; }

/*--- Controls ---*/
.multitrack .sc-player .sc-controls { /* position: absolute; top: 0px; left: 0px; */ width: 36px; height: 36px; background: #000; }
.multitrack .sc-player .sc-controls a { margin: 24px 0 0 10px; color: transparent; display: block; width: 36px; height: 36px; background: url('../_images/musicplayer/Play-Pause-Btn.png') no-repeat 0 0; }
.multitrack .sc-player .sc-controls a:hover { background-position: 0 -36px; }

.multitrack .sc-player .sc-controls a.sc-pause { display: none; background: url('../_images/musicplayer/Play-Pause-Btn.png') no-repeat -36px 0; }
.multitrack .sc-player .sc-controls a.sc-pause:hover { background-position: -36px -36px; }

.multitrack .sc-player.playing .sc-controls a.sc-play { display: none; }
.multitrack .sc-player.playing .sc-controls a.sc-pause { display: block; background: url('../_images/musicplayer/Play-Pause-Btn.png') no-repeat -36px -36px; }
.multitrack .sc-player.playing .sc-controls a.sc-pause:hover { background-position: -36px 0px; }  

/*--- Scrubber ---*/
.multitrack .sc-scrubber { position: absolute; left: 0px; top: 0px; display: block; height: 40px; width: 130px; }
.multitrack .sc-player:hover .sc-scrubber { }

/*--- Volume ---*/
.multitrack .sc-volume-slider { /* position: absolute; top: -24px; left: -58px; */ position: relative; width: 88%; height: 14px; background: #1A1A1A; z-index: 1; }
.multitrack .sc-volume-slider:hover { }
.multitrack .sc-volume-slider .sc-volume-status { position: absolute; width: 0%; min-width: 40px; height: 14px; background: #384143 url('../_images/musicplayer/Volume.png') no-repeat top right; border-right: 1px solid #81E303; }
.multitrack .sc-volume-slider:hover .sc-volume-status { }

/*-- Time ---*/
.multitrack .sc-scrubber .sc-time-indicators { position: absolute; top: 2px; right: 4px; font-size: 10px; color: #CCC; }

/*--- Waveform ---*/
.multitrack .sc-scrubber .sc-waveform-container { position: absolute; width: 100%; z-index: 2; }
.multitrack .sc-scrubber .sc-time-span { position: relative; height: 38px; margin: 10px 10px 0 60px; background: #4D4D4D; }
.multitrack .sc-scrubber .sc-time-span img { width: 100%; height: 38px; }
.multitrack .sc-scrubber .sc-buffer,
.multitrack .sc-scrubber .sc-played { position: absolute; top: 0; height: 38px; background: #1A1A1A; z-index: 1; }
.multitrack .sc-scrubber .sc-played { background: #81E303; border-right: 1px solid #81E303; }

/*--- Track Info ---*/
.multitrack .sc-player .sc-info { display: none; }

/*--- Info Button ---*/
.multitrack .sc-player .sc-info-toggle { display: none; }

/*--- Close Button ---*/
.multitrack .sc-player .sc-info-close { display: none; }

/*--- Utilities ---*/
.multitrack .sc-player .hidden { display: none; }
.multitrack .sc-player-engine-container { position: fixed; top: 2px; left: 2px; width: 1px; height: 1px; }


/*--- Responsive Multi-Track SoundCloud Player ---*/
.multitrack .sc-player { width: 100%; margin: 0 0 20px 0; overflow: hidden; }
.multitrack .sc-player img { max-width: 100%; }

/* Artworks */
.multitrack .sc-player .sc-artwork-list { float: left; width: 39%; min-height: 351px; background-color: #1A1A1A; }
.multitrack .sc-player .sc-artwork-list li.active,
.multitrack .sc-player .sc-artwork-list li img,
.multitrack .sc-player .sc-artwork-list li div { width: 100%; }

/* Track Listings */
.multitrack .sc-player ol.sc-trackslist { float: right; width: 61%; max-height: 279px; }
.multitrack .sc-player ol.sc-trackslist li { position: relative; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Controls */
.multitrack .sc-player .sc-controls { float: right; width: 61%; height: 72px; }

/* Scrubber */
.multitrack .sc-scrubber { left: 39%; top: 0; height: 38px; width: 60%; }


/*------------------------------------------------------------------*/


/*--- Responsive Single-Track Version SoundCloud Player ---*/

.singletrack .sc-player { margin: 0; }

/*--- Volume ---*/
.multitrack .sc-volume-slider { width: 80%; }

/* Artworks */
.singletrack .sc-player .sc-artwork-list { display: none; width: 100%; min-height: inherit; }

/* Track Listings */
.singletrack .sc-player ol.sc-trackslist { display: none; }

/* Controls */
.singletrack .sc-player .sc-controls { float: right; width: 100%; height: 72px; }

/* Scrubber */
.singletrack .sc-scrubber { left: 0%; width: 100%; }



/*------------------------------------------------------------------*/
/*	6.	Entry
/*------------------------------------------------------------------*/

/* Social Links */
.artistsociallinks { padding: 20px 0 10px 0; }
.artistsociallinks a { margin: 0 6px 0 0; }
.artistsociallinks a:hover { opacity: 0.9; }


/*------------------------------------------------------------------*/
/*	8.	Competition
/*------------------------------------------------------------------*/

/*--- THE TEAM ---*/
.teammembers { width: 900px; overflow: hidden; }
.teammembers .teammember { float: left; width: 280px; margin: 0 20px 0 0; }
.teammembers .teammemberproducers { float: left; width: 900px; margin: 0 0 20px 0; }

/*--- PARTNERS ---*/
.partner { float: left; width: 170px; height: 100px; margin: 0 10px 10px 0; background: #000; }


/*------------------------------------------------------------------*/
/*	11.	Payment / Status
/*------------------------------------------------------------------*/

.socialpromote { padding: 10px 154px 30px 154px; overflow: hidden; }
.socialpromote a { float: left; width: 240px; display: block; margin: 0 5px; padding: 20px; background: #81E303; color: #FFF; text-align: center; border-radius: 8px; }
.socialpromote a:hover { background: #E2E205; }
.socialpromote p { margin: 0; }
.socialpromote img { padding: 0 0 0 3px; }

.applicationbanner { padding: 10px 0 0 0; }


/*------------------------------------------------------------------*/
/*	12.	Terms
/*------------------------------------------------------------------*/

/*--- TERMS ---*/
#terms p { font-size: 14px; margin: 0 0 12px 0; }
#terms p.intro { font-size: 18px; margin: 0 0 18px 0; }
#terms ul { margin: 0 0 12px 0; }
#terms ul li { font-size: 14px; font-weight: 300; line-height: 1.3; margin: 0 40px 8px 40px; list-style: circle; }


/*------------------------------------------------------------------*/
/*  #.  Owl Carousel
/*------------------------------------------------------------------*/

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }


/* Customise Owl Carousel */
.owl-dots { text-align: center; margin: 20px auto 0 auto; }
.owl-dots .owl-dot { display: inline-block; width: 14px; height: 14px; margin: 0 2px; }
.owl-dots .owl-dot span { display: block; width: 10px; height: 10px; margin: 2px 0 0 2px; background: #B3B3B3; border-radius: 50%; }
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span { background: #81E303; }
.owl-nav { pointer-events: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; }
.owl-nav [class*="owl-"] { border-radius: 0; }

.owl-nav .owl-prev { pointer-events: auto; float: left; text-indent: -9999px; width: 44px; height: 100%; padding: 0; margin: 0; background-repeat: no-repeat; background-position: center center; }
.owl-nav .owl-next { pointer-events: auto; float: right; text-indent: -9999px; width: 44px; height: 100%; padding: 0; margin: 0; background-repeat: no-repeat; background-position: center center; }
.owl-nav .owl-prev:hover { opacity: 0.75; }
.owl-nav .owl-next:hover { opacity: 0.75; }
