@charset "utf-8";

* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  font-family: "Proxima", Arial, "Trebuchet MS", Helvetica;
  overflow-x: hidden;
}

body.blogin {
	font-family: "Ubuntu", Arial, "Trebuchet MS", Helvetica;
}

.site {
  position: relative;
}

body.screen .site {
	height: 100%;
}

body.bhome .site {
	padding-top: 160px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
  float: none;
}

.hidden {
  display: none;
}

h1, h2, h3, h4 {
  font-size: 100%;
  font-weight: inherit;
}


.wrapper {
	max-width: 1200px;
	margin: 0 auto;
}


.header {
	height: 90px;
	background: #ffffff;
	text-align: center;
	position: relative;
	z-index: 5;
}

.header a.logo {
	display: inline-block;
	position: relative;
	z-index: 5;
}

.header ul {
	width: 400px;
}

.header ul li {
	float: left;
	line-height: 90px;
	list-style-type: none;
}

.header ul li a {
	display: block;
	color: rgba(0, 0, 0, 0.6);
	font-size: 25px;
	font-family: 'Bebas';
	padding: 0 20px;
	border-right: 1px solid #f2f2f2;
}

.header ul:first-child li a {
	padding: 0 20px;
}

.header ul li:last-child a {
	border-right: none;
}

.header ul li a:hover {
	background: url(/images/menu-hover.png) no-repeat center bottom -6px;
}

.header ul li a {
	height: 90px;
}

.header ul li a img {
	display: inline-block;
	padding-top: 17px;
}

.banner {
	height: 960px;
	background: url(/images/bg.jpg) no-repeat center center;
	background-size: cover;
}

.banner .title {
	padding-top: 200px;
	padding-bottom: 60px;
	position: relative;
	text-transform: uppercase;
}

.banner .title:after {
	/*position: absolute;
	content: '';
	height: 0;
	width: 130px;
	left: 0;
	bottom: 0;
	border-top: 1px solid #e7d6bd;
	border-bottom: 1px solid #563714;*/
}

.banner p {
	/*padding-top: 60px;
	padding-bottom: 70px;
	font-size: 18px;
	color: #ffffff;
	font-family: 'Ubuntu';
	max-width: 370px;
	line-height: 28px;*/
color: #feffff;
font-family: CenturyGothic;
font-size: 18px;
font-weight: 700;
line-height: 14px;
text-transform: uppercase;
}

.banner.v2 p {
	padding-top: 30px;
	padding-bottom: 30px;
}


.banner.v2 fieldset dl dd > input[type=text] {
	display: block;
	width: 336px;
	height: 77px;
	background: url(/images/input.png) no-repeat center center;
	//font-family: 'Proxima';
	//font-size: 17px;
	//color: rgba(255, 255, 255, 0.5);
	padding: 0 30px 7px 30px;
	box-sizing: border-box;
	margin-bottom: 15px;

color: #d2951f;
font-family: CenturyGothic;
font-size: 14px;
font-weight: 700;
line-height: 36px;
text-transform: uppercase;
}


.competitors {
	padding: 50px 0;
	background: url(/images/bg-competitor.jpg) no-repeat center top;
	background-size: 100% auto;
}

.competitors .title {
	float: left;
}

.competitors .btn {
	float: right;
}

.competitors ul:after {
	clear: both;
	content: '';
	display: block;
}

.competitors ul li {
	float: left;
	width: 33.3%;
	list-style-type: none;
	height: 535px;
	background: url(/images/competitor.png) no-repeat center top;
	position: relative;
	overflow: hidden;
}

.competitors.vote ul li:nth-child(3n+2) {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
}

.competitors ul li .avatar {
	width: 140px;
	height: 140px;
	border: 2px solid #eae7e4;
	margin: 175px auto 0 auto;
	background: no-repeat center center;
	background-size: cover;
	border-radius: 90px;
}

.competitors ul li:hover .avatar {
	width: 160px;
	height: 160px;
	margin-top: 165px;
	margin-bottom: -10px;
}

