/*
 *	Ciuc Premium v0.0.35
 *
 *	Copyright (c) 2019 By Ogilvy&Mather.
 */
* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
[hidden] {
	display: none;
}
a img,
img {
	border: none;
	vertical-align: middle;
}
a {
	outline: 0;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}
ol,
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
pre {
	overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
}
button[disabled],
input[disabled] {
	cursor: default;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
@font-face {
	font-family: "Cera Pro";
	src: url("../fonts/CeraPro/CeraPro-Bold.woff2") format("woff2"),
		url("../fonts/CeraPro/CeraPro-Bold.woff") format("woff"),
		url("../fonts/CeraPro/CeraPro-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Cera Pro";
	src: url("../fonts/CeraPro/CeraPro-Black.woff2") format("woff2"),
		url("../fonts/CeraPro/CeraPro-Black.woff") format("woff"),
		url("../fonts/CeraPro/CeraPro-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

html,
body {
	font-family: "Cera Pro";
	font-weight: normal;
}

@font-face {
	font-family: ln-icons;
	src: url(../fonts/ln-icons/ln-icons.eot?t4e14v);
	src: url(../fonts/ln-icons/ln-icons.eot?t4e14v#iefix) format("embedded-opentype"),
		url(../fonts/ln-icons/ln-icons.ttf?t4e14v) format("truetype"),
		url(../fonts/ln-icons/ln-icons.woff?t4e14v) format("woff"),
		url(../fonts/ln-icons/ln-icons.svg?t4e14v#ln-icons) format("svg");
	font-weight: 400;
	font-style: normal;
}
[class*=" lni-"],
[class^="lni-"] {
	font-family: ln-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lni-arrow-up:before {
	content: "\e900";
}
.lni-arrow-down:before {
	content: "\e901";
}
.lni-arrow-left:before {
	content: "\e902";
}
.lni-arrow-right:before {
	content: "\e903";
}
.lni-calendar-icon:before {
	content: "\e904";
}
.lni-carbohydrates:before {
	content: "\e905";
}
.lni-close:before {
	content: "\e906";
}
.lni-energetic-value:before {
	content: "\e907";
}
.lni-facebook-icon:before {
	content: "\e908";
}
.lni-fats:before {
	content: "\e909";
}
.lni-fibers:before {
	content: "\e90a";
}
.lni-instagram-icon:before {
	content: "\e90b";
}
.lni-play-icon:before {
	content: "\e926";
}
.lni-protein:before {
	content: "\e927";
}
.lni-salt:before {
	content: "\e928";
}
.lni-search:before {
	content: "\e90c";
}
.lni-video-play:before {
	content: "\e90d";
}
.lni-mouse:before {
	content: "\e90e";
}
.lni-play-icon-article:before {
	content: "\e90f";
}
body,
html {
	min-width: 320px;
	font-family: "Cera Pro";
	font-weight: 500;
}
body {
	background: url(../images/bg.jpg) 0 0 / cover no-repeat fixed #bfbab4;
}
body:before {
	content: " ";
	width: 100%;
	height: 100vh;
	background: url(../images/bg.jpg) 0 0 / cover no-repeat;
	position: fixed;
	top: 0;
	left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}
.page-margins {
	margin: 0 auto;
	width: 90%;
	max-width: 120rem;
}
.wrapper {
	margin-top: 16.5rem;
	overflow: hidden;
}
.filter-blur-pre {
	transition: -webkit-filter 0.3s ease-in-out;
	filter: blur(0);
}
.filter-blur {
	filter: blur(5px);
}
.single-post .simple-page .intro {
	width: 100%;
	height: 400px;
	min-height: auto;
}
.single-post .simple-page .content {
	-moz-column-count: 1 !important;
	column-count: 1 !important;
}
.iframe-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.iframe-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 1060px) {
	.single-post .simple-page .intro {
		height: 37.735849056603776vw;
	}
}
@media only screen and (max-width: 520px) {
	.page-margins {
		margin: 0;
		padding: 0 1rem;
		width: 100%;
	}
}
@keyframes bounce {
	0% {
		transform: translateY(0px);
	}
	20% {
		transform: translateY(-5px);
	}
	30% {
		transform: translateY(10px);
	}
	40% {
		transform: translateY(0);
	}
}
.main-header {
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	background-size: 100%;
	z-index: 1;
	padding-bottom: 3rem;
}
.main-header .page-margins {
	position: relative;
}
.main-header:before {
	content: " ";
	width: 100%;
	height: 100vh;
	background: url(../images/bg.jpg) 0 0 / cover no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.fullbox .box-menu-container {
	padding-right: 3rem;
}
.ncp-menu-line:before {
	content: " ";
	display: block;
	background: #001f5b;
	height: 4px;
	width: 100%;
	margin: 2rem 0;
	border: basd;
	box-sizing: content-box;
}
.logo {
	display: inline-block;
	width: 12rem;
	height: 13.5rem;
	background: url("/logo-ciuc-premium-din-1974.png") no-repeat center center;
	position: relative;
	background-size: contain;
	z-index: 1;
	float: left;
}
.header-statament {
	position: absolute;
	top: 3rem;
	left: 15.7rem;
	color: #001f5b;
	font-size: 2.8rem;
}
.mobile-menu-btn {
	display: block;
	float: right;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	position: relative;
	margin-top: 4rem;
	cursor: pointer;
	background-color: #001f5b;
	color: #fff;
	-webkit-tap-highlight-color: transparent;
	transition: transform 0.3s ease-in-out;
}
.mobile-menu-btn span {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 52.5%;
	height: 0.4rem;
	background-color: #fff;
}
.mobile-menu-btn:hover {
	transform: translateY(-0.5rem);
}
.mobile-menu-btn:after,
.mobile-menu-btn:before {
	content: " ";
	display: block;
	position: absolute;
	width: 52.5%;
	height: 0.4rem;
	background-color: #fff;
	transform-origin: left center;
}
.mobile-menu-btn:before {
	top: 1rem;
}
.mobile-menu-btn:after {
	bottom: 1rem;
}
.header-live-icon {
	display: block;
	width: 11rem;
	height: 4rem;
	font-family: "Cera Pro";
	font-weight: 500;
	font-size: 2.8rem;
	margin-top: 4rem;
	margin-right: 7rem;
	background-color: #001f5b;
	text-transform: uppercase;
	color: #fff;
	line-height: 4rem;
	position: absolute;
	right: 0;
	padding-left: 4rem;
}
.header-live-icon:before {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background-color: #a22137;
	border: 0.5rem solid #fff;
	border-radius: 100%;
	margin: auto 1rem;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 950px) {
	.header-statament {
		display: none;
	}
	.fullbox .box-menu-container {
		padding-right: 1rem;
	}
	.ncp-menu-line:before {
		background: #fff;
		height: 2px;
	}
}
@media screen and (max-width: 520px) {
	.main-header {
		height: 10rem;
	}
	.wrapper {
		margin-top: 10.5rem;
	}
	.logo {
		width: 8rem;
		height: 9rem;
		float: left;
	}
	.mobile-menu-btn {
		margin-top: 2rem;
	}
	.header-live-icon {
		margin-top: 2rem;
		padding: 0;
	}
	.header-live-icon:before {
		position: relative;
	}
}
.main-footer {
	max-width: 120rem;
	width: 90%;
	height: 4.2rem;
	margin: 0 auto;
	border-top: 0.1rem solid #001f5b;
	line-height: 4.2rem;
	position: relative;
	z-index: 10;
}
.main-footer .footer-menu {
	display: block;
}
.main-footer .footer-menu li {
	float: left;
	margin-right: 3.7rem;
}
.main-footer .footer-menu li a {
	text-transform: uppercase;
	font-family: "Cera Pro";
	font-size: 1.2rem;
	font-weight: 700;
	color: #001f5b;
	text-decoration: underline;
}
.main-footer .footer-social-box {
	float: right;
}
.main-footer .footer-social-box a {
	font-size: 3rem;
	line-height: inherit;
	color: #001f5b;
	margin-right: 0.6rem;
}
.main-footer .footer-social-box a:last-child {
	margin-right: 0;
}
.main-footer.float-main-footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}
@media only screen and (max-width: 600px) {
	.main-footer {
		height: auto;
	}
	.main-footer .footer-menu {
		display: block;
		text-align: center;
		overflow: hidden;
		width: 100%;
		margin-bottom: 1rem;
	}
	.main-footer .footer-menu li {
		display: inline-block;
		float: none;
		margin-right: 3.33333333vw;
	}
	.main-footer .footer-menu li a {
		text-transform: uppercase;
		color: #001f5b;
		text-decoration: underline;
	}
	.main-footer .footer-menu li:last-child {
		margin-right: 0;
	}
	.main-footer .footer-social-box {
		display: block;
		float: none;
		width: 100%;
		text-align: center;
	}
	.main-footer.float-main-footer {
		display: none;
	}
}
@media only screen and (max-width: 415px) {
	.main-footer .footer-menu li a {
		font-size: 1rem;
	}
}
.fullbox {
	width: 100%;
	height: 100%;
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	transform: translate3d(100%, 0, 0);
	transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.fullbox.visible {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
.fullbox.visible .box-content,
.fullbox.visible .box-menu-container {
	transform: translateX(0);
}
.fullbox.visible .box-menu-container {
	width: 58.6666667vh;
}
.fullbox .close-btn {
	background-color: #001f5b;
}
.fullbox .box-content,
.fullbox .box-menu-container {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transition: transform 0.3s ease-in-out, width 0.6s ease-in-out 0.3s;
	transform: translateX(100%);
}
.fullbox .box-menu-container {
	background: #fff;
	width: 100%;
	padding-left: 3rem;
	padding-top: 4rem;
	z-index: 1;
}
.fullbox .box-content {
	background-color: #d9d2cc;
	width: auto;
	margin-left: 58.6666667vh;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.fullbox .pages-container {
	color: #001f5b;
	width: 104%;
	height: 100%;
	overflow: auto;
}
.fullbox .pages-container h2 {
	font-size: 4rem;
	margin-bottom: 2.5rem;
	line-height: 1.2;
}
.fullbox .pages-container .content {
	font-family: "Cera Pro";
	font-size: 1.5rem;
}
.fullbox .pages-container .content p {
	margin-bottom: 2rem;
}
.fullbox .pages-container .page-container {
	display: none;
	max-width: 100rem;
	width: 100%;
	padding: 4rem 8rem;
}
.fullbox .pages-container.show-cookies .page-cookies,
.fullbox .pages-container.show-copyright .page-copyright,
.fullbox .pages-container.show-policy .page-policy,
.fullbox .pages-container.show-terms .page-terms {
	display: block;
}
.fullbox .contact-container,
.fullbox .pages-container,
.fullbox .search-container {
	visibility: hidden;
	opacity: 0;
	transform: translateY(-100%);
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.fullbox .box-content.show-contact .contact-container,
.fullbox .box-content.show-page .pages-container,
.fullbox .box-content.show-search .search-container {
	visibility: visible;
	opacity: 1;
}
.fullbox .box-content.show-search .search-container {
	transform: translateY(0);
}
.fullbox .box-content.show-contact .contact-container {
	transform: translateY(-100%);
}
.fullbox .box-content.show-page .pages-container {
	transform: translateY(-200%);
}
.close-btn {
	font-size: 2.36rem;
	display: block;
	position: absolute;
	right: 4rem;
	top: 4rem;
	color: #fff;
	background-color: #001f5b;
	width: 4rem;
	text-align: center;
	height: 4rem;
	line-height: 4rem;
	cursor: pointer;
}
.close-btn:before {
	display: block;
	transition: transform 0.3s ease-in-out;
}
.close-btn:hover:before {
	display: block;
	transform: rotateZ(90deg);
}
.back-btn,
.search-btn {
	display: none;
	font-size: 2.36rem;
	position: absolute;
	left: 1rem;
	top: 1rem;
	background: #d9d2cc;
	color: #fff;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	cursor: pointer;
}
ul.main-menu,
ul.second-menu {
	margin-bottom: 3rem;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
ul.main-menu li,
ul.second-menu li {
	width: 100%;
}
ul.main-menu li a,
ul.second-menu li a {
	color: #001f5b;
	font-size: 3vh;
	line-height: 3vh;
	text-decoration: none;
}
ul.main-menu li a.selected,
ul.main-menu li a:hover,
ul.second-menu li a.selected,
ul.second-menu li a:hover {
	color: #d8d1ca;
	transition: 0.5s;
}
ul.second-menu li a {
	font-size: 2.66666667vh;
	line-height: 2.66666667vh;
}

.social-box {
	margin-bottom: 7rem;
	position: absolute;
	bottom: 12vh;
}
.social-box a {
	color: #d9d2cc;
	font-size: 5.6666667vh;
	display: block;
	margin-bottom: 1.5rem;
}

@media (min-height: 700px) {
	ul.second-menu li a {
		font-size: 2.3vh;
		line-height: 2.3vh;
	}
	.social-box a {
		font-size: 4vh;
	}
}

.social-box a:hover {
	color: #001f5b;
	transition: 0.5s;
}
.second-menu-container {
	position: absolute;
	bottom: 1vh;
}
@media screen and (max-width: 1040px) {
	ul.main-menu,
	ul.second-menu {
		max-width: none;
	}
	.second-menu-container {
		width: 100%;
		left: 0;
	}
	.social-box {
		position: relative;
		bottom: auto;
	}
	.fullbox .close-btn {
		top: 1rem;
		right: 1rem;
		z-index: 1;
		background-color: #d9d2cc;
	}
	.fullbox .search-btn {
		display: block;
		z-index: 1;
	}
	.fullbox .back-btn {
		display: block;
	}
	.fullbox .box-menu-container {
		width: 100%;
		background-color: #001f5b;
		padding-top: 7.4rem;
		padding-left: 1rem;
	}
	.fullbox.visible .box-menu-container {
		width: 100%;
	}
	.fullbox .main-menu,
	.fullbox .second-menu {
		text-align: center;
	}
	.fullbox .main-menu li,
	.fullbox .second-menu li {
		margin-bottom: 1rem;
	}
	.fullbox .main-menu li a,
	.fullbox .second-menu li a {
		color: #d8d1ca;
	}
	.fullbox .social-box {
		text-align: center;
	}
	.fullbox .social-box a {
		display: inline-block;
		margin-right: 9.375%;
	}
	.fullbox .social-box a:last-child {
		margin-right: 0;
	}
	.fullbox .second-menu {
		text-align: center;
	}
	.fullbox .second-menu li {
		margin-bottom: 1rem;
	}
	.fullbox ul.second-menu li a {
		font-size: 1.5rem;
	}
	.fullbox ul.second-menu li a.selected,
	.fullbox ul.second-menu li a:hover {
		color: #d8d1ca;
	}
	.fullbox .box-content {
		width: 100%;
		margin: 0;
		transform: translateX(100%);
		transition: transform 0.3s ease-in-out;
		background-color: #001f5b;
	}
	.fullbox .box-content .contact-container,
	.fullbox .box-content .pages-container,
	.fullbox .box-content .search-container {
		display: none;
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}
	.fullbox .box-content.show-contact .contact-container,
	.fullbox .box-content.show-page .pages-container,
	.fullbox .box-content.show-search .search-container {
		display: block;
		transform: translateY(0);
	}
	.fullbox .box-menu-container {
		transform: translateX(0);
		transition: transform 0.3s ease-in-out;
	}
	.fullbox .back-btn {
		transform: translateX(1000%);
		transition: transform 0.3s ease-in-out;
	}
	.fullbox .search-btn {
		transform: translateX(0);
		transition: transform 0.3s ease-in-out;
	}
	.fullbox.show-content .box-menu-container {
		transform: translateX(-100%);
	}
	.fullbox.show-content .back-btn,
	.fullbox.show-content .box-content,
	.fullbox.show-content .close-btn {
		transform: translateX(0);
	}
	.fullbox.show-content .search-btn {
		transform: translateX(-1000%);
	}
	.fullbox .pages-container {
		width: 100%;
		margin: 0;
		padding: 7rem 1rem;
		color: #d8d1ca;
	}
	.fullbox .pages-container .page-container {
		padding: 0;
	}
	.fullbox .pages-container h3 {
		line-height: 1;
	}
	.fullbox .pages-container h2 {
		font-size: 3rem;
	}
}
@media only screen and (max-width: 800px) {
	ul.main-menu li a.selected,
	ul.main-menu li a:hover,
	ul.second-menu li a.selected,
	ul.second-menu li a:hover {
		color: #d8d1ca;
	}
	.social-box a,
	.social-box a:hover {
		color: #d9d2cc;
	}
}
.fullbox .pages-container.show-cookies .page-cookies ol,
.fullbox .pages-container.show-copyright .page-copyright ol,
.fullbox .pages-container.show-policy .page-policy ol,
.fullbox .pages-container.show-terms .page-terms ol {
	list-style-type: decimal;
}
.fullbox .pages-container.show-cookies .page-cookies ul,
.fullbox .pages-container.show-copyright .page-copyright ul,
.fullbox .pages-container.show-policy .page-policy ul,
.fullbox .pages-container.show-terms .page-terms ul {
	list-style-type: square;
}
.fullbox .pages-container.show-cookies .page-cookies ol.inner-list,
.fullbox .pages-container.show-copyright .page-copyright ol.inner-list,
.fullbox .pages-container.show-policy .page-policy ol.inner-list,
.fullbox .pages-container.show-terms .page-terms ol.inner-list {
	list-style-type: lower-roman;
	padding-left: 30px;
}
.fullbox .pages-container.show-cookies .page-cookies ul.inner-list,
.fullbox .pages-container.show-copyright .page-copyright ul.inner-list,
.fullbox .pages-container.show-policy .page-policy ul.inner-list,
.fullbox .pages-container.show-terms .page-terms ul.inner-list {
	list-style-type: square;
	padding-left: 30px;
}
.search-container {
	height: 100%;
	position: relative;
	width: 100%;
	max-width: 48.5rem;
	margin: 0 auto;
}
.search-container .input-holder {
	width: 100%;
	height: 4rem;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	transition: margin-top 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.search-container .input-holder input {
	height: 4rem;
	font-size: 2rem;
	display: block;
	padding-left: 1rem;
	color: #001f5b;
	width: 100%;
}
.search-container .input-holder a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 4rem;
	height: 4rem;
	text-align: center;
	line-height: 4rem;
	background: #001f5b;
	color: #fff;
	font-size: 2.36rem;
}
.search-container .input-holder a:before {
	display: block;
	transition: transform 0.3s ease-in-out;
}
.search-container .input-holder a:hover:before {
	transform: translateX(0.5rem);
}
.search-container p.message {
	font-size: 1.76rem;
	color: #dbd3d0;
	text-align: center;
	margin-top: 3rem;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-6rem);
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.search-container .results {
	visibility: hidden;
	opacity: 0;
	transform: translateY(5%);
	max-height: 45rem;
	overflow: hidden;
	transition: visibility 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0.3s;
}
.search-container .result {
	height: 9rem;
	width: 85%;
	border-bottom: 5px solid #001f5b;
	display: block;
	position: relative;
}
.search-container .result .result-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.search-container .result .result-image:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/search-overlay.png) 0 0 / cover no-repeat;
}
.search-container .result h3 {
	font-size: 1.76rem;
	color: #001f5b;
	max-width: 80%;
	height: 4.8rem;
	position: absolute;
	top: 3rem;
	left: 0;
	display: inline-block;
	overflow: hidden;
	transition: left 0.5s ease-in-out, color 0.5s ease-in-out;
}
.search-container .result:hover .result-image {
	opacity: 1;
}
.search-container .result:hover h3 {
	left: 2rem;
	color: #fff;
}
.search-container .search-pagination {
	position: relative;
	width: 85%;
	margin-top: 2.5rem;
	visibility: hidden;
	opacity: 0;
	transform: translateY(5%);
	transition: visibility 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0.3s;
}
.search-container .search-pagination a {
	display: block;
	width: 4rem;
	height: 4rem;
	position: absolute;
	color: #001f5b;
	font-size: 2.5rem;
	line-height: 4rem;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.search-container .search-pagination a:before {
	font-family: ln-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.search-container .search-pagination a.visible {
	visibility: visible;
	opacity: 1;
}
.search-container .search-pagination .search-prev-page {
	left: 0;
}
.search-container .search-pagination .search-prev-page:before {
	content: "\e902";
}
.search-container .search-pagination .search-next-page {
	right: 0;
	text-align: right;
}
.search-container .search-pagination .search-next-page:before {
	content: "\e903";
}
.search-container.no-results .message {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.search-container.no-results .input-holder {
	transform: translateY(-6rem);
}
.search-container.has-results {
	padding-top: 12rem;
}
.search-container.has-results .input-holder {
	margin-top: 4rem !important;
}
.search-container.has-results .results,
.search-container.has-results .search-pagination {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
@media only screen and (max-width: 1040px) {
	.search-container {
		padding: 13rem 1rem;
		overflow: auto;
	}
	.search-container.has-results {
		padding-top: 4rem;
	}
	.search-container.has-results .result,
	.search-container.has-results .search-pagination {
		width: 100%;
	}
	.search-container .input-holder a {
		background-color: #d9d2cc;
	}
	.search-container .input-holder,
	.search-container.has-results .input-holder {
		position: relative;
		top: 0;
		bottom: auto;
	}
	.search-container .result {
		border-bottom-color: #d9d2cc;
	}
	.search-container .result h3 {
		color: #d9d2cc;
	}
}
@media only screen and (max-width: 520px) {
	.search-container .result h3 {
		max-width: 90%;
		max-height: 50%;
	}
}
@media only screen and (max-height: 640px) {
	.search-container .results {
		max-height: 36rem;
	}
}
@media only screen and (max-height: 550px) {
	.search-container .results {
		max-height: 27rem;
	}
}
@media only screen and (max-height: 460px) {
	.search-container .results {
		max-height: 18rem;
	}
}
.contact-container {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding-top: 16vh;
	height: 100%;
}
.contact-container:before {
	font-size: 4rem;
	color: #001f5b;
	position: absolute;
	left: 0;
	content: "Contact";
	display: block;
	top: 0;
	padding-top: 8vh;
}
.contact-container .map-holder {
	width: 54.6590909%;
	height: 76vh;
	position: relative;
	background-size: cover;
	background-position: center center;
	display: block;
}
.contact-container .map-holder img {
	width: 100%;
	position: absolute;
	top: 0;
}
.contact-container .form-holder {
	width: 54.6590909%;
	height: 89.33333333vh;
}
.contact-container .form-holder input,
.contact-container .form-holder textarea {
	height: 6.04229607%;
	display: block;
	margin-bottom: 4vh;
	width: 100%;
	font-size: 2rem;
	line-height: 2rem;
	color: #001f5b;
	padding: 1rem;
	box-sizing: border-box;
	border: 1px solid #fff;
	transition: border-color 0.3s ease-in-out;
}
.contact-container .form-holder input.error,
.contact-container .form-holder textarea.error {
	border-color: red;
}
.contact-container .form-holder textarea {
	height: 38.05970149%;
	margin-bottom: 0;
	display: block;
}
.contact-container .form-holder label {
	font-size: 4vh;
	color: #d8d1ca;
	margin-bottom: 1.333333vh;
	display: block;
	line-height: 1;
}
.contact-container .form-holder .send-btn {
	width: 100%;
	display: block;
	background: #d8d1ca;
	color: #001f5b;
	text-align: center;
	margin: 0;
	height: 5.97014925%;
	line-height: 5.33333333vh;
	font-size: 4vh;
}
.contact-container .details {
	font-size: 2.66666667vh;
	color: #001f5b;
	position: absolute;
	left: 59.09090909%;
	top: 16vh;
}
.contact-container .details p {
	margin-bottom: 4.26666667vh;
	line-height: 1.05;
}
.contact-container .details p:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width: 1040px) {
	.contact-container {
		width: 100%;
		height: 100%;
		padding: 7rem 1rem;
		overflow: auto;
		margin-top: 0;
	}
	.contact-container .map-holder {
		width: 100%;
		height: 50vh;
	}
	.contact-container .map-holder img {
		position: relative;
	}
	.contact-container .form-holder {
		width: 100%;
		height: auto;
	}
	.contact-container .form-holder label {
		font-size: 3rem;
		margin-bottom: 0.5rem;
	}
	.contact-container .form-holder input {
		height: 4rem;
		margin-bottom: 3.5rem;
	}
	.contact-container .form-holder textarea {
		height: 26rem;
	}
	.contact-container .form-holder .send-btn {
		font-size: 3rem;
		height: 4rem;
		line-height: 4rem;
		color: #fff;
	}
	.contact-container .details {
		position: relative;
		left: auto;
		bottom: auto;
		font-size: 2rem;
		margin-top: 1.5rem;
		color: #d8d1ca;
	}
	.contact-container:before {
		color: #d8d1ca;
		content: "Contact";
		font-size: 3rem;
		display: block;
		line-height: 1;
		margin-bottom: 4.5rem;
		position: relative;
	}
}
.home-slider {
	width: 100%;
	height: 0;
	padding-bottom: 31.6666667%;
	position: relative;
	margin-bottom: 2.5%;
}
.home-slider .home-slider-nav {
	position: absolute;
	width: 100%;
	height: 4rem;
	top: 0;
	bottom: 0;
	margin: auto;
}
.home-slider .home-slider-nav a {
	position: absolute;
	display: block;
	width: 4rem;
	height: 4rem;
	background: 0 0;
	font-size: 2.6rem;
	color: #001f5b;
	text-align: center;
	line-height: 4rem;
}
.home-slider .home-slider-nav a:before {
	font-family: ln-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.home-slider .home-slider-nav a.visible {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.home-slider .prev-home-slide {
	left: -5rem;
}
.home-slider .prev-home-slide:before {
	content: "\e902";
}
.home-slider .next-home-slide {
	right: -5rem;
}
.home-slider .next-home-slide:before {
	content: "\e903";
}
.home-slide {
	width: 100%;
	height: 0;
	padding-bottom: 31.6666667%;
	overflow: hidden;
	cursor: pointer;
	display: block;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #d9d2cc;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: background-size 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.home-slide.current {
	visibility: visible;
	opacity: 1;
}
.home-slide .slide-inner {
	position: relative;
	z-index: 0;
	vertical-align: middle;
	margin-top: 10.83333333%;
}
.home-slide h3 {
	font-size: 4rem;
	color: #fff;
	text-align: center;
}
.home-slide .section-title:after {
	content: "";
	display: block;
	margin: 12px auto;
	width: 3.3rem;
	height: 4px;
	background-color: currentColor;
}
.home-slide:hover {
	background-size: auto 110%;
}
.home-slide:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/landscape-large-overlay.png) center center/100% no-repeat;
}
.load-article {
	position: fixed;
	background-position: 0 0;
	z-index: 10;
	opacity: 1;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	overflow-y: scroll;
}
.load-article.pre-prev-animate {
	transform: translateX(-100%);
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}
.load-article.pre-next-animate {
	transform: translateX(100%);
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}
.load-article.animate {
	transform: translateX(0);
	opacity: 1;
}
.article-holder {
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s;
}
.article-holder.visible {
	visibility: visible;
	opacity: 1;
}
.articles {
	margin: 0 auto;
	width: 100%;
	position: relative;
	float: right;
}
.article {
	width: 100%;
	height: 0;
	margin-left: 2.5%;
	margin-bottom: 2.5%;
	padding-bottom: 31.6666667%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	display: block;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #d9d2cc;
	float: left;
	transform: translateY(60%);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
		background-size 0.3s ease-in-out;
}
.article:hover {
	background-size: auto 110%;
}
.article.animate {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.article:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/landscape-large-overlay.png) center center/100% no-repeat;
}
.article .article-inner {
	padding-bottom: 65%;
}
.article .article-inner h3 {
	color: #fff;
	font-family: "Cera Pro";
	font-weight: 500;
	font-size: 2.8rem;
	position: absolute;
	top: 22.3684211%;
	left: 3.33333333%;
	max-width: 24rem;
	height: 24rem;
	overflow: hidden;
}
.article .article-inner h3:hover {
	text-decoration: underline;
}
.article .article-inner .article-arrows {
	position: absolute;
	top: 82.1052632%;
	left: 3.33333333%;
}
.article .article-inner .article-arrows:after,
.article .article-inner .article-arrows:before {
	font-family: ln-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e903";
	color: #fff;
	font-size: 2.3rem;
	display: inline-block;
	transform: translateX(-100%);
	opacity: 0;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.article .article-inner .article-arrows:after {
	transition-delay: 0.2s, 0.2s;
}
.article .article-inner:before {
	content: attr(data-article-date);
	font-size: 1.6rem;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: 10.5263158%;
	left: 3.33333333%;
}
.article:hover .article-inner .article-arrows:after,
.article:hover .article-inner .article-arrows:before {
	transform: translateX(0);
	opacity: 1;
}
.article.landscape-large {
	margin-left: 0;
	width: 100%;
}
.article.landscape-small {
	width: 65.8333333%;
	margin-left: 0;
}
.article.landscape-small .article-inner .article-arrows,
.article.landscape-small .article-inner h3,
.article.landscape-small .article-inner:before {
	left: 5.06329114%;
}
.article.landscape-small:before {
	background-image: url(../images/landscape-small-overlay.png);
}
.article.square {
	width: 31.6666667%;
}
.article.square .article-inner .article-arrows,
.article.square .article-inner h3,
.article.square .article-inner:before {
	left: 10.5263158%;
}
.article.square:before {
	background-image: url(../images/square-overlay.png);
}
.type-video:after,
.type-videogif:after {
	font-family: ln-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e90f";
	color: #fff;
	font-size: 5rem;
	text-align: center;
	width: 5rem;
	height: 5rem;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	line-height: 1;
}
.type-video.no-play.square:after,
.type-videogif.no-play.square:after {
	display: none;
}
.video:before {
	background: url(../images/video-play.svg) center center/10% no-repeat rgba(0, 0, 0, 0.3);
	opacity: 1;
}
.lntyp-soundcloud:before {
	content: none;
}
.lntyp-soundcloud .article-inner h3 {
	top: 14rem;
}
.load-more-articles {
	width: 24rem;
	height: 0;
	background: #001f5b;
	display: block;
	line-height: 4rem;
	text-align: center;
	margin: 0 auto 3rem;
	font-size: 1.8rem;
	clear: both;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-100%);
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out,
		height 0.3s ease-in-out;
}
.load-more-articles.visible {
	height: 4rem;
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
@media screen and (max-width: 1200px) {
	.article .article-inner h3 {
		font-size: 2.2vw;
	}
}
@media screen and (max-width: 950px) {
	.home-slide,
	.home-slider {
		padding-bottom: 100%;
	}
	.home-slide .slide-inner {
		margin-top: 42%;
	}
	.home-slide h3 {
		font-size: 4.21052632vw;
	}
	.home-slide:before {
		background-size: cover;
	}
	.home-slider .next-home-slide {
		right: 0;
	}
	.home-slider .prev-home-slide {
		left: 0;
	}
}
@media screen and (max-width: 850px) {
	.articles .article,
	.articles .article.landscape,
	.articles .article.large-square,
	.articles .article.portrait,
	.articles .article.small-square {
		max-width: none;
		max-height: none;
		width: 100%;
		margin: 0 0 2rem;
		padding-top: 100%;
		padding-bottom: 0;
		height: auto;
	}
	.articles .article .article-inner,
	.articles .article.landscape .article-inner,
	.articles .article.large-square .article-inner,
	.articles .article.portrait .article-inner,
	.articles .article.small-square .article-inner {
		background-color: #d9d2cc;
		padding: 1rem 3.5rem;
	}
	.articles .article .article-inner h3,
	.articles .article.landscape .article-inner h3,
	.articles .article.large-square .article-inner h3,
	.articles .article.portrait .article-inner h3,
	.articles .article.small-square .article-inner h3 {
		left: 0;
		color: #1f3263;
	}
	.articles .article .article-inner .article-arrows,
	.articles .article .article-inner:before,
	.articles .article.landscape .article-inner .article-arrows,
	.articles .article.landscape .article-inner:before,
	.articles .article.large-square .article-inner .article-arrows,
	.articles .article.large-square .article-inner:before,
	.articles .article.portrait .article-inner .article-arrows,
	.articles .article.portrait .article-inner:before,
	.articles .article.small-square .article-inner .article-arrows,
	.articles .article.small-square .article-inner:before {
		display: none;
	}
	.articles .article h3,
	.articles .article.landscape h3,
	.articles .article.large-square h3,
	.articles .article.portrait h3,
	.articles .article.small-square h3 {
		max-width: none;
		height: auto;
		position: relative;
		font-size: 2rem;
		top: 0;
		left: 0;
		text-align: center;
	}
	.articles .article h3:after,
	.articles .article.landscape h3:after,
	.articles .article.large-square h3:after,
	.articles .article.portrait h3:after,
	.articles .article.small-square h3:after {
		display: none;
	}
	.articles .article.landscape:before,
	.articles .article.large-square:before,
	.articles .article.portrait:before,
	.articles .article.small-square:before,
	.articles .article:before {
		background-size: cover;
		top: 0;
		box-sizing: border-box;
		height: 0;
		padding-top: 100%;
		padding-bottom: 0;
	}
	.articles .article.landscape.type-video:after,
	.articles .article.landscape.type-videogif:after,
	.articles .article.large-square.type-video:after,
	.articles .article.large-square.type-videogif:after,
	.articles .article.portrait.type-video:after,
	.articles .article.portrait.type-videogif:after,
	.articles .article.small-square.type-video:after,
	.articles .article.small-square.type-videogif:after,
	.articles .article.type-video:after,
	.articles .article.type-videogif:after {
		font-family: ln-icons !important;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e90f";
		color: #fff;
		font-size: 5rem;
		text-align: center;
		width: 5rem;
		height: 5rem;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		line-height: 1;
	}
	.articles .lntyp-soundcloud {
		display: none;
	}
	.articles .load-more-articles {
		width: 100%;
	}
}
.single-post {
	color: #001f5b;
	font-family: "Cera Pro";
	font-weight: 500;
	-webkit-overflow-scrolling: touch;
}
.single-post .main-header,
.single-post .wrapper {
	transition: -webkit-filter 0.3s ease-in-out;
}
.single-post.show-article .main-header,
.single-post.show-article .wrapper {
	filter: blur(5px);
}
.single-post.show-article h1 {
	text-shadow: 1px 1px #353434;
}
.single-post .single-post-holder {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.4);
}
.single-post .single-post-inner-holder {
	max-width: 106rem;
	width: 100%;
	margin: 7.2rem auto;
	background-color: #fff;
}
.single-post .single-post-inner-holder > .page-margins {
	overflow: hidden;
}
.single-post .intro {
	position: relative;
	height: 90vh;
	max-height: 63rem;
	min-height: 48rem;
	padding: 4.5rem;
	background-size: cover;
}
.single-post .intro.type-video {
	max-height: 59rem;
}
.single-post .intro.type-video:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/video-play.svg) center center/9.05660377% no-repeat;
	opacity: 1;
	cursor: pointer;
}
.single-post .intro.force-wide {
	width: 100%;
	height: 400px;
	min-height: auto;
}
.single-post .intro .close-btn {
	background-color: #001f5b;
	z-index: 5;
}
.single-post .intro .intro-inner {
	float: left;
	width: 34rem;
	height: 100%;
	z-index: 1;
}
.single-post .intro h1 {
	font-size: 3rem;
	width: 90%;
	line-height: 1;
	color: #fff;
	position: relative;
	z-index: 5;
	margin-bottom: 3rem;
}
.single-post .intro.type-video:hover .share {
	transform: translateY(-5rem);
}
.single-post .intro .share {
	color: #fff;
	font-size: 4rem;
	display: inline-block;
	margin-top: 4.5rem;
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	z-index: 10;
	transition: transform 0.3s ease-in-out;
}
.single-post .intro .share:after {
	content: "Share";
	position: absolute;
	font-family: "Cera Pro";
	font-weight: 500;
	font-size: 2rem;
	left: 120%;
	line-height: 4rem;
	text-shadow: 1px 1px #353434;
}
.single-post .intro .page-margins {
	position: relative;
	overflow: hidden;
}
.single-post .intro .date {
	font-size: 2rem;
	color: #d8d1ca;
	display: none;
}
.single-post .intro .feature-video {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transform: scale(0.1);
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.single-post .intro .feature-video.visible {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
.single-post .intro:after {
	font-family: ln-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e90e";
	color: #fff;
	font-size: 4rem;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 4.5rem;
	margin: 0 auto;
	animation: bounce 3s infinite;
}
.single-post .excerpt {
	width: 49.0566038%;
	padding: 4rem 5.2rem;
	font-size: 1.6rem;
	line-height: 1;
}
.single-post .navigation {
	position: absolute;
	right: 0;
	bottom: 25rem;
	width: 100%;
	height: 0;
	z-index: 10;
}
.single-post .navigation a {
	font-size: 2.4rem;
	display: block;
	position: absolute;
	color: #061e5e;
	height: 9.6rem;
	text-align: center;
	line-height: 4rem;
	cursor: pointer;
	perspective: 1000px;
}
.single-post .navigation a:before {
	display: block;
	width: 4rem;
	height: 100%;
	float: left;
	line-height: 9.6rem;
}
.single-post .navigation a .text {
	display: block;
	float: left;
	background-color: #fff;
	font-family: "Cera Pro";
	font-weight: 500;
	font-size: 2rem;
	text-align: center;
	width: 20rem;
	height: 9.6rem;
	line-height: 1;
	padding: 1.7rem 2rem;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.single-post .navigation a .text span {
	display: block;
	height: 100%;
	overflow: hidden;
}
.single-post .navigation a > img {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	transition-delay: 0s, 0s, 0s;
}
.single-post .navigation a:hover .text,
.single-post .navigation a:hover > img {
	visibility: visible;
	opacity: 1;
	transform: translateX(0) rotateY(0);
}
.single-post .previous-article {
	left: -4rem;
}
.single-post .previous-article > img {
	height: 9.6rem;
	transform: translateX(-5%) rotateY(91deg);
	transform-origin: left;
	transition-delay: 0s, 0s, 0.3s !important;
}
.single-post .previous-article .text {
	transform: translateX(5%) rotateY(91deg);
	transform-origin: left;
}
.single-post .next-article {
	right: -4rem;
}
.single-post .next-article > img {
	height: 9.6rem;
	float: left;
	transform: translateX(5%) rotateY(-91deg);
	transform-origin: right;
	transition-delay: 0s, 0s, 0.3s !important;
}
.single-post .next-article .text {
	transform: translateX(5%) rotateY(-91deg);
	transform-origin: right;
}
.single-post .next-article:before {
	content: none;
	display: none;
}
.single-post .next-article:after {
	display: inline-block;
	width: 4rem;
	height: 100%;
	content: "\e903";
	float: right;
	line-height: 9.6rem;
}
.single-post .feature-image {
	max-height: 75rem;
	overflow: hidden;
}
.single-post .feature-image img {
	height: 100%;
	max-height: 43.5rem;
}
.single-post .feature-video {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.single-post .feature-video:before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.single-post .feature-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-post .article-holder .content,
.single-post .wrapper .content {
	font-size: 1.6rem;
	-moz-column-count: 2;
	column-count: 2;
	margin: 7rem 0;
}
.single-post .article-holder .content.force-one-column,
.single-post .wrapper .content.force-one-column {
	-moz-column-count: 1;
	column-count: 1;
}
.single-post .article-holder .content h1,
.single-post .article-holder .content h2,
.single-post .article-holder .content h3,
.single-post .article-holder .content h4,
.single-post .article-holder .content h5,
.single-post .article-holder .content h6,
.single-post .article-holder .content p,
.single-post .wrapper .content h1,
.single-post .wrapper .content h2,
.single-post .wrapper .content h3,
.single-post .wrapper .content h4,
.single-post .wrapper .content h5,
.single-post .wrapper .content h6,
.single-post .wrapper .content p {
	margin-bottom: 3rem;
}
.single-post .article-holder .content blockquote,
.single-post .wrapper .content blockquote {
	margin: 0 2rem 3rem;
	line-height: 1;
}
.single-post .article-holder .content blockquote:before,
.single-post .wrapper .content blockquote:before {
	content: open-quote;
	font-size: 5rem;
}
.single-post .article-holder .content a,
.single-post .wrapper .content a {
	text-decoration: underline;
	color: inherit;
}
.single-post .article-holder .content a:hover,
.single-post .wrapper .content a:hover {
	text-decoration: none;
}
.single-post .article-holder .content ul,
.single-post .wrapper .content ul {
	list-style-type: disc;
}
.single-post .article-holder .content ol,
.single-post .wrapper .content ol {
	list-style-type: decimal;
}
.single-post .article-holder .content ol,
.single-post .article-holder .content ul,
.single-post .wrapper .content ol,
.single-post .wrapper .content ul {
	margin-left: 2.2rem;
	margin-bottom: 3rem;
}
.single-post .article-holder .videogif-type-holder .excerpt {
	width: 100%;
	padding: 0;
}
.single-post .article-holder .videogif-type-holder .excerpt p {
	padding: 4rem 5.2rem 0 4rem;
	width: 49%;
}
.single-post .article-holder .videogif-type-holder .excerpt p:last-child {
	padding-bottom: 4rem;
}
.single-post .article-holder .videogif-type-holder .excerpt .wp-video {
	width: 100% !important;
	height: auto;
	padding-top: 4rem;
}
.single-post .article-holder .videogif-type-holder .excerpt .wp-video video {
	width: 100%;
	height: auto;
}
.single-post .gallery {
	overflow: hidden;
	margin-bottom: 4rem;
}
.single-post .gallery img {
	width: 49%;
	float: left;
	margin-bottom: 4rem;
}
.single-post .gallery img:first-child {
	width: 100%;
}
.single-post .gallery img:nth-child(2n + 1) {
	float: right;
}
.single-post .next-article-group-btn {
	background-color: #001f5b;
	position: relative;
	color: #d8d1ca;
	height: 4rem;
	line-height: 4rem;
	margin-bottom: 4rem;
	cursor: pointer;
}
.single-post .next-article-group-btn h3 {
	font-size: 2rem;
	white-space: nowrap;
	max-width: 80%;
	padding-left: 4.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
}
.single-post .next-article-group-btn .next-article-arrow {
	font-size: 2.36rem;
	display: block;
	position: absolute;
	right: 4rem;
	top: 0;
	background-color: #001f5b;
	color: #d8d1ca;
	width: 4rem;
	text-align: center;
	height: 4rem;
	line-height: 4rem;
	cursor: pointer;
	transition: transform 0.3s ease-in-out;
}
.single-post .next-article-group-btn .next-article-arrow:after,
.single-post .next-article-group-btn .next-article-arrow:before {
	font-family: ln-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 4rem;
	content: "\e903" !important;
	display: inline-block;
	transform: translateX(-100%);
	opacity: 0;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.single-post .next-article-group-btn .next-article-arrow:after {
	transition-delay: 0.2s, 0.2s;
}
.single-post .next-article-group-btn:hover .next-article-arrow:after,
.single-post .next-article-group-btn:hover .next-article-arrow:before {
	transform: translateX(0);
	opacity: 1;
}
.single-post .wrapper {
	transition: transform 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
.single-post .next-page-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateX(100%);
	transition: transform 0.3s ease-in-out;
	margin-top: 17.5rem;
}
.single-post.next-page .wrapper {
	transform: translateX(-100%);
}
.single-post.next-page .next-page-wrapper {
	transform: translateX(0);
}
@media only screen and (max-width: 700px) {
	.single-post .article-holder .content {
		-moz-column-count: 1;
		column-count: 1;
	}
	.single-post .single-post-inner-holder {
		margin: 0;
	}
	.single-post .excerpt {
		width: 100%;
	}
	.single-post .navigation {
		display: none;
	}
	.single-post .intro {
		background-position: center center;
		min-height: 56vw;
		height: auto;
	}
	.single-post .intro:after {
		content: "\e901";
		font-size: 2.5rem;
		bottom: 2rem;
	}
	.single-post .article-holder .videogif-type-holder .excerpt p {
		width: 100%;
	}
}
@media only screen and (max-width: 520px) {
	.single-post.show-article .main-header,
	.single-post.show-article .wrapper {
		filter: none;
	}
	.single-post .intro .page-margins,
	.single-post .page-margins {
		width: 100%;
		margin: 0;
		padding: 0 1rem;
	}
	.single-post .navigation {
		width: auto;
		height: auto;
	}
	.single-post .navigation .close-btn {
		top: 1rem;
		right: 1rem;
	}
	.single-post .next-article {
		display: none;
	}
	.single-post .intro {
		padding: 1rem;
		text-align: center;
	}
	.single-post .intro .intro-inner {
		max-width: 30rem;
		width: 85%;
	}
	.single-post .intro .close-btn {
		top: 1rem;
		right: 1rem;
	}
	.single-post .intro .date {
		position: absolute;
		left: 1rem;
		top: 9rem;
	}
	.single-post .intro .excerpt,
	.single-post .intro h1 {
		width: 100%;
		text-align: left;
	}
	.single-post .intro .share {
		margin-top: 2rem;
		margin-right: 5.4rem;
	}
	.single-post .intro.type-video:before {
		background-size: 7rem;
	}
	.single-post .intro:after {
		bottom: 1rem;
	}
	.single-post .feature-image {
		margin: 0 1rem;
	}
	.single-post .content {
		-moz-column-count: 1;
		column-count: 1;
		margin: 2rem 0 3rem;
	}
	.single-post .article-holder .content {
		margin: 2rem 0 3rem;
	}
	.single-post .gallery {
		margin-bottom: 0;
	}
	.single-post .gallery img {
		width: 100%;
		float: none;
		margin-bottom: 2rem;
	}
	.single-post .next-article-group-btn {
		width: 100%;
		height: auto;
	}
	.single-post .next-article-group-btn h3 {
		font-size: 1.6rem;
		padding-left: 2.5rem;
	}
	.single-post .next-article-group-btn .next-article-arrow {
		right: 0;
	}
}
.visible-product {
	background-color: #000;
}
.visible-product .wrapper:not(.products-wrapper) {
	display: none;
}
.products-wrapper {
	margin-top: 0;
	background: url(../images/bg.jpg) 0 bottom/cover no-repeat fixed #ede8e1;
	position: fixed;
	z-index: 10;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.products-wrapper.pre-visible {
	display: block;
}
.products-wrapper.visible {
	visibility: visible;
	opacity: 1;
}
.products-wrapper .close-btn {
	z-index: 10;
	background-color: #1f3263;
}
.products-wrapper .page-title {
	font-size: 3.6rem;
	font-weight: 700;
	position: absolute;
	top: 7.14285714vh;
	left: 12vh;
	color: #1f3263;
	visibility: hidden;
	opacity: 0;
	line-height: 1;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.products-wrapper .page-title.visible {
	visibility: visible;
	opacity: 1;
}
.products-wrapper .page-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7rem;
	text-align: center;
	font-size: 1.2rem;
	color: #1f3263;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.products-wrapper .page-info.visible {
	visibility: visible;
	opacity: 1;
}
.products-wrapper .nutrition-value {
	display: block;
	width: 22.5rem;
	height: 4rem;
	text-align: center;
	line-height: 4rem;
	font-size: 2rem;
	color: #1f3263;
	position: absolute;
	bottom: 7rem;
	right: 4rem;
	visibility: visible;
	opacity: 1;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
	z-index: 10;
}
.products-wrapper .nutrition-value:after {
	font-family: ln-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e903";
	margin-left: 0.9rem;
	font-size: 3.8rem;
	position: relative;
	top: 1rem;
}
.products-wrapper.products-details .nutrition-value {
	visibility: hidden;
	opacity: 0;
}
.products-wrapper .products-nav {
	max-width: 135rem;
	width: 100%;
	height: 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.products-wrapper .products-nav.visible {
	visibility: visible;
	opacity: 1;
}
.products-wrapper .products-nav a {
	position: absolute;
	display: block;
	width: 4rem;
	height: 4rem;
	background: 0 0;
	font-size: 2.6rem;
	color: #1f3263;
	text-align: center;
	line-height: 12rem;
	visibility: hidden;
	opacity: 0;
	transform: translateX(-100%);
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.products-wrapper .products-nav a.visible {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.products-wrapper .products-nav .products-scroll-left {
	left: 0;
	display: none;
	transform: translateX(-100%);
}
.products-wrapper .products-nav .products-scroll-right {
	right: 0;
	display: none;
	transform: translateX(100%);
}
.products-wrapper.products-details .products-nav .products-scroll-left,
.products-wrapper.products-details .products-nav .products-scroll-right {
	display: block;
}
.products-wrapper .products-list-viewport {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 111rem;
	max-height: 65rem;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transform: translateX(-100%);
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.6s ease-in-out;
}
.products-wrapper .products-list-viewport.visible {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.products-wrapper .products-list {
	display: block;
	width: 150%;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 37rem;
	transition: transform 0.6s ease-in-out;
}
.products-wrapper .products-list li {
	display: block;
	position: relative;
	float: left;
	cursor: pointer;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out, left 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.products-wrapper .products-list li img {
	z-index: 1;
	height: 79.2307692%;
	max-height: 24.3rem;
	position: relative;
	transition: transform 0.3s ease-in-out;
}
.products-wrapper .products-list li .product-caption {
	background-color: #001f5b;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.3rem;
	position: absolute;
	z-index: 1;
	right: 17%;
	bottom: 22rem;
	width: 6.666667rem;
	height: 6.666667rem;
	text-align: center;
	box-sizing: border-box;
	border-radius: 100%;
	padding: 0 1rem;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.products-wrapper .products-list li .product-caption:after,
.products-wrapper .products-list li .product-caption:before {
	display: none;
	content: ".";
	line-height: 0.5rem;
	margin: 0.4rem 0;
}
.products-wrapper .products-list li .product-caption:before {
	margin-top: 0;
}
.products-wrapper .products-list li .product-caption:after {
	margin-bottom: 0;
}
.products-wrapper .products-list li:nth-child(2) .product-caption,
.products-wrapper .products-list li:nth-child(5) .product-caption {
	bottom: 20rem;
}
.products-wrapper .products-list li:nth-child(3) .product-caption,
.products-wrapper .products-list li:nth-child(6) .product-caption {
	bottom: 17rem;
}
.products-wrapper .products-list li:nth-child(10) .product-caption,
.products-wrapper .products-list li:nth-child(4) .product-caption,
.products-wrapper .products-list li:nth-child(7) .product-caption,
.products-wrapper .products-list li:nth-child(8) .product-caption,
.products-wrapper .products-list li:nth-child(9) .product-caption {
	right: 16%;
	bottom: 14rem;
}
.products-wrapper .products-list li:nth-child(11) .product-caption,
.products-wrapper .products-list li:nth-child(12) .product-caption,
.products-wrapper .products-list li:nth-child(13) .product-caption {
	right: 15%;
	bottom: 10rem;
}
.products-wrapper .products-list li:after {
	content: "";
	display: block;
	width: 140%;
	left: -22%;
	height: 2rem;
	background: url(../images/product-shadow.png) 0 0 / contain no-repeat;
	position: absolute;
	bottom: -1.2rem;
	transition: left 0.3s ease-in-out;
}
.products-wrapper .products-list li:last-child {
	margin-right: 0;
}
.products-wrapper .products-list li.large {
	width: 70rem;
}
.products-wrapper .products-list li.large:after {
	height: 14.8rem;
	background: url(../images/pack-shadow.jpg) no-repeat;
}
.products-wrapper .products-list li:hover {
	z-index: 1;
	transform: scale(1.3);
	transform-origin: center;
	padding-left: 8rem;
	padding-right: 8rem;
}
.products-wrapper .products-list li:hover .product-caption {
	visibility: visible;
	opacity: 1;
}
.products-wrapper .products-list li:hover:after {
	left: 9%;
	bottom: -1.2rem;
}
.products-wrapper .products-list.hover > li:not(:hover) {
	transform: scale(0.8);
	padding-left: 0;
	padding-right: 0;
}
.products-wrapper .products-list.go-left li img {
	transform: rotateZ(8deg);
	transform-origin: bottom right;
}
.products-wrapper .products-list.go-right li img {
	transform: rotateZ(-8deg);
	transform-origin: bottom left;
}
.products-wrapper .product-info-holder {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	max-height: 56rem;
	margin: auto;
	transform: translateX(100%);
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.products-wrapper .product-info-holder.visible {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.products-wrapper .product-info-holder > img {
	width: 36.9130435%;
	float: left;
}
.products-wrapper .product-info {
	max-width: 60rem;
	width: 52.173913%;
	color: #1f3263;
	float: left;
	margin-top: 3.5rem;
	margin-left: 3.91304348%;
}
.products-wrapper .product-info h1 {
	font-family: "Cera Pro";
	font-weight: 500;
	font-size: 4rem;
	line-height: 1;
	margin-bottom: 2rem;
}
.products-wrapper .product-info h2 {
	font-family: "Cera Pro";
	font-weight: 500;
	font-size: 3rem;
	margin-bottom: 3rem;
}
.products-wrapper .product-info p {
	font-family: "Cera Pro";
	font-weight: 500;
	font-size: 1.6rem;
	margin-bottom: 2.8rem;
}
.products-wrapper .product-info .product-attributes {
	max-width: 60rem;
	width: 100%;
	height: 7rem;
	display: block;
	list-style: none;
}
.products-wrapper .product-info .product-attributes li {
	background-color: #d9d2cc;
	display: block;
	width: 16.66666667%;
	height: 7rem;
	float: left;
	text-align: center;
	position: relative;
}
.products-wrapper .product-info .product-attributes li .icon {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: inherit;
	line-height: 7rem;
	font-size: 4.8rem;
	background-color: #d9d2cc;
	z-index: 1;
}
.products-wrapper .product-info .product-attributes li .attribute-info {
	display: block;
	width: 100%;
	background-color: #d9d2cc;
	color: inherit;
	font-family: "Cera Pro";
	font-weight: 500;
	font-size: 1rem;
	position: absolute;
	top: 0;
	padding: 2rem 1.8rem;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, top 0.3s ease-in-out;
}
.products-wrapper .product-info .product-attributes li:hover .attribute-info {
	top: 100%;
	visibility: visible;
	opacity: 1;
}
@media only screen and (max-width: 1400px) {
	.products-wrapper .products-nav {
		max-width: 110rem;
	}
}
@media only screen and (max-width: 1170px) {
	.products-wrapper .products-list-viewport {
		width: 80%;
		overflow: hidden;
	}
}
@media only screen and (max-width: 1150px) {
	.products-wrapper .products-list {
		width: 845%;
	}
	.products-wrapper .products-list li {
		width: 2%;
		text-align: center;
	}
	.products-wrapper .products-list li:after {
		left: 0;
		width: 100%;
	}
	.products-wrapper .products-list li:hover {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.products-wrapper .products-list li:hover:after {
		left: 0;
	}
	.products-wrapper .products-list li.in-viewport {
		visibility: visible;
		opacity: 1;
		z-index: 1;
		transform: scale(1.3);
		transform-origin: center;
		padding-left: 8rem;
		padding-right: 8rem;
	}
	.products-wrapper .products-list li.in-viewport .product-caption {
		visibility: visible;
		opacity: 1;
	}
	.products-wrapper .products-nav {
		width: 95%;
	}
	.products-wrapper .products-nav a {
		width: 8rem;
		height: 12rem;
	}
	.products-wrapper .products-nav .products-scroll-left,
	.products-wrapper .products-nav .products-scroll-right {
		display: block;
	}
	.products-wrapper.products-details .products-nav {
		display: none;
	}
}
@media only screen and (max-width: 800px) {
	.products-wrapper .page-title {
		width: 75%;
		top: 1rem;
		left: 1rem;
	}
	.products-wrapper .page-info {
		display: none;
	}
	.products-wrapper .close-btn {
		top: 1rem;
		right: 1rem;
	}
	.products-wrapper .nutrition-value {
		right: 1rem;
		z-index: 10;
	}
	.products-wrapper .products-list-viewport {
		width: 100%;
	}
	.products-wrapper .products-list {
		width: 1000%;
	}
	.products-wrapper .products-list li {
		width: 7.69%;
		text-align: center;
		visibility: visible;
		opacity: 1;
		z-index: 1;
		transform: scale(1.2);
		transform-origin: center;
		padding-left: 15rem;
	}
	.products-wrapper .products-list li:after {
		left: 67px;
		width: 100%;
		background-position: center;
		bottom: -1.2rem;
	}
	.products-wrapper .products-list li img {
		height: 34rem;
	}
	.products-wrapper .products-list li .product-caption {
		visibility: visible;
		opacity: 1;
		right: 9%;
		bottom: 24rem;
		display: block;
		line-height: 9.246667rem;
		width: 9.666667rem;
		height: 9.666667rem;
		font-size: 1.6rem;
	}
	.products-wrapper .products-list li .product-caption .inner-text {
		display: inline-block;
		vertical-align: middle;
		line-height: 1.4;
	}
	.products-wrapper .products-list li .product-caption:after,
	.products-wrapper .products-list li .product-caption:before {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	}
	.products-wrapper .products-list li .product-caption:after {
		top: auto;
		bottom: 0.9rem;
	}
	.products-wrapper .products-list li:nth-child(2) .product-caption,
	.products-wrapper .products-list li:nth-child(5) .product-caption {
		bottom: 22rem;
	}
	.products-wrapper .products-list li:nth-child(3) .product-caption,
	.products-wrapper .products-list li:nth-child(6) .product-caption,
	.products-wrapper .products-list li:nth-child(8) .product-caption,
	.products-wrapper .products-list li:nth-child(9) .product-caption {
		bottom: 19rem;
	}
	.products-wrapper .products-list li:nth-child(10) .product-caption,
	.products-wrapper .products-list li:nth-child(4) .product-caption,
	.products-wrapper .products-list li:nth-child(7) .product-caption {
		right: 9%;
		bottom: 15rem;
	}
	.products-wrapper .products-list li:nth-child(11) .product-caption,
	.products-wrapper .products-list li:nth-child(12) .product-caption,
	.products-wrapper .products-list li:nth-child(13) .product-caption {
		right: 9%;
		bottom: 11rem;
	}
	.products-wrapper .product-info-holder {
		margin: 0;
		overflow: auto;
		max-height: none;
		height: auto;
		top: 3vh;
	}
	.products-wrapper .product-info-holder > img {
		display: block;
		width: 70%;
		margin: 10rem auto 0;
		float: none;
	}
	.products-wrapper .product-info {
		width: 100%;
		float: none;
		margin: 4rem auto;
	}
	.products-wrapper .product-info h1 {
		position: absolute;
		top: 1rem;
		left: 1rem;
		max-width: 72%;
	}
	.products-wrapper .product-info .product-attributes {
		height: auto;
		overflow: hidden;
		margin-bottom: 2rem;
	}
	.products-wrapper .product-info .product-attributes li {
		width: 33.3%;
		height: 8rem;
		margin: 0;
	}
	.products-wrapper .product-info .product-attributes li .attribute-info {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		z-index: 2;
		line-height: 8rem;
		padding: 0;
	}
	.products-wrapper .product-info .product-attributes li .attribute-info .inner-text {
		display: inline-block;
		vertical-align: middle;
		line-height: 1;
	}
	.products-wrapper .product-info .product-attributes li .attribute-info.visible {
		visibility: visible;
		opacity: 1;
	}
	.products-wrapper .product-info .product-attributes li:hover .attribute-info {
		top: 0;
	}
	.products-wrapper .products-nav {
		width: 100%;
	}
	.products-wrapper.products-details .products-nav {
		display: none;
	}
}
@media only screen and (max-width: 600px) {
	.products-wrapper .nutrition-value {
		bottom: 1.5rem;
	}
}
@media only screen and (max-width: 400px) and (max-height: 570px) {
	.products-wrapper .products-list li {
		transform: scale(1);
	}
}
@media only screen and (max-width: 420px) {
	.products-wrapper .page-title {
		font-size: 2.7rem;
	}
	.products-wrapper .products-list {
		max-height: 20rem;
	}
	.products-wrapper .products-list li {
		padding-left: 9rem;
	}
	.products-wrapper .products-list li:after {
		left: 92px;
		width: 62%;
	}
}
@media only screen and (max-height: 650px) {
	.products-wrapper .product-info-holder > img {
		width: 33.913044%;
	}
	.products-wrapper .products-list li:hover {
		transform: scale(1.1);
	}
}
@media only screen and (max-height: 600px) {
	.products-wrapper .product-info-holder {
		top: 0;
	}
}
.promotion-post .main-header,
.promotion-post .wrapper {
	transition: -webkit-filter 0.3s ease-in-out;
}
.promotion-post.show-promotion .main-header,
.promotion-post.show-promotion .wrapper {
	filter: blur(5px);
}
.promotion-post.show-promotion h1 {
	text-shadow: 1px 1px #353434;
}
.promotions-wrapper {
	color: #001f5b;
}
.promotions-wrapper a {
	color: inherit;
}
.promotions-wrapper .page-toolbar {
	max-width: 80rem;
	margin-bottom: 4rem;
	overflow: hidden;
	position: relative;
}
.promotions-wrapper .page-title {
	font-size: 4rem;
	float: left;
}
.promotions-wrapper .page-filters {
	float: right;
}
.promotions-wrapper .page-filters a {
	font-size: 3rem;
	margin-left: 3rem;
}
.promotions-wrapper .promotions-holder .promotion[data-status="active"],
.promotions-wrapper .promotions-holder.show-active.promotion[data-status="active"],
.promotions-wrapper .promotions-holder.show-inactive .promotion[data-status="archive"] {
	display: block;
}
.promotions-wrapper .promotions-holder.show-inactive .promotion[data-status="active"] {
	display: none;
}
.promotions-wrapper .promotion {
	display: none;
	margin-bottom: 4rem;
	overflow: hidden;
	position: relative;
	height: 52rem;
}
.promotions-wrapper .promotion img {
	width: 66.66666667%;
	position: absolute;
	top: 0;
	left: 0;
}
.promotions-wrapper .promotion:nth-child(2n) img {
	left: auto;
	right: 0;
}
.promotions-wrapper .promotion:nth-child(2n) .promotion-info {
	left: 0;
	right: auto;
	padding-left: 0;
	padding-right: 4rem;
}
.promotions-wrapper .promotion-info {
	width: 33.33333333%;
	box-sizing: border-box;
	padding-left: 4rem;
	position: absolute;
	bottom: 0;
	right: 0;
}
.promotions-wrapper .promotion-info h2 {
	font-size: 3rem;
	margin-bottom: 3rem;
}
.promotions-wrapper .promotion-info p {
	font-size: 2rem;
}
.promotions-wrapper .promotion-info .content {
	margin-bottom: 5rem;
}
.promotions-wrapper .promotion-info .promotion-date {
	line-height: 4.4rem;
	text-transform: lowercase;
}
.promotions-wrapper .promotion-info .promotion-date:before {
	font-family: ln-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e904";
	font-size: 4.4rem;
	margin-right: 2.4rem;
	position: relative;
	top: 0.8rem;
}
.promotions-wrapper .load-more-promotions {
	width: 24rem;
	height: 0;
	background: #001f5b;
	display: block;
	line-height: 4rem;
	text-align: center;
	margin: 0 auto 3rem;
	font-size: 1.8rem;
	clear: both;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-100%);
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out,
		height 0.3s ease-in-out;
}
.promotions-wrapper .load-more-promotions:before {
	font-family: ln-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e901";
}
.promotions-wrapper .load-more-promotions.visible {
	height: 4rem;
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.load-promotion {
	position: fixed;
	background-position: 0 0;
	z-index: 10;
	opacity: 1;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	overflow-y: scroll;
}
.load-promotion.pre-prev-animate {
	transform: translateX(-100%);
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}
.load-promotion.pre-next-animate {
	transform: translateX(100%);
	transition: transform 0.3s ease-in-out;
	overflow: hidden;
}
.load-promotion.animate {
	transform: translateX(0);
	opacity: 1;
}
.promotion-holder {
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s;
}
.promotion-holder.visible {
	visibility: visible;
	opacity: 1;
}
.promotion-post-holder {
	position: absolute;
	top: 0;
	width: 100%;
	min-height: 100%;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.4);
}
.promotion-post-inner-holder {
	max-width: 106rem;
	width: 100%;
	min-height: 71.8rem;
	margin: 7.2rem auto;
	position: relative;
	background-color: #fff;
}
.promotion-post-inner-holder > .page-margins {
	overflow: hidden;
}
.promotion-post-inner-holder .intro {
	height: auto;
	overflow: hidden;
	color: #001f5b;
}
.promotion-post-inner-holder .image-holder {
	width: 42.9245283%;
	float: left;
}
.promotion-post-inner-holder .image-holder img {
	width: 100%;
}
.promotion-post-inner-holder .navigation {
	position: absolute;
	right: 0;
	bottom: 50rem;
	width: 100%;
	height: 0;
	z-index: 10;
}
.promotion-post-inner-holder .navigation a {
	font-size: 2.4rem;
	display: block;
	position: absolute;
	color: #061e5e;
	height: 9.6rem;
	text-align: center;
	line-height: 4rem;
	cursor: pointer;
	perspective: 1000px;
}
.promotion-post-inner-holder .navigation a:before {
	display: block;
	width: 4rem;
	height: 100%;
	float: left;
	line-height: 9.6rem;
}
.promotion-post-inner-holder .navigation a .text {
	display: block;
	float: left;
	background-color: #fff;
	font-family: "Cera Pro";
	font-weight: 500;
	font-size: 2rem;
	text-align: center;
	width: 20rem;
	height: 9.6rem;
	line-height: 1;
	padding: 1.7rem 2rem;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.promotion-post-inner-holder .navigation a .text span {
	display: block;
	height: 100%;
	overflow: hidden;
}
.promotion-post-inner-holder .navigation a > img {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	transition-delay: 0s, 0s, 0s;
}
.promotion-post-inner-holder .navigation a:hover .text,
.promotion-post-inner-holder .navigation a:hover > img {
	visibility: visible;
	opacity: 1;
	transform: translateX(0) rotateY(0);
}
.promotion-post-inner-holder .previous-promotion {
	left: -4rem;
}
.promotion-post-inner-holder .previous-promotion > img {
	height: 9.6rem;
	transform: translateX(-5%) rotateY(91deg);
	transform-origin: left;
	transition-delay: 0s, 0s, 0.3s !important;
}
.promotion-post-inner-holder .previous-promotion .text {
	transform: translateX(5%) rotateY(91deg);
	transform-origin: left;
}
.promotion-post-inner-holder .next-promotion {
	right: -4rem;
}
.promotion-post-inner-holder .next-promotion > img {
	height: 9.6rem;
	float: left;
	transform: translateX(5%) rotateY(-91deg);
	transform-origin: right;
	transition-delay: 0s, 0s, 0.3s !important;
}
.promotion-post-inner-holder .next-promotion .text {
	transform: translateX(5%) rotateY(-91deg);
	transform-origin: right;
}
.promotion-post-inner-holder .next-promotion:before {
	content: none;
	display: none;
}
.promotion-post-inner-holder .next-promotion:after {
	display: inline-block;
	width: 4rem;
	height: 100%;
	content: "\e903";
	float: right;
	line-height: 9.6rem;
}
.promotion-post-inner-holder .content-holder {
	float: left;
	box-sizing: border-box;
	width: 57.0754717%;
	padding: 2.5rem 6.8rem 2.5rem 4rem;
}
.promotion-post-inner-holder .content-holder h2 {
	font-size: 2.7rem;
	margin-bottom: 3rem;
}
.promotion-post-inner-holder .content-holder p {
	font-size: 1.75rem;
}
.promotion-post-inner-holder .content-holder .content {
	margin-bottom: 3.5rem;
}
.promotion-post-inner-holder .content-holder .promotion-date {
	line-height: 4.4rem;
	margin-bottom: 3.5rem;
	text-transform: lowercase;
}
.promotion-post-inner-holder .content-holder .promotion-date:before {
	font-family: ln-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e904";
	font-size: 4.4rem;
	margin-right: 2.4rem;
	position: relative;
	top: 0.8rem;
}
.promotion-post-inner-holder .content-holder .tabs-holder .tabs-header {
	display: block;
	width: 100%;
	height: 5.2rem;
}
.promotion-post-inner-holder .content-holder .tabs-holder .tabs-header a {
	display: block;
	width: 31.9946452%;
	height: 100%;
	color: inherit;
	font-size: 2rem;
	text-align: center;
	line-height: 4rem;
	float: left;
	position: relative;
	margin-right: 2.00803213%;
	transition: background-color 0.3s ease-in-out;
}
.promotion-post-inner-holder .content-holder .tabs-holder .tabs-header a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4rem;
	box-sizing: border-box;
	border: 0.4rem solid #d9d2cc;
}
.promotion-post-inner-holder .content-holder .tabs-holder .tabs-header a.selected,
.promotion-post-inner-holder .content-holder .tabs-holder .tabs-header a:hover {
	background-color: #d9d2cc;
}
.promotion-post-inner-holder .content-holder .tabs-holder .tabs-header a:last-child {
	margin-right: 0;
}
.promotion-post-inner-holder .content-holder .tabs-holder .tabs-container {
	width: 100%;
	height: 27.9rem;
	background-color: #d9d2cc;
}
.promotion-post-inner-holder .content-holder .tabs-holder .tabs-container .tab-container {
	width: 100%;
	height: 100%;
	display: none;
}
.promotion-post-inner-holder .content-holder .tabs-holder .tabs-container .tab-container.selected {
	display: block;
}
.promotion-post-inner-holder .content-holder .tabs-holder .tabs-container .inner-content {
	padding: 3rem 1.6rem;
	height: 100%;
	overflow: auto;
}
.promotion-post-inner-holder .content-holder .tabs-holder .tabs-container .inner-content h3 {
	font-size: 2rem;
	margin-bottom: 2rem;
}
.promotion-post-inner-holder .content-holder .tabs-holder .tabs-container .inner-content p {
	font-size: 1.2rem;
	padding: 0 2.6rem;
	margin-bottom: 2rem;
}
.promotion-post-inner-holder .registration-form {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.promotion-post-inner-holder .registration-form .status-message {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #d9d2cc;
	text-align: center;
	padding: 0 2rem;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.promotion-post-inner-holder .registration-form .status-message h2 {
	margin-top: 8.8rem;
	margin-bottom: 2rem;
}
.promotion-post-inner-holder .registration-form .status-message > div {
	display: none;
}
.promotion-post-inner-holder .registration-form .status-message.error .error-message,
.promotion-post-inner-holder .registration-form .status-message.exists .exists-message,
.promotion-post-inner-holder .registration-form .status-message.success .success-message {
	display: block;
}
.promotion-post-inner-holder .registration-form .status-message.visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.promotion-post-inner-holder .registration-form .text-input {
	width: 46%;
	height: 3rem;
	color: #d9d2cc;
	font-size: 2rem;
	padding-left: 1.4rem;
	margin-right: 8%;
	margin-bottom: 4rem;
	float: left;
	border: 0.2rem solid #d9d2cc;
	transition: border-color 0.3s ease-in-out;
}
.promotion-post-inner-holder .registration-form .text-input.error {
	border-color: red;
}
.promotion-post-inner-holder .registration-form .text-input::-moz-placeholder {
	color: inherit;
}
.promotion-post-inner-holder .registration-form .text-input:-ms-input-placeholder {
	color: inherit;
}
.promotion-post-inner-holder .registration-form .text-input::placeholder {
	color: inherit;
}
.promotion-post-inner-holder .registration-form .text-input:nth-child(2n) {
	margin-right: 0;
}
.promotion-post-inner-holder .registration-form .form-inputs {
	padding: 6rem 4rem 0;
	overflow: hidden;
}
.promotion-post-inner-holder .registration-form .registration-form-bottom {
	background-color: #fff;
	width: 100%;
	overflow: hidden;
	padding-top: 1rem;
}
.promotion-post-inner-holder .registration-form .registration-form-bottom .registration-submit {
	display: block;
	width: 100%;
	height: 4rem;
	background-color: #001f5b;
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}
.promotion-post-inner-holder .registration-form .registration-form-bottom .registration-regulations {
	font-size: 1.2rem;
	color: #d9d2cc;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	text-align: center;
}
.promotion-post-inner-holder .registration-form .registration-form-bottom .registration-regulations a {
	color: #001f5b;
}
.promotion-post-inner-holder .winners-holder {
	padding: 3rem 4rem;
}
.promotion-post-inner-holder .winners-holder .winners-search-input {
	width: 100%;
	height: 2.8rem;
	margin-bottom: 1.5rem;
	position: relative;
}
.promotion-post-inner-holder .winners-holder .winners-search-input .winners-input {
	width: 100%;
	height: 100%;
	color: #d9d2cc;
	font-size: 2rem;
	padding-left: 1.4rem;
}
.promotion-post-inner-holder .winners-holder .winners-search-input .winners-input::-moz-placeholder {
	color: inherit;
}
.promotion-post-inner-holder .winners-holder .winners-search-input .winners-input:-ms-input-placeholder {
	color: inherit;
}
.promotion-post-inner-holder .winners-holder .winners-search-input .winners-input::placeholder {
	color: inherit;
}
.promotion-post-inner-holder .winners-holder .winners-search-input a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 2.8rem;
	height: 2.8rem;
	text-align: center;
	line-height: 2.8rem;
	background-color: #fff;
	color: #d9d2cc;
	font-size: 2rem;
}
.promotion-post-inner-holder .winners-holder .winners-search-input a:before {
	display: block;
	transition: transform 0.3s ease-in-out;
}
.promotion-post-inner-holder .winners-holder .winners-search-input a:hover:before {
	transform: translateX(0.5rem);
}
.promotion-post-inner-holder .winners-holder .winners {
	font-size: 1.2rem;
	height: 14rem;
	overflow: hidden;
}
.promotion-post-inner-holder .winners-holder .winners .winner {
	width: 100%;
	box-sizing: border-box;
	border-bottom: #fff 0 solid;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	height: 0;
	transform: translateY(-100%);
	transition: visibility ease-in-out 0.3s, opacity ease-in-out 0.3s, height ease-in-out 0.3s,
		transform ease-in-out 0.3s, border-bottom ease-in-out 0.3s;
}
.promotion-post-inner-holder .winners-holder .winners .winner.visible {
	visibility: visible;
	opacity: 1;
	height: 2.8rem;
	transform: translateY(0);
	border-bottom-width: 0.2rem;
}
.promotion-post-inner-holder .winners-holder .winners p {
	width: 50%;
	float: left;
	display: block;
	font-size: inherit;
	line-height: 2.8rem;
	padding: 0 0.2rem;
}
.promotion-post-inner-holder .winners-holder .winners p:last-child {
	text-align: right;
}
.promotion-post-inner-holder .winners-holder .winners-pagination {
	position: relative;
	width: 100%;
	margin-top: 2.5rem;
	visibility: hidden;
	opacity: 0;
	transform: translateY(5%);
	transition: visibility 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0.3s;
}
.promotion-post-inner-holder .winners-holder .winners-pagination a {
	display: block;
	width: 3rem;
	height: 3rem;
	position: absolute;
	color: #fff;
	font-size: 2rem;
	line-height: 3rem;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.promotion-post-inner-holder .winners-holder .winners-pagination a:before {
	font-family: ln-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.promotion-post-inner-holder .winners-holder .winners-pagination a.visible {
	visibility: visible;
	opacity: 1;
}
.promotion-post-inner-holder .winners-holder .winners-pagination .previous-page {
	left: 0;
}
.promotion-post-inner-holder .winners-holder .winners-pagination .previous-page:before {
	content: "\e902";
}
.promotion-post-inner-holder .winners-holder .winners-pagination .next-page {
	right: 0;
	text-align: right;
}
.promotion-post-inner-holder .winners-holder .winners-pagination .next-page:before {
	content: "\e903";
}
.promotion-post-inner-holder .winners-holder .winners-pagination.visible {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
@media only screen and (max-width: 850px) {
	.promotions-wrapper .promotion {
		height: auto;
	}
	.promotions-wrapper .promotion img {
		position: relative;
		width: 100%;
	}
	.promotions-wrapper .promotion .promotion-info {
		position: relative;
		width: 100%;
		padding-top: 4rem;
		padding-left: 0;
		padding-right: 0;
	}
	.promotion-post-inner-holder {
		margin: 0;
	}
	.promotion-post-inner-holder .intro {
		height: auto;
	}
	.promotion-post-inner-holder .image-holder {
		width: 100%;
		float: none;
	}
	.promotion-post-inner-holder .navigation {
		display: none;
	}
	.promotion-post-inner-holder .content-holder {
		width: 100%;
		float: none;
		padding: 2.5rem 4rem;
	}
}
@media only screen and (max-width: 550px) {
	.promotion-post-inner-holder .content-holder {
		padding: 2.5rem 4rem;
	}
	.promotion-post-inner-holder .content-holder .tabs-holder .tabs-header a {
		font-size: 1.5rem;
	}
	.promotion-post-inner-holder .registration-form .form-inputs {
		padding: 4rem 2rem 0;
	}
}
@media only screen and (max-width: 520px) {
	.promotion-post-inner-holder .content-holder {
		padding: 2.5rem 1rem;
	}
}
@media only screen and (max-width: 480px) {
	.promotions-wrapper .page-title {
		font-size: 2.8rem;
	}
	.promotions-wrapper .page-filters a {
		font-size: 1.8rem;
		line-height: 3.8rem;
	}
	.promotion-post-inner-holder .content-holder .tabs-holder .tabs-container {
		height: auto;
	}
	.promotion-post-inner-holder .registration-form .text-input {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 2rem;
	}
}
@media only screen and (max-width: 350px) {
	.promotion-post-inner-holder .content-holder .tabs-holder .tabs-header a {
		font-size: 1.2rem;
	}
	.promotion-post-inner-holder .winners-holder {
		padding: 3rem 1rem;
	}
}
.slides-page .intro {
	padding: 13.5rem;
	max-height: none;
	height: auto;
	overflow: hidden;
}
.slides-page .slide {
	float: left;
	width: 48.1012658%;
	height: auto;
	margin-right: 3.79746835%;
	margin-bottom: 3.5%;
	overflow: hidden;
	position: relative;
	display: block;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #d9d2cc;
	color: #fff;
}
.slides-page .slide:nth-child(2n) {
	margin-right: 0;
}
.slides-page .slide .slide-inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.slides-page .slide h3 {
	font-size: 4rem;
	color: inherit;
	text-align: center;
}
.slides-page .slide .slide-title {
	padding-top: 6rem;
}
.slides-page .slide .slide-title:after {
	content: "";
	display: block;
	margin: 12px auto;
	width: 3.3rem;
	height: 4px;
	background-color: currentColor;
}
.slides-page .slide p {
	font-size: 1.6rem;
	color: inherit;
	text-align: center;
	margin: 0 auto;
	max-width: 25rem;
}
.slides-page .slide .section-title:after {
	content: "";
	display: block;
	margin: 12px auto;
	width: 3.3rem;
	height: 4px;
	background-color: currentColor;
}
.slides-page .slide:hover .slide-inner,
.slides-page .slide:hover:before {
	visibility: visible;
	opacity: 1;
}
.slides-page .slide:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/square-overlay.png) center center/100% no-repeat;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.slides-page .slide.post-article {
	background: 0 0;
	color: #001f5b;
}
.slides-page .slide.post-article .slide-inner {
	visibility: visible;
	opacity: 1;
}
.slides-page .slide.post-article h3 {
	max-width: 23rem;
	font-size: 3rem;
	text-align: left;
	margin-bottom: 2.2rem;
}
.slides-page .slide.post-article p {
	font-size: 2rem;
	text-align: left;
	margin-bottom: 3rem;
	max-width: none;
}
.slides-page .slide.post-article:before {
	display: none;
}
@media screen and (max-width: 950px) {
	.slides-page .slide {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.slides-page .slide.post-article .slide-inner {
		height: auto;
		padding-bottom: 0;
	}
}
@media screen and (max-width: 700px) {
	.slides-page .intro {
		padding: 8rem 1rem;
	}
}
.electric-castle-wrapper {
	color: #001f5b;
}
.electric-castle-wrapper a {
	color: inherit;
}
.electric-castle-wrapper .page-toolbar {
	max-width: 80rem;
	margin-bottom: 4rem;
	overflow: hidden;
	position: relative;
}
.electric-castle-wrapper .page-title {
	font-size: 4rem;
	float: left;
}
.electric-castle-wrapper .page-filters {
	float: right;
}
.electric-castle-wrapper .page-filters a {
	font-size: 3rem;
	margin-left: 3rem;
}
.electric-castle-wrapper .promotions-holder .promotion[data-status="active"],
.electric-castle-wrapper .promotions-holder.show-active.promotion[data-status="active"],
.electric-castle-wrapper .promotions-holder.show-inactive .promotion[data-status="archive"] {
	display: block;
}
.electric-castle-wrapper .promotions-holder.show-inactive .promotion[data-status="active"] {
	display: none;
}
.electric-castle-wrapper {
	position: relative;
	font-size: 18px;
	padding: 50px 0 0;
	background: url(../images/swirl.png) center -200px/100% auto no-repeat;
	margin-bottom: 50px;
}
.electric-castle-wrapper h1 {
	margin: 0 0 20px;
	text-align: center;
	font-size: 48px;
}
.electric-castle-wrapper h1 span {
	color: #c70000;
}
.electric-castle-wrapper p {
	margin: 20px 0;
}
.ytvideo {
	max-width: 900px;
	position: relative;
	margin: 0 auto 50px;
}
.ytvideo .ytscaler {
	padding-bottom: 60%;
	position: relative;
}
.ytvideo .ytscaler iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.electric-castle-wrapper .actions {
	text-align: center;
}
.article-wrapper .prezi .actions .button,
.electric-castle-wrapper .actions .button {
	display: inline-block;
	background: #001f5b;
	color: #fff;
	padding: 10px 20px 7px;
	transition: 0.3s all;
	text-transform: uppercase;
	font-size: 22px;
}
.article-prezi .actions .button:hover,
.electric-castle-wrapper .actions .button:hover {
	background: #000;
	transform: scale(1.05);
}
.electric-castle-wrapper .prezi {
	padding: 40px;
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.electric-castle-wrapper .prezi .corner {
	width: 25px;
	height: 25px;
	position: absolute;
}
.electric-castle-wrapper .prezi .corner.left.top {
	left: 0;
	top: 0;
	border-left: 5px #fd0909 solid;
	border-top: 5px #fd0909 solid;
	border-radius: 5px 0 0;
}
.electric-castle-wrapper .prezi .corner.right.top {
	right: 0;
	top: 0;
	border-right: 5px #fd0909 solid;
	border-top: 5px #fd0909 solid;
	border-radius: 0 5px 0 0;
}
.electric-castle-wrapper .prezi .corner.right.bottom {
	right: 0;
	bottom: 0;
	border-right: 5px #fd0909 solid;
	border-bottom: 5px #fd0909 solid;
	border-radius: 0 0 5px;
}
.electric-castle-wrapper .prezi .corner.left.bottom {
	left: 0;
	bottom: 0;
	border-left: 5px #fd0909 solid;
	border-bottom: 5px #fd0909 solid;
	border-radius: 0 0 0 5px;
}
.article-wrapper .prezi .title,
.electric-castle-wrapper .prezi .title {
	font-size: 22px;
	margin: 0 0 20px;
}
.electric-castle-wrapper .prezi .title span {
	color: #fff;
	background: #e2211c;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 5px 0;
	text-transform: uppercase;
	line-height: 20px;
	margin-top: -5px;
}
.article-wrapper .prezi .blocks,
.electric-castle-wrapper .prezi .blocks {
	margin-bottom: 50px;
}
.electric-castle-wrapper .prezi .block {
	width: calc(33.33333333%);
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	box-sizing: border-box;
	font-size: 16px;
	padding: 20px 50px;
	position: relative;
}
.electric-castle-wrapper .prezi .block:first-of-type {
	padding-left: 0;
}
.electric-castle-wrapper .prezi .block:nth-of-type(2) {
	border-left: 1px #001f5b solid;
	border-right: 1px #001f5b solid;
}
.electric-castle-wrapper .prezi .block:last-of-type {
	padding-right: 0;
}
.electric-castle-wrapper .prezi .block img {
	display: block;
	margin: 0 auto 10px;
}
.electric-castle-wrapper .prezi .block p {
	margin: 0;
}
.electric-castle-wrapper .article .article-inner:before {
	display: none;
}
.electric-castle-wrapper .article .article-inner h3 {
	top: 10.5263158%;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.electric-castle-wrapper .article {
	padding-bottom: 25.585585585585586%;
}
.electric-castle-wrapper .article:nth-of-type(4) .article-inner h3 {
	display: none;
}
.page-id-396.single-post .excerpt {
	width: auto;
}
.article-wrapper .prezi {
	text-align: center;
}
.article-wrapper .prezi .block {
	max-width: 400px;
	margin: 0 auto 20px;
	padding: 0 20px 20px;
	position: relative;
}
.article-wrapper .prezi .block img {
	display: block;
	margin: 0 auto 10px;
}
.article-wrapper .prezi .block:after {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background: #001f5b;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 0;
}
.electric-castle-header .header-statament {
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.electric-castle-header .header-statament span {
	color: #fff;
	background: #e2211c;
	display: inline-block;
	vertical-align: middle;
	padding: 8px 5px 0;
	line-height: 30px;
	margin-top: -10px;
}
.electric-castle-header .logo {
	display: inline-block;
	width: 12rem;
	height: 13.5rem;
	text-indent: -99999px;
	background: url(../images/logo_ciuc_ec.png) center top/contain no-repeat;
	position: relative;
	z-index: 1;
	float: left;
}
.electric-castle-wrapper .article {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
@media screen and (max-width: 950px) {
	.slides-page .slide {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.slides-page .slide.post-article .slide-inner {
		height: auto;
		padding-bottom: 0;
	}
}
@media screen and (max-width: 700px) {
	.slides-page .intro {
		padding: 8rem 1rem;
	}
	.electric-castle-wrapper .prezi .block {
		width: auto;
		display: block;
		padding: 20px 10px;
		border: none;
	}
	.electric-castle-wrapper .prezi .block:nth-of-type(2) {
		border: none;
	}
	.electric-castle-wrapper .prezi .block:after {
		content: "";
		display: block;
		width: 100px;
		height: 1px;
		background: #001f5b;
		position: absolute;
		left: 50%;
		margin-left: -50px;
		bottom: 0;
	}
	.electric-castle-wrapper .article {
		padding-bottom: 0;
		padding-top: 55%;
	}
	.electric-castle-header .logo {
		height: 10.5rem;
	}
}
.gallery-item img {
	height: auto !important;
	width: 100%;
}
body.page-template-template-ciucradler {
	overflow-y: scroll !important;
	background: url(../images/ciucradler/ciucradler-bg.png) top center no-repeat fixed !important;
}
@media only screen and (max-width: 768px) {
	body.page-template-template-ciucradler {
		background: url(../images/ciucradler/ciucradler-bg.png) top center no-repeat fixed #f9d963 !important;
	}
	body.page-template-template-ciucradler .main-header {
		height: auto;
	}
}
body.page-template-template-ciucradler .main-header {
	background: url(../images/ciucradler/ciucradler-bg.png) top center no-repeat !important;
	padding-bottom: 0;
}
body.page-template-template-ciucradler:before {
	background: none !important;
}
body.page-template-template-ciucradler .logo {
	background-image: url(../images/ciucradler/ciucradler-logo-header.png);
	background-size: 100% auto !important;
	width: 9.7rem;
	height: 13.5rem;
	margin-left: 90px;
}
@media only screen and (max-width: 1150px) {
	body.page-template-template-ciucradler .logo {
		margin-left: 0;
	}
}
@media only screen and (max-width: 768px) {
	body.page-template-template-ciucradler .logo {
		width: 14rem;
		height: 17rem;
	}
}
body.page-template-template-ciucradler .mobile-menu-btn {
	margin-right: 90px;
	margin-top: 3.2rem;
}
@media only screen and (max-width: 1150px) {
	body.page-template-template-ciucradler .mobile-menu-btn {
		margin-right: 0;
	}
}
body.page-template-template-ciucradler .page-margins {
	max-width: 110.4rem;
}
@media only screen and (max-width: 768px) {
	body.page-template-template-ciucradler .page-margins {
		max-width: 100%;
		width: auto;
		margin: 0 50px;
	}
}
.cp-ciucradler .cp-content {
	padding-top: 17rem;
}
.cp-ciucradler .ciucradler_container {
	max-width: 1024px;
	margin: 0 auto 20px;
}
@media only screen and (max-width: 1150px) {
	.cp-ciucradler .ciucradler_container {
		max-width: 650px;
	}
}
@media only screen and (max-width: 768px) {
	.cp-ciucradler .ciucradler_container {
		max-width: 100%;
		margin: 0 50px;
	}
}
@media only screen and (max-width: 520px) {
	.cp-ciucradler .ciucradler_container {
		padding: 0;
		width: auto;
	}
}
@media only screen and (max-width: 768px) {
	.cp-ciucradler .page_content {
		max-width: 100%;
		margin: 0 50px;
		padding-top: 25px;
	}
}
.cp-ciucradler .youtube_player {
	position: relative;
	padding-bottom: 53.8%;
	padding-top: 25px;
	height: 0;
}
.cp-ciucradler .youtube_player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cp-ciucradler .page_content {
	text-align: center;
}
.cp-ciucradler .page_content h1 {
	color: #05205a;
	font-weight: 400;
	font-size: 5.5rem;
	line-height: 5.5rem;
	margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
	.cp-ciucradler .page_content h1 {
		font-size: 3.8rem;
		padding: 0 10px;
		line-height: 4rem;
	}
}
.cp-ciucradler .page_content p {
	color: #05205a;
	font-size: 1.8rem;
	line-height: 2rem;
	margin: 0;
	padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
	.cp-ciucradler .page_content p {
		font-size: 2.5rem;
		line-height: 3rem;
		padding-bottom: 0;
	}
}
.cp-ciucradler .products-slider-container {
	position: relative;
}
@media only screen and (max-width: 768px) {
	.cp-ciucradler .products-slider-container .product_slide {
		margin-bottom: 0;
	}
	.cp-ciucradler .products-slider-container .product_slide:nth-child(3),
	.cp-ciucradler .products-slider-container .product_slide:nth-child(4) {
		margin-bottom: 35px;
	}
	.cp-ciucradler .products-slider-container .product_slide:nth-child(3) .product_details,
	.cp-ciucradler .products-slider-container .product_slide:nth-child(4) .product_details {
		padding-bottom: 24px;
	}
	.cp-ciucradler .products-slider-container .product_slide .product_details {
		padding-bottom: 0;
	}
}
.cp-ciucradler .products-slider-container .slick-list {
	margin: 0 -35px;
}
.cp-ciucradler .products-slider-container .slick-slide {
	margin: 0 35px;
}
.cp-ciucradler .products-slider-container img {
	width: 100%;
	display: block;
	max-height: 220px;
	object-fit: contain;
}
@media only screen and (max-width: 768px) {
	.cp-ciucradler .products-slider-container img {
		height: 200px;
		width: 170px;
		margin: 0 auto;
	}
}
.cp-ciucradler .products-slider-container .product_details {
	padding-bottom: 24px;
	text-align: center;
	display: block;
}
.cp-ciucradler .products-slider-container .product_details h2 {
	color: #05205a;

	font-size: 2rem;
	line-height: 2rem;
	margin-bottom: 20px;
	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.cp-ciucradler .products-slider-container .product_details h2 {
		font-size: 3rem;
		line-height: 3.2rem;
		margin-bottom: 5px;
	}
	.cp-ciucradler .products-slider-container .product_details h2 br {
		display: none;
	}
}
.cp-ciucradler .products-slider-container .product_details p {
	color: #05205a;
	font-size: 1.3rem;
	line-height: 1.3rem;
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.cp-ciucradler .products-slider-container .product_details p {
		font-size: 2.4rem;
		line-height: 3rem;
		padding: 0 20px;
	}
}
.cp-ciucradler .products-slider-container .slick-arrow,
.cp-ciucradler .products-slider-container .slick-slide {
	outline: 0;
}
.cp-ciucradler .products-slider-container .slick-arrow {
	width: 26px;
	height: 43px;
	font-size: 0;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	background: url(../images/ciucradler/blue-arrow.png) center no-repeat;
	left: -6rem;
	z-index: 2;
	cursor: pointer;
}
.cp-ciucradler .products-slider-container .slick-arrow:hover {
	opacity: 0.8;
}
.cp-ciucradler .products-slider-container .slick-arrow.slick-next {
	transform: rotate(-180deg);
	left: auto;
	right: -6rem;
}
.cp-ciucradler .follow_container {
	margin-bottom: 10rem;
	position: relative;
}
@media only screen and (max-width: 768px) {
	.cp-ciucradler .follow_container {
		margin-bottom: 4rem;
	}
}
.cp-ciucradler .follow_container h2 {
	color: #05205a;

	font-weight: 400;
	font-size: 1.7rem;
	line-height: 3rem;
	margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
	.cp-ciucradler .follow_container h2 {
		font-size: 4.2rem;
		line-height: 5rem;
		margin-bottom: 4rem;
		text-align: center;
	}
}
.cp-ciucradler .follow_container h2 .follow_link {
	color: #05205a;
}
@media only screen and (max-width: 768px) {
	.cp-ciucradler .follow_container h2 .follow_link {
		display: none;
	}
}
.cp-ciucradler .follow_container h2 .follow_link:hover {
	color: #051d89;
}
.cp-ciucradler .follow_container h2.follow_mobile {
	display: none;
}
@media only screen and (max-width: 768px) {
	.cp-ciucradler .follow_container h2.follow_mobile {
		display: block;
		margin-top: 30px;
	}
	.cp-ciucradler .follow_container h2.follow_mobile .follow_link {
		display: inline-block;
		float: none;
	}
}
.cp-ciucradler .follow_container .instagram-slider {
	clear: both;
}
.cp-ciucradler .follow_container .instagram-slider .instagram-slide div {
	width: 100%;
	padding: 50%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.cp-ciucradler .follow_container .instagram-slider .slick-list {
	margin: 0 -35px;
}
@media only screen and (max-width: 768px) {
	.cp-ciucradler .follow_container .instagram-slider .slick-list {
		margin: 0 -10px;
	}
}
.cp-ciucradler .follow_container .instagram-slider .slick-slide {
	margin: 0 35px;
}
@media only screen and (max-width: 768px) {
	.cp-ciucradler .follow_container .instagram-slider .slick-slide {
		margin: 0 10px;
	}
}
.cp-ciucradler .follow_container .instagram-slider img {
	width: 100%;
	display: block;
}
.cp-ciucradler .follow_container .instagram-slider .slick-arrow,
.cp-ciucradler .follow_container .instagram-slider .slick-slide {
	outline: 0;
}
.cp-ciucradler .follow_container .instagram-slider .slick-arrow {
	width: 26px;
	height: 43px;
	font-size: 0;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	background: url(../images/ciucradler/blue-arrow.png) center/100% auto no-repeat;
	left: -6rem;
	z-index: 2;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
	.cp-ciucradler .follow_container .instagram-slider .slick-arrow {
		width: 22px;
		height: 36px;
		margin-top: -18px;
		left: -35px;
	}
}
.cp-ciucradler .follow_container .instagram-slider .slick-arrow:hover {
	opacity: 0.8;
}
.cp-ciucradler .follow_container .instagram-slider .slick-arrow.slick-next {
	transform: rotate(-180deg);
	left: auto;
	right: -6rem;
}
@media only screen and (max-width: 768px) {
	.cp-ciucradler .follow_container .instagram-slider .slick-arrow.slick-next {
		left: auto;
		right: -35px;
	}
}
body.page-template-template-mixulcastigator {
	overflow-y: scroll !important;
	background: url(../images/mixulcastigator/bg.png) top center no-repeat fixed !important;
}
body.page-template-template-mixulcastigator .main-header {
	background: url(../images/mixulcastigator/bg.png) top center no-repeat !important;
	padding-bottom: 0;
	overflow-y: hidden !important;
	z-index: 2;
}
body.page-template-template-mixulcastigator .main-header:before {
	background: none !important;
}
body.page-template-template-mixulcastigator .main-header .header-statament {
	display: none;
}
@media screen and (max-width: 768px) {
	body.page-template-template-mixulcastigator .main-header {
		z-index: 1;
	}
}
@media screen and (max-width: 520px) {
	body.page-template-template-mixulcastigator .main-header {
		height: 12rem;
	}
}
body.page-template-template-mixulcastigator:before {
	display: none !important;
}
body.page-template-template-mixulcastigator .logo {
	background-image: url(../images/ciucradler/ciucradler-logo-header.png);
	background-size: 100% auto !important;
	width: 12rem;
	height: 13.5rem;
}
@media only screen and (max-width: 1150px) {
	body.page-template-template-mixulcastigator .logo {
		margin-left: 0;
	}
}
@media only screen and (max-width: 768px) {
	body.page-template-template-mixulcastigator .logo {
		width: 14rem;
		height: 17rem;
	}
}
@media only screen and (max-width: 420px) {
	body.page-template-template-mixulcastigator .logo {
		width: 10rem;
		height: 12rem;
	}
}
body.page-template-template-mixulcastigator .mobile-menu-btn {
	margin-right: 90px;
	margin-top: 3.2rem;
}
@media only screen and (max-width: 1150px) {
	body.page-template-template-mixulcastigator .mobile-menu-btn {
		margin-right: 0;
	}
}
@media only screen and (max-width: 420px) {
	body.page-template-template-mixulcastigator .mobile-menu-btn {
		margin-top: 2.3rem;
	}
}
@media only screen and (max-width: 768px) {
	body.page-template-template-mixulcastigator .page-margins {
		max-width: 100%;
		width: auto;
		margin: 0 50px;
	}
}
.mc_container .mc_content {
	padding-top: 22rem;
	max-width: 975px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.mc_container .mc_content {
		max-width: 570px;
	}
}
@media only screen and (max-width: 420px) {
	.mc_container .mc_content {
		max-width: 350px;
	}
}
.mc_container .mc_content .mc_content_text,
.mc_container .mc_content .mc_heading {
	color: #05205a;
	font-size: 4.9rem;
	text-align: center;
	padding-bottom: 1rem;
}
@media only screen and (max-width: 420px) {
	.mc_container .mc_content .mc_content_text,
	.mc_container .mc_content .mc_heading {
		font-size: 2.9rem;
	}
}
.mc_container .mc_content .mc_content_text {
	font-size: 2rem;
	line-height: 2.4rem;
	padding-bottom: 3.9rem;
}
@media only screen and (max-width: 768px) {
	.mc_container .mc_content .mc_content_text br {
		display: none;
	}
}
@media only screen and (max-width: 420px) {
	.mc_container .mc_content .mc_content_text {
		font-size: 1.7rem;
		line-height: 1.9rem;
	}
}
.mc_container .mc_content .mc_content_prize {
	max-width: 570px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 3.9rem;
}
.mc_container .mc_content .mc_content_prize .prize {
	max-width: 240px;
}
.mc_container .mc_content .mc_content_prize .prize .mc_image_prize {
	position: relative;
	padding-left: 3.1rem;
	padding-bottom: 1rem;
}
@media only screen and (max-width: 420px) {
	.mc_container .mc_content .mc_content_prize .prize .mc_image_prize {
		padding-left: 4.1rem;
	}
}
.mc_container .mc_content .mc_content_prize .prize .mc_image_prize:before {
	content: "20";
	position: absolute;
	font-size: 10rem;
	color: #05205a;
	font-weight: 500;
	left: -6.5rem;
	top: 4.2rem;
}
@media only screen and (max-width: 768px) {
	.mc_container .mc_content .mc_content_prize .prize .mc_image_prize:before {
		font-size: 6rem;
		left: -3rem;
	}
}
@media only screen and (max-width: 420px) {
	.mc_container .mc_content .mc_content_prize .prize .mc_image_prize:before {
		font-size: 4rem;
		left: 0;
		top: 3.3rem;
	}
}
.mc_container .mc_content .mc_content_prize .prize .mc_image_prize img {
	width: 190px;
}
@media only screen and (max-width: 768px) {
	.mc_container .mc_content .mc_content_prize .prize .mc_image_prize img {
		width: 140px;
	}
}
@media only screen and (max-width: 420px) {
	.mc_container .mc_content .mc_content_prize .prize .mc_image_prize img {
		width: 100px;
	}
}
.mc_container .mc_content .mc_content_prize .prize:nth-child(2) .mc_image_prize {
	padding-left: 0;
	padding-bottom: 1rem;
}
.mc_container .mc_content .mc_content_prize .prize:nth-child(2) .mc_image_prize:before {
	content: "10";
	position: absolute;
	font-size: 10rem;
	color: #05205a;
	font-weight: 500;
	left: -8rem;
	top: 4.2rem;
}
@media only screen and (max-width: 768px) {
	.mc_container .mc_content .mc_content_prize .prize:nth-child(2) .mc_image_prize:before {
		font-size: 6rem;
		left: 3.7rem;
	}
}
@media only screen and (max-width: 420px) {
	.mc_container .mc_content .mc_content_prize .prize:nth-child(2) .mc_image_prize:before {
		font-size: 4rem;
		top: 3.3rem;
	}
}
.mc_container .mc_content .mc_content_prize .prize:nth-child(2) .mc_image_prize img {
	width: 190px;
}
@media only screen and (max-width: 768px) {
	.mc_container .mc_content .mc_content_prize .prize:nth-child(2) .mc_image_prize img {
		width: 140px;
		margin-left: 9rem;
	}
}
@media only screen and (max-width: 420px) {
	.mc_container .mc_content .mc_content_prize .prize:nth-child(2) .mc_image_prize img {
		width: 100px;
		margin-left: 7rem;
	}
}
.mc_container .mc_content .mc_content_prize .prize .mc_prize_description {
	margin: 0;
}
.mc_container .mc_content .mc_content_prize .prize .mc_prize_description p {
	text-align: center;
	font-size: 2.3rem;
	line-height: 2.3rem;
	color: #05205a;
	font-weight: 700;
}
@media only screen and (max-width: 420px) {
	.mc_container .mc_content .mc_content_prize .prize .mc_prize_description p {
		font-size: 1.7rem;
		line-height: 1.7rem;
	}
}
.btn_mc {
	text-decoration: none;
	color: #fff;
	font-size: 2.75rem;
	font-weight: 600;
	max-width: 295px;
	margin: 0 auto;
	display: block;
	background: #05205a;
	padding: 15px 0;
	transition: all 0.3s ease-in-out;
	text-align: center;
	cursor: pointer;
}
@media only screen and (max-width: 420px) {
	.btn_mc {
		font-size: 1.75rem;
		max-width: 185px;
		padding: 10px 0;
	}
}
.btn_mc:hover {
	background: #051b49;
}
.mc_ciuc_radler_image {
	padding-top: 3.9rem;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
	.mc_ciuc_radler_image {
		max-width: 570px;
	}
}
.mc_ciuc_radler_image .mc_ciuc_image {
	width: 690px;
	height: 490px;
	margin-left: 2.9rem;
}
@media only screen and (max-width: 768px) {
	.mc_ciuc_radler_image .mc_ciuc_image {
		width: 490px;
		height: 295px;
		margin-left: 0.9rem;
	}
}
@media only screen and (max-width: 420px) {
	.mc_ciuc_radler_image .mc_ciuc_image {
		width: 300px;
		height: 200px;
	}
}
.mc_logo_sponsors {
	max-width: 235px;
	margin: 0 auto;
	padding-bottom: 3.9rem;
}
@media only screen and (max-width: 768px) {
	.mc_logo_sponsors {
		max-width: 205px;
	}
	.mc_logo_sponsors img {
		width: 75px;
	}
}
.mc_logo_sponsors img:not(:nth-child(2)) {
	margin-right: 2rem;
}
.mc_logo_sponsors .mega_image_logo {
	width: 100px;
}
.mc_bottom_text {
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 2.9rem;
}
.mc_bottom_text .mc_info_text {
	font-size: 1rem;
	line-height: 1rem;
	text-align: center;
	color: #05205a;
}
.mc_bottom_text .mc_info_text a {
	color: #05205a;
	text-decoration: underline;
}
@media only screen and (max-width: 400px) {
	.fixed_content {
		position: fixed;
	}
	.fixed_content .mc_box {
		width: 100%;
		position: fixed;
		max-width: calc(70vh);
		height: 500px;
		overflow-y: scroll;
	}
}
.mc_box {
	max-width: 53rem;
	margin: 8rem auto 0;
	z-index: 1;
	background: #fff;
	padding: 3.5rem;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
	.mc_box {
		width: 100%;
		margin-top: 0;
	}
}
.mc_box.test {
	display: none !important;
}
.mc_box .mc_content_box_form .mc_content_box_header {
	font-size: 2.4rem;
	color: #05205a;
	padding-bottom: 1.7rem;
}
.mc_box .mc_content_box_form .form_send_data .form_row:not(.input_checkbox) {
	padding-bottom: 2rem;
}
@media only screen and (max-width: 420px) {
	.mc_box .mc_content_box_form .form_send_data .form_row:not(.input_checkbox) {
		padding-bottom: 1rem;
	}
}
.mc_box .mc_content_box_form .form_send_data .form_row:not(.input_checkbox) input {
	position: relative;
	width: 100%;
	border: 2px solid #05205a;
	padding: 5px 10px;
	font-size: 1.7rem;
	font-weight: 400;
	color: #05205a;
}
.mc_box .mc_content_box_form .form_send_data .form_row:not(.input_checkbox) input::-moz-placeholder {
	color: #05205a;
	font-weight: 1.7rem;
	font-weight: lighter;
	opacity: 0.9;
}
.mc_box .mc_content_box_form .form_send_data .form_row:not(.input_checkbox) input:-ms-input-placeholder {
	color: #05205a;
	font-weight: 1.7rem;
	font-weight: lighter;
	opacity: 0.9;
}
.mc_box .mc_content_box_form .form_send_data .form_row:not(.input_checkbox) input::placeholder {
	color: #05205a;
	font-weight: 1.7rem;
	font-weight: lighter;
	opacity: 0.9;
}
@media only screen and (max-width: 768px) {
	.mc_box .mc_content_box_form .form_send_data .form_row:not(.input_checkbox) input {
		font-size: 1.3rem;
		padding: 5px 6px;
	}
}
.mc_box .mc_content_box_form .form_send_data .form_row:not(.input_checkbox) input:-internal-autofill-selected {
	background-color: #fff !important;
}
.mc_box .mc_content_box_form .form_send_data .form_row:not(.input_checkbox) #store {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 7px 10px;
	border: none;
	font-size: 1.7rem;
	color: #05205a;
	left: 0;
	background: 0 0;
	-webkit-appearance: none;
}
.mc_box .mc_content_box_form .form_send_data .form_row:not(.input_checkbox) #store:focus {
	outline: 0;
}
@media only screen and (max-width: 768px) {
	.mc_box .mc_content_box_form .form_send_data .form_row:not(.input_checkbox) #store {
		padding: 7px;
		font-size: 1.3rem;
	}
}
.mc_box .mc_content_box_form .form_send_data .form_row:not(.input_checkbox) #datepicker {
	background: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50%
		no-repeat #fff;
	display: block;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	min-height: 2.2em;
}
.mc_box .mc_content_box_form .form_send_data .form_row:not(.input_checkbox) #datepicker::-webkit-inner-spin-button {
	display: none;
}
.mc_box
	.mc_content_box_form
	.form_send_data
	.form_row:not(.input_checkbox)
	#datepicker::-webkit-calendar-picker-indicator {
	opacity: 0;
}
@media only screen and (max-width: 768px) {
	.mc_box .mc_content_box_form .form_send_data .form_row:not(.input_checkbox) #datepicker:before {
		content: attr(placeholder) !important;
		color: #05205a;
		font-weight: 1.7rem;
		font-weight: lighter;
		opacity: 0.9;
	}
	.mc_box .mc_content_box_form .form_send_data .form_row:not(.input_checkbox) #datepicker:focus:before,
	.mc_box .mc_content_box_form .form_send_data .form_row:not(.input_checkbox) #datepicker:valid:before {
		content: "";
	}
}
.mc_box .mc_content_box_form .form_send_data .form_row:not(.input_checkbox) .error {
	color: red;
	font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
	.mc_box .mc_content_box_form .form_send_data .form_row:not(.input_checkbox) .error {
		font-size: 1.3rem;
	}
}
.mc_box .mc_content_box_form .form_send_data .input_checkbox {
	padding-bottom: 2rem;
}
.mc_box .mc_content_box_form .form_send_data .input_checkbox label {
	color: #05205a;
	font-size: 1.1rem;
	line-height: 2.5rem;
}
@media only screen and (max-width: 420px) {
	.mc_box .mc_content_box_form .form_send_data .input_checkbox label {
		line-height: 1.2rem;
	}
}
.mc_box .mc_content_box_form .form_send_data .input_checkbox label a {
	text-decoration: underline;
	color: #05205a;
}
.mc_box .mc_content_box_form .form_send_data .recaptcha {
	padding-bottom: 2rem;
}
.mc_box .mc_content_box_form .form_send_data #recaptcha-error {
	display: none;
}
.mc_box .mc_content_box_form .form_send_data .submit_button {
	width: 100%;
	padding: 1rem;
	background: #05205a;
	color: #fff;
	font-size: 1.7rem;
	cursor: pointer;
}
@media only screen and (max-width: 420px) {
	.mc_box .mc_content_box_form .form_send_data .form_row_date_picker {
		padding-bottom: 2rem !important;
	}
}
.input_checkbox .form_row_1,
.input_checkbox .form_row_2 {
	position: relative;
}
.input_checkbox .form_row_1 {
	padding-bottom: 10px;
}
@media only screen and (max-width: 420px) {
	.input_checkbox .form_row_1 {
		padding-bottom: 20px;
	}
}
.form_send_data .form_row:not(.input_checkbox) {
	position: relative;
}
.form_send_data .form_row:not(.input_checkbox) label {
	background: #fff;
	position: absolute;
	left: 3px;
	top: 2px;
	padding: 5px 10px;
	width: 99%;
}
@media only screen and (max-width: 768px) {
	.form_send_data .form_row:not(.input_checkbox) label {
		padding: 5px;
	}
}
@media only screen and (max-width: 420px) {
	.form_send_data .form_row:not(.input_checkbox) label {
		width: 98%;
	}
}
.form_send_data .input_checkbox #checkbox_terms-error {
	position: absolute;
	top: -17px;
	color: red;
	left: -13px;
}
.form_send_data .input_checkbox #checkbox_terms-error:before {
	opacity: 0;
}
@media only screen and (max-width: 420px) {
	.form_send_data .input_checkbox #checkbox_terms-error {
		left: -16px;
	}
}
.form_send_data .input_checkbox .form_row_2 #checkbox_age-error {
	position: absolute;
	top: -17px;
	color: red;
	left: -13px;
}
.form_send_data .input_checkbox .form_row_2 #checkbox_age-error:before {
	opacity: 0;
}
@media only screen and (max-width: 420px) {
	.form_send_data .input_checkbox .form_row_2 #checkbox_age-error {
		left: -16px;
	}
}
.input_checkbox input {
	position: absolute;
	opacity: 0;
	z-index: 2;
	width: 16px;
	height: 16px;
	top: 5px;
}
.input_checkbox input:checked + label + label:after,
.input_checkbox input:checked + label:after {
	content: "";
	position: absolute;
	top: 7px;
	left: 6px;
	width: 3px;
	height: 8px;
	border: solid #05205a;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
@media only screen and (max-width: 420px) {
	.input_checkbox input:checked + label + label:after,
	.input_checkbox input:checked + label:after {
		top: 2px;
	}
}
.input_checkbox label:before {
	content: "";
	background-color: transparent;
	border: 2px solid #05205a;
	padding: 6px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 8px;
}
.close_button {
	position: absolute;
	right: 21px;
	height: 30px;
	width: 30px;
	top: 20px;
	cursor: pointer;
}
.close_button:before {
	content: "";
	position: absolute;
	right: 8px;
	top: 8px;
	background: #05205a;
	width: 23px;
	border: 1px solid #05205a;
	transform: rotate(-45deg);
}
@media only screen and (max-width: 420px) {
	.close_button:before {
		width: 18px;
	}
}
.close_button:after {
	content: "";
	position: absolute;
	top: 8px;
	right: 8px;
	width: 23px;
	border: 1px solid #05205a;
	transform: rotate(45deg);
	background: #05205a;
}
@media only screen and (max-width: 420px) {
	.close_button:after {
		width: 18px;
	}
}
.popup_success_ms .close_button {
	position: absolute;
	right: 23px;
	top: 30px;
	cursor: pointer;
}
@media only screen and (max-width: 420px) {
	.popup_success_ms .close_button {
		top: 30px;
	}
}
.popup_success_ms {
	max-width: 54rem;
	margin: 0 auto;
	background: #fff;
	padding: 7.7rem 5.3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
@media only screen and (max-width: 420px) {
	.popup_success_ms {
		margin: 0 auto;
		background: #fff;
		padding: 9rem 3.7rem;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: none;
		z-index: 1;
		width: 375px;
	}
}
.popup_success_ms #popup_success_text {
	font-size: 2rem;
	font-weight: lighter;
	color: #05205a;
}
body.page-template-template-castigatori {
	overflow-y: scroll !important;
	background: url(../images/mixulcastigator/bg.png) top center no-repeat fixed !important;
}
body.page-template-template-castigatori .main-header {
	background: url(../images/mixulcastigator/bg.png) top center no-repeat !important;
	padding-bottom: 0;
	overflow-y: hidden !important;
}
body.page-template-template-castigatori .main-header:before {
	background: none !important;
}
body.page-template-template-castigatori .main-header .header-statament {
	display: none;
}
@media screen and (max-width: 520px) {
	body.page-template-template-castigatori .main-header {
		height: 13rem;
	}
}
body.page-template-template-castigatori:before {
	display: none !important;
}
body.page-template-template-castigatori .logo {
	background-image: url(../images/ciucradler/ciucradler-logo-header.png);
	background-size: 100% auto !important;
	width: 12rem;
	height: 13.5rem;
}
@media only screen and (max-width: 1150px) {
	body.page-template-template-castigatori .logo {
		margin-left: 0;
	}
}
@media only screen and (max-width: 768px) {
	body.page-template-template-castigatori .logo {
		width: 14rem;
		height: 17rem;
	}
}
@media only screen and (max-width: 420px) {
	body.page-template-template-castigatori .logo {
		width: 10rem;
		height: 12rem;
	}
}
body.page-template-template-castigatori .mobile-menu-btn {
	margin-right: 90px;
	margin-top: 3.2rem;
}
@media only screen and (max-width: 1150px) {
	body.page-template-template-castigatori .mobile-menu-btn {
		margin-right: 0;
	}
}
@media only screen and (max-width: 420px) {
	body.page-template-template-castigatori .mobile-menu-btn {
		margin-top: 2.3rem;
	}
}
@media only screen and (max-width: 768px) {
	body.page-template-template-castigatori .page-margins {
		max-width: 100%;
		width: auto;
		margin: 0 50px;
	}
}
.c_container .c_content {
	padding-top: 22rem;
	max-width: 975px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.c_container .c_content {
		max-width: 570px;
	}
}
@media only screen and (max-width: 420px) {
	.c_container .c_content {
		max-width: 350px;
	}
}
.c_container .c_content .c_heading {
	color: #05205a;
	font-size: 4.9rem;
	text-align: center;
	padding-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
	.c_container .c_content .c_heading {
		font-size: 3.9rem;
		padding-bottom: 3rem;
	}
	.c_container .c_content .c_heading br {
		display: none;
	}
}
@media only screen and (max-width: 420px) {
	.c_container .c_content .c_heading {
		font-size: 2.9rem;
	}
}
.c_container .c_content .c_content_prize {
	max-width: 570px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 3.9rem;
}
.c_container .c_content .c_content_prize .prize {
	max-width: 240px;
}
.c_container .c_content .c_content_prize .prize .c_image_prize {
	position: relative;
	padding-left: 3.1rem;
	padding-bottom: 1rem;
}
@media only screen and (max-width: 420px) {
	.c_container .c_content .c_content_prize .prize .c_image_prize {
		padding-left: 4.1rem;
	}
}
.c_container .c_content .c_content_prize .prize .c_image_prize:before {
	content: "20";
	position: absolute;
	font-size: 7rem;
	color: #05205a;
	font-weight: 500;
	left: -3.5rem;
	top: 3.2rem;
}
@media only screen and (max-width: 768px) {
	.c_container .c_content .c_content_prize .prize .c_image_prize:before {
		font-size: 6rem;
		left: -3rem;
		top: 4.2rem;
	}
}
@media only screen and (max-width: 420px) {
	.c_container .c_content .c_content_prize .prize .c_image_prize:before {
		font-size: 4rem;
		left: 0;
		top: 3.3rem;
	}
}
.c_container .c_content .c_content_prize .prize .c_image_prize img {
	width: 140px;
}
@media only screen and (max-width: 768px) {
	.c_container .c_content .c_content_prize .prize .c_image_prize img {
		width: 140px;
	}
}
@media only screen and (max-width: 420px) {
	.c_container .c_content .c_content_prize .prize .c_image_prize img {
		width: 100px;
	}
}
.c_container .c_content .c_content_prize .prize:nth-child(2) .c_image_prize {
	padding-left: 0;
	padding-bottom: 1rem;
	max-width: 150px;
	margin: 0 auto;
}
@media only screen and (max-width: 420px) {
	.c_container .c_content .c_content_prize .prize:nth-child(2) .c_image_prize {
		padding-left: 4.1rem;
	}
}
.c_container .c_content .c_content_prize .prize:nth-child(2) .c_image_prize:before {
	content: "10";
	position: absolute;
	font-size: 7rem;
	color: #05205a;
	font-weight: 500;
	left: -5.5rem;
	top: 3.2rem;
}
@media only screen and (max-width: 768px) {
	.c_container .c_content .c_content_prize .prize:nth-child(2) .c_image_prize:before {
		font-size: 6rem;
		left: -2.1rem;
		top: 4.2rem;
	}
}
@media only screen and (max-width: 420px) {
	.c_container .c_content .c_content_prize .prize:nth-child(2) .c_image_prize:before {
		font-size: 4rem;
		top: 3.3rem;
		left: 0.5rem;
	}
}
.c_container .c_content .c_content_prize .prize:nth-child(2) .c_image_prize img {
	width: 140px;
}
@media only screen and (max-width: 768px) {
	.c_container .c_content .c_content_prize .prize:nth-child(2) .c_image_prize img {
		width: 140px;
		margin-left: 3rem;
	}
}
@media only screen and (max-width: 420px) {
	.c_container .c_content .c_content_prize .prize:nth-child(2) .c_image_prize img {
		width: 100px;
		margin-left: 0;
	}
}
.c_container .c_content .c_content_prize .prize .c_prize_description {
	margin: 0;
}
.c_container .c_content .c_content_prize .prize .c_prize_description p {
	text-align: center;
	font-size: 2.3rem;
	line-height: 2.3rem;
	color: #05205a;
	font-weight: 700;
}
@media only screen and (max-width: 420px) {
	.c_container .c_content .c_content_prize .prize .c_prize_description p {
		font-size: 1.7rem;
		line-height: 1.7rem;
	}
}
.c_ciuc_radler_image {
	padding-top: 3.9rem;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
	.c_ciuc_radler_image {
		max-width: 570px;
	}
}
.c_ciuc_radler_image .c_ciuc_image {
	width: 690px;
	height: 490px;
	margin-left: 2.9rem;
}
@media only screen and (max-width: 768px) {
	.c_ciuc_radler_image .c_ciuc_image {
		width: 490px;
		height: 295px;
		margin-left: 2.9rem;
	}
}
@media only screen and (max-width: 420px) {
	.c_ciuc_radler_image .c_ciuc_image {
		width: 300px;
		height: 200px;
	}
}
.c_logo_sponsors {
	max-width: 235px;
	margin: 0 auto;
	padding-bottom: 3.9rem;
}
@media only screen and (max-width: 768px) {
	.c_logo_sponsors {
		max-width: 205px;
	}
	.c_logo_sponsors img {
		width: 75px;
	}
}
.c_logo_sponsors img:not(:nth-child(2)) {
	margin-right: 2rem;
}
.c_logo_sponsors .mega_image_logo {
	width: 100px;
}
.c_bottom_text {
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 2.9rem;
}
.c_bottom_text .c_info_text {
	font-size: 1rem;
	line-height: 1rem;
	text-align: center;
	color: #05205a;
}
.c_bottom_text .c_info_text a {
	color: #05205a;
	text-decoration: underline;
}
body.page-template-template-poftadepremii {
	overflow-y: scroll !important;
	background: #f0393e;
}
body.page-template-template-poftadepremii .main-header {
	background-color: #f0393e !important;
	padding-bottom: 0;
	overflow-y: hidden !important;
}
body.page-template-template-poftadepremii .main-header:before {
	background: none !important;
}
body.page-template-template-poftadepremii .main-header .header-statament {
	display: none;
}
body.page-template-template-poftadepremii:before {
	display: none !important;
}
body.page-template-template-poftadepremii .logo {
	background-image: url(../images/poftadepremii/logo-isca.png);
	background-size: 100% auto !important;
	width: 12rem;
	height: 16.5rem;
}
@media only screen and (max-width: 420px) {
	body.page-template-template-poftadepremii .logo {
		width: 7.9rem;
		height: 9.8rem;
	}
}
body.page-template-template-poftadepremii .main-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 13.2rem;
	border-top: 0;
}
@media only screen and (max-width: 768px) {
	body.page-template-template-poftadepremii .main-footer .footer-menu li {
		margin-right: 1.7rem;
	}
}
@media only screen and (max-width: 420px) {
	body.page-template-template-poftadepremii .main-footer {
		display: block;
	}
	body.page-template-template-poftadepremii .main-footer .footer-menu li {
		display: block;
		margin-right: 0;
	}
}
body.page-template-template-poftadepremii .main-footer .pp_footer {
	max-width: 78rem;
	padding-top: 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
body.page-template-template-poftadepremii .main-footer .pp_footer ul li a {
	color: #fff;
}
body.page-template-template-poftadepremii .main-footer .pp_footer .footer_text {
	font-size: 1.4rem;
	color: #fff;
	line-height: 2rem;
}
@media only screen and (max-width: 768px) {
	body.page-template-template-poftadepremii .main-footer .pp_footer .footer_text {
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 420px) {
	body.page-template-template-poftadepremii .main-footer .pp_footer .footer_text {
		text-align: center;
	}
	body.page-template-template-poftadepremii .main-footer .pp_footer .footer_text br {
		display: none;
	}
}
body.page-template-template-poftadepremii .main-footer .pp_footer .footer_text a {
	color: #fff;
	text-decoration: underline;
}
body.page-template-template-poftadepremii .main-footer .footer-social-box {
	float: right;
	padding-top: 4rem;
}
@media only screen and (max-width: 420px) {
	body.page-template-template-poftadepremii .main-footer .footer-social-box {
		padding-top: 0;
	}
}
.pp_main_container {
}
.pp_main_container .header_container {
	position: fixed;
	top: 0;
	left: 50%;
	right: 50%;
	z-index: 2;
	width: 400px;
	text-align: center;
	margin-top: 20px;
	transform: translate(-50%);
}
@media only screen and (max-width: 420px) {
	.pp_main_container .header_container {
		position: static;
		max-width: 300px;
		margin: 0 auto;
		padding-top: 10rem;
		transform: none;
	}
}
.pp_main_container .header_container .pp_header_text {
	font-size: 3.5rem;
	color: #fff;
}
@media only screen and (max-width: 420px) {
	.pp_main_container .header_container .pp_header_text {
		font-size: 2.5rem;
	}
}
.pp_main_container .pp_content .pp_red_container {
	background: #f0393e;
	padding-top: 13rem;
	position: relative;
	max-width: 120rem;
	margin: 0 auto;
}
@media only screen and (max-width: 420px) {
	.pp_main_container .pp_content .pp_red_container {
		padding-top: 0;
	}
}
.pp_main_container .pp_content .pp_red_container .pp_subheading {
	font-size: 2rem;
	color: #fff;
	text-align: center;
	padding-top: 7rem;
}
@media only screen and (max-width: 768px) {
	.pp_main_container .pp_content .pp_red_container .pp_subheading {
		font-size: 2.6rem;
		padding-right: 2rem;
		padding-left: 2rem;
	}
	.pp_main_container .pp_content .pp_red_container .pp_subheading br {
		display: none;
	}
}
@media only screen and (max-width: 420px) {
	.pp_main_container .pp_content .pp_red_container .pp_subheading {
		font-size: 1.6rem;
	}
}
.pp_main_container .pp_content .pp_red_container:after {
	content: "";
	position: absolute;
	top: 82%;
	right: 50%;
	left: 50%;
	transform: translate(-50%);
	background: url(../images/poftadepremii/sticle.png) no-repeat;
	width: 500px;
	height: 730px;
}
@media only screen and (max-width: 768px) {
	.pp_main_container .pp_content .pp_red_container:after {
		top: 87%;
	}
}
@media only screen and (max-width: 420px) {
	.pp_main_container .pp_content .pp_red_container:after {
		top: 76%;
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-o-transform: scale(0.5);
		left: -11%;
		right: 0;
	}
}
@media only screen and (max-width: 375px) {
	.pp_main_container .pp_content .pp_red_container:after {
		left: -16%;
	}
}
.pp_main_container .pp_content .pp_button_box {
	text-align: center;
	max-width: 200px;
	margin: 0 auto;
	padding-top: 5rem;
	padding-bottom: 5rem;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
	.pp_main_container .pp_content .pp_button_box {
		max-width: 100%;
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
}
@media only screen and (max-width: 420px) {
	.pp_main_container .pp_content .pp_button_box {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
.pp_main_container .pp_content .pp_button_box .pp_button {
	padding: 1.2rem 2rem;
	background: #1e3362;
	color: #fff;
	font-size: 2.4rem;

	font-weight: 700;
}
@media only screen and (max-width: 768px) {
	.pp_main_container .pp_content .pp_button_box .pp_button {
		padding: 1.7rem 24rem;
		font-size: 3rem;
	}
}
@media only screen and (max-width: 420px) {
	.pp_main_container .pp_content .pp_button_box .pp_button {
		padding: 1rem 10rem;
		font-size: 2.2rem;
	}
}
.pp_main_container .pp_content .pp_popup_success_ms {
	display: none;
	width: 100%;
	background: #f0393e;
	margin: 0 auto;
	padding-top: 7rem;
	height: auto;
}
.pp_main_container .pp_content .pp_popup_success_ms #pp_popup_success_text {
	color: #fff;
	font-size: 3rem;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.pp_main_container .pp_content .pp_popup_success_ms #pp_popup_success_text {
		font-size: 2.3rem;
	}
}
@media only screen and (max-width: 500px) {
	.pp_main_container .pp_content .pp_popup_success_ms #pp_popup_success_text {
		font-size: 2rem;
	}
}
.pp_main_container .pp_content .pp_prize_content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 25rem;
	padding-top: 5rem;
	max-width: 1100px;
	margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
	.pp_main_container .pp_content .pp_prize_content {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 420px) {
	.pp_main_container .pp_content .pp_prize_content {
		padding-bottom: 7rem;
	}
}
.pp_main_container .pp_content .pp_prize_content .pp_prize {
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 768px) {
	.pp_main_container .pp_content .pp_prize_content .pp_prize {
		padding-bottom: 5rem;
	}
}
.pp_main_container .pp_content .pp_prize_content .pp_prize .pp_left_side {
	padding-top: 2.2rem;
	padding-right: 2rem;
}
.pp_main_container .pp_content .pp_prize_content .pp_prize .pp_left_side img:not(.huawei-img) {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 0.9rem;
}
.pp_main_container .pp_content .pp_prize_content .pp_prize .pp_left_side .pp_black_text {
	font-size: 1.9rem;
	color: #000;
	font-weight: 700;
	text-align: center;
}
.pp_main_container .pp_content .pp_prize_content .pp_prize .pp_left_side p:not(.pp_black_text) {
	color: #fff;
	font-size: 2.2rem;
	padding-top: 0.6rem;
	text-align: center;
	font-weight: lighter;
	position: relative;
}
.pp_main_container .pp_content .pp_prize_content .pp_prize .pp_left_side p:not(.pp_black_text):after {
	content: "";
	position: absolute;
	border: 1px solid #fff;
	left: 0.1rem;
	top: 3.3rem;
	width: 10.3rem;
}
.pp_main_container .pp_content .pp_prize_content .pp_prize:nth-child(2) .pp_left_side,
.pp_main_container .pp_content .pp_prize_content .pp_prize:nth-child(3) .pp_left_side {
	padding-top: 2.2rem;
	padding-right: 0;
}
.pp_main_container .pp_content .pp_prize_content .pp_prize:nth-child(2) .pp_left_side p:after {
	left: 3.7rem;
	width: 6.7rem;
}
.pp_main_container .pp_content .pp_prize_content .pp_prize:nth-child(3) .pp_left_side .huawei-img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.pp_main_container .pp_content .pp_prize_content .pp_prize:nth-child(3) .pp_left_side p:after {
	width: 22.9rem;
	left: 0.2rem;
}
.pp_main_container .pp_content .pp_prize_content .pp_prize:nth-child(1) .pp_left_side .pp_black_text {
	text-align: center;
}
.pp_main_container .pp_content .pp_prize_content .pp_prize:nth-child(1) .pp_right_side {
	padding-top: 1.3rem;
}
.pp_main_container .empty_container {
	background: url(../images/poftadepremii/homepage.png) center center/cover no-repeat;
	height: 70rem;
}
@media only screen and (max-width: 420px) {
	.pp_main_container .empty_container {
		height: 35rem;
	}
}
.pp_form {
	display: none;
	max-width: 75rem;
	margin: 0 auto;
	padding: 7rem 7.8rem 1rem;
	position: relative;
}
@media only screen and (max-width: 420px) {
	.pp_form {
		padding: 1rem 1.8rem;
		margin-top: 5rem;
	}
}
.pp_form form {
}
.pp_form form .form_row:not(.pp_input_checkbox) {
	padding-bottom: 2rem;
	position: relative;
}
.pp_form form .form_row:not(.pp_input_checkbox) input {
	height: 50px;
	padding-left: 1.7rem;
	padding-right: 1.7rem;
	width: 100%;
	cursor: pointer;
	font-size: 1.5rem;
}
.pp_form form .form_row:not(.pp_input_checkbox) input::-moz-placeholder {
	color: #000;
}
.pp_form form .form_row:not(.pp_input_checkbox) input:-ms-input-placeholder {
	color: #000;
}
.pp_form form .form_row:not(.pp_input_checkbox) input::placeholder {
	color: #000;
}
@media only screen and (max-width: 420px) {
	.pp_form form .form_row:not(.pp_input_checkbox) input {
		padding-left: 1rem;
		padding-right: 1rem;
		font-size: 1.4rem;
		height: 37px;
	}
}
.pp_form form .form_row:not(.pp_input_checkbox) input.error {
	color: #fff;
}
.pp_form form .form_row:not(.pp_input_checkbox) input.error::-moz-placeholder {
	color: #fff;
}
.pp_form form .form_row:not(.pp_input_checkbox) input.error:-ms-input-placeholder {
	color: #fff;
}
.pp_form form .form_row:not(.pp_input_checkbox) input.error::placeholder {
	color: #fff;
}
.pp_form form .form_row:not(.pp_input_checkbox) .error + .error {
	display: block;
}
.pp_form form .form_row:not(.pp_input_checkbox) label {
	display: none;
	position: absolute;
	left: 3%;
	top: 24%;
	font-size: 1.5rem;
	font-weight: 700;
}
@media only screen and (max-width: 420px) {
	.pp_form form .form_row:not(.pp_input_checkbox) label {
		font-size: 1.3rem;
		top: 20%;
		left: 2%;
	}
}
.pp_form form .form_grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
@media only screen and (max-width: 420px) {
	.pp_form form .form_grid {
		display: block;
	}
}
.pp_form form .form_grid .form_row {
	padding-bottom: 2rem;
	position: relative;
	width: 48%;
}
@media only screen and (max-width: 420px) {
	.pp_form form .form_grid .form_row {
		width: 100%;
	}
}
.pp_form form .form_grid .form_row input {
	height: 50px;
	padding-left: 1.7rem;
	padding-right: 1.7rem;
	cursor: pointer;
	font-size: 1.5rem;
}
.pp_form form .form_grid .form_row input::-moz-placeholder {
	color: #000;
}
.pp_form form .form_grid .form_row input:-ms-input-placeholder {
	color: #000;
}
.pp_form form .form_grid .form_row input::placeholder {
	color: #000;
}
@media only screen and (max-width: 420px) {
	.pp_form form .form_grid .form_row input {
		padding-left: 1rem;
		padding-right: 1rem;
		font-size: 1.4rem;
		height: 37px;
	}
}
.pp_form form .form_grid .form_row label {
	position: absolute;
	left: 6%;
	top: 24%;
	font-size: 1.5rem;
}
@media only screen and (max-width: 420px) {
	.pp_form form .form_grid .form_row label {
		font-size: 1.3rem;
		top: 20%;
		left: 2%;
	}
}
.pp_form form .pp_input_checkbox {
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 420px) {
	.pp_form form .pp_input_checkbox {
		display: block;
	}
}
.pp_form form .pp_input_checkbox .pp_input_recaptcha {
	width: 50%;
}
@media only screen and (max-width: 420px) {
	.pp_form form .pp_input_checkbox .pp_input_recaptcha {
		width: 100%;
	}
}
.pp_form form .pp_input_checkbox .pp_input_recaptcha .input_row {
	padding-bottom: 1rem;
}
.pp_form form .pp_input_checkbox .pp_input_recaptcha .input_row,
.pp_form form .pp_input_checkbox .pp_input_recaptcha .input_row2 {
	position: relative;
	margin-bottom: 1.3rem;
	margin-top: 1.3rem;
}
.pp_form form .pp_input_checkbox .pp_input_recaptcha label {
	font-size: 1.14rem;
	color: #fff;
	cursor: pointer;
}
.pp_form form .pp_input_checkbox .pp_input_recaptcha label a {
	color: #fff;
	text-decoration: underline;
}
.pp_form form .pp_input_checkbox #checkbox_terms-error {
	position: absolute;
	top: -17px;
	color: #05205a;
	left: -13px;
}
.pp_form form .pp_input_checkbox #checkbox_terms-error:before {
	opacity: 0;
}
@media only screen and (max-width: 420px) {
	.pp_form form .pp_input_checkbox #checkbox_terms-error {
		left: -16px;
	}
}
.pp_form form .pp_input_checkbox .input_row2 #checkbox_age-error {
	position: absolute;
	top: -17px;
	color: #05205a;
	left: -13px;
}
.pp_form form .pp_input_checkbox .input_row2 #checkbox_age-error:before {
	opacity: 0;
}
@media only screen and (max-width: 420px) {
	.pp_form form .pp_input_checkbox .input_row2 #checkbox_age-error {
		left: -16px;
	}
}
.pp_form form .recaptcha {
	transform: scale(0.95);
	margin-right: -10px;
}
.pp_form form .pp_input_checkbox {
	margin-bottom: 2rem;
}
.pp_form form .pp_input_checkbox .pp_input_recaptcha input {
	position: absolute;
	opacity: 0;
	z-index: 2;
	width: 16px;
	height: 16px;
	top: 5px;
}
.pp_form form .pp_input_checkbox .pp_input_recaptcha input:checked + label + label:after,
.pp_form form .pp_input_checkbox .pp_input_recaptcha input:checked + label:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 4px;
	width: 3px;
	height: 8px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.pp_form form .pp_input_checkbox .pp_input_recaptcha label:before {
	content: "";
	background-color: #fff;
	border: 2px solid #fff;
	padding: 4px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
}
.pp_form form .submit_button {
	width: 100%;
	padding: 1.4rem;
	font-size: 1.7rem;
	background: #1e3362;
	cursor: pointer;
	color: #fff;
}
.pp_form form .error {
	font-style: italic;
	color: #05205a;
}
.pp_close_button {
	position: absolute;
	right: 21px;
	height: 30px;
	width: 30px;
	top: 70px;
	cursor: pointer;
}
@media only screen and (max-width: 420px) {
	.pp_close_button {
		right: 9px;
		top: -23px;
	}
}
.pp_close_button:before {
	content: "";
	position: absolute;
	right: 8px;
	top: 8px;
	background: #05205a;
	width: 23px;
	border: 1px solid #05205a;
	transform: rotate(-45deg);
}
@media only screen and (max-width: 420px) {
	.pp_close_button:before {
		width: 18px;
	}
}
.pp_close_button:after {
	content: "";
	position: absolute;
	top: 8px;
	right: 8px;
	width: 23px;
	border: 1px solid #05205a;
	transform: rotate(45deg);
	background: #05205a;
}
@media only screen and (max-width: 420px) {
	.pp_close_button:after {
		width: 18px;
	}
}
.bottle .pp_content .pp_red_container:after {
	top: 85%;
}
@media only screen and (max-width: 768px) {
	.bottle .pp_content .pp_red_container:after {
		top: 90%;
	}
}
@media only screen and (max-width: 420px) {
	.bottle .pp_content .pp_red_container:after {
		top: 79%;
	}
}
body.page-template-template-poftadepremii-castigatori {
	overflow-y: scroll !important;
	background: #f0393e;
}
body.page-template-template-poftadepremii-castigatori .main-header {
	background-color: #f0393e !important;
	padding-bottom: 0;
	overflow-y: hidden !important;
}
body.page-template-template-poftadepremii-castigatori .main-header:before {
	background: none !important;
}
body.page-template-template-poftadepremii-castigatori .main-header .header-statament {
	display: none;
}
body.page-template-template-poftadepremii-castigatori:before {
	display: none !important;
}
body.page-template-template-poftadepremii-castigatori .logo {
	background-image: url(../images/poftadepremii/logo-isca.png);
	background-size: 100% auto !important;
	width: 12rem;
	height: 16.5rem;
}
@media only screen and (max-width: 420px) {
	body.page-template-template-poftadepremii-castigatori .logo {
		width: 7.9rem;
		height: 9.8rem;
	}
}
body.page-template-template-poftadepremii-castigatori .main-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 13.2rem;
	border-top: 0;
}
@media only screen and (max-width: 768px) {
	body.page-template-template-poftadepremii-castigatori .main-footer .footer-menu li {
		margin-right: 1.7rem;
	}
}
@media only screen and (max-width: 420px) {
	body.page-template-template-poftadepremii-castigatori .main-footer {
		display: block;
	}
	body.page-template-template-poftadepremii-castigatori .main-footer .footer-menu li {
		display: block;
		margin-right: 0;
	}
}
body.page-template-template-poftadepremii-castigatori .main-footer .pp_footer {
	max-width: 78rem;
	padding-top: 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
body.page-template-template-poftadepremii-castigatori .main-footer .pp_footer ul li a {
	color: #fff;
}
body.page-template-template-poftadepremii-castigatori .main-footer .pp_footer .footer_text {
	font-size: 1.4rem;
	color: #fff;
	line-height: 2rem;
}
@media only screen and (max-width: 768px) {
	body.page-template-template-poftadepremii-castigatori .main-footer .pp_footer .footer_text {
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 420px) {
	body.page-template-template-poftadepremii-castigatori .main-footer .pp_footer .footer_text {
		text-align: center;
	}
	body.page-template-template-poftadepremii-castigatori .main-footer .pp_footer .footer_text br {
		display: none;
	}
}
body.page-template-template-poftadepremii-castigatori .main-footer .pp_footer .footer_text a {
	color: #fff;
	text-decoration: underline;
}
body.page-template-template-poftadepremii-castigatori .main-footer .footer-social-box {
	float: right;
	padding-top: 4rem;
}
@media only screen and (max-width: 420px) {
	body.page-template-template-poftadepremii-castigatori .main-footer .footer-social-box {
		padding-top: 0;
	}
}
.ppc_main_container {
}
.ppc_main_container .header_container {
	position: fixed;
	top: 2%;
	left: 50%;
	right: 50%;
	z-index: 2;
	width: 600px;
	text-align: center;
	margin-top: 20px;
	transform: translate(-50%);
}
@media only screen and (max-width: 768px) {
	.ppc_main_container .header_container {
		width: 420px;
	}
}
@media only screen and (max-width: 420px) {
	.ppc_main_container .header_container {
		position: static;
		max-width: 300px;
		margin: 0 auto;
		padding-top: 10rem;
		transform: none;
		padding-bottom: 4rem;
	}
}
.ppc_main_container .header_container .ppc_header_text {
	font-size: 3rem;
	color: #fff;
}
@media only screen and (max-width: 768px) {
	.ppc_main_container .header_container .ppc_header_text {
		font-size: 2.3rem;
	}
}
@media only screen and (max-width: 420px) {
	.ppc_main_container .header_container .ppc_header_text {
		font-size: 1.6rem;
	}
}
.ppc_main_container .ppc_content .ppc_red_container {
	background: #f0393e;
	padding-top: 25rem;
	position: relative;
	max-width: 120rem;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.ppc_main_container .ppc_content .ppc_red_container {
		padding-top: 24rem;
	}
}
@media only screen and (max-width: 420px) {
	.ppc_main_container .ppc_content .ppc_red_container {
		padding-top: 0;
	}
}
.ppc_main_container .ppc_content .ppc_red_container:after {
	content: "";
	position: absolute;
	top: 82%;
	right: 50%;
	left: 50%;
	transform: translate(-50%);
	background: url(../images/poftadepremii/sticle.png) no-repeat;
	width: 500px;
	height: 730px;
}
@media only screen and (max-width: 768px) {
	.ppc_main_container .ppc_content .ppc_red_container:after {
		top: 87%;
	}
}
@media only screen and (max-width: 420px) {
	.ppc_main_container .ppc_content .ppc_red_container:after {
		top: 68%;
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-o-transform: scale(0.5);
		left: -11%;
		right: 0;
	}
}
@media only screen and (max-width: 375px) {
	.ppc_main_container .ppc_content .ppc_red_container:after {
		left: -16%;
	}
}
.ppc_main_container .ppc_content .ppc_red_container .ppc_search_box {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%);
	display: none;
}
@media only screen and (max-width: 768px) {
	.ppc_main_container .ppc_content .ppc_red_container .ppc_search_box {
		top: 20%;
		width: 50%;
	}
}
@media only screen and (max-width: 420px) {
	.ppc_main_container .ppc_content .ppc_red_container .ppc_search_box {
		top: -10%;
		width: 90%;
	}
}
.ppc_main_container .ppc_content .ppc_red_container .ppc_search_box .searchName {
	padding: 1rem;
	width: 240px;
	position: relative;
	font-size: 1.9rem;
}
@media only screen and (max-width: 768px) {
	.ppc_main_container .ppc_content .ppc_red_container .ppc_search_box .searchName {
		width: 100%;
	}
}
.ppc_main_container .ppc_content .ppc_red_container .ppc_search_box .searchName::-moz-placeholder {
	color: #05205a;
	font-size: 1.9rem;
}
.ppc_main_container .ppc_content .ppc_red_container .ppc_search_box .searchName:-ms-input-placeholder {
	color: #05205a;
	font-size: 1.9rem;
}
.ppc_main_container .ppc_content .ppc_red_container .ppc_search_box .searchName::placeholder {
	color: #05205a;
	font-size: 1.9rem;
}
.ppc_main_container .ppc_content .ppc_red_container .ppc_search_box .searchButton {
	position: absolute;
	top: 0;
	right: 0;
	background: #05205a;
	padding: 0.99rem;
}
.ppc_main_container .ppc_content .ppc_prize_content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 20rem;
	max-width: 1100px;
	margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
	.ppc_main_container .ppc_content .ppc_prize_content {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 768px) {
	.ppc_main_container .ppc_content .ppc_prize_content {
		padding-bottom: 18rem;
		padding-top: 0;
	}
}
@media only screen and (max-width: 420px) {
	.ppc_main_container .ppc_content .ppc_prize_content {
		padding-bottom: 7rem;
		padding-top: 0;
	}
}
.ppc_main_container .ppc_content .ppc_prize_content .ppc_winners .ppc_prize {
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 768px) {
	.ppc_main_container .ppc_content .ppc_prize_content .ppc_winners .ppc_prize {
		padding-bottom: 5rem;
	}
}
.ppc_main_container .ppc_content .ppc_prize_content .ppc_winners .ppc_prize .ppc_left_side {
	padding-top: 2.2rem;
	padding-right: 2rem;
}
.ppc_main_container .ppc_content .ppc_prize_content .ppc_winners .ppc_prize .ppc_left_side img:not(.huawei-img) {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 0.9rem;
}
.ppc_main_container .ppc_content .ppc_prize_content .ppc_winners .ppc_prize .ppc_left_side .pp_black_text {
	font-size: 1.9rem;
	color: #000;
	font-weight: 700;
	text-align: center;
}
.ppc_main_container .ppc_content .ppc_prize_content .ppc_winners .ppc_prize .ppc_left_side p:not(.pp_black_text) {
	color: #fff;
	font-size: 2.2rem;
	padding-top: 0.6rem;
	text-align: center;
	font-weight: lighter;
	position: relative;
}
.ppc_main_container .ppc_content .ppc_prize_content .ppc_winners .ppc_prize .ppc_left_side p:not(.pp_black_text):after {
	content: "";
	position: absolute;
	border: 1px solid #fff;
	left: 0.1rem;
	top: 3.3rem;
	width: 10.3rem;
}
.ppc_main_container .ppc_content .ppc_prize_content .ppc_winners:nth-child(2) .ppc_prize .ppc_left_side,
.ppc_main_container .ppc_content .ppc_prize_content .ppc_winners:nth-child(3) .ppc_prize .ppc_left_side {
	padding-top: 2.2rem;
	padding-right: 0;
}
.ppc_main_container .ppc_content .ppc_prize_content .ppc_winners:nth-child(2) .ppc_prize .ppc_left_side p:after {
	left: 3.7rem;
	width: 6.7rem;
}
.ppc_main_container .ppc_content .ppc_prize_content .ppc_winners:nth-child(3) .ppc_prize .ppc_left_side .huawei-img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.ppc_main_container .ppc_content .ppc_prize_content .ppc_winners:nth-child(3) .ppc_prize .ppc_left_side p:after {
	width: 22.9rem;
	left: 0.2rem;
}
.ppc_main_container
	.ppc_content
	.ppc_prize_content
	.ppc_winners:nth-child(1)
	.ppc_prize
	.ppc_left_side
	.ppc_black_text {
	text-align: center;
}
.ppc_main_container .ppc_content .ppc_prize_content .ppc_winners:nth-child(1) .ppc_prize .ppc_right_side {
	padding-top: 1.3rem;
}
.ppc_main_container .ppc_empty_container {
	background: url(../images/poftadepremii/homepage.png) center center/cover no-repeat;
	height: 70rem;
}
@media only screen and (max-width: 420px) {
	.ppc_main_container .ppc_empty_container {
		height: 35rem;
	}
}
body.page-template-template-ciucipa {
	overflow-y: scroll !important;
	background: #e62332;
}
@media only screen and (max-width: 768px) {
	body.page-template-template-ciucipa {
		background: #e62332;
	}
	body.page-template-template-ciucipa .main-header {
		height: auto;
	}
}
body.page-template-template-ciucipa .main-header {
	background: #e62332 !important;
	padding-bottom: 0;
	overflow-y: hidden !important;
}
body.page-template-template-ciucipa .main-header:before {
	background: none !important;
}
body.page-template-template-ciucipa .main-header .header-statament {
	display: none;
}
body.page-template-template-ciucipa:before {
	background: none !important;
}
body.page-template-template-ciucipa .logo {
	background-image: url(../images/ciucipa/logo-ciuc-ipa.png);
	background-size: 100% auto !important;
	width: 11rem;
	height: 16.5rem;
}
@media only screen and (max-width: 1150px) {
	body.page-template-template-ciucipa .logo {
		margin-left: 0;
	}
}
@media only screen and (max-width: 768px) {
	body.page-template-template-ciucipa .logo {
		width: 8rem;
		height: 12rem;
	}
}
@media only screen and (max-width: 500px) {
	body.page-template-template-ciucipa .logo {
		width: 7.9rem;
		height: 11.8rem;
	}
}
body.page-template-template-ciucipa .ciuc-ipa-page .ciuc-content .ciuc-header-container {
	width: 610px;
	margin: 0 auto;
	padding-top: 20rem;

	padding-bottom: 10rem;
}
@media only screen and (max-width: 500px) {
	body.page-template-template-ciucipa .ciuc-ipa-page .ciuc-content .ciuc-header-container {
		width: 350px;
		padding-top: 14rem;
		padding-bottom: 5rem;
	}
}
body.page-template-template-ciucipa .ciuc-ipa-page .ciuc-content .ciuc-header-container .ciuc-header-text {
	font-size: 4rem;
	color: #fff;
	text-align: center;
}
@media only screen and (max-width: 500px) {
	body.page-template-template-ciucipa .ciuc-ipa-page .ciuc-content .ciuc-header-container .ciuc-header-text {
		font-size: 2rem;
	}
}
.ciucipa_container {
	max-width: 1000px;
	margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
	.ciucipa_container {
		max-width: 650px;
	}
}
@media only screen and (max-width: 500px) {
	.ciucipa_container {
		max-width: 350px;
	}
}
.ciuc-ipa-page .ciuc-content .ciuc-content-step .ciucipa_bg {
	width: 100%;
	position: relative;
}
.ciuc-ipa-page .ciuc-content .ciuc-content-step .ciucipa_bg .ciucipa_container {
	max-width: 1000px;
	margin: 0 auto 20px;
	position: relative;
}
@media only screen and (max-width: 1680px) {
	.ciuc-ipa-page .ciuc-content .ciuc-content-step .ciucipa_bg .ciucipa_container {
		max-width: 900px;
	}
}
@media only screen and (max-width: 1440px) {
	.ciuc-ipa-page .ciuc-content .ciuc-content-step .ciucipa_bg .ciucipa_container {
		max-width: 780px;
	}
}
@media only screen and (max-width: 1366px) {
	.ciuc-ipa-page .ciuc-content .ciuc-content-step .ciucipa_bg .ciucipa_container {
		max-width: 720px;
	}
}
@media only screen and (max-width: 768px) {
	.ciuc-ipa-page .ciuc-content .ciuc-content-step .ciucipa_bg .ciucipa_container {
		max-width: 650px;
	}
}
@media only screen and (max-width: 500px) {
	.ciuc-ipa-page .ciuc-content .ciuc-content-step .ciucipa_bg .ciucipa_container {
		max-width: 350px;
	}
}
.ciuc-ipa-page .ciuc-content .ciuc-content-step .ciucipa_bg .ciucipa_container .youtube_player {
	padding-bottom: 53.8%;
	padding-top: 25px;
	height: 0;
}
.ciuc-ipa-page .ciuc-content .ciuc-content-step .ciucipa_bg .ciucipa_container .youtube_player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ciuc-ipa-page .ciuc-content .ciuc-content-step .ciucipa_bg:after {
	content: "";
	background: url(../images/ciucipa/bg-lines.png) 0 0 / contain no-repeat;
	position: absolute;
	top: 6%;
	right: 0;
	width: 100%;
	height: 100%;
	max-width: 380px;
	z-index: -1;
}
@media only screen and (max-width: 1680px) {
	.ciuc-ipa-page .ciuc-content .ciuc-content-step .ciucipa_bg:after {
		max-width: 330px;
	}
}
@media only screen and (max-width: 1440px) {
	.ciuc-ipa-page .ciuc-content .ciuc-content-step .ciucipa_bg:after {
		max-width: 270px;
		top: 11%;
	}
}
@media only screen and (max-width: 1366px) {
	.ciuc-ipa-page .ciuc-content .ciuc-content-step .ciucipa_bg:after {
		max-width: 270px;
		top: 6%;
	}
}
@media only screen and (max-width: 1024px) {
	.ciuc-ipa-page .ciuc-content .ciuc-content-step .ciucipa_bg:after {
		display: none;
	}
}
.ciuc-ipa-page .ciuc-content .ciuc-content-step .ciucipa_bg:before {
	content: "";
	background: url(../images/ciucipa/bg-lines.png) 0 0 / contain no-repeat;
	position: absolute;
	top: 6%;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 380px;
}
@media only screen and (max-width: 1680px) {
	.ciuc-ipa-page .ciuc-content .ciuc-content-step .ciucipa_bg:before {
		max-width: 330px;
	}
}
@media only screen and (max-width: 1440px) {
	.ciuc-ipa-page .ciuc-content .ciuc-content-step .ciucipa_bg:before {
		max-width: 270px;
		top: 11%;
	}
}
@media only screen and (max-width: 1366px) {
	.ciuc-ipa-page .ciuc-content .ciuc-content-step .ciucipa_bg:before {
		max-width: 270px;
		top: 6%;
	}
}
@media only screen and (max-width: 1024px) {
	.ciuc-ipa-page .ciuc-content .ciuc-content-step .ciucipa_bg:before {
		display: none;
	}
}
.ciuc-ipa-page .ciuc-content .page_content_ipa {
	max-width: 85rem;
	margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
	.ciuc-ipa-page .ciuc-content .page_content_ipa {
		max-width: 68rem;
	}
}
@media only screen and (max-width: 768px) {
	.ciuc-ipa-page .ciuc-content .page_content_ipa {
		max-width: 66rem;
	}
}
@media only screen and (max-width: 500px) {
	.ciuc-ipa-page .ciuc-content .page_content_ipa {
		max-width: 32rem;
	}
}
.ciuc-ipa-page .ciuc-content .page_content_ipa p {
	text-align: center;
	font-size: 3.5rem;

	padding-top: 2rem;
	padding-bottom: 3rem;
	font-weight: 300;
	color: #fff;
}
@media only screen and (max-width: 500px) {
	.ciuc-ipa-page .ciuc-content .page_content_ipa p {
		font-size: 1.7rem;
		padding-top: 1rem;
		padding-bottom: 2rem;
	}
}
.ciuc-ipa-page .ciuc-content .ciucipa_decription {
	max-width: 1024px;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
	.ciuc-ipa-page .ciuc-content .ciucipa_decription {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 500px) {
	.ciuc-ipa-page .ciuc-content .ciucipa_decription {
		max-width: 350px;
		padding-bottom: 4rem;
	}
}
.ciuc-ipa-page .ciuc-content .ciucipa_decription .left_description,
.ciuc-ipa-page .ciuc-content .ciucipa_decription .right_description {
	max-width: 360px;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.ciuc-ipa-page .ciuc-content .ciucipa_decription .left_description,
	.ciuc-ipa-page .ciuc-content .ciucipa_decription .right_description {
		max-width: 100%;
		width: 100%;
		padding-left: 10rem;
		padding-right: 10rem;
	}
}
@media only screen and (max-width: 500px) {
	.ciuc-ipa-page .ciuc-content .ciucipa_decription .left_description,
	.ciuc-ipa-page .ciuc-content .ciucipa_decription .right_description {
		padding-left: 0;
		padding-right: 0;
	}
}
.ciuc-ipa-page .ciuc-content .ciucipa_decription h3 {
	color: #fff;
	font-size: 3rem;
}
@media only screen and (max-width: 500px) {
	.ciuc-ipa-page .ciuc-content .ciucipa_decription h3 {
		font-size: 2.3rem;
	}
}
.ciuc-ipa-page .ciuc-content .ciucipa_decription p {
	color: #fff;
	font-weight: 300;
	font-size: 2.8rem;
}
@media only screen and (max-width: 500px) {
	.ciuc-ipa-page .ciuc-content .ciucipa_decription p {
		font-size: 2rem;
	}
}
.ciuc-ipa-page .ciuc-content .ciucipa_decription .left_description {
	position: relative;
}
@media only screen and (max-width: 768px) {
	.ciuc-ipa-page .ciuc-content .ciucipa_decription .left_description {
		padding-bottom: 5rem;
	}
}
.ciuc-ipa-page .ciuc-content .ciucipa_decription .left_description:after {
	content: "";
	position: absolute;
	right: -20%;
	top: 17%;
	border: 1px solid #fff;
	height: 17rem;
	width: 1px;
	background: #fff;
	opacity: 0.7;
}
@media only screen and (max-width: 768px) {
	.ciuc-ipa-page .ciuc-content .ciucipa_decription .left_description:after {
		right: 39%;
		top: 90%;
		height: 1px;
		width: 16.5rem;
	}
}
@media only screen and (max-width: 500px) {
	.ciuc-ipa-page .ciuc-content .ciucipa_decription .left_description:after {
		right: 27%;
	}
}
.ciuc-ipa-page .ciuc-content .ciucipa_table_row {
	background: url(../images/ciucipa/tabel-ale.png) no-repeat;
	max-width: 600px;
	margin: 0 auto;
	height: 30rem;
	width: 100%;
}
@media only screen and (max-width: 500px) {
	.ciuc-ipa-page .ciuc-content .ciucipa_table_row {
		background-size: contain;
		max-width: 350px;
		height: 20rem;
	}
}
.ciuc-ipa-page .ciuc-content .ciuc-header-container-bottom {
	width: 610px;
	margin: 0 auto;
	padding-top: 10rem;

	padding-bottom: 10rem;
}
@media only screen and (max-width: 1366px) {
	.ciuc-ipa-page .ciuc-content .ciuc-header-container-bottom {
		padding-bottom: 8rem;
	}
}
@media only screen and (max-width: 500px) {
	.ciuc-ipa-page .ciuc-content .ciuc-header-container-bottom {
		width: 350px;
		padding-top: 0;
		padding-bottom: 2rem;
	}
}
.ciuc-ipa-page .ciuc-content .ciuc-header-container-bottom .ciuc-header-text {
	font-size: 4rem;
	color: #fff;
	text-align: center;
}
@media only screen and (max-width: 500px) {
	.ciuc-ipa-page .ciuc-content .ciuc-header-container-bottom .ciuc-header-text {
		font-size: 2rem;
	}
}
.ciuc-ipa-page .ciuc-content .empty_container {
	background: url(../images/ciucipa/ciuc-ipa-desktop.png) center center/cover no-repeat;
	height: 105rem;
	position: relative;
}
@media only screen and (max-width: 1680px) {
	.ciuc-ipa-page .ciuc-content .empty_container {
		height: 87rem;
	}
}
@media only screen and (max-width: 1440px) {
	.ciuc-ipa-page .ciuc-content .empty_container {
		height: 74rem;
	}
}
@media only screen and (max-width: 1366px) {
	.ciuc-ipa-page .ciuc-content .empty_container {
		height: 70rem;
	}
}
@media only screen and (max-width: 1024px) {
	.ciuc-ipa-page .ciuc-content .empty_container {
		height: 54rem;
	}
}
@media only screen and (max-width: 420px) {
	.ciuc-ipa-page .ciuc-content .empty_container {
		height: 35rem;
	}
}
.ciuc-ipa-page .ciuc-content .empty_container .legals {
	position: absolute;
	top: 95%;
	right: 20%;
}
@media only screen and (max-width: 1680px) {
	.ciuc-ipa-page .ciuc-content .empty_container .legals {
		top: 91%;
	}
}
@media only screen and (max-width: 1440px) {
	.ciuc-ipa-page .ciuc-content .empty_container .legals {
		top: 91%;
	}
}
@media only screen and (max-width: 1366px) {
	.ciuc-ipa-page .ciuc-content .empty_container .legals {
		top: 91%;
	}
}
@media only screen and (max-width: 1024px) {
	.ciuc-ipa-page .ciuc-content .empty_container .legals {
		top: 90%;
	}
}
@media only screen and (max-width: 500px) {
	.ciuc-ipa-page .ciuc-content .empty_container .legals {
		top: 87%;
		right: 10%;
	}
	.ciuc-ipa-page .ciuc-content .empty_container .legals img {
		width: 100px;
	}
}
.ciuc-ipa-page .ciuc-content .stamp_ciucipa {
	background: url(../images/ciucipa/stamp.png) no-repeat;
	width: 100%;
	max-width: 39rem;
	margin: 0 auto;
	height: 37rem;
}
.ciuc-ipa-page .ciuc-content .follow_container {
	margin-bottom: 10rem;
	position: relative;
}
@media only screen and (max-width: 768px) {
	.ciuc-ipa-page .ciuc-content .follow_container {
		max-width: 100%;
		margin: 0 50px;
	}
}
.ciuc-ipa-page .ciuc-content .follow_container h2 {
	color: #fff;

	font-weight: 300;
	font-size: 2.9rem;
	line-height: 3rem;
	margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
	.ciuc-ipa-page .ciuc-content .follow_container h2 {
		font-size: 4rem;
		line-height: 5rem;
		margin-bottom: 4rem;
		text-align: center;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}
@media only screen and (max-width: 500px) {
	.ciuc-ipa-page .ciuc-content .follow_container h2 {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	}
}
@media only screen and (max-width: 375px) {
	.ciuc-ipa-page .ciuc-content .follow_container h2 {
		font-size: 1.6rem;
	}
}
.ciuc-ipa-page .ciuc-content .follow_container h2 .follow_link,
.ciuc-ipa-page .ciuc-content .follow_container h2 .follow_link:hover {
	color: #fff;
}
@media only screen and (max-width: 768px) {
	.ciuc-ipa-page .ciuc-content .follow_container h2 .follow_link {
		display: block;
		margin-left: 0.5rem;
	}
}
.ciuc-ipa-page .ciuc-content .follow_container h2.follow_mobile {
	display: none;
}
@media only screen and (max-width: 768px) {
	.ciuc-ipa-page .ciuc-content .follow_container h2.follow_mobile {
		display: none;
		margin-top: 30px;
	}
	.ciuc-ipa-page .ciuc-content .follow_container h2.follow_mobile .follow_link {
		display: inline-block;
		float: none;
	}
}
.ciuc-ipa-page .ciuc-content .follow_container .instagram-slider {
	clear: both;
	margin-bottom: 3rem;
}
.ciuc-ipa-page .ciuc-content .follow_container .instagram-slider .instagram-slide div {
	width: 100%;
	padding: 50%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.ciuc-ipa-page .ciuc-content .follow_container .instagram-slider .slick-list {
	margin: 0 -35px;
}
@media only screen and (max-width: 768px) {
	.ciuc-ipa-page .ciuc-content .follow_container .instagram-slider .slick-list {
		margin: 0 -10px;
	}
}
.ciuc-ipa-page .ciuc-content .follow_container .instagram-slider .slick-slide {
	margin: 0 35px;
}
@media only screen and (max-width: 1024px) {
	.ciuc-ipa-page .ciuc-content .follow_container .instagram-slider .slick-slide {
		margin: 0 29px;
	}
}
@media only screen and (max-width: 768px) {
	.ciuc-ipa-page .ciuc-content .follow_container .instagram-slider .slick-slide {
		margin: 0 10px;
	}
}
.ciuc-ipa-page .ciuc-content .follow_container .instagram-slider img {
	width: 100%;
	display: block;
}
.ciuc-ipa-page .ciuc-content .follow_container .instagram-slider .slick-arrow,
.ciuc-ipa-page .ciuc-content .follow_container .instagram-slider .slick-slide {
	outline: 0;
}
.ciuc-ipa-page .ciuc-content .follow_container .instagram-slider .slick-arrow {
	width: 17px;
	height: 36px;
	font-size: 0;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	background: url(../images/ciucipa/left-arrow.png) center/100% auto no-repeat;
	left: -6rem;
	z-index: 2;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
	.ciuc-ipa-page .ciuc-content .follow_container .instagram-slider .slick-arrow {
		width: 22px;
		height: 36px;
		margin-top: -18px;
		left: -35px;
	}
}
.ciuc-ipa-page .ciuc-content .follow_container .instagram-slider .slick-arrow:hover {
	opacity: 0.8;
}
.ciuc-ipa-page .ciuc-content .follow_container .instagram-slider .slick-arrow.slick-next {
	transform: rotate(-180deg);
	left: auto;
	right: -6rem;
}
@media only screen and (max-width: 768px) {
	.ciuc-ipa-page .ciuc-content .follow_container .instagram-slider .slick-arrow.slick-next {
		left: auto;
		right: -35px;
	}
}
.mobile-landscape {
	display: none;
}
.page-template-template-ciucipa .main-footer {
	height: 7rem;
	position: relative;
	display: block;
	border: 0;
}
.page-template-template-ciucipa .main-footer .footer-menu li a {
	color: #fff;
}
.page-template-template-ciucipa .main-footer .footer-social-box {
	padding-top: 0;
}
.page-template-template-ciucipa .main-footer .footer-social-box a {
	color: #fff;
	padding-top: 1rem;
}
.page-template-template-ciucipa .main-footer:before {
	content: "";
	border: 1px solid #fff;
	height: 1px;
	width: 97%;
	position: absolute;
	top: -10%;
	left: 1%;
	opacity: 0.5;
	background: #fff;
}
@media only screen and (max-width: 1150px) {
	.ciuc-ciucipa .ciucipa_container {
		max-width: 650px;
	}
}
#gdpr-cookie-message {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: table;
	z-index: 100;
}
#gdpr-cookie-message .gdpr-cookie-container {
	display: table-cell;
	vertical-align: middle;
}
#gdpr-cookie-message .gdpr-cookie-content {
	background-color: #fff;
	color: #1f3263;
	padding: 40px 20px;
}
#gdpr-cookie-message .gdpr-cookie-inner {
	width: auto;
	max-width: 1000px;
	margin: auto;
}
#gdpr-cookie-message h1 {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1;
}
#gdpr-cookie-message h5 {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
#gdpr-cookie-message ul {
	margin: 0;
}
#gdpr-cookie-message p {
	font-size: 14px;
	margin: 10px auto;
}
#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: left;
}
#gdpr-cookie-message li {
	width: calc(30%);
	display: inline-block;
	vertical-align: top;
	margin: 10px;
}
#gdpr-cookie-message a {
	color: #1f3263;
	text-decoration: none;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button {
	width: 300px;
	height: 50px;
	line-height: 50px;
	border: none;
	background: #1f3263;
	color: #b8b8b8;
	font-size: 24px;
	cursor: pointer;
	transition: 0.3s all;
	margin: 10px;
}
#gdpr-cookie-message button:hover {
	background: #0f1732;
}
button#gdpr-cookie-advanced {
	background: #b8b8b8;
	color: #1f3263;
}
button#gdpr-cookie-advanced:hover {
	background: #999;
	color: #1f3263;
}
#gdpr-cookie-message button:disabled {
	opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
	display: none;
}
#gdpr-cookie-message .cookie-description {
	font-size: 10px;
}
#gdpr-cookie-message .gdpr-cookietype {
	margin-bottom: 5px;
}
#gdpr-cookie-message .gdpr-cookietype label {
	cursor: pointer;
}
#gdpr-cookie-message .gdpr-cookietype label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border: 2px solid #1f3263;
	background: #fff;
	margin-right: 5px;
	margin-top: -3px;
	text-align: center;
	padding: 0;
	outline: 0;
	box-sizing: border-box;
	border-radius: 50%;
	position: relative;
}
#gdpr-cookie-message .gdpr-cookietype input[type="checkbox"]:checked + label:before {
	background: #1f3263;
}
#gdpr-cookie-message .gdpr-cookietype .gdpr-cookietype-content {
	max-width: calc(66%);
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 700;
}
.cp-clc-page.cp-wrapper {
	position: relative;
	height: auto;
}
.cp-clc-page .cp-content,
.cp-clc-page .cp-content .cp-content-step {
	height: auto;
	position: relative;
}
.cp-clc-page .cp-content .cp-content-step.step-2 {
	height: 0;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	.cp-clc-page .cp-content .cp-content-step.step-2 .cp-content-box {
		width: auto;
		margin: 0 2rem;
	}
}
.cp-clc-page .cp-content .cp-content-step .cp-clc-prizes {
	position: relative;
	left: auto;
	top: 0;
}
.cp-clc-page .cp-hp-header {
	position: relative;
	left: auto;
	margin: 0 auto;
	transform: none;
	padding-top: 5%;
}
@media only screen and (max-width: 768px) {
	.cp-clc-page .cp-hp-header {
		padding-top: 15%;
	}
}
.cp-clc-page .cp-hp-footer {
	position: relative;
	left: auto;
	transform: none;
	bottom: auto;
	padding-bottom: 3rem;
}
.cp-clc-page .cp-hp-header h1 {
	background: 0 0;
	text-indent: 0;
	font-size: 6.8rem;
	line-height: 6.9rem;
	text-transform: none;
	height: auto;
	width: auto;
	margin: 0;
}
@media only screen and (max-width: 768px) {
	.cp-clc-page .cp-hp-header h1 {
		font-size: 5rem;
		line-height: 7.1rem;
	}
}
.cp-clc-page .cp-hp-header h3 {
	font-size: 3rem;
	line-height: 3.2rem;
	margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
	.cp-clc-page .cp-hp-header h3 {
		font-size: 2.5em;
		line-height: 2.6rem;
	}
}
.cp-clc-page .cp-hp-footer,
.cp-clc-page .cp-hp-header {
	width: 70rem;
}
.cp-clc-page .cp-row-sep {
	width: 80%;
}
.cp-clc-page .cp-clc-prizes {
	padding: 2rem 10rem;
	position: absolute;
	width: 100%;
	left: 0;
	top: 30%;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	.cp-clc-page .cp-clc-prizes {
		padding: 2rem;
	}
}
.cp-clc-page .cp-clc-prizes .img_cont {
	height: 33rem;
}
@media only screen and (max-width: 1600px) {
	.cp-clc-page .cp-clc-prizes .img_cont {
		height: 45rem;
	}
}
@media only screen and (max-width: 1300px) {
	.cp-clc-page .cp-clc-prizes .img_cont {
		height: auto;
		margin-bottom: 1rem;
	}
}
.cp-clc-page .cp-clc-prizes .clc-prize-cont {
	padding: 1rem;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
	.cp-clc-page .cp-clc-prizes .clc-prize-cont {
		position: relative;
		overflow: hidden;
		padding-bottom: 4rem;
	}
}
.cp-clc-page .cp-clc-prizes .clc-prize-cont img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
}
.cp-clc-page .cp-clc-prizes .cp-clc-prize {
	max-width: 40%;
	padding: 2px;
}
@media only screen and (max-width: 768px) {
	.cp-clc-page .cp-clc-prizes .cp-clc-prize {
		max-width: 100%;
	}
}
.cp-clc-page .cp-clc-prizes .cp-clc-prize.active {
	padding: 0;
	border: 2px solid #222c54;
}
.cp-clc-page .cp-clc-prizes .cp-clc-prize-1 {
	float: left;
}
@media only screen and (max-width: 768px) {
	.cp-clc-page .cp-clc-prizes .cp-clc-prize-1 {
		float: none;
		margin-bottom: 2rem;
	}
}
.cp-clc-page .cp-clc-prizes .cp-clc-prize-1 .text_cont {
	padding-left: 5rem;
}
@media only screen and (max-width: 768px) {
	.cp-clc-page .cp-clc-prizes .cp-clc-prize-1 .text_cont {
		padding: 0;
		position: absolute;
		right: 1rem;
		bottom: 1rem;
	}
}
@media only screen and (max-width: 768px) {
	.cp-clc-page .cp-clc-prizes .cp-clc-prize-1 .img_cont {
		float: left;
		max-width: 60%;
	}
}
.cp-clc-page .cp-clc-prizes .cp-clc-prize-22 {
	float: right;
}
@media only screen and (max-width: 768px) {
	.cp-clc-page .cp-clc-prizes .cp-clc-prize-22 {
		float: none;
	}
	.cp-clc-page .cp-clc-prizes .cp-clc-prize-22 .clc-prize-cont {
		padding-bottom: 7rem;
	}
}
.cp-clc-page .cp-clc-prizes .cp-clc-prize-22 .img_cont {
	padding-top: 3rem;
}
@media only screen and (max-width: 768px) {
	.cp-clc-page .cp-clc-prizes .cp-clc-prize-22 .img_cont {
		padding: 0;
		float: right;
		max-width: 60%;
	}
}
.cp-clc-page .cp-clc-prizes .cp-clc-prize-22 .text_cont {
	padding-left: 8rem;
}
@media only screen and (max-width: 768px) {
	.cp-clc-page .cp-clc-prizes .cp-clc-prize-22 .text_cont {
		padding: 0;
		position: absolute;
		left: 1rem;
		bottom: 1rem;
	}
}
.cp-clc-page .cp-clc-prizes p {
	color: #222c54;
	font-size: 2.2rem;
	line-height: 2.3rem;
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.cp-clc-page .cp-clc-prizes p {
		font-size: 2.7rem;
		line-height: 2.8rem;
	}
}
.cp-clc-page .step-1 h4 {
	color: #222c54;
	font-size: 2.2rem;
	line-height: 2.3rem;
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.cp-clc-page .step-1 h4 {
		font-size: 2.7rem;
		line-height: 2.8rem;
	}
}
.cp-clc-page .cp-hp-carousel-2 {
	position: relative;
	left: auto;
	float: left;
	margin: 7rem 0 0 30rem;
	height: auto;
	top: auto;
	width: 50rem;
}
@media only screen and (max-width: 1260px) {
	.cp-clc-page .cp-hp-carousel-2 {
		margin-left: 15rem;
	}
}
@media only screen and (max-width: 990px) {
	.cp-clc-page .cp-hp-carousel-2 {
		margin-left: 2rem;
	}
}
@media only screen and (max-width: 910px) {
	.cp-clc-page .cp-hp-carousel-2 {
		float: none;
		margin: 10rem 0 5rem;
		width: 100%;
		padding: 0 2rem;
	}
}
.cp-clc-page .cp-content-box {
	position: relative;
	left: auto;
	top: auto;
	float: right;
	margin: 7rem 32rem 0 0;
	transform: none;
}
@media only screen and (max-width: 1260px) {
	.cp-clc-page .cp-content-box {
		margin-right: 15rem;
	}
}
@media only screen and (max-width: 990px) {
	.cp-clc-page .cp-content-box {
		margin-right: 2rem;
	}
}
@media only screen and (max-width: 910px) {
	.cp-clc-page .cp-content-box {
		float: none;
		margin: 0 auto;
	}
}
.cp-clc-page .cp-clc-prizes-left {
	margin-top: 3rem;
	overflow: hidden;
}
.cp-clc-page .cp-clc-prizes-left h4 {
	color: #222c54;
	font-size: 1.7rem;
	line-height: 1.8rem;
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.cp-clc-page .cp-clc-prizes-left h4 {
		font-size: 2.7rem;
		line-height: 2.8rem;
	}
}
.cp-clc-page .cp-clc-prizes-left p {
	color: #222c54;
	font-size: 1.7rem;
	line-height: 1.8rem;
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.cp-clc-page .cp-clc-prizes-left p {
		font-size: 2.7rem;
		line-height: 2.8rem;
	}
}
.cp-clc-page .cp-clc-prizes-left .cp-clc-prize {
	float: left;
	width: 50%;
	padding: 2px;
}
@media only screen and (max-width: 768px) {
	.cp-clc-page .cp-clc-prizes-left .cp-clc-prize {
		float: none;
		width: 100%;
	}
}
.cp-clc-page .cp-clc-prizes-left .cp-clc-prize.cp-clc-prize-1 {
	margin-top: 4rem;
}
.cp-clc-page .cp-clc-prizes-left .cp-clc-prize.active {
	padding: 0;
	border: 2px solid #222c54;
}
.cp-clc-page .cp-clc-prizes-left .cp-clc-prize .clc-prize-cont {
	padding: 1rem;
	cursor: pointer;
}
.cp-clc-page .cp-clc-prizes-left .cp-clc-prize .clc-prize-cont img {
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 768px) {
	.cp-clc-page .cp-clc-prizes-left .cp-clc-prize .clc-prize-cont img {
		max-width: 80%;
		margin: 0 auto;
		display: block;
	}
}
.cp-clc-page .cp-content-box-form-msg {
	transform: none !important;
	left: 0 !important;
	top: 0 !important;
}
body.view-step-2 .cp-clc-page .cp-content .cp-content-step.step-1 {
	height: 0;
}
body.view-step-2 .cp-clc-page .cp-content .cp-content-step.step-2 {
	height: auto;
	padding-bottom: 7rem;
}
body.view-step-2 .cp-hp-header {
	margin-bottom: 3rem;
}
.clearfix {
	clear: both;
}
@media only screen and (max-width: 1040px) {
	.cp-clc-page-winners .cp-hp-header {
		padding-top: 25%;
	}
	.cp-clc-page-winners .cp-wrapper-img {
		background: 0 0;
	}
}
.cp-clc-page-winners .cp-hp-footer,
.cp-clc-page-winners .cp-hp-header {
	width: 70rem;
}
.cp-clc-page-winners .cp-hp-header h1 {
	background: 0 0;
	text-indent: 0;
	font-size: 6.8rem;
	line-height: 6.9rem;
	text-transform: none;
	height: auto;
	width: auto;
	margin: 0;
}
@media only screen and (max-width: 768px) {
	.cp-clc-page-winners .cp-hp-header h1 {
		font-size: 5rem;
		line-height: 7.1rem;
	}
}
.cp-clc-page-winners .cp-hp-header h3 {
	font-size: 3rem;
	line-height: 3.2rem;

	margin-bottom: 1rem;
}
.page-template-template-conecteazatelasucces .mobile-landscape,
.page-template-template-conecteazatelasucces-castigatori .mobile-landscape {
	position: relative;
	padding: 20rem 0;
}
.clc-winners-cont {
	overflow: hidden;
	padding: 5rem;
}
@media only screen and (max-width: 768px) {
	.clc-winners-cont {
		padding: 5rem 1rem;
	}
}
.clc-winners-cont .cp-clc-prize {
	float: left;
	width: 50%;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.clc-winners-cont .cp-clc-prize {
		float: none;
		width: 100%;
		margin-bottom: 1rem;
	}
}
.clc-winners-cont .cp-clc-prize .cp-clc-prize-inside {
	max-width: 36rem;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.clc-winners-cont .cp-clc-prize .cp-clc-prize-inside {
		max-width: 100%;
		position: relative;
		overflow: hidden;
	}
}
.clc-winners-cont .cp-clc-prize .cp-clc-prize-inside .text_cont {
	margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
	.clc-winners-cont .cp-clc-prize .cp-clc-prize-inside .text_cont {
		margin-bottom: 3rem;
	}
}
.clc-winners-cont .cp-clc-prize .cp-clc-prize-inside h4 {
	color: #222c54;
	font-size: 2.1rem;
	line-height: 2.2rem;
	margin-bottom: 0;
	text-align: left;
	padding-left: 3rem;
}
@media only screen and (max-width: 768px) {
	.clc-winners-cont .cp-clc-prize .cp-clc-prize-inside h4 {
		padding-left: 0;
		font-size: 2rem;
		line-height: 2.1rem;
	}
}
.clc-winners-cont .cp-clc-prize .cp-clc-prize-inside p {
	color: #222c54;
	font-size: 2.1rem;
	line-height: 2.2rem;
	margin-bottom: 0;
	text-align: left;
	padding-left: 3rem;
}
@media only screen and (max-width: 768px) {
	.clc-winners-cont .cp-clc-prize .cp-clc-prize-inside p {
		padding-left: 0;
		font-size: 2rem;
		line-height: 2.1rem;
	}
}
.clc-winners-cont .cp-clc-prize .cp-clc-prize-inside ol {
	list-style: decimal inside;

	color: #222c54;
	font-size: 2.8rem;
	line-height: 2.9rem;
	clear: both;
	text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
	.clc-winners-cont .cp-clc-prize .cp-clc-prize-inside ol {
		padding-left: 0;
		font-size: 3.5rem;
		line-height: 3.6rem;
	}
}
.clc-winners-cont .cp-clc-prize .cp-clc-prize-inside ol li {
	margin-bottom: 1rem;
}
.clc-winners-cont .cp-clc-prize .cp-clc-prize-inside .img_cont {
	margin-right: -4rem;
	min-height: 34rem;
}
@media only screen and (max-width: 768px) {
	.clc-winners-cont .cp-clc-prize .cp-clc-prize-inside .img_cont {
		min-height: 0;
		height: 20rem;
		max-width: 100%;
	}
}
.clc-winners-cont .cp-clc-prize .cp-clc-prize-inside .img_cont img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.clc-winners-cont .cp-clc-prize.cp-clc-prize-1 .img_cont {
	margin-right: -4rem;
}
@media only screen and (max-width: 768px) {
	.clc-winners-cont .cp-clc-prize.cp-clc-prize-1 .img_cont {
		margin-right: 0;
	}
}
.clc-winners-cont .cp-clc-prize.cp-clc-prize-22 .img_cont {
	padding-top: 4rem;
}
@media only screen and (max-width: 768px) {
	.clc-winners-cont .cp-clc-prize.cp-clc-prize-22 .img_cont {
		padding: 0;
		margin-right: 0;
	}
}
@media only screen and (max-width: 768px) {
	.clc-winners-cont .cp-clc-prize.cp-clc-prize-1 .img_cont {
		float: left;
		width: 60%;
		height: 27rem;
	}
	.clc-winners-cont .cp-clc-prize.cp-clc-prize-1 .text_cont {
		position: absolute;
		top: 19rem;
		right: 3rem;
	}
	.clc-winners-cont .cp-clc-prize.cp-clc-prize-22 .img_cont {
		float: right;
		width: 60%;
	}
	.clc-winners-cont .cp-clc-prize.cp-clc-prize-22 .text_cont {
		position: absolute;
		top: 13rem;
		left: 2rem;
	}
}
.clc-after-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0.8) 0,
		rgba(255, 255, 255, 0.8) 1%,
		rgba(255, 255, 255, 0.8) 40%,
		rgba(255, 255, 255, 0.4) 80%,
		rgba(255, 255, 255, 0) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#00ffffff', GradientType=0);
	z-index: 9999;
	top: 0;
	left: 0;
	text-align: center;
	padding: 15rem 1rem 0;
}
.clc-after-overlay h1 {
	font-size: 12rem;
	color: #222c54;
	line-height: 1;
	margin: 0 0 1rem;
}
@media only screen and (max-width: 600px) {
	.clc-after-overlay h1 {
		font-size: 6rem;
	}
}
.clc-after-overlay h2 {
	font-size: 7rem;
	color: #222c54;
	line-height: 1;
	margin: 0 0 1rem;
}
@media only screen and (max-width: 600px) {
	.clc-after-overlay h2 {
		font-size: 3.5rem;
	}
}
.no-promos-text {
	position: relative;
}
.no-promos-text p {
	font-size: 3rem;
}
@media only screen and (max-width: 600px) {
	.main-footer {
		line-height: 6.2rem;
	}
	.main-footer .footer-menu {
		margin-bottom: 1.5rem;
	}
	.main-footer .footer-menu li a {
		font-size: 1.5rem;
	}
	.main-footer .footer-social-box a {
		font-size: 4.5rem;
		margin-right: 1.2rem;
	}
}

