/* Html
-------------------------------------------------- */
html,
body {
	font-size: 1rem; /* =16px */
	line-height: 1.5rem; /* =24px */
	font-family: 'Rubik', sans-serif;
	scroll-behavior: smooth;
	margin: 0;
	font-weight: 300;
}

::selection {
  background: #000;
  color: #fff;
}
::-moz-selection {
  background: #000;
  color: #fff;
}


/* Typography
-------------------------------------------------- */

h1 {
	font-family: 'Manrope', serif;
	font-weight: 600;
	font-size: 3rem;
	line-height: 1.25;
	padding: 2rem 0;
}

h2 {
	font-family: 'Manrope', serif;
	font-size: 3rem;
	line-height: 1.35;
	font-weight: 700;
	padding-bottom: 1rem;
}

h3 {
	font-size: 2rem;
	line-height: 1;
	padding-bottom: 3rem;
}

h4 {
	font-size: 1.25rem;
	line-height: 1;
	font-weight: 700;
	padding: 1rem 0;
	color: #222;
}

h6 {
	font-family: 'Manrope', serif;
	font-size: 1.125rem;
	font-weight: 600;
	padding-bottom: 2rem;
}

strong, b {
	font-weight: 600;
}

em, i {
	font-style: italic;
}

p {
	font-size: 1rem;
	line-height: 1.75;
	color: #666;
}

p strong {
	font-weight: 500;
}

ul {
	font-size: 1em;
	line-height: 1.5;
	padding: 1rem 0;
}

li {
	position: relative;
	padding-left: 1rem;
	padding-bottom: 1rem;
	color: #333;
}


/* Layout
-------------------------------------------------- */

.sH {
    opacity: 0;
    -webkit-transform: translate(0, 2rem);
    transform: translate(0, 2rem);
    -webkit-transition: opacity 600ms ease-in-out,transform 700ms ease-in-out;
    -webkit-transition: opacity 600ms ease-in-out,-webkit-transform 700ms ease-in-out;
    transition: opacity 600ms ease-in-out,-webkit-transform 700ms ease-in-out;
    transition: opacity 600ms ease-in-out,transform 700ms ease-in-out;
    transition: opacity 600ms ease-in-out,transform 700ms ease-in-out,-webkit-transform 700ms ease-in-out;
}

.in-view {
	opacity: 1 !important;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition-delay: .25s;
}

.in-view-2 {
    transition-delay: .5s;
}

.in-view-3 {
    transition-delay: .75s;
}

.container {
	margin: 0 auto;
	max-width: 90rem;
	width: 100%;
	padding: 0 3rem;
}

.container-fluid {
	max-width: 1900px;
	margin: 0 auto;
}

.container-fluid.narrow {
	max-width: 1100px;
	width: 100%;
}

.row {
	margin: 0;
}

.col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12 {
}

.mobileOnly {
	display: none !important;
}

.desktopOnly {
	display: block !important;
}

/* Form
-------------------------------------------------- */

input {
	font-family: 'Inter', sans-serif;
}

input,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	border-radius: 0;
}


/* Header
-------------------------------------------------- */

header {
	padding: 4rem 0;
	top: 0;
	width: 100%;
	z-index: 3;
	transition: .25s;
	background: transparent;
	opacity: 0;
}

header.stick {
	background: #fff;
	padding: 1rem 0;
	border-bottom: 1px solid #eee;
}

header .row > div {
	padding: 0;
}

.logoW {
	display: none;
}

.logo img {
	width: 100%;
	max-width: 100%;
}

header.stick .logo img {
	max-width: 160px;
}

header.stick .row > div.ctaWrap {
	padding: 0;
}

header.stick .navWrap {
	margin: 0;
}

.hamb {
	display: inline-block;
}

.hamb p {
	display: inline-block;
	text-transform: uppercase;
	font-size: .875rem;
	padding-right: .5rem;
}

.hamburger {
	padding: 0;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	width: 21px;
	height: 2px;
}

.hamburger--spring .hamburger-inner {
	top: 12px;
}

.hamburger--spring .hamburger-inner:before {
	top: 7px;
}

.hamburger--spring .hamburger-inner:after {
	top: 14px;
}

.navRow {
	text-align: right;
	position: relative;
	top: 8px;
}

.navWrap {
	display: inline-block;
	padding-left: 5%;
	position: relative;
	height: 16px;
}

.navWrap ul {
	padding: 0 2rem 0 0;
	line-height: 1;
	display: inline-block;
	position: relative;
	width: 860px;
	position: absolute;
	top: 0;
	right: 1rem;
}

.navWrap li {
	display: inline-block;
	padding: 0rem .5rem 0 .5rem;
}

.navWrap li a {
	font-size: .875rem;
	color: #000;
	text-decoration: none;
	font-family: 'Rubik';
	font-weight: 300;
	padding-bottom: 3px;
	display: block;
}

.navWrap li.sec a {
	color: #969696;
}

.lineA {
	position: relative;
	text-decoration: none;
}

.lineA:hover:before {
	width: 100%;
}

.lineA:before {
	content: '';
    width: 0;
    transition: .5s;
    position: absolute;
    height: 1px;
	background: #000;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}

.sec .lineA:before {
	background: #969696;
}

.lineA.active:before {
	width: 100%;
}

.searchBox {
	top: 0;
	width: auto;
	display: inline-block;
	width: 16px;
	position: absolute;
	right: 0;
}

.searchBox img {
	width: 1rem;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}

.searchBox form {
	border-bottom: 1px solid #aaa;
	display: none;
	right: 0;
	top: 6px;
	top: 0;
	height: 24px;
	width: calc(100% - 26px);
	margin-right: 26px;
}

.searchBox input {
	border: none;
	color: #000;
	font-family: 'Rubik';
	text-transform: uppercase;
	line-height: 1.5;
	position: absolute;
	left: 0;
	top: 0;
}

.searchBox button {
    font-family: 'Rubik';
    background: none;
    border: none;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    right: 26px;
    top: 0px;
    background: #000;
    color: #fff;
    font-size: .7rem;
    padding: .25rem .35rem;
    font-weight: 500;
    border-left: 5px solid #fff;
}

.btn {
    background: #000;
    color: #fff;
    font-size: 1rem;
    padding: 8px 30px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.5;
}

.btn.cta {
	display: inline-block;
	background: #00e9e2;
	color: #0046ad;
	transition: .5s;
	text-decoration: none;
}

header .row > div.ctaWrap {
	text-align: right;
	padding-top: 14px;
}

.btn.cta:hover {
	background: #6bfffb;
}


/* Footer
-------------------------------------------------- */

footer {
	padding-top: 1rem;
	background: #303133;
}

footer .container {
	background: #303133;
	padding: 3rem 2rem 0 2rem;
	max-width: 82rem;
}

footer h5 {
	color: #8c8c8c;
	font-size: .75rem;
	font-weight: 500;
	padding-bottom: 1rem;
	line-height: 1;
}

footer p,
footer li a {
	color: #aaa;
	font-size: .7rem;
	line-height: 2;
	text-decoration: none;
}

footer p {
	color: #fff;
}

footer li a:hover {
	color: #fff;
}

footer .logoV {
	display: inline-block;
}

footer .logoV img {
	width: 3rem;
}

footer .wrap {
	display: inline-block;
}

footer ul {
	padding: 0;
	position: relative;
	top: -3px;
}

footer li {
	padding: 0;
}

footer .lineA:before {
	background: #fff;
}

footer .followus img {
	max-width: 1rem;
	opacity: .5;
	margin-right: .5rem;
	display: inline-block;
	transition: .5s;
}

footer .followus a:hover img {
	opacity: 1;
}

footer p a {
	color: #fff;
}

footer .newsletter p {
	color: #8c8c8c;
	font-size: .7rem;
	line-height: 1.75;
}

footer .newsletter p a {
	color: #8c8c8c;
}

footer .newsletter p a:hover {
	color: #ccc;
}

footer .newsletter form {
	padding-top: 1rem;
	position: relative;
	max-width: 200px;
}

footer .newsletter form .field {
	width: 100%;
	font-size: .75rem;
	padding: 0;
	margin: 0;
}

footer .newsletter form .field .required {
	position: absolute;
	bottom: -32px;
	width: 100%;
	left: 0;
}

footer .newsletter form input {
	background: #000;
	padding: .5rem;
	border: none;
	color: #fff;
	padding-right: 2rem;
	width: 100%;
	font-size: .75rem;
	text-indent: 0;
}

footer .newsletter form button {
	background: none;
	position: absolute;
	bottom: .35rem;
	right: .35rem;
	border: none;
	width: 1.25rem;
	height: 1.25rem;
	cursor: pointer;
	z-index: 2;
}

footer .copy {
	padding: 4rem 0 2rem 0;
	text-align: center;
}

footer .copy p {
	color: #8c8c8c;
}


/* Home
-------------------------------------------------- */

#hero {
	padding-top: 4rem;
	padding-bottom: 2rem;
}

#superSlider {
	padding: 3.5rem 0 8rem 0;
	width: 100%;
}

.homePage #superSlider {
	padding-bottom: 3rem;
}

#superSlider .container {
	position: relative;
	padding: 0;
}

.sliderContainer {
	position: relative;
}

#superSlider .slider {
	position: relative;
	width: 86%;
	margin: 0 7%;
}

.homePage #superSlider .slider {
	z-index: -1;
	background: #fff;
	opacity: 0;
}

#superSlider .slider:before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	z-index: 2;
}

.homePage #superSlider .slider:before {
	background: #fff;
}

#superSlider .slider.active {
	z-index: 12;
	opacity: 1;
}

#superSlider .slider.primary {
	z-index: 5;
}

#superSlider .slider.primary:before {
	display: none;
}

.sliderHolder,
.sliderImg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	margin: 0;
	z-index: 9;
	height: 100%;
	background-size: cover;
}

.sliderHolder {
	width: 90%;
	margin: 0;
}


