@font-face {
  font-family: "Bookmania-semibold";
  src: url("/fonts/Bookmania-SemiBold.eot");
  src: url("/fonts/Bookmania-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Bookmania-SemiBold.woff2") format("woff2"), url("/fonts/Bookmania-SemiBold.woff") format("woff"), url("/fonts/Bookmania-SemiBold.ttf") format("truetype"), url("/fonts/Bookmania-SemiBold.svg#Bookmania-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans-bold";
  src: url("/fonts/DMSans-Bold.eot");
  src: url("/fonts/DMSans-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/DMSans-Bold.woff2") format("woff2"), url("/fonts/DMSans-Bold.woff") format("woff"), url("/fonts/DMSans-Bold.ttf") format("truetype"), url("/fonts/DMSans-Bold.svg#DMSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("/fonts/DMSans-Regular.eot");
  src: url("/fonts/DMSans-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/DMSans-Regular.woff2") format("woff2"), url("/fonts/DMSans-Regular.woff") format("woff"), url("/fonts/DMSans-Regular.ttf") format("truetype"), url("/fonts/DMSans-Regular.svg#DMSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* standard reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-size: 100%;
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

pre {
  font-size: 14px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: "Lucida Console", Monaco, monospace;
}

:focus {
  outline: none;
}

table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

td {
  vertical-align: top;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 54%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -1em;
}

sub {
  bottom: -0.25em;
}

a {
  color: inherit;
  outline: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
}

a img {
  border: none;
}

img {
  max-width: 100%;
}

a[href^="tel:"] {
  color: inherit;
}

ul, li {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
}

address {
  font-style: normal;
}
/* end reset */

.btn,
a.btn,
.nav-button::before,
.nav-button::after,
.fixed .site-header .nav-list ul {
  transition: all 0.3s ease 0s;
}

.arrow-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html {
  font-size: 18px;
  line-height: 1.35;
}

body {
  color: #000;
  font-family: "DMSans", Arial, sans-serif;
/*   font-weight: bold; */
  /*
  	min-height: 100vh;
  	line-height: 1.08;
  	text-align: center;
  */
}

.huge-text, h1,
h2,
h3, .lg-text,
h4, .med-text,
h5 {
  font-family: "Bookmania-semibold", "Times Bold", serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
.huge-text:only-child, h1:only-child,
h2:only-child,
h3:only-child, .lg-text:only-child,
h4:only-child, .med-text:only-child,
h5:only-child {
	margin: 0;
}

.huge-text.alt, h1.alt,
h2.alt,
h3.alt, .lg-text.alt,
h4.alt, .med-text.alt,
h5.alt {
  font-family: "DMSans-bold", "Arial Bold", sans-serif;
}

.huge-text {
  font-size: 6.66rem;
  line-height: 1.05;
}
.huge-text span {
  display: block;
  font-size: 4.88rem;
  font-family: "DMSans", Arial, sans-serif;
  line-height: 0.85;
}

h1, h2 {
  font-size: 2.77rem;
  line-height: 1.2;
  margin-bottom: 24px;
}

h3, .lg-text {
  font-size: 1.94rem;
  font-weight: bold;
}

h4, .med-text {
  font-size: 1.66rem;
  font-weight: bold;
}

p {
	line-height: 1.6;
}

.container {
  position: relative;
  max-width: 1800px;
  padding: 0 2%;
  margin: 0 auto;
}
.container.med {
  max-width: 1380px;
}
.container.small {
  max-width: 1260px;
}

.site-header {
  color: #fff;
  font-family: "DMSans-bold", "Arial Bold", sans-serif;
  background-color: transparent;
  padding: 50px 0 40px;
  position: absolute;
  width: 100%;
  z-index: 20;
}
.site-header div:last-child a i {
  margin-right: 5px;
}
.site-header div:last-child a + a {
  margin-left: 20px;
}
.fixed .site-header {
  position: fixed;
  top: 0;
  left: 0;
  color: #000;
/*   background-color: rgba(0, 0, 0, 0.16); */
  background-color: rgba(221, 221, 221, 0.8);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 22px 0;
  z-index: 18;
}
.fixed .site-header .main-nav {
  align-items: center;
}
.fixed .site-header .nav-button {
  padding-top: 36px;
  padding-bottom: 37px;
  margin-bottom: 0;
}
.fixed .site-header .nav-button::before,
.fixed .site-header .nav-button::after {
  background-color: #000;
}
.fixed .site-header .logo {
/*   left: 110px; */
}
.fixed .site-header .logo img:first-child {
  display: none;
}
.fixed .site-header .logo img:last-child {
  display: inline;
}
.fixed .site-header .nav-list,
.fixed .main-nav .logo + div {
  margin-top: 0;
}
.fixed .site-header .nav-list ul {
  margin-top: 17px;
  border-top: 5px solid transparent;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
}
.fixed .site-header .nav-list ul::before {
  content: "";
  display: block;
  height: 22px;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.fixed .site-header .nav-list:hover ul,
.fixed .site-header .nav-list.open ul {
  border-top: 5px solid #000;
  background-color: #fff;
	opacity: 1;
	visibility: visible;
  z-index: 0;
}

.main-nav {
  align-items: flex-start;
  justify-content: space-between;
}
.main-nav .logo {
  position: relative;
  left: 7.1%;
}
.main-nav .logo + div {
	margin-top: 17px;
}
.main-nav .logo img:last-child {
  display: none;
}

.nav-list {
  position: relative;
  margin-top: 17px;
  min-width: 200px;
}
.nav-list .nav-button {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.nav-list ul {
  position: absolute;
  top: 100%;
  left: -15px;
  padding: 20px;
}
.nav-list li {
  position: relative;
  margin-top: -40px;
  /*
  		position: absolute;
  		top: 0;
  		width: 100%;
  */
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease 0s;
}
.nav-list li:nth-child(n+2) {
  margin-top: 20px;
}
.nav-list:hover li,
.nav-list.open li {
  margin-top: 20px;
  opacity: 1;
  visibility: visible;
}
.nav-list:hover li:first-child,
.nav-list.open li:first-child {
  margin-top: 0;
}
.nav-list:hover li:nth-child(2),
.nav-list.open li:nth-child(2) {
  transition-delay: 0.13s;
}
.nav-list:hover li:nth-child(3),
.nav-list.open li:nth-child(3) {
  transition-delay: 0.2s;
}
.nav-list:hover li:nth-child(4),
.nav-list.open li:nth-child(4) {
  transition-delay: 0.26s;
}
.nav-list:hover li:nth-child(5),
.nav-list.open li:nth-child(5) {
  transition-delay: 0.33s;
}
.nav-list:hover li:nth-child(6),
.nav-list.open li:nth-child(6) {
  transition-delay: 0.4s;
}
.nav-list:hover li:nth-child(7),
.nav-list.open li:nth-child(7) {
  transition-delay: 0.46s;
}
.nav-list:hover li:nth-child(8),
.nav-list.open li:nth-child(8) {
  transition-delay: 0.53s;
}
.nav-list:hover li:nth-child(9),
.nav-list.open li:nth-child(9) {
  transition-delay: 0.6s;
}
.nav-list:hover li:nth-child(10),
.nav-list.open li:nth-child(10) {
  transition-delay: 0.66s;
}

.nav-button {
  position: relative;
  padding: 15px 25px 15px 50px;
/*   cursor: initial; */
cursor: pointer;
}
.nav-button::before,
.nav-button::after {
  content: "";
  display: block;
  width: 37px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 2px;
}
.nav-button::before {
  margin-top: -10px;
}
.nav-button::after {
  margin-top: 4px;
}
.nav-button:hover::before,
.nav-button:active::before,
:hover > .nav-button::before,
.open .nav-button::before {
  transform: rotate(45deg);
  margin-top: -2px;
}
.nav-button:hover::after,
.nav-button:active::after,
:hover > .nav-button::after,
.open .nav-button::after {
  transform: rotate(-46deg);
  margin-top: -2px;
}

.logo {
  max-width: 170px;
}

.banner {
  min-height: 100vh;
  color: #fff;
  z-index: 19;
}
.banner .container{
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}
.banner .banner-text {
    color: #fff;
    padding: 30px;
}
.banner-text .huge-text{
   margin-bottom: 20px;
}
.banner-content {
	margin-top: 75px;
}
.banner-text .btn {
	min-width: 280px;
}
.banner-text .btn + .btn {
	margin-left: 15px;
}

.col-2 {
  width: 50%;
}

.callout h2 {
  font-size: 1.94rem;
}

.contact-form {
  margin-top: 30px;
  color: #000;
}
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form textarea {
  font-family: "DMSans", Arial, sans-serif;
  font-size: 1rem;
  display: block;
  width: 100%;
  border: 2px solid #000;
  padding: 13px 20px;
  resize: none;
}
.contact-form input[type=text] + input,
.contact-form input[type=text] + textarea,
.contact-form input[type=tel] + input,
.contact-form input[type=tel] + textarea,
.contact-form input[type=email] + input,
.contact-form input[type=email] + textarea,
.contact-form textarea + input,
.contact-form textarea + textarea {
  margin-top: 10px;
}
.contact-form input[type=submit] {
  min-width: 250px;
}
.contact-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: "DMSans", Arial, sans-serif;
  opacity: 1;
  color: #9d9d9d;
}
.contact-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "DMSans", Arial, sans-serif;
  opacity: 1;
  color: #9d9d9d;
}
.contact-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "DMSans", Arial, sans-serif;
  opacity: 1;
  color: #9d9d9d;
}
.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: "DMSans", Arial, sans-serif;
  opacity: 1;
  color: #9d9d9d;
}
.contact-form ::placeholder {
  /* modern browsers */
  font-family: "DMSans", Arial, sans-serif;
  opacity: 1;
  color: #9d9d9d;
}

.site-footer > .flex {
  padding: 38px 2%;
  align-items: center;
  justify-content: space-between;
}
.site-footer address {
  margin-top: 10px;
}
.site-footer address p {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.site-footer address p + p {
  margin-left: 2.5%;
}
.site-footer .logo {
  max-width: 135px;
}

.address-box {
  align-self: flex-end;
  flex-basis: 450px;
}

.arrow-top {
  position: relative;
  display: inline-block;
  margin-right: 55px;
  height: 65px;
  width: 65px;
  border: 3px solid #000;
  transform: rotate(45deg);
}
.arrow-top i {
  font-size: 30px;
  transform: rotate(-45deg) translate(-50%, -50%);
  transform-origin: 0 0;
}

.logo-list * {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.logo-list * + * {
  margin-left: 34px;
}
.logo-list img {
  max-width: 164px;
}

.footer-btm .flex {
  align-items: center;
  justify-content: space-between;
}

.content.dk {
  padding: 20px 0;
  color: #fff;
  background-color: #000;
}

.jb-link img {
  max-width: 147px;
  margin-left: 14px;
}
.jb-link * {
  vertical-align: middle;
}

.form-row + .form-row {
	margin-top: 25px;
}


/* ---- */

.btn, a.btn, .site-header {
  font-size: 1.22rem;
  text-transform: uppercase;
}

.btn,
a.btn,
.fixed .main-nav .btn,
.fixed .main-nav a.btn {
  display: inline-block;
  min-width: 200px;
  padding: 15px 28px 16px;
    background-color: transparent;
    font-family: "DMSans-bold", "Arial Bold", sans-serif;
    text-align: center;
/*
	color: #fff;
  border: 2px solid #fff;
*/
	color: #000;
	border: 2px solid #000;
  cursor: pointer;
}
.btn:hover,
.btn:active,
a.btn:hover,
a.btn:active,
.fixed .main-nav .btn:hover,
.fixed .main-nav .btn:active,
.fixed .main-nav a.btn:hover,
.fixed .main-nav a.btn:active,
.btn.fill,
a.btn.fill {
	background-color: #000;
	color: #fff;
}
.btn.btn-light,
a.btn.btn-light,
.banner-text .btn,
.banner-text a.btn {
	color: #fff;
	border-color: #fff;
	
}
.btn.btn-light:hover,
.btn.btn-light:active,
a.btn.btn-light:hover,
a.btn.btn-light:active,
.banner-text .btn:hover,
.banner-text a.btn:active,
.btn.fill:hover,
.btn.fill:active,
a.btn.fill:hover,
a.btn.fill:active {
	background-color: #fff;
	color: #000;
}

.btn.fill:hover,
.btn.fill:active,
a.btn.fill:hover,
a.btn.fill:active {
	border-color: #fff;
}

.header-img-wrapper {
	height: 100%;
}

.header-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.full-bg.overlay::after,
.full-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.overlay {
  position: relative;
  z-index: 1;
}
.overlay::after {
  content: "";
  z-index: -1;
}
.overlay.cl-bg::after {
  opacity: 0.4;
  background-color: #fff;
  background-image: url(/images/marble-texture.jpg);
}
.overlay.dk::after {
  background-color: rgba(0, 0, 0, 0.58);
}

.flex,
.flexbox {
  display: flex;
  flex-wrap: wrap;
}

.flex.inl {
  display: inline-flex;
}

.question {
	margin-bottom: 6px;
/* 	font-size: 1.94rem; */
	text-transform: none;
	font-family: "DMSans-bold", "Arial Bold", sans-serif;
}
.faq:not(:last-child) .answer-drop {
	margin-bottom: 30px;
}

.testimonials-wrapper {
	margin-top: 80px;
}
.testimonial-block .text-box > div {
	font-size: 1.65rem;
}
.testimonial-block .author {
	margin-top: 25px;
	text-transform: uppercase;
}
.testimonial-block .author span {
	text-transform: none;
}

.slider-ctrls > span {
	position: relative;
	display: inline-block;
	width: auto;
}
.testimonial-ctrls {
	margin-top: 125px;
}
.slider-ctrls .slick-dots {
	position: relative;
	bottom: 0;
	width: auto;
	padding: 0 70px;
	text-align: left;
	z-index: 1;
}
.slider-ctrls .slick-dots li {
	position: relative;
	margin: 0 9px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	padding: 0;
	background-color: #000;
}
.slider-ctrls .slick-dots li.slick-active {
	background-color: #fff;
}
.slider-ctrls .slick-dots li button {
	position: absolute;
	top: -5px;
	left: -5px;
	height: 20px;
	width: 20px;
}
.slider-ctrls .slick-dots li button::before {
	content: none;
}
.slider-ctrls .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 30px;
	width: 30px;
	z-index: 2;
}
.slider-ctrls .slick-prev {
	left: 0;
}
.slider-ctrls .slick-next {
	right: 0;
}
.slider-ctrls .slick-arrow::before {
	content: "";
	font-family: 'Font Awesome 5 Pro';
	font-size: 36px;
	line-height: 30px;
	color: #fff;
	opacity: 1;
}
.slider-ctrls .slick-prev::before {
	content: "\f060";
}
.slider-ctrls .slick-next::before {
	content: "\f061";
}

/* ----- Section specific styles ----- */

#our-services,
#our-work {
	padding: 100px 0;
}

.gallery {
	justify-content: space-between;
}

.gal-tile {
	position: relative;
	flex: 0 1 525px;
	height: 475px;
/* 	padding-bottom: 39.125%; */
	margin: 12px 0;
}
.gal-tile > img {
	display: none;
}
.gal-tile .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
}
.gal-tile:hover .btn,
.gal-tile:active .btn {
	opacity: 1;
	visibility: visible;
}

#contact-callout .btn {
	min-width: 250px;
}

#faqs h2 {
	margin-bottom: 50px;
}

