/* F O N T   I N C L U D E S */
@font-face {
    font-family: 'Point';
    src: url('fonts/Point-Thin.eot');
    src: local('Point Thin'), local('Point-Thin'),
        url('fonts/Point-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/Point-Thin.woff2') format('woff2'),
        url('fonts/Point-Thin.woff') format('woff'),
        url('fonts/Point-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Point';
    src: url('fonts/Point-Regular.eot');
    src: local('Point Regular'), local('Point-Regular'),
        url('fonts/Point-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Point-Regular.woff2') format('woff2'),
        url('fonts/Point-Regular.woff') format('woff'),
        url('fonts/Point-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Point';
    src: url('fonts/Point-SemiBold.eot');
    src: local('Point Semi Bold'), local('Point-SemiBold'),
        url('fonts/Point-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Point-SemiBold.woff2') format('woff2'),
        url('fonts/Point-SemiBold.woff') format('woff'),
        url('fonts/Point-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Point';
    src: url('fonts/Point-ExtraBold.eot');
    src: local('Point Extra Bold'), local('Point-ExtraBold'),
        url('fonts/Point-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Point-ExtraBold.woff2') format('woff2'),
        url('fonts/Point-ExtraBold.woff') format('woff'),
        url('fonts/Point-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* G L O B A L   S T Y L E S */

body {
	font-family: 'Point';
	font-weight: 400;
}
*:focus{outline: none;}
a{text-decoration: none;color: inherit;}
ul,ol{list-style: none; margin: 0; padding: 0;}
.makeBg {height: 100%;}
.row{max-width: 90em;}
.tar {text-align: right;}
.tac{text-align: center;}
.deets i {display: none;}
.mobileNav {display: none;}

/* C O L O U R S */

/*

#ff333b
#111111

*/

/* H E A D E R */

header {
    background-image: url(../images/header.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, #761f22, #111111, #111111);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    opacity: 0.7;
    z-index: -1;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.threePieceContainer {
	text-align: center;
    background-color: #ffffff;
}
.threePiece {
    padding: 30px 0px;
}
.deets p,
.socialBits p {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    color: #333333;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.deets a,
.socialBits a {
    font-weight: 600;
    font-size: 15px;
    color: #ff333b;
    display: inline-block;
}
.deets a:after {
    content: '•';
    padding: 0px 10px 0px 15px;
}
.deets a:last-of-type:after {
    display: none;
}
.logo {
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
    margin-left: 20px;
    margin-right: 20px;
    text-transform: uppercase;
}
.logo img {
	width: 250px;
	border-radius: 10px;
}
.logo i {
    font-size: 18px;
    color: #ff333b;
    padding-bottom: 10px;
}
.logo a {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 2px;
}
.logo a span {
    font-size: 25px;
    letter-spacing: -0.5px;
    font-weight: 800;
    display: block;
}

/* N A V */

.navContainer {
    text-align: center;
    background-color: rgba(0,0,0,0.6);
}
nav {
    position: relative;
    z-index: 1000;
}
nav ul li {
    display: inline-block;
    padding: 0px 25px;
    position: relative;
    z-index: 1;
}
nav ul li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    width: 40px;
    height: 40px;
    border-bottom: 3px solid #ff333b;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}
nav ul li:hover:before {
    opacity: 1;
}
nav ul li a {
    position: relative;
    display: block;
    font-weight: 600;    
    letter-spacing: 2px;
    font-size: 16px;
    color: #ffffff;
    line-height: 55px;
    z-index: 1;
}
nav ul li > a:after {
	content: '\f078';
	color: #ff333b;
	font-size: 14px;
	margin-left: 6px;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 600;
}
nav ul li > a:only-child:after { content: ''; } 
.subMenu {
	position: absolute;
	left: 0;
    text-align: left;
    display: none;
    background-color: rgba(0,0,0,0.6);
    padding: 10px 0px; 
}
.subMenu li {
	display: block;
	margin: 0;
	text-align: left;
	white-space: nowrap;
	clear: both;
	line-height: 20px;
	transition: ease 0.4s;
}
.subMenu li:hover:before {
    opacity: 0;
}
.subMenu li a {
    line-height: 40px;
}
nav ul li:hover .subMenu, nav ul li .subMenu .active {
    display: block;
}

/* S P L A S H */

.splashContainer {
    padding: 125px 0px;
    position: relative;
}
.sliderBox {
    position: relative;
    z-index: 1;
}
.splashSlider {
    position: relative;
    z-index: 1;
}
.splashSlider .slide {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative!important;
    height: 600px;
    z-index: 1;
}
.splashSlider .slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: -1;
}
.slick-next:before, .slick-prev:before {
    color: #ff333b;
}
.slick-dots {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    padding: 0;
    padding: 0 10px;
    bottom: inherit;
}
.slick-dots li {
    display: block;
}
.slick-dots li button {
    line-height: 40px!important;
    padding: 0;
}
.slick-dots li button:before {
    font-size: 12px;
}
.slick-dots li.slick-active button:before {
    color: #ff333b;
}
.splashContent {
    padding: 50px;
    position: relative;
    width: calc(100% + 150px);
    left: -150px;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    backdrop-filter: blur(10px);
}
.bouncyLine {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 0;
    background: linear-gradient(-45deg, #ff333b, #111111);
    z-index: -1;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
.splashContent h1,
.splashContent h2 {
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #000000;
    line-height: 36px;
    font-size: 40px;
}
.splashContent h1 span,
.splashContent h2 span {
    display: block;
    color: #ff333b;
    font-weight: 600;
}
.splashContent p {
    padding: 0;
    margin: 0;
    margin-top: 20px;
    color: #ffffff;
    width: 90%;
}
.splashContent hr {
    border: 0;
    background-color: #ffffff;
    height: 2px;
    width: 30px;
    margin: 20px 0px;
}
.splashContent a {
    border: 1px solid #ff333b;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
    padding: 0px 10px;
    margin-top: 20px;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    -moz-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}
.splashContent a:hover {
    background-color: rgba(255,255,255,0.1);
}

/* W H Y   +   A B O U T  */

.aboutUs {
    background-color: #FFFFFF;
    padding: 130px 0px;
}
.aboutUs h2 {
    font-size: 40px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #ff333b;
}
.aboutUs p {
    margin: 0;
    padding: 0;
}
.aboutUs p:first-of-type {
    font-weight: 700;
    color: #111111;
    margin-bottom: 20px;
}

/* W H Y   B O X E S  */

.whyBoxes {
    background-color: #EEEEEE;
    position: relative;
    z-index: 1;
    padding: 100px 0px 100px 0px;
    z-index: 2;
}
.boxContainer .makeBg {
    height: 700px;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 5px;
    z-index: 5;
}
.boxContainer .makeBg:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    border-radius: 5px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index: -1;
}
.whyText {
    position: absolute;
    bottom: 40px;
    right: 50px;
    color: #ffffff;
    font-weight: 600;
    text-align: right;
    width: 75%;
}
.whyText h2 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 25px;
    color: #ff333b;
    padding-bottom: 15px;
}
.whyText p {
    margin: 0;
    padding: 0;
    line-height: 20px;
}
.whyFinal {
    text-align: center;
    margin-top: 100px;
}
.whyFinal h3 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ff333b;
    font-size: 28px;
}
.whyFinal h3 span {
    color: #111111;
}

 /* M A I N   C O N T E N T  */

.mainContent {
    padding: 120px 0px;
    position: relative;
    z-index: 1;
    background-color: #e3e3e3;
    overflow: hidden;
}
.mainContent:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-color: #111111;
    opacity: 0.05;
    z-index: -2;
}
.mainSlider .slide {
    height: 650px;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 5px;
    z-index: 1;
}
.mainContent h2 {
    font-size: 40px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #ff333b;
}
.mainContent h3 {    
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #ff333b;
}
.mainContent h4 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #111111;
}
.mainEnquiry {
    margin-top: 30px;
    text-align: right;
}
.mainEnquiry i {
    margin-top: 5px;
    font-size: 24px;
    color: #ff333b;
    margin-right: 20px;
	-webkit-animation: bouncing-arrow 1.2s ease infinite;
	-moz-animation: bouncing-arrow 1.2s ease infinite;
}
@-webkit-keyframes bouncing-arrow
{
	0% {
	opacity: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
	100% {
	opacity: 1;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	}
}
.mainInner {
    padding-left: 30px;
}
.accreds {
    margin: 30px 0px;
}

/* O T H E R   P A G E S  */
 
.otherPages {
    text-align: center;
    padding: 50px 0px;
}
.otherPages h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    text-shadow: 2px 2px 2px #000000;
}
.otherMain:before,
.otherMain:after {
    display: none;
}
.mainContent ul {
    counter-reset: li;
    margin-bottom: 20px;
}
.mainContent ul li {
    counter-increment: li;
    line-height: 25px;
    font-weight: 800;
}
.mainContent ul li::before {
    content: counter(li)'.';
    color: #ff333b;
    opacity: 0.7;
    display: inline-block;
    width: 1em;
    font-size: 10px;
    font-weight: 600;
    margin-right: 15px;
}
.mainInner img {
    border-radius: 5px;
}

/* G A L L E R Y */

.gallery{
	position: relative;
	z-index: 1;
}
.gallery .columns a{
	width: 100%;
	height: 100%;
	position: relative;
}
.gallery .columns img{
	margin: 0;
	width: 100%!important;
	height: 100%;
	opacity: 0;
}
.gallery .columns{
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	width: calc(25% - 24px);
	margin: 12px;
	background-position: center center;
	overflow: hidden;
	float: left;
	z-index: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.gallery .columns:hover {
	-webkit-transform: scale(1.015);
	-ms-transform: scale(1.015);
	-o-transform: scale(1.015);
	transform: scale(1.015);
}
.gallery .columns:nth-child(14n + 7),.gallery .columns:nth-child(14n + 8){
	width: calc(50% - 24px);
}
.fancybox-image {
    border-radius: 5px;
}

/* T E S T I M O N I A L S */

blockquote {
    margin: 0;
    padding: 0;
    background-color: rgba(0,0,0,0.05);
    padding: 20px 30px;
    border-radius: 5px;
}
blockquote i {
    color: #ff333b;
}
blockquote p {
    line-height: 20px;
}
blockquote h3 {
    font-size: 18px!important;
    color: #111111!important;
}
blockquote h3:before {
    content: '-';
    padding-right: 10px;
}
.masonry .columns {
    margin-bottom: 30px;
}

/* E N Q U I R Y   F O R M */

.form-box .columns {
	padding: 0!important;
}
.earl-form .columns input {
	width: 100%;
}
.earl-form input[type='text'], .earl-form select{
	letter-spacing: 1px;
	border-radius: 0px;
	height: 30px;
	font-size: 13px;
	padding-left: 12.5px;
	box-shadow: 0px;
	outline: 0;
	color: #333333;
	font-weight: 500;
	border: 1px solid #111111;
	border-radius: 5px;
	margin-bottom: 20px;
}
.earl-form .columns textarea {
	letter-spacing: 1px;
	color: #333333;
	font-size: 13px;
	width: 100%;
	border-radius: 5px;
	resize: none;
	padding-top: 15px;
	padding-left: 12.5px;
	border: 1px solid #111111;
	height: 200px;
}
#formName, #formContact {
	line-height: 20px;
}
.earl-form button {
	float: right;
	margin-top: 10px;
	background-color: transparent;
	padding: 10px;
	font-size: 13px;
	letter-spacing: 1px;
	cursor: pointer;
	color: #ffffff;
	background-color: #111111;
	border-radius: 5px;
}

/* A D D R E S S */

address p {
    display: inline-block;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 800;
}
address p:after {
    content: '-';
    padding: 0px 20px;
}
address p:last-of-type:after {
    display: none;
}

/* H O M E   T E S T I M O N I A L  */

.tst {
    padding: 140px 0px;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #FFFFFF;
}
.tst img {
    width: 50px;
    margin-bottom: 30px;
    display: inline-block;
}
.tstBlerb {
    padding-bottom: 10px;
}
.tstAuthor {
    color: #ff333b;
    font-weight: 600;
    font-size: 20px;
}
.tstCompany {
    color: #111111;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 800;
}

 /* H O M E   P R O J E C T S  */

.homeProjects p.first {
    color: #ffffff;
}
.homeProjects {
    padding: 120px 0px;
    position: relative;
    z-index: 1;
    background-color: #EEEEEE;
}
.homeProjects .row:first-of-type {
    padding-bottom: 50px;
}
.homeProjects:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #333333;
    z-index: -1;
}
.homeProjects h2 {
    font-size: 40px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #ff333b;
    margin-bottom: 15px;
}
.homeProjects h3 {
    color: #ff333b;
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    margin-bottom: 15px;
}
.homeProjects .makeBg {
    height: 300px;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    margin-bottom: 30px;
}
.homeProjects p {
    margin: 0;
    padding: 0;
}
.homeProjects a.btn{
    padding: 10px 15px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 800;
    display: inline-block;
    background-color: #ff333b;
}

 /* F O O T E R  */

.map {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.map iframe {
    position: absolute;
    width: 100%;
    height: calc(100% + 300px);
    z-index: -1;
    left: 0;
    opacity: 0.8;
    top: -150px;
}
.footerThanks {
    z-index: 1;
    background-color: #e3e3e3;
    padding: 100px 0px;
}
.thanksOther {
    background-color: #333333;
}
.thanksOther p {
    color: #ffffff!important;
}
.footerThanks p {
    color: #111111;
}
.footerThanks h3 {
    font-size: 40px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #ff333b;
}
.footerThanks img {
    width: 250px;
}
.footerSections {
    padding: 100px 0px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.footerSections p {
    margin: 0;
    padding: 0;
}
.footerSections i {
    color: #ff333b;
    font-size: 30px;
}
.footerSections h4 {
    color: #111111;
    font-size: 18px;
    margin: 10px 0;
    font-weight: 800;
}
.footerSections ul {
    margin: 20px 0px;
}
.footerSections ul li {
    margin-right: 2px;
    margin-bottom: 5px;
    line-height: 130%;
    opacity: 0.7;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    text-transform: capitalize;
}
.openingDays p {
    opacity: 0.4;
    font-weight: 400;
}
.footerFinal {
    background-color: #333333;
    line-height: 60px;
}
.footerDeets {
    text-align: left;
}
.footerDeets a {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    letter-spacing: 1px;
}
.footerDeets a:after {
    content: '-';
    padding: 0px 20px;
}
.footerDeets a:last-of-type:after {
    display: none;
}
.footerBox {
    padding: 50px 0;
}
.footerBtt {
    text-align: center;
}
.footerBtt i {
    color: #ff333b;
    font-size: 20px;
    cursor: pointer;
}
.footerCopyright {
    text-align: right;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 14px;
}

@media screen and (max-width: 1022px) {

.aboutUs,
.whyBoxes,
.mainContent,
.tst,
.homeProjects,
.footerThanks,
.footerSections,
.footerFinal {
    padding-left: 20px;
    padding-right: 20px;
}
.splashContent {
    width: 100%;
    left: 0;
}

}

@media screen and (max-width: 790px) {

.splashSlider .slide {
    height: 400px;
}
nav ul {
    display: none;
    padding: 20px 0px;
}
nav ul li {
    display: block;
    text-align: right;
}
nav ul li a {line-height: 35px;}
nav ul li:before {display: none;}
.subMenu {
    position: relative;
    right: 0;
    padding: 0;
	text-align: right;
}
.subMenu li {
    display: none;
    text-align: right;
    padding: 0;
    line-height: 35px;
    transition:none;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
}
.socialBits {display: none;}
.logo {text-align: left;}
.deets {
    text-align: right;
    margin-right: 20px;
}
.deets a {
    background-color: rgba(0,0,0,0.05);
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.deets a:first-of-type {margin-right: 15px;}
.deets span,
.deets p {display: none;}
.deets i {
    display: inline-block;
    color: #ff333b;
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.deets a:after {display: none;}
.mobileNav {display: inline-block;}
.navButton {
    background-color: rgba(0,0,0,0.05);
    padding: 5px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-weight: 600;
    line-height: 20px;
}
.splashContainer {
    padding: 50px 20px;
}
.slick-dots {display: none!important;}
.splashSlider .slide:before {
    display: none;
}
.boxContainer {margin-bottom: 30px;}
.aboutUs {
    padding-top: 80px;
    padding-bottom: 80px;
}
.whyFinal {margin-top: 70px;}
.mainSlider {margin-bottom: 30px;}
.mainInner {padding-left: 0px;}
.tst {
    padding-top: 80px;
    padding-bottom: 80px;
}
.projectsButton {display: none;}
.homeProjects:before {height: 30%;}
.homeProjects p {display: none;}
.homeProjects .first {display: block;}
.thanksImage {display: none;}
.map {height: 300px;}
.footerServices {display: none;}
.footerBox {padding-bottom: 0px;}
.footerDeets{display: none;}
.otherPageImage{display: none;}
address p {display: block;}
address p:after {display: none;}
.gallery .columns {
    width: calc(50% - 24px);
}
.gallery .columns:nth-child(14n + 3),
.gallery .columns:nth-child(14n + 8) {
    width: calc(100% - 24px);
}

}

@media screen and (max-width: 500px) {

.splashContent {
    padding: 30px;
}
.splashContent h1,
.splashContent h2 {
    font-size: 24px;
    line-height: 25px;
}
.footerCopyright {
    text-align: center;
}

}