@font-face {
font-family: EurofontC;
src: url('../eurofontc.otf')
}

body {
	font-family: eurofontc;
}

section.header {
	padding-top: 10px;	padding-bottom: 15px;
}

section.header div {
	text-align: center;
}

section.header img {
	max-width: 100%;
}

.top-cover {
	margin-bottom: 20px;
}

div.top-cover {
	background-image: url('../img/header-bg.jpg');
	height: 463px;
	background-position: center center;
	background-repeat: repeat-x;
	background-size: 100% auto;
}

.news-tosubj {
	font-size: 18px;
	color: #3854ab;
}

.news-date {
	color: #9C9B99;
	font-size: 16px;
	text-align: left;
	display: block;
}

.news-caption {
	color: #3c3c3c;
	font-size: 18px;
	padding-top: 5px;
	text-decoration: none;
	display: block;
}
.news-caption:hover {
	text-decoration: underline;
	color: #3c3c3c;
}

section.contest-progress {
	margin: 30px 0;
}

section.contest-progress .wrongtime {
	display: block;
	font-weight: bold;
	padding: 40px;
	border-radius: 10px;
	background: none repeat scroll 0 0 #3854ab;
	border: 1px solid #1E3448;
	color: #FFF;
}

.share-block {
	float: right;
}

.prbar {
	height: 10px;
	background-color: #aedaf5;
	border-radius: 5px;
}

.prbar-fill {
	background-color: #4ab4f5;
	height: 10px;
	border-radius: 5px;
}

.pbar-date {
	border-radius: 5px;
	font-size: 20px;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	color: #002e5e;
	font-weight: bold;		font-family: eurofontc;
}

.pbar-daynow {
	border-radius: 5px;
	font-size: 14px;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	width: 100px;
	background-color: #aedaf5;
	color: #fff;
	position: relative;
	top: -10px;
}

.pbar-daynow::before {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	bottom: -13px;
	right: calc(50% - 5px);
	border: 7px solid transparent;
	border-top: 6px solid #aedaf5;
}

section.partners {
	margin: 20px 0;
	background-color: #e8e8e8;
	padding: 30px 0;
}

section.partners .row div {
	text-align: center;
}

.speech {
	border: 1px solid #AAA;
	border-radius: 5px;
	padding: 20px 20px 20px 100px;
	margin: 20px;
	position: relative;
	line-height: 24px;
}

.speech .face {
	width: 150px;
	height: 150px;
	background-position: center center;
	background-size: cover;
	border-radius: 100px;
	background-clip: border-box;
	position: absolute;
	left: -75px;
	top: calc(50% - 75px);
}

section.addphoto {
	padding: 40px 0;
	border-bottom: 1px dotted #666;
}

section.addphoto .row > div {
	text-align: center;
	font-size: 17px;
}

.addpt-btn div {
	display: block;
	color: white;
	background-color: #4ab4f5;
	padding: 15px 30px;
	border-radius: 10px;
	cursor: pointer;
}

.addpt-btn div i {
	margin-right: 30px;
	font-size: 35px;
}

section.addphoto #photo_success_box {
	border: 1px solid #BBE6C3;
	background-color: #E0FFE6;
	color: #52895C;
	padding: 23px;
	margin: 25px 0;
	display: none;
}

section.addphoto #photo_error_box {
	color: red;
}

.addpt-btn div span {
	position: relative;
	top: -5px;
}

.addpt-btn input {
	display: none !important;
}

.image-form-bg {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.6;
	z-index: 3;
}

.image-form {
	width: 750px;
	height: 640px;
	position: fixed;
	left: calc(50% - 375px);
	top: calc(50% - 300px);
	background-color: white;
	padding: 20px;
	border-radius: 10px;
	z-index: 4;
}

.image-form #image_form_photo {
	max-width: 100%;
	max-height: 350px
}

.image-form .closebtn, .vote-form .closebtn {
	position: absolute;
	right: -15px;
	top: -15px;
	background-color: white;
	display: block;
	width: 31px;
	height: 31px;
	text-align: center;
	padding-top: 4px;
	border-radius: 30px;
	padding-left: 1px;
	border: 1px solid black;
	cursor: pointer;
}

.photo-info {
	text-align: center;
	margin-top: 15px;
}
.photo-info input,.photo-info select {
	width: 30%;
	margin: 0 1%;
	background-repeat: no-repeat;
	background-position: 5px center;
	border: 1px solid #333;
	border-radius: 5px;
	font-size: 20px;
	padding: 5px 5px 5px 25px;
	margin-bottom: 10px;
}