/*.action div.s1 { left: 10%; top: 35%; }
.action div.s2 { left: 22.5%; top: 60%; }
.action div.s3 { left: 35%; top: 42.5%; }
.action div.s4 { left: 50%; top: 70%; }
.action div.s5 { left: 65%; top: 25%; }
.action div.s6 { left: 75%; top: 60%; }
.action div.s7 { left: 87.5%; top: 42.5%; }

#slick-slide00 .sliderImg { left: 5%; top: 35%; }
#slick-slide01 .sliderImg { left: 22.5%; top: 60%; }
#slick-slide02 .sliderImg { left: 35%; top: 42.5%; }
#slick-slide03 .sliderImg { left: 50%; top: 70%; }
#slick-slide04 .sliderImg { left: 65%; top: 25%; }
#slick-slide05 .sliderImg { left: 75%; top: 60%; }
#slick-slide06 .sliderImg { left: 87.5%; top: 42.5%; }
*/

#superSlider.fade .sliderHolder {
	position: absolute !important;
	width: 10px !important;
	height: 150px;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	background-position: center;
	z-index: 9999;
}

@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

#superSlider .item {
	position: relative;
    cursor: default;
}

.cursor {
	position: absolute;
	z-index: 99999;
	background-image: url(../images/close.svg);
	background-size: cover;
	width: 8rem;
	height: 1.25rem;
	margin: 1rem 0 0 1rem;
	opacity: .75;
}

#superSlider .item img {
	width: 100%;
}

.caption {
	position: absolute;
	left: 0;
	top: 0;
	padding: 1.5rem;
	width: 100%;
	height: 100%;
	z-index: 19;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 23%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 23%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 23%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=0 );
}

.caption a {
	color: #fff;
	position: absolute;
	text-decoration: none;
	font-size: .85rem;
	padding-right: 1.25rem;
	line-height: 1;
	transition: .5s;
	right: 1.5rem;
	bottom: 1.5rem;
}

.caption a:before {
	position: absolute;
	content: '';
	background-image: url(../images/arrow-right.svg);
	width: 1rem;
	transition: .5s;
	right: 0;
	top: -1px;
	height: 1rem;
	background-repeat: no-repeat;
}

.caption a:hover:before {
	right: -.5rem;
}

.caption .place {
	position: absolute;
	right: 3rem;
	font-size: .85rem;
	color: #fff;
	line-height: 1;
}

.caption .company {
	position: absolute;
	right: 1rem;
	font-size: .85rem;
	color: #fff;
	bottom: .5rem;
	text-transform: uppercase;
}

.caption .leftBottom {
	position: absolute;
	left: 1.25rem;
	font-size: 1rem;
	color: #fff;
	bottom: 1.5rem;
}

#superSlider .caption .care {
	position: absolute;
	color: #fff;
	bottom: 1.5rem;
	font-size: .85rem;
	line-height: 1.75;
}

#superSlider .caption .care strong {
	padding-bottom: .5rem;
	display: inline-block;
}

#superSlider .arrow {
	width: 2.5rem;
	position: absolute;
	right: 7.5rem;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 12;
}

#superSlider .arrow-left {
	right: auto;
	left: 7.5rem;
}

#superSlider .slick-dots {
	margin: 0 auto;
	text-align: center;
}

#superSlider .slick-dots li {
	width: 10px;
	height: 10px;
	text-indent: -9999rem;
	overflow: hidden;
	border-radius: 10px;
	background: #cb9275;
	opacity: .35;
	transition: .5s;
	padding: 0;
	margin: 1rem .5rem;
	cursor: pointer;
	display: inline-block;
}

#superSlider .slick-dots li.slick-active {
	opacity: 1;
}

#superSlider .slick-dots li.slick-active button {
	display: none;
}

.action {
	position: absolute;
	top: 0;
	width: 90%;
	height: 100%;
	margin: 0 5%;
	z-index: 3;
	overflow: hidden;
}

.action li {
	width: 10px;
	height: 150px;
	padding: 0;
	overflow: hidden;
	list-style: none;
	display: inline-block;
	position: absolute;

}

@keyframes thumbA {
	0% {
		background-position: left center;
	}
	50% {
		background-position: right center;
	}
	100% {
		background-position: left center;
	}
}

.action li img {
	height: 100%;
	max-width: none;
	position: absolute;
	left: 0;
	margin-left: 0;
}

.action div {
	display: block;
	width: 50px;
	text-align: center;
	position: absolute;
	height: 200px;
	margin: 0 auto;
	z-index: 3;
	background-size: cover;
	transition: 0s;
	animation-name: thumbA;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	cursor: pointer;
	transition: .5s linear;
	transition-timing-function: ease-in;
	left: 50%;
}

.action div:hover {
	height: 200px;
	width: 100px;
	-moz-transform: translateX(-25px);
	-webkit-transform: translateX(-25px);
	-o-transform: translateX(-25px);
	-ms-transform: translateX(-25px);
	transform: translateX(-25px);
}

.action div.s1 {
    z-index: 99999;
}

.action div.s1 {
	left: 12.5%;
    top: 25%;
}

.action div.s2 {
	left: 25%;
    top: 50%;
}

.action div.s3 {
	left: 37.5%;
    top: 32.5%;
}

.action div.s4 {
	left: 50%;
    top: 60%;
}

.action div.s5{
	left: 62.5%;
    top: 15%;
}

.action div.s6,
.action div.s0 {
	left: 75%;
    top: 50%;
}

.action div.s7,
.action div.s1 {
	left: 87.5%;
    top: 32.5%;
}

.action div.goRandom {
	transition: .5s;
}

.action div.s1.goRandom {
	left: 50%;
	top: 25%;
}

.action div.s2.goRandom {
	left: 55%;
    top: 50%;
}

.action div.s3.goRandom {
	left: 57.5%;
    top: 32.5%;
}

.action div.s4.goRandom {
	left: 60%;
    top: 60%;
}

.action div.s5.goRandom {
	left: 72.5%;
    top: 15%;
}

.action div.s6.goRandom {
	left: 75%;
    top: 50%;
}

.action div.s7.goRandom {
	left: 87.5%;
    top: 32.5%;
}

.action div.active {
	width: 100%;
	height: 100%;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
}

.action div.zoom {
	width: 81%;
    margin: 0px 9.5%;
    height: 78.5%;
    top: 6.5%;
    left: 0 !important;
    transform: none;
    z-index: 999999;
}

/**
.action div.s0 {
    width: 88%;
    margin: 0 6%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    transform: none;
    z-index: 999999;
}

.action div.s0.goGrid {
	left: 75% !important;
    top: 50% !important;
    opacity: 1 !important;
    width: 50px;
    height: 200px;
    margin: 0;
}
**/

.action div.goCenter {
	width: 10px;
	height: 150px;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
}

#appWrapp {
	padding-top: 0rem;
}

.circleList {
	width: 100%;
	margin: 2rem 0;
	text-align: center;
}

.circleList li {
	display: inline-block;
	text-align: center;
	padding: 0 0 1rem 0;
	vertical-align: top;
	max-width: 130px;
	margin: 0 1.5rem;
	line-height: 1.125;
}

.circleList li a {
	text-decoration: none;
    background-image: linear-gradient(transparent, #000);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}

.circleList li a p {
	font-size: .8rem;
	text-decoration: none;
	display: inline;
	padding-top: 1rem;
}

.circleList li a span {
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 105%;
	transition: .5s;
	display: block;
	margin: 0 auto .5rem auto;
}

.circleList li a.a1 span { background-image: url('../content/vA/a1.jpg'); }
.circleList li a.a2 span { background-image: url('../content/vA/a2.jpg'); }
.circleList li a.a3 span { background-image: url('../content/vA/a3.jpg'); }
.circleList li a.a4 span { background-image: url('../content/vA/a4.jpg'); }
.circleList li a.a5 span { background-image: url('../content/vA/a5.jpg'); }
.circleList li a.a6 span { background-image: url('../content/vA/a6.jpg'); }
.circleList li a.a7 span { background-image: url('../content/vA/a7.jpg'); }

.circleList.vB li a.a1 span { background-image: url('../content/vB/a1.jpg'); }
.circleList.vB li a.a2 span { background-image: url('../content/vB/a2.jpg'); }
.circleList.vB li a.a3 span { background-image: url('../content/vB/a3.jpg'); }
.circleList.vB li a.a4 span { background-image: url('../content/vB/a4.jpg'); }
.circleList.vB li a.a5 span { background-image: url('../content/vB/a5.jpg'); }
.circleList.vB li a.a6 span { background-image: url('../content/vB/a6.jpg'); }
.circleList.vB li a.a7 span { background-image: url('../content/vB/a7.jpg'); }

.circleList.vC li a.a1 span { background-image: url('../content/vC/a1.jpg'); }
.circleList.vC li a.a2 span { background-image: url('../content/vC/a2.jpg'); }
.circleList.vC li a.a3 span { background-image: url('../content/vC/a3.jpg'); }
.circleList.vC li a.a4 span { background-image: url('../content/vC/a4.jpg'); }
.circleList.vC li a.a5 span { background-image: url('../content/vC/a5.jpg'); }
.circleList.vC li a.a6 span { background-image: url('../content/vC/a6.jpg'); }
.circleList.vC li a.a7 span { background-image: url('../content/vC/a7.jpg'); }

.circleList li a p {
	line-height: 1;
	display: inline;
}

.circleList li a:hover {
	background-size: 100% 2px;
}

.circleList li a:hover p:before,
.circleList li a:hover:before {
	display: none;
}

.lineT p {
	position: relative;
	text-decoration: none;
}

.lineT:hover p:before {
	width: 100%;
}

.lineT p:before {
	content: '';
    width: 0;
    transition: .5s;
    position: absolute;
    height: 1px;
	background: #000;
    bottom: -3px;
    left: 0;
    margin: 0 auto;
}

.lineT:hover p:before {
	width: 100%;
}

.horList {
	text-align: center;
	margin: 2rem auto;
}

.horList li {
	display: inline-block;
	text-align: center;
	padding: 0 1rem 0 0;
}

.horList li a {
	color: #666;
	font-size: .9rem;
}

#teasColl {
	padding: 10rem 0;
}

.brandColor {
	color: #a7203f;
}

#teasColl h3 {
	font-family: 'Playfair Display', serif;
	font-size: 2.25rem;
	line-height: 1.35;
	padding-bottom: 1.5rem;
}