.competitors ul li .details {
	max-width: 250px;
	margin: 25px auto 0 auto;

	
}

.competitors ul li .details .name {
	font-size: 25px;
	/*font-family: 'Bebas';
	color: #e1c568;*/
	text-align: center;
	padding: 20px 0;

color: #181428;
font-family: UniversLTStd;
font-size: 20px;
line-height: 20px;
text-transform: uppercase;
}

.competitors ul li .details .name a {
	color: #181428;
}

.competitors ul li a.mlink {
	position: absolute;
width: 300px;
height: 250px;
display: block;
top: 110px;
left: 50px;
}

.competitors ul li .details .likebox {
	text-align: center;
	position: relative;
	padding-top: 10px;
}

.competitors ul li .details .likebox .like,
.competitors ul li .details .likebox .share {
	background: #4862a3 url(/images/fbi.png) no-repeat 5px center;
	height: 30px;
	line-height: 20px;
	padding: 5px 5px 5px 25px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	display: inline-block;
}

.competitors ul li .details .likecheck {
	color: #FFDF74;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	text-decoration: underline;
padding-top: 20px;
}

.vote {
	padding: 120px 0;
}

.vote .vote-header .title {
	float: none;
	text-align: center;
}

.vote .vote-header .switcher {
	float: right;
	padding-top: 25px;
}

.vote .vote-header .switcher a {
	float: left;
	display: block;
	line-height: 60px;
	padding: 0 20px;
	font-family: 'Ubuntu';
	font-size: 18px;
	border: 2px solid #9a7a34;
	border-left-width: 0;
	color: #888888;
}

.vote .vote-header .switcher a:first-child {
	border-left-width: 2px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding-left: 40px;
}

.vote .vote-header .switcher a:last-child {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	padding-right: 40px;
}

.vote .vote-header .switcher a.active {
	color: #cba550;
}


.add {
	padding: 120px 0 150px 0;
	min-height: 850px;
}

.add .title {
	text-align: center;
	position: relative;
	padding-bottom: 35px;
}

.add .title:after {
	position: absolute;
	content: '';
	height: 0;
	width: 130px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	border-top: 1px solid #e7d6bd;
	border-bottom: 1px solid #563714;
}

.add p {
	padding-top: 15px;
	font-family: 'Ubuntu';
	font-size: 18px;
	text-align: center;
	line-height: 28px;
}

.add p a {
	color: #ffffff;
	text-decoration: underline;
}


.add fieldset {
	width: 700px;
	margin: 0 auto;
	padding-top: 40px;
}

.add fieldset:after {
	display: block;
	clear: both;
	content: '';
}

.add fieldset dl {
	float: left;
	width: 50%;
}

.add fieldset dl.fullsize {
	width: 100%;
}

