/*  ==========================================================================
	Styles for Starter Template.
	Author: Alchemy Digital
	========================================================================== */

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	max-width: 100%;
}

/*  ==========================================================================
	Base typography
	========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1.5em 0 0.25em;
	line-height: 1.2;
	font-weight: 800;
}

h1,
.h1 {
	margin: 0;
	text-transform: uppercase;
	font-family: "Oswald", Impact, sans-serif;
}

h2,
.h2 {
	font-weight: normal;
}

h1,
.fontsize--huge {
	font-size: 32px;
	line-height: 1.1;
}

h2,
.fontsize--large {
	font-size: 26px;
	line-height: 1.1;
}

h3,
.fontsize--med {
	font-size: 17px;
	line-height: 1.3;
}

body,
h4,
.fontsize--reg {
	font-size: 15px;
}

h5,
.fontsize--sml {
	font-size: 14px;
}

h6,
.fontsize--tiny {
	font-size: 12px;
}

strong,
b,
.font--bold,
.font--semibold {
	font-weight: 700;
}

.font--reg {
	font-weight: 300;
}

.font--light {
	font-weight: 200;
}

.font--oswald {
	font-family: "Oswald", Impact, sans-serif;
}

.case--lower {
	text-transform: lowercase;
}

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

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

.text-align--left {
	text-align: left;
}

.text-align--right {
	text-align: right;
}

@media only screen and (min-width: 550px) {
	h1,
	.fontsize--huge {
		font-size: 36px;
	}
	h2,
	.fontsize--large {
		font-size: 32px;
	}
	h3,
	.fontsize--med {
		font-size: 18px;
	}
	body,
	h4,
	.fontsize--reg {
		font-size: 15px;
	}
	h5,
	.fontsize--sml {
		font-size: 14px;
	}
	h6,
	.fontsize--tiny {
		font-size: 12px;
	}
}

@media only screen and (min-width: 700px) {
	h1,
	.fontsize--huge {
		font-size: 44px;
	}
	h2,
	.fontsize--large {
		font-size: 36px;
	}
	h3,
	.fontsize--med {
		font-size: 20px;
	}
	body,
	h4,
	.fontsize--reg {
		font-size: 16px;
	}
	h5,
	.fontsize--sml {
		font-size: 14px;
	}
	h6,
	.fontsize--tiny {
		font-size: 12px;
	}
}

@media only screen and (min-width: 800px) {
}

@media only screen and (min-width: 1200px) {
	h1,
	.fontsize--huge {
		font-size: 52px;
	}
	h2,
	.fontsize--large {
		font-size: 40px;
	}
	h3,
	.fontsize--med {
		font-size: 22px;
	}
	body,
	h4,
	.fontsize--reg {
		font-size: 16px;
	}
	h5,
	.fontsize--sml {
		font-size: 14px;
	}
	h6,
	.fontsize--tiny {
		font-size: 12px;
	}
}

@media only screen and (min-width: 1400px) {
	h1,
	.fontsize--huge {
		font-size: 60px;
	}
	h2,
	.fontsize--large {
		font-size: 45px;
	}
	h3,
	.fontsize--med {
		font-size: 24px;
	}
	body,
	h4,
	.fontsize--reg {
		font-size: 17px;
	}
	h5,
	.fontsize--sml {
		font-size: 15px;
	}
	h6,
	.fontsize--tiny {
		font-size: 13px;
	}
}

@media only screen and (min-width: 1600px) {
	h1,
	.fontsize--huge {
		font-size: 66px;
	}
	h2,
	.fontsize--large {
		font-size: 48px;
	}
	h3,
	.fontsize--med {
		font-size: 25px;
	}
	body,
	h4,
	.fontsize--reg {
		font-size: 18px;
	}
	h5,
	.fontsize--sml {
		font-size: 15px;
	}
	h6,
	.fontsize--tiny {
		font-size: 13px;
	}
}

ul,
ol {
	margin: 0 0 1em;
	padding: 0;
}

p {
	margin: 0 0 1em;
}

/*  ==========================================================================
	base links, buttons, interaction colors
	========================================================================== */

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

.color--grey {
	color: #888;
}

