﻿* {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
	-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
	outline: none !important;
	font-family: Montserrat, sans-serif;
	letter-spacing: 2.5px;
	font-weight: 500;
}

html, body {
	background-color: #000000
}

a[href^="tel"] {
	color: inherit; /* Inherit text color of parent element. */
	text-decoration: none; /* Remove underline. */
	/* Additional css `propery: value;` pairs here */
}

::-webkit-scrollbar {
	width: 6px !important;
	height: 6px !important;
}

::-webkit-scrollbar-thumb {
	background-clip: padding-box !important;
	background-color: #bdbdbd !important;
	border-radius: 3px;
}

::-webkit-scrollbar-button {
	width: 0 !important;
	height: 0 !important;
	display: none !important;
}

::-webkit-scrollbar-corner {
	background-color: transparent !important;
}

p {
	margin: 0px;
}

h1 {
	margin: 0px;
}

.header {
	height: 40px;
	width: 100%;
	line-height: 40px;
	font-size: 12px;
	overflow: hidden;
}

	.header i {
		margin-right: 6px;
	}

.fa-phone {
	transform: rotate(90deg);
}

.headerItem {
	display: inline-block;
	margin-right: 30px;
}

	.headerItem:last-child {
		margin-right: 15px;
	}

	.headerItem.langSelection {
		float: right;
	}

		.headerItem.langSelection a {
			color: #fff;
			border-right: 1px solid #fff;
			padding: 0 10px;
			cursor: pointer;
		}

			.headerItem.langSelection a:last-child {
				border-right: none;
				padding-right: 0px;
			}

nav {
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	box-shadow: none;
	z-index: 99;
}

	nav ul a {
		font-size: 13px;
	}

	nav .brand-logo {
		cursor: pointer;
		height: 100%;
	}

		nav .brand-logo img {
			height: -webkit-fill-available;
		}

