html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
	}
html {
  font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	overflow: auto;
	font-family: Arial, sans-serif;
	background: #fff !important;
	font: 78% arial, helvetica, sans-serif;
	color: #000;
	cursor: default;
}

body.newDesign {
	background: #D2D2D4 url(../img/bg/bg-newDesign-body.gif) repeat-x;
}

a {
	color: #888;
}
a img {
  border: none;
}
input:not([type="checkbox"], [type="radio"]) {
  -webkit-appearance: none;
  border-radius: 0;
}

.generic:after ,
#dealer-locator-simple-pagination:after ,
#container-tyre-selector:after ,
#selector-legend .carousel-content:after ,
#selector-legend .tyre-categories-carousel:after ,
#selector-legend .icons-legend-list:after , 
#selector-tabs #selector-tabs-container:after ,
.richtext-image-center:after,
.richtext-media-center:after,
.tyre-reader-wrap ul:after,
.offers-container-middle .feature-content:after,
.newDesign .box-wrap:after,
.newDesign #tyre-launcher-footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

#container, .site-container {
	width: 960px;
	margin: 0 auto;
}

#content {
	background: #fff;
	min-height: 400px;
	margin-bottom: 12px;
}
#container {
	position: relative;
	padding-top: 154px;
}

.has-cookie-warning.floating-menu #container {
	padding-top: 132px;
}

#faceliftLanding #container, .site-container {
	z-index: 1;
}

.carousel-image {
	width: initial !important;
}
#cookie-warning {
	z-index: 8898989 !important;
}
.footer-social {
	margin-bottom: 60px;
}
.footer-social .title.footer-seo {
	font-size: 25px;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	color: #27509b;
	margin-bottom: 20px;
    line-height: 25px;
}
.footer-social a {
	margin-right: 40px;
	display: inline-block;
	vertical-align: middle;
}
/*Header*/

.faceliftHeader {
	border-bottom: solid #fce500 4px;
	background-color: #fff;
	height: 100px;
	z-index: 9999999;
	position: fixed;
	top: 0;
	width: 100%;
}

.menu-container {
	position: relative;
	height: 100%;
}

#main-menu {
	position: absolute;
	top: 104px;
	left: 0;
}

.faceliftHeader.header-floating #main-menu {
	top: 71px;
}

.header-container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.faceliftHeader.header-floating {
	height: 67px;
}

.menu-top-bar {
	position: relative;
	height: 100%;
}

.open-menu-container {
	float: left;
	width: 70px;
	text-align: center;
	height: 100%;
	cursor: pointer;
}

.open-menu-container.menu-open {
	height: 104px;
	background-color: #27509b;
	color: #fff;
}

.faceliftHeader.header-floating .open-menu-container.menu-open {
	height: 71px;
}

.faceliftHeader.header-floating .open-menu-button {
	margin-top: 20px;
}

.open-menu-button {
	-moz-transition: margin-top 0.1s linear;
	-webkit-transition: margin-top 0.1s linear;
	-o-transition: margin-top 0.1s linear;
	transition: margin-top 0.1s linear;
}

.open-menu-button,
.open-menu-button:after,
.open-menu-button:before {
	transition: all .3s;
	display: block;
	margin: 0 auto;
	width: 31px;
	height: 4px;
	background-color: #27509b;
	margin-top: 40px;
	position: relative;	
}
.open-menu-button:after,
.open-menu-button:before {
	position: absolute;
	content: '';
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.open-menu-button:after {
	margin-top: 10px;
}
.open-menu-button:before {
	margin-top: -10px;
}

.menu-open .open-menu-button {
	background-color: transparent;
}

.menu-open .open-menu-button:after,
.menu-open .open-menu-button:before {
	transition: all .3s;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 4px;
	background-color: #fff;
}

.menu-open .open-menu-button:before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-open .open-menu-button:after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#menu .sub-menu .close-button {
	width: 35px;
	height: 30px;
	display: block;
	margin: 18px 0 0 0;
	position: relative;
	float: right;
	cursor: pointer;
}

#menu .sub-menu .close-button:before,
#menu .sub-menu .close-button:after {
	position: absolute;
	content: '';
	display: block;
	width: 35px;
	height: 4px;
	background-color: #a0a0a0;
	z-index: 10;
	top: 12px;
}

#menu .sub-menu .close-button:before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menu .sub-menu .close-button:after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header-optional-links {
	float: right;
	-moz-transition: display 0.1s linear;
	-webkit-transition: display 0.1s linear;
	-o-transition: display 0.1s linear;
	transition: display 0.1s linear;
	height: 107px;
	line-height: 107px;
}

