<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* C O L O U R   O N E - #d0d0d0 */
/* C O L O U R   T W O - #c1272d */

/* G L O B A L */
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:200,300,400,500,600,700,800,900');
*:focus{outline: none;}
a{text-decoration: none;color: inherit;}
p{margin: 0;padding: 0;}
ul,ol{list-style: none; margin: 0; padding: 0;}
body {font-family: 'Barlow Semi Condensed', sans-serif;background-color: #111}
.site-wrapper {margin: 0 auto;max-width: 1400px;background-color: #fff;}
.sub-menu{display: none;}
.toggle-menu{display: none;}

/* B O D Y   S L I D E R */

.body-slider {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}
.body-slider:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #111;
	opacity: 0.8;
	z-index: 1;
}
.body-slider .slide {
	-webkit-background-size: cover;
	background-size: cover;
	height: 100vh;
}
.slide-one {background-image: url(../images/header1.jpg);}
.slide-two {background-image: url(../images/header2.jpg);}
.slide-three {background-image: url(../images/header3.jpg);}

/* D E E T S   B A R */

.deets-bar {
	background-color: #c1272d;
	width: 100%;
	padding: 0px 40px;
	line-height: 30px;
	height: 30px;
	text-align: center;-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.9);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.9);
}
.deets a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
}
.deets a:after {
	content: '|';
	padding: 0px 15px;
}
.deets a:last-of-type:after {
	display: none;
}

/* L O G O   B A R */

.logo-area {
	background-color: #FFF;
	width: 100%;
	position: relative;
}
.logo {
	text-align: center;
}
.logo a img {
	width: 600px!important;
	padding: 20px 0 20px 0;
	max-width: initial!important;
}

/* N A V */

nav {
	background-color: #c1272d;
	display: inline-table;
	position: absolute;
	/*top: 230px;*/
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0px 20px;
	z-index: 20;
}
nav ul li {
	display: inline-block;
	position: relative;
	line-height: 40px;
}
nav ul li a:after {
	content: '|';
	position: absolute;
	color: #fff;
	margin: 0px 20px;
}
nav ul li:last-of-type a:after {
	display: none;
}
nav ul li a {
	position: relative;
	color: #fff;
	padding: 0px 20px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 1px;
}
.sub-menu {
	position: absolute;
	background-color: #c1272d;
	width: 175px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: ease 0.4s;
	-webkit-box-shadow: inset 0px 2px 21px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: inset 0px 2px 21px 0px rgba(0,0,0,0.24);
	box-shadow: inset 0px 2px 21px 0px rgba(0,0,0,0.24);
	z-index: 1;
}
.sub-menu:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #111;
	opacity: 0.4;
	z-index: -1;
}
.sub-menu li {
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
	transition: ease 0.4s;
}
.sub-menu li a:after {
	display: none!important;
}
.sub-menu li:hover, .sub-menu li .active {
	transition: ease 0.4s;
}
nav ul li:hover .sub-menu, nav ul li .sub-menu .active {
    display: block;
}

/* H E A D E R   S L I D E R S */

.header-slider {
	position: relative;
}
.blur-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
}
.blur-slider .slide {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 100%;
	filter: blur(10px);
	transform: scale(1.04);
}
.header-one {
	background-image: url(../images/header1.jpg);	
}
.header-two {
	background-image: url(../images/header2.jpg);	
}
.header-three {
	background-image: url(../images/header3.jpg);	
}
.header-slick {
	z-index: 1;
	padding: 85px 0px;
}
.header-slick div img {
	border: 15px solid rgba(255,255,255,0.3);
}

.slick-dots {
	bottom: initial;
	margin-top: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.slick-dots li button:before {
	font-size: 9px!important;
}

/* S P L A S H */

.splash {
	background-color: #d0d0d0;
	margin: 30px 0px;
}
.splash .columns {
	padding: 40px 0px;
	background-color: #c1272d;
}
.splash h1 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 24px;
	text-shadow: 1px 1px 5px #444;
	text-align: center;
}
.splash hr {
	border: none;
	height: 2px;
	background-color: #fff;
	width: 500px;
	margin: 15px auto;
}
.splash p {
	color: #fff;
	width: 650px;
	margin: auto;
	text-align: center;
}