.page-template-template-home p.header-statament {
	position: absolute;
	top: 0rem;
	left: 15.7rem;
	color: #001f5b;
	font-size: 4.8rem;
}
.page-template-template-home div.wrapper {
	margin-top: 12.5rem;
}

body {
	overflow: auto !important;
}
header.main-header {
	overflow-y: hidden !important;
}

/*.page-template-template-products div.wrapper {*/
/*	margin-top: 0;*/
/*}*/

body.page-template-template-ciucradler2,
body.page-template-template-radler-alcool-si-sanatate {
	overflow-y: scroll !important;
	/*background: url(../images/ciucradler/radler-bg-l.jpg) top center no-repeat fixed !important;*/
	background: url(../images/2023/bg2023.jpg) top center no-repeat fixed !important;
	background-size: cover !important;
}
body.page-template-template-ciucradler2 .main-header,
body.page-template-template-ciucradler2 .main-header {
	background: url(../images/ciucradler/radler-bg-l.jpg) top center no-repeat !important;
	padding-bottom: 0;
	background-size: cover !important;
}

body.page-template-template-ciucradler2:before,
body.page-template-template-radler-alcool-si-sanatate .main-header:before {
	background: none !important;
}

body.page-template-template-ciucradler2 .main-header,
body.page-template-template-radler-alcool-si-sanatate .main-header {
	background: none !important;
	position: inherit;
}

