/* F O N T   I N C L U D E S */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900|Poppins:300,400,700&display=swap');
/* B L O G */
.blogPostItem a {
    background: #4b8cb4;
    margin-top: 20px;
    display: inline-block;
    line-height: 40px;
    padding: 0px 20px;
}
.blogPostItem {
    background: #585858 !important;
    width: 100%;
    margin-bottom: 20px !important;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    padding: 20px;
}
.blogPostItem h3 {
    /* color: #012840 !important; */
    /* margin-bottom: 4px !important; */
    font-size: 26px;
    color: #3f879d;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}
.blogPostItem h4 {
    color: #4c8eb5 !important;
    font-size: 12px !important;
    margin-top: 0px !important;
}

.blogPostItem hr {
    background: #012840 !important;
    margin-top: 10px !important;
}

.blogPostItem p {
    color: #fbfbfb !important;
}
/* G L O B A L   S T Y L E S */
body{font-family: 'Poppins', sans-serif;background-color: #222222;}
h1, h2, h3, h4, h5, h6, .heading{font-family: 'Poppins', sans-serif;}
*:focus{outline: none;}
a{text-decoration: none;color: inherit;}
ul,ol{list-style: none; margin: 0; padding: 0;}
.flr{float: right;}
.smallPrint{font-size: 12px!important; margin: 0 0 12px 0;}
.tar{text-align: right;}
.tac{text-align: center;}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
hr{width: 120px; height: 1px; display: inline-block; border: none; outline: none; background-color: #D0DBE2; margin: 0 0 12px 0;}
/*.landline{display: none!important;}*/
/* C O L O U R S */
/*ACCENT COLOUR - #3f879d */
/*Ghost Button*/
.ghostButton{
	display: inline-block;
	border: 1px solid #3f879d;
	color: #3f879d;
	padding: 10px 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ghostButton:hover{
	box-shadow: inset 0 50px 0 rgba(0,0,0,0.56);
}
/*Top Bar*/
.deets{
	background-color: #1A1A1A;
	height: 30px;
}
.deets p span{
	float: right;
}
.deets p b{
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.deets p{
	font-size: 12px;
	margin: 0;
	line-height: 30px;
	color: #DDDDDD;
}
.topBar{
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.topBar.is_stuck{
	background-color: #000000;
}
.topBar .logo img{
	height: 120px;
	padding: 20px 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.topBar.is_stuck .logo img{
	height: 80px;
	padding: 10px 0;
}
nav ul{
	float: right;
	padding: 40px 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.topBar.is_stuck nav ul{
	padding: 20px 0;
}
nav ul li:hover .sub{
	display: block;
}
nav ul li{
	float: left;
	position: relative;
}
nav ul li .sub{
	position: absolute;
	background-color: #000000000;
	padding: 12px!important;
	border-top: 2px solid #3f879d;
	top: 38px;
	left: 12px;
	display: none;
}
nav ul li .sub li{
	clear: both;
	white-space: nowrap;
}
nav ul li .sub li a{
	font-size: 13px;
}
nav ul li a.active{
	box-shadow: inset 0px -2px 0px #3f879d;
	color: #3f879d;
}
nav ul li a{
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #DDDDDD;
	margin: 0 12px;
	text-transform: uppercase;
}
nav ul li > a:after {
	content: '\f078';
	margin-left: 6px;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	font-size: 10px;
} 
nav ul li > a:only-child:after { content: ''; } 
nav ul li:hover .sub{
	display: block;
}
/*Header*/
header{
	height: 100vh;
	width: 100%;
	position: relative;
	z-index: 10;
}
header.smaller{
	height: 50vh;
}
header:before{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	content: '';
	background: rgb(17,17,17);
	background: -webkit-linear-gradient(287deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(287deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(17deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,1) 100%);
	top: 0;
	left: 0;
}
.scrollDown:hover{
	cursor: pointer;
	color: white;
}
.scrollDown{
	position: absolute;
	z-index: 1;
	width: 50px;
	border-top-right-radius: 25px; 
	border-top-left-radius: 25px; 
	height: 50px;
	background-color: #222222;
	bottom: 0px;
	line-height: 50px;
	text-align: center;
	left: 50%;
	margin-left: -25px;
	color: #3f879d;
}
.headerText{
	text-align: center;
	position: absolute;
	width: 100%;
	max-width: 1000px;
	padding: 50px 30px;
	top: calc(50% + 50px);
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.headerText .heading{
	width: 100%;
	color: #3f879d;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 42px;
}
.headerText p{
	font-size: 18px;
	color: #DDDDDD;
}
/*Sections*/
section{
	overflow: hidden;
	padding: 70px 0;
	position: relative;
}
.largeWord{
	font-size: 160px;
	color: #3f879d;
	position: absolute;
	text-transform: uppercase;
	letter-spacing: -1px;
	opacity: 0.05;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: 900;
	font-family: 'Poppins', sans-serif;
}
/*COntact Bits*/
.websiteForm{
	color: #606060;
}
.websiteForm label{
	display: block;
	font-size: 14px;
	color: #3f879d;
	line-height: 2.6em;
}
.websiteForm input[type='text'], .websiteForm select{
	width: 100%;
	border-radius: 2px;
	height: 40px;
	font-size: 14px;
	padding-left: 10px;
	box-shadow: 0px;
	outline: 0;
	border: 1px solid #DDDDDD;
	color: white;
	background-color: #111111;
}
.websiteForm input[type='radio']{
	margin-right: 6px;
}
.websiteForm textarea{
	border: 1px solid #DDDDDD;
	color: white;
	background-color: #111111;
	width: 100%;
	border-radius: 2px;
	resize: none;
	float: left;
	padding: 1em;
	height: 140px;
}
.websiteForm button{
	margin-bottom: 20px;
	margin-top: 90px;
}
.ctact .inner{
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	padding: 20px;
}
#map{
	margin-top: 30px;
}
/*Text Areas*/
.text{
	color: #DDDDDD;
}
.text h1{
	font-size: 32px;
	color: #3f879d;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}
.text h2{
	font-size: 26px;
	color: #3f879d;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}
.text h3{
	font-size: 22px;
	color: #3f879d;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 12px 0;
	font-weight: 300;
}
address p{
	font-style: initial;
}
.text p{
	font-size: 14px;
}
.text ul{
	font-size: 14px;
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	color: #CCCCCC;
	margin-bottom: 18px;
}
.text ul li{
	background-color: rgba(0,0,0,0.5);
	border-radius: 3px;
	display: inline-block;
	width: 100%;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 10px 14px;
}
.text ul li:before{
	color: #3f879d;
	content: '\f192';
	font-size: 10px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Pro';
	margin-right: 10px;
}
.text ol{
	color: #CCCCCC;
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	font-size: 14px;
	margin-bottom: 18px;
}
.text ol li{
	display: inline-block;
	width: 100%;
	counter-increment: step-counter;
	background-color: rgba(0,0,0,0.5);
	border-radius: 3px;
	margin-bottom: 10px;
	line-height: 20px;
	padding: 10px 14px;
}
.text ol li:before{
	color: #3f879d;
	width: 15px;
	font-weight: 900;
	display: inline-block;
	content: counter(step-counter)".";
	font-size: 14px;
	margin-right: 10px;
}
/*Cards*/
.cardWords{
	padding: 30px;
	min-height: 300px;
}
.cardWords p{
	margin: 0 0 20px 0!important;
	font-size: 12px;
}
.cardWords p:last-of-type{
	/*margin-bottom: 0;*/
}
.cards{
	background-color: #333333;
}
.cards .inner, .cardz .inner{
	margin: 20px;
	background-color: #111111;
}
/*Big Picture*/
.bigPicture:before{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	content: '';
	background: rgb(17,17,17);
	background: -webkit-linear-gradient(287deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(287deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(17deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,1) 100%);
	top: 0;
	left: 0;
}
.posrel{
	position: relative;
}
.bigPicture{
	z-index: 1;
	background-image: url('../images/background.jpg');
	background-size: cover;
	background-position: bottom center;
}
.bigPicture p:last-of-type{
	font-style: initial;
	font-weight: 300;
	text-transform: uppercase;
	opacity: 0.9;
	margin-top: 19px!important;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
}
.bigPicture p{
	line-height: 100%;
	font-size: 18px;
	font-style: italic;
	opacity: 0.7;
}
.arrows button{
	color: #3f879d;
}
.arrows{
	position: absolute;
	width: calc(100% + 100px);
	color: red;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.arrows button:hover{
	background: #3f879d;
	color: #111111
}
.arrows button{
	width: 38px;
	cursor: pointer;
	height: 38px;
	line-height: 32px;
	text-align: center;
	border: 2px solid #3f879d;
	border-radius: 19px;
}
.arrows button:first-of-type{float: left;}
.arrows button:last-of-type{float: right;}
/*gallery*/
.gallery .columns img{
	margin: 0;
}
.gallery .columns .caption{
	position: absolute;
	pointer-events: none;
	color: #444444;
	width: calc(100% - 20px);
	border-radius: 0px 0px 3px 3px;
	background-color: rgba(255,255,255,0.6);
	bottom: 10px;
	padding: 12px;
	left: 10px;
	font-size: 13px;
}
.gallery .columns:hover::before{
	opacity: 1
}
.gallery .columns:before{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	content: '\f00e';
	opacity: 0;
	font-weight: 300;
	color: #3f879d;
	width: 1000px;
	font-size: 60px;
	height: 1000px;
	text-align: center;
	line-height: 1000px;
	pointer-events: none;
	font-family: 'Font Awesome 5 Pro';
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 50%;
	margin-top: -500px;
}
.gallery .columns{
	position: relative;
	overflow: hidden;
	width: 25%;
	padding: 10px;
	float: left;
}
/*Reviews*/
.reviews, .blogContainer{
	column-gap: 1.6em;
	padding: 20px 0 0 0;
}
article{
	margin-bottom: 1.6em;
	padding: 20px;
	border: 1px solid #FFFFFF;
}
article p{
	overflow: hidden;
	display: -webkit-box;
	/*-webkit-line-clamp: 3;*/
	margin-bottom: 20px;
	-webkit-box-orient: vertical;
}
.text blockquote h4{
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #3f879d;
}
.text blockquote p{
	font-size: 13px;
	font-style: italic;
}
.text blockquote p:last-of-type{
	font-style: initial!important;
	font-weight: bold;
}
.text blockquote{
	display: inline-block;
	display: flex;
	background-color: rgba(0,0,0,0.5);
	margin: 0 0 1.6em;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	position: relative;
	padding: 20px;
}
/*Footer*/
footer{
	background-color: #111111;
	padding: 50px 0;
}
footer .logo{
	height: 80px;
	display: inline-block;
}
footer ul{
	color: #dddddd;
	padding: 10px 0;
	width: 100%;
	margin: 30px 0;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	text-align: center;
}
footer ul li{
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
}
.social i{
	display: inline-block;
	border-radius: 50%;
	margin: 0 2px;
	line-height: 28px;
	height: 32px;
	width: 32px;
	font-size: 12px;
	color: #EEEEEE;
	border: 2px solid #3f879d;
}
.mobiButton{
	display: none;
}

/* M E D I U M   S C R E E N S   A N D   U N D E R */
@media screen and (max-width: 63.9375em) {
	.deets{
		display: none;
	}
}
/* S M A L L   S C R E E N S   A N D   U N D E R */
@media screen and (max-width: 39.9375em) {
	header{
		height: 60vh
	}
	.topBar .logo img{
		height: 80px;
		padding: 20px 10px;
	}
	.topBar.is_stuck .logo img{
		height: 80px;
		padding: 20px 10px;
	}
	.mobiButton{
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		height: 80px;
		padding: 20px;
	}
	.mobiButton a, .mobiButton button{
		width: 40px;
		height: 40px;
		margin-left: 10px;
		line-height: 36px;
		text-align: center;
		color: #3f879d;
		float: left;
		border-radius: 50%;
		border: 2px solid #3f879d;
	}
	.logo{
		text-align: center;
	}
	nav{
		display: block;
		background-color: rgba(0,0,0,0.9);
		position: absolute;
		top: 80px;
		display: none;
		width: 100%!important;
	}
	nav ul{
		padding: 16px;
		width: 100%;
		display: block;
	}
	.topBar.is_stuck nav ul{
		padding: 16px;
	}
	nav ul li{
		width: 100%;
	}
	nav ul li a{
		line-height: 36px;
		margin: 0;
	}
	nav ul li:hover .sub{
		display: none;
	}
	nav ul li .sub{
		position: static;
		background-color: transparent;
		border-left: 1px solid #3f879d;
		border-top: 0;
		width: 100%;
		margin: 0;
		padding: 0 18px!important;
	}
	.text ol, .text ul{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-o-column-count: 1;
		column-count: 1;
	}
	.headerText .heading{
		width: 100%;
		color: #3f879d;
		line-height: 100%;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-size: 36px;
	}
	.headerText p{
		font-size: 15px;
		color: #DDDDDD;
	}
	.gallery .columns{
		width: 50%;
	}
}