﻿html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address {
	font-style: normal;
	margin-top: 20px;
}
body {
	color: #000;
	background: #fff;
	font: 300 16px/1.6 "Poppins", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.clearfix {
	height: 0pt;
	clear: both;
}
p {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
}
[class^="icon-"], [class*=" icon-"] {
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
h1 {
	font-size: 30px;
}
/* (1) DEFINE COMMON HEADER PROPERTIES FIRST AND THEN FONT SIZW SEPERATELY FOR EACH */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	margin: 0 0 10px;
}
h1 {
	font-size: 46px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 19px;
}
p {
	margin: 0 0 20px;
}
a {
	-webkit-transition: 0.5s ease-in all;
	-moz-transition: 0.5s ease-in all;
	transition: 0.5s ease-in all;
	color: #000;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #ff214f;
}
/* (2) WRAPPER & CONTAINER */

#wrapper {
	width: 100%;
}
.container {
	width: 100%;
	max-width: 1142px;
	margin: 0 auto;
	padding: 0 25px;
}
@media all and (min-width: 768px) {
	.container {}
}
/* (3) SECTION */

.section {
	padding: 25px 0;
}
.section.largepadding {
	padding: 45px 0;
}
.section.lesspadding {
	padding: 45px 0;
}
.section.toppadding {
	padding: 45px 0;
}
@media all and (min-width: 768px) {
	.section {
		padding: 60px 0;
	}
	.section.largepadding {
		padding: 145px 0;
	}
	.section.lesspadding {
		padding: 45px 0;
	}
	.section.toppadding {
		padding: 215px 0 0;
	}
}
/* (4) HEADER */

#header {
	width: 100%;
}
#header .container {
	padding-top: 26px;
	padding-bottom: 26px;
}
#header .logo {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	float: left;
	letter-spacing: 0;
	font-size: 21px;
	font-weight: 400;
}
#header .logo span {
	color: #ff214f;
	display: block;
	font-size: 11px;
	font-weight: bold;
}
#header .logo a {
	text-transform: uppercase;
}
#header .topnav {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	float: right;
	padding-top: 12px;
}
#header .topnav a {
	text-transform: uppercase;
	margin-left: 17px;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
}
#header .topnav a:first-child {
	margin-right: 0;
}
/* (5) FLAGS */

#header .languages {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	float: right;
	padding-top: 12px;
}
#header .languages a {
	text-transform: uppercase;
	margin-left: 7px;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
}
#header .languages a img {
	max-width: 30px;
}
#header .languages a:first-child {
	margin-left: 30px;
}
@media all and (max-width: 767px) {
	#header .logo,
	#header .topnav,
	#header .languages {
		float: none;
		display: block;
		text-align: center;
	}
}
@media all and (min-width: 768px) {
	#header .container:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
}
/* (6) SLIDER */

.slider {
	position: relative;
	color: #fff;
	width: 100%;
	background-size: cover!important;
}
.slider.about {
	position: relative;
	color: #fff;
	width: 100%;
	background-size: cover!important;
	background-position: 50% center!important;
}
.slider .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}
.slider .container {
	text-align: center;
	color: #fff;
	z-index: 9;
	position: relative;
}
.slider.about .container {
	text-align: left;
	color: #fff;
	z-index: 9;
	position: relative;
}
.slider.contact .container {
	text-align: left;
	color: #fff;
	z-index: 9;
	position: relative;
}
.slider h1 {
	font-size: 40px;
}
@media all and (min-width: 1024px) {
	.slider {
		min-height: 387px;
	}
	.slider.contact {
		min-height: 120px;
	}
}
/* (7) BUTTONS */

.btn,
.btn-primary {
	display: inline-block;
	background-color: #ff214f;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	height: 42px;
	line-height: 42px;
	padding: 0 28px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-decoration: none;
	text-align: center;
}
.btn i {
	color: #fff;
	margin-left: 10px;
}
.btn:hover {
	background: #d01b40;
	color: #fff;
}
.btn-secondary {
	color: rgb(0, 148, 50);
	background-color: transparent;
	border: 1px solid rgb(0, 148, 50);
}
.btn-secondary:hover {
	background: rgb(0, 148, 50);
	box-shadow: inset 0 50px 0 0 #009432;
	color: #fff;
}
@media all and (min-width: 768px) {
	.btn,
	.btn-primary {
		display: inline-block;
		text-align: left;
	}
}
/* (8) INTRODUCTION */

#introduction {
	text-align: center;
	padding-bottom: 0;
}
#introduction .container {
	max-width: 750px;
}
#introduction p {
	margin: 30px 0 0 0;
}
@media all and (max-width: 767px) {
	#introduction .container {
		text-align: center;
	}
}
/* (9) GET IN TOUCH*/

#getintouch {
	text-align: center;
}
#getintouch .container {
	max-width: 750px;
}
#getintouch p {
	margin: 30px 0 0 0;
}
@media all and (max-width: 767px) {
	#getintouch .container {
		text-align: center;
	}
}
/* (10) ABOUT */

