/*@font-face {*/
/*	font-family: Raleway-regular;*/
/*	src: url("./font/Raleway-Regular.ttf");*/
/*}*/
/*@font-face {*/
/*	font-family: Raleway-italic;*/
/*	src: url("./font/Raleway-Italic.ttf");*/
/*}*/
/*@font-face {*/
/*	font-family: Raleway-bold;*/
/*	src: url("./font/Raleway-Bold.ttf");*/
/*}*/

div.vote1 {
	width: 795px;
	height: 1781px;
	margin: 0 auto;
	background: url("./images/header-bg.jpg") no-repeat;
	position: relative;
}

div.video {
	position: absolute;
	width: 340px;
	height: 169px;
}

div.video1  {
	/*top: 1644px;*/
	bottom: 23px;
	left: 30px;
}
div.video2  {
	bottom: 23px;
	left: 425px;
}


div.vote-item {
	width: 795px;
	margin-left:auto;
	margin-right:auto;
	height: 350px;
	background: url("./images/item-bg.jpg") no-repeat;
	/*margin-top: 2px;*/
	position: relative;
	border-bottom: 5px solid #ffd35c;
}


div.vote-photo-1,
div.vote-photo-2 {
	width: 230px;
	height: 270px;
	position: absolute;
	background: #fff;
	top:29px;
}
div.vote-photo-1 a,
div.vote-photo-2 a {
	display: block;
	height: 270px;
}

div.vote-photo-1 {
	left: 283px;
}
div.vote-photo-2 {
	left: 535px;
}

div.vote-item-data {
	position: absolute;
	top: 39px;
	left: 30px;
	width: 253px;
	font-family: "Myriad Pro", "Trebuchet MS", "Times New Roman", serif;
}
div.vote-item-data *{
	color: #607f33;
}
div.vote-name {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 28px;
}
div.vote-profession {
	margin-top: 13px;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}
div.vote-presentation {
	margin-top: 13px;
	font-size: 20px;
	font-weight: bold;
}
div.vote-button {
	margin-top: 20px;
	display: inline-block;
	text-align: center;
	text-transform:uppercase;

}
div.voting-button-on {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #fbcb33;
	color:#fff;
	font-size: 30px;
	font-weight: bold;
	cursor:pointer;
}
div.voting-button-off {
	padding: 8px;
	background: #aaa;
	color:#fff;
	font-size: 22px;
	font-weight: bold;
}

div.video .vjs-big-play-button {
	left: 50%;
	top: 50%;
	border-radius: 0px;
	border:none;
	width: 55px;
	height: 55px;
	margin-left: -27px;
	margin-top:-27px;
}
div.video .video-js .vjs-big-play-button:before{
	font-size: 40px;
	line-height: 55px;
}

div.video .vjs-seek-to-live-control {
	display: none;
}
div.video div.vjs-volume-control {
	display: none;
}