#teasColl p {
	line-height: 2;
	padding: 1rem 3rem;
}

#teasColl .btn {
	margin-top: 2rem;
	display: inline-block;
}

.btn {
	border-radius: 0;
	text-decoration: none;
	font-weight: 400;
	font-size: .85rem;
	padding: 1rem 2rem;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
	transition: .5s;
}

.btn:hover {
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
	box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
	background-color: #333;
}

a.marble {
	background-image: url('../images/marble.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

a.marble:hover {
	background-image: url('../images/marbleW.jpg');
}

a.marble:hover p {
	color: #000;
}

a.marble.lineT p:before {
	height: 2px;
	bottom: -1px;
}

a.marble p {
	padding: 0 !important;
	color: #fff;
}

#bigQuote {
	position: relative;
	padding: 8rem 0;
}

#bigQuote .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	transition: 1s;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(200,200,200,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(200,200,200,1) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(200,200,200,1) 50%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}

#bigQuote .mask.in {
	opacity: 1;
}

#bigQuote .container {
	position: relative;
	max-width: 70rem;
}

.quoteBlock {
	left: 0;
	top: 0;
	padding: 5rem 2.5rem;
	height: 100%;
}

.quoteBlock p {
	font-family: 'Playfair Display', serif;
	font-size: 1.75rem;
	line-height: 1.75;
	color: #000;
	padding-bottom: 3rem;
}

.quoteBlock span {
	font-family: 'Playfair Display', serif;
	color: #333;
	font-size: 1.25rem;
}

#bigQuote2 .quoteBlock {
	padding: 0;
}

#bigQuote2 .quoteBlock .col-sm-7 {
	background: #f7f5e8;
	padding: 10rem 5rem 10rem 10rem;
}

#bigQuote2 .quoteBlock p {
	color: #000;
}

#bigQuote2 .quoteBlock p,
#bigQuote2 .quoteBlock span {
	margin-left: 25%;
}

#bigQuote2 .container {
	position: relative;
}

#bigQuote2 img {
	position: relative;
	z-index: 2;
	max-width: 33%;
	margin-top: 6rem;
	margin-left: 15%;
}

.logoSlider {
	position: relative;
}

.logoList {
	font-size: 0;
	width: 90%;
	margin: 0 5%;
}

.logoList li {
	display: inline-block;
	margin: 0 1.5rem;
	font-size: 0;
	padding: 0;
}

.logoList li img {
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .5;
	transition: .5s;
}

.logoList li img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	filter: none;
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}

.logoSlider .arrow {
	position: absolute;
	bottom: 0;
	width: 2rem;
	z-index: 9;
	opacity: .25;
	transition: .5s;
	cursor: pointer;
}

.logoSlider .arrow:hover {
	opacity: .5;
}

.logoSlider .arrow.slick-disabled {
	display: none !important;
}

.logoSlider .arrow-left {
	left: 0;
}

.logoSlider .arrow-right {
	right: 0;
}

.tBlock {
	padding: 10rem 0;
	text-align: center;
}

.tBlock h4,
#mMap h4,
#tinMap h4,
#mMem h4 {
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 1.85rem;
}

.tBlock p {
	max-width: 75%;
	margin: 0 auto;
}

#bIm .logoList {
	padding: 2rem 0 0 0;
    grid-gap: 2rem 1%;
	margin: 0 auto;
	max-width: 920px;
	width: 100%;
}

#bIm .logoList li {
	margin: 0 1rem;
	max-width: 160px;
}

#bIm .logoList img {
}

.disLink {
	color: #333;
	font-weight: 500;
	text-decoration: none;
	font-size: .9rem;
	margin-top: 2.5rem;
	display: inline-block;
}

.disLink:before {
	width: 10%;
}

#mMap {
	padding: 4rem 0;
}

#map {
	padding: 4rem 0;
	max-width: 720px;
	margin: 0 auto;
	text-align: left;
}

#map_holder {
	width: 100% !important;
}

#mMem {
	padding: 4rem 0 12rem 0;
}

#mMem ul {
	margin: 1rem 0 0 0;
	width: 100%;
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
}

#mMem ul li {
	margin: 1rem 0;
}

#mMem ul li img {
	max-width: 220px;
	filter: none;
	opacity: 1;
}



/* Collections
-------------------------------------------------- */

.dark {
	background: #303133;
}

.dark .logo {
	display: none;
}

.dark .logoW {
	display: block;
	opacity: .35;
}

.narrow .navWrap ul {
    opacity: 0;
    transition: 1s;
    overflow: hidden;
    top: 0px;
    right: 2.5rem;
	display: inline-block;
	visibility: hidden;
}

.narrow .navWrap ul.open {
	visibility: visible;
    transition: 1s;
    width: 800px;
    opacity: 1;
}

.sClose {
	display: none;
}

.sCloseW {
	display: none;
}

.sIcoW {
	display: none;
}

.dark .sIcoW,
.dark .sCloseW {
	display: block;
}

.dark .sIcoB,
.dark .sCloseB {
	display: none;
}

.hamb {
	display: none;
	cursor: pointer;
}

.hamburger-inner:before {
	top: -8px;
}

.hamburger--collapse .hamburger-inner:after {
	top: -16px;
}

.narrow .hamb {
	display: inline-block;
    position: relative;
    right: 1rem;
    top: -6px;
    margin-right: .5rem;
}

.hamb p {
    color: #7d7d7d;
    position: absolute;
    top: 2px;
    display: inline-block;
    width: 46px;
    right: 3rem;
}

.hamb p.open {
}

.hamb:hover p {
	color: #fff;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	background: #7d7d7d;
}

.hamb:hover .hamburger-inner, .hamb:hover .hamburger-inner:after, .hamb:hover .hamburger-inner:before {
	background: #fff;
}

.narrow .hamb:hover .hamburger-inner, .narrow .hamb:hover .hamburger-inner:after, .narrow .hamb:hover .hamburger-inner:before {
	background: #000;
}

.dark .hamb:hover .hamburger-inner, .dark .hamb:hover .hamburger-inner:after, .dark .hamb:hover .hamburger-inner:before {
	background: #fff;
}

.narrow .hamb:hover p {
	color: #000;
}

.dark .hamb:hover p {
	color: #fff;
}

.dark .searchBox input {
	background: none;
	color: #fff;
}

.dark .searchBox button {
	color: #fff;
	background: #222;
	border-color: #303133;
}

.dark #rLi .circleList li a p {
	color: #fff;
}

.dark .circleList li a p:before,
.dark .circleList li a:hover p:before {
	background: #fff;
}

.dark .lineA:before {
	background: #fff;
}

.dark .circleList li a {
	background-image: linear-gradient(transparent, #fff);
}

.dark .navWrap li.sec a,
.dark .navWrap li a {
	color: #969696;
}

.dark .navWrap li a.active,
.dark .navWrap li a:hover {
	color: #fff;
}

.dark #rLi p {
	color: #aaa;
}

.dark .horList li a {
	color: #fff;
}

#rLi h4 {
	text-align: center;
	color: #555;
	font-weight: 300;
	padding-top: 4rem;
}

#rLi h5 {
	color: #aaa;
	font-size: 1rem;
	font-weight: 300;
}

#rLi h5 strong {
	font-weight: 500;
}

.dark #rLi.compact .appRowCompact {
	border-color: #666;
}

#rLi.compact .appRowCompact {
	border-bottom: 1px solid #eee;
}

.material #rLi.compact,
.application #rLi.compact {
	margin: 3rem 0 9rem 0;
}

.material #rLi.compact .appRowCompact,
.application #rLi.compact .appRowCompact {
	border-bottom: 1px solid #eee;
}

.material #rLi.compact .horList li a,
.application #rLi.compact .horList li a,
.material .horList li a {
	color: #888;
}

.material #rLi.compact .horList li a.active,
.material .horList li a.active,
.material .horList li a:hover {
	color: #000;
}

.material .horList li a.active {
	font-weight: 500;
}

#rLi.compact .matRowCompact {
	margin-bottom: 6rem;
}

#rLi.compact .circleList,
#rLi.compact .horList {
	margin: 1rem 0;
	width: calc(100% - 140px);
	display: flex;
	place-content: space-between;
}

#rLi.compact .circleList {
	margin: 3rem 0 0 0;
}

#rLi.compact .horList li {
	text-align: left;
}

#rLi.compact .appRowCompact h5,
#rLi.compact .matRowCompact h5 {
	width: 140px;
}

#rLi.compact .appRowCompact h5 {
	padding-top: 6rem;
}

#rLi.compact .matRowCompact h5 {
	padding-top: 32px;
}

.grid-sizer,
.grid-item {
	width: 25%;
	margin-bottom: 6rem;
	padding: 1.75rem;
	transition: 1s;
}

.rellax {
	transition: 3s linear;
}

.grid-item a {
	min-height: 440px;
}

.rellax.hide {
	opacity: .5;
}

.rellax.hide img {
	filter: gray;
	-webkit-filter: grayscale(1) blur(3px);
	filter: grayscale(1) blur(3px);
}

.rellax img {
	transition: 1s;
}

#photoGrid {
	padding: 5rem 0 0 0;
}

.collections #rLi.compact .matRowCompact {
	margin-bottom: 2rem;
}

.collections #photoGrid {
	padding: 0 0 4rem 0;
}

.collections #photoGrid h4 {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 1.85rem;
    text-align: center;
    padding-bottom: 8rem;
    padding-top: 4rem;
}

.dark #photoGrid h4 {
	color: #fff;
}

#photoGrid a p {
	padding-top: .75rem;
	font-size: .85rem;
}

.dark #photoGrid a p {
	color: #fff;
}

#photoGrid .rellax {
	margin-bottom: 6rem;
	padding: 1rem;
}