.photo-info input[name="info_name"] {
	background-image: url('../img/engine/name.png');
}
.photo-info input[name="info_phone"] {
	background-image: url('../img/engine/phone.png');
}
.photo-info input[name="info_email"] {
	background-image: url('../img/engine/mail.png');
}

.photo-submit {
	margin: 10px;
	text-align: center;
}

.addpt-submit div {
	display: block;
	color: white;
	background-color: #4ab4f5;
	padding: 5px 30px;
	border-radius: 10px;
	cursor: pointer;
}

.addpt-submit div i {
	margin-right: 30px;
	font-size: 35px;
}

.addpt-submit div span {
	position: relative;
	top: -5px;
}

.addpt-submit input {
	display: none !important;
}

.agree-152 {
	padding: 0 20px;
}
.agree-152 #check_agree {
	float: left;
	margin-bottom: 65px;
	margin-right: 8px;
}

.menu-container {
	background-color: #00295f;
}

.menu-container .menu-btn {
	text-transform: uppercase;
	font-size: 22px;
	padding: 25px 35px;
	display: inline-block;
	color: white;
	font-family: eurofontc;
}

section.prizes {
	background-color: #32899c;
	background-image: url('../img/gifts_bg.jpg');
	margin-top: 30px;
	position: relative;
}

section.prizes .prizebox {
	padding: 70px 0;
}

section.prizes .prizebox p {
	margin: 0px;
}

div.bowtie-top, div.bowtie-bot {

}

div.bowtie-top {
	background: url("../img/bow-top.png");
	height: 95px;
	background-position: center;
}

div.bowtie-bot {
	background: url("../img/bow-bot.png") repeat-x scroll center top;
}

section.prizes  span.prize_num {
	display: block;
	text-align: center;
}

section.prizes  span.prize_num span {
	display: inline-block;
	text-align: center;
	padding: 10px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	border-radius: 30px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	margin-top: 15px;
}

.prize-img {
  max-width: 100%;
}

h3.euro-header {
	font-family: eurofontc;
	color: #508c61;
	text-transform: uppercase;
	font-size: 36px;
}

section.photolist {
	margin-top: 50px;
}

.order-box  {
	text-align: left;
	font-size: 17px;
	padding-bottom: 50px;
}

.order-panel {
	display: inline;
}


.btn-order {
	cursor: pointer;
	border-bottom: 1px dashed #CCC;
	display: inline-block;
	padding: 0px 10px;
	margin: 0px 5px;
}

.btn-order.active {
	background-color: #CCC;
}


.answer-block {
	position: relative;
	display: inline-block;
	width: 275px;
	margin: 3px 3px 50px 3px;
	height: 310px;
	float: left;
}

.likes-count {
    color: white;
    background-color: #aedaf5;
    display: block;
    width: 80px;
    padding: 5px;
    border-radius: 40px;
    position: absolute;
    top: -15px;
    left: calc(50% - 40px);
	font-weight: bold;
	text-align: center;
}

.likes-count i {
    position: absolute;
    left: 8px;
    top: 8px;
}

.vote-btn {
	background-color: #aedaf5;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 5px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
}

.answer-img {
	width: 275px;
	height: 275px;
	background-size: cover;
	background-position: center center;
}

.vote-form-bg {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.6;
	z-index: 3;
}

.vote-form {
	width: 750px;
	height: 600px;
	position: fixed;
	left: calc(50% - 375px);
	top: calc(50% - 300px);
	background-color: white;
	padding: 20px;
	border-radius: 10px;
	z-index: 4;
}

.vote-form iframe {
	width: 100%;
	height: 100%;
	border: 0px;
}

section.text {	padding-top: 50px;}

section.footer {
	border-top: 1px dotted #666;
	height: 99px;
	margin-top: 40px;
	padding-top: 30px;
}

.answer-vote {
	margin-bottom: 20px;
	position: relative;
}

.answer-vote .likes-count {
	position: relative;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	width: 100%;
	left: 0px;
	top: 0px;
}

.answer-vote .likes-count i {
	position: relative;
	left: -8px;
	top: 0px;
}

.answer-dirbtn {
	width: 50px;
	height: 50px;
	background-color: #aedaf5;
	position: absolute;
	top: calc(50% - 25px);
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 35px;
	color: white;
	text-decoration: none;
}
.answer-dirbtn:hover {
	color: white;
}

.answer-dirbtn.left {
	left: 15px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.answer-dirbtn.right {
	right: 15px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;	
}

@media (min-width:800px) {
	body {
		
	}
}