.full-page-wrapper,
.full-block-wrapper {
	max-width: 100%;
	margin: auto;
	padding: 0 120px;
}

header .top-bars>span:before,
header .top-bars>span:after {
	position: absolute;
	content: '';
	background: #fff;
	width: 31px;
	height: 3px;
}

.fix-menu .close-menu>span>span:before,
.fix-menu .close-menu>span>span:after {
	width: 31px;
	height: 3px;
	background: #fff;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	margin-top: -1px;
}

html {
	min-height: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
}

body {
	background: transparent;
	font-size: 14px;
	font-family: "robotoregular", sans-serif;
	overflow-x: hidden;
}

h1 {
	font-weight: normal;
	font-family: "robotobold", sans-serif;
}

h2 {
	font-weight: normal;
	font-family: "robotobold", sans-serif;
}

h3 {
	font-weight: normal;
	font-family: "robotobold", sans-serif;
}

h4 {
	font-weight: normal;
	font-family: "robotobold", sans-serif;
}

strong {
	font-weight: normal;
	font-family: "robotobold", sans-serif;
}

label {
	font-weight: normal;
}

a {
	outline: none;
	text-decoration: none;
	color: #f9ad0d;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
}

a:hover {
	color:#fbc658;
}
a:link {
	outline: none;
	text-decoration: none;
}

a:active {
	outline: none;
	text-decoration: none;
}

a:visited {
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

::-moz-selection {
	background-color: #fbc658;
	color: #fff;
}

::selection {
	background-color: #fbc658;
	color: #fff;
}

.form-control {
	border-radius: 0;
	box-shadow: none;
}

.btn {
	border: none;
	border-radius: 0;
}

header {
	float: left;
	width: 100%;
}

header .top-header {
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 40px 0;
}

header .top-bars {
	cursor: pointer;
	height: 30px;
}

header .top-bars>span {
	width: 31px;
	height: 3px;
	background: #fff;
	position: relative;
	display: inline-block;
}

header .top-bars>span:before {
	top: -11px;
}

header .top-bars>span:after {
	bottom: -11px;
}

header .top-bars:hover>span {
	background: #fbc658;
}

header .top-bars:hover>span:before {
	background: #fbc658;
}

header .top-bars:hover>span:after {
	background: #fbc658;
}

header .top-logo {
	width: 180px;
}

header .top-logo img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	width: 100%;
	min-width: 120px;
}

article {
	float: left;
	width: 100%;
}

.section {
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
	font-size: 2rem;
	font-family: "roboto_slablight", sans-serif;
}

.section .text-bigger {
	font-size: 3.4rem;
}

.section h1 {
	font-size: 9rem;
	font-size: 4.7vw;
	font-family: "robotothin", sans-serif;
	margin-bottom: 30px;
}

.section h2 {
	font-size: 6rem;
	font-size: 3vw;
	letter-spacing: 2px;
	font-family: "robotothin", sans-serif;
	margin: 0 0 30px;
	text-transform: uppercase;
}

.section h3 {
	font-family: "robotolight", sans-serif;
}

.section .line-none:not(.section-title) h2 {
	padding-bottom: 50px;
}

.section .line-none h2:after {
	display: none;
}

.section .text-grey p {
	color: #999;
}

.section .text-grey li {
	color: #999;
}

.section .section-title.line-none {
	padding-bottom: 100px;
}

.section .text-center h2:after {
	margin-left: auto;
	margin-right: auto;
}

.section .line-black h2:after {
	background: #000;
}

.section .line-dark-grey h2:after {
	background: #333;
}

footer {
	float: left;
	width: 100%;
	font-family: "robotomedium", sans-serif;
	font-size: 1.6rem;
	padding: 100px 0;
	position: relative;
	background: #333;
}

footer .footer-top {
	padding-bottom: 80px;
}

footer .footer-copyright {
	color: #fff;
	text-transform: uppercase;
}

footer .footer-copyright p {
	margin: 0;
}

footer .footer-subscribe {
	padding-left: 60px;
	color: #bebebe;
}

footer .footer-subscribe>div {
	max-width: 500px;
	float: right;
	width: 100%;
}

footer .footer-subscribe label {
	color: #bebebe;
	text-transform: uppercase;
	font-family: "robotothin", sans-serif;
	margin-bottom: 20px;
}

footer .footer-subscribe .input-box {
	display: flex;
	margin-bottom: 12px;
}

footer .footer-subscribe input {
	height: 57px;
	width: 90%;
	padding: 0 25px;
	border: 1px solid #bebebe;
	color: #fff;
	background: transparent;
}

