/*
Theme Name: Above Board Seven
Text Domain: above-board-seven
Version: 7.0
Author: Above Board Distribution Ltd
Author URI: https://aboveboarddist.co.uk
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

****** CONTENTS ******

CSS Reset

A. Mobile First < 768px
	
B. Desktop 768 - 1919px 

*/	

/*****************
	
Global : CSS Reset

*****************/

html,
body {
	border: none;
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
}

h1,h2,h3,h4,h5,h6,p,blockquote,address,big,cite,code,em,font,img,small,strike,sub,sup,li,ol,ul,fieldset,form,label,legend,button,table,caption,tr,th,td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}

textarea,
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

.clear {
    clear: both;
}
.removeGrayscale {
	filter: unset !important;
}
.ab-pink-background			{	background: #f033f1;	}
.ab-pink-orange-background	{	background: #e28c7f;	}
.ab-cyan-background			{	background: #00f9ff;	}
.ab-red-background			{	background: #e8231d;	}
.ab-dark-blue-background	{	background: #150de5;	}
.ab-light-blue-background	{	background: #28abe2;	}
.ab-green-background		{	background: #00a651;	}
.ab-yellow-green-background {	background: #8dc640;	}
.ab-purple-background		{	background: #8932ab;	}
.ab-grey-background			{	background: #888888;	}
.ab-orange-background		{	background: #eb632f;	}
.ab-white-background		{	background: #FFFFFF;	}
.ab-magenta-background		{	background: #a0005c;	}
.ab-black-blue-background	{	background: #060a4d;	}
.ab-dark-grey-background	{	background: #3a3a3a;	}
.ab-apple-green-background	{	background: #6fbf4c;	}
.ab-mod-cyan-background		{	background: #62c5b1;	}

.ab-black-background		{	background: #1E1E1E;	}

.ab-pink-background #ab-mobile-content .ab-social-grid svg 			{	fill: #FFF;	}
.ab-pink-orange-background #ab-mobile-content .ab-social-grid svg	{	fill: #FFF;	}
.ab-cyan-background #ab-mobile-content .ab-social-grid svg			{	fill: #FFF;	}
.ab-red-background #ab-mobile-content .ab-social-grid svg			{	fill: #FFF;	}
.ab-dark-blue-background #ab-mobile-content .ab-social-grid svg		{	fill: #FFF;	}
.ab-light-blue-background #ab-mobile-content .ab-social-grid svg	{	fill: #FFF;	}
.ab-green-background #ab-mobile-content .ab-social-grid svg			{	fill: #FFF;	}
.ab-yellow-green-background #ab-mobile-content .ab-social-grid svg 	{	fill: #FFF;	}
.ab-purple-background #ab-mobile-content .ab-social-grid svg		{	fill: #FFF;	}
.ab-grey-background #ab-mobile-content .ab-social-grid svg			{	fill: #FFF;	}
.ab-orange-background #ab-mobile-content .ab-social-grid svg		{	fill: #FFF;	}
.ab-white-background #ab-mobile-content .ab-social-grid svg			{	fill: #FFF;	}
.ab-magenta-background #ab-mobile-content .ab-social-grid svg		{	fill: #FFF;	}
.ab-black-blue-background #ab-mobile-content .ab-social-grid svg	{	fill: #FFF;	}
.ab-dark-grey-background #ab-mobile-content .ab-social-grid svg		{	fill: #FFF;	}
.ab-apple-green-background #ab-mobile-content .ab-social-grid svg	{	fill: #FFF;	}

.ab-black-background #ab-mobile-content .ab-social-grid svg			{	fill: #FFF;	}

.ab-pink-background #ab-content .ab-social-grid svg 		{	fill: #f033f1;	}
.ab-pink-orange-background #ab-content .ab-social-grid svg	{	fill: #e28c7f;	}
.ab-cyan-background #ab-content .ab-social-grid svg			{	fill: #00f9ff;	}
.ab-red-background #ab-content .ab-social-grid svg			{	fill: #e8231d;	}
.ab-dark-blue-background #ab-content .ab-social-grid svg	{	fill: #150de5;	}
.ab-light-blue-background #ab-content .ab-social-grid svg	{	fill: #28abe2;	}
.ab-green-background #ab-content .ab-social-grid svg		{	fill: #00a651;	}
.ab-yellow-green-background #ab-content .ab-social-grid svg {	fill: #8dc640;	}
.ab-purple-background #ab-content .ab-social-grid svg		{	fill: #8932ab;	}
.ab-grey-background #ab-content .ab-social-grid svg			{	fill: #888888;	}
.ab-orange-background #ab-content .ab-social-grid svg		{	fill: #eb632f;	}
.ab-white-background #ab-content .ab-social-grid svg		{	fill: #FFFFFF;	}
.ab-magenta-background #ab-content .ab-social-grid svg		{	fill: #a0005c;	}
.ab-black-blue-background #ab-content .ab-social-grid svg	{	fill: #060a4d;	}
.ab-dark-grey-background #ab-content .ab-social-grid svg	{	fill: #3a3a3a;	}
.ab-apple-green-background #ab-content .ab-social-grid svg	{	fill: #6fbf4c;	}

.ab-black-background #ab-content .ab-social-grid svg		{	fill: #1E1E1E;	}



.ab-pink-overlay			{	background-color: rgba(220,51,241,1);	}
.ab-pink-orange-overlay		{	background-color: rgba(226,140,127,1);	}
.ab-cyan-overlay			{	background-color: rgba(0,249,255,1);	}
.ab-red-overlay				{	background-color: rgba(232,35,29,1);		}
.ab-dark-blue-overlay		{	background-color: rgba(21,13,229,1);	}
.ab-light-blue-overlay		{	background-color: rgba(40,171,226,1);	}
.ab-green-overlay			{	background-color: rgba(0,166,81,1);		}
.ab-yellow-green-overlay 	{	background-color: rgba(141,198,64,1);	}
.ab-purple-overlay			{	background-color: rgba(137,50,171,1);	}
.ab-grey-overlay			{	background-color: rgba(136,136,136,1);	}
.ab-orange-overlay			{	background-color: rgba(235,99,47,1);	}
.ab-white-overlay			{	background-color: rgba(255,255,255,1);	}
.ab-magenta-overlay			{	background-color: rgba(160,0,92,1);		}
.ab-black-blue-overlay		{	background-color: rgba(6,10,77,1);		}
.ab-dark-grey-overlay		{	background-color: rgba(58,58,58,1);		}
.ab-apple-green-overlay		{	background-color: rgba(111,191,76,1);	}

.ab-black-overlay			{	background-color: rgba(0,0,0,1);		}


.ab-pink-marquee-text			{	color: #f033f1;	}
.ab-pink-orange-marquee-text	{	color: #e28c7f;	}
.ab-cyan-marquee-text			{	color: #00f9ff;	}
.ab-red-marquee-text			{	color: #e8231d;	}
.ab-dark-blue-marquee-text		{	color: #150de5;	}
.ab-light-blue-marquee-text		{	color: #28abe2;	}
.ab-green-marquee-text			{	color: #00a651;	}
.ab-yellow-green-marquee-text	{	color: #8dc640;	}
.ab-purple-marquee-text			{	color: #8932ab;	}
.ab-grey-marquee-text			{	color: #888888;	}
.ab-orange-marquee-text			{	color: #eb632f;	}
.ab-magenta-marquee-text		{	color: #a0005c;	}
.ab-black-blue-marquee-text		{	color: #060a4d;	}
.ab-dark-grey-marquee-text		{	color: #3a3a3a;	}
.ab-apple-green-marquee-text	{	color: #6fbf4c;	}

.ab-black-marquee-text			{	color: #1E1E1E;	}

/**********************
	
-----------------------	
A. Mobile < 768px
-----------------------

**********************/

/************
	
A. Mobile <680px	
1. Containers

************/

#ab-container {
	padding: 16px;
	min-height: calc(100vh - 32px);
	will-change:transform;
}
#ab-header {
	display: none;
}
#ab-mobile-header {
	display: block;
	margin: 0 0 24px 0;
	position: relative;
	height: calc(20vw - 6px);
}
#ab-mobile-logo {
	width: 18.5vw;
    height: 18.5vw;
	position: absolute;
	top: 0;
	left: 0;
}
.abLogoBoxMobile {
	width: 18.5vw;
    height: 18.5vw;
}
#ab-mobile-logo img {
	width:100%;
}
#ab-mobile-headline {
	position: absolute;
	left: calc(20% + 16px);	
}
#ab-mobile-headline h2 {
	color: #FFF;
	line-height: 1em;
	text-transform: uppercase;
	font-size: 7vw;
	margin: -0.125em 0 0 0;
	width: calc(70vw - 54px);
}
#ab-mobile-menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 7%;
}
#ab-mobile-menu img {
	width:100%;
}
#ab-mobile-menu-header {
	display: block;
	margin: 0 0 16px 0;
	position: relative;
	height: calc(20vw - 6px);
}
#ab-mobile-menu-logo {
	width:20%;
	position: absolute;
	top: 0;
	left: 0;
}
#ab-mobile-menu-logo img {
	width:100%;
}
#ab-mobile-menu-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 6%;
}
#ab-mobile-menu-close img {
	width:100%;
}
.pagingInfo {
	display: none;
}
#ab-mobile-navigation {
	display: block;
	position: absolute;
	top:0;
	padding: 16px;
	min-height: calc(100vh - 32px);
	width: calc(100% - 32px);
	background-color: #FFF;
	will-change: transform;
}
#ab-mobile-navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 20% 0 0 5%;
}
#ab-mobile-navigation ul li {
	margin: 0 0 0.7em 0;
}
#ab-mobile-navigation a {
	text-decoration: none;
	font-size: 5vw;
	color: #1E1E1E;
	font-weight: 700;
}
#ab-social {
	display: none;
}
#ab-ticker {
	display: none;
}
#ab-mobile-ticker {
	background: #FFF;
    width: 100%;
    height: 31px;
    bottom: 0;
    left:0;
    width: 100%;
    display: block;
    overflow: hidden;
    margin: -10px 0 24px 0;	
}
.mobile-marquee {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    letter-spacing: 2px;
	font-family: 'Roboto Mono', monospace;
	margin: 6px 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.mobile-marqueeText {
	display: inline-block;
}
#ab-content {
	display: block;
}
.fullOverlay {
	display: none;
}
.abBlankContainer {
	display: none;
}
.abLabelsMobile {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-between;
}
.abLabelCon {
	width: 35vw;
	margin: 0 4vw 16px 4vw;
}
.abLabelCon img {
	filter: invert();
	width: 80%;
	margin: 10%;
}
.abLabelCon p {
	color: #FFF;
	font-family: 'Roboto Mono', monospace;
	font-size: 3vw;
	text-align: center;
	margin: 0 0 1em 0;
}
.abTextContainer {
	display: none;
}
#ab-mobile-content p {
	font-size: 14px;
    color: #FFF;    
}
.ab-mobile-text {
	font-size: 7.5vw;
	line-height: 8.5vw;
	letter-spacing: 1px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 0 1em 0;
    text-align: left;
}
.abMobileImg {
	height: 90vw;
    background-size: cover;
    background-position: center;
    margin: 0 0 5vw 0;
}
.abImageOverlay {
	height:100%;
	mix-blend-mode: screen;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.showtable {
	display: table;
}
.ab-social-shortcode {
	width: 100%;
	margin: 4px 0 10px 0;
    display: inline-block;
}
.ab-social-grid {
	width: 14%;
	width: calc(100% / 7);
	float: left;
}
.ab-social-grid svg {
	width: 40%;
	margin: 0 40% 0 0;
	fill:#1E1E1E;
}
#abMobileSocial {
	padding: 0;
}
#abMobileSocial li {
	margin: 0 2.5vw;
	display: inline;
}
#abMobileSocial svg {
	width:8vw;
	padding: 0 1vw;
}
.abTextPane {
	padding: 0 0 2em 0;
}
.abTextPane h2 {
	display: none;
}
.abTextPane ul {
	list-style-type: none;
    padding-inline-start: 0;
}
.abTextPane p, .abTextPane ul li {
	font-family: 'Roboto Mono', monospace;
	font-size:4vw;
	margin: 0 0 1em 0;
	color: #FFF;
}
.abTextPane ul li {
	margin: 0 0 0.5em 0;
}
.abTextPane a {
    color: inherit;
    font-weight: bold;
    font-family: 'Roboto Mono', monospace;
    font-size: 4vw;
    color: #FFF;
    margin: 32px 0;
    display: block;
}
.abImagePane {
	width: calc(100vw - 32px);
	height: calc(100vw - 32px);
	float: none;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 24px 0;
}
.abImageOverlay {
	height:100%;
	mix-blend-mode: screen;
}
.galleryContainer, .galleryPane {
	height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    position: relative;
}
.galleryPositioner {
	position: absolute;
	width: 100%;
	height: 100%;
	will-change: opacity;
}
.galleryElement {
	width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    /* filter: grayscale(1); */
}
.oneByOne {
	width: 100%;
	height: 100%;
}
.twoByTwo {
	width: calc((100% / 2) - 8px);
    height: calc((100% / 2) - 8px);
}
.threeByThree {
	width: calc((100% / 3) - 10px);
	height: calc((100% / 3) - 10px);
}
.galleryOverlay {
	position: absolute;
    z-index: 1000;
    mix-blend-mode: screen;
}
.fullOverlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	mix-blend-mode:screen;
}
.invertOpacity {
	filter: invert(1) !important;
	opacity: 0.8 !important;
}
.abTeamMobile {
	display: inherit;
}
.abTeamMobile h4 {
	color: #FFF;
	font-weight: 700;
	font-family: 'Roboto Mono', monospace;
	font-size: 4vw;
	margin: 0 0 0.5em 0;
}
.abTeamMobile p {
	margin: 0 0 2em 0;
	color: #FFF;
}
.abTeamCon {
	display: none;
}
.fullWidthTextPage {
	width: auto;
	margin: 0;
}
/*************
	
Login Form B2B

*************/

.loginform-custom {
	margin: -1em 0 0 0;
}
.loginform-custom a {
	display: none;
}
.ABresetPasswordLink a {
	display: block;
}
.loginform-custom h2 {
	display: none;
}
.loginform-custom label {
	color: #FFF;
	font-family: 'Roboto Mono', monospace;
	width: 90px;
	display: inline-block;
}
.loginform-custom input {
	border: none;
	padding: 8px;
	outline-width: 0;
	font-family: 'Roboto Mono', monospace;
	font-size: 16px;
	width: calc(100vw - 142px)
}
.login-submit input {
	font-family: 'Roboto Mono', monospace;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.login-submit input[type="submit"] {
	margin: 12px 0 0 0;
    background: #FFF;
    padding: 0.5em 1em;
    width: auto;
}
.ABresetPasswordLink a {
	font-family: 'Roboto Mono', monospace;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
input#rememberme {
	float:right;
	margin: 5px 12px;
	width:16px;
}
.login-remember label {
	width:auto;
}

/* PNG LOGO */

.abLogoBox {display:block;width:122px;height:122px;position: relative;}

.abLogoContainerVertical {height:103px;width:15px;position: absolute;overflow: hidden;}
.abLogoContainerHorizontal {height:15px;width:103px;position: absolute;overflow: hidden;}
.abLogoContainerTop {left:0;top:0;}
.abLogoContainerRight {right:0;top:0;}
.abLogoContainerBottom {bottom:0; right:0;}
.abLogoContainerLeft {bottom:0;left:0;}

.abLogoContainerTop img {
	width:425px;
	height:15px;
	position: absolute;
	will-change:transform;	
}
.abLogoContainerRight img {
	width:15px;
	height:425px;
	position: absolute;
	will-change:transform;
}
.abLogoContainerBottom img {
	width:425px;
	height:15px;
	position: absolute;
	will-change:transform;
}
.abLogoContainerLeft img {
	width:15px;
	height:425px;
	position: absolute;
	will-change:transform;
}	

/**********************
	
-----------------------	
B. Desktop 768 - 1919px
-----------------------

**********************/ 

body {
	background: #FFF;
}

@media screen and (min-width: 769px) {

.ab-pink-background, .ab-pink-background p, .ab-pink-background p input, .ab-pink-text p, .ab-pink-background .abTextPane a
	{	color: #f033f1;	}
.ab-pink-orange-background, .ab-pink-orange-background p, .ab-pink-orange-background p input, .ab-pink-orange-text p, .ab-pink-orange-background .abTextPane a
	{	color: #e28c7f;	}
.ab-cyan-background, .ab-cyan-background p, .ab-cyan-background p input, .ab-cyan-text p, .ab-cyan-background .abTextPane a
	{	color: #00f9ff;	}
.ab-red-background, .ab-red-background p, .ab-red-background p input, .ab-red-text p, .ab-red-background .abTextPane a
	{	color: #e8231d;	}
.ab-dark-blue-background, .ab-dark-blue-background p, .ab-dark-blue-background p input, .ab-dark-blue-text p, .ab-dark-blue-background .abTextPane a
	{	color: #150de5;	}
.ab-light-blue-background, .ab-light-blue-background p, .ab-light-blue-background p input, .ab-light-blue-text p, .ab-light-blue-background .abTextPane a
	{	color: #28abe2;	}
.ab-green-background, .ab-green-background p, .ab-green-background p input, .ab-green-text p, .ab-green-background .abTextPane a
	{	color: #00a651;	}
.ab-yellow-green-background, .ab-yellow-green-background p, .ab-yellow-green-background p input, .ab-yellow-green-text p, .ab-yellow-green-background .abTextPane a
	{	color: #8dc640;	}
.ab-purple-background, .ab-purple-background p, .ab-purple-background p input, .ab-purple-text p, .ab-purple-background .abTextPane a
	{	color: #8932ab;	}
.ab-grey-background, .ab-grey-background p, .ab-grey-background p input, .ab-grey-text p, .ab-grey-background .abTextPane a
	{	color: #888888;	}
.ab-orange-background, .ab-orange-background p, .ab-orange-background p input, .ab-orange-text p, .ab-orange-background .abTextPane a
	{	color: #eb632f;	}
.ab-magenta-background, .ab-magenta-background p, .ab-magenta-background p input, .ab-magenta-text p, .ab-magenta-background .abTextPane a
	{	color: #a0005c;	}
.ab-black-blue-background, .ab-black-blue-background p, .ab-black-blue-background p input, .ab-black-blue-text p, .ab-black-blue-background .abTextPane a
	{	color: #060a4d;	}
.ab-dark-grey-background, .ab-dark-grey-background p, .ab-dark-grey-background p input, .ab-dark-grey-text p, .ab-dark-grey-background .abTextPane a
	{	color: #3a3a3a;	}
.ab-apple-green-background, .ab-apple-green-background p, .ab-apple-green-background p input, .ab-apple-green-text p, .ab-apple-green-background .abTextPane a
	{	color: #6fbf4c;	}
.ab-mod-cyan-background, .ab-mod-cyan-background p, .ab-mod-cyan-background p input, .ab-mod-cyan-text p, .ab-mod-cyan-background .abTextPane a
	{	color: #62c5b1;	}

.ab-black-background, .ab-black-background p, .ab-black-background p input, .ab-black-text p, .ab-black-background .abTextPane a
	{	color: #1E1E1E;	}

/************
	
B 1. Containers

************/

#ab-container {
	height: 100vh;
    padding: 0;
}
#ab-header {
	padding: 24px 24px 24px 24px;
	margin: 0;
	display: flex;
	height: auto;
}
#ab-mobile-header {
	display: none;	
}
#ab-header-content {
	float: left;
    width: calc(100% - 194px);
    height: 122px;
    position: absolute;
    margin: 0;
    display: block;
    left: 170px;
}
#ab-menu {
	display: block;
	float: left;
}
#ab-menu ul {
	list-style-type: none;
	margin: 0;
	text-align: left;
	padding: 0;
	width: 66vw;
	position: relative;
    top: -3px;
}
#ab-menu ul li {
	color: #FFF;
	letter-spacing: 0.1em;
	float: left;
	margin: 0;
}
#ab-menu ul li:after {
    content: "/";
    margin: 0 0.5em;
}
#ab-menu ul li:last-child:after {
	content: "";
}
#ab-menu a {
	font-size: 16px;
	line-height: normal;
	color: #FFF;
	transition: text-shadow .3s;
	text-decoration: none;
}
#ab-menu a:hover {
	text-shadow: 0 0 1px #FFF, 0 0 1px #FFF;
}
#ab-mobile-navigation {
	display: none;
}
#ab-social {
	display: block;
	margin: 0;
}
#ab-social ul {
	margin: 0;
	list-style-type: none;
}
#ab-social ul li {
	float: right;
    margin: 0 0 0 12px;
}
#ab-mobile-ticker {
	display: none;
}
#ab-ticker {
	background: #FFF;
    width: 100%;
    height: 37px;
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    display: block;
    overflow: hidden;	
}
.marquee {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    letter-spacing: 2px;
	font-family: 'Roboto Mono', monospace;
	margin: 6px 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.marqueeText {
	display: inline-block;
}
#ab-mobile-content {
	display: none;
}
#ab-content {
	display: block;
	height: calc(100vh - 194px);
	max-height: calc(100vh - 194px);
	background: none; 
	padding: 0;
	overflow-y: scroll;
	will-change: transform;
}
.frontRowContainer {
	position: absolute;
	bottom: 0;
	width:100%;
	height:calc(25vw - 30px);
}
.frontRow {
	position: absolute;
	width: 100%;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.frontRowItem {
	width: calc(25vw - 30px);
    height: calc(25vw - 30px);
    background-size: cover;
    background-position: center center;
}
.abBlankContainer {
	background: #FFF;
    padding: 3vw;
	height: calc((100vh - 6vw) - 194px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    position: relative;
    overflow: hidden;
}
.abClientContainer {
	margin: 5vh 3vw;
	width: calc(7vw - 14px);
	height: calc(7vw - 14px);
}
.abClientContainer img {
	width: calc(7vw - 14px);
}
.abClientContainer p {
	font-family: 'Roboto Mono', monospace;
	font-size: 12px;
	margin: 1em 0 0 0;
	text-align: center;
	color: #1E1E1E !important;
}
.abLabelsMobile {
	display: none;	
}
.abTextContainer {
	position: absolute;
	width: calc(-48px + 100vw);
	height: calc(-194px + 100vh - 25vw);
	display: flex;
	background-position: center;
    background-size: cover;
}
.topleft {
	align-items: flex-start;
	justify-content: flex-start;
}
.centermiddle {
	align-items: center;
	justify-content: center;
}
.ab-mobile-text {
	display: none;
}
.ab-content-text {
	font-size: 46px;
	line-height: 1em;
	letter-spacing: 0.1em;
    font-weight: bold;
    color: #1E1E1E;
    text-transform: uppercase;
    margin: 0;
    min-height: 0vh;
}
.abContentSlide {
	display: block;
	height: calc(100vh - 194px);
    max-height: calc(100vh - 194px);
    background-size: cover;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    width: calc(100% - 48px);
    margin: 0 24px;
}
.abContentBGimg {
	display: table;
	width: 100%;
	height: 100%;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    /* filter: grayscale(1); */
    background-color: rgba(255,255,255,0.35);
	background-blend-mode: screen;
}
.abContentBGimg h1, .abTextContainer h1 {
	text-transform: uppercase;
	font-size: calc(100vw / 10);
	letter-spacing: 6px;
	line-height: 0.9em;
	padding: 0 1em;
	text-align: center;
		display: none;
}
.abTextPane {
	width: calc(100% - (100vh - 106px));
	max-height: 80%;
	overflow: scroll;
    margin: 0 0 0 24px;
    padding: 32px;
    float: right;
    background: #FFF;
    position: relative;
}
.abTextPane h2 {
	display: inherit;
	text-transform: uppercase;
    margin: 0 0 24px 0;
    font-size: 42px;
    line-height: 0.7;
}
.abTextPane h3 {
	text-transform: uppercase;
    margin: 0 0 16px 0;
    font-size: 24px;
}
.abTextPane p, .abTextPane a {
	font-family: 'Roboto Mono', monospace;
	font-size:14px;
	margin: 0 0 1em 0;
	text-align: left;
    line-height: 1.5em;
}
.abTextPane a {
	margin: 3em 0 1em 0;
}
.abTextPane p:nth-last-of-type(1) {
    margin: 0 0 24px 0;
}
.abImagePane {
	width:calc(100vh - 194px);
	float: left;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
}
.imageright.abTextPane {
	float: left;
	margin: 0 24px 0 0;
}
.imageright.abImagePane {
	float: right;
}
.abImageMobile {
	display: none;
}
.abImageOverlay {
	height:100%;
	mix-blend-mode: screen;
}
.galleryContainer, .galleryPane {
	height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    position: relative;
}
.galleryLabelSlide.galleryPane {
	width: calc(94vw - 48px);
}
.galleryPositioner {
	position: absolute;
	width: 100%;
	height: 100%;
	will-change: opacity;
}
.galleryElement {
	width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    /* filter: grayscale(1); */
}
.oneByOne {
	width: calc(100vh - 194px);
	height: calc(100vh - 194px);
}
.twoByTwo {
	width: calc((100% / 2) - 12px);
    height: calc((100% / 2) - 12px);
}
.threeByThree {
	width: calc((100% / 3) - 16px);
	height: calc((100% / 3) - 16px);
}
.galleryOverlay {
	position: absolute;
    z-index: 1000;
    mix-blend-mode: screen;
}
.fullOverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	mix-blend-mode:screen;
}
.invertOpacity {
	filter: invert(1) !important;
	opacity: 0.8 !important;
}
.labelSlider {
	width: 100%;
	height: 100%;
	position: relative;
	top:-3vh;
}
.galleryLabelSlide {
	position: absolute;
	background-color: #FFF;
	height:100%;
}
.labelsPause {
	z-index: 1001;
    position: absolute;
    right: 24px;
    bottom: 24px;
}
.teamArrows {
	z-index: 1001;
    position: absolute;
    right: 32px;
    bottom: 34px;
}
.abArrowRight {
  	width: 0; 
  	height: 0; 
  	border-top-width: 8px;
  	border-top-color: transparent;
  	border-top-style: solid;
    border-bottom-width: 8px;
    border-bottom-color: transparent;
  	border-bottom-style: solid;
    border-left-width: 12px;
    border-left-color: #1E1E1E;
    border-left-style: solid;
    cursor:pointer;
}
.pauseIcon {
	width: 4px;
	height: 16px;
    border-top: none;
    border-bottom: none;
    border-left-width: 4px;
    border-right-width: 4px;
    border-right-style: solid;
}
.abTeamMobile {
	display: none;
}
.abTeamCon {
	display: inherit;
	position:relative;
	min-height:300px;
	margin: 0 0 24px 0;
}
.abTeamCon h4 {
	font-weight: 700;
	font-family: 'Roboto Mono', monospace;
	font-size: 14px;
	margin: 0 0 0.5em 0;
}
.abTeamSubCon {
	position: absolute;
}
.fullWidthTextPage {
	width: calc(100% - 113px) !important;
    margin: 0 24px;
    float: none;
    max-height: 100% !important;
    height: 100%;
}
/*******
	
B 2. Logos

*******/

#ab-logo {
	float: left;
	width: inherit;	
}
.ab-social-icon {
	width: 24px;
	height: auto;
	fill: #FFFFFF;
}
#logoBox {
	width: 122px;
    height: 122px;
    display: block;
    float: none;
}
#logoBox img {
	width: 122px;
    height: 122px;
}
.mobileLogo {
	display: none;
}
.mobileHeadline {
	display: none;
}
/* PNG LOGO */

.abLogoBox {display:block;width:122px;height:122px;position: relative;}

.abLogoContainerVertical {height:103px;width:15px;position: absolute;overflow: hidden;}
.abLogoContainerHorizontal {height:15px;width:103px;position: absolute;overflow: hidden;}
.abLogoContainerTop {left:0;top:0;}
.abLogoContainerRight {right:0;top:0;}
.abLogoContainerBottom {bottom:0; right:0;}
.abLogoContainerLeft {bottom:0;left:0;}

.abLogoContainerTop img {
	width:425px;
	height:15px;
	position: absolute;
	will-change:transform;	
}
.abLogoContainerRight img {
	width:15px;
	height:425px;
	position: absolute;
	will-change:transform;
}
.abLogoContainerBottom img {
	width:425px;
	height:15px;
	position: absolute;
	will-change:transform;
}
.abLogoContainerLeft img {
	width:15px;
	height:425px;
	position: absolute;
	will-change:transform;
}	


/*************
	
Login Form B2B

*************/

.loginform-custom {
	margin: 28px 0 0 76px;
}
.loginform-custom input {
	width:240px;
}
.loginform-custom h2 {
	display: block;
	text-transform: uppercase;
    font-size: 36px;
}
.loginform-custom p {
	margin: 0 0 16px 0;
}
.login-submit {
	margin: 36px 0 36px 0 !important;
}
.login-submit p {
	margin: 36px 0 24px 0;
}
.login-submit input[type="submit"]  {
    margin: 12px 0 0 0;
    background: #FFF;
	padding: 0.5em 1em;
	color: inherit;
}
input#rememberme {
	float:right;
	margin: 5px 12px;
	width:16px;
}
.login-remember label {
	width:auto;
}

} /*Close @media screen and (min-width: 769px) */	

@media screen and (min-width: 780px) {
	
	.ab-content-text {
		font-size: calc(((100vh - 540px) * 0.1) + 22px);
	}
	.abTextPane h2 {
		font-size: 24px;
	}
	.abTextPane p, .abTeamMobile h4 {
		font-size: 12px
	}
	.abTextPane {
		width: calc(100% - (100vh - 122px));
		padding: 24px;
	}	
	#ab-menu ul li {
		letter-spacing: 0.02em;
	}
	#ab-menu ul li:after {
		margin: 0 0.3em;
	}
	.abTextPane {
		max-height: calc(100vh - 242px);
	}
	
} /*Close @media screen and (min-width: 1000px) */

@media screen and (min-width: 1000px) {
	
	.ab-content-text {
		font-size: calc(((100vh - 560px) * 0.1) + 26px);
	}
	
	
} /*Close @media screen and (min-width: 1000px) */

@media screen and (min-width: 1200px) {
	
	.ab-content-text {
		font-size: calc(((100vh - 600px) * 0.1) + 28px);
	}
	.abTextPane h2 {
		font-size: 42px;
	}
	.abTextPane p, .abTeamMobile h4 {
		font-size: 14px
	}
	.abTextPane {
		width: calc(100% - (100vh - 106px));
		padding: 32px;
	}	
	#ab-menu ul li {
		letter-spacing: 0.1em;
	}
	#ab-menu ul li:after {
		margin: 0 0.5em;
	}
	.abTextPane {
		max-height: 80%;
	}
	.abTextPane a {
    	margin: 1em 0 1em 0;
    }
	
} /*Close @media screen and (min-width: 1200px) */

@media screen and (min-width: 1400px) {
	
	.ab-content-text {
		font-size: calc(((100vh - 640px) * 0.1) + 32px);
	}
	#ab-menu ul {
		max-width: 1400px;
	}
	
} /*Close @media screen and (min-width: 1400px) */

@media screen and (min-width: 1600px) {
	
	.ab-content-text {
		font-size: calc(((100vh - 680px) * 0.1) + 34px);
	}
	.abTeamCon {
		min-height: 400px
	}
	
} /*Close @media screen and (min-width: 1600px) */

@media screen and (min-width: 1800px) {
	
	.ab-content-text {
		font-size: calc(((100vh - 720px) * 0.1) + 36px);
	}
	.abTextPane h2 {
		font-size: 54px;
		margin: 0 0 32px 0;
	}
	.abTextPane p, .abTeamCon h4 {
		font-size: 16px
	}
	.abTextPane a {
		font-size: 16px
	}
	.abTeamCon {
		min-height: 500px
	}
	.abTextPane a {
		margin: 3em 0 1em 0;
    }
	
} /*Close @media screen and (min-width: 1800px) */

@media screen and (min-width: 2300px) {
	
	.ab-content-text {
		font-size: calc(((100vh - 720px) * 0.1) + 36px);
	}
	#ab-menu a {
		font-size: 18px;
	}
	#ab-menu ul {
		max-width: 1400px;
	}
	#ab-menu ul li:after {
		font-size: 18px;
	}
	.ab-social-icon {
		width:24px;
	}
	.abTextPane h2 {
		font-size: 66px;
		margin: 0 0 32px 0;
	}
	.abTextPane p, .abTeamCon h4 {
		font-size: 20px
	}
	.abTextPane a {
		font-size: 20px
	}
	.abTextPane {
		width: calc(100% - (100vh - 86px));
		padding: 42px;
	
} /*Close @media screen and (min-width: 2300px) */


