/* voting page */

#section-vote #preloader
{
	background-color:white;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	height:710px;
}
#section-vote #preloader .spinner
{
	background:url(../media/images/global/spinner_24px.gif) center center no-repeat;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-12px;
	margin-left:-12px;
	width:24px;
	height:24px;
}
#section-vote #vote-container
{
	margin: 0 auto 40px;
	position:relative;
	height:710px;
	width:960px;
	/*
	display:none;
	*/
}
#section-vote #vote-container li
{
	list-style:none;
}
#section-vote .thumbs-panel li:nth-child(n+5)
{
	/* only handling up to 4 nominees per category  */
	background-color:red !important;
	display:none;
}
#section-vote #vote-container h2
{
	text-align:left;
	padding-left:40px;
	margin-bottom:0;
}
#section-vote #vote-container p
{
	text-align:left;
	padding-left:40px;
	margin: 0 0 0.6em 0;
}
#vote-module
{
	position:relative;
	margin: 0 auto;
	width:716px; /* -77 */
	height:440px; /* +158 */
	width:639px;
	height:598px;
	left:122px;
	left:160px;
	background: url(../media/images/voting/vote-container-bg.jpg) 0 0 no-repeat;
}
#section-vote #btnVoteAgain
{
	margin:20px auto 0;
	min-width:200px;
	-ms-transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
	transition-duration: 400ms;
	-ms-transition-property: opacity;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
#section-vote #btnVoteAgain.inactive
{
	opacity:0;
}
#section-vote #btnVoteAgain.active
{
	opacity:1;
}
#choose-panel,
.thumbs-panel
{
	position:absolute;
	width:686px;  /* -77 */
}
#choose-panel
{
	top:0px;
	height:598px;
}
.thumbs-panel
{
	top:16px;
	height:399px; /* +158 */
	height:557px;
}
#choose-panel
{
	/*
	left:10px;
	top:19px;
	*/
	overflow:hidden;
	width:650px;
}
#choose-panel .thanksNote
{
	background:rgba(0,0,0,0.5);
	color:white;
	font-size:80%;
	height:28px;
	text-transform:uppercase;
	position:absolute;
	left:-300px;
	padding-left: 15px;
	padding-right:15px;
}
#choose-panel .thanksNote span
{
	line-height:28px;
	vertical-align:middle;
	text-shadow:0 1px 0 black;
}
body.desktop .thanksNote.cat-0 { top:0px; }
body.desktop .thanksNote.cat-1 { top:30px; }
body.desktop .thanksNote.cat-2 { top:60px; }
body.desktop .thanksNote.cat-3 { top:90px; }
body.desktop .thanksNote.cat-4 { top:120px; }
body.desktop .thanksNote.cat-5 { top:150px; }
body.desktop .thanksNote.cat-6 { top:180px; }
body.desktop .thanksNote.cat-7 { top:210px; }
body.desktop .thanksNote.cat-8 { top:240px; }
body.desktop .thanksNote.cat-9 { top:270px; }
body.desktop .thanksNote.cat-10 { top:300px; }
body.desktop .thanksNote.cat-11 { top:330px; }
body.desktop .thanksNote.cat-12 { top:360px; }
body.desktop .thanksNote.cat-13 { top:390px; }
body.desktop .thanksNote.cat-14 { top:420px; }
body.desktop .thanksNote.cat-15 { top:450px; }
body.desktop .thanksNote.cat-16 { top:480px; }
body.desktop .thanksNote.cat-17 { top:510px; }
body.desktop .thanksNote.cat-18 { top:540px; }
body.desktop .thanksNote.cat-19 { top:570px; }
body.desktop .thanksNote.cat-20 { top:600px; }
body.desktop .thanksNote.cat-21 { top:630px; }
body.desktop .thanksNote.cat-22 { top:660px; }
body.desktop .thanksNote.cat-23 { top:690px; }
body.desktop .thanksNote.cat-24 { top:720px; }
body.desktop .thanksNote.cat-25 { top:750px; }
body.desktop .thanksNote.cat-26 { top:780px; }
body.desktop .thanksNote.cat-27 { top:810px; }
body.desktop .thanksNote.cat-28 { top:840px; }
body.desktop .thanksNote.cat-29 { top:870px; }

@-webkit-keyframes thanks-slide-in-out
{
	50% {
		left: 0px;
		animation-timing-function: cubic-bezier(0.005, 0.900, 0.660, 1); /* easeOutCirc */
	}
	100% {
		left: -300px;
		transition-timing-function: cubic-bezier(0.3, 0.3, 0.7, 0.7);
		/* 
		transition-timing-function: cubic-bezier(0.930, 0.000, 0.980, 0.335);
		*/
	}
}
@-moz-keyframes thanks-slide-in-out
{
	50% {
		left: 0px;
		animation-timing-function: cubic-bezier(0.005, 0.900, 0.660, 1); /* easeOutCirc */
	}
}
@-o-keyframes thanks-slide-in-out
{
	20% {
		left: 0px;
		animation-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	}
	50% {
		left: 0px;
	}
	100% {
		left: -300px;
		animation-timing-function: cubic-bezier(0.770, 0.000, 0.995, 0.265);
	}
}
@keyframes thanks-slide-in-out
{
	15% {
		left: 0px;
		transition-timing-function: cubic-bezier(0.005, 0.900, 0.660, 1);
	}
	50% {
		left: 0px;
		opacity: 1;
	}
	100% {
		left: 0px;
		opacity: 0;		
	}
}
.thanks-note
{
	visibility:hidden;
	text-align:center;
	margin-top:4px;
	
	
	margin-top:8px 0 4px;


}
.thanksNote
{
	-webkit-animation: thanks-slide-in-out 1s; /* Safari 4+ */
	-moz-animation:    thanks-slide-in-out 1s; /* Fx 5+ */
	-o-animation:      thanks-slide-in-out 1s; /* Opera 12+ */
	animation:         thanks-slide-in-out 1s; /* IE 10+ */
	
	animation-name:  thanks-slide-in-out;
	animation-duration: 2.5s;
	animation-iteration-count: 1;
}



.thumbs-panel
{
	position:absolute;
	left:0;
	top:20px;
	background:white url(../media/images/voting/negative-front.png) top right no-repeat;
	width:619px;
}


@-webkit-keyframes vote-slide-out
{
	0% 
	{
		left: 0px;
	}
	60% {
		left: 20px;
		animation-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	}
	100% {
		left: -300px;
		animation-timing-function: cubic-bezier(0.770, 0.000, 0.995, 0.265);
	}
}
@-moz-keyframes vote-slide-out
{
	0% 
	{
		left: 0px;
	}
	60% {
		left: 20px;
		animation-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	}
	100% {
		left: -300px;
		animation-timing-function: cubic-bezier(0.770, 0.000, 0.995, 0.265);
	}
}
@-o-keyframes vote-slide-out
{
	0% 
	{
		left: 0px;
	}
	60% {
		left: 20px;
		animation-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	}
	100% {
		left: -300px;
		animation-timing-function: cubic-bezier(0.770, 0.000, 0.995, 0.265);
	}
}
@keyframes vote-slide-out
{
	0% 
	{
		left: 0px;
	}
	60% {
		left: 20px;
		animation-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	}
		/*
-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
   -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
		*/
	100% {
		left: -300px;
		animation-timing-function: cubic-bezier(0.770, 0.000, 0.995, 0.265);
	}
}
.thumbs-panel.slide-out-ease-x
{
	-webkit-transition: all 1000ms cubic-bezier(0.755, 0, 0.995, 0.110); /* older webkit */
	-webkit-transition: all 1000ms cubic-bezier(0.755, -0.190, 0.995, 0.110);
	   -moz-transition: all 1000ms cubic-bezier(0.755, -0.190, 0.995, 0.110);
		 -o-transition: all 1000ms cubic-bezier(0.755, -0.190, 0.995, 0.110);
			transition: all 1000ms cubic-bezier(0.755, -0.190, 0.995, 0.110); /* custom */
	
	-webkit-transition-timing-function: cubic-bezier(0.755, 0, 0.995, 0.110); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.755, -0.190, 0.995, 0.110);
	   -moz-transition-timing-function: cubic-bezier(0.755, -0.190, 0.995, 0.110);
		 -o-transition-timing-function: cubic-bezier(0.755, -0.190, 0.995, 0.110);
			transition-timing-function: cubic-bezier(0.755, -0.190, 0.995, 0.110); /* custom */
}
.thumbs-panel.slide-out-ease
{
	-webkit-animation: vote-slide-out 1s; /* Safari 4+ */
	-moz-animation:    vote-slide-out 1s; /* Fx 5+ */
	-o-animation:      vote-slide-out 1s; /* Opera 12+ */
	animation:         vote-slide-out 1s; /* IE 10+ */
	
	animation-name:  vote-slide-out;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
ul#btns-cat
{
	position:absolute;
	left:-276px;
	top:0;
	width:276px;
	margin:0;
	padding:0;
}
ul#btns-cat li
{
	position:relative;
	height:28px;
	margin:0 0 2px;
	background-color:#9c1e2c;
	overflow:hidden;
	-ms-transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
	transition-duration: 400ms;
	-ms-transition-property: background-color;
	-moz-transition-property: background-color;
	-webkit-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
}
ul#btns-cat li:hover
{
	background-color:#e91c33;
	cursor:pointer;
}
ul#btns-cat li.voted
{
	background-color:#7a7a7a;
}
ul#btns-cat li.voted:hover
{
	background-color:#999;
}
ul#btns-cat span.label-cat,
ul#btns-cat span.pick-cat
{
	position:absolute;
	text-align:right;
	font-size:12px;
}
ul#btns-cat span.label-cat
{
	right:30px;
	top:7px;
	color:white;
}
.arrow-label-container,
ul#btns-cat span.label-cat
{
	text-transform:uppercase;
	font-weight:bold;
}
ul#btns-cat span.pick-cat
{
	right:-100%;
	top:-1px;
	color:#333;
}
ul#btns-cat .pick-check
{
	position:absolute;
	top:4px;
	right:5px;
	width:20px;
	height:20px;
	background:url(../media/images/voting/vote-check.png) center center no-repeat;
	background-size: contain;
	display:none;
}
ul#btns-cat li.voted .pick-cat
{
	right:14px;
}
ul#btns-cat li.voted .pick-check
{
	display:block;
}
#arrow-cat
{
	position:absolute;
	background:url(../media/images/voting/vote-arrow.png) top left no-repeat;
	width:358px;
	height:40px;
	left:-313px;
	top:-4px;
}
.arrow-label-container
{
	position:absolute;
	top:4px;
	left:5px;
	width:334px;
	height:28px;
	color:#070b45;
	overflow:hidden;
}
ul#arrow-cat-labels
{
	position:absolute;
	top:0;
	right:8px;
	margin:0;
	padding:0;
	text-align:right;
}
ul#arrow-cat-labels li
{
	position:relative;
	height:30px;
	margin:5px 20px 5px 0;
}
.thumbs-panel h4
{
	display:none;
}
.thumbs-panel ul
{
	margin:8px 20px 0;
	padding:8px 20px;



	padding:16px 20px;


}
.thumbs-panel li
{
	display:inline-block;
	width:48%;
	margin:0;
	text-align:top;
	vertical-align:top;
	position:relative;
	border:1px solid white;
	border-radius:8px;
	transition: all 300ms;
	padding: 6px 0;
	line-height:1em;
}
.thumbs-panel li.selected,
.thumbs-panel li.over
{
	background-color:#a8dcf5;
	cursor:pointer;
	opacity:1 !important;
}
.thumbs-panel li.deselected
{
	opacity:0.25;
}
.thumbs-panel li .thumb-img
{
	border: 1px solid #999;
	margin:0 auto 4px;
	width:126px;
	height:126px;
	width:160px;
	height:160px;
	display:block;
}
.thumbs-panel li img
{
	width:100%;
	height:100%;
}
.thumbs-panel li .pick-choice
{
	display:block;
	position:absolute;
	width:18px;
	height:18px;
	border:1px solid #666;
	border-radius:4px;
	box-shadow:0 2px 4px rgba(0,0,0,0.4);
	left:50%;
	margin-left:54px;
	top:140px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cbcbcb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cbcbcb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cbcbcb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cbcbcb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cbcbcb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#cbcbcb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-9 */
}
.thumbs-panel li .launch-video
{
	position:absolute;
	top:129px;
	left:50%;
	margin-left:-70px;
}
.thumbs-panel li.selected .pick-choice .check
{
    display:inline-block;
    width:21px;
    height:24px;
    margin:-2px 0 0 -1px;
    background: url(../media/images/global/form_sprite.png) -42px top no-repeat;
}
.thumbs-panel span.thumb-label
{
	padding: 2px 8px;
	line-height:1em;
}