footer .footer-subscribe button {
	display: inline-block;
	height: 57px;
	width: 100%;
	padding: 0 25px;
	background: #fbc658;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	border: none;
	transition: 100ms linear all;
}

footer .footer-subscribe input:first-child {
	margin-right: 12px;
}

footer .footer-subscribe button:hover {
	background: #b38b3d;
}

footer .footer-subscribe ::-webkit-input-placeholder {
	color: #eee;
}

footer .footer-subscribe :-moz-placeholder {
	color: #eee;
}

footer .footer-subscribe ::-moz-placeholder {
	color: #eee;
}

footer .footer-subscribe :-ms-input-placeholder {
	color: #eee;
}

footer .footer-subscribe .ccm-block-social-links {
	font-size: 2em;
	margin-top: 2rem;
}

footer .footer-links nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .footer-links nav ul li {
	text-transform: uppercase;
}

footer .footer-links nav ul li a {
	color: #888;
	margin-bottom: 15px;
	display: block;
}

footer .footer-links nav ul li a:hover {
	color: #fbc658;
}

footer .footer-links nav ul li li a {
	color: #ccc;
}

footer .footer-links .excludesub ul {
	display: none;
}

footer .footer-logo img {
	display: block;
	max-width: 200px;
}

footer .footer-logos {
	clear: both;
	margin: 0 auto;
}

@media (max-width: 1480px) {
	footer .footer-logos {}
}

footer .footer-logos .gallery-list {
	display: flex;
	justify-content: center;
}

@media (max-width: 990px) {
	footer .footer-logos .gallery-list {
		justify-content: space-evenly;
		display: flex;
		flex-wrap: wrap;
	}
}

footer .footer-logos .gallery-list .item {
	display: inline-block;
	padding-left: 1.5vw;
}

@media (max-width: 990px) {
	footer .footer-logos .gallery-list .item {
		padding: 0 10px;
		margin-bottom: 30px;
	}
}

footer .footer-logos .gallery-list .item img {
	max-width: unset;
	height: 35px;
}

.page-wrapper {
	max-width: 1920px;
	margin: auto;
	padding: 0 120px;
}

.block-table {
	display: table;
	table-layout: fixed;
}

.block-table>div {
	display: table-cell;
	vertical-align: middle;
}

.block-table.vertical-top>div {
	vertical-align: top;
}

.block-row {
	float: left;
	width: 100%;
}

.flex {
	display: flex;
}

.section-flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.text-uppercase {
	text-transform: uppercase;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #fff;
}

.no-edit footer {
	z-index: 9;
}

.no-edit .ccm-page>header {
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 999;
	position: relative;
	background: #333;
	position: absolute;
	background: transparent;
}

.no-edit .section-parallax img {
	display: none;
}

.u-login .fix-menu {
	top: auto;
}

.u-login .ccm-page>header {
	top: auto;
}

.shrink header .top-header {
	padding: 0;
}

.shrink header .top-bars {
	padding: 0;
}

.shrink header .top-logo img {
	filter: inherit;
	/*max-height: 35px;*/
}

.shrink .ccm-page>header {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.shrink-2 .ccm-page>header {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	position: fixed;
	background: rgba(51, 51, 51, 0.95);
	padding-top: 10px;
}

.shrink-2 .fix-social ul li a {
	color: #fbc658;
}

.shrink-2 .fix-social ul li a:hover {
	color: #000;
}

.fix-menu {
	position: fixed;
	top: auto;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 999;
	display: none;
}

.fix-menu:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	content: '';
}

.fix-menu>div {
	right: 0;
	width: 50%;
	height: 100%;
	background: #fbc658;
	top: 0;
	position: absolute;
	text-align: right;
	overflow: auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.fix-menu .close-menu {
	font-size: 1.4rem;
	font-family: "robotobold", sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 50px;
	right: 60px;
	color: #fff;
	z-index: 1;
	cursor: pointer;
}

.fix-menu .close-menu>span {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	border: 3px solid #fff;
	border-radius: 50%;
	position: relative;
	margin-left: 18px;
}

.fix-menu .close-menu>span:after {
	content: '';
	position: absolute;
	background: #fbc658;
	width: 8px;
	height: 8px;
	right: 3px;
	border-radius: 50%;
}

.fix-menu .close-menu>span>span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fix-menu .close-menu>span>span:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fix-menu .close-menu>span>span:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fix-menu .close-menu:hover>span {
	border-color: #fbc658;
	background: #fff;
}

.fix-menu .close-menu:hover>span:after {
	visibility: hidden;
}

.fix-menu .close-menu:hover>span>span:before {
	background: #fbc658;
}

.fix-menu .close-menu:hover>span>span:after {
	background: #fbc658;
}

.fix-menu .menu-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 100px 0;
}