@media not all and (min-resolution:.001dpcm) { 
	@supports (-webkit-appearance:none) { 
		#ab-menu ul { 
			top: -3px; 
		}
}
} }
@media not all and (min-resolution:.001dpcm) { 
	@supports (-webkit-appearance:none) and (display:flow-root) { 
		#ab-menu ul { 
			top: -3px; 
		}
} }

.abArrow-pink			{	border-left-color: #f033f1; border-right-color: #f033f1;	}
.abArrow-pink-orange	{	border-left-color: #e28c7f; border-right-color: #e28c7f;	}
.abArrow-cyan			{	border-left-color: #00f9ff; border-right-color: #00f9ff;	}
.abArrow-red			{	border-left-color: #e8231d; border-right-color: #e8231d;	}
.abArrow-dark-blue		{	border-left-color: #150de5; border-right-color: #150de5;	}
.abArrow-light-blue		{	border-left-color: #28abe2; border-right-color: #28abe2;	}
.abArrow-green			{	border-left-color: #00a651; border-right-color: #00a651;	}
.abArrow-yellow-green 	{	border-left-color: #8dc640; border-right-color: #8dc640;	}
.abArrow-purple			{	border-left-color: #8932ab; border-right-color: #8932ab;	}
.abArrow-grey			{	border-left-color: #888888; border-right-color: #888888;	}
.abArrow-orange			{	border-left-color: #eb632f; border-right-color: #eb632f;	}
.abArrow-magenta		{	border-left-color: #a0005c; border-right-color: #a0005c; 	}
.abArrow-black-blue		{	border-left-color: #060a4d; border-right-color: #060a4d; 	}
.abArrow-dark-grey		{	border-left-color: #3a3a3a; border-right-color: #3a3a3a; 	}
.abArrow-apple-green	{	border-left-color: #6fbf4c; border-right-color: #6fbf4c; 	}
.abArrow-white			{	border-left-color: #FFFFFF; border-right-color: #FFFFFF;	}

.abArrow-black			{	border-left-color: #1E1E1E; border-right-color: #1E1E1E; 	}