#participantData {
	margin: 10px 0;
	text-align: center;
}

#participantData input[type="text"],
#sendLettersForm input[type="text"]{
	display: inline-block;
	margin-top: 5px;
	border: 1px solid #CCC;
	padding: 5px;
	color: #333;
	outline: 0;
	background: transparent;
	font-size: 100%;
	-moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	border-radius: 3px;
	box-sizing: border-box;
	width: 200px;
}

#sendLettersForm tr td:first-child input {
	width: 150px;
}

#participantData a.exclusive {
	display: inline-block;
	margin-top: 10px;
}

#multiplier a.exclusive {
	position: absolute;
	bottom: 10px;
	right: 0;
}

#step_2 ul.droppable {
	list-style: none;
	margin: 0;
	padding: 22px 0 50px;
	-moz-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-o-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-webkit-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#step_2 ul.droppable li {
	position: relative;
	display: inline-block;
	height: 100px;
	margin: 0 46px;
	width: 100px;
	background: url(./img/drag.png) no-repeat 11px center;
	vertical-align: top;
	-moz-box-shadow: inset 0 0 0 2px rgba(136,136,136,0.2);
	-webkit-box-shadow: inset 0 0 0 2px rgba(136,136,136,0.2);
	box-shadow: inset 0 0 0 2px rgba(136,136,136,0.2);
	-moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
}

#step_2 ul.droppable li:last-child {
	margin-right: 0;
}

#step_2 ul.droppable li .close {
	display: none;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 2px;
	right: 2px;
	background: #798187 url(./img/icon_cross.png) no-repeat center center;
	border-radius: 100%;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
}

#step_2 ul.droppable li.filled .close {
	display: block;
}

#step_2 ul.droppable li .close:hover{
	background-color: #4e5356
}

#step_2 ul.droppable li.filled:hover .close {
	opacity: 1;
}

#step_2 ul.draggable {
	list-style: none;
	margin: 0;
	padding: 0 0 0 25px;
}

#step_2 ul.draggable li {
	position: relative;
	display: inline-block;
	width: 276px;
	height: 205px;
	margin: 0 0 15px;
	vertical-align: top;
	text-align: center;
}

#step_2 ul.draggable li div {
	position: relative;
	display: inline-block;
	height: 160px;
	width: 160px;
	cursor: pointer;
	z-index: 7;
}

#step_2 ul.draggable li div img {
	position: relative;
	border: 1px solid transparent;
	border-radius: 2px;
	-moz-transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-o-transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-webkit-transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.255, 0.99);
}

#step_2 .prize img {
	width: 100%;
	height: 100%;
}

#step_2 ul.draggable li figure {
	position: absolute;
	top: 0;
	left: 18px;
	height: 160px;
	width: 160px;
	background: #fff;
	z-index: 1;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	display: block;
	margin-top: 0;margin-right: 0;
}

#step_2 ul.draggable li figure img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	opacity: 0.2;
	width: 100%;
	height: 100%;
}

#step_2 ul.draggable li span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	font-size: 12px;
	font-weight: bold;
}

#step_2 ul.droppable li .prize {
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border-radius: 2px;
	opacity: 1;
	height: 100%;
	width: 100%;
}

#step_2 ul.droppable li span {
	position: absolute;
	bottom: -36px;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#submitPrizes.disabled,
#submitPrizes.disabled:hover {
	cursor: default;
	background-position: 0px -186px;
	opacity: 0.5;
}

.winError {
	margin-top: 5px;
	color: red;
	text-align: center;
}

.redBorder {
	border-color: red !important;
}

#submitPrizes {
	margin: 5px auto;
}

#step_3 .options {
	position: relative;
	display: inline-block;
	margin: 10px 0;
	float: left;
}

#step_3 .options li {
	height: 54px;
	position: relative;
	width: auto;
	margin-right: 60px;
}

#step_3 .options li:last-child {
	margin-right: 0;
}

#step_3 .options .shareButton {
	width: 145px;
	padding-left: 60px;
	margin-bottom: 4px;
	text-align: left;
	font-size: 12px;
	background-image: url(./img/endscreen_buttons.png);
	background-repeat: no-repeat;
	background-size: 30px;
	font-family: 'Open Sans' sans-serif;
	font-weight: 700;
	line-height: 50px;
	padding-right: 20px;
	position: relative;
	vertical-align: top;
	display: inline-block;
	background-color: #f60;
	border: 1px solid #e54b00;
	color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 3px;
}


#step_3 .options .selected .shareButton {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	opacity: 0.25;
	cursor: default;
	text-shadow: none;
	-moz-transition: all 0ms;
	-o-transition: all 0ms;
	-webkit-transition: all 0ms;
	transition: all 0ms;
	margin-top: 2px;
	height: 48px;
	-moz-box-shadow: inset 0px 0px 0px #c23701;
	-webkit-box-shadow: inset 0px 0px 0px #c23701;
	box-shadow: inset 0px 0px 0px #c23701;
}

#step_3 .options li#newsletter .shareButton {
	background-position: 16px -41px;
}

