body {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica';
	background: #2b2b2b;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #a08454;
}

body.no-scroll {
/*	position: fixed;
*/	overflow-y: scroll;
	width: 100%;
}

a, a:link, a:hover, a:active, a:visited, a:focus {
	text-decoration: none;
}

ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cut-it {
	width: 100%;
	overflow: hidden;
}

.overlay-content {
    height: 100%;
    overflow: hidden;
}

.logo-menu {
	width: 125px;
	margin: 0 0 30px;
}

.main-menu {
	position: fixed;
	width: 100%;
    background: #a08454;
    display: none;
    opacity: 0;
    z-index: 100000;
    height: 100%;
    padding: 0;
    top: 0;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-overflow-scrolling: touch!important;
	text-align: center;
}

.main-menu ul li a {
	text-transform: uppercase;
	font-size: 32px;
	line-height: 32px;
	color: #2b2b2b;
	display: block;
	font-weight: 300;
	padding: 11px 0;
}

.main-menu ul li a:hover {
	color: #fff;
}

.main-menu ul li.active a {
	color: #fff;
}

.main-menu ul li:last-child a {
	font-weight: 700;
}

.main-menu .wrapper {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	width: 100%;
	left: 0;
}

.close-main-menu {
	font-size: 37px;
	line-height: 37px;
	color: #fff;
	padding: 0 0 35px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	right: 17px;
	top: 44px;
	z-index: 10;
}

.home .close-main-menu {
	position: relative;
	top: 0;
	right: 0;
	display: block;
}

.close-main-menu:hover {
	color: #2b2b2b;
}

.main-header {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 110000;
	opacity: 1;
}

.main-header-fake {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 110000;
	opacity: 1;
	display: none;
}

.home .main-header {
	position: fixed;
	display: none;
	opacity: 0;
}

.main-header .wrapper {
	position: relative;
	padding: 50px 0;
}

.main-header-fake .wrapper {
	padding: 25px 15px;
}

.main-header-fake .logo, .main-header .logo {
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.main-header-fake.active .logo, .main-header.active .logo {
	opacity: 0;
}

.main-header .logo img {
	width: 150px;
}

 .main-header-fake img {
	width: 70px;
}

.btn-menu {
	font-size: 32px;
	line-height: 32px;
	color: #a08454;
	cursor: pointer;
	z-index: 110000;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.nav-icon2 span {
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	background-color: #a08454;
}

.btn-menu.active .nav-icon2 span {
	background-color: #fff;
}

.btn-menu:hover {
	color: #fff;
}

.section {
	clear: both;
}

.trigger-view {
	position: absolute;
	width: 200px;
	height: 20px;
	top: 180px;
}

.home .trigger-view {
	top: auto;
}

.scene-1-home {
	height: 100vh;
	min-height: 800px;
	text-align: center;
	padding: 50px 0 0;
	position: relative;
}

.scene-1-home-text {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	width: 100%;
}

.scene-1-home-text h1 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 300;
	text-transform: uppercase;
}

.scene-1-home-text h2 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	margin-top: 50px;
}

.scene-1-home-text h2 span {
	padding: 0 5px;
}

.scene-1-home .logo {
	margin-bottom: 75px;
	margin-top: -50px;
	display: block;
}

.scene-1-home .btn-menu {
	color: #fff;
	width: 100%;
	text-align: center;
	top: 50px;
	right: auto;
	left: 0;
}

.scene-1-home .home-btn-menu.active {
	position: fixed;
}

.scene-1-home .btn-menu:hover {
	color: #a08454;
}

.explore {
	display: block;
	position: absolute;
	bottom: 50px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	width: 100%;
	cursor: pointer;
}

.explore img {
	display: block;
	margin: 20px auto 0;
}

