/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */



html {
    color: #000;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    text-align:left;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   CLS's custom styles
   ========================================================================== */
* {box-sizing:border-box;}

html, body { background:#000; font-family:montserratlight; font-size:12px; color:#1d1a1a; }

a {color:#1d1a1a; text-decoration:underline; word-wrap: break-word }
a:hover {text-decoration:none;}

strong {font-family:montserratbold,arial,sans-serif;}

.wrapper {width:100%; background:#ffffff; padding-top: 60px;}

@media (min-width: 1000px) {
	.wrapper {
		padding-top: 150px;
	}
}

header.main {
	width:100%;
	padding:10px 10px;
	height:60px;
	position:fixed; top:0; z-index:999;
	background:#ffffff;
	box-sizing:border-box;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

header.main h1 {
	float:left;
	width:205px;
	margin:0;
}

header.main h1 a {
	display:block; 
	height:39px;
	/* background:url(../img/coolsport.png) no-repeat 0 0; */
	background:url(../img/coolsport-distribution.svg) no-repeat 0 0;
	background-size: contain;
	overflow:hidden;
	text-indent:-99em;
	white-space:nowrap;
}

header.main nav {
	float:right;
	text-align:right;
}

header.main nav .menu {
	display:none;
	overflow: scroll;
}

header.main nav .menu hr {
	display:none;
}

header.main nav .button {
	font-size:24px;
	cursor:pointer;
}

header.main nav ul .languages a:nth-of-type(2) {
	padding-left: 10px;
}

.flag {
	height: 25px;
	transition: box-shadow .4s;
}

.btn-menu-close {
	display:none;
}

header.main .menu-wrapper {
	overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 1000px) {
	header.main .container {
		max-width:1170px;
		margin:0 auto;
		display: block;
	}	
	
	header.main nav {
		width:75%;	
	}
	
	header.main nav .button {
		display:none;
	}
	
	header.main nav .menu {
		display:block;
		position:static;
		width:auto;
		height:auto;
		overflow: visible;
	}
	
	header.main nav ul {
		display: flex;
		justify-content: flex-end;
		margin:0;
		padding:0;
		list-style-type:none;	
		width:100%;
		float:left;
	}
	
	header.main nav ul li {
		display:block;
		width:15%;
		float:left;
		font-family:montserratbold,Arial,sans-serif;
		font-size:14px;
		text-transform:uppercase;
		padding-top:10px;
		color:#1e1b1b;
		transition: color .8s;
	}

	header.main nav ul .languages {
		display: flex;
		justify-content: flex-end;
	}
	
	header.main nav ul li a {
		text-decoration:none;
		transition: color .5s;	
	}

	header.main nav ul li a:hover {
		color: #8d8d8d;
	}

	header.main nav ul .languages a:nth-of-type(2) {
		padding-left: 8px;
	}
	
	header.main nav ul li a.btn-menu {
		text-decoration:none;
		line-height:35px;
		display:block;
		float:right;
		border-bottom:5px solid #ffffff;
	}
	
	header.main nav ul li a.btn-menu.btn-b2b {
		padding-right:20px;
	}
	
	header.main nav ul li.active a.btn-menu {
		line-height:35px;
		display:block;
		border-bottom:5px solid #d8d8d8;
	}
	
	.btn-menu-brands {
		line-height:35px;
		position:relative;
		border-bottom:5px solid #ffffff;
	}
	
	.btn-menu-brands:after {
		position: absolute; bottom:-10px; left:50%;
	    content:"";
	    width:0;
	    height:0;
	    margin-left:-8px;
	    border-right:8px solid transparent;
	    border-top:8px solid #d8d8d8;
	    border-left:8px solid transparent;
	}

}

@media (max-width: 999px) {
	.menu {
		position:fixed; top:0; left:0;
		height:100%;
		width:100%;
		
		/* Fallback for web browsers that don't support RGBa */
	    background-color: rgb(0, 0, 0);
	    /* RGBa with 0.6 opacity */
	    background-color: rgba(0, 0, 0, 0.9);
	    /* For IE 5.5 - 7*/
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	    /* For IE 8*/
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	}
	
	.btn-menu-close {
		display:block;
		float:right;
		width:50px;
		height:50px;
		color:#ffffff;
		font-size:36px;
		margin:10px 30px;
		cursor:pointer;
	}

	@-webkit-keyframes scale-up-center {
		0% {
		  -webkit-transform: scale(1);
				  transform: scale(1);
		}
		100% {
		  -webkit-transform: scale(.2);
				  transform: scale(.2);
		}
	  }
	  @keyframes scale-up-center {
		0% {
		  -webkit-transform: scale(1);
				  transform: scale(1);
		}
		100% {
		  -webkit-transform: scale(.2);
				  transform: scale(.2);
		}
	  }

	.btn-menu-close:hover .fa-times, .btn-close-parent:hover .fa-times{
		-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
		animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	} 


	.menu ul {
		list-style-type:none;
		margin:50px 0 0 20px;
	}
	
	.menu ul li {
		margin:10px 0;
		color:#ffffff;
		font-size:24px;
		font-family:montserratbold,Arial,sans-serif;
		text-align:left;
	}
	
	.menu ul li a {
		color:#ffffff;
		text-decoration:none;
	}
	
	header.main nav .menu hr {
		display:block;
		width:50px;
		border-width:3px;
		background:#fff;
		border-color:#fff;
	}
}

article.dashboard {
	display: none;
	margin-top:60px;
	width:100%;
	background:url(../img/dashboard_small.jpg) no-repeat 0 0;
	background-size:cover;
	background-position: 70%;
	color:#ffffff;
	padding:80px 10px;
	position:relative;
}

article.dashboard p {
	font-family:montserratblack;
	font-size:22px;
	text-transform:uppercase;
}

article.dashboard p span {
	font-family:dearjoeitalic;
	font-size:36px;
	line-height:24px;
}


article.aboutus {
	width:100%;
	background:#f0d9c3;
	position:relative;
	padding:10px;
	font-size: 16px;
	line-height: 28px;
}

article.aboutus .container {
	margin:0;
	padding:20px 10px;
	background:#ffffff;
}	

article.aboutus h2 {
	font-size:24px;
	color:#1e1b1b;
	font-family:montserratblack,arial,sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	padding:30px 0 10px;
	margin:0;
}

article.aboutus hr {
	width:50px;	
	background:#d8d8d8;
	margin:0;
}



@media (min-width: 1000px) {
	article.dashboard {
		background:url(../img/dashboard.jpg) no-repeat center center;
		background-size:auto;
		padding-top:80px;
	}
	
	article.dashboard .container {
		max-width:1170px;
		margin:0 auto;
	}	
	
	article.dashboard p {
		font-family:montserratblack;
		font-size:30px;
		text-transform:uppercase;
	}
	
	article.dashboard p span {
		font-family:dearjoeitalic;
		font-size:48px;
		line-height:30px;
	}
	
	article.aboutus {
		padding:120px 0;
	}
	
	article.aboutus .container {
		max-width:1170px;
		margin:0 auto;
		padding:50px 30px;
	}

	article .aboutus-wrapper {
		margin: 0 -20px;
	}
	
	article.aboutus .text-col {
		float:left;
		width:33%;
		padding: 0 20px;
	}
	
	article.aboutus .text-col p {
		text-align:justify;
	}
}

@media (min-width: 1441px) {
	article.dashboard {
		background:url(../img/dashboard_hd.jpg) no-repeat center center;
		background-size:auto;
		padding-top:80px;
	}
}

@media (min-width: 1000px) and (min-height: 500px) {
	article.dashboard {
		height:390px;
	}
}

@media (min-width: 1000px) and (min-height: 600px) {
	article.dashboard {
		height:490px;
	}
}

@media (min-width: 1000px) and (min-height: 700px) {
	article.dashboard {
		height:590px;
	}
}

@media (min-width: 1000px) and (min-height: 800px) {
	article.dashboard {
		height:690px;
	}
}

@media (min-width: 1000px) and (min-height: 900px) {
	article.dashboard {
		height:778px;
	}
}


section.brands {
	width:100%;
}

section.brands .mark {
	display:none;
} 


article.brand .logo {
	display:block;
	width:95%;
	margin:0;
	min-height:190px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:left top;
	padding:20px 0 0 20px;
}

article.brand.odd .logo {
	background-position:right top;
	margin-left:5%;
}

article.brand .logo img {
	width:50%;
	max-width: 200px;
}

article.brand .logo-white img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

article.brand .content {
	margin:-40px 10px 10px;
	padding:0;
	background:#ffffff;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}

article.brand .description {
	font-size:16px;
	line-height: 28px;
	color:#1d1a1a;
	text-align:left;
	margin:0;
	padding:10px;
}

article.brand .content h2 {
	font-size:24px;
	color:#1e1b1b;
	font-family:montserratblack,arial,sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	padding:30px 10px 10px;
	margin:0;
}

article.brand .content hr {
	width:20%;
	background:#d8d8d8;
	margin:0 10px;
}

article.brand nav {
	font-size:12px;
	color:#1d1a1a;
	margin:0;
	padding:10px;
}

article.brand .content nav hr {
	margin:0;
}

article.brand nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

article.brand nav ul li {
	margin:5px 0;
	line-height:30px;
}

article.brand nav ul li i {
	font-size:24px;
	line-height:30px;
	margin-right: 4px;
}


article.brand nav ul li hr {
	margin:10px 0;
}

article.brand nav strong {
	text-transform:uppercase;
	font-weight:normal;
}

article.brand .shops {
	background:#1e1b1b;
	padding:10px;
}

article.brand .shops a {
	display:block;
	margin:5px 0;
	padding:15px 5px;
	border:3px solid #d8d8d8;
	color:#d8d8d8;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
}

article.brand .shops a:hover {
	border-color:#fff;
	color:#fff;
}



@media (min-width: 768px) {
	article.brand .shops a {
		width:46%;
		margin:2%;
		float:left;
	}	
	
	article.brand .shops {
		padding:32px 30px 30px;
	}
}

article.brand {
	padding:0;
	background-color:#dbc8b4;
	background-repeat:no-repeat;
	background-size:cover;
	position: relative;
}

article.brand .container-apla {
	position: absolute; top: 0; left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	filter: blur(5px);
	-webkit-filter: blur(5px);
}


article.brand .container {
	position: relative;
}

@media (min-width: 1000px) {
	
	article.brand {
		position:relative;	
	}
	
	article.brand .description {
		min-height:350px;
		padding:10px 30px 0;
	}
	
	article.brand .content h2 {
		padding-left:30px;
		padding-right:30px;	
	}
	
	article.brand .content hr {
		margin:0 30px;
	}
	
	article.brand .content nav hr {
		margin:0;
	}
	
	article.brand nav {
		padding:10px 30px 30px;	
	}
	
	article.brand .container {
		max-width:1170px;
		margin:0 auto;
		min-height:700px;
		position:relative;
	}
	
	article.brand .content {
		width:410px;
		float:right;
		margin:0;
		position:relative; z-index:1;
	}
	
	article.brand.odd .content {
		float:left;
	}
	
	article.brand .logo {
		display:block;
		width:790px;
		height: 100%;
		background-size:auto;
		background-repeat:no-repeat;
		background-position:left 100px;
		padding:0;
		position:absolute;
		z-index:0;
	}
	
	article.brand.odd .logo {
		background-position:left 100px;
		position:absolute; right:0; top:0;
	}
	
	article.brand .logo img {
		width: auto;
		max-width:200px;
		margin-top:150px;
		margin-left:50px;
	}
	
	article.brand.odd .logo img {
		max-width:100%;
		margin-top:150px;
		margin-right:50px;
		float:right;
	}
}
.btn-scroll-arrows {
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	
}

.btn-brands {
	position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 899;
    display: block;
    width: 100px;
    height: 160px;
    background: url(../img/btn-brands.svg) no-repeat 0 0;
    background-size: contain;
}

.btn-top {
	position: absolute;
    top: -83px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 899;
    display: block;
    width: 120px;
    height: 160px;
    background: url(../img/btn-top.svg) no-repeat 0 0;
    background-size: contain;
}

.btn-aboutus {
	position: absolute;
    top: -70px;
    left: 50%;
    z-index: 899;
    transform: translateX(-50%);
    margin-left: 15px;
    display: block;
    width: 160px;
    height: 160px;
    background: url(../img/btn-history.svg) no-repeat 0 0;
    background-size: contain;
}

.btn-aboutus.en {
	background-image:url(../img/btn-history-en-mobile.svg);
}




@media (min-width: 1000px) {
	.btn-brands {
		width: 143px;
		height: 210px;
		bottom: -110px;
		background: url(../img/btn-brands.svg) no-repeat 0 0;
	}
	
	.btn-top {
		width: 160px;
		height: 210px;
		top: -100px;
		background: url(../img/btn-top.svg) no-repeat 0 0;

	}
	
	.btn-aboutus {
		width:160px;
		height:210px;
		top:-100px;
		background: url(../img/btn-history.svg) no-repeat 0 0;
	}

	.btn-aboutus.en {
		background: url(../img/btn-history-en.svg) no-repeat 0 0;

	}

	article.brand .shops a {
		padding: 10px 5px;
	}
}

footer.main {
	background:#ffffff;
	padding-top:50px;
	position:relative;
}

.contact {
	width:100%;
	float:left;
}

.contact-address {
	float:left;
	width:44%;
	margin:3%;
	font-size: 14px;
}

@media (min-width: 1000px) {
	
	footer.main {
		max-width:1170px;
		margin:0 auto;
		padding-top:100px;
	}
	
	.contact-address {
		width:23%;
		margin:1%;	
	}
	
	.contact-map iframe {
		margin-top:20px;
		height:400px;
		width:100%;
		max-width:1170px;
	}
}

.contact-address h4 {
	text-transform:uppercase;
	font-family:montserratbold,arial,sans-serif;
	font-size:14px;
	margin:0;
}

.contact hr {
	width:20%;
	background:#d8d8d8;
	margin:10px 0;
}

.contact-address address {
	font-style:normal;
}

.contact-map {
	width:100%;
	/* padding:10px 10px 0; */
}

.contact-map iframe {
	min-height: 400px;
}

.contact-findus {
	padding:0 10px 10px;
	line-height:24px;
}

.contact-findus strong {
	text-transform:uppercase;
}

.contact-findus i {
	font-weight: bold;
}
.contact-findus a {
	font-size:24px;
	margin-left:10px;
	text-decoration:none;
}

.contact-findus a:hover {
	color:#0060af;
}

.copyrights {
	width:100%;
	float:left;
	text-align:right;
	font-size:10px;
	padding:50px 10px 20px;
}


.icon-flag-pl, .icon-flag-en {
	display:inline-block;
	width:15px;
	height:10px;
	background:url(../img/flags.png) no-repeat 0 0;
}

.icon-flag-en {
	background-position:0 -10px;
}


.languages .icon-flag-pl, .languages .icon-flag-en {
	display:block;
	margin-bottom:2px;
}

.languages a {
	color:#afabab;
	font-size:10px;
	text-transform:uppercase;
	display:block;
	float:left;
	margin-right:10px;
	line-height: 25px; 
}

.languages a:hover {
	color:#1e1b1b;
}


/* #brands-nav {
	display:none;
} */

#brands-nav .container {
	text-align:left;
	display: flex;
    flex-flow: row wrap;
}

#brands-nav a {
	display:inline-block;
	padding:10px;
	opacity:0.7;
}

#brands-nav a img {
	max-height:20px;
}

#brands-nav a svg {
	fill: #fff;
	stroke: #fff;
	height: 35px;
	width: auto;
}

#brands-nav a.active {
	opacity:1;
}
nav .fa-chevron-down {
	font-size: 18px;
	padding-left: 7px;
}

@media (min-width: 1000px) {
	nav .fa-chevron-down {
		display: none;
	}
	
	#brands-nav {
		width:100%;
		background:#000;
		position:absolute; top:60px; left:0;
		padding: 15px 10px;
	}
	
	#brands-nav .container {
		max-width:1170px;
		margin:0 auto;
		text-align:left;
		display: flex;
		justify-content: space-between;
	}
	
	#brands-nav a {
		display:flex;
		align-items: center;
		height:60px;
		opacity:0.4;
		transition: opacity .5s;
		padding: 5px;
	}
	
	#brands-nav a:first-of-type {
		margin-left:0;
	}
	
	
	#brands-nav a.nav-element img, 
	#brands-nav a.nav-dragon img,
	#brands-nav a.nav-emerica img,
	#brands-nav a.nav-es img,
	#brands-nav a.nav-krew img,
	#brands-nav a.nav-level img,
	#brands-nav a.nav-brixton img,
	#brands-nav a.nav-supra img {
		max-height:30px;
	}
	
	/* #brands-nav a.nav-volcom img,
	#brands-nav a.nav-vonzipper img,
	#brands-nav a.nav-thirtytwo img {
		max-height:12px;
	} */
	
	#brands-nav a:hover {
		opacity:1;
	}	
}