.main-footer-radler.main-footer .footer-menu a {
	text-transform: uppercase;
	font-family: "Cera Pro";
	font-size: 13px;
	font-weight: 600;
	color: #001f5b;
	text-decoration: underline;
}
.main-footer-radler.main-footer .footer-social-box a {
	font-size: 24px;
	line-height: inherit;
	color: #001f5b;
	margin-right: 0.6rem;
}
.main-footer-radler.main-footer {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-top: none;
	line-height: 4.2rem;
	position: relative;
	z-index: 10;
	padding-left: 20%;
}
.page-template-template-ciucradler2 .cp-ciucradler .cp-content,
.page-template-template-radler-alcool-si-sanatate .cp-ciucradler .cp-content {
	padding-top: 0px;
}
.main-footer-radler.main-footer .footer-menu li {
	float: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}
.main-footer-radler.main-footer .footer-social-box {
	float: inherit;
	line-height: normal;
}

body.page-template-template-ciucradler2 .logo,
body.page-template-template-radler-alcool-si-sanatate .logo {
	background-image: url(../images/ciucradler/logo-radler.png);
	background-size: 100% auto !important;
	width: 9.7rem;
	height: 13.5rem;
	margin-left: 90px;
}

body.page-template-template-ciucradler2 a.logo-footer,
body.page-template-template-radler-alcool-si-sanatate a.logo-footer {
	margin-left: 0px;
}