.faceliftHeader.header-floating .header-optional-links,
.faceliftHeader .sticky-logo,
.faceliftHeader.header-floating .normal-logo {
	display: none;
	width: 240px;
}

.header-optional-links a, .search-button {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	color: #00519e;
	font-size: 12px;
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;
}

.header-optional-links a:first-child, .header-optional-links span:first-child {
	margin-left: 0;
}
@media (hover: hover){
	.header-optional-links a:hover {
		text-decoration: none;
		color: #00519e;
	}
}

.header-optional-links a .img-container, .header-optional-links span.search-button .img-container {
	min-height: 35px;
}

.header-optional-links a img, .header-optional-links span.search-button img {
	display: block;
	margin: 0 auto;
}
.header-optional-links span.search-button {
	cursor: pointer;
}
.menu-text.menu-close-text,
.menu-text.menu-open-text {
	display: block;
	margin-top: 20px;
	font-size: 12px;
	text-transform: uppercase;
	color: #27509b;
	font-weight: bold;
}

.menu-text.menu-close-text {
	color: #fff;
}

.site-logo {
	position: absolute;
	width: 330px;
	top: 0;
	left: 50%;
	margin-left: -185px;
}
img.normal-logo {
	width: 335px;
}

.faceliftHeader.header-floating .site-logo {
	top: 0;
	left: 50%;
	margin-left: -120px;
}

.faceliftHeader.header-floating .sticky-logo{
	display: block;
}


#menu {
	position: relative;
	width: 300px;
	background-color: #fff;
	float: left;

}
#menu li {
	height: 50px;
	line-height: 50px;
	color: white;
	font-weight: 900;
	font-size: 14px;
	text-transform: uppercase;
	font-style: italic;
	text-decoration: none;
	padding: 0 20px;
	margin-bottom: -1px;
	padding-bottom: 1px;
	margin-right: -1px;
	padding-right: 21px;
}

#menu > li {
	cursor: pointer;
}

#menu li .menu-item-text {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	max-width: 90%;
}

#menu > li {
	background-color: #27509b;
}

#menu li .sub-menu li {
	border-top: 1px solid #d2d2d2;
	padding: 0 0 0 15px;
	margin-right: 45px;
}

#menu li .sub-menu li:first-child {
	height: 70px;
	border: none;
}
@media (hover: hover){
	#menu li:hover {
		background-color: #fff;
		transition: all ease .3s;
		color: #27509b;
	}
}

#menu li.sub-menu-open {
	background-color: #fff;
	transition: all ease .3s;
	color: #27509b;
}

#menu li a {
	display: block;
	line-height: 50px;
	vertical-align: middle;
	color: white;
	font-weight: 900;
	font-size: 14px;
	text-transform: uppercase;
	font-style: italic;
	text-decoration: none;
	padding: 0px 20px;
}
@media (hover: hover){
	#menu li.sub-menu-open a:hover,
	#menu li a:hover {
		text-decoration: underline;
	}
}

#menu li.sub-menu-open a {
	display: block;
	line-height: 50px;
	color: #27509b;
}

#menu li .right-arrow {
	float: right;
	margin-left: 15px;
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	font-style: normal;
}

#menu li.sub-menu-open .right-arrow {
	color: #27509b;
} 
@media (hover: hover){
	#menu li:hover .right-arrow  {
		color: #27509b;
	} 
}

#menu li .sub-menu {
	position: absolute;
	left: 100%;
	padding: 0;
	background: #fff;
	list-style: none;
	padding-left: 40px;
	top: 0;
	width: 620px;
	cursor: default;
}
#menu {
	height: 100%;
}

#menu,
.sub-menu {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu .languages.menu-tools {
	padding: 0 20px;
}


@media (hover: hover){
	#menu .languages.menu-tools:hover {
		background-color: #d2d2d2; 
	}
}

#menu .languages a {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#menu .languages .active-language {
	display: inline-block;
	background: #27509b;
	padding: 10px;
	line-height: 1;
}

#menu .languages .language-separator {
	font-style: normal;
	color: #27509b;
}

.menu-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: none;
	z-index: 999999;
}

.second-nav-container {
	position: fixed;
	top: 104px;
	width: 100%;
	background-color: #27509b;
	height: 50px;
	line-height: 50px;
	z-index: 999999;
}

.second-nav-container.has-ecorner {
	height: 62px;
}

.second-nav-container.nav-floating {
	top: 71px;
	height: 34px;
	line-height: 34px;
}

