h1 {
	margin-bottom: 32px;
}

a {
	color: #ffc63e;
}

#toggleMobileMenu b,
#toggleMobileMenu span:before,
#toggleMobileMenu span:after {
	background: #ffc63e;
}

.nav.nav-main .logo {
	width: 200px;
	left: 30px;
	right: auto;
	padding-right: 18px;
	padding-left: 0;
}

.nav.nav-main .logo img {
	margin-top: 5px;
}

.nav.nav-main ul {
	display: inline-block;
	max-width: calc(100% - 170px);
}

.nav.nav-main ul li {
	background-color: #f8f8f8;
	margin: 0 5px;
}

.nav.nav-main ul li a {
	padding: 9px 18px 10px;
}

.nav.nav-main ul li a:after {
	content: none;
	background-color: #ffc63e;
}

.mobile .mobile-navbar .logo {
	margin: 18px 10px;
	width: 170px;
}

.section h2 {
	font-size: 57px;
	font-weight: 300;
	line-height: 1.05;
	letter-spacing: 0.7px;
	margin-bottom: 35px;
	text-align: center;
}

.section h3 {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.17;
	letter-spacing: 1.2px;
	margin-bottom: 16px;
	font-family: "Hind",sans-serif;
	text-align: center;
}

.section .container {
	width: 1100px;
	z-index: 1;
}

.section .innerContent {
	width: 740px;
	padding: 0;
}

.section-header {
	height: 774px;
	position: relative;
	text-align: center;
	background-size: cover;
}

.section-header .innerContent {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 740px;
	padding: 0;
}

.section-header .header-intro {
	background-color: rgba(248,248,248,0.88);
	padding: 34px 34px 37px;
	margin-top: 50px;
	margin-bottom: 22px;
}

.section-header .header-intro p {
	width: 596px;
	max-width: 100%;
	margin: 0 auto;
}

.section-intro {
	background-color: #212121;
	padding-top: 119px;
	padding-bottom: 98px;
	position: relative;
	overflow: hidden;
}

.section-intro .container {
	position: relative;
}

.section-intro:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 206px 0px 0 966px;
	border-color: #ffc53e transparent transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	z-index: 0;
}

.section-intro .top,
.section-intro .bottom {
	display: block;
	max-width: 100%;
	margin: 0 auto 71px;
}

.section-intro .bottom {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin: 37px auto 0;
}

.section-intro p,
.section-intro li,
.section-intro div {
	color: #fff;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 19px;
	line-height: 1.47;
}

.section-intro p {
	margin-bottom: 22px;
}

.section-intro-vote .innerContent {
	text-align: center;
}

.section-intro-vote .innerContent h1 {
	color: white;
}

.section-intro.votingIsOver {
	text-align: center;
}

.section-intro.votingIsOver h1 {
	font-family: "Hind",sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.17;
	margin-bottom: 10px;
	letter-spacing: 1.2px;
}

.section-intro.votingIsOver p {
	margin-bottom: 32px;
}

.section-intro.votingIsOver .bottom {
	margin-bottom: 50px;
	display: inline-block;
}

.section-body {
	position: relative;
	overflow: hidden;
	padding-top: 111px;
	padding-bottom: 99px;
}

.section-body .container {
	position: relative;
}

.section-body:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 206px 966px 0 0;
	border-color: #ffc53e transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 0;
}

.section-body-image {
	margin-bottom: 40px;
}

.section-body .preamble {
	font-weight: bold;
}

.section-previousWinners {
	padding-top: 110px;
	padding-bottom: 103px;
	border-top: 22px solid #ffc63e;
	background-color: #212121;
	background-size: contain;
}

.section-previousWinners h2,
.section-previousWinners p,
.section-previousWinners li,
.section-previousWinners div {
	color: #fff;
	text-align: center;
}

.section-previousWinners .year {
	margin-bottom: 28px;
}

.section-previousWinners .year .row {
	overflow: visible;
}

.section-previousWinners .year .col {
	position: relative;
	padding-bottom: 21px;
}

.section-previousWinners .year .title {
	background-color: #212121;
	padding: 10px 7px 6px;
	margin: -21px auto 4px;
	text-align: center;
	text-transform: uppercase;
	width: 232px;
	max-width: 100%;
	z-index: 1;
	position: relative;
	margin-bottom: 4px;
}

.section-previousWinners .year a {
	font-family: "Source Sans Pro",sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	text-decoration: underline;
}

.section-previousWinners .year a.noLink {
	text-decoration: none;
}

.section-previousWinners .year .col-wrapper {
	position: relative;
	width: 100%;
}

.section-previousWinners .year .toggle {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 26px;
	height: 24px;
	background-color: #111111;
	padding: 6px;
	cursor: pointer;
}

.section-previousWinners .year .toggle-open {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.section-previousWinners .year .read-more {
	background-color: #111111;
	padding: 14px 16px;
	font-size: 16px;
	line-height: 1.44;
	text-align: left;
	position: absolute;
	top: 100%;
	z-index: 1000;
	margin-top: -10px;
}

.section-partners {
	position: relative;
	overflow: hidden;
	padding-top: 122px;
	padding-bottom: 83px;
	text-align: center;
	background-color: #f8f8f8;
}

.section-partners .container {
	width: 1210px;
	clear: both;
	font-size: 0;
}

.section-partners h3 {
	margin-bottom: 42px;
	margin-top: 52px;
}

.section-partners:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 206px 0px 0 966px;
	border-color: #ffc53e transparent transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	z-index: 0;
}