.color--blue {
	color: #00d4ff;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

.linkline {
	border-bottom: solid 1px rgba(230, 51, 42, 0.33);
}

a:hover .linkline {
	border-color: rgba(230, 51, 42, 0.8);
}

a .fa {
	padding: 0 0 0 0.66em;
}

a .fa--left {
	padding: 0 0.66em 0 0;
}

a .fa--nopad {
	padding: 0;
}

.btn {
	background: #be1622;
	background: -moz-linear-gradient(-45deg, #e6332a 0%, #be1622 100%);
	background: -webkit-linear-gradient(-45deg, #e6332a 0%, #be1622 100%);
	background: linear-gradient(135deg, #e6332a 0%, #be1622 100%);
	color: #fff;
	border-radius: 2px;
	display: inline-block;
	margin: 0 0.5em 0.5em 0;
	padding: 1em 1.75em;
	border: none;
	text-transform: uppercase;
	font-family: "Oswald", Impact, sans-serif;
}

.btn .linkline {
	border: none;
}

.btn:hover {
	color: #fff;
	background-color: #333;
}

.btn--grey {
	background: #eee;
	color: #333;
}

.btn--grey:hover {
	background: #00d4ff;
	color: #fff;
}

.btn--white {
	background: #fff;
	color: #333;
}

.btn--white:hover {
	background: #fff;
	color: rgba(230, 51, 42, 0.8);
}

.btn--outline {
	border-radius: 4px;
	border-width: 0.2em;
	border-style: solid;
	padding: 0.8em 1.55em;
	color: #be1622;
	background: transparent;
	-moz-border-image: -moz-linear-gradient(-45deg, #e6332a 0%, #be1622 100%);
	-webkit-border-image: -webkit-linear-gradient(-45deg, #e6332a 0%, #be1622 100%);
	border-image: linear-gradient(135deg, #e6332a 0%, #be1622 100%);
	border-image-slice: 1;
	margin-left: 10px;
	margin-top: -3px;
	-webkit-transition: background 0.6s ease-in-out;
	-moz-transition: background 0.6s ease-in-out;
	-o-transition: background 0.6s ease-in-out;
	transition: background 0.6s ease-in-out;
}

.btn--outline:hover {
	color: #fff !important;
	background: #f59331;
	background: -moz-linear-gradient(-45deg, #e6332a 0%, #be1622 100%);
	background: -webkit-linear-gradient(-45deg, #e6332a 0%, #be1622 100%);
	background: linear-gradient(135deg, #e6332a 0%, #be1622 100%);
}

/*  ==========================================================================
	Basic layout classes
	========================================================================== */

.bd {
	margin: 0 7.14%;
	position: relative;
	min-height: 1px;
}

.bd:after {
	content: "";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.padding--top {
	padding-top: 10%;
}

.padding--bottom {
	padding-bottom: 10%;
}

.padding--top-half {
	padding-top: 7%;
}

.padding--bottom-half {
	padding-bottom: 7%;
}

.padding--top-em {
	padding-top: 1em;
}

.padding--bottom-em {
	padding-bottom: 1em;
}

.margin--top {
	margin-top: 10%;
}

.margin--bottom {
	margin-bottom: 10%;
}

.margin--top-half {
	margin-top: 7%;
}

.margin--bottom-half {
	margin-bottom: 7%;
}

.margin--top-em {
	margin-top: 1em;
}

.margin--bottom-em {
	margin-bottom: 1em;
}

.margin--none {
	margin: 0;
}

@media only screen and (min-width: 550px) {
	.padding--top {
		padding-top: 7%;
	}
	.padding--bottom {
		padding-bottom: 7%;
	}
	.padding--top-half {
		padding-top: 3.5%;
	}
	.padding--bottom-half {
		padding-bottom: 3.5%;
	}
	.margin--top {
		margin-top: 7%;
	}
	.margin--bottom {
		margin-bottom: 7%;
	}
	.margin--top-half {
		margin-top: 3.5%;
	}
	.margin--bottom-half {
		margin-bottom: 3.5%;
	}
	.margin--top-em {
		margin-top: 1em;
	}
	.margin--bottom-em {
		margin-bottom: 1em;
	}
}

@media only screen and (min-width: 700px) {
}

@media only screen and (min-width: 800px) {
}

@media only screen and (min-width: 1000px) {
	.padding--top {
		padding-top: 5%;
	}
	.padding--bottom {
		padding-bottom: 5%;
	}
	.padding--top-half {
		padding-top: 3.5%;
	}
	.padding--bottom-half {
		padding-bottom: 3.5%;
	}
	.margin--top {
		margin-top: 5%;
	}
	.margin--bottom {
		margin-bottom: 5%;
	}
	.margin--top-half {
		margin-top: 3.5%;
	}
	.margin--bottom-half {
		margin-bottom: 3.5%;
	}
	.margin--top-em {
		margin-top: 1em;
	}
	.margin--bottom-em {
		margin-bottom: 1em;
	}
}

/*  ==========================================================================
	base nav
	========================================================================== */

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

.inlinenavlist {
	margin: 0 -0.75em;
}

.inlinenavlist li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.inlinenavlist a {
	display: block;
	padding: 0 0.75em;
}

/*  ==========================================================================
	siteheader
	========================================================================== */

/*.siteheader{
	background: #fff;
	position: relative;
	z-index: 50;
}*/

.siteheader {
	background: #fff;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: top 250ms ease-out 0ms, color 250ms ease-out 0ms, background 250ms ease-out 0ms;
	-moz-transition: top 250ms ease-out 0ms, color 250ms ease-out 0ms, background 250ms ease-out 0ms;
	transition: top 250ms ease-out 0ms, color 250ms ease-out 0ms, background 250ms ease-out 0ms;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	transition-delay: 0ms;
	position: fixed;
	margin-bottom: 25px;
}

.siteheader__bd {
	padding: 15px 0;
}

/*.sitelogo { height: 80px; width: auto; }*/

@media only screen and (min-width: 1200px) {
	.sitelogo {
		position: absolute;
		top: 15px;
		left: 50%;
		width: 120px;
		margin: 0 0 0 -60px;
		text-align: center;
	}
}

.sitelogo__img {
	width: 40px;
	height: 40px;
	/*-webkit-transition: width 250ms, height 250ms;
    transition: width 250ms, height 250ms;*/
	transition: transform 150ms ease-in-out 0ms;
}

.sitelogo__img:hover {
	transform: rotate(25deg);
}

@media only screen and (min-width: 700px) {
	.sitelogo__img {
		width: 60px;
		height: 60px;
	}
}

.sitelogo__img--neg {
	display: none;
}

/*.hasscrolled .sitelogo__img {
	width: 40px;
	height: 40px;
}
.haspageheaderimg .sitelogo__img--neg {
	display: block;
}
.haspageheaderimg .sitelogo__img--pos {
	display: none;
}*/

/*  ==========================================================================
	mobnav
	========================================================================== */

.mobnav {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 0;
	background: #eee;
	box-shadow: 0 -1px 0 #ddd inset;
	text-align: center;
	-webkit-transition: height 150ms ease-in-out;
	-moz-transition: height 150ms ease-in-out;
	transition: height 150ms ease-in-out;
}

.mobnav li {
	border-top: solid 1px #ddd;
}

.mobnav li:first-child {
	border-top: none;
}

.mobnav a {
	display: block;
	padding: 0.66em 0;
}

#menu-main-navigation-left {
	border-bottom: solid 1px #ddd;
}

@media only screen and (min-width: 1200px) {
	.mobnav {
		display: none;
	}
	#menu-main-navigation-left {
		border-bottom: none;
	}
}

/*  ==========================================================================
	mobtools
	========================================================================== */

.mobtools {
	position: absolute;
	bottom: 50%;
	margin-bottom: -0.75em;
	right: 0;
}

@media only screen and (min-width: 1200px) {
	.mobtools {
		display: none;
	}
}

/*  ==========================================================================
	sitenav
	========================================================================== */

.sitenav {
	display: none;
	text-align: center;
	font-family: "Oswald", Impact, sans-serif;
	text-transform: uppercase;
	width: 50%;
	box-sizing: border-box;
}

.sitenav--left {
	padding-right: 70px;
	text-align: right;
}

.sitenav--right {
	padding-left: 70px;
	text-align: left;
}

.sitenav ul li {
	-webkit-transition: margin 150ms ease-in-out 100ms;
	-moz-transition: margin 150ms ease-in-out 100ms;
	transition: margin 150ms ease-in-out 100ms;
}

.sitenav ul li a {
	line-height: 60px;
	-webkit-transition: line-height 250ms;
	transition: line-height 250ms;
}

/*.hasscrolled .sitenav ul li a {
	line-height: 40px;
}*/

/* For 4 items
@media only screen and (min-width: 700px){
	.sitenav{ display: block; }
	.sitenav li:nth-child(2){
		margin-right: 75px;
	}
	.sitenav li:nth-child(3){
		margin-left: 75px;
	}
	.hasscrolled li:nth-child(2){
		margin-right: 65px;
	}
	.hasscrolled .sitenav li:nth-child(3){
		margin-left: 65px;
	}
}*/

.sitenav a {
	position: relative;
}

.sitenav a:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0.5em;
	left: 0.75em;
	right: 0.75em;
	height: 0.2em;
	background: -moz-linear-gradient(-45deg, #e6332a 0%, #be1622 100%);
	background: -webkit-linear-gradient(-45deg, #e6332a 0%, #be1622 100%);
	background: linear-gradient(135deg, #e6332a 0%, #be1622 100%);
	transform: scale(1, 0);
	transition: transform 250ms ease-in-out, bottom 250ms ease-in-out;
}

.sitenav a:hover:after {
	transform: scale(1, 1);
	bottom: 1em;
}

@media only screen and (min-width: 1200px) {
	.sitenav {
		display: inline-block;
	}
}

/*  ==========================================================================
	Main
	========================================================================== */

.main {
	margin-top: 100px;
}

.anchor {
	outline: none;
	margin-top: -80px;
	padding-top: 80px;
}

.haspageheaderimg .main {
	margin-top: 0;
}

/*  ==========================================================================
	Page
	========================================================================== */

.pageheader {
	text-align: center;
	position: relative;
}

.pageheader__bd {
	position: relative;
	z-index: 2;
}

.pageheader h1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 12em;
	margin-bottom: 0.1em;
}

.pageheader .leader {
	margin: 0 auto;
	max-width: 30em;
}

/*
// pageheader--img
*/

.pageheader--img {
	background: #000;
	color: #fff;
	overflow: hidden;
}

.pageheader__img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 1000ms ease-out 0ms;
	-moz-transition: opacity 1000ms ease-out 0ms;
	transition: opacity 1000ms ease-out 0ms;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.pageheaderimg--loaded .pageheader__img {
	-webkit-transition: -webkit-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	-moz-transition: -moz-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	transition: transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 0.66;
}

/*
// pageheader--video
*/

.pageheader__video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 2000ms ease-out 0ms;
	-moz-transition: opacity 2000ms ease-out 0ms;
	transition: opacity 2000ms ease-out 0ms;
}

.has-videoheader--playing .pageheader__video {
	opacity: 0.66;
}

.no-touch .has-videoheader .pageheader__img {
	display: none;
}

/* postheader */

.postheaderimg {
	padding: 50% 0 0;
	position: relative;
	background: #eee;
	overflow: hidden;
	margin-top: -1.5em;
}

.has-videoheader--playing .postheaderimg .pageheader__video {
	opacity: 1;
}

.pageheaderimg--loaded .postheaderimg .pageheader__img {
	opacity: 1;
}

/*  ==========================================================================
    share icons
    ========================================================================== */

.shareicons {
	color: #fff;
	z-index: 10;
	position: relative;
}

.shareiconslist {
}

.shareiconslist li {
	margin: 0;
	display: inline-block;
}

.sharelink {
	display: inline-block;
	height: 2em;
	background: #f1f1f1;
	line-height: 2em;
	margin: 0;
	color: #fff;
	border-radius: 1em;
}

.sharelink:after {
	content: "";
	height: 0;
	visibility: hidden;
	clear: both;
	display: block;
}

.sharelink--facebook {
	background: #3b5998;
}

.sharelink--twitter {
	background: #00aced;
}

.sharelink--linkedin {
	background: #007bb6;
}

.shareicon {
	width: 2em;
	text-align: center;
	display: block;
	float: left;
	padding: 0;
	border: none;
}

.shareicon .fa {
	display: inline-block;
	padding: 0;
}

a:hover .shareicon .fa {
	display: inline-block;
	padding: 0;
}

.sharetext {
	overflow: hidden;
	font-size: 12px;
	display: block;
	float: left;
	text-align: right;
	width: 0;
	-webkit-transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
	text-align: left;
}

.sharelink:hover .sharetext {
	width: 45px;
}

/* reverse sharelink when image is present */

.pageheader--img .sharelink {
	background: #fff;
}

.pageheader--img .sharelink--facebook,
.pageheader--img .sharelink--facebook:hover {
	color: #3b5998;
}

.pageheader--img .sharelink--twitter,
.pageheader--img .sharelink--twitter:hover {
	color: #00aced;
}

.pageheader--img .sharelink--linkedin,
.pageheader--img .sharelink--linkedin:hover {
	color: #007bb6;
}

@media only screen and (min-width: 700px) {
	.sharelink {
		line-height: 3em;
		height: 3em;
		border-radius: 1.5em;
	}
	.shareicon {
		width: 3em;
	}
}

/*  ==========================================================================
	content
	========================================================================== */

.content {
	margin: 0 auto;
	box-sizing: border-box;
}

@media only screen and (min-width: 550px) {
	.content {
		width: 83.4%;
		padding: 0 0.5em;
	}
}

@media only screen and (min-width: 700px) {
	.content {
		padding: 0 0.625em;
	}
}

@media only screen and (min-width: 800px) {
	.content {
		width: 66.8%;
	}
}

@media only screen and (min-width: 1000px) {
	.content {
		width: 60%;
		padding: 0 0.75em;
	}
}

@media only screen and (min-width: 1200px) {
	.content {
		width: 50%;
	}
}

@media only screen and (min-width: 1400px) {
}

/*  ==========================================================================
	.posts
	========================================================================== */

.posts {
	margin-bottom: -3em;
}

.post {
	margin-bottom: 3em;
	position: relative;
}

.post__categories {
	margin-bottom: 0.5em;
}

.post__heading {
	margin: 0 0 0.5em;
	line-height: 1.2;
}

.post__tags {
	padding: 0 0.66em 0.66em 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #f4f4f4;
	z-index: 2;
	-webkit-transition: -webkit-box-shadow 150ms ease-out 0s;
	-moz-transition: -moz-box-shadow 150ms ease-out 0s;
	transition: box-shadow 150ms ease-out 0s;
}

.post__tags:hover {
	-webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
	box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
}

.post__link {
	position: relative;
	z-index: 1;
}

.postimg {
	padding: 66.6% 0 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 1em;
	-webkit-transition: -webkit-box-shadow 150ms ease-out 0s;
	-moz-transition: -moz-box-shadow 150ms ease-out 0s;
	transition: box-shadow 150ms ease-out 0s;
}

.post__link:hover .postimg {
	-webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
}

.postimg__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #eee;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/*  ==========================================================================
	paging
	========================================================================== */

.paging {
	position: relative;
	padding: 0;
	margin-bottom: 0;
	border-top: solid 1px #ddd;
}

.paging__numbers {
	display: none;
}

.paging__numbers a,
.paging__numbers span {
	padding: 1.5em;
	border: none;
	border-right: solid 1px #ddd;
	display: block;
	float: left;
	min-width: 1.4em;
	text-align: center;
}

.paging__numbers .current {
	color: #aaa;
}

.paging__nextprev {
	text-align: center;
	padding: 0.5em;
}

.paging__nextprev {
	text-align: center;
}

.paging__nextprev .btn {
	margin-bottom: 0;
}

.paging__pager--older a:hover {
	background: #afb472;
}

.paging__nextprev--bothpresent .paging__pager--older {
	border-left: solid 1px #e0e0d9;
}

@media only screen and (min-width: 800px) {
	.paging {
		border-bottom: solid 1px #ddd;
	}
	.paging__bd {
		border-bottom: solid 1px #d4d4cb;
		border-top: solid 1px #d4d4cb;
	}
	.paging__numbers {
		display: block;
	}
	.paging__nextprev {
		position: absolute;
		padding: 0;
		right: 0;
		top: 50%;
		margin-top: -1.75em;
	}
	.paging__pager {
		display: inline-block;
		padding: 0.5em;
	}
}

/*  ==========================================================================
    searchpopup
    ========================================================================== */

.searchpopup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 100%;
	right: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	z-index: 99;
	transition: opacity 250ms ease-out 0ms, top 250ms ease-out 0ms, left 0ms linear 250ms;
	opacity: 0;
	top: 1em;
}

.searchpopupoverlay {
	position: fixed;
	z-index: 98;
	top: 0;
	left: 100%;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	transition: opacity 300ms ease-out 0ms, left 0ms linear 500ms;
}

.popupsearch--open .searchpopup {
	left: 0;
	opacity: 1;
	top: 0em;
	-webkit-transition: opacity 500ms ease-out 250ms, top 500ms ease-out 250ms, left 0ms linear 0ms;
	-moz-transition: opacity 500ms ease-out 250ms, top 500ms ease-out 250ms, left 0ms linear 0ms;
	transition: opacity 500ms ease-out 250ms, top 500ms ease-out 250ms, left 0ms linear 0ms;
}

.popupsearch--open .searchpopupoverlay {
	left: 0;
	opacity: 0.88;
	-webkit-transition: opacity 500ms ease-out 5ms, left 0ms linear 0ms;
	-moz-transition: opacity 500ms ease-out 5ms, left 0ms linear 0ms;
	transition: opacity 500ms ease-out 5ms, left 0ms linear 0ms;
}

.searchpopup:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
	/* Adjusts for spacing */
}

.searchpopupform {
	width: 85.72%;
	display: inline-block;
	vertical-align: middle;
}

.searchpopupform .field__label {
	display: block;
	font-weight: 700;
	margin: 0 0 0.75em;
}

.searchpopupform .field__note {
	margin: 0.75em 0 0;
}

.searchpopupform .field__note strong {
	cursor: pointer;
}

.searchpopupform .field__input {
	padding: 0.66em 3.5em 0.66em 0.66em;
	border: solid 1px #fff;
	font-size: 1.5em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
}

.searchpopupform .field__input input {
	background: none;
	border: none;
	padding: 0;
	color: #fff;
	width: 100%;
	outline: none;
	text-align: left;
}

.searchpopupbtn {
	width: 1.75em;
	padding: 0.66em;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.searchpopupbtn:hover {
	background: #fff;
	color: #333;
}

.searchpopupbtn .fa {
	padding: 0;
}

@media only screen and (min-width: 550px) {
	.searchpopupform .field__input {
		font-size: 1.75em;
	}
}

@media only screen and (min-width: 700px) {
	.searchpopupform .field__input {
		font-size: 2em;
	}
	.searchpopupform {
		width: 75%;
	}
}

/*  ==========================================================================
	Search results page
	========================================================================== */

.searchpageform {
}

.searchpagefield {
	position: relative;
}

.searchpagefield input {
	background: none;
	padding-right: 4em;
	position: relative;
	z-index: 1;
}

.searchpagesubmit {
	padding: 1em 1.25em;
	border: none;
	position: absolute;
	z-index: 2;
	top: 1px;
	right: 1px;
	background: none;
	text-align: center;
}

.searchpagesubmit:hover {
	background: #eee;
}

/*  ==========================================================================
	Home Page
	========================================================================== */

.homehero {
	height: 100vh;
	position: relative;
	text-align: center;
	background: #f2f1f0;
}

.herosection {
	position: absolute;
	overflow: hidden;
	left: 0;
	width: 100%;
}

.herosection--img {
	top: 0;
	height: 70%;
}

.herosection--text {
	top: 60%;
}

.herosection--text__content {
	background: #f2f1f0;
	width: 80%;
	margin: 0 auto;
	padding: 2em 0 0;
}

@media only screen and (min-width: 800px) {
	.herosection {
		position: absolute;
		height: 100vh;
		width: 50%;
		top: 0;
		bottom: 0;
	}
	.herosection--text {
		right: 0;
		left: 50%;
	}
	.herosection--text__content {
		padding: 10%;
		width: 80%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
}

.herosection--text h2 {
	margin: 0 0 2em;
}

/*.textgradient {
	display: inline-block;
	position: relative;
	color: #be1622;
	background: #fff;
	mix-blend-mode: multiply;
}
.textgradient::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: -moz-linear-gradient(-45deg, #e6332a 0%, #be1622 100%);
	background: -webkit-linear-gradient(-45deg, #e6332a 0%,#be1622 100%);
	background: linear-gradient(135deg, #e6332a 0%,#be1622 100%);
    pointer-events: none;
	mix-blend-mode: screen;
}*/

.textgradient {
	background: transparent;
	background: -moz-linear-gradient(-45deg, #e6332a 0%, #be1622 100%);
	background: -webkit-linear-gradient(-45deg, #e6332a 0%, #be1622 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.herosection--img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.herosection--img::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 30%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 30%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#33000000', GradientType=0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.homehero .scrolldown {
	position: absolute;
	display: none;
	left: 0;
	right: 0;
	bottom: 10%;
	text-align: center;
	opacity: 1;
	-webkit-transition: bottom 250ms ease-in-out 0ms, opacity 250ms ease-out 0ms, -webkit-transform 150ms ease-out 0ms;
	-moz-transition: bottom 250ms ease-in-out 0ms, opacity 250ms ease-out 0ms, -moz-transform 150ms ease-out 0ms;
	transition: bottom 250ms ease-in-out 0ms, opacity 250ms ease-out 0ms, transform 150ms ease-out 0ms;
}

.homehero .scrolldown::before {
	position: absolute;
	content: "";
	width: 70px;
	height: 70px;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	transform: rotate(135deg);
	overflow: hidden;
	left: 0;
	right: 0;
	background: #be1622;
	background: -moz-linear-gradient(0deg, #e6332a 0%, #be1622 100%);
	background: -webkit-linear-gradient(0deg, #e6332a 0%, #be1622 100%);
	background: linear-gradient(0deg, #e6332a 0%, #be1622 100%);
}

.hasscrolled .homehero .scrolldown {
	opacity: 0;
	bottom: 30%;
}

.homehero .scrolldown span {
	position: absolute;
	display: inline-block;
	top: 2em;
	left: 25%;
	right: 25%;
	font-size: 13px;
	text-transform: uppercase;
}

.homehero .scrolldown a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
}

.homehero .scrolldown a::after {
	position: absolute;
	top: 150%;
	left: 50%;
	margin: auto auto auto -8px;
	content: "\f0d7";
	font-family: FontAwesome;
	vertical-align: middle;
	font-size: 32px;
	z-index: 10;
	-webkit-transition: top 250ms ease-in-out 0ms;
	-moz-transition: top 250ms ease-in-out 0ms;
	transition: top 250ms ease-in-out 0ms;
}

.homehero .scrolldown:hover a::after {
	top: 160%;
}

@media only screen and (min-width: 800px) {
	.homehero .scrolldown {
		bottom: 15%;
		display: block;
	}
	.homehero .scrolldown::before {
		width: 80px;
		height: 80px;
	}
}

.casestudies__casestudy .imgright {
	display: none;
}

.casestudy__img {
	padding: 66.6% 0 0 0;
	background-size: cover;
	background-position: 50% 50%;
}

.casestudy__text {
	padding: 1em 0;
}

@media only screen and (min-width: 550px) {
	.casestudies__casestudy:nth-child(odd) .imgright {
		display: inline-block;
	}
	.casestudies__casestudy:nth-child(odd) .imgleft {
		display: none;
	}
	.casestudy__img {
		padding-top: 100%;
	}
}

@media only screen and (min-width: 700px) {
	.casestudy__text {
		padding: 1em 15%;
	}
}

/*  ==========================================================================
	Contact page
	========================================================================== */

.contact {
	background: #be1622;
	background: -moz-linear-gradient(-45deg, #e6332a 0%, #be1622 100%);
	background: -webkit-linear-gradient(-45deg, #e6332a 0%, #be1622 100%);
	background: linear-gradient(135deg, #e6332a 0%, #be1622 100%);
}

.contactus {
	color: #fff;
	padding: 0 1.5em 1.5em;
}

.contactus p {
	padding-left: 2em;
	position: relative;
}

.contactus p::before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	display: inline-block;
	border: 1px solid #fff;
	width: 2em;
	height: 2em;
	text-align: center;
	line-height: 2;
	border-radius: 1em;
	font-size: 0.75em;
}

.contactus p.contactus__address::before {
	content: "\f041";
}

.contactus p.contactus__phone::before {
	content: "\f095";
}

.contactus p.contactus__email::before {
	content: "\f0e0";
}

.contactus .linkline {
	border-bottom: solid 1px rgba(255, 255, 255, 0.33);
}

.contactus .linkline:hover,
.contactus .linkline:focus {
	border-bottom: solid 1px rgba(255, 255, 255, 0.8);
}

.contactform label {
	display: none;
}

.contactform {
	background: #f2f1f0;
	padding: 0 1.5em 1.5em;
}

/*  ==========================================================================
	flex
	========================================================================== */

.flex {
}

.flex__heading {
	margin: 0 0 0.33em;
}

.flex--fullwidth + .flex--fullwidth {
	margin-top: -10%;
}

@media only screen and (min-width: 550px) {
	.flex--fullwidth + .flex--fullwidth {
		margin-top: -7%;
	}
}

@media only screen and (min-width: 1000px) {
	.flex--fullwidth + .flex--fullwidth {
		margin-top: -5%;
	}
}

/*  ==========================================================================
	flexline
	========================================================================== */

.flexline__line {
	border-top: solid 1px #ddd;
	height: 0;
}

/*  ==========================================================================
	flexcols
	========================================================================== */

.content--cols {
	margin-bottom: -2em;
	padding: 0;
}

.flex--contentcols .content:last-child {
	padding-bottom: 0;
}

.contentcol {
	margin-bottom: 2em;
}

@media only screen and (min-width: 550px) {
	.content--cols--2,
	.content--cols--3,
	.content--cols--4 {
		width: 100%;
	}
}

@media only screen and (min-width: 800px) {
	.content--cols--2,
	.content--cols--3,
	.content--cols--4 {
		width: 100%;
	}
}

@media only screen and (min-width: 1000px) {
	.content--cols--2 {
		width: 0 83.4%;
	}
	.content--cols--3,
	.content--cols--4 {
		width: 100%;
	}
}

@media only screen and (min-width: 1200px) {
	.content--cols--2 {
		width: 0 83.4%;
	}
	.content--cols--3,
	.content--cols--4 {
		width: 100%;
	}
}

@media only screen and (min-width: 1400px) {
	.content--cols--2 {
		width: 0 83.4%;
	}
	.content--cols--3 {
		width: 100%;
	}
	.content--cols--4 {
		width: 100%;
	}
}

.content--cols {
	margin-bottom: -2em;
}

/*  ==========================================================================
	flex--faqs
	========================================================================== */

.faqs {
	border-top: 1px solid #ddd;
	position: relative;
}

.faq {
	display: block;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.faq__question {
	margin: 0;
	border-top: none;
	padding: 1em 0 1em 3em;
	position: relative;
	cursor: pointer;
}

.faq__question:hover {
	color: #888;
}

.faq__question .fa {
	position: absolute;
	top: 1em;
	left: 1em;
	display: block;
	line-height: 1.2;
	-webkit-transition: -webkit-transform 150ms ease-out 0s;
	-moz-transition: -moz-transform 150ms ease-out 0s;
	transition: transform 150ms ease-out 0s;
}

.faq__answer .inner {
	margin: 0;
	padding: 0em 0em 1em 3em;
}

.faq__answer {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transform: translate(0, -1em);
	-moz-transform: translate(0, -1em);
	transform: translate(0, -1em);
	-webkit-transition: height 0ms linear 260ms, opacity 250ms ease-out 0ms, -webkit-transform 150ms ease-out 0ms;
	-moz-transition: height 0ms linear 260ms, opacity 250ms ease-out 0ms, -moz-transform 150ms ease-out 0ms;
	transition: height 0ms linear 260ms, opacity 250ms ease-out 0ms, transform 150ms ease-out 0ms;
}

.faq--open .faq__answer {
	-webkit-transition: height 0ms linear 0ms, opacity 250ms ease-out 10ms, -webkit-transform 150ms ease-out 10ms;
	-moz-transition: height 0ms linear 0ms, opacity 250ms ease-out 10ms, -moz-transform 150ms ease-out 10ms;
	transition: height 0ms linear 0ms, opacity 250ms ease-out 10ms, transform 150ms ease-out 10ms;
	height: auto;
	opacity: 1;
	-webkit-transform: translate(0, 0em);
	-moz-transform: translate(0, 0em);
	transform: translate(0, 0em);
}

.faq--open .faq__question {
	color: #6e6f71;
}

.faq--open .faq__question .fa {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/*  ==========================================================================
	Flex slides
	========================================================================== */

.flexslides {
	max-width: 100%;
	overflow: hidden;
}

.flexslides .owl-controls {
	position: absolute;
	top: 0em;
	left: 0;
	right: 0;
	text-align: center;
}

.flexslide {
	position: relative;
	text-align: center;
}

.flexslideimg {
	padding: 50% 0 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.flexslide__content {
	background: #fff;
	padding: 2em 2em 0;
	margin: -3em 0 0;
	box-sizing: border-box;
	text-align: left;
}

.flexslide__heading {
	margin-top: 0;
}

/*
.flexslide__heading{
    margin: 0 0 .5em;
} */

.flexslides.owl-carousel .flexslide__content {
	opacity: 0;
	-webkti-transform: translate(0px, 20px);
	-moz-transform: translate(0px, 20px);
	transform: translate(0px, 20px);
	-webkit-transition: opacity 500ms ease-out 250ms, -webkit-transform 500ms ease-out 250ms;
	-moz-transition: opacity 500ms ease-out 250ms, -moz-transform 500ms ease-out 250ms;
	transition: opacity 500ms ease-out 250ms, transform 500ms ease-out 250ms;
}

.flexslides.owl-carousel .active .flexslide__content {
	opacity: 1;
	-webkti-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.flexslides .owl-dots {
	text-align: center;
	display: inline-block;
}

.flexslides .owl-dot {
	display: inline-block;
	margin: 0;
	color: #888;
}

.flexslides .owl-dot span {
	display: block;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	background: #fff;
	border: none;
	border-left: solid 1px #eee;
	line-height: 1em;
	position: relative;
	border-radius: 0;
	opacity: 1;
}

.flexslides .owl-dot:first-child span {
	border-left: none;
}

.flexslides .owl-dot span:before {
	font-size: 11px;
	line-height: 1em;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	left: 0;
	right: 0;
	text-align: center;
}

.flexslides .owl-dot:nth-child(1) span:before {
	content: "1";
}

.flexslides .owl-dot:nth-child(2) span:before {
	content: "2";
}

.flexslides .owl-dot:nth-child(3) span:before {
	content: "3";
}

.flexslides .owl-dot:nth-child(4) span:before {
	content: "4";
}

.flexslides .owl-dot:nth-child(5) span:before {
	content: "5";
}

.flexslides .owl-dot:nth-child(6) span:before {
	content: "6";
}

.flexslides .owl-dot:hover {
	color: #111;
}

.flexslides .owl-dot.active {
	color: #111;
	font-weight: 700;
}

@media only screen and (min-width: 550px) {
	.flexslide__content {
		width: 90.6%;
		display: inline-block;
	}
	.flexslide--left .flexslide__content {
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (min-width: 700px) {
	.flexslide--left {
		text-align: left;
	}
	.flexslide--right {
		text-align: right;
	}
	.flexslide--center {
		text-align: center;
	}
	.flexslide--right .flexslide__content {
		margin-right: 0em;
	}
	.flexslide--left .flexslide__content {
		margin-left: 0em;
	}
	.flexslide__bd {
		padding-top: 12%;
		padding-bottom: 12%;
		position: relative;
		z-index: 2;
	}
	.flexslideimg {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		padding: 0;
		height: 100%;
		width: 100%;
	}
	.flexslide__content {
		margin: 0;
		padding: 2.5em;
		width: 50%;
	}
}

@media only screen and (min-width: 1000px) {
	.flexslide__content {
		margin: 0;
		padding: 3em;
		width: 33.3%;
	}
}

@media only screen and (min-width: 1400px) {
	.flexslide__content {
		width: 28.5%;
	}
	.flexslide__bd {
		padding-top: 10%;
		padding-bottom: 10%;
	}
}

/*  ==========================================================================
	flex--imgfeature
	========================================================================== */

.fleximgfeature {
}

.fleximgfeaturecontent__heading {
	margin: 0 0 0.5em;
}

.fleximgfeature__imgcontainer--last {
	display: none;
}

.fleximgfeature__img {
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 66.6% 0 0;
}

@media only screen and (min-width: 1000px) {
	.fleximgfeature + .fleximgfeature {
		margin-top: -3.5%;
	}
	.fleximgfeature__imgcontainer {
		margin-bottom: 0;
	}
	.fleximgfeature__img {
		padding: 100% 0 0;
	}
	.fleximgfeature--right .fleximgfeature__imgcontainer--first {
		display: none;
	}
	.fleximgfeature--right .fleximgfeature__imgcontainer--last {
		display: inline-block;
	}
}

@media only screen and (min-width: 1200px) {
	.fleximgfeaturecontent {
		padding: 0 14.3%;
	}
}

@media only screen and (min-width: 1400px) {
	.fleximgfeaturecontent {
		padding: 0 20%;
	}
}

/*  ==========================================================================
	flex--iconlist
	========================================================================== */

.flexiconlist {
}

.iconlist {
	margin-bottom: -2em;
}

.gd-g .iconlistitem {
	text-align: center;
}

.iconlistitem {
	text-align: center;
	margin-bottom: 2em;
}

.iconlistitem__img {
	width: 3.5em;
	display: block;
	margin: 0 auto 1em;
}

.iconlistitem__heading {
	margin: 0 0 0.5em;
}

@media only screen and (min-width: 700px) {
	.iconlist {
		margin-bottom: -2.5em;
	}
	.iconlistitem {
		margin-bottom: 2.5em;
	}
	.iconlist--rows-4 {
		margin-left: -14%;
		margin-right: -14%;
	}
}

@media only screen and (min-width: 1000px) {
	.iconlist {
		margin-bottom: -3em;
	}
	.iconlistitem {
		margin-bottom: 3em;
	}
}

/*  ==========================================================================
	flex--images
	========================================================================== */

.galleryitem {
	margin-bottom: 2em;
}

.galleryitem__img {
	width: 100%;
	display: block;
}

.galleryitem__caption {
	margin-top: 1em;
	color: #888;
}

.galleryitem__caption:after {
	content: " ";
	display: block;
	width: 1.5em;
	border-bottom: solid 1px #ddd;
	margin: 1em 0 0;
}

/*  ==========================================================================
	fleximagecarousel
	========================================================================== */

.fleximgcarousel .galleryitem {
	margin-bottom: 0;
}

.fleximgcarousel .galleryitem .galleryitem__img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 100%;
	width: 100%;
}

.fleximgcarousel .owl-carousel .owl-controls .owl-nav {
	display: block;
}

.fleximgcarousel .owl-prev,
.fleximgcarousel .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -1.25em;
	font-size: 2em;
	color: #fff;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.fleximgcarousel .owl-prev {
	left: 0.5em;
}

.fleximgcarousel .owl-next {
	right: 0.5em;
}

@media only screen and (min-width: 550px) {
	.fleximgcarousel .owl-prev,
	.fleximgcarousel .owl-next {
		color: #333;
		text-shadow: none;
	}
	.fleximgcarousel .owl-prev {
		left: -5.25%;
	}
	.fleximgcarousel .owl-next {
		right: -5.25%;
	}
}

/*  ==========================================================================
	flex featuredposts
	========================================================================== */

.flex--featuredposts {
}

.flex--featuredposts .fpleader {
	text-align: center;
}

.flex--featuredposts .fpleader {
	max-width: 35em;
	margin: 0 auto 2em;
}

.flex--featuredposts .fpleader p {
	margin: 0 0 0.5em;
}

@media only screen and (min-width: 700px) {
	.flexpostcount--1 .fpleader {
		text-align: left;
	}
	.flexpostcount--1 .fpleader .leader {
		margin-right: 10%;
	}
}

@media only screen and (min-width: 800px) {
	.flexpostcount--1 .fpleader {
		text-align: left;
	}
	.flexpostcount--1 .fpleader .leader {
		margin-right: 15%;
	}
}

/*  ==========================================================================
	flex--quote
	========================================================================== */

.flexquote {
	position: relative;
}

.flexquote__bd {
	position: relative;
	z-index: 2;
}

.flexquote__quote {
	margin: 0;
	padding: 0;
}

.flexquote__quote p {
	margin: 0 0 0.5em;
}

.flexquote__quotemark {
	line-height: 1;
	font-family: Georgia, Times New Roman, serif;
	height: 0.75em;
	font-weight: bold;
}

.flexquote__cite {
	margin-top: -0.5em;
	text-align: right;
	font-style: normal;
	display: block;
}

/* flexquote--img */

.flexquote--withimg {
	color: #fff;
	background: #000;
	overflow: hidden;
}

.flexquote__img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	-webkit-transition: -webkit-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	-moz-transition: -moz-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	transition: transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.flexquote__img.effect--ready {
	opacity: 0.66;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
}

@media only screen and (min-width: 550px) {
}

@media only screen and (min-width: 800px) {
}

@media only screen and (min-width: 1200px) {
}

/*  ==========================================================================
	flex--video
	========================================================================== */

.flexvideo {
}

.flexvideo__videocode {
	padding: 56.6% 0 0;
	position: relative;
}

.flexvideo__videocode * {
	display: none;
}

.flexvideo__videocode iframe {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.flexvideo__caption {
	margin-top: 1em;
	color: #888;
}

.flexvideo__caption:after {
	content: " ";
	display: block;
	width: 1.5em;
	border-bottom: solid 1px #ddd;
	margin: 1em 0 0;
}

/*  ==========================================================================
	flex cta
	========================================================================== */

.flexcta {
	text-align: center;
	position: relative;
}

.flexcta__bd {
	position: relative;
	z-index: 2;
}

.flexcta__leader {
	max-width: 30em;
	margin-left: auto;
	margin-right: auto;
}

.flexcta__cta a {
	margin: 0 0.5em 0.75em;
	display: inline-block;
}

/* flexquote--img */

.flexcta--withimg {
	color: #fff;
	background: #000;
	overflow: hidden;
}

.flexcta__img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	-webkit-transition: -webkit-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	-moz-transition: -moz-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	transition: transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.flexcta__img.effect--ready {
	opacity: 0.66;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
}

/*  ==========================================================================
	CookieYes -- layout/layout.scss
	========================================================================== */

.cky-consent-container,
.cky-consent-container .cky-consent-bar {
	border-radius: 0 !important;
}

.cky-prefrence-btn-wrapper .cky-btn,
.cky-notice-btn-wrapper .cky-btn {
	border-radius: 0 !important;
	border-width: 0.2em !important;
	padding: 0.8em 1.55em !important;
	text-transform: uppercase;
	font-family: "Oswald", Impact, sans-serif !important;
}

.cky-prefrence-btn-wrapper .cky-btn:not(.cky-btn-accept),
.cky-notice-btn-wrapper .cky-btn:not(.cky-btn-accept),
.cky-notice-btn-wrapper .cky-btn-accept,
.cky-prefrence-btn-wrapper .cky-btn-accept {
	border-image: linear-gradient(135deg, #e6332a 0%, #be1622 100%);
	border-image-slice: 1;
}

/* border-image: linear-gradient(135deg, #e6332a 0%, #be1622 100%);
	border-image-slice: 1;
} */

.cky-notice-btn-wrapper .cky-btn-accept:hover,
.cky-prefrence-btn-wrapper .cky-btn-accept:hover {
	border-image-slice: 1;
}

.cky-notice-btn-wrapper .cky-btn-accept,
.cky-prefrence-btn-wrapper .cky-btn-accept,
.cky-prefrence-btn-wrapper .cky-btn:hover,
.cky-notice-btn-wrapper .cky-btn:hover {
	opacity: 1;
	color: #fff !important;
	background: linear-gradient(135deg, #e6332a 0%, #be1622 100%) !important;
}