.main-footer {
	padding: 100px 0;
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b2b2b+0,3e3e3e+25 */
	background: #2b2b2b; /* Old browsers */
	background: -moz-linear-gradient(top, #2b2b2b 0%, #3e3e3e 25%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2b2b2b 0%,#3e3e3e 25%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #2b2b2b 0%,#3e3e3e 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#3e3e3e',GradientType=0 ); /* IE6-9 */
	clear: both;
}

.main-footer .wrapper {
	position: relative;
	text-align: center;
	font-family: Arial, sans-serif;
}

.main-footer h2 {
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	padding: 70px 0 0;
	color: #8b8c8d;
}

.voting-list-link a {
	text-transform: uppercase;
    font-size: 12px;
    color: #8b8c8d;
}

.main-footer h2:before {
	content: '';
	width: 65px;
	height: 1px;
	background-color: #8e8f90;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.main-footer p {
	font-size: 11px;
	color: #8b8c8d;
	position: relative;
	padding:  0 0 70px;
}

.main-footer p:before {
	content: '';
	width: 65px;
	height: 1px;
	background-color: #8e8f90;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.main-footer p a {
	font-weight: 700;
	color: #8b8c8d;
}

.main-footer p a:hover {
	text-decoration: underline;
}

.background {
	padding: 50px;
}

.white-bg {
	background-color: #fff;
}

.white-text {
	color: #fff;
}

.other-scenes .style-text h2 span.white-text.inline-text {
	display: inline-block;
}

.scene-1 .style-text {
	position: relative;
}

.scene-1 .style-text h1 {
	font-size: 24px;
	line-height: 27px;
	color: #a08454;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 0 90px;
}

.scene-1 .style-text h2 {
	font-size: 42px;
	line-height: 52px;
	padding: 0 0 30px;
	color: #a08454;
	font-weight: 700;
	position: relative;
	margin: 0 0 70px;
}

.scene-1 .style-text h2:after {
	content: '';
	width: 65px;
	height: 1px;
	background-color: #a08454;
	position: absolute;
	bottom: 0;
	left: 0;
}

.scene-1 .style-text p {
	font-size: 19px;
	line-height: 29px;
	font-weight: 700;
	color: #2b2b2b;
	margin: 0;
}

.other-scenes.tac .style-text p {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 30px;
}

.style-text .bottom-text {
	position: absolute;
	bottom: 0;
	padding-right: 150px;
}

.other-scenes .style-text h2 {
	font-size: 72px;
	line-height: 72px;
	font-weight: 300;
	margin: 0 0 30px;
	position: relative;
	padding: 30px 0 0;
}

.other-scenes.faqs .style-text h2 {
	font-size: 44px;
	line-height: 48px;
	padding: 0 0 30px;
	margin: 0 0 25px;
}

.other-scenes .style-text h2.big {
	font-size: 68px;
	line-height: 72px;
}

.other-scenes .style-text.align-text-right {
	padding-right: 20px;
}

.other-scenes .style-text.align-text-right h2 {
	text-align: right;
	margin-top: 10px;
}

.other-scenes .style-text h2 span {
	display: block;
}

.other-scenes .style-text h2:before, .other-scenes .style-text h3:before {
	content: '';
	width: 65px;
	height: 1px;
	background-color: #a08454;
	position: absolute;
	left: 0;
	top: 0;
}

.other-scenes .style-text h2.big:before {
	right: 0;
	margin: auto;
}

.other-scenes.faqs .style-text h2:before {
	top: auto;
	bottom: 0;
}

.other-scenes .style-text.align-text-right h2:before {
	right: 0;
	left: auto;
}

.other-scenes .style-text.center-text h2 {
	text-align: center;
	padding: 0 0 30px;
}

.other-scenes .style-text.center-text h2:before {
	right: 0;
	margin: 0 auto;
	top: auto;
	bottom: 0;
}

.other-scenes .style-text p {
	font-size: 20px;
	line-height: 36px;
	margin: 0 0 30px;
}

.other-scenes .style-text ul {
	margin-bottom: 30px;
}

.other-scenes .style-text h5 {
	margin: 0 0 10px;
}

.other-scenes .style-text h5.intro {
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	padding-bottom: 40px;
}

.other-scenes .style-text h5.intro strong {
	font-weight: 700;
}

.other-scenes .style-text ul li {
	list-style: disc;
	margin-left: 15px;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}

.other-scenes .style-text h4 {
	font-size: 28px;
	line-height: 38px;
}

.other-scenes .style-text h2.intro {
	font-size: 42px;
	line-height: 62px;
	font-weight: 700;
	padding-right: 50px;
	position: relative;
	padding-bottom: 30px;
}

.other-scenes .style-text h2.intro {
	padding-bottom: 0;
	margin-bottom: 0;
}

.medal-icf {
	margin-top: 75px;
}

.other-scenes .style-text h2.intro:before {
	content: '';
	width: 65px;
	height: 1px;
	background-color: #a08454;
	position: absolute;
	left: 0;
	bottom: 0;
}

.other-scenes .style-text.text-center h2.intro:before {
	right: 0;
	margin: 0 auto;
}

.other-scenes .info-box .style-text h2.intro:before {
	display: none;
}

.other-scenes .info-box {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 60px 0 90px;
	position: relative;
}

.other-scenes .info-box-slider {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 75px 0;
	margin: 0 0 40px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.gradient-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b2b2b+0,2b2b2b+25,2b2b2b+50,2b2b2b+50,2b2b2b+75,2b2b2b+100&1+0,0.8+25,0+50,0.8+75,1+100 */
	background: -moz-linear-gradient(left, rgba(43,43,43,1) 0%, rgba(43,43,43,0.8) 25%, rgba(43,43,43,0) 50%, rgba(43,43,43,0.8) 75%, rgba(43,43,43,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(43,43,43,1) 0%,rgba(43,43,43,0.8) 25%,rgba(43,43,43,0) 50%,rgba(43,43,43,0.8) 75%,rgba(43,43,43,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(43,43,43,1) 0%,rgba(43,43,43,0.8) 25%,rgba(43,43,43,0) 50%,rgba(43,43,43,0.8) 75%,rgba(43,43,43,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#2b2b2b',GradientType=1 ); /* IE6-9 */
}

.other-scenes .info-box:before, .other-scenes .info-box:after, .other-scenes .info-box-slider:before, .other-scenes .info-box-slider:after {
	content: '';
	width: 1px;
	height: 50px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	margin: auto;
}

.other-scenes .info-box-slider:before {
	top: 0;
}

.other-scenes .info-box-slider:after {
	bottom: 0;
	top: auto;
}

.other-scenes .info-box:after {
	bottom: -50px;
	top: auto;
}

.other-scenes .info-box .style-text h2.intro {
	padding: 30px 0;
	margin: 0;
}

.other-scenes .style-text p span {
	color: #bba379;
}

.other-scenes .style-text p a, .other-scenes .style-text ul li a {
	color: #bba379;
	text-decoration: underline;
}

.other-scenes .style-text p a.btn.inner {
	text-decoration: none;

	}

.other-scenes .style-text p a:hover, .other-scenes .style-text ul li:hover a {
	text-decoration: none;
}

.other-scenes .style-text.center-text p {
	text-align: center;
}

.other-scenes .style-text p.serif-text {
	font-size: 26px;
	line-height: 46px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 500;
}

.other-scenes .style-text p:last-child {
	margin: 0;
}

.other-scenes .style-text h3 {
	font-size: 48px;
	line-height: 58px;
	font-weight: 700;
	padding: 0 0 30px;
	position: relative;
	margin: 0 0 30px;
}

.other-scenes .style-text h3 span {
	display: block;
}

.other-scenes .style-text h3 img {
	display: block;
	margin: 0 0 40px;
}

.other-scenes .style-text h3.left-icon {
	line-height: 48px;
}

.other-scenes .style-text h3.left-icon img {
	float: left;
	display: inline-block;
	margin: 0 30px 40px 0;
}

.other-scenes .style-text h3:before {
	bottom: 0;
	top: auto;
}

.other-scenes .style-text h3.clear-one {
	padding-bottom: 0;
}

.other-scenes .style-text h3.clear-one:before {
	display: none;
}

.other-scenes .wrapper {
	padding: 100px 100px 0;
}

.other-scenes .wrapper.gradient {
	background: url(/assets/images/gradient-top.png) repeat-x top left;
}

.other-scenes .wrapper.gradient-black {
	background: url(/assets/images/black-gradient.png) repeat-x top left;
	pad
}

.other-scenes .wrapper.ficlek {
	background: url(/assets/images/ficlek.png) no-repeat top left;
}

.scene-quote.other-scenes .wrapper.gradient-top {
	background: #2b2b2b url(/assets/images/quote-top-gradient.png) repeat-x top left;
}

.scene-quote.other-scenes .wrapper.gradient-bottom {
	background: #2b2b2b url(/assets/images/quote-bottom-gradient.png) repeat-x bottom left;
}

.scene-video.other-scenes .wrapper {
	background: #2b2b2b url(/assets/images/customers-friend-footer-scena-1.jpg) no-repeat top left/cover;
	height: 769px;
}

.scene-video.other-scenes .wrapper.story-footer {
	background: #2b2b2b url(/assets/images/customers-friend-story-scena-6.jpg) no-repeat top left/cover;
	height: 769px;
}

.scene-video.other-scenes .wrapper.story-footer.story-scene-footer {
	background: #2b2b2b url(/assets/images/customers-friend-story-scena-6-1.jpg) no-repeat top left/cover;
	height: 769px;
}

.other-scenes .wrapper.story-footer {
	padding: 0;
}

.footer-text {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.footer-text p {
	font-size: 20px;
	font-weight: 700;
	color: #a08454;
	text-align: center;
	text-shadow: 0 0 20px rgba(0,0,0,.2);
	margin-bottom: 0;
}

.footer-text p:after {
    content: '';
    width: 65px;
    height: 1px;
    background-color: #a08454;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

video {
	width: 100%;
}

.video-wrapper {
	position: relative;
	text-align: center;
}
.footer-text.video-text {
	position: absolute;
	width: 100%;
	z-index: 10;
}

.kill-padding-left-right {
	padding-left: 0!important;
	padding-right: 0!important;
}

.kill-padding {
	padding: 0!important;
}

.kill-padding-bottom {
	padding-bottom: 0!important;
}

.kill-padding-top {
	padding-top: 0!important;
}

.add-padding-right-15 {
	padding-right: 30px!important;
}

.add-padding-left-15 {
	padding-left: 30px!important;
}

.add-padding-top-30 {
	padding-top: 30px!important;
}

.add-padding-bottom-150 {
	padding-bottom: 150px!important;
}

.add-margin-top-20 {
	margin-top: 20px!important;
}

.add-margin-top-120 {
	margin-top: 120px!important;
}

.faq-box {
	margin: 0 0 75px;
}

.faq-box:last-child {
	margin-bottom: 0;
}

.laureates {
	background: url(/assets/images/customers-friend-about-us-scena-5.jpg) no-repeat top left/cover;
	height: 638px;
	padding: 100px 120px;
}

.about.scene-5 .wrapper {
	height: 734px;
	background: url(/assets/images/customers-friend-about-us-scena-6.jpg) no-repeat top left/cover;
	position: relative;
}

.methodology.scene-4 .wrapper {
	height: 734px;
	background: url(/assets/images/customers-friend-methodology-2.jpg) no-repeat top left/cover;
	position: relative;
}

.story.scene-4 .wrapper {
	height: 734px;
	background: url(/assets/images/customers-friend-story-scena-3.jpg) no-repeat top left/cover;
	position: relative;
}

.mission.scene-3 .wrapper {
	height: 734px;
	background: url(/assets/images/customers-friend-mission-7.jpg) no-repeat top left/cover;
	position: relative;
}

.medal.scene-7 .wrapper {
	height: 734px;
	background: url(/assets/images/customers-friend-medal-scena-5.jpg) no-repeat top left/cover;
	position: relative;
}

.right-text {
	float: right;
	margin-right: 100px;
	width: 360px;
}

.right-text-bg {
	float: right;
	width: 600px;
	background: url(/assets/images/right-text-bg.png) no-repeat top left/cover;
	padding: 40px;
	margin-top: 285px;
	position: relative;
	margin-bottom: 80px;
}

.right-text-bg.line-3 {
	margin-top: 365px;
	padding-bottom: 100px;
}

.left-text {
	margin-left: 100px;
	width: 360px;
	position: relative;
	z-index: 2;
}

.gradient-box {
	background: url(/assets/images/gradient-box.png) repeat-y top left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.other-scenes .right-text-bg .style-text h3 {
	position: absolute;
	left: -300px;
	top: 0;
	text-align: right;
	color: #fff;
	font-size: 88px;
	line-height: 80px;
}

.other-scenes .right-text-bg .style-text h3:before {
	display: none;
}

.other-scenes .right-text-bg .style-text p.first-child {
	position: relative;
	padding-top: 20px;
}

.other-scenes .right-text-bg .style-text p.first-child:before {
	content: '';
	width: 65px;
	height: 1px;
	background-color: #8b8c8d;
	position: absolute;
	left: 0;
	top: 0;
}

.top-quote {
	padding-top: 110px;
	padding-bottom: 50px;
}

.scene-quote p:before, .scene-quote p:after {
	content: '';
	background: url(/assets/images/top-quote.png) no-repeat top left;
	width: 50px;
	height: 36px;
	top: -15px;
	position: absolute;
}

 .scene-quote p:after {
 	top: auto;
 	bottom: -15px;
 }

.scene-quote .bottom-quote p:after {
	right: 0;
}

.scene-quote p:after {
	background: url(/assets/images/bottom-quote.png) no-repeat top left;
}

.bottom-quote {
	padding-bottom: 220px;
	padding-top: 50px;
}

.scene-quote.add-margin-top {
	margin-top: 100px;
}

.scene-quote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

.scene-quote p {
	font-size: 32px;
	line-height: 42px;
	color: #91918e;
	font-weight: 500;
	position: relative;
}

.top-quote {
	padding-right: 75px;
}

.top-quote .quote-logo {
	margin-right: 20px;
}

.nominate-logo img {
	width: 30%;
}

.bottom-quote .quote-leek {
	margin-left: 20px;
	margin-top: -146px;
	padding: 20px 0;
	position: relative;
}

.bottom-quote .quote-leek:before, .bottom-quote .quote-leek:after {
	content: '';
	width: 65px;
	height: 1px;
	background-color: #8b8c8d;
	position: absolute;
	top: 0;
	right: 0;
}

.bottom-quote .quote-leek:after {
	top: auto;
	bottom: 0;
	background-color: #a08454;
}

.bottom-quote span.date {
	text-align: right;
}

.bottom-quote {
	padding-left: 75px;
}

.bottom-quote p {
	text-align: right;
}

.scene-quote span.date {
	font-size: 20px;
	line-height: 24px;
	color: #b6b7b8;
	font-weight: 700;
	display: block;
	margin-top: 40px;
}

/* 	CSS FOR SLICK SLIDER */
.slideshow {
	position: relative;
	z-index: 1;
	margin: 0;
	height: 100%;
}
.slider {
	box-shadow: none;
}
.slider-track {
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.item {
	position: relative;
	z-index: 1;
	height: 100%;
}
.item img {
	width: 100%;
	transition: all 3s cubic-bezier(0.7, 0, 0.3, 1);
	transform: scale(1.2);
}	
.item.slick-active img {
	transform: scale(1);
}
.slideshow-text {
	position: absolute;
	bottom: 40px;
	z-index: 3;
	padding: 0 100px;
}
.slideshow-text p {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	text-shadow: 0 0 20px rgba(0,0,0,.2);
	font-family: Arial, sans-serif;
	margin: 0;
	position: relative;
	padding-top: 25px;
}

.slideshow-text p:before {
	content: '';
	width: 65px;
	height: 1px;
	background-color: #8b8c8d;
	position: absolute;
	left: 0;
	top: 0;
}

/* CSS CUSTOM IMAGE SLIDE */
.sliding-background {
	background: url("/assets/images/logos.jpg") repeat-x;
	height: 60px;
	width: 5604px;
	animation: slide 60s linear infinite;
	margin: 75px auto 200px;
}

@keyframes slide{
	0%{
		transform: translate3d(0, 0, 0);
	}
	100%{
		transform: translate3d(-1932px, 0, 0);
	}
}

.sliding-background-medal {
	background: url("/assets/images/logos-medal.png") repeat-x;
	height: 137px;
	width: 7254px;
	animation: slide-medal 60s linear infinite;
	margin: 0 auto;
}

@keyframes slide-medal{
	0%{
		transform: translate3d(0, 0, 0);
	}
	100%{
		transform: translate3d(-2418px, 0, 0);
	}
}

/* NOMINATE FORM CSS */

.nominate-section h3 {
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
}
.nominate-section h3 span {
	display: block;
}
.nominate-section input.apply-input {
	margin: 50px auto;
	border-radius: 15px;
	border: 2px solid #000;
	width: 50%;
	height: 65px;
	text-align: center;
}
.nominate-section input.apply-input.form-control:focus {
	box-shadow: none;
}
.nominate-section .btn, .style-text .btn.inner {
	font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    background: #a08454;
    padding: 10px 80px;
    border-radius: 10px;
    margin-bottom: 80px;
}
.style-text .btn.inner {
	padding: 15px 30px;
	font-size: 22px;
	line-height: 32px;
	margin: 0;
}
.nominate-section .notice {
	font-size: 15px;
	line-height: 27px;
	margin-bottom: 100px;
}
.nominate-section .narrow-notice {
	padding: 0 133px;
}
.form-bg {
	background-color: #f3f3f3;
}

.form-bg .style-text .btn {
    color: #fff;
    background: #a08454;
    width: 200px;
    font-size: 17px;
    line-height: 17px;
    padding: 10px 12px;
}
.form-bg label {
	color: #2b2b2b;
	font-size: 15px;
    font-weight: 700;
}
.form-logo {
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
h4.success-form {
	margin-bottom: 120px;
}

/* CUSTOM FONTS */
@font-face {
    font-family: 'Helvetica';
    src: url('/assets/fonts/HelveticaLight.eot');
    src: url('/assets/fonts/HelveticaLight.eot') format('embedded-opentype'),
         url('/assets/fonts/HelveticaLight.woff2') format('woff2'),
         url('/assets/fonts/HelveticaLight.woff') format('woff'),
         url('/assets/fonts/HelveticaLight.ttf') format('truetype'),
         url('/assets/fonts/HelveticaLight.svg#HelveticaLight') format('svg');
         font-weight: 300;
}
@font-face {
    font-family: 'Helvetica';
    src: url('/assets/fonts/Helvetica.eot');
    src: url('/assets/fonts/Helvetica.eot') format('embedded-opentype'),
         url('/assets/fonts/Helvetica.woff2') format('woff2'),
         url('/assets/fonts/Helvetica.woff') format('woff'),
         url('/assets/fonts/Helvetica.ttf') format('truetype'),
         url('/assets/fonts/Helvetica.svg#Helvetica') format('svg');
         font-weight: 400;
}
@font-face {
    font-family: 'Helvetica';
    src: url('/assets/fonts/Helveticabold.eot');
    src: url('/assets/fonts/Helveticabold.eot') format('embedded-opentype'),
         url('/assets/fonts/Helveticabold.woff2') format('woff2'),
         url('/assets/fonts/Helveticabold.woff') format('woff'),
         url('/assets/fonts/Helveticabold.ttf') format('truetype'),
         url('/assets/fonts/Helveticabold.svg#Helveticabold') format('svg');
         font-weight: 700;
}

/* ANIMATE HAMBURGER MENU */

#nav-icon1, .nav-icon2, #nav-icon3, #nav-icon4 {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	margin: 0 auto 0;
}

/* ANIMATE PRELOADER */

.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 200000000;
	background: #2b2b2b;
	top: 0;
	left: 0;
}

.lds-hourglass {
	display: inline-block;
	position: absolute;
	width: 130px;
	height: 130px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	animation: lds-hourglass 3s infinite;
	background: #fff;
	border-radius: 50%;
	background: url(/assets/images/logo-customersfriend.png) no-repeat center center;
	background-size: 130px 130px;
}

@keyframes lds-hourglass {
	0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}