#photoGrid .col-sm-3 .rellax:last-child {
	margin-bottom: 0;
}

#photoGrid a {
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding-bottom: .5rem;
}

#photoGrid a:before {
	background: #666;
}

#photoGrid a.square p {
}

#photoGrid a.rounded span {
	overflow: hidden;
	display: inline-block;
}

#photoGrid a.rounded span img {
	border-radius: 50%;
}

#photoGrid .container {
	max-width: 76rem;
}

.colGA {
	margin-top: 3rem;
}

.colGB {
	margin-top: 6rem;
}

.colGC {
	margin-top: 0rem;
}

.colGD {
	margin-top: 12rem;
}

.flexGrid {
	display: flex;
	/* justify-content: space-between; */
}

.flexGrid .item {
	max-width: 25%;
}

.flexGrid .item div {
	position: relative;
}

.flexGrid .item:nth-child(4n+1) {
	transition: .25s linear;
}

.flexGrid .item:nth-child(4n+1) div {
	top: 3rem;
}

.flexGrid .item:nth-child(4n+2) {
	transition: .75s linear;
}

.flexGrid .item:nth-child(4n+2) div {
	top: 6rem;
}

.flexGrid .item:nth-child(4n+3) {
}

.flexGrid .item:nth-child(4n+3) div {
	top: 0;
}

.flexGrid .item:nth-child(4n+4) {
	transition: 1s linear;
}

.flexGrid .item:nth-child(4n+4) div {
	top: 12rem;
}

.flexGrid .item a:hover img {
	opacity: 1;
}

.dark footer {
	-webkit-box-shadow: 0 -5px 15px 0 rgba(0,0,0,.15);
	box-shadow: 0 -5px 15px 0 rgba(0,0,0,.15);
	padding: 0;
}

.dark footer .container {

}

.dark footer p, .dark footer li a, .dark footer .newsletter p a {
}

.dark footer h5 {
}

.dark .logoV {
}

.dark footer .followus img {
}

.dark footer .newsletter p a:hover,
.dark footer li a:hover {
}

.dark footer .lineA:before {
}

.dark footer .container {
	position: relative;
}

.dark footer .container:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: rgba(0,0,0,.25);
	transition: .5s;
	display: block;
	transition: 1s;
	transition-delay: 1s;
}

.dark footer.transp .container:before {
	opacity: 1;
}

.dark footer .container:before {
	opacity: 0;
}


/* Material
-------------------------------------------------- */

.material h1,
.application h1 {
	text-align: center;
	padding: 2rem 0 6rem 0;
}

.material h1 {
	padding: 2rem 0 3rem 0;
}

.horList a.active:before {
	height: 1px;
}

.narrow .logo {
	opacity: 1;
	transition: .5s;
}

.narrow .logo:hover {
	opacity: 1;
}

.narrow #superSlider .slider {
	opacity: 1;
	z-index: 2;
}

.narrow #superSlider {
	padding-top: 2rem;
}

.cursorNext {
	background-image: url(../images/arrow-right-cursor.svg);
	width: 4rem;
}

.mat {
	color: #fff;
	position: absolute;
	font-size: .9rem;
	right: 1.25rem;
	bottom: 1.25rem;
}

.mat:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
}

.material .caption .place {
	margin-top: 5px;
}

.narrow #superSlider .slider:before {
	display: none;
}

.pf {
	font-family: 'Playfair Display', serif;
	font-weight: 500;
}

#teasMat {
	padding: 0;
}

#teasMat h3 {
	font-size: 1.5rem;
	line-height: 1.5;
}

#teasMat .center-xs {
	padding: 2rem 0;
}

#teasMat .center-xs p {
	padding-left: 2rem;
	text-align: left;
}

#tUc {
	padding: 4rem 0;
}

.material #tUc {
	padding: 6rem 0 8rem 0;
}

#tUc ul {
	margin: 0 auto;
}

.material #tUc ul {
	width: 100%;
    grid-template-columns: auto;
}

#tUc li {
	text-align: center;
	padding: 0;
}

.company #tUc li {
	padding: 0 1rem;
}

#tUc li span {
	margin-bottom: 1rem;
}

#tUc li p {
	font-size: .9rem;
}

#tUc .btn {
	background: #a8203f;
}

#tUc .btn:hover {
	background: #bf1d48;
}

#gallerySlider .container {
	position: relative;
}

#gallerySlider .slick-slide {
	position: relative;
}

#gallerySlider .item {
	margin-right: 2rem;
}

#gallerySlider .arrow {
    position: absolute;
    right: 3.5rem;
    width: 2rem;
    bottom: -2px;
}

#gallerySlider .caption {
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 23%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 23%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 23%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=0 );
}

#gallerySlider .arrow-left {
	display: none !important;
}

.item .holder {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 88;
}

.descBlock {
	position: absolute;
	max-width: 400px;
	right: 10%;
	top: 20%;
	font-size: .9rem;
	color: #fff;
	opacity: 1;
	z-index: 99;
	transition: 1s;
}

.descBlock span {
	position: absolute;
	right: -.5rem;
	top: -.5rem;
	font-size: 1rem;
	line-height: 1;
	padding: 0.5rem .75rem;
	background: #fff;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	z-index: 999;
}

.descBlock span:before {
	content: '-';
}

.descBlock.hide div {
	height: 0;
	overflow: hidden;
}

.descBlock p {
	font-size: .9rem;
	color: #fff;
	background: rgba(0,0,0,.75);
	transition: 1s;
	padding: 2rem;
	max-width: 100%;
}

.descBlock.hide span:before {
	content: '+';
}

.descBlock.hide span {
	animation-name: blinkBlink;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes blinkBlink {
	0% { opacity: 1; }
	50% { opacity: 0.5; }
	100% { opacity: 1; }
}

.material #photoGrid .rellax {
	margin-bottom: 3rem;
    transition: 0.5s linear;
}

.material #photoGrid {
	padding: 12rem 0 0 0;
}

.brandGrid .grid {
	padding-top: 3rem;
}

.material #photoGrid p {
	margin-bottom: 2rem;
}

.material #photoGrid a {
	display: block;
}

.material #photoGrid a span {
	display: block;
}

.material .grid-sizer, .material .grid-item {
	margin-bottom: 4rem;
}

#photoGrid a .bL {
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .5;
	transition: .15s;
	padding-top: 1rem;
}

#photoGrid a .bL img {
	max-width: 75%;
}

#photoGrid a:hover .bL {
	filter: none;
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}

.manufacturers #photoGrid a p,
.company #photoGrid a p {
	padding: 0;
	text-align: left;
	max-width: 100%;
	opacity: 0;
	height: 0;
	position: absolute;
}

.manufacturers #photoGrid a:hover p,
.company #photoGrid a:hover p {
	opacity: 1;
	height: auto;
}

.brandGrid .grid > .grid-item:nth-child(2) {
	margin-top: 2rem;
}

.brandGrid .grid > .grid-item:nth-child(3) {
	margin-top: 0;
}

.brandGrid .grid > .grid-item:nth-child(4) {
	margin-top: 10rem;
}

.brandGrid .grid > .grid-item:nth-child(5) {
	margin-top: 6rem;
}

.gridWrap {
	position: relative;
	padding: 6rem 0;
}

.material .gridWrap {
	padding-bottom: 0;
}

.progressBar {
	position: absolute;
	right: 9%;
	bottom: 5rem;
	height: 10px;
	width: 300px;
	background: none;
	z-index: 4;
	padding: 4px;
}

.progressBar span {
	background: rgba(255,255,255,.9);
	width: 0%;
	height: 6px;
	position: absolute;
	top: 2px;
	left: 2px;
	/**
	animation-name: progressAnim;
	animation-duration: 6.25s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	**/
}

/**
@keyframes progressAnim {
	0% { width: 0; }
	100% { width: 98%; }
}
**/

#superSlider.arrowsBottom .slick-dots {
	transform: none;
	position: relative;
	z-index: 3;
	margin: 0 auto;
	top: auto;
	text-align: center;
}

#superSlider.arrowsBottom .slick-dots li {
	display: inline-block;
	margin: 0 .5rem;
}

#superSlider.arrowsBottom .slick-dots li button {
	display: none;
}

.formPop {
	position: absolute;
	top: 0;
	background: rgba(255,255,255,.85);
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}

.formPop.important {
	display: none !important;
}

.formPop h3 {
	font-size: 1.75rem;
	line-height: 1.35;
}

.formPop h3 strong {
	font-weight: 500;
}

.formPop .field {
	width: 100%;
	max-width: 360px;
}

.formPop .field input {
	font-family: 'Rubik', sans-serif;
	border: none;
	padding: .75rem 1rem;
	width: 100%;
	font-size: 1rem;
	font-weight: 400;
	display: inline-block;
	margin: 0 auto;
	border: 2px solid #000;
	background: #fff;
	text-indent: 0;
	color: #000;
}

.formPop input::-webkit-input-placeholder {
	font-weight: 300;
	color: #666;
}

.formPop input:-ms-input-placeholder {
	font-weight: 300;
	color: #666;
}

.formPop input::placeholder {
	font-weight: 300;
	color: #666;
}

.formPop button {
	font-family: 'Rubik', sans-serif;
	border: none;
	margin-top: 3rem;
}

.formPop > .row {
	height: 100%;
}

.formPop .closePop {
	position: absolute;
	top: 4rem;
	right: 8rem;
	width: 1.5rem;
	height: 1.5rem;
	cursor: pointer;
}

#gallerySlider .formPop > .row {
	width: 88%;
}

#gallerySlider .formPop .closePop {
	right: 20%;
}


/* Applications
-------------------------------------------------- */

.application h1 {
	padding-top: 1rem;
}

.application .circleList li a {
	opacity: .5;
	transition: .5s;
}

.application .circleList li a:hover,
.application .circleList li a.active,
.application .circleList li a:hover span {
	opacity: 1;
}

.application .circleList li a span {
	width: 6rem;
	height: 6rem;
	opacity: .35;
}

.application .circleList li a.active span {
	opacity: 1;
}