.page-template-template-ciucradler2 .alcool-si-sanatate,
.page-template-template-radler-alcool-si-sanatate .alcool-si-sanatate {
	display: list-item !important;
}
@media only screen and (max-width: 1366px) {
	body.page-template-template-ciucradler2,
	body.page-template-template-radler-alcool-si-sanatate {
		/*background: url(../images/ciucradler/radler-bg-m.jpg) top center no-repeat fixed #f9d963 !important;*/
		background: url(../images/2023/bg2023.jpg) top center no-repeat fixed #f9d963 !important;
		background-size: cover !important;
	}

	body.page-template-template-ciucradler .main-header,
	body.page-template-template-radler-alcool-si-sanatate .main-header {
		height: auto;
	}

	body.page-template-template-ciucradler2 .main-header,
	body.page-template-template-radler-alcool-si-sanatate .main-header {
		background: none !important;
	}
}

@media only screen and (max-width: 768px) {
	body.page-template-template-ciucradler2,
	body.page-template-template-radler-alcool-si-sanatate {
		/*background: url(../images/ciucradler/radler-bg-s.jpg) top center no-repeat fixed #f9d963 !important;*/
		background: url(../images/2023/bg2023.jpg) top center no-repeat fixed #f9d963 !important;
		background-size: cover !important;
	}

	body.page-template-template-ciucradler .main-header {
		height: auto;
	}

	body.page-template-template-ciucradler2 .main-header,
	body.page-template-template-radler-alcool-si-sanatate .main-header {
		background: none !important;
	}
}

