@charset "utf-8";
/*
 * Copyright © 2019 | Website Design by Webfrog
 *
 */
/* Extra small devices (phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

header {
	position: relative;
}
#slider .carousel-item {
	height: calc(100vh - 164px);
	min-height: 620px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#slider:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/mobile-top.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 1;
	pointer-events: none;
}
#slider:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/mobile-bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 1;
	pointer-events: none;
}
/*#slider .carousel-item:before {
	content:'';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(9,20,32,0.4);
	background-size: 4px 4px;
	background-image: -webkit-linear-gradient(-45deg, rgba(9, 20, 32, .2) 25%, transparent 25%,
					  transparent 50%, rgba(9, 20, 32, .2) 50%, rgba(9, 20, 32, .2) 75%,
					  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(9, 20, 32, .2) 25%, transparent 25%,
					  transparent 50%, rgba(9, 20, 32, .2) 50%, rgba(9, 20, 32, .2) 75%,
					  transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(9, 20, 32, .2) 25%, transparent 25%,
					  transparent 50%, rgba(9, 20, 32, .2) 50%, rgba(9, 20, 32, .2) 75%,
					  transparent 75%, transparent);
	-pie-background: linear-gradient(135deg, rgba(9, 20, 32, .2) 25%, transparent 25%,
					 transparent 50%, rgba(9, 20, 32, .2) 50%, rgba(9, 20, 32, .2) 75%,
					 transparent 75%, transparent) 0 0 / 4px 4px, rgba(9,20,32,0.4);
}*/
#slider .carousel-caption {
    position: absolute;
    right: 15px;
    bottom: 85%;
	transform: translateY(85%);
    left: 15px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
#slider .carousel-caption img {
	max-width: 224px;
	max-width: 14rem;
}
#slider .carousel-caption h2 {
	font-family: 'Graphik';
	font-weight: bold;
    font-style: normal;
	font-size: 38px;
	font-size: 2.375rem;
	line-height: 1.1;
}
#slider .carousel-caption p {
	font-family: 'Graphik';
	font-weight: bold;
    font-style: normal;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.1;
	color: #fff;
}

.slider-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center bottom;
	background-image: url(../img/slider-bg-overlay.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	pointer-events: none;
}

.mobile-tabs {
	position: absolute;
	bottom: 90px;
	left: 30px;
	right: 30px;
	z-index: 20;
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 576px) {
	#slider .carousel-item {
		height: calc(100vh - 127px);
		min-height: 620px;
	}
	#slider .carousel-caption {
		left: 16.6666%;
		right: 16.6666%;
		bottom: 90%;
		transform: translateY(90%);
		text-align: center;
	}
	.mobile-tabs {
		bottom: 60px;
		left: 16.6666%;
		right: 16.6666%;
	}
	
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#slider .carousel-item {
		height: calc(100vh - 107px);
		min-height: 620px;
	}
	#slider .carousel-caption {
		left: 16.6666%;
		right: 16.6666%;
		bottom: 85%;
		transform: translateY(85%);
		text-align: center;
	}
	.mobile-tabs {
		bottom: 60px;
		left: 16.6666%;
		right: 16.6666%;
	}
	
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	header {
		border-bottom: 15px solid #fff;
	}
	#slider .carousel-item {
		height: calc(100vh - 128px - 48px - 10px);
		min-height: 500px;
	}
	#slider .carousel-caption {
		right: 15px;
		bottom: 60%;
		transform: translateY(60%);
		left: 15px;
		text-align: center;
	}
	#slider .carousel-caption img {
		max-width: 479px;
		max-width: 29.9375rem;
	}
	#slider:before,
	#slider:after {
		content: '';
		position: absolute;
		z-index: -1;
	}

}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#slider .carousel-item {
		height: calc(100vh - 132px - 47px - 10px);
		min-height: 500px;
	}
	#slider .carousel-caption {
		position: absolute;
		right: 15%;
		bottom: 70%;
		transform: translateY(70%);
		left: 15%;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 200px;
		color: #fff;
		text-align: left;
	}
	#slider .carousel-caption h2 {
		font-size: 54px;
	}

	#slider .carousel-item {
	    background-position: 0 15%;
	}

}

/* Webfrog extra devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {
	#slider .carousel-item {
		height: calc(100vh - 157px - 56px - 10px);
		min-height: 500px;
	}

		
}
/*
 * Copyright © 2019 | Website Design by Webfrog
 *
 */