/* O T H E R   P A G E   S P L A S H */

.other-page-splash {
	position: relative;
	background-image: url(../images/other-header.jpg);	
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 350px;
}

/* W H Y */

.why {
	background-color: #fff;
	padding: 75px 0px;
}
.why-left {
	margin-right: 20px;
}
.why-right {
	margin-left: 20px;
}
.why-left, .why-right, .why-center {
	height: 400px;
	background-color: #c1272d;
}
.why-left-text, .why-center-text, .why-right-text {
	padding: 40px;
	color: #fff;
}
.why-left-text {
	text-align: left;
}
.why-center-text {
	text-align: center;
	margin-top: 20px;
}
.why-right-text {
	text-align: right;
}
.why-left-img {
	background-image: url(../images/why-left.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 400px;
	-webkit-box-shadow: inset 20px 0px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 20px 0px 0px 0px rgba(255,255,255,1);
	box-shadow: inset 20px 0px 0px 0px rgba(255,255,255,1);
}
.why-center-img {
	background-image: url(../images/why-center.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 205px;	
	-webkit-box-shadow: 0px 20px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 20px 0px 0px rgba(255,255,255,1);
	box-shadow: 0px 20px 0px 0px rgba(255,255,255,1);
}
.why-right-img {
	background-image: url(../images/why-right.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 400px;	
	-webkit-box-shadow: inset -20px 0px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset -20px 0px 0px 0px rgba(255,255,255,1);
	box-shadow: inset -20px 0px 0px 0px rgba(255,255,255,1);
}

/* A B O U T */

.about {
	background-color: #d0d0d0;
	position: relative;
}
.about-vid, .about-img {
	position: relative;
	width: 900px;
	height: 500px;
	left: 50px;
	display: block;
}
.about-text {
	background-color: #c1272d;
	padding: 40px 50px;
	position: absolute;
	width: 600px;
	top: 50%;
	right: 150px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.about-text h2 {
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
}
.about-text hr {
	border: none;
	height: 2px;
	width: 225px;
	background-color: #fff;
	margin: 15px 0px;
}
.about-text p {
	color: #fff;
	font-size: 15px;
}

/* M A I N   C O N T E N T */

main {
	padding: 75px 0px;
	text-align: center;
}
main h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
	display: block;
	font-size: 24px;
	line-height: 25px;
	margin-bottom: 20px;
}
main span {
	margin-bottom: 25px;
	padding: 0px 15px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #fff;
	font-weight: 500;
	background-color: #c1272d;
	display: inline-block;
	line-height: 28px;
}
main hr {
	border: none;
	height: 2px;
	width: 50px;
	background-color: #333;
	margin: 15px auto;	
}
main p {
	margin-bottom: 20px;
}
main ul {
	margin: 5px 0px 20px 0px;
}
main ul li {
	line-height: 30px;
	font-size: 15px;
	text-transform: uppercase;
	background-color: rgba(0,0,0,0.1);
	display: inline-block;
	padding: 0px 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}
main ul li:before {
	content: 'â€¢';
	padding-right: 5px;
}
.content-thumbs {
	display: inline-block;
	margin-bottom: 30px;
}

/* G A L L E R Y   P A G E   S T Y L I N G */

.gallery-thumbs {
	display: inline-block;
	margin-top: 30px;
}
.gallery-thumbs .columns {
	margin-bottom: 30px;
}
.hover-follow {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.hover-follow div {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(255,255,255,0.7);
	pointer-events: none;
}
.hover-follow div i {
	font-size: 22px;
	color: #c1272d;
	text-align: none;
	font-weight: 900;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/* A C C R E D   B A R */

.accred-bar {
	width: 100%;
	background-color: #d0d0d0;
	margin-bottom: 40px;
}
.accred-bar .row {
	text-align: center;
}
.accred-bar .accred {
	width: 16%;
	display: inline-block;
	padding: 40px 20px;
}
.other-accred-bar {
	background-color: #c1272d;	
}

/* D R O P D O W N   C O N T E N T */

.dropdown-title {
	cursor: pointer;
	background-color: #d0d0d0;
}
.dropdown-title h3 {
	color: #333;
	line-height: 40px;
	font-weight: 700;
	font-size: 20px;
}
.dropdown-content {
	display: none;
}
.dropdown-container p {
	margin-bottom: 20px!important;
}

/* R E V I E W   M A S O N R Y  */

.grid-item {
	float: left;
	width: 25%;
}
blockquote {
	margin: 0!important;
	margin: 10px!important;
	border: 1px solid #333;
}
blockquote p {
	padding: 20px;
	background-color: rgba(0,0,0,0.05);
	border-bottom: 1px solid #333;
}
blockquote p:before {
	content: '\f10d';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 10px;
	color: #c1272d;
}
blockquote p:after {
	content: '\f10e';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 10px;
	color: #c1272d;
}
.review-author {
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}
.review-location {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	color: #c1272d;
	margin-bottom: 10px;
}

/* E N Q U I R Y   F O R M  */

.form-box, .form-img-box {
	margin-top: 20px;
}
.form-box {
	background-color: #eee;
	padding: 40px 20px;
}
.form-img-box {
	background-image: url(../images/header1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.earl-form .columns input {
	width: 100%;
}
.earl-form input[type='text'], .earl-form select{
	border-radius: 0px;
	height: 30px;
	font-size: 11px;
	padding-left: 12.5px;
	box-shadow: 0px;
	letter-spacing: 2px;
	outline: 0;
	color: #333;
	font-weight: 500;
	text-transform: uppercase;
	border: 1px solid #333;
	margin-bottom: 20px;
}
.earl-form .columns textarea {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #333;
	font-size: 11px;
	width: 100%;
	border-radius: 0px;
	resize: none;
	padding-top: 15px;
	padding-left: 12.5px;
	border: 1px solid #333;
	height: 200px;
}
#formName, #formContact {
	line-height: 20px;
}
.earl-form button {
	float: right;
	margin-top: 10px;
	background-color: transparent;
	padding: 10px;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	color: #333;
	font-weight: 600;
	border: 1px solid #333;
	border-radius: 0;
}

/* G A L L E R Y   H O M E */

.gallery-home {
	background-color: #c1272d;
	padding: 100px 0px 70px 0px;
}
.gallery-grid .columns {
	margin-bottom: 30px;
}
.gallery-grid p {
	font-size: 13px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	line-height: 30px;
	background-color: rgba(0,0,0,0.15);
	position: relative;
}
/*.gallery-grid p:after {
	content: '+';
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	color: #c1272d;
	width: 30px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	height: 30px;
	line-height: 30px;
	z-index: 1;
}*/
.img-hover-zoom {
  overflow: hidden;
}
.img-hover-zoom img {
  transition: transform .3s ease;
}
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

/* F O O T E R */

footer {
	position: relative;
}
#map {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}
.foot-deets {
	margin: 100px 0px;
	position: relative;
	text-align: center;
	background-color: #d0d0d0;
	padding: 25px;
}
.foot-inner img{
	min-width: initial;
	height: 120px!important;
}
.foot-inner {
	-webkit-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.52);
	-moz-box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.52);
	box-shadow: 2px 2px 14px 0px rgba(0,0,0,0.52);
	background-color: #fff;
	padding: 30px;
}
.foot-inner h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 28px;
	color: #333;
	margin: 0;
	padding: 0;
}
.foot-inner p {
	font-size: 15px;
	padding: 15px 50px 50px 15px;
}
.deet-bar {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(0,0,0,0.05);
	width: calc(100% - 50px);
	padding: 2px 0px;
}
.deet-bar span {
	color: #333;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
}
.deet-bar span:after {
	content: '|';
	padding: 0px 15px;
}
.deet-bar span:last-of-type:after {
	display: none;
}

/* C O P Y R I G H T   T A G S */

.newworld-tags {
	background-color: #c1272d;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 5px 0px;
	text-align: center;
}

/* LAPTOP 1366 */
@media screen and (max-width: 1366px) {}
 
/* SALES 1280 */
@media screen and (max-width: 1280px) {}

/* IPAD 1024 */
@media screen and (max-width: 1024px) {

nav {
	width: 100%;
	text-align: center;
}
.splash p {
	width: 100%;
}
.splash hr {
	width: 50%;
}
.col-left, .col-center, .col-right {
	width: 33%;
}
.why-left-img, .why-center-img, .why-right-img {
	width: 100%;
	height: 205px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.why-left-text, .why-center-text, .why-right-text {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 190px;
	background-color: #c1272d;
	padding: 20px;
}
.why-left, .why-center, .why-right {
	height: auto;
}
footer .medium-centered {
	width: 60%;
}

}

/* IPAD 768 */
@media screen and (max-width: 824px) {

.logo-area {
	background-color: #FFF;
	width: 100%;
	position: relative;
}
.logo {
	text-align: center;
}
.logo a img {
	width: 400px!important;
	padding: 20px 0 20px 0;
	max-width: initial!important;
}
.content-thumbs .columns {
	width: 100%;
	margin-bottom: 20px;
}
.body-slider {
	display: none;
}
nav {
	position: relative;
	top: 0;
	display: none;
}
nav:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #111;
	opacity: 0.2;
	z-index: -1;
}
nav ul li {
	display: block;
	line-height: 30px;
}
.toggle-menu {
	width: 100%;
	line-height: 40px;
	position: relative;
	text-align: center;
	display: inline-block;
	z-index: 100;
	background-color: #c1272d;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
}
.toggle-menu i {
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
}
.sub-menu {
	position: relative;
	background-color: transparent;
	box-shadow: none;
	transition: none;
}
.sub-menu li a {
	font-size: 13px;
	letter-spacing: 2px;
}
nav ul li a:after {
	display: none;
}
.sub-menu li:hover, .sub-menu li .active {
	transition: none;
}
nav ul li:hover .sub-menu, nav ul li .sub-menu .active {
    display: none;
}
.splash, .header-slider {
	overflow: auto;
}
.splash .medium-centered {
	width: 100%;
}
.splash-inner {
	padding: 0 30px;
}
.why {
	margin: 50px;
	padding: 0;
}
.col-left, .col-center, .col-right {
	width: 100%;
}
.why-left, .why-center, .why-right {
	margin: 0;
}
.why-left-img, .why-center-img, .why-right-img {
	height: 400px;
}
.why-left-text, .why-center-text, .why-right-text  {
	height: auto;
}
.why .medium-4 {
	margin-bottom: 30px;
}
.why .medium-4:last-of-type {
	margin-bottom: 0px;
}
.accred-bar {
	padding: 30px;
}
.accred-bar .accred {
	width: 49%;
	padding: 0;
}
.accred-bar .accred img {
	padding: 20px;
}
.gallery-grid p {
	display: none;
}
footer .medium-centered {
	width: 100%;
}
nav {
	position: relative;
	top: 0;
	display: none;
}
nav:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #111;
	opacity: 0.2;
	z-index: -1;
}
nav ul li {
	display: block;
	line-height: 36px;
}
.toggle-menu {
	width: 100%;
	line-height: 40px;
	position: relative;
	text-align: center;
	display: inline-block;
	z-index: 100;
	background-color: #c1272d;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
}
.toggle-menu i {
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
}
.sub-menu {
	position: relative;
	background-color: transparent;
	box-shadow: none;
	transition: none;
}
.sub-menu li a {
	font-size: 13px;
	letter-spacing: 2px;
}
nav ul li a:after {
	display: none;
}
.sub-menu li:hover, .sub-menu li .active {
	transition: none;
}
nav ul li:hover .sub-menu, nav ul li .sub-menu .active {
    display: none;
}
.blur-slider .slide {
	transform: scale(1.06);
}
.about-text {
	text-align: center;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.about-text hr {
	margin: 15px auto;
}
.about-vid, .about-img {
	width: 100%;
	left: 0;
	height: 450px;
}
.gallery-home {
	padding-left: 40px;
	padding-right: 40px;
}
.other-page-splash {
	height: 300px;
}
.grid-item {
	width: 100%;
}
.newworld-tags .columns {
	width: 100%;
}
.newworld-tags .columns:after {
	content: '-';
}
.newworld-tags .columns:last-of-type:after {
	display: none;
} 

}</pre></body></html>