.fix-menu .menu-list>div {
	max-width: 580px;
	margin: auto;
}

.fix-menu .menu-list ul {
	padding: 0;
	margin: 0;
}

.fix-menu .menu-list ul li {
	font-family: "robotolight", sans-serif;
	font-size: 3.6rem;
	font-size: 1.8vw;
	text-transform: uppercase;
	list-style: none;
	margin: 20px 0;
}

.fix-menu .menu-list ul li.nav-path-selected {
	font-size: 4.8rem;
	font-size: 2.4vw;
	font-family: "robotobold", sans-serif;
}

.fix-menu .menu-list ul li.excludehead {
	display: none;
}

.fix-menu .menu-list ul li a {
	color: #fff;
	display: inline-block;
	position: relative;
}

.fix-menu .menu-list ul li a:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.fix-menu .menu-list ul li a:hover:after {
	width: 100%;
}

.fix-menu.active>div {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.fix-social {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 120px;
	padding-left: 60px;
	max-width: 130px;
	z-index: 9;
}

.fix-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	max-width: 40px;
}

.fix-social ul li {
	display: block;
	font-size: 20px;
	margin-top: 20px;
}

.fix-social ul li:first-child {
	margin: 0;
}

.fix-social ul li a {
	color: #fff;
}

.fix-social ul li a:hover {
	color: #fbc658;
}

/*.filter--blur { filter: blur(5px); }*/
body:not(.is-firefox) .filter--blur {
	-webkit-filter: blur(5px) brightness(0.4);
	-ms-filter: blur(5px) brightness(0.4);
	-moz-filter: blur(5px) brightness(0.4);
	-o-filter: blur(5px) brightness(0.4);
	filter: blur(5px) brightness(0.4);
}

.title-blue h1 {
	color: #008ac4;
}

.title-blue h2 {
	color: #008ac4;
}

.title-blue h3 {
	color: #008ac4;
}

.title-yellow h1 {
	color: #fbc658;
}

.title-yellow h2 {
	color: #fbc658;
}

.title-yellow h3 {
	color: #fbc658;
}

.title-yellow strong {
	color: #fbc658;
}

.section-top-banner h1 {
	font-size: 6rem;
	font-size: 3vw;
}

.section-top-banner .block-banner {
	position: relative;
	padding: 0 20px;
}

.section-top-banner .block-banner * {
	color: #fff;
}

.section-top-banner img {
	width: 100%;
}

@media (min-width: 1920px) {
	.section h1 {
		font-size: 9rem;
	}

	.section h2 {
		font-size: 4.2rem;
	}

	.section-top-banner h1 {
		font-size: 6rem;
	}

	.section-title-smaller h1 {
		font-size: 6rem;
	}
}

.section-title-padding {
	padding-bottom: 50px;
}

.block-link-frame {
	margin-top: 40px;
}

.block-link-frame a {
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 10px;
	font-family: "robotobold", sans-serif;
	text-transform: uppercase;
	padding: 18px 20px;
	min-width: 210px;
	text-align: center;
	letter-spacing: 3px;
	color: #fff;
	font-size: 1.8rem;
}

.block-link-frame a:hover {
	background: #fbc658;
	color: #000;
	border-color: #fbc658;
}

.block-purple {
	background-color: #0b1036;
}

.section-background {
	background-size: cover;
	background-position: center;
}

.block-image {
	background-size: cover;
	background-position: center;
}