.application .circleList li a.active p {
	font-weight: 400;
	color: #000;
}

.application #photoGrid {
	padding: 6rem 0 0 0;
}

.application .grid {
	padding: 4rem 0;
}

.application #photoGrid a.square p {
	color: #666;
}

.application #teasMat .center-xs {
	padding: 0;
}

.application .tBlock h4 {
}

.application #gallerySlider {
	padding: 0;
}

.application #gallerySlider.tBlock h4 {
	padding: 1rem 0 4rem 0;
}

.application #photoGrid .row {
	padding-top: 8rem;
	padding-bottom: 4rem;
}

.application #photoGrid.refSlid .row.gridWrap {
	padding-top: 12rem;
}

.application #photoGrid .rellax {
	transition: 0.5s linear;
}


/* Manufacturers
-------------------------------------------------- */

.manufacturers #teasMat {
	padding-top: 2rem;
	padding-bottom: 8rem;
}

.manufacturers #teasMat h3 {
	padding-bottom: 5rem;
}

.manufacturers #teasMat .middle-xs .col-sm-4 {
	position: relative;
}

.manufacturers #teasMat p {
	padding-left: 1rem;
}

.m1p {
	position: absolute;
	top: 0;
	right: 2rem;
	z-index: 2;
	max-width: 250px;
	-moz-transform: scale(1) translateX(0px) translateY(500px);
	-webkit-transform: scale(1) translateX(0px) translateY(500px);
	-o-transform: scale(1) translateX(0px) translateY(500px);
	-ms-transform: scale(1) translateX(0px) translateY(500px);
	transform: scale(1) translateX(0px) translateY(500px);
}

.m1p.in-view {
	-moz-transform: scale(1) translateX(0px) translateY(0px);
	-webkit-transform: scale(1) translateX(0px) translateY(0px);
	-o-transform: scale(1) translateX(0px) translateY(0px);
	-ms-transform: scale(1) translateX(0px) translateY(0px);
	transform: scale(1) translateX(0px) translateY(0px);
	transition-delay: 0s;
}

.m2p {
	position: relative;
	right: 5rem;
	top: 5rem;
	-moz-transform: scale(1) translateX(0px) translateY(100px);
	-webkit-transform: scale(1) translateX(0px) translateY(100px);
	-o-transform: scale(1) translateX(0px) translateY(100px);
	-ms-transform: scale(1) translateX(0px) translateY(100px);
	transform: scale(1) translateX(0px) translateY(100px);
}

.m2p.in-view {
	-moz-transform: scale(1) translateX(0px) translateY(0px);
	-webkit-transform: scale(1) translateX(0px) translateY(0px);
	-o-transform: scale(1) translateX(0px) translateY(0px);
	-ms-transform: scale(1) translateX(0px) translateY(0px);
	transform: scale(1) translateX(0px) translateY(0px);
	transition-delay: 0s;
}

.manufacturers #photoGrid {
	padding-top: 8rem;
}

.manufacturers .gridWrap {
	padding-top: 8rem;
}

#tinMap {
	padding: 6rem 0;
}

#tinMap li {
	position: relative;
	padding-bottom: 0;
	color: #666;
}

#tinMap li:before {
	content: '•';
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
}

#tinMap #map {
	max-width: 100%;
	padding: 4rem 0 3rem 0;
}

#headCompany img {
	max-width: 360px;
	display: inline-block;
	margin: 1rem auto 0 auto;
}

#headCompany h6 {
	display: block;
	padding-top: 1rem;
	padding-bottom: 3rem;
	position: relative;
}

#headCompany h6:before {
	content: '';
	width: 300px;
	border-bottom: 1px solid #ddd;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -8px;
}

#companyNfo {
	padding-top: 2rem;
	padding-bottom: 8rem;
}

#companyNfo .container {
	position: relative;
}

#companyNfo .sideNfo {
	padding-left: 4rem;
}

.company #tUc h6 {
	color: #666;
}

.company #tUc ul {
    grid-template-columns: auto auto auto auto auto;
    width: 100%;
}

#formCatalog {
    background: #000;
    position: absolute;
    top: 0;
    width: 86%;
    color: #fff;
    padding: 12rem 0;
    font-size: 0;
    display: none;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 5;
}

#formCatalog .btn:hover {
	background: #ddd;
	color: #000;
}

#companyNfo #formCatalog h6 {
	text-align: center;
	padding-bottom: 4rem;
}

form .field {
	color: #fff;
	width: 50%;
	padding: .5rem 1rem .75rem 1rem;
	margin: 0;
	display: inline-block;
	font-size: 1rem;
	position: relative;
	vertical-align: top;
}

form .field label {
	width: 100%;
	color: #787878;
	width: 100%;
	display: block;
	position: absolute;
	padding: .8rem 1rem;
	font-size: 1.125rem;
}

form .field input,
form .field select,
form .field textarea,
form .selectric-wrapper {
	border: none;
	color: #fff;
	font-size: 1rem;
	width: 100%;
	background-color: rgba(255,255,255,.15);
	padding: 1.25rem 0 .75rem 0;
	position: relative;
	z-index: 2;
	text-indent: 1rem;
    font-family: 'Rubik', sans-serif;
}

.selectric .label {
	font-size: 1rem;
}

form .field .required.active {
    color: #e55555;
    font-weight: 500;
    font-size: .8rem;
}

form .selectric {
	background: none;
	border: none;
}

form .selectric-wrapper {
	padding: 1rem 0 .5rem 0;
	z-index: 3;
}

form .selectric-wrapper.selectric-open {
	z-index: 9;
}

form .selectric .label {
	height: 28px;
	color: #fff;
	margin: 0;
}

form .selectric .button {
	background: none;
	height: 24px;
}

form .selectric-items {
	background: #333;
	border: 1px solid #000;
	color: #fff;
	font-size: 1rem;
}

form .selectric-items li {
	font-size: 1rem;
	color: #eee;
}

form .selectric-items li:hover,
form .selectric-items li.highlighted {
	background: #444;
	color: #fff;
}

form .field select {
	border: none;
	-moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background-image: url('../images/arrow-down.svg');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

form .field select option {
	background: #333;
}

#formCatalog .close {
	width: 1.25rem;
	position: absolute;
	top: 2rem;
	right: 2rem;
	display: block;
	cursor: pointer;
	transition: .5s;
}

#formCatalog .close:hover {
	opacity: .75;
}

form .btn {
    margin: 2rem auto 0 auto;
    display: block;
    border: none;
    background: #fff;
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    padding: 1rem 3rem;
}

form .btn:hover {
	background: #000;
	color: #fff;
	box-shadow: none;
}

.projectForm {
	font-weight: 300;
	display: inline-block;
	margin-top: 2.5rem;
	cursor: pointer;
	font-size: .9rem;
}

.projectForm i {
	font-style: normal;
	font-weight: 500;
}

.projectForm:hover i {
	text-decoration: underline;
}

.formContactProject {
	padding: 8rem 0 4rem 0;
	display: none;
}

.formContactProject h3 {
	text-align: center;
}

.msgBox {
	padding: 2rem;
}

.sideNfo p {
	color: #333;
	font-size: .9rem;
}

#companyNfo h6,
#companyNfo h4 {
	font-size: 1.35rem;
	padding-bottom: 1rem;
	line-height: 1.5;
	padding-top: 0;
	font-weight: 500;
}

#companyNfo .mainNfo p {
	padding-bottom: 3rem;
}

.videoCover {
	position: relative;
	display: block;
	line-height: 0;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	background: #000;
}

.videoCover > img {
	opacity: .75;
	transition: .5s;
	width: 100%;
}

.videoCover:hover > img {
	opacity: .5;
}

/**
.videoCover span {
	position: absolute;
	width: calc(100% - 120px);
	height: calc(100% - 120px);
	top: 80px;
	left: 80px;
	cursor: pointer;
}
**/

.btnPlayWrapper {
	position: absolute;
	margin: 0 auto;
	top: 50%;
	right: 50%;
  	transform: translate(50%,-50%);
	width: 160px;
	height: 160px;
	transition: .5s;
	transition-timing-function: linear;
	transition-delay: .125s;
	cursor: pointer;
	z-index: 2;
}

.btnPlayWrapper img {
	position: absolute;
	width: 160px;
	z-index: 3;
	pointer-events: none;
}

.btnPlayWrapper img.btnPlay {
	animation-name: rotateCircle;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	transition: .5s;
	animation-timing-function: linear;
}

@keyframes rotateCircle {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

#companyNfo .mainNfo .btn {
	margin-top: 4rem;
    display: inline-block;
    position: relative;
    z-index: 9;
    box-shadow: none;
}

#companyNfo .mainNfo .btn:hover {
	background: #a8203f;
}

.websiteLink {
	color: #666;
	font-size: .9rem;
	padding: 0;
}

.websiteLink:hover {
	color: #000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.videoWrapper {
	position: relative;
}

.videoWrapper iframe {
	display: none;
}

.company #tUc .row {
	padding-bottom: 4rem;
}

.company #tUc h6 {
	padding-bottom: 1rem;
	font-weight: 300;
	color: #999;
}

.company #photoGrid {
	margin-top: 0;
	padding-top: 3rem;
	padding-bottom: 6rem;
}