.second-nav-container .second-nav {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	background-color: #27509b;
}
.second-nav-container .second-nav a {
	line-height: 30px;
	height: 30px;
	display: inline-block;
	background-color: #fff;
	padding: 0px 10px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #245598;
	font-size: 12px;
	margin-left: 10px;
	position: relative;
}

.second-nav-container .second-nav a:first-child {
	margin-left: 0;
}

.second-nav-container.nav-floating .second-nav a {
	padding: 0px 10px;
	height: 22px;
	line-height: 22px;
}

.second-nav-container .second-nav a.color-yellow {
	background-color: #fce500;
	color: #404040;
}

.second-nav-container .second-nav a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.animate-transition {
	-moz-transition: top 0.1s linear, height 0.1s linear;
	-webkit-transition: top 0.1s linear, height 0.1s linear;
	-o-transition: top 0.1s linear, height 0.1s linear;
	transition: top 0.1s linear, height 0.1s linear;
}

#menu li.menu-tools {
	background-color: #d2d2d2;
	color: #fff;
	padding: 0;
	vertical-align: middle;
}
@media (hover: hover){
	#menu li.menu-tools:hover,
	#menu li.menu-products:hover {
		background-color: #fff;
	}
}

#menu li.menu-social {
	background-color: #fff;
	color: #fff;
	padding: 0px 20px;
	height: auto;
	line-height: normal;
}

#menu li.menu-social > h3 {
	color: #27509b;
	font-size: 14px;
	text-transform: uppercase;
	padding: 20px 0;
	margin: 0;
}

#menu li.menu-social a {
	padding: 0 20px 20px 0;
	display: inline-block;
	line-height: normal;
}

#menu li.menu-products {
	background-color: #d2d2d2;
	color: #fff;
	color: #245598;
	padding: 0;
}

#menu li.menu-tools a,
#menu li.menu-products a {
	color: #245598;
	font-style: italic;
	font-weight: 900;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}

#menu li.menu-tools:not(.languages) a {
	width: 260px;
}

#menu li.menu-products a > span > span {
    line-height: 1;
    display: inline-block;
    max-width: 80%;
    vertical-align: middle;
}

#menu li.menu-tools a > span {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	width: 100%;
}

#menu li.menu-tools a > span > span {
	display: inline-block;
	width: 80%;
	vertical-align: middle;
}

#menu li.menu-tools a img,
#menu li.menu-products a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.faceliftHeader .search-container {
	background-color: #27509b;
	height: 146px;
	line-height: 146px;
	display: none;
	margin-top: 4px;
}

.faceliftHeader .search-container .search-top-container {
	width: 960px;
	margin: 0 auto;
	height: 100%;
}

.faceliftHeader .search-container .search-top-container .search-input {
	height: 60px;
	padding: 0 10px;
	width: 790px;
	border: none;
	vertical-align: middle;
	font-size: 18px;
	color: #404040;
}
.faceliftHeader .search-container .search-top-container .search-submit {
	background-color: #fce500;
	border: none;
	padding: 10px;
	vertical-align: middle;
	margin-left: 20px;
	font: icon;
}

.faceliftHeader .search-container .search-top-container .search-submit .search-icon {
	background: url("/assets/img/faceliftHomepage/icon-search.png") no-repeat;
	display: block;
	height: 40px;
	width: 40px;
}
#search_result-container {
	background-color: #fff;
	overflow-y: auto;
	position: relative;
	min-height: 400px;
}

#search_result-container.loading:after {
	content: ' ';
	background: url("/assets/img/launcher2/launcher-loader.gif") no-repeat;
	display: block;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-size: cover;
	z-index: 1;
} 
#search_result-container .search-results-wrapper,
#search_result-container .msg {
	width: 960px;
	margin: 0 auto;
}
#search_result-container li {
	height: 50px;
	border-bottom: 2px solid #b4b4b4;
	line-height: 50px;
}

#search_result-container li a {
	line-height: 1;
	vertical-align: middle;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

#search_result-container li.detailed {
	position:relative;
	margin-top: 20px;
	padding-bottom: 20px;
	height: 120px;
	line-height: 120px;
}
#search_result-container li.detailed > a {
	font-weight: normal;
}
#search_result-container li.detailed > a > span {
	width: 50%;
	display: inline-block;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
	margin-left: 35px;
}

#search_result-container li.detailed > a button {
	display: inline-block;
	background-color: #fce500;
	color: #404040;
	border: none;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	padding: 0 30px;
}

#search_result-container li.detailed > a > span strong {
	display: block;
	margin-bottom: 5px;
}