.add fieldset dl dd > input[type=text] {
	display: block;
	width: 336px;
	height: 77px;
	background: url(/images/input.png) no-repeat center center;
	margin: 0 auto;
	font-family: 'Proxima';
	font-size: 17px;
	color: rgba(255, 255, 255, 0.5);
	padding: 0 30px 7px 30px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.add fieldset dl input[type=file] {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

.add fieldset dl .upload-holder {
	width: 336px;
	height: 77px;
	background: url(/images/file.png) no-repeat center center;
	margin: 0 auto;
	font-family: 'Proxima';
	font-size: 17px;
	color: rgba(255, 255, 255, 0.5);
	padding: 0 70px 7px 30px;
	line-height: 70px;
	box-sizing: border-box;
	margin-bottom: 15px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.add fieldset dl .textarea {
	width: 684px;
	height: 171px;
	background: url(/images/textarea.png) no-repeat center center;
	margin: 0 auto;
	padding: 40px 30px 50px 30px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.add fieldset dl .textarea textarea {
	display: block;
	width: 100%;
	height: 100%;
	resize: none;
	font-family: 'Proxima';
	font-size: 17px;
	color: rgba(255, 255, 255, 0.5);
	background: none;
}

.add fieldset dt {
	font-family: 'Proxima';
	font-size: 20px;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 25px;
}

.add fieldset ul {
	padding-bottom: 50px;
	padding-top: 20px;
}

.add fieldset ul li {
	list-style-type: none;
	position: relative;
	font-family: 'Proxima';
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
	padding-left: 25px;
}

.add fieldset ul li input[type=radio] {
	position: absolute;
	left: -10000px;
}

.add fieldset ul li label {
	display: block;
	padding: 5px 0 5px 28px;
	position: relative;
	cursor: pointer;
}

.add fieldset ul li label:hover {
	color: #ffffff;
}

.add fieldset ul li label:before {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border: 2px solid #e2ac2c;
	top: 9px;
	left: 0;
	border-radius: 15px;
}

.add fieldset ul li input:checked + label:before {
	background: #e2ac2c;
}

.add fieldset ul li label input {
	width: 300px;
	border-bottom: 1px solid #585858;
	font-family: 'Proxima';
	font-size: 18px;
	color: #ffffff;
	background: none;
}

.add input[type=submit] {
	display: block;
	float: right;
	width: 333px;
	height: 91px;
	background: url(/images/colleague-submit.png) no-repeat center center;
	cursor: pointer;
	margin-top: 25px;
}

.add.add-finish input[type=submit] {
	margin: 0 auto;
	float: none;
	width: 333px;
	background: url(/images/proceed.png) no-repeat center center;
}

.add .error {
	font-family: 'Proxima';
	font-size: 18px;
	padding-left: 25px;
	padding-right: 25px;
	color: rgba(255, 255, 255, 0.7);
}

.add .add-image {
	width: 90px;
	height: 90px;
	border: 2px solid #eae7e4;
	margin: 50px auto 0 auto;
	background: no-repeat center center;
	background-size: cover;
	border-radius: 90px;
}


.message {
	padding: 200px;
	min-height: 800px;
	font-size: 35px;
	text-align: center;
}

.message h2 {
	font-size: 75px;
	padding-bottom: 50px;
}

.static {
	text-align: center;
	padding: 100px 0;
	background: url(/images/bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}


.static.bw100 {
	background-size: 100% auto;
	background-position: center top;
}


.static:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
}

.static .wrapper {
	position: relative;
	z-index: 2;
}

.static .title {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 60px;
}


.static .title:after {
	position: absolute;
	content: '';
	height: 0;
	width: 130px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	border-top: 1px solid #e7d6bd;
	border-bottom: 1px solid #563714;
}

.static p,
.static div.par {
	font-size: 18px;
	font-family: 'Ubuntu';
	line-height: 28px;
	padding-bottom: 35px;
}

.static div.par.offsetted {
	padding-top: 45px;
}

.static .links {
	padding-top: 45px;
}

.static .links a {
	display: inline-block;
	margin: 0px 15px;
}

.prices {
	min-height: 910px;
	background: #000000 url(/images/prices-bg.jpg) no-repeat top center;
	background-size: cover;
	padding-bottom: 80px;
}

.prices .title {
	text-align: center;
	padding: 140px 0 0 0;
}

.prices ul:after {
	display: block;
	clear: both;
	content: '';
}

.prices ul li {
	float: left;
	width: 33.3%;
	list-style-type: none;
	text-align: center;
}

.prices ul li .image {
	height: 450px;
	background: no-repeat center center;
	
}

.prices ul li .info {
	font-size: 18px;
	line-height: 24px;
	padding-top: 10px;
	
}

.prices ul li .info a {
	color: #e9c959;
	
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}

.popup .colleague-detail {
	max-width: 100%;
	width: 528px;
	height: 795px;
	position: relative;
	margin: 50px auto;
	background: url(/images/frame.png) no-repeat center center;
}

.popup .colleague-detail .close {
	width: 24px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	top: 90px;
	right: 50px;
	background: url(/images/close.png);
}

.popup .colleague-detail .detail-wrapper {
	width: 320px;
	margin: 0 auto;
	padding-top: 160px;
	padding-right: 5px;
	text-align: center;
	font-family: 'Ubuntu';
}

.popup .colleague-detail .avatar {
	width: 215px;
	height: 215px;
	border: 2px solid #eae7e4;
	margin: 0 auto 0 auto;
	background: no-repeat center center;
	background-size: cover;
	border-radius: 200px;
}

.popup .colleague-detail .name {
position: absolute;
	font-size: 26px;
	color: #160d0d;
	font-weight: bold;
	//padding-bottom: 10px;
bottom: 130px;
/*left: 170px;*/
width: 330px;
text-align:center;
margin: 0 auto;
}

.popup .colleague-detail .info {
	padding-top: 30px;
	font-size: 17px;
	color: #715b50;
}

.popup .colleague-detail strong {
	display: block;
	color: #160d0d;
}

.popup .colleague-detail .likebox {
	padding-top: 10px;
}

.popup .colleague-detail .likebox .like,
.popup .colleague-detail .likebox .share {
	background: #4862a3 url(/images/fbi.png) no-repeat 5px center;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px 5px 25px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	display: inline-block;
	border-radius: 2px;
	margin: 0 3px;
}

.popup .colleague-detail .likecheck {
	color: #715b50;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	text-decoration: underline;
	margin-top: 10px;
}

.popup .colleague-detail .sharelink {
	color: #715b50;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	text-decoration: underline;
	margin-top: 10px;
}


.winners {
	text-align: center;
	background: url(/images/bg.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
}


.winners:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
}

.winners .wrapper {
	position: relative;
	z-index: 2;
}


.winner-list {
	padding-top: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eddbbc;
}

.winner-list:after {
	display: block;
	clear: both;
	content: '';
}

.winner-list li {
	float: left;
	width: 16.6%;
	list-style-type: none;
	text-align: center;
}

.winner-list li .winner-place {
	font-size: 28px;
	color: #fdd785;
	font-family: 'Bebas';
	margin-top: -15px;
	padding-bottom: 20px;
}

.winner-list li .winner-price {
	font-size: 15px;
	color: #e3f3ff;
	padding-bottom: 20px;
}

.winner-list li .winner-name {
	font-size: 29px;
	font-family: 'Bebas';
	padding-bottom: 7px;
}

.winner-list li .winner-company {
	font-size: 19px;
	font-family: 'Bebas';
}

.winner-others {
	padding-top: 40px;
	padding-bottom: 40px;
}

.winner-others li {
	list-style-type: none;
	width: 25%;
	float: left;
}

.winner-others li .other-title {
	font-size: 23px;
	color: #fbd788;
	font-family: 'Bebas';
	text-align: left;
	padding-bottom: 10px;
}

.winner-others li p {
	font-size: 15px;
	color: #ffffff;
	line-height: 24px;
	text-align: left;
	padding: 0;
}


.footer {
	height: 60px;
	line-height: 60px;
	border-top: 3px solid #d9b472;
	font-family: 'Ubuntu';
	font-size: 14px;
	color: #ffffff;
}

.footer span {
	color: #cca976;
}

.footer .copyright {
	float: left;
}

.footer .copyright a {
	margin-right: 15px;
}

.footer .copyright a img {
	margin-bottom: -4px;
}

.footer .info {
	float: right;
	color: #b4b4b4;
}


.likebox {
	position: relative;
}

.likebox:after {
	position: absolute;
	/*content: '';*/
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}

.shake {
	-webkit-animation: shake 700ms;
	-moz-animation: shake 700ms;
	animation: shake 700ms;
}

@-webkit-keyframes shake {
	15% { -webkit-transform: translateX(-70px); transform: translateX(-70px); }
	30% { -webkit-transform: translateX(70px); transform: translateX(70px); }
	45% { -webkit-transform: translateX(-50px); transform: translateX(-50px); }
	60% { -webkit-transform: translateX(50px); transform: translateX(50px); }
	75% { -webkit-transform: translateX(-20px); transform: translateX(-20px); }
	90% { -webkit-transform: translateX(20px); transform: translateX(20px); }
	100% { -webkit-transform: translateX(0); transform: translateX(0); }
}
@-moz-keyframes shake {
	15% { -moz-transform: translateX(-70px); transform: translateX(-70px); }
	30% { -moz-transform: translateX(70px); transform: translateX(70px); }
	45% { -moz-transform: translateX(-50px); transform: translateX(-50px); }
	60% { -moz-transform: translateX(50px); transform: translateX(50px); }
	75% { -moz-transform: translateX(-20px); transform: translateX(-20px); }
	90% { -moz-transform: translateX(20px); transform: translateX(20px); }
	100% { -moz-transform: translateX(0); transform: translateX(0); }
}
@keyframes shake {
	15% { transform: translateX(-70px); }
	30% { transform: translateX(70px); }
	45% { transform: translateX(-50px); }
	60% { transform: translateX(50px); }
	75% { transform: translateX(-20px); }
	90% { transform: translateX(20px); }
	100% { transform: translateX(0); }
}

@media (max-height: 900px) {
	.popup .colleague-detail {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media (max-width: 1105px) {
	.header .menu-bar {
		display: none;
		position: absolute;
		top: 90px;
		background: #ffffff;
		width: 100%;
		left: 0;
		padding-top: 100px;
	}
	
	.header .menu-bar.toggled {
		display: block;
	}
	
	.header .menu-bar ul {
		float: none;
		width: 100%;
	}
	
	.header .menu-bar li {
		display: block;
		float: none;
		position: relative;
		z-index: 6;
	}
	
	.header .menu-bar li {
		border: none;
	}
	
	.header .menu-toggle {
		position: absolute;
		right: 20px;
		top: 30px;
		height: 30px;
		width: 30px;
		cursor: pointer;
		z-index: 7;
	}
	
	.header .menu-toggle div {
		position: relative;
		width: 100%;
		height: 4px;
		background: #000;
		border-radius: 2px;
		margin-bottom: 6px;
		margin-top: 2px;
	}
	
	.competitors ul li {
		width: 100%;
		float: none;
	}
	
	.add fieldset {
		width: 100%;
	}
	
	.add fieldset dl {
		float: none;
		width: 100%;
	}
	
	.add fieldset dl .textarea {
		width: auto;
	}
	
	.add input[type=submit] {
		background-size: cover;
		max-width: 100%;
		float: none;
		margin: 0 auto;
	}
	
	.competitors.vote ul li:nth-child(3n+2) {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	
	.prices ul li {
		width: 100%;
		float: none;
	}
	
	.footer {
		height: auto;
		line-height: 30px;
		padding: 15px 0;
	}
	
	.footer .copyright {
		float: none;
		text-align: center;
	}
	
	.footer .info {
		float: none;
		text-align: center;
	}
	
	.banner .title {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	
	.banner p {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 500px) {
	.header .menu-bar {
		padding-top: 50px;
	}
	
	.competitors .title {
		float: none;
		text-align: center;
	}
	
	.competitors .btn {
		float: none;
		margin: 15px auto 0 auto;
		display: block;
		width: 213px;
	}
	
	img {
		max-width: 100%;
	}
	
	.add fieldset dl dd > input[type=text] {
		width: 100%;
	}
	
	.banner.v2 fieldset dl dd > input[type=text] {
		width: 100%;
	}
	
	.add fieldset dl .upload-holder {
		width: 100%;
	}
	
	.header a.logo {
		max-width: 200px;
	}
	
	.add fieldset ul li label input {
		width: 200px;
	}
	
	
	.add input[type=submit] {
		width: 100%;
		background-size: contain;
	}
	
	.popup .colleague-detail .close {
		top: 80px;
		right: 15px;
	}
.banner {
height: auto;
    background: url(/images/slice.png) repeat;
  
}
.banner .title{
padding-top: 40px;
padding-bottom: 10px;
}
.banner .v2 p{
padding-top: 10px;
}
.banner a.btn img{
padding-bottom: 30px;
}
	
}