#about .container {
	border-top: 1px solid #ededed;
	padding-top: 25px;
}
#about #blocks > div {
	padding: 0;
	text-align: center;
}
#about #blocks > div > div {
	display: table;
	width: 100%;
	margin: 0 0 20px 0;
}
#about #blocks > div > div .icons {
	display: block;
	vertical-align: top;
	width: 85px;
	margin: 0 auto;
	padding-right: 20px;
}
#about #blocks > div > div .icons i {
	color: #ff214f;
	font-size: 65px;
}
#about #blocks > div > div .text {} #about #blocks > div > div .text h3 {
	margin: 0 0 10px 0;
}
#about #blocks > div > div .text p {
	margin: 0;
}
@media all and (min-width: 768px) {
	#about .container {
		padding-top: 60px;
	}
}
@media all and (min-width: 1000px) {
	#about #blocks > div {
		display: -moz-inline-stack;
		display: inline-block;
		zoom: 1;
		*display: inline;
		float: left;
		width: 33.3%;
		padding: 0 25px;
	}
	/* ADD SEPERATE PADDINGS TO BLOCKS IF NESCESCARY */
	#about #blocks > div.block1 {
		padding-left: 0;
	}
	#about #blocks > div.block2 {} #about #blocks > div.block3 {
		padding-right: 0;
	}
}
@media all and (min-width: 1025px) {
	#about #blocks > div > div {
		display: table;
		width: 100%;
		margin: 0 0 20px 0;
		text-align: left;
	}
	#about #blocks > div > div .icons {
		display: table-cell;
		vertical-align: top;
		width: 85px;
		padding-right: 20px;
	}
}
@media all and (min-width: 1200px) {
	#about .container {
		padding-left: 0;
		padding-right: 0;
	}
}
/* (11) FOOTER */

#footer {
	background: #262626;
	color: #e6e6e6;
	text-align: left;
}
#footer .col-left {
	margin-bottom: 25px;
}
#footer #socialmedia {
	margin: 0;
	padding: 0;
}
#footer #socialmedia li {
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
}
#footer #socialmedia li a {
	color: #e6e6e6;
}
#footer #socialmedia li a:hover {
	color: #ff214f;
}
@media all and (min-width: 768px) {
	#footer .col-left {
		display: inline;
		float: left;
		width: 20%;
		margin: 0;
	}
	#footer .col-right {
		display: inline;
		float: right;
		width: 70%;
		margin: 0;
	}
}
/* (12) SCROLLABAR */

.scrollBarHolder {
	height: 8px;
	background: #d9d9d9;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
.scrollBarHolder #scrollBar {
	height: 8px;
	background: #ff214f;
}
/* (13) PHOTO GALLERY */

#photogallery.section {
	float: left;
	width: 100%;
	clear: both;
}
#photogallery .container {
	padding-left: 0;
	padding-right: 0;
}
#photogallery ul,
#photogallery li,
#photogallery ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#photogallery ul {
	width: 100%;
}
#photogallery ul li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 100%;
	*display: inline;
	float: left;
	width: 50%;
	padding: 0 10px 20px;
}
#photogallery ul li a {
	display: block;
	position: relative;
}
#photogallery ul li a:before {
	content: '';
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	height: 100%;
	width: 100%;
	transform: scale(0);
	transition: transform 0.3s cubic-bezier(0.3, 1, 0.8, 1);
}
#photogallery ul li a:after {
	content: '\f00e';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 30px;
	line-height: 1;
	margin: -10px 0 0;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%) scale(0);
	transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
#photogallery ul li a:hover:before {
	transform: scale(1);
}
#photogallery ul li a:hover:after {
	transform: translate(-50%) scale(1);
}
@media all and (min-width: 768px) {
	#photogallery ul li {
		width: 33.3%;
	}
}
/* (14) CONTACT */
#contact {
    background-color:#eee;
}
@media all and (min-width: 1000px) {
	#photogallery ul li {
		width: 25%;
	}
}
/* (14) OVERLAY */

#overlay {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: none;
	text-align: center;
}
#overlay .wrap {
	border: 8px solid #fff;
	border-radius: 3px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation-name: ligboxZoom;
	animation-duration: 0.3s;
}
#overlay .wrap img {
	margin: 0 0 10px;
	z-index: 1;
	position: relative;
}
#overlay .wrap p {
	margin: 0 0 5px;
}
#overlay .close {
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 30px;
	height: 30px;
	color: #fff;
	cursor: pointer;
	background: #000;
	border-radius: 50%;
	font-size: 26px;
	line-height: 1;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 3px;
}
#overlay .close:hover {
	transform: rotate(180deg);
}
/* (15) ANIMATIONS */