/**
.company #photoGrid a {
	text-align: left;
}

.company #photoGrid p {
	color: #333;
	text-align: left;
	max-width: 100%;
	display: inline-block;
	padding-top: 1.25rem;
}

.company #photoGrid span {
	position: relative;
	display: block;
}

.company #photoGrid span:before {
	content: '';
	border: 1px solid #666;
	width: 100%;
	height: 100%;
	left: .5rem;
	top: .25rem;
	display: block;
	position: absolute;
	z-index: -1;
	background: #fff;
	opacity: 0;
	transition: .5s;
	-moz-transform: translateX(-5px) translateY(-5px);
	-webkit-transform: translateX(-5px) translateY(-5px);
	-o-transform: translateX(-5px) translateY(-5px);
	-ms-transform: translateX(-5px) translateY(-5px);
	transform: translateX(-5px) translateY(-5px);
}

.company #photoGrid span:after {
	content: '';
	border: 1px solid #aaa;
	width: 100%;
	height: 100%;
	left: 1rem;
	top: .75rem;
	display: block;
	position: absolute;
	z-index: -2;
	background: #fff;
	opacity: 0;
	transition: 1s;
	-moz-transform: translateX(-10px) translateY(-10px);
	-webkit-transform: translateX(-10px) translateY(-10px);
	-o-transform: translateX(-10px) translateY(-10px);
	-ms-transform: translateX(-10px) translateY(-10px);
	transform: translateX(-10px) translateY(-10px);
}

.company #photoGrid a:hover {
}

.company #photoGrid a:hover span:before {
	opacity: 1;
	-moz-transform: translateX(0) translateY(0);
	-webkit-transform: translateX(0) translateY(0);
	-o-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
}

.company #photoGrid a:hover span:after {
	opacity: 1;
	-moz-transform: translateX(0) translateY(0);
	-webkit-transform: translateX(0) translateY(0);
	-o-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
}

.company #photoGrid h6 {
	padding-bottom: 8rem;
}

.company #photoGrid .rellax.hide img {
	filter: none;
	-webkit-filter: none;
	filter: none;
}
**/


/* About us
-------------------------------------------------- */

#aboutHead {
	padding: 8rem 0 12rem 0;
}

#aboutHead i {
	color: #000;
	font-size: 1.5rem;
	font-weight: 600;
	font-style: normal;
}

#aboutHead p {
	line-height: 30px;
	text-align: justify;
}

#aboutFade {
	padding: 0 0 4rem 0;
}

.about h3 {
	font-weight: 900;
	font-size: 1.5rem;
	font-family: 'Manrope', sans-serif;
	filter: blur(10px);
	transition: 2s;
	padding-bottom: 6rem;
	padding-top: 3rem;
}

.about h3.focus {
	filter: blur(0px);
}

#aboutFade .aI {
	position: relative;
}

#aboutFade .aT {
	z-index: 2;
}

#aboutFade .aT,
#aboutFade .aB {
	position: absolute;
	top: 1rem;
	left: 0rem;
	max-width: 400px;
}

#aboutFade .aB:hover {
	z-index: 3;
}

#aboutFade .aB {
    top: 6rem;
    left: auto;
    right: 0;
    position: relative;
    z-index: 1;
    max-width: 400px;
}

#aboutFade .aR {
	padding: 6rem 0 10rem 0;
	text-align: right;
	opacity: .25;
	filter: blur(10px);
	transition: 1s;
}

#aboutFade .aR.in-view {
	opacity: 1;
	filter: blur(0);
}

#aboutFade .aX h4 {
	text-align: left;
	font-family: 'Manrope', sans-serif;
	padding: 0 4rem;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.25;
	max-width: 464px;
}

#aboutFade .aX h4 strong {
	padding-bottom: 1rem;
	color: #b2b2b2;
	display: inline-block;
}

#aboutFade .aI2 .aX,
#aboutFade .aI4 .aX {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#aboutServ {
	padding: 12rem 0;
}

#aboutServ p {
	padding: 1rem 0;
	text-align: center;
}

#aboutServ hr {
	border: none;
	border-top: 1px solid #7f7f7f;
	width: 65px;
	margin: 0 auto;
}

#aboutTeam a {
	text-decoration: none;
	max-width: 100%;
	margin: 0 auto;
	display: inline-block;
}

#aboutTeam a > span {
	position: relative;
	max-width: 75%;
}

#aboutTeam .photoT {
	max-width: 176px;
}


#aboutTeam .linkedin {
	position: absolute;
	bottom: 1rem;
	right: .5rem;
	width: 2rem;
	z-index: 2;
}

#aboutTeam .col-sm-6 {
	padding: 0 0 4rem 0;
}

#aboutTeam a p {
	padding-top: .5rem;
	line-height: 1.5;
	text-align: left;
	font-size: .85rem;
}

#aboutTeam a p strong {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    color: #000;
    padding-top: 2rem;
}

#aboutTeam .galleryItems {
	max-width: 960px;
	margin: 0 auto 4rem auto;
	text-align: left;
}

#aboutTeam .galleryItems .item a:hover img {
	opacity: .8;
}

#aboutTeam .galleryItems .item a:hover img.linkedin {
	opacity: 1;
}

#aboutWork {
	padding-top: 6rem;
}

#aboutWork .blackB {
	background: #000;
	margin: 6rem 0 10rem 0;
	padding: 8rem 3rem;
}

#aboutWork .blackB h3 {
	color: #fff;
	padding-bottom: 1.5rem;
	font-size: 2rem;
}

#aboutWork .blackB p {
	color: #fff;
	max-width: 66%;
	margin: 0 auto 3rem auto;
}

#aboutWork .blackB a {
	color: #fff;
}

#aboutWork .blackB a:before {
	background: #fff;
}



/* News
-------------------------------------------------- */

.news {
	background: #f5f5f5;
}

#newsHead {
	padding-bottom: 8rem;
	padding-top: 6rem;
}

#newsHead .container {
	padding: 0rem 6rem 3rem 6rem;
}

.tabNav {
	text-align: left;
	border-bottom: 1px solid #000;
	padding-bottom: 3rem;
	padding: 0 0 4rem 0;
	margin: 0;
}

.tabNav li {
	display: inline-block;
	text-transform: uppercase;
	padding: 0;
	cursor: pointer;
	margin-right: 3rem;
}

.tabNav li.active {
	font-weight: 400;
	border-bottom: 2px solid #000;
}

.tabNav li:hover {
	font-weight: 500;
}

.newsGrid {
	display: grid;
	grid-template-columns: 42.5% 42.5%;
	grid-gap: 2rem 15%;
}

.newsGrid .item {
	padding: 4rem 0;
}

.newsGrid .item .thumb {
	width: 380px;
	height: 260px;
	background: #fff;
	display: block;
	margin-bottom: 2rem;
	position: relative;
}

.newsGrid .item img {
    width: 80%;
    height: 80%;
    object-fit: contain;
	margin-bottom: 2rem;
	transition: .5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.newsGrid .item a {
	text-decoration: none;
	color: #000;
	transition: .5s;
	display: inline-block;
}

.newsCaption {
	display: block;
	font-size: 0;
}

.capAside,
.capTitle {
	display: inline-block;
	font-size: 1rem;
	vertical-align: top;
}

.capAside {
	width: 100px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 1rem 0 .75rem 0;
	margin-right: 50px;
}

.capTitle {
	width: calc(100% - 150px);
	padding-top: .65rem;
}

.capDate {
	font-weight: 500;
	transition: .5s;
	text-transform: uppercase;
}

.capY {
	font-size: 1.75rem;
}

.capLoc {
	font-size: .9rem;
}

.capTitle h4 {
	font-size: 1.75rem;
	line-height: 1.35;
	font-weight: 400;
	transition: .5s;
	padding-bottom: 2px;
	transition: all 0.35s linear;
	background: linear-gradient(to bottom, #000 0%, #000 98%);
	background-size: 0px 2px;
	background-repeat: no-repeat;
	background-position: left 100%;
	display: inline;
	margin-bottom: 1rem;
}

.capTitle p {
	color: #000;
	padding-top: 1rem;
}

.capTitle .lineA {
    font-weight: 400;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    height: 1.5rem;
}

.capTitle .lineA:before {
	height: 2px;
}

.capTitle p.authorTag {
	padding-top: 0;
}

.item a:hover img,
.item a:hover h4,
.item a:hover .capDate {
	transition: .5s;
	opacity: .35;
}

.newsGrid .item a:hover .lineA:before {
	width: 100%;
}

#nprodWrap.newsGrid .capTitle h4 {
	padding-bottom: 0;
}

.single-news #newsHead {
	padding-bottom: 2rem;
}

.single-news #newsHead .container {
	border-bottom: 1px solid #000;
	padding: 0 0 3rem 0;
	margin-bottom: 3rem;
	max-width: 78rem;
}

.single-news #newsHead a {
	color: #333;
	text-decoration: none;
}

.single-news #newsHead a img {
	width: 21px;
	vertical-align: middle;
}

.single-news #newsHead a span {
	margin-left: 10px;
	margin-bottom: 5px;
	position: relative;
}

.single-news #newsHead a:hover span {
	border-bottom: 1px solid #333;
}

.single-news article {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}

#galleryNews {
	margin-top: 3rem;
	margin-bottom: 12rem;
}

#galleryNews img {
	max-width: 100%;
	margin-bottom: 1rem;
}

.single-news .contentArea {
	padding-left: 4rem;
}

.single-news article h1 {
	font-size: 2rem;
	padding: .75rem 0 0 0;
	font-weight: 700;
}

.single-news article p {
	color: #000;
	padding-bottom: 3rem;
}

.single-news .capAside {
	width: auto;
}

.downloadWrap a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
}

.downloadWrap a > img {
	margin-bottom: 1rem;
	max-width: 240px;
}

.downloadWrap a > span {
	display: block;
}

.downloadWrap a > span img {
	width: 28px;
	position: relative;
	vertical-align: middle;
}

.downloadWrap a > span span {
	margin-left: 10px;
	margin-top: 8px;
	position: relative;
}

.downloadWrap a > span span:before {
	height: 2px;
}

.news .downloadWrap {
	margin-left: 150px;
	margin-top: 1rem;
}

.news .downloadWrap img {
	margin-bottom: 0;
}