#contact-callout h2 {
	font-size: 1.94rem;
	font-family: "DMSans-bold", "Arial Bold", sans-serif;
}

#testimonials-contact h2 {
	margin-bottom: 10px;
}

/* features / services list */

.services {
	margin-top: 30px;
}

.services li {
  margin: 40px 0 0;
  flex-basis: 33%;
  text-align: center;
}
.services li > div {
	margin-top: 5px;
}
.dia-img {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 80px auto;
  width: 260px;
  height: 260px;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
}
.dia-img span {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 150%;
  width: 150%;
  transform: rotate(-45deg) translateY(-71%);
}
.dia-img::after {
  content: "";
  display: block;
  height: 80%;
  width: 80%;
  border: 2px solid #fff;
  position: absolute;
  top: 10%;
  left: 10%;
}

/* ------ template styles -- *try not to edit these* ------- */

.flexbox .column {
	max-width: 100%;
	flex-grow: 1;
	width: auto;
}
.column {
	position: relative;
}

.img-box {
	position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#main > article {
	position: relative;
}
/*
#main > article:not([style*="padding"]) {
	padding: 100px 0;
}
*/

article > .img-box:not(.main-photo),
.column > .img-box:not(.main-photo) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
    background-attachment: fixed;
}

.banner .top-slider{
    height: 100%;
}
.banner .single-banner {
    height: 100%;
    min-height:100vh;
    background-position: top center;
    background-attachment: fixed;
    padding-top: 350px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}

main .table.page,
.table.auto-height {
    height: auto;
}

.table.auto-width {
    width: auto;
}
.table.auto-all {
    height: auto;
    width: auto;
}
.row {
    display: table-row;
}
.cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none !important;
}

.padding {
    padding: 0px 15px;
}
.padding-left {
    padding-left: 15px;
}
.padding-right {
    padding-right: 15px;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}
.table-header-group {
    display: table-header-group;
}
.table-footer-group {
    display: table-footer-group;
}
.align-left,
.left {
    text-align: left !important;
}
.align-center,
.center {
    text-align: center !important;
}
.align-right,
.right {
    text-align: right !important;
}

.full-size {
    width: 100%;
    height: 100%;
}

/* Container class to make iFrames responsive */
.frame-contain {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
                            /* 75% = 4:3 */
}
.frame-contain iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.hide {
    display: none !important;
}

.no-scroll {
    overflow: hidden;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}

#main .dark {
	color: #fff;
}
body:not(.desktop) * {
	background-attachment: scroll !important;
}