.stores {
	display:none;
	position:fixed; top:0; left:0; z-index:900;
	width:100%;
	height:100%;
	color:#fff;
	
	padding:90px 30px 30px;
	
	/* Fallback for web browsers that don't support RGBa */
 	background-color: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(0, 0, 0, 0.9);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.stores a {
	text-decoration:none;
	color:#f3f3f3;
}

.stores h3 {
	font-size:24px;
	font-family:montserratbold;
	text-transform:uppercase;
}

.stores hr {
	text-align:left;
	width:50px;
	border-width:3px;
	border-color:#fff;
}
	
.btn-close-parent {
	display:block;
	float:right;
	width:30px;
	height:30px;
	color:#ffffff;
	font-size:36px;
	margin:0;
	cursor:pointer;
}



.stores-frame {
	overflow-y:scroll;
	height:80%;
	width:100%;
	font-size: 20px;
}

@media (min-width: 1000px) {
	.stores {
		padding-top:150px;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

p.clearfix {
	margin:0;
	padding:0;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.swiper {
	width: 100%;
	height: 100%;
  }

  .swiper-slide {
	width: auto;
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .swiper-button-next, .swiper-button-prev {
	  color: #fff;
	  opacity: 0.7;
  }

  #brands-nav .container {
	  position: relative;
  }

  .swiper-button-prev-unq, 
  .swiper-button-next-unq {
	position: absolute; top: 50%; left: -30px;
	font-size: 18px;
	color: #fff;
	opacity: 0.7;
	margin-top:-9px;
	cursor: pointer;
  }

  .swiper-button-prev-unq:hover, 
  .swiper-button-next-unq:hover {

	opacity: 0.9;
}

  .swiper-button-next-unq {
	  left: auto;
	  right: -30px;
  }

  .swiper-button-prev-unq.swiper-button-disabled,
  .swiper-button-next-unq.swiper-button-disabled {
	opacity: 0.1;
}