#step_3 .options li#facebook .shareButton {
	background-position: 16px -93px;
}

#step_3 .options li#twitter .shareButton {
	background-position: 16px -147px;
}

#step_3 .options .shareButton.active {
	margin-top: 2px;
	height: 48px;
	-moz-box-shadow: inset 0px 0px 0px #c23701;
	-webkit-box-shadow: inset 0px 0px 0px #c23701;
	box-shadow: inset 0px 0px 0px #c23701;
}

#step_3 .options li[data-type="prizes"] .shareButton {
	background-position: 16px 15px;
}

#step_3 .options .shareButton span {
	display: block;
	position: absolute;
	top: 11px;
	line-height: 14px;
	text-align: left;width: 90%;
}

#step_3 .options .shareButton .button {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	opacity: 0.25;
	cursor: default;
	text-shadow: none;
	-moz-transition: all 0ms;
	-o-transition: all 0ms;
	-webkit-transition: all 0ms;
	transition: all 0ms;
	margin-top: 2px;
	height: 48px;
	-moz-box-shadow: inset 0px 0px 0px #c23701;
	-webkit-box-shadow: inset 0px 0px 0px #c23701;
	box-shadow: inset 0px 0px 0px #c23701;
}

#step_3 .options a.shareButton.facebook {
	background-color: #405d98;
	border-color: #293c62;
	-moz-box-shadow: inset 0px -2px 0px #293c62;
	-webkit-box-shadow: inset 0px -2px 0px #293c62;
	box-shadow: inset 0px -2px 0px #293c62;
}

#step_3 .options a.shareButton.twitter {
	background-color: #21a9e5;
	border-color: #1379a6;
	-moz-box-shadow: inset 0px -2px 0px #1379a6;
	-webkit-box-shadow: inset 0px -2px 0px #1379a6;
	box-shadow: inset 0px -2px 0px #1379a6;
}

#step_3 .options .plusone {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-top: 8px;
	margin-left: 6px;
	border-radius: 100%;
	color: #fff;
	background: #dfdfdf;
	font-family: AvenirBlack, arial, sans-serif;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
}

#step_3 .options .selected .plusone {
	background: #0090E3;
	text-shadow: 0 1px 3px rgba(0,144,227,0.7);
}

.lettersBlock {
	background: white !important;
}

.lettersBlock .ui-dialog-titlebar {
	display: none;
}

#sendLettersForm table {
	width: 100%;
	border-spacing: 5px;
	border-collapse: separate;
	margin: 10px 0;
}

#participantData {
	text-align: center;
	margin: 5px 0;
}

.lettersBlock .ui-dialog-buttonpane {
	text-align: center;
}

.lettersBlock .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none !important;
}

.progress {
	width: 280px;
	height: 72px;
	position: relative;
	margin: 0 auto;
	font-size: 12px;
	display: block;
	margin-bottom: 20px;
}

.progress hr {
	background: #D55476;
	border: 0;
	position: absolute;
	top: 31px;
	left: 0;
	height: 4px;
	width: 100%;
}

.progress figure {
	position: absolute;
	width: 51px;
	height: 51px;
	text-align: center;
	color: #003C71;
	background: url(./img/progress_icons.png) no-repeat left top;
}

.progress figure.first {
	background-position: 0px -52px;
	left: -90px;
}

.progress figure.first.active {
	background-position: 0px -52px;
	left: -90px;
}

.progress figure.first.done {
	background-position: 0 0;
}

.progress figure figcaption {
	position: absolute;
	bottom: -24px;
	left: 50%;
	width: 200px;
	margin-left: -100px;
}

.progress figure.middle {
	background-position: -141px 0px;
	left: 50%;
	margin-left: -25px;
}

.progress figure.middle.active{
	background-position:-141px -52px;
}

.progress figure.last {
	background-position: -279px 0px;
	right: -90px;
}

.progress figure.last.active {
	background-position: -279px -52px;
}

#lettersForm {
	padding-top: 10px;
}

#multiplier .pie {
	display: inline-block;
	width: 51%;
	vertical-align: top;
	margin-top: 30px;
	position: relative;
}

#multiplier .pie_holder {
	display: inline-block;
	float: left;
}

#multiplier .pie_holder figure {
	position: relative;
	width: 160px;
	height: 160px;
	background: #e6e6e6;
	border-radius: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	overflow: hidden;
}

#multiplier .pie_holder figure i {
	background: rgb(0, 123, 255);
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 50px 0 50px;
	border-color: #007bff transparent transparent transparent ;
	border-color: #007bff #007bff #007bff;
}

#multiplier .pie_holder figure b {
	font-size: 170px;
	position: absolute;
	color: #fff;
	left: -5px;
	top: 10px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.255, 0.99) 0.6s;
	-o-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.255, 0.99) 0.6s;
	-webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.255, 0.99);
	-webkit-transition-delay: 0.6s;
	transition: all 0.15s cubic-bezier(0.25, 0.46, 0.255, 0.99) 0.6s;
}