.news .downloadWrap a:hover img {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.single-news .downloadWrap {
	margin-left: 0;
}

.single-news .downloadWrap a > img {
	margin-bottom: 1rem;
}

.single-news .cat {
	padding-top: 1rem;
	display: inline-block;
	margin-bottom: 1.5rem;
	position: relative;
}

.single-news .cat:before {
	width: 75px;
	content: '';
	border-top: 1px solid #000;
	top: 0;
	position: absolute;
}

.single-news .cat span {
	background: #000;
	color: #fff;
	padding: 2px 4px;
	font-weight: 500;
}

.share {
	padding: 0;
	margin: 0;
}

.share li {
	display: inline-block;
	padding: 0 1.5rem 0 0;
}

.share li a {
	opacity: .5;
	transition: .5s;
}

.share li a:hover {
	opacity: 1;
}

.share img {
	width: 18px;
}



/* Contact
-------------------------------------------------- */

.contact h1 {
	font-size: 2rem;
	padding-bottom: 1rem;
	padding-top: 4rem;
}

#contactHeader p {
	max-width: 520px;
	margin: 0 auto;
	line-height: 1.5;
}

.mapsContainer {
	padding-top: 2rem;
	padding-bottom: 0;
}

.mapsContainer > div {
	padding: 0 4rem 6rem 4rem;
}

.mapsContainer img {
	margin-top: 5rem;
}

.mapsContainer .col-sm-6:first-child {
	border-right: 1px solid #aaa;
}

.mapsContainer h2 {
	font-size: 1.5rem;
	font-weight: normal;
	color: #666;
	padding-bottom: 1.5rem;
	padding-top: 5rem;
}

.mapsContainer p {
	max-width: 420px;
	margin: 0 auto;
}

.mapsContainer p,
.mapsContainer p a {
	color: #666;
}

.mapsContainer iframe {
	margin-top: 3rem;
	margin-bottom: 3rem;
	width: 100%;
	min-height: 300px;
}

.contact h3 {
	padding-bottom: 8rem;
	font-size: 2rem;
	font-weight: 600;
	font-family: 'Manrope', sans-serif;
}

.formContact {
	padding-bottom: 10rem;
}

.formContact h3 {
    padding-top: 4rem;
    padding-bottom: 3rem;
    text-align: center;
}

.formContact form .field input,
.formContact form .field textarea,
.formContact form .field select,
.formContact form .selectric-wrapper {
	background: rgba(0,0,0,.05);
	color: #000;
	resize: none;
}

.formContact form {
	text-align: left;
	font-size: 0;
}

.formContact form .field label {
}

form.filled .field label {
	font-size: 11px;
	padding: 0px 1rem;
}

.formContact form .field.full {
	width: 100%;
}

.formContact form .field.full textarea {
	min-height: 260px;
	max-height: 400px;
}

form.white .selectric-items {
	background: #eee;
	border-color: #ddd;
	color: #000;
}

form.white .selectric-items li,
form.white .selectric .label {
	color: #000;
}

form.white .selectric-items li:hover,
form.white .selectric-items li.highlighted {
	background: rgba(255,255,255,.5);
}

form .btn.black {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #555;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    margin-top: 0.5rem;
}

form .btn.black:hover {
	background: #000;
}



/* Inspiration
-------------------------------------------------- */


#inspHeader p {
	max-width: 720px;
	margin: 0 auto;
	line-height: 1.5;
}

.inspiration #superSlider {
	padding-bottom: 2rem;
}

.inspiration .gridWrap {
	padding-top: 2rem;
}

.inspiration #photoGrid h4 {
	font-size: 1.5rem;
	font-weight: bold;
}

.inspiration #photoGrid .container {
	max-width: 76rem;
}

.inspiration .flexGrid .item {
	max-width: 33.333%;
	text-align: left;
}

.inspiration #photoGrid a p {
	text-align: left;
	max-width: 100%;
	font-size: 1rem;
	color: #000;
	line-height: 1.35;
}

.inspiration #photoGrid a p strong {
	padding-bottom: .35rem;
	display: inline-block;
}

.inspiration #photoGrid .item > div {
	padding: 1rem 2rem;
}

.inspiration .flexGrid .item div,
.inspiration .flexGrid .item:nth-child(4n+1) div,
.inspiration .flexGrid .item:nth-child(4n+2) div,
.inspiration .flexGrid .item:nth-child(4n+3) div,
.inspiration .flexGrid .item:nth-child(4n+4) div {
	top: 0;
}

.inspiration .flexGrid .grid-item:nth-child(3) {
	margin-top: 4rem;
	position: relative;
}

.inspiration .flexGrid .grid-item:nth-child(4) {
	margin-top: 2rem;
	position: relative;
}

.inspiration .grid-sizer,
.inspiration .grid-item {
	width: 33.333%;
	margin-bottom: 2rem;
	transition: .5s linear;
}

.inspiration .grid-item:hover {
	opacity: .8;
}

#headInsp h2 {
	font-weight: 600;
}

#headInsp h6 {
    font-family: 'Playfair Display', serif;
    line-height: 1.5;
    font-size: 1.5rem;
    padding: 1rem 0 2rem 0;
    font-style: italic;
    font-weight: 500;
    max-width: 720px;
    margin: 0 auto;
}

#headInsp .description {
	max-width: 960px;
	margin: 1rem auto 0 auto;
}

#headInsp .description p {
	font-size: 1rem;
	color: #000;
}

#headInsp .description i:last-child {
	display: none;
}

#headInsp .description a {
	font-weight: 400;
	padding-top: .25rem;
	color: #000;
}

#headInsp .description a.appLink {
	color: #ab183a;
}

#infoInsp {
	padding: 5rem 0;
}

#infoInsp .heading {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.5rem;
}

#infoInsp .heading h6 {
	padding-bottom: 1rem;
	font-weight: 900;
	color: #999;
}

#infoInsp p,
#infoInsp p a {
	color: #000;
}

#galleryInsp .grid-sizer,
#galleryInsp .grid-item {
	padding: 1.5rem 0;
}

#headInsp.closeHead {
	padding: 0 0 16rem 0;
}

#galleryInsp .grid-sizer,
#galleryInsp .grid-item {
	width: auto;
	margin-bottom: 4rem;
}

#galleryInsp .grid-item.item2 {
	width: 25%;
    margin-top: 6.5%;
}

#galleryInsp .grid-item.item2 img,
#galleryInsp .grid-item.item3 img,
#galleryInsp .grid-item.item5 img,
#galleryInsp .grid-item.item8 img {
	max-width: 90%;
	margin-left: 10%;
}

#galleryInsp .grid-item.item3 {
	width: 75%;
}

#galleryInsp .grid-item.item4,
#galleryInsp .grid-item.item5,
#galleryInsp .grid-item.item7,
#galleryInsp .grid-item.item8,
#galleryInsp .grid-item.item9 {
	width: 50%;
}

#galleryInsp .grid-item.item5 {
	margin-top: 10%;
}

#galleryInsp .grid-item.item6 {
	width: 100%;
}

#galleryInsp .container .center-xs .lineA {
    text-align: center;
    color: #000;
    display: inline-block;
    margin: 0 auto 10rem auto;
    font-weight: 400;
}



/* Education
-------------------------------------------------- */

#eduHeader {
	padding-bottom: 0;
}

#eduHeader p {
	max-width: 380px;
	margin: 0 auto;
}

.tabNavs {
	text-align: center;
	margin: 4rem 0 0 0;
	padding-bottom: 0;
}

.tabNavs li {
	display: inline-block;
	padding: 1rem 2rem;
	cursor: pointer;
	transition: .5s linear;
}

.tabNavs li i {
	font-style: normal;
	position: relative;
}

.tabNavs li i:before {
	width: 100%;
	height: 2px;
	content: '';
	background: rgba(0,0,0,.25);
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.tabNavs li:hover {
	background: #f9f9f9;
}

.tabNavs li a {
	color: #000;
	text-decoration: none;
}

.tabNavs li.active {
	background: #f5f5f5;
	font-weight: 500;
}

.tabNavs li.active i:before {
	display: none;
}

.eduContent {
	background: #f5f5f5;
	padding-bottom: 12rem;
}

.eduContent .container {
}

.formPop.fullPop {
	position: relative;
}

.formPop.fullPop .closePop {
	top: 1rem;
	right: 1rem;
	z-index: 3;
}

.formPop .overlayPop {
	background: rgba(100,100,100,.8);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.formPop .wrap {
	background: #eee;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	position: fixed;
  	z-index: 2;
  	padding: 4rem 2rem 3rem 2rem;
  	width: 100%;
  	max-width: 520px;
  	text-align: center;
}

.formPop.fullPop h3 {
	font-size: 1.25rem;
}

.formPop.fullPop .btn {
	background: #333;
	color: #fff;
	box-shadow: none;
	text-transform: uppercase;
	font-size: 1rem;
}

.formPop.fullPop .btn:hover {
	background: #000;
}

.eduContent .head {
	padding: 8rem 0 0 0;
	margin: 0 auto;
	text-align: center;
}

.eduContent .head h3 {
	padding-bottom: 1.5rem;
	font-weight: 600;
	font-size: 1.5rem;
	font-family: 'Manrope', sans-serif;
}

.eduContent .head p {
	max-width: 520px;
	margin: 0 auto;
}

.eduContent .row {
	padding: 4rem 0 0 0;
}

.menuAside label {
	text-align: left;
	display: block;
	margin-bottom: 1rem;
	color: #222;
	position: relative;
	text-indent: 0;
	padding: 0 0 0 24px;
	cursor: pointer;
	font-weight: 400;
	font-size: .9rem;
	line-height: 1.5;
}

.menuAside input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 15px;
	width: 15px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.menuAside .button-group {
	padding-bottom: 2rem;
}

.menuAside label:hover input ~ .checkmark {
	background-color: #ddd;
}

.menuAside label input:checked ~ .checkmark {
	background-color: #a8203f;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.menuAside label input:checked ~ .checkmark:after {
	display: none;
}

.menuAside label .checkmark:after {
	left: 4px;
	top: 0px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menuAside h5 {
	display: block;
	font-weight: 500;
	text-align: left;
	padding-bottom: 1rem;
	color: #000;
}

.menuAside .cat-label {
	font-weight: 500;
	text-align: left;
	display: block;
	padding-bottom: .75rem;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1rem;
}

.menuAside .cat-label > span {
	display: inline-block;
	padding-bottom: .5rem;
}

.menuAside .cat-label label {
	margin-left: .5rem;
	font-weight: 500;
	font-size: .9rem;
	margin-bottom: .25rem;
}

.menuAside .cat-label label.empty {
	opacity: .5;
}

.menuAside .cat-label label .count {
	font-size: .75rem;
	font-weight: 300;
}

#navTech .row:nth-child(2n+2),
#navTech .row:nth-child(2n+2) .showAll {
	background-color: #ebebeb;
}

.eduContent .row h4 {
	font-weight: 500;
	font-size: 1.25rem;
	padding-bottom: 1.5rem;
}

.eduContent .row ul {
	display: grid;
	grid-template-columns: 21% 21% 21% 21%;
	grid-gap: 2rem 5%;
	margin-bottom: 0;
	overflow: hidden;
}

.eduContent .row li {
	padding: 0 0 1rem 0;
}

.eduContent .row ul.eduPDF li > span {
	display: block;
	cursor: pointer;
	color: #000;
	text-decoration: none;
	transition: .5s linear;
}

.eduContent .row ul.eduPDF li > span img {
	border: 1.5px solid #eee;
}

.eduContent .row .grid li {
	width: 33.333%;
	transition: none;
	margin-bottom: 4rem;
	cursor: pointer;
}

.eduContent .row .grid li.visible_item {
	margin: 0;
	padding: 0;
}

.eduContent .row .grid li span {
	display: block;
}

.visible_item{
	display:none;
}

#showMore {
	font-family: Rubik, sans-serif;
	font-weight: 500;
	background: none;
	cursor: pointer;
	border: 2px solid #aaa;
	font-size: .9rem;
	padding: 12px 21px;
	transition: .5s;
}

#showMore:hover {
	border-color: #000;
}