@-webkit-keyframes ligboxZoom {
	from {
		transform: translate(-50%, -50%) scale(0);
	}
	to {
		transform: translate(-50%, -50%) scale(1);
	}
}
@keyframes ligboxZoom {
	from {
		transform: translate(-50%, -50%) scale(0);
	}
	to {
		transform: translate(-50%, -50%) scale(1);
	}
}
/* (16) TABLES */

.responsiveTbl table {
	text-align: center;
	width: 100%;
}
tr {
	background: #fff;
}
tr:nth-child(2n) {
	background: #f2f2f2;
}
tr:hover .msg {
	opacity: 1;
	top: 0;
}
th,
td {
	padding: 15px 20px;
	vertical-align: middle;
}
th:nth-child(2),
td:nth-child(2) {
	text-align: left;
}
th {
	background: #ff214f;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	padding: 25px 20px;
}
.responsiveTbl .price,
.responsiveTbl .btn {
	border: 1px solid #ff214f;
	border-radius: 25px;
	display: inline-block;
	vertical-align: top;
	padding: 8px;
	height: 40px;
	min-width: 100px;
	text-align: center;
	line-height: inherit;
}
.responsiveTbl .btn {
	border: none;
	color: #fff;
	background: #ff214f;
	transition: box-shadow 0.3s linear;
}
.responsiveTbl .btn:hover {
	box-shadow: inset 0 0 0 25px #cc1d41;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.responsiveTbl .price,
	.responsiveTbl .btn {
		padding: 0;
		border: none;
		background: none;
	}
	.responsiveTbl .btn {
		color: #ff214f;
	}
	.responsiveTbl {
		overflow: auto;
	}
	.responsiveTbl table {
		width: 767px;
	}
}
@media only screen and (max-width: 640px) {
	.responsiveTbl table {
		width: 640px;
	}
}
/* FORMS */

.formContainer {
	background: rgba(255, 255, 255, 0.6);
	padding: 80px 40px;
	text-align: center;
}
.formContainer a {
	font-size: 14px;
	color: #333;
	transition: 0.3s ease-in all;
}
.formContainer a:hover {
	color: #ff214f;
}
.formContainer form {
	max-width: 470px;
	margin: 0 auto;
}
.formContainer form .row {
	position: relative;
	margin: 0 0 20px;
}
.formContainer .titleContainer {
	margin-bottom: 50px;
}
.formContainer .titleContainer .far {
	font-size: 70px;
	margin-bottom: 20px;
	color: #ff214f;
}
.formContainer .titleContainer h1 {
	font-size: 40px;
	margin-bottom: 10px;
}
/* FORM PLACEHOLERS */

input::-webkit-input-placeholder {
	color: #333;
    font: 300 16px/1.6 "Poppins", sans-serif;
}
input::-moz-input-placeholder {
	color: #333;
    font: 300 16px/1.6 "Poppins", sans-serif;
}
input::-moz-input-placeholder {
	color: #333;
    font: 300 16px/1.6 "Poppins", sans-serif;
}
input::-ms-input-placeholder {
	color: #333;
    font: 300 16px/1.6 "Poppins", sans-serif;
}
/* (17) FORM ELEMENTS */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
	background: none;
	border: none;
	border-bottom: 1px solid #666;
	padding: 15px 15px 15px 35px;
	width: 100%;
	height: 50px;
	color: #333;
	font-size: 18px;
	transition: border 0.3s linear, color 0.3s linear;
    font: 300 16px/1.6 "Poppins", sans-serif;
}
textarea {
	min-height: 120px;
	resize: none;
}
input[type="text"] + .fas,
input[type="password"] + .fas,
input[type="email"] + .fas,
input[type="tel"] + .fas,
textarea + .fas {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: 0.3s ease-in all;
	color: #333;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	outline: none;
	border-color: #ff214f;
	color: #ff214f;
}
input[type="text"]:focus + .fas,
input[type="password"]:focus + .fas,
input[type="email"]:focus + .fas,
input[type="tel"]:focus + .fas,
textarea:focus + .fas {
	color: #ff214f;
}
/* FORM BUTTONS */
.formContainer .btn {
	background: #ff214f;
	border: none;
	color: #fff;
	padding: 0 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 100%;
	cursor: pointer;
	transition: ease-in all 0.3s;
	display: block;
	height: auto;
	text-align: center;
	padding: 10px;
}
.formContainer .btn:hover {
	box-shadow: inset 0 50px 0 0 #c51a3d;
}
/* CUSTOM CHECKBOXES */
input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
	/* -webkit-appearance:none; */
	position: absolute;
	left: -9999px;
}
input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label {
	position: relative;
	cursor: pointer;
	padding: 0 0 0 30px;
}
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
	content: '';
	background: #fff;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
}
input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #ff214f;
	position: absolute;
	top: -4px;
	left: 2px;
	opacity: 0;
	transform: scale(1.5);
	transition: opacity 0.3s linear, transform 0.3s linear;
}
input[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}