.pageContainer:before {
	overflow: hidden;
	width: 100%;
	height: calc(100vh - 40px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: .5s;
	position: relative;
	filter: brightness(0.6);
	content: "";
	position: absolute;
}

.pageContainer.mainSection:before {
	background-image: url(../images/BG2.jpg);
}

.pageContainer.aboutSection:before {
	background-image: url(../images/BG7.jpg);
}

.pageContainer.servicesSection:before {
	background-image: url(../images/BG1.jpg);
}

.pageContainer.brandsSection:before {
	background-image: url(../images/BG3.jpg);
}

.pageContainer.contactSection:before {
	background-image: url(../images/BG9.jpg);
}

.pageContainer {
	overflow: hidden;
	width: 100%;
	height: calc(100vh - 40px);
	transition: .5s;
	position: relative;
}

.pageSection {
	/*position: absolute;
	top: 60px;
	left: 0px;
	transform: translateX(-30%);
	transition: .6s;
	height: calc(100% - 60px);
	width: 100%;
	opacity: 0;
	pointer-events: none;
	overflow: auto;*/
}

	.pageSection.active {
		/*transform: translateX(0%);
		opacity: 1;
		z-index: unset;
		pointer-events: auto;*/
	}

.mainSection .detailText {
	font-size: 15px;
	font-weight: 300;
	margin-top: 20px;
}

.mainSection .pageSectionContainer {
	font-size: 72px;
	text-align: center;
	margin: auto;
	/*padding: 92px 0 0 0;*/
	max-width: 920px;
	overflow: visible !important;
}

	.mainSection .pageSectionContainer p {
		font-weight: 400;
		letter-spacing: 4px;
		text-shadow: 0px 6px 30px rgba(0, 0, 0, 0.7);
	}

.aboutSection .pageSectionContainer {
	font-size: 16px;
	text-align: justify;
	margin: auto;
	/*padding: 92px 0 0 0;*/
	max-width: 800px;
}
.aboutRow {
	text-align: center;
	margin: 0px;
	padding: 40px;
	background-color: rgba(0,0,0,0.5);
}
	.aboutSection .pageSectionContainer .aboutRow {
		background-color: rgba(0,0,0,0.5);
		padding: 40px;
	}

	.aboutSection .pageSectionContainer h1 {
		font-size: 48px;
		font-weight: 700;
		text-align: center;
	}

		.aboutSection .pageSectionContainer h1 span {
			font-weight: 700;
		}

	.aboutSection .pageSectionContainer p {
		font-weight: 300;
	}

.servicesSection .pageSectionContainer {
	font-size: 16px;
	text-align: justify;
	margin: auto;
	/*padding: 92px 0 0 0;*/
	max-width: 800px;
}

.servicesSection .servicesHeader {
	font-size: 32px;
	margin-bottom: 25px;
	font-weight: 400;
	text-align: center;
}

.servicesRow {
	text-align: center;
	margin: 0px;
	padding: 40px;
	background-color: rgba(0,0,0,0.5);
}

	.servicesRow .col {
		padding: 20px;
		overflow: hidden;
	}

	.servicesRow .row {
		margin: 0px;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}

		.servicesRow .row:last-child {
			border-bottom: none;
		}

		.servicesRow .row .col:first-child {
			border-right: 1px solid rgba(255,255,255,0.2);
		}



	.servicesRow .col i {
		font-size: 60px;
		padding-bottom: 30px;
	}

	.servicesRow .serviceTitle {
		font-size: 18px;
		font-weight: 800;
		margin-bottom: 10px;
	}

	.servicesRow .serviceDetail {
		font-size: 13px;
		font-weight: 400;
	}

.brandsSection .pageSectionContainer {
	font-size: 16px;
	text-align: center;
	margin: auto;
	/*padding: 92px 0 0 0;*/
	max-width: 800px;
	max-height: calc(100% - 40px);
	overflow: auto;
}

.brandsSection .brandsHeader {
	font-size: 32px;
	margin-bottom: 25px;
	font-weight: 400;
	text-align: center;
}

.brandsSection .pageSectionContainer p {
	color: #000000;
	margin-bottom: 15px;
	font-weight: 500;
}

.brandsSection .pageSectionContainer .brandsRow {
	margin-bottom: 0px;
	background-color: rgba(255,255,255,0.7);
	padding: 40px;
}

.brandsSection .pageSectionContainer .col {
	padding: 10px 20px
}

	.brandsSection .pageSectionContainer .col img {
		width: 100%;
	}

.contactSection .pageSectionContainer {
	font-size: 16px;
	text-align: justify;
	margin: auto;
	/*padding: 92px 0 0 0;*/
	max-width: 800px;
}

.contactSectionHeader {
	font-size: 32px !important;
	font-weight: 400 !important;
	margin-bottom: 20px;
}

.contactRow {
	text-align: center;
	margin: 0px;
	padding: 40px;
	background-color: rgba(0,0,0,0.7);
}

.contactHeader {
	font-size: 20px !important;
	display: block;
	font-weight: 600 !important;
	margin-top: 20px;
}

.contactInfo {
	font-size: 14px !important;
	display: block;
	font-weight: 400 !important;
	margin-bottom: 20px;
}

.contactSection input[type=text], .contactSection input[type=email], .contactSection input[type=number], .contactSection textarea {
	background-color: rgba(255,255,255,0.1);
	border: 0px !important;
	color: #fff;
	border-radius: 4px !important;
	padding: 0 10px !important;
	width: calc(100% - 20px) !important;
	box-shadow: none !important;
	transition: .4s !important;
}

.contactSection textarea {
	padding: 10px !important;
	height: 86px;
	max-height: 86px !important;
	line-height: 22px;
	width: 100% !important;
	overflow: auto !important;
}

.contactButton {
	width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
	-moz-appearance: textfield; /* Firefox */
}

.btn {
	box-shadow: 0px 6px 30px 5px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

	.btn:hover {
		box-shadow: 0px 6px 30px 5px rgba(0, 0, 0, 0.5);
		transform: scale(0.98)
	}

	.btn i {
		float: left;
		margin-right: 10px;
	}

.aboutLine {
	margin-top: 25px;
}

.mobileMenuButton {
	position: absolute;
	line-height: 56px;
	left: 20px;
	cursor: pointer;
}

.mobileMenu {
	position: absolute;
	height: 100vh;
	width: 100%;
	background-color: #545151;
	top: -100%;
	left: 0px;
	opacity: 0;
	transition: .4s;
	z-index: 9999;
	pointer-events: none;
}

	.mobileMenu.active {
		top: 0%;
		opacity: 1;
		pointer-events: auto;
	}

	.mobileMenu ul {
		/*margin: auto;
		top: 0px;
		bottom: 0px;
		position: absolute;
		height: 300px;*/
		width: 100%;
		margin-top: 100px;
	}

	.mobileMenu li {
		width: 100%;
		font-size: 30px;
		font-weight: 300;
		text-align: center;
		line-height: 50px;
		margin-bottom: 10px;
		color: #fff;
		cursor: pointer;
		transition: .4s;
	}

		.mobileMenu li.active {
			background-color: RGBA(0,0,0,0.2);
		}

		.mobileMenu li a {
			color: #fff;
		}

.swipeArrow {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	position: absolute;
	bottom: 8px;
	left: calc(50% - 20px);
	cursor: pointer;
	animation: bounce .4s infinite alternate;
	-webkit-animation: bounce .4s infinite alternate;
	opacity:.6;
}
@keyframes bounce {
	from {
		transform: translateY(0px);
	}

	to {
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {
	from {
		transform: translateY(0px);
	}

	to {
		transform: translateY(-15px);
	}
}
@media only screen and (max-width: 900px) {
	html {
		height: calc(100% - 200px);
	}

	body {
		height: calc(100% - 200px);
		overflow: hidden;
	}

	.pageSection {
		overflow: auto;
	}

	.pageSectionContainer {
		width: calc(100% - 20px) !important;
		overflow: auto;
	}

		.pageSectionContainer .aboutRow, .pageSectionContainer .servicesRow, .pageSectionContainer .brandsRow, .pageSectionContainer .contactRow {
			padding: 20px !important;
		}

	.mainSection .pageSectionContainer {
		font-size: 34px;
		text-align: left;
		width: 100%;
	}

	.aboutSection .pageSectionContainer {
		font-size: 13px;
	}

	.headerItem:nth-child(2) {
		display: none;
	}

	.headerItem {
		font-size: 11px;
	}

		.headerItem i {
			display: none;
		}

	.aboutSection .pageSectionContainer h1 {
		font-size: 28px;
		font-weight: 600;
		text-align: center;
	}

	.contactSection .pageSectionContainer {
		font-size: 12px;
	}

	.contactHeader {
		font-size: 13px !important;
	}

	.contactInfo {
		font-size: 10px !important;
	}

	.servicesSection .servicesHeader, .brandsSection .brandsHeader, .contactSection .pageSectionContainer .contactSectionHeader {
		font-size: 22px !important;
		font-weight: 400 !important;
		text-align: center !important;
		margin-bottom: 10px !important;
	}

	.brandsSection .pageSectionContainer .col {
		padding: 10px;
	}




	.servicesRow .col {
		padding: 20px 8px;
	}

		.servicesRow .col i {
			font-size: 32px;
			padding-bottom: 12px;
		}

	.servicesRow .serviceTitle {
		font-size: 12px;
		font-weight: 800;
	}

	.servicesRow .serviceDetail {
		font-size: 8px;
		font-weight: 400;
	}

	.contactSection input, textarea {
		font-size: 13px !important;
		line-height: 30px !important;
		height: 30px !important;
	}

	.contactSection textarea {
		padding: 10px !important;
		height: 52px !important;
		max-height: 52px !important;
		line-height: 16px !important;
		width: 100% !important;
		overflow: auto !important;
	}
	.swipeArrow {
		bottom: 0px;
		font-size:18px;
	}
}
@media only screen and (max-height: 600px) {
	.swipeArrow {
		left: unset;
		right: 0px;
		z-index: 10;
	}
}
@media only screen and (max-height: 400px) {
	.mobileMenu ul {
		margin-top: 40px;
	}

}

@media only screen and (max-height: 320px) {
	.mobileMenu ul {
		margin-top: 10px;
	}
}