#search_result-container li.detailed > a > span > img {
	display: block;
	margin-bottom: 5px;
}
#search_result-container li.detailed > a > img {
	width:120px;
	display: inline-block;
	vertical-align: middle;
}
#search_result-container ul.results h4 {
	background:#27509b;
	padding: 10px;
	margin-bottom: 10px;
	display: inline-block;
	clear: both;
	line-height: initial;
	position: relative;
}

#search_result-container ul.results h4:after {
	content: ' ';
	width: 0;
	height: 0;
	border-top: 38px solid #27509b;
	border-right: 20px solid transparent;
	position: absolute;
	right: -20px;
	top: 0;
}
#search_result-container ul.results h4 a{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

#search_result-container .results-all {
	height: 28px;
	line-height: 28px;
	background-color: #fce500;
	display: inline-block;
	padding: 0 30px;
	font-size: 12px;
	text-decoration: none;
	color: #404040;
	font-weight: bold;
}
@media (hover: hover){
	#search_result-container .results-all:hover,
	#search_result-container li.detailed > a button:hover {
		background-color: #a6a6a6;
		color: #fff;
	}

}

header .hidden {
	display: none !important;
}

header.cookie-banner-shown {
	top: 73px;
	-moz-transition: top 0.1s linear;
	-webkit-transition: top 0.1s linear;
	-o-transition: top 0.1s linear;
	transition: top 0.1s linear;
}

.second-nav-container.cookie-banner-shown {
	top: 177px;
	-moz-transition: top 0.1s linear;
	-webkit-transition: top 0.1s linear;
	-o-transition: top 0.1s linear;
	transition: top 0.1s linear;
}

/* Fat footer navigation columns */
#footer-fat ul {
	padding: 0 12px 0 0;
}

#footer-fat ul li {
	line-height: 1em;
	padding: 0;
}

#footer-fat ul li a {
	text-decoration: none;
}
@media (hover: hover){
	#footer-fat ul li a:hover,
	#footer-fat .footer-faq a:hover {
		text-decoration: underline;
		color: #000;
	}
}

#cookie-warning,
#cookie-warning .cookie-wrapper {
	min-height: 73px;
	background-color: #9dcae1;
	padding-bottom: 0;
}

/* Skinny footer nav */
ul#nav-footer-skinny {
	float: right;
}

ul#nav-footer-skinny li {
	display: inline;
	font-size: .9em;
	padding: 0 20px 0 5px !important;
	color: #999;
	border-left: none !important;
}

ul#nav-footer-skinny li:first-child,
ul#nav-footer-skinny li.first-child {
	border-left: 0;
}

ul#nav-footer-skinny li a {
	text-decoration: none;
}
#footer-skinny ul li:before {
    content: "";
    border-color: transparent #fff;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: inline-block;
    height: 0;
    width: 0;
    left: -.5em;
    top: 0;
    position: relative;
}
/*Footer*/
.col.col-6.footer-faq {
   width: 38% !important;
}
#footer-fat .col {
	float: left;
	width: 21.33%;
	font-size: .9em;
}

.facelift #footer-skinny {
	padding: 0;
	padding-top: 20px;
}
#footer-fat.social-active .col{
	width: 33.33% !important;
}
#footer-fat .col.col-5 {
    width: 19% !important;
}
#footer-fat {
	width: 936px;
	padding: 70px 12px 12px 12px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}
#footer-fat .col .title {
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #27509b;
	font-weight: 900;
	font-style: italic;
   width: 90%;
}
.col-title-2, .col-title-4,
.col-title-6 {
	margin-top: 40px;
}
.footer-faq > h2,
.footer-faq > h4 {
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #27509b;
	font-weight: 900;
	font-style: italic;
	/* width: 70%; */
	font-size: 1.4em;
}
#nav-footer-skinny {
	clear: both !important;
	padding: 8px 20px !important;
	border-top: 4px solid #fce500;
	background: #27509b;
	line-height: normal;
	color: #fff;
	text-align: center;
}
ul#nav-footer-skinny {
	float: none !important;
}
#footer-skinny {
	background: transparent !important;
	clear: both;
}
ul#nav-footer-skinny li a {
	color: #fff !important;
}
.copyright {
	text-align: center;
	margin-top: 12px;
	font-size: .8em;
	color: #000;
}
#footer-fat ul li:before {
	content: "";
	border-color: transparent #27509b;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: 0.9em;
	position: relative;
}
#footer-fat ul {
	padding: 0 12px 0 12px !important;
	margin: 10px 0;
	list-style: none;
}

#footer-fat .social a {
	display: inline-block;
	padding: 10px;
}
.col.col-6.footer-faq {
	line-height: 15px;
	padding-bottom: 15px;
}