.eduContent .row li:nth-child(n+5) {
}

.eduContent .row.open li:nth-child(n+5) {
	display: inline-block;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

#navTech .row li span p,
#navTech .row li a,
#navTech .row li a p,
#navCEU .row li span a {
	font-weight: 400;
	line-height: 1.25;
	font-size: .85rem;
	color: #000;
	padding-top: .5rem;
	text-decoration: none;
}

#navCEU .row li span a {
	font-size: 1rem;
}

#navTech .row li span:hover p,
#navTech .row li a:hover p,
#navCEU .row li span a:hover {
	text-decoration: underline;
}

.eduContent .row li span:hover img {
	opacity: .8;
}

.eduContent .foot {
	text-align: center;
	position: relative;
	z-index: 2;
}

.eduContent .showAll {
	font-weight: 500;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: none;
	background-color: #f5f5f5;
	margin-right: -36px;
    bottom: 2rem;
}

.eduContent .showAll:after {
    width: 21px;
    height: 18px;
    content: '';
    background-image: url(../images/arrow-down-short.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    position: absolute;
    display: block;
    bottom: 0;
    margin: 0 auto;
    left: -32px;
    transition: .5s;
}

.eduContent .showAll:hover {
	text-decoration: underline;
}

.eduContent .showAll:hover:after {
	bottom: -4px;
}

.pageNav {
	padding-top: 3rem;
}

.pageNav li {
	display: inline-block;
	padding: 0 .5rem;
}

.pageNav li a {
	color: #666;
	text-decoration: none;
	font-size: .9rem;
	position: relative;
}

.pageNav li a:before {
	content: '';
	width: 100%;
	height: 2px;
	background: rgba(0,0,0,.25);
	display: block;
	bottom: -2px;
	left: 0;
	position: absolute;
	transition: .5s;
}

.pageNav li a:hover:before {
	color: #000;
	background: rgba(0,0,0,.85);
}

#navCEU.eduContent {
}

#navCEU.eduContent .head p {
	max-width: 590px;
	text-align: left;
}

#navCEU.eduContent .head p a {
	color: #666;
}

#navCEU.eduContent .head p a:hover {
	color: #333;
}

#navCEU.eduContent .row {
	padding: 2rem 0 0 0;
}

#navCEU.eduContent .row ul {
	display: block;
	width: 100%;
}

#navCEU.eduContent .row > ul li {
	padding: 6rem 0 5rem 0;
}

#navCEU.eduContent .row li .wrap {
	width: 100%;
	display: grid;
	grid-template-columns: 30% 20% 50%;
	max-width: 960px;
	margin: 0 auto;
}

#navCEU.eduContent .row > ul li:nth-child(2n) {
	background: #ebebeb;
}

#navCEU.eduContent .row li img {
}

#navCEU.eduContent .row li .wrap p.dLink {
	padding-top: 4px;
	position: relative;
	transition: .5s;
	display: inline-block;
	margin-top: 1rem;
}

#navCEU.eduContent .row li .wrap p.dLink strong {

}

#navCEU.eduContent .row li .wrap p.dLink:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #000;
    bottom: 2px;
    display: inline-block;
    position: absolute;
	transition: .5s;
}

#navCEU.eduContent .row li .wrap a:hover {
	text-decoration: none;
	transition: .5s;
}

#navCEU.eduContent .row li .wrap a:hover p.dLink:before {
	width: 100%;
}

#navCEU.eduContent .row li .wrap .btn {
    background: #a91f40;
    padding: 1rem 1.5rem;
    color: #fff;
    display: inline-block;
    margin-top: 1rem;
    font-size: .9rem;
}

#navCEU.eduContent .row li span.meta {
	padding: 0 3rem;
}

#navCEU.eduContent .row li span.meta span {
	border-top: 2px solid rgba(0,0,0,.15);
	border-bottom: 2px solid rgba(0,0,0,.15);
	display: block;
	padding: 1rem 0;
}

#navCEU.eduContent .row li h4 {
	font-size: 2rem;
	padding: .5rem 0 1.5rem 0;
	line-height: 1.35;
}

#navCEU.eduContent .row li p {
	color: #000;
	padding-bottom: .25rem;
}

#navCEU.eduContent .row li p a:hover {
	text-decoration: underline;
}

#navCEU.eduContent .row li .share {
	display: block;
	margin-top: 2rem;
	cursor: pointer;
	transition: .5s;
}

#navCEU.eduContent .row li .share i {
	background-image: url('../images/share.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 16px;
	display: inline-block;
	width: 18px;
	height: 18px;
	opacity: .5;
	margin: 0.35rem;
    vertical-align: top;
}

#navCEU.eduContent .row li .share i:hover {
	opacity: 1;
}

#navCEU.eduContent .row li .share a {
	font-size: .75rem;
	color: #444;
	line-height: 1;
	background: #fff;
	padding: .5rem 1rem;
	border-radius: 20px;
	display: inline-block;
	margin-top: 1rem;
	display: none;
	letter-spacing: -1px;
	font-weight: 400;
}

#navCEU.eduContent .row li:nth-child(n+5) {
	display: block;
}

#navCEU.eduContent .row:nth-child(2n-1) {
	background: none;
}

#navCEU.eduContent .formWrap {
	width: 100%;
	padding-top: 4rem;
}

#navCEU.eduContent .formWrap h6 {
	font-size: 1.25rem;
	padding: 3rem 0;
}

#navCEU.eduContent .formWrap .row {
	width: 100%;
}

#navCEU.eduContent .formWrap .row h6 {
	text-align: center;
}

form .field {
	width: 49%;
}

form .field.field-full {
	width: 100%;
}

.formWrap form .field input,
.formWrap form .field select,
.formWrap form .field textarea,
.formWrap form .selectric-wrapper {
	background-color: rgba(0,0,0,.05);
	color: #000;
}

.formWrap form .field textarea {
	padding: 2rem 1rem;
	text-indent: 0;
}

.formWrap form .selectric-items,
.formWrap form .selectric-items li:nth-child(2n) {
	background: #fff;
	color: #000;
	border: none;
}

.formWrap form .selectric-wrapper ul {
	padding: 0;
	margin: 0;
}

.formWrap form .selectric-wrapper li {
	padding: 6px 0;
	color: #333;
}

.formWrap form .selectric-wrapper li:hover,
.formWrap form .selectric-items li.highlighted {
	background: #eee;
}

.formWrap form .selectric .label {
	color: #000;
	font-weight: 500;
}

.formWrap form .btn {
	background: #525252;
	color: #fff;
	margin-top: 1rem;
}

.formWrap form .btn:hover {
	background: #000;
	color: #fff;
}

#frmCEU {
	max-width: 640px;
	margin: 0 auto;
}

.feedbackOK p {
    text-align: center;
    background: #a8203f;
    line-height: 1.5;
    padding: 2rem 0;
    color: #fff;
    font-size: 1rem;
}

.feedbackOK p a {
	color: #fff;
	font-weight: 400;
}

.newsletter .feedbackOK p {
    color: #fff;
    font-size: .75rem;
    padding: 12px 10px;
    text-align: left;
    line-height: 1.25;
    margin-top: 12px;
}

.static #content {
	padding-bottom: 12rem;
}

.static #content p {
	color: #000;
	text-align: justify;
}

.static #content h3 {
	padding: 2rem 0;
	border-top: 3px solid #000;
	margin: 3rem 0 0 0;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.35;
}

.static #content h4 {
	font-weight: 600;
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
}

.static #content h5 {
	font-weight: 500;
	padding-bottom: .5rem;
}

.static #content a {
	color: #a8203f;
}

.static #content .intend {
	padding-left: 1rem;
}

.static #content li {
	list-style: square;
	margin-left: 3rem;
}

.mobileOnly {
	display: none;
}

.hardscape #rLi.compact .matRowCompact {
	margin-bottom: 0;
}

.hardscape #rLi.compact .circleList {
	display: block;
	margin: 0;
	width: 100%;
}

.hardscape #rLi {
	margin-bottom: 4rem;
}

.hardscape #rLi.compact .appRowCompact {
	border: none;
}

.hardscape #content {
	margin-top: 6rem;
}

.hardscape #content h4 {
	font-size: 1.35rem;
	font-weight: normal;
	line-height: 1.5;
    font-family: 'Rubik', sans-serif;
    margin: 0;
    padding: 0;
}

.hardscape #content h4 strong {
	font-weight: 500;
}