@media only screen and (max-width: 1150px) {
	body.page-template-template-ciucradler2 .logo,
	body.page-template-template-radler-alcool-si-sanatate .logo {
		margin-left: 0;
	}
}

@media only screen and (max-width: 768px) {
	body.page-template-template-ciucradler2 .logo,
	body.page-template-template-radler-alcool-si-sanatate .logo {
		width: 14rem;
		height: 17rem;
	}
}

body.page-template-template-ciucradler2 .mobile-menu-btn,
body.page-template-template-radler-alcool-si-sanatate .mobile-menu-btn {
	margin-right: 90px;
	margin-top: 70px;
}

@media only screen and (max-width: 1150px) {
	body.page-template-template-ciucradler2 .mobile-menu-btn,
	body.page-template-template-radler-alcool-si-sanatate .mobile-menu-btn {
		margin-right: 0;
	}
}

body.page-template-template-ciucradler2 .page-margins,
body.page-template-template-radler-alcool-si-sanatate .page-margins {
	max-width: 110.4rem;
}

@media only screen and (max-width: 768px) {
	body.page-template-template-ciucradler2 .page-margins,
	body.page-template-template-radler-alcool-si-sanatate .page-margins {
		max-width: 100%;
		width: auto;
		margin: 0 50px;
	}
}

@media screen and (max-width: 950px) {
	.page-template-template-home p.header-statament {
		display: block;
		position: absolute;
		top: 0rem;
		left: 9.7rem;
		color: #001f5b;
		font-size: 3rem;
	}
	div.wrapper,
	.page-template-template-products div.wrapper:not(.visible) {
		margin-top: 100px;
	}
}

.legal-icons {
	position: fixed;
	top: 20%;
	right: 12px;
	width: 50px;
	max-width: 10%;
	z-index: 10;
	/* mix-blend-mode: difference; */
}
.legal-icons img {
	display: block;
	width: 100%;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