.section-partners .loggo-wrapper {
	width: 180px;
	height: 162px;
	margin: 25px;
	background-color: #fff;
	display: inline-block;
}

.small {
	font-family: "Source Sans Pro",sans-serif;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: normal;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
}

.footer {
	border: 0;
	color: #fff;
	text-align: center;
	background-size: cover;
	padding-bottom: 104px;
}

.footer a {
	color: #ffc63e;
}

.footer p {
	color: #ffc63e;
	line-height: 2.05;
}

.footer .social-heading {
	font-size: 19px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.37;
	letter-spacing: 0.6px;
	color: white;
	margin-top: 52px;
}

.footer .col {
	padding-top: 0;
	padding: 0 30px;
	vertical-align: middle;
}

.footer .col strong {
	color: white;
	text-transform: uppercase;
}

.footer .hr {
	margin-top: 45px;
	margin-top: 59px;
}

.footer ul {
	text-align: left;
}

.footer ul li a {
	border-color: #ffc63e;
	color: #fff;
}

.footer ul li a:before {
	background-color: #ffc63e;
}

.footer ul li ul li {
	padding: 12px 0 12px 18px;
}

.footer ul li ul li a {
	border-left: 0;
	color: #ffc63e;
}

.footer ul li ul li a:before {
	content: none;
}

.footer-logo {
	margin: 7px;
	background-color: white;
	width: 291px;
	height: 111px;
	padding: 15px 22px;
	text-align: center;
}

.footer-logo img {
	max-width: 100%;
	max-height: 100%;
	left: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

form .align-center {
	text-align: center;
}

form label {
	font-family: "Hind",sans-serif;
	font-size: 18px;
	line-height: 1.56;
	letter-spacing: 0.72px;
	text-align: center;
	display: block;
	color: #ffffff;
}

form .email-label {
	margin-top: 158px;
}

form input[type=email] {
	background-color: #212121;
	color: white;
	border-bottom: 2px solid white;
	margin-bottom: 36px;
}

form input[type=submit] {
	width: 298px;
	background-color: #212121;
	display: block;
	margin: 0 auto;
}

form .votecategory {
	margin-bottom: 58px;
}

form .votecategory-name {
	font-weight: bold;
}

form .votecategory-container {
	margin-top: 34px;
}

form .form-group {
	position: relative;
}

form .form-group .toggle-vote {
	position: absolute;
	right: 0;
	top: 11px;
	cursor: pointer;
	z-index: 2;
}

form .form-group .toggle-vote.open {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 7px;
}

form .form-group.border-bottom {
	border-bottom: 2px solid white;
}

form a {
	font-size: 19px !important;
	color: #ffc63e !important;
}

form .check-description {
	display: block;
	font-size: 19px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.47;
	letter-spacing: normal;
	color: #ffffff;
}

form .check-description p {
	margin-bottom: 10px;
}

form .check-description.hidden {
	display: none;
}

form .checkbox {
	display: block;
	position: relative;
	padding-bottom: 6px;
	padding-top: 6px;
	text-transform: none;
	text-align: left;
}

form .checkbox .check-label {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 19px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.47;
	letter-spacing: normal;
	color: #ffffff;
	padding-right: 25px;
}

form .checkbox .check-label:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 22px;
	top: -1px;
	left: -35px;
}

form .checkbox input[type=checkbox],
form .checkbox input[type=radio] {
	opacity: 0;
	width: 0px;
	height: 16px;
	display: block;
	overflow: hidden;
	margin: 0;
	width: 16px;
	position: absolute;
}

.gastronomiVote .btn.btn-yellow {
	background-color: #ffc63e;
	color: #212121;
}

.gastronomiVote h1 {
	color: white;
}

.social {
	text-align: right;
	display: inline-block;
	margin-right: 0;
	margin-left: auto;
	padding: 11px 0;
	vertical-align: top;
}

.social iframe {
	vertical-align: top;
}

.social .fb-share-button {
	margin-right: 17px;
}

@media (max-width: 1280px) {

.footer .col {
	padding: 0 15px;
}

.footer .col-center {
	padding-top: 40px;
}

}

@media (max-width: 1000px) {

.section-intro:before {
	border-width: 154.5px 0 0 724.5px;
}

.section-body:before {
	border-width: 154.5px 724.5px 0 0;
}

.section-partners:before {
	border-width: 154.5px 0 0 724.5px;
}

}

@media (max-width: 795px) {

.section-header .innerContent {
	padding: 0 30px;
}

}

@media (max-width: 768px) {

.section-header {
	height: auto;
}

.section-header .innerContent {
	position: relative;
	top: auto;
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	padding: 30px 0;
}

.section-header .header-intro {
	padding: 34px 20px 37px;
}

.footer-logo {
	margin: 15px auto;
}

.footer-logo img {
	top: 50%;
}

.grid-three-column .row {
	margin: 0 -15px !important;
}

form {
	padding: 0 !important;
}

}

@media (max-width: 750px) {

.section-intro:before {
	border-width: 103px 0 0 483px;
}

.section-body:before {
	border-width: 103px 483px 0 0;
}

.section-partners:before {
	border-width: 103px 0 0 483px;
}

}

@media (max-width: 700px) {

form {
	padding: 0 14px;
}

}

@media (max-width: 500px) {

.section-intro:before {
	border-width: 68.7px 0 0 322px;
}

.section-body:before {
	border-width: 68.7px 322px 0 0;
}

.section-partners:before {
	border-width: 68.7px 0 0 322px;
}

}

@media (max-width: 380px) {

.footer-logo {
	width: 100%;
}

}