.footer-container {
	clear: both;
	padding-top: 0;
	border-top: 4px solid #fce500;
	background: #fff;
	padding-bottom: 10px;
	position: relative;
}

.footer-container > section {
	width: 960px;
	margin: 0 auto;
}

.our-experts {
	margin-top: 35px;
	position: relative;
}

.our-experts .container-links {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
a.experts-block {
	display: inline-flex;
	display: -ms-inline-flex;
	display: -webkit-inline-flex;
	color: #245598;
	padding: 2px;
	border: 1px solid #245598;
	border-radius: 5px;
	width: 305px;
	margin-left: 10px;
	text-decoration: none;
	align-items: center;
}
a.experts-block:first-child {
	margin: 0;
} 
@media (hover: hover){
	a.experts-block:hover {
		text-decoration: none;
		background: #a6a6a6;
		color: #fff;
		border: 1px solid #a6a6a6;
	}
}

a.experts-block:last-child {margin-right: 0 !important;}
span.expert-description {
	padding: 10px;
	display: inline-block;
}
a.experts-block > img {
	margin-left: 10px;
}
.corporate-block {
	position: relative;
	width: 100%;
	padding-top: 50px;
}
.corporate-block img {width: 100%;}
.texts-corp {
	position: absolute;
	top: 27%;
	left: 0;
}
.our-experts h3.corp-title {
    margin-top: 35px;
}
.corp-title {
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #27509b;
	font-weight: 900;
	font-style: italic;
	width: 100%;
	font-size: 19px;
}
.button-corporate-block {
	padding: 10px 50px;
	margin-top: 1em;
	display: inline-block;
	background: #fce500;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #000;
	margin: 0;
	margin-top: 20px;
}
@media (hover: hover){
	.button-corporate-block:hover {
		background: #a6a6a6;
		color: #fff;
		text-decoration: none;
	}

}

body.facelift.skinny-footer-padding {
	padding-bottom: 0 !important;
}

.generic {
	margin-bottom: 50px;
}

#MetrixLab_overlay {
	left: 50% !important;
	margin-left: -180px;
	z-index: 99999 !important;
}
#cookie-warning > div > a {
	margin: 20px 15px 0 15px !important;
}

#cookie-warning .cookie-title {
	font-weight: bold;
}

.second-nav-container.has-ecorner .e-corner-url-to-buy-tyre .powered-by {
	display: block;
    position: absolute;
    right: 0;
    line-height: 1;
    color: #abb5d1;
    bottom: -15px;
    font-size: 9px;
}

.second-nav-container.has-ecorner.nav-floating {
	height: 46px;
}

.second-nav-container.has-ecorner.nav-floating .e-corner-url-to-buy-tyre .powered-by {
	bottom: -13px;
}

#tyreSelector21 .site-container {
	z-index: auto;
} 

@media screen and (max-width: 960px){
	html, body{
		width: 960px;
	}
	.faceliftHeader,
	.faceliftHeader.header-floating {
		position: relative;
		height: 100px;
		display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		justify-content: flex-start !important;
		-webkit-justify-content: flex-start !important;
	}
	.second-nav-container,
	.second-nav-container.nav-floating {
		position: relative;
		top: auto;
		height: 50px;
		line-height: 50px;
		display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.faceliftHeader.header-floating .open-menu-button {
		margin-top: 40px;
	}
	.faceliftHeader .search-container {
		margin-top: 0;
	}
	#container.site-container {
		padding: 0 !important;
	}
	.animate-transition {
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	.header-container {
		border-bottom: solid #fce500 4px;
		background: #fff;
	}
	
	header.cookie-banner-shown,
	.second-nav-container.cookie-banner-shown {
		top: 0;
	}
}

@media screen and (max-height: 800px) {
	.faceliftHeader,
	.faceliftHeader.header-floating {
		position: relative;
		height: 100px;
		display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		justify-content: flex-start;
		-webkit-justify-content: flex-start !important;
	}
	.second-nav-container,
	.second-nav-container.nav-floating {
		position: relative;
		top: auto;
		height: 50px;
		line-height: 50px;
		display: flex;
		display: -ms-flex;
		display: -webkit-flex;
	}
	.menu-container {
		width: 100%;
	}
	.faceliftHeader .search-container {
		margin-top: 0;
	}
	.faceliftHeader.header-floating .open-menu-button {
		margin-top: 40px;
	}
	#container.site-container {
		padding: 0 !important;
	}
	.animate-transition {
		-moz-transition: none;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	.header-container {
		border-bottom: solid #fce500 4px;
		background: #fff;
	}
	
	header.cookie-banner-shown,
	.second-nav-container.cookie-banner-shown {
		top: 0;
	}
}