.section-parallax {
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.section-parallax.section-max-page {
	height: 780px;
}

.section-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-content {
	font-size: 2rem;
	font-family: "roboto_slablight", sans-serif;
	color: #a3a3a3;
}

.block-black {
	background: #000;
}

.block-dark-grey {
	background: #333;
}

.block-dark-grey .section {
	background: transparent;
}

.block-yellow {
	background: #fbc658;
}

.block-navy {
	background: #323a45;
}

@keyframes sheight {
	100% {
		height: 45px;
	}

	0% {
		height: 1px;
	}
}

.pop-full-detail {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.pop-full-detail.active {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

.pop-full-detail>div {
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 100px 0;
}

.pop-full-detail .pop-close {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
}

.pop-full-detail .pop-close:before {
	width: 40px;
	height: 2px;
	background: #333;
	position: absolute;
	content: '';
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pop-full-detail .pop-close:after {
	width: 40px;
	height: 2px;
	background: #333;
	position: absolute;
	content: '';
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pop-full-detail .pop-close:hover:before {
	background: #fbc658;
}

.pop-full-detail .pop-close:hover:after {
	background: #fbc658;
}

.pop-full-detail .block-full-item>div {
	max-width: 1580px;
	margin: auto;
	padding: 0 80px;
}

.pop-full-detail .block-full-item .block-col {
	padding: 0 60px;
}

.pop-full-detail .block-full-item h2 {
	text-transform: none;
}

.pop-full-detail .block-full-item img {
	display: block;
	margin: auto;
}

.pop-full-detail .bx-wrapper .bx-controls-direction a {
	text-indent: inherit;
	z-index: 99;
	width: 250px;
	text-align: center;
	color: #333;
}

.pop-full-detail .bx-wrapper .bx-prev:after {
	display: inline-block;
	font-family: "robotobold", sans-serif;
	font-size: 1.8rem;
	letter-spacing: 5px;
	margin: 15px auto;
	content: 'PREV';
}

.pop-full-detail .bx-wrapper .bx-next:before {
	display: inline-block;
	font-family: "robotobold", sans-serif;
	font-size: 1.8rem;
	letter-spacing: 5px;
	margin: 15px auto;
	content: 'NEXT';
}

@media (min-width: 768px) {
	.pop-full-detail .block-full-item .block-row-col {
		min-height: 400px;
	}
}

@media (min-width: 681px) {
	.pop-full-detail .bx-wrapper .bx-prev {
		left: 0;
		-webkit-transform: rotate(-90deg) translateY(-80px);
		-moz-transform: rotate(-90deg) translateY(-80px);
		-o-transform: rotate(-90deg) translateY(-80px);
		-ms-transform: rotate(-90deg) translateY(-80px);
		transform: rotate(-90deg) translateY(-80px);
	}

	.pop-full-detail .bx-wrapper .bx-prev:hover {
		left: 0;
		-webkit-transform: rotate(-90deg) translateY(-100px);
		-moz-transform: rotate(-90deg) translateY(-100px);
		-o-transform: rotate(-90deg) translateY(-100px);
		-ms-transform: rotate(-90deg) translateY(-100px);
		transform: rotate(-90deg) translateY(-100px);
	}

	.pop-full-detail .bx-wrapper .bx-prev:before {
		height: 50px;
		width: 1px;
		content: '';
		display: block;
		background: #ccc;
		margin: auto;
	}

	.pop-full-detail .bx-wrapper .bx-next {
		right: 0;
		-webkit-transform: rotate(-90deg) translateY(80px);
		-moz-transform: rotate(-90deg) translateY(80px);
		-o-transform: rotate(-90deg) translateY(80px);
		-ms-transform: rotate(-90deg) translateY(80px);
		transform: rotate(-90deg) translateY(80px);
	}

	.pop-full-detail .bx-wrapper .bx-next:hover {
		right: 0;
		-webkit-transform: rotate(-90deg) translateY(100px);
		-moz-transform: rotate(-90deg) translateY(100px);
		-o-transform: rotate(-90deg) translateY(100px);
		-ms-transform: rotate(-90deg) translateY(100px);
		transform: rotate(-90deg) translateY(100px);
	}

	.pop-full-detail .bx-wrapper .bx-next:after {
		height: 50px;
		width: 1px;
		content: '';
		display: block;
		background: #ccc;
		margin: auto;
	}

	.pop-full-detail .bx-wrapper .bx-controls-direction a {
		height: 100px;
	}

	.pop-full-detail .bx-wrapper .bx-controls-direction a:hover {
		background: #333;
		color: #fff;
	}
}

@media (max-width: 1780px) {
	footer {
		font-size: 1.4rem;
	}
}

@media (max-width: 1580px) {
	.full-page-wrapper {
		padding: 0 80px;
	}

	.full-block-wrapper {
		padding: 0 80px;
	}

	.page-wrapper {
		padding: 0 80px;
	}

	.fix-social {
		padding-left: 40px;
	}

	footer .footer-subscribe {
		padding-left: 40px;
	}

	footer .footer-social ul li {
		margin: 0 10px;
	}
}

@media (max-width: 1480px) {
	.section-content {
		font-size: 1.6rem;
	}
}

@media (max-width: 1380px) {
	.section {
		font-size: 1.8rem;
	}

	footer .footer-social {
		width: 280px;
	}

	footer .footer-links nav ul li {
		font-size: 12px;
	}
}

@media (max-width: 1280px) {
	footer .page-wrapper {
		padding: 0 50px;
	}

	footer .footer-social {
		width: 220px;
	}

	footer .footer-social ul li {
		font-size: 2.5rem;
	}

	.section .text-bigger {
		font-size: 3rem;
	}
}

@media (max-width: 1180px) {
	footer .footer-logo {
		width: 150px;
	}

	footer .footer-logo img {
		max-width: 100px;
	}
}

@media (max-width: 1024px) {
	.section-parallax {
		background-attachment: inherit;
	}

	.section h1 {
		font-size: 4rem;
	}

	.section h2 {
		font-size: 3.5rem;
	}

	.section .text-bigger {
		font-size: 2.4rem;
	}

	.pop-full-detail .bx-wrapper .bx-controls-direction a {
		width: 200px;
	}

	.pop-full-detail .block-full-item .block-col {
		padding: 0 20px;
	}

	footer .footer-subscribe button {
		width: 120px;
	}

	footer .footer-links nav ul li {
		font-size: 11px;
	}

	header .top-header {
		padding: 20px 0;
	}

	.shrink header .top-logo img {
		position: relative;
		top: 4px
	}

	.no-edit header .top-logo img {
		position: relative;
		top: 4px
	}

	.fix-menu .menu-list ul li {
		font-size: 2rem;
	}

	.fix-menu .menu-list ul li.nav-path-selected {
		font-size: 2rem;
	}

	.section-top-banner h1 {
		font-size: 3.5rem;
	}

	.section-title-smaller h1 {
		font-size: 3.5rem;
	}
}

@media (max-width: 990px) {
	.full-page-wrapper {
		padding: 0 50px;
	}

	.full-block-wrapper {
		padding: 0 50px;
	}

	.page-wrapper {
		padding: 0 50px;
	}

	.fix-social {
		display: none;
	}

	footer .footer-subscribe {
		padding: 0;
	}

	footer .footer-subscribe>div {
		float: none;
		margin: auto;
	}

	footer .block-table>div:not([class^='footer']) {
		float: left;
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}

	footer .footer-links nav ul {
		display: block;
		text-align: center;
	}

	.section-parallax.section-max-page {
		height: 500px;
	}
}

@media (max-width: 767px) {
	.section h1 {
		font-size: 3.5rem;
	}

	.section h2 {
		font-size: 3rem;
	}

	.section .text-bigger {
		font-size: 2rem;
	}

	.fix-menu>div {
		width: 100%;
	}

	.fix-menu .menu-list>div {
		text-align: center;
	}

	.pop-full-detail .block-full-item .block-col {
		display: block;
		float: left;
		width: 100%;
		text-align: center;
	}

	.pop-full-detail .block-full-item .block-col:nth-child(even) {
		margin-top: 40px;
	}

	.pop-full-detail .block-full-item h2:after {
		margin: 30px auto;
	}

	.pop-full-detail>div {
		max-height: 100%;
		overflow: auto;
	}

	.section-top-banner h1 {
		font-size: 3rem;
	}

	.section-title-smaller h1 {
		font-size: 3rem;
	}

	footer .page-wrapper {
		padding: 0 20px;
	}
}

@media (max-width: 680px) {
	.section-title-padding {
		padding-bottom: 50px;
	}

	.pop-full-detail .bx-wrapper .bx-prev {
		left: 10px;
	}

	.pop-full-detail .bx-wrapper .bx-prev:after {
		font-size: 1.2rem;
	}

	.pop-full-detail .bx-wrapper .bx-prev:before {
		visibility: hidden;
	}

	.pop-full-detail .bx-wrapper .bx-next {
		right: 10px;
	}

	.pop-full-detail .bx-wrapper .bx-next:before {
		font-size: 1.2rem;
	}

	.pop-full-detail .bx-wrapper .bx-next:after {
		visibility: hidden;
	}

	.pop-full-detail .bx-wrapper .bx-controls-direction a {
		width: 160px;
		background: #333;
		color: #fff;
		height: auto;
		top: auto;
		bottom: -90px;
	}

	.pop-full-detail .block-full-item>div {
		padding: 0 20px;
	}

	footer {
		padding: 50px 0;
	}

	.section .section-title.line-none {
		padding-bottom: 50px;
	}
}

@media (max-width: 580px) {
	.full-page-wrapper {
		padding: 0 20px;
	}

	.full-block-wrapper {
		padding: 0 20px;
	}

	.page-wrapper {
		padding: 0 20px;
	}

	.section-parallax.section-max-page {
		height: 300px;
	}

	header .top-header {
		padding: 10px 0;
	}

	.shrink header .top-header {
		padding: 10px 0;
	}

	footer .footer-top {
		padding-bottom: 40px;
	}
}

@media (max-width: 480px) {
	.fix-menu .close-menu {
		font-size: 0;
		top: 20px;
		right: 20px;
	}
}

@media (max-width: 400px) {
	.block-link-frame a {
		text-align: center;
		display: block;
	}
}

*:focus {
	outline: none !important;
}

.ccm-page>header {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.section-title-smaller h1 {
	font-size: 6rem;
	font-size: 3vw;
}

.button-black .block-link-frame a {
	background: #000;
	border-color: transparent;
}

.button-black .block-link-frame a:hover {
	background: transparent;
	border-color: #000;
	color: #000;
}

.button-dark-grey .block-link-frame a {
	background: #333;
	border-color: transparent;
}

.button-dark-grey .block-link-frame a:hover {
	background: transparent;
	border-color: #333;
	color: #333;
}

.button-yellow .block-link-frame a {
	background: #fbc658;
	color: #000;
	border: none;
}

.button-yellow .block-link-frame a:hover {
	background: #333;
	color: #fbc658;
}

.button-border-black-trans .block-link-frame a {
	border-color: #000;
	color: #000;
}

.button-border-black-trans .block-link-frame a:hover {
	border-color: transparent;
}

.button-hover-white .block-link-frame a:hover {
	background-color: #fff;
}

.section-overlay:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	content: '';
}

.top-section .scroll-down {
	cursor: pointer;
	font-size: 1.6rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	max-width: 150px;
	padding-top: 70px;
	color: #fff;
	font-family: "robotolight", sans-serif;
}

.top-section .scroll-down:after {
	height: 45px;
	width: 1px;
	background: #fff;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	animation: sheight 2s infinite alternate;
}

.color-white * {
	color: #fff;
}

.section-capability .section-list .block-item-group {
	display: flex;
	justify-content: space-between;
	width: 100%;
	float: left;
}

.section-capability .section-list>div {
	max-width: 1550px;
	padding: 0 100px;
	margin: auto;
}

.section-capability .section-list .item {
	background: #ff1b48;
	cursor: pointer;
	padding: 10px 0;
}

.section-capability .section-list .item:hover {
	background: #ccc;
}

.section-capability .section-list .item:hover * {
	color: #0b1036;
}

.section-capability .section-list .item>div {
	padding: 25px 10px;
	max-width: 200px;
	margin: auto;
}

.section-capability .section-list .item .block-full-item {
	display: none;
}

.section-capability .section-list .item .block-text {
	line-height: 1.2;
	margin-top: 40px;
}

.section-capability .section-list .item .block-font-icon i {
	font-size: 10rem;
}

.section-capability .section-list img {
	filter: brightness(0) invert(1);
	margin: auto;
	display: block;
}

.section-capability .section-list .bx-wrapper .bx-pager {
	left: 0;
	margin: auto;
	right: 0;
	bottom: -100px;
}

.section-capability .section-list .bx-wrapper .bx-pager.bx-default-pager a {
	width: 17px;
	height: 17px;
	border-radius: 50%;
	margin: 0 12px;
}

.section-capability .section-list .bx-wrapper .bx-prev {
	left: -150px;
}

.section-capability .section-list .bx-wrapper .bx-prev:before {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 70px;
	content: "\e904";
}

.section-capability .section-list .bx-wrapper .bx-next {
	right: -150px;
}

.section-capability .section-list .bx-wrapper .bx-next:before {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 70px;
	content: "\e905";
}

.section-capability .section-list .bx-wrapper .bx-default-pager a {
	background: #fff;
}

.section-capability .section-list .bx-wrapper .bx-default-pager a:hover {
	background: #ff1b48;
}

.section-capability .section-list .bx-wrapper .bx-default-pager a.active {
	background: #ff1b48;
}

.section-capability .section-list .bx-wrapper .bx-controls-direction a {
	width: 75px;
	height: 75px;
	text-indent: inherit;
	margin-top: 0;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-capability .section-list .bx-wrapper .bx-controls-direction a:hover {
	color: #fbc658;
}

.alert-custom-cookie {
	display: none;
	margin: 0px;
	padding: 0px;
	background: rgba(230, 188, 2, 0.9);
	color: #333;
	position: absolute;
	z-index: 9999;
	border-radius: 0;
	width: 100vw;
	border: 0;
	text-align: center;
}

.alert-custom-cookie div {
	display: inline-block;
	vertical-align: middle;
}

.alert-custom-cookie-txt {
	padding: 5px 0px;
}

.alert-custom-cookie #cookie-link {
	text-decoration: underline;
	font-weight: 700;
	color: #333;
}

.alert-custom-cookie #cookie-link:hover {
	color: #000;
}

.alert-custom-cookie-btn-continer a {
	background-color: rgb(101, 187, 43) !important;
	color: #FFF !important;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

/** New Navigation Menu CSS : 28 Sep 2018 **/

header nav div>ul {
	display: flex;
}

header nav div>ul>li {
	/* float:left; */
	list-style-type: none;
	margin-left: 0;
}


.dropdown-pane {
	background: #000;
	border: 1px solid #888;
	border-width: 1px 0;
	position: absolute;
	left: 0;
	right: 0;
	padding: 0 120px;
	display: none;
	color: #ddd;
}

.dropdown-pane>div {
	padding: 4rem 1rem;
	/* flex-basis: 50%; */
}

.dropdown-sidebar {
	flex-basis: 33%;
	color: #ccc;
	font-family: 'roboto_slablight', sans-serif;
	font-size: 1.2em;
}

.dropdown-sidebar a {
	display: inline-block;
	border: 1px solid #fbc658;
	border-radius: 10px;
	font-family: "robotobold", sans-serif;
	text-transform: uppercase;
	padding: 12px 26px;
	/* min-width: 210px; */
	text-align: left;
	letter-spacing: 3px;
	font-size: 1.4rem;
	color: #fbc658;
	margin-top: 1rem;
}

.dropdown-content h4 {
	letter-spacing: 4px;
	text-transform: uppercase;
	color: rgb(171, 245, 101);
	font-weight: bold;
	font-family: 'roboto', sans-serif;
	font-size: 1.2em;

}


nav div>ul li:hover .dropdown-pane {
	display: flex;
}

nav ul.level-1>li>a {
	font-size: 16px;
	padding: 18px 2rem;

	white-space: nowrap;
	text-transform: uppercase;
	font-family: robotobold, sans-serif;
	color: rgba(255, 255, 255, 0.6);
	display: block;
}

nav ul.level-1>li:hover>a {
	color: #fbc658;
	border-bottom: 2px solid #fbc658;
	padding-bottom: 16px;
}

ul.level-2 {
	display: flex;
	padding: 1rem 0 0 0;

}

ul.level-2 li {
	margin-right: 3rem;
}

ul.level-2 li a div {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-family: "robotobold", sans-serif;
	font-size: 1.6rem;
	padding: 1rem 0 0.3rem 0;
	transition: 200ms linear color;
}

ul.level-2 li img {
	transition: 200ms linear filter;
	vertical-align: top;
	margin-right: 8px;
}

ul.level-2 li img.hover,
ul.level-2 li:hover img.default {
	display: none;
}

ul.level-2 li:hover img.hover {
	display: inline;
}

ul.level-2 li a {
	white-space: nowrap;
}

ul.level-2 li a div span {
	display: block;
	color: #ccc;
	font-family: 'roboto_slablight', sans-serif;
	transition: 200ms linear color;
	font-size: 16px;
	text-transform: initial;
}

nav ul.level-2 li:hover a {
	color: #fbc658;
}

nav ul.level-2 li:hover span {
	color: #ddd;
}

nav.menu-2 {
	margin-left: auto;

}

nav.menu-1 {}

nav ul li:last-child {
	border-right: 0;
}


.locale-nav {
	margin-bottom: 10px;
	margin-left: 1rem;
}

.locale-nav ul {
	display: none;
	position: absolute;
	padding: 1rem 0;
	background: #fff;
	box-shadow: 0px 1px 3px 0px #00000088;
	border-radius: 4px;
}

.locale-nav ul li {
	list-style: none;
}

.locale-nav ul li a {
	display: block;
	padding: 0.5rem 1rem;
	color: #333;
	min-width: 80px;
}

.locale-nav ul li a:hover {
	color: #000;
	background: #ddd;
}

.locale-nav .locale-toggle {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	padding: 0.67rem;
	white-space: nowrap;
}

.locale-nav .locale-toggle::after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f0d7";
}

.locale-nav .locale-toggle.opened {
	color: #fff;
}

.locale-nav .locale-toggle.opened::after {
	content: "\f0d8";
}




div.top-bars.toggle-menu {
	display: none;
	position: absolute;
	right: 10px;
}


footer .footer-top .block-table>div {
	vertical-align: top;
}

.footer-subscribe {
	width: 33%;
}

.footer-logo {
	color: #888;
	padding-right: 25px;
	border-right: 1px solid #444;
}

footer .footer-links {
	color: #ccc;
}

footer .footer-links.col1 {
	padding-left: 25px;
}

footer .footer-links.col3 {
	padding-right: 25px;
}

footer .footer-subscribe {
	padding-left: 25px;
	border-left: 1px solid #444;
}

footer .kos {
	margin-top: 2rem;
	font-family: 'robotolight';
}

footer .mobile-only {
	display: none;
}

footer .desktop-only {}

.mobile-nav {
	position: fixed;
	top: 55px;
	left: 0px;
	width: 100vw;
	background: #fbc658;
	z-index: 10;
	padding: 25px;
	box-sizing: border-box;
}


.mobile-nav .mobile-locale ul {
	margin: 1rem 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.mobile-nav .mobile-locale ul li {
	list-style: none;
	padding: 1rem;
	border: 0;
	border-right: 1px solid #0006;
	display: inline-block;
}

.mobile-nav .mobile-locale ul li:last-child {
	border-right: 0;

}

.mobile-nav .mobile-locale ul li a {
	display: inline;
}

.mobile-nav .mobile-locale ul li a.active {
	color: #ff007d;
}


.mobile-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.mobile-nav a {
	color: rgba(0, 0, 0, 0.7);
	font-weight: bold;
	display: block;
	font-size: 18px;
	padding: 1.25rem 1.0rem;
}

.mobile-nav ul.level-2 a div {
	color: rgba(0, 0, 0, 0.7);
	display: inline-block;
	font-size: 18px;
	padding: 0;
}

.mobile-nav ul.level-2 a img {
	margin: 0;
}


.mobile-nav ul.level-2 {
	display: block;
}

.mobile-nav>div>ul>li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	padding: 0;
}

.mobile-nav>div:last-child>ul>li:last-child {
	border-bottom: 0;
}

/* 
.mobile-nav > div > ul > li > ul {
	display:none;
	padding-bottom:1rem;
}

.mobile-nav > div > ul > li > ul li {
	margin-left:1.5em;
}
.mobile-nav > div > ul > li > ul li a {
	font-weight:normal;
}
.mobile-nav > div > ul > li > ul li a:before {
	content: "\f0c8"; 
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.5em; 
	width: 1.5em; 
	font-size:12px;
	color:rgba(0,0,0,0.5);
} */

.mobile-nav .submenu-toggle {
	float: right;
	font-size: 32px;
	font-weight: bold;

	transition: 100ms linear transform;
	margin-top: -1.25rem;
}

.mobile-nav .level-2 li {
	margin: 2rem 0;
}

.mobile-nav .level-2 li a {
	color: #333;
}

.mobile-nav .level-2 li span {
	color: #333a;
}

.mobile-nav .level-2 img {}

.mobile-nav .submenu-open .submenu-toggle {
	transform: rotate(180deg);
}



header .top-bars.active>span {
	visibility: hidden;
}

header .top-bars.active>span:before {
	transform: rotate(45deg);
	top: 4px;
	visibility: visible;
}

header .top-bars.active>span:after {
	transform: rotate(-45deg);
	bottom: -4px;
}

body.edit header {
	background: #333;
}

header .top-bars>span:before,
header .top-bars>span:after {
	transition: 100ms linear all;
	visibility: visible;
}

form .ccm-ui fieldset {
	width: 100%;
}

@media (max-width: 768px) {
	div.top-bars.toggle-menu {
		display: block;
	}

	nav.menu-1,
	nav.menu-2,
	.locale-nav {
		display: none;
	}

	footer .footer-logo img {
		display: inline-block;
	}

	footer .footer-links.col1 {
		padding-left: 0;
	}

	footer .footer-logo,
	footer .footer-subscribe {
		border-left: 0;
		border-right: 0;
	}

	footer .footer-logo.mobile-only {
		width: 100%;
		text-align: center;
		display: block !important;
	}

	footer .footer-top .block-table {
		margin-bottom: 2em;
	}

	footer .footer-top .block-table>div {
		width: 32%;
		float: left;
		text-align: left;
	}

	footer .footer-top .block-table>div.fullwidth {
		width: 100%;
	}

	footer .footer-links nav ul {
		text-align: left;
	}

	footer .mobile-only {
		display: table-cell;
	}

	footer .desktop-only {
		display: none;
	}

	footer .footer-subscribe {
		text-align: center !important;
		padding-left: 0;
		padding-bottom: 40px;
	}
}

@media (min-width: 10px) {
	.alert-custom-cookie-txt {
		font-size: 14px;
		width: 175px;
	}

	.alert-custom-btn {
		font-size: 14px;
	}
}

@media (min-width: 400px) {
	.alert-custom-cookie-txt {
		width: 250px;
		font-size: 14px;
	}
}

@media (min-width: 560px) {
	.alert-custom-cookie-txt {
		width: 400px;
	}
}

@media (min-width: 820px) {
	.alert-custom-cookie-txt {
		width: 690px;
	}

	.alert-custom-btn {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.alert-custom-cookie-txt {
		font-size: 14px;
		width: 960px;
	}
}

@media (max-width: 767px) {
	.alert-custom-cookie {
		position: fixed;
		bottom: 0;
		padding: 20px;
		background: rgba(230, 188, 2, 1.0);
	}

	.alert-custom-cookie-txt {
		text-align: center;
		display: block !important;
		width: 100%;
		/* padding: 16px; */
		box-sizing: border-box;
	}
}

/*# sourceMappingURL=global.css.map */