/* GLOBAL */
body{
	background: #EFEAE4;
	font-size: 18px;
  overflow-x: hidden;
}
body.media {
    display: block;
}

body, .bg-white, .text-body {
  color: #344654;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	color: #416C96;
	font-weight: 700;
	text-transform: uppercase;
}
.h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
	color: #8A8582;
}

a, button, svg{
  transition: color 0.3s linear 0s, background-color 0.3s linear 0s, border-color 0.3s linear 0s
}

.container{
	position: relative;
}
.container-large{
	display: table;
	max-width: 1440px;
	position: relative;
}


/* BUTTONS */
.btn {
	border: 2px solid;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 700;
	padding: 6px 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.4s;
	white-space: inherit;
}
.btn:hover{
	background: #fff;
}
.btn:focus,
a[class*="btn-"]:focus,
button:focus{
	border-radius: 0 !important;
	box-shadow: unset;
	outline: 2px solid #FF0000;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #2E485F;
    background-color: #D0D7B1;
    border-color: #D0D7B1;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn.btn-primary,
.btn.btn-secondary{
	box-shadow: none;
}
.btn.btn-secondary:focus{
	outline: 2px solid #FF0000;
}
.btn .svg-inline--fa {
	border-bottom: none !important;
}
.btn:not(.btn-wcag) svg{
	margin: 0 7px 0 0;
	position: relative;
}

.btn.d-block{
	margin: 0 0 20px;
}
  
.btn-wcag {
	background-image: none;
	border: 2px solid #fff;
	border-radius: 0;
	position: fixed;
	top: 40px;
	left: -2px;
	color: white;
	font-size: 17px;
	padding: 4px 8px;
	z-index: 1025;
	transition: .3s;
}
@media (max-width: 1200px) {  
	.btn-wcag {
		top: 18px;
	}
}

.btn-skip-content {
	position: fixed !important;
	top: 2px;
	left: 2px;
	z-index: 1030;
	border-radius: 0;
	padding: .375rem .75rem;
}
.btn-skip-nav {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 1030;
	color: white;
	padding: .375rem .75rem;
}

/* FOCUS */
a:focus {
  outline-style: solid;
  outline-width: 2px;
}
input:focus, select:focus, textarea:focus, [tabindex]:not([tabindex='-1']):focus {
  outline-style: solid;
  outline-width: 2px;
}
a:focus, .bg-primary a:focus, .bg-secondary a:focus, .bg-tetriary a:focus, .white-outline a:focus {
  outline-color: #FF0000 !important; }


a:not(.btn) {
  text-decoration: underline;
}

.content a:not(.btn):not(.submenu a) {
  font-weight: bold;
  text-decoration: underline !important;
}

.sidebar li a,
.entry-title a{
	display: block;
}

img {
  max-width: 100%;
  height: auto;
}

body.no-scrolling {
  overflow: hidden;
}

.menu-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.embed-responsive {
  margin-bottom: 1rem;
}

.text-white a {
  color: white;
}

/* SAGE DEFAULT */

.comment-list ol {
  list-style: none;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}
.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}
.alignleft, .alignright {
	display: block;
	margin: 10px auto 20px;
	height: auto;
}
@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 3rem;
  }
  .alignright {
    float: right;
    margin-left: 3rem;
  }
}

body#tinymce {
  margin: 12px !important;
}

.bg-primary a:not(.btn), .bg-secondary a:not(.btn), .white-outline a:not(.btn) {
  color: white;
}

.bg-primary a .svg-inline--fa, .bg-secondary a .svg-inline--fa, .white-outline a .svg-inline--fa {
  border-bottom: 1px solid white;
  padding-bottom: 2px;
}

.bg-primary, .bg-secondary {
  color: white;
}


/* HEADER ********************************************************/
header.banner{
	display: table;
	position: absolute;
	width: 100%;
	z-index: 1000;
}

.logo{
	display: table;
	float: left;
	margin: 10px;
}
.logo a{
	display: block;
	padding: 10px;
}
@media (max-width: 1500px) {
	.logo{
		margin: 10px 10px 10px 30px;
	}
}
@media (max-width: 1200px) {
	.logo{
		margin: 0 0 0 30px;
		width: 240px;
	}
}

header .phone{
	position: absolute;
	top: 40px;
	right: 20px;
}
header a.phone_anchor{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
header .phone_anchor:hover,
header .phone_anchor:focus{
	color: #C9C2BC;
}
header .phone svg{
	color: #fff;
	font-size: 20px;
	margin: 0 10px 0 0;
}
@media (max-width: 1200px) {
	header .phone{
		top: 20px;
	}
}
@media (max-width: 767px) {
	header .phone{
		display: none;
	}
}


/* NAVBAR *****************************************************************/
.navbar{
	display: table;
	float: left;
	padding: 0;
	position: relative;
	margin: 40px 0 0 15px;
	text-transform: uppercase;
}
.navbar-nav > li{
}
.navbar-nav a{
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	padding: 4px 11px !important;
	position: relative;
	text-decoration: none !important;
}
.navbar-nav a:hover,
.navbar-nav a:focus{
	background: #fff;
	color: #2B538E;
}
.nav-link.active{
    color: #C9C2BC;
}
.navbar-nav .dropdown-menu a{
	color: #416C96;
	font-size: 16px;
	padding: 6px 40px 6px 20px !important;
}
.navbar-nav .dropdown-menu a:hover,
.navbar-nav .dropdown-menu a:focus{
    background-color: #D1D4CD;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #E9EAE7;
	color: #98A8BE;
}
.dropdown-item.active:hover, .dropdown-item:active:hover,
.dropdown-item.active:focus, .dropdown-item:active:focus {
    color: #16181b;
}
.navbar-nav .dropdown-menu a:focus,
.dropdown-item.active:focus, .dropdown-item:active:focus{
	outline-offset: -2px;
}

.navbar-nav.sm-collapsible .sub-arrow{
	border-color: transparent;
}
.navbar-nav.sm-collapsible .sub-arrow:before{
	color: #BD4203;
}
.navbar-nav.sm-collapsible a:hover .sub-arrow:before,
.navbar-nav.sm-collapsible a:focus .sub-arrow:before{
	color: #BD4203;
}
.navbar-nav.sm-collapsible .dropdown-item.active .sub-arrow:before{
	color: #BD4203;
}
.navbar-nav.sm-collapsible .dropdown-item.active:hover .sub-arrow:before,
.navbar-nav.sm-collapsible .dropdown-item.active:focus .sub-arrow:before{
	color: #BD4203;
}
.dropdown-menu {
	border-radius: 0;
}

@media (max-width: 1199px) {
	.navbar{
		margin: 0;
		position: absolute;
		right: 0;
		top: 30px;
		width: 100%;
	}
	.navbar .navbar-collapse {
		background: #fff;
		border: 0;
	}
	.header-navigation .container{
		padding: 0 0 10px;
	}
	.navbar-nav a{
		color: #416C96;
		padding: 10px 40px 10px 15px !important;
	}
	.navbar-nav a:hover,
	.navbar-nav a:focus{
		background-color: #D1D4CD;
		color: #466188;
	}
	.nav-link.active{
		background-color: #E9EAE7;
		color: #98A8BE;
	}
	.navbar-nav .dropdown-menu{
		margin: 0 20px;
	}
	.navbar-nav .dropdown-menu a{
		padding: 10px 40px 10px 15px !important;
	}
}
@media (max-width: 767px) {
	.navbar{
		top: 54px;
	}
}
@media (max-width: 500px) {
	.navbar{
		top: 80px;
	}
}

.navbar-toggler {
	position: absolute;
	right: 8px;
	top: -32px;
	height: 30px;
	width: 110px;
	background-color: #000;
}
.navbar-toggler:before{
	color: #fff;
	content: "MENU";
	font-weight: 700;
	position: absolute;
	top: 4px;
	left: 10px;
}
@media (max-width: 500px) {
}
.navbar-toggler span {
	background: #fff;
	border: none;
	height: 2px;
	width: 24px;
	position: absolute;
	top: 5px;
	right: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
	transform: translateX(-50%);
}
.navbar-toggler span:nth-of-type(2) {
	top: 13px;
}
.navbar-toggler span:nth-of-type(3) {
	top: 21px;
}
.navbar-toggler[aria-expanded="true"] .top {
  -webkit-transform: translateY(8px) translateX(-50%) rotate(45deg);
  transform: translateY(8px) translateX(-50%) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .middle {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .bottom {
  -webkit-transform: translateY(-8px) translateX(-50%) rotate(-45deg);
  transform: translateY(-8px) translateX(-50%) rotate(-45deg);
}
@media (max-width: 991px) {
  .fixed-top {
    z-index: 1031;
    max-height: 100vh;
    overflow: auto;
  }
}



/* CONTENT **************************************************************************************************/

.content, .section {
	line-height: 1.6;
}
.content-wrap{
	position: relative;
}
.content-wrap:after{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.1) 70%,rgba(0,0,0,0));
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
}
#content {
	position: relative;
}
body:not(.page-template-template-landing) #content {
	background: #EFEAE4;
	padding: 60px 80px 80px 30px;
	position: relative;
	z-index: 1;
}
@media (max-width: 767px) {
	body:not(.page-template-template-landing) #content {
		padding: 20px 20px 40px 20px;
		top: -4px;
	}
}

#content img{
}

/* SECTIONS */

.section{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.section header {
  padding-bottom: 2rem;
}
.section header>h2 {
  margin: 0;
  padding: 0;
}


/* LISTS */
.images-list{
	list-style: none;
}
#content ul + *{
	clear: both;
}

#content ul{
	display: table;
	font-weight: 700;
	list-style: none;
}
#content ul li{
	line-height: 1.3;
	padding: 6px 20px 6px 18px;
	position: relative;
	text-decoration: none;
}
#content li:before{
	background: #416C96;
	border-radius: 3px;
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 15px;
}
#content ul ul{
}
#content ul ul li:before{
	width: 4px;
	height: 4px;
	top: 14px;
}
  
.text-seo-bottom{
}
.text-seo-bottom p{
	margin: 0;
}
#content ul.text-seo-bottom,
ul.text-seo-bottom{
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .text-seo-bottom li,
.text-seo-bottom li{
	float: left;
	font-weight: 700;
	margin: 0 10px 0 0;
	padding: 0 16px 0 0;
	position: relative;
}
.text-seo-bottom li:before{
	display: none;
}
.text-seo-bottom li:last-child{
	margin: 0;
}
.text-seo-bottom li:after{
	background: #416C96;
	content: "";
	width: 6px;
	height: 2px;
	position: absolute;
	top: 12px;
	right: 0;
}
.text-seo-bottom li:last-child:after{
	display: none;
}

/* SIDEBAR */
.sidebar{
	background-image: url(../images/bg-sidebar-home.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 100px 10% 80px 100px;
	position: relative;
}
.sidebar:before,
.sidebar:after{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0));
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
}
.sidebar:after{
	background-image: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));
	width: 20px;
	height: 100%;
}
.careers{
	background-image: url(../images/bg-intro.png);
	background-position: center right -30px;
	background-size: 150px auto;
	background-repeat: no-repeat;
	background-color: #EFEAE4;
	display: block;
	font-size: 20px;
	margin: 0 0 30px;
	padding: 20px 30px;
	text-transform: uppercase;
}
.client-video{
	background: #EFEAE4 url(../images/video.png) 30px center no-repeat;
	display: block;
	font-size: 20px;
	margin: 0 0 30px;
	padding: 20px 30px 20px 90px;
	text-transform: uppercase;
}
.porch{
	background: #fff url(../images/porch.png) 25px center no-repeat;
	display: block;
	font-size: 20px;
	padding: 20px 30px 20px 90px;
	text-transform: uppercase;
}
.badges{
	clear: both;
	margin: 40px 0 60px;
}
.badges > *{
	display: inline-block;
	margin: 0 40px 40px 0;
	outline-color: #fff !important;
}

.sidebar .btn.btn-skip-inbox{
	margin: 0 0 6px;
}
.widget{
	margin: 0 0 30px;
}
.sidebar ul{
	padding: 0 30px;
}
.sidebar .widget ul,
.sidebar .menu ul,
.sidebar .menu{
	list-style: none;
}

.widget_recent_entries,
.menu-sidebar-menu-container{
	background: #EFEAE4;
	box-shadow: 0 10px 10px rgba(0,0,0,0.5);
	margin: 30px 0 0;
}
.menu-sidebar-menu-container{
	padding: 60px 0 20px;
	position: relative;
}
#menu-sidebar-menu{
	position: relative;
}
#menu-sidebar-menu:before{
	color: #416C96;
	content: "Our Services";
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: -38px;
	left: 30px;
	text-transform: uppercase;
}

.widget_recent_entries{
	padding: 20px 0 20px;
	position: relative;
}
.widget_recent_entries h3{
	font-size: 22px;
	margin: 0 0 10px 30px;
	position: relative;
}
.widget_recent_entries li a,
.menu-sidebar-menu-container li a{
	padding: 6px 20px;
	position: relative;
	z-index: 1;
}

.sidebar .post-date{
	display: block;
	font-style: italic;
	font-size: .8rem;
}
.sidebar .btn:not(.btn-skip-inbox){
	margin: 0 auto 10px;
	padding: 14px 2opx;
	width: 100%;
}
@media (max-width: 1400px) {
	.sidebar{
		padding: 30px 30px 40px;
	}
}


/* HOME PAGE ***************************************************************************/
/* CAROUSEL IMAGE WITH TEXT */
.carousel-image-with-text{
	height: 600px;
	position: relative;
}
.carousel-image-with-text:before{
	background: transparent;
	background-image: linear-gradient(rgba(24,56,75,1), rgba(24,56,75,0));
	content: "";
	position: absolute;
	width: 100%;
	height: 140px;
	left: 0;
	z-index: 1;
}
.carousel-image-with-text:after{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.1) 70%,rgba(0,0,0,0));
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: -20px;
	left: 0;
}
.carousel-img{
	background-size: cover;
	background-position: center;
	height: 600px;
}
.carousel-image-with-text .carousel-text {
	background-image: linear-gradient(rgba(239,234,228,0.65),rgba(239,234,228,1) 80%);
	padding: 20px 100px 40px 60px;
	color: #F1BE0C;
	font-size: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.carousel-image-with-text .carousel-text a{
	display: block;
}
.carousel-image-with-text .carousel-text a:hover h3,
.carousel-image-with-text .carousel-text a:focus h3{
	color: #fff;
}
.carousel-image-with-text .carousel-text h3,
.carousel-image-with-text .carousel-text p{
	color: #354755;
	background: linear-gradient(left, #354755, #416C96);
	background: -webkit-linear-gradient(left, #354755, #416C96);
    background: -o-linear-gradient(left, #354755, #416C96);
    background: -moz-linear-gradient(left, #354755, #416C96);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 0 0 10px;
}

.bx-controls{
	position: relative;
}
.carousel-image-with-text .bx-wrapper .bx-pager, .carousel-image-with-text .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 8px;
	right: 4px;
	width: auto;
}
.bx-controls-direction{
	background: #C9C2BC;
	width: 100px;
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.bx-wrapper .bx-controls-direction button{
	line-height: 1;
}
.bx-wrapper .bx-prev{
	left: 4px;
}
.bx-wrapper .bx-next{
	left: 30px;
	right: auto;
}
.bx-wrapper .bx-prev .svg-inline--fa,
.bx-wrapper .bx-next .svg-inline--fa{
	color: #2B538E;
	width: 13px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover,
.carousel-image-with-text .bx-controls-auto button:hover{
	opacity: 0.6;
}
.carousel-image-with-text .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{
	bottom: 6px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{
	right: 10px;
}
.carousel-image-with-text .bx-controls-auto .svg-inline--fa{
	color: #2B538E;
	font-size: 18px;
}
.carousel-image-with-text .slide.navigation{
	display: none;
}
.bx-pager{
	display: none;
}
@media screen and (max-width: 1200px){
	.carousel-image-with-text,
	.carousel-img{
		height: 400px;
	}
	.carousel-image-with-text .carousel-text {
		padding: 17px 100px 17px 30px;
	}
	.carousel-image-with-text .carousel-text h3,
	.carousel-image-with-text .carousel-text p{
		font-size: 30px;
	}
}

.intro{
	background: #EFEAE4;
	padding: 0 0 0 60px;
	position: relative;
}
.intro-inner{
	border-top: 1px solid #C9C2BC;
	font-size: 23px;
	padding: 60px 60px 0 0;
	position: relative;
}
.intro h1{
	color: #0982ED;
	background: linear-gradient(left, #8A8582, #0982ED);
	background: -webkit-linear-gradient(left, #8A8582, #0982ED);
    background: -o-linear-gradient(left, #8A8582, #0982ED);
    background: -moz-linear-gradient(left, #8A8582, #0982ED);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 70px;
	line-height: 1;
	margin: 0 0 10px;
}
.intro-inner-last{
	padding: 10px 380px 60px 0;
	position: relative;
}
.intro-inner-last:after{
	background-image: url(../images/bg-intro.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto;
	content: "";
	width: 400px;
	height: 230px;
	position: absolute;
	bottom: 0;
	right: 30px;
}
.intro-inner-last p{
	position: relative;
	z-index: 2;
}
.intro-2{
	background-image: url(../images/bg-intro-2.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 80px 80px 70px;
	position: relative;
}
.intro-2:before{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0));
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.intro-2 h2{
	color: #fff;
	margin: 0 0 30px;
	text-transform: none;
}
.intro-2 a{
	color: #fff;
}
.intro-2 a:hover,
.intro-2 a:focus{
	background: #fff;
}
.content-home{
	background-image: url(../images/bg-intro-3.jpg);
	background-position: center bottom;
	background-size: cover;
	padding: 70px 80px 80px;
	position: relative;
}
.content-home:before{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0));
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
}
.content-home h3{
	color: #fff;
	font-size: 32px;
	margin: 0 0 30px;
	text-transform: none;
}
@media screen and (max-width: 1200px){
	.intro{
		padding: 0 0 0 30px;
		top: -1px;
	}
	.intro h1{
		font-size: 38px;
	}
	.intro-2{
		padding: 50px 20px 40px;
	}
	.content-home{
		padding: 50px 20px 40px;
	}
}
@media screen and (max-width: 1200px){
	.intro-inner-last{
		padding: 10px 60px 130px 0;
		position: relative;
	}
	.intro-inner-last:after{
		background-size: 200px auto;
		bottom: -1px;
	}
}
@media screen and (max-width: 767px){
	.intro-inner {
		font-size: 20px;
		padding: 50px 30px 0 0;
	}
	.intro-inner-last{
		padding: 10px 30px 130px 0;
	}
}


.menu-image-simple{
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.menu-image-simple ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu-image-simple li{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 300px;
}
.menu-image-simple li a{
	display: block;
	height: 100%;
	text-decoration: none;
}
.menu-image-simple li h3{
	font-size: 23px;
	height: 100px;
	margin: 0;
	position: absolute;
	bottom: 0;
	text-transform: none;
	transition: all 0.4s;
	width: 100%;
}
.menu-image-simple li h3 span{
	color: #fff;
	position: absolute;
	bottom: 12px;
	left: 20px;
}
.menu-image-simple li:nth-child(1) h3,
.menu-image-simple li:nth-child(5) h3{
	background: rgba(160,61,46,0.9);
}
.menu-image-simple li:nth-child(2) h3,
.menu-image-simple li:nth-child(10) h3{
	background: rgba(115,159,199,0.9);
}
.menu-image-simple li:nth-child(3) h3,
.menu-image-simple li:nth-child(7) h3{
	background: rgba(209,205,170,0.9);
}
.menu-image-simple li:nth-child(4) h3{
	background: rgba(118,138,144,0.9);
}
.menu-image-simple li:nth-child(6) h3{
	background: rgba(100,101,93,0.9);
}
.menu-image-simple li:nth-child(8) h3{
	background: rgba(127,108,86,0.9);
}
.menu-image-simple li:nth-child(9) h3{
	background: rgba(73,17,36,0.9);
}
.menu-image-simple li:nth-child(11) h3{
	background: rgba(49,57,36,0.9);
}
.menu-image-simple li:nth-child(12) h3{
	background: rgba(203,122,87,0.9);
}
.menu-image-simple li a:hover h3{
	height: 150px;
}
.menu-image-simple li a:focus{
	outline-color: #fff !important;
	outline-offset: -2px;
}
.menu-image-simple li a:focus h3{
	margin: 2px;
	width: calc(100% - 4px);
}


/* CTA */
.row-cta{
	background-image: url(../images/bg-cta.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
}
.row-cta:before{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0));
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.row-cta .container{
	padding: 70px 20px 60px;
}
@media (max-width: 991px) {
	.row-cta .container{
		padding: 40px 20px 30px;
	}
}
.row-cta h4,
.row-cta h3{
	color: #EEEAE4;
	margin: 0;
}
.row-cta h4{
	font-size: 26px;
	font-weight: 300;
	margin: 0;
	text-transform: none;
}
.row-cta h3{
	font-size: 36px;
	margin: 0 0 20px;
	text-transform: none;
}
.row-cta .btn{
	font-size: 22px;
	margin: 10px;
	position: relative;
}


/* Badges */
.row-logo{
	background: #fff;
	text-align: center;
	padding: 40px 20px 80px;
	position: relative;
}
.row-logo h4{
	color: #416C96;
	font-size: 15px;
	font-weight: 300;
	text-transform: none;
}


/* SUBPAGES ***************************************************************/
/* IMAGE HEADER */
.header-image{
	height: 300px;
	overflow: hidden;
	position: relative;
}
.header-image:before{
	background: transparent;
	background-image: linear-gradient(rgba(24,56,75,1), rgba(24,56,75,0));
	content: "";
	position: absolute;
	width: 100%;
	height: 140px;
	left: 0;
	top: 0;
	z-index: 1;
}
.header-image:after{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.1) 70%,rgba(0,0,0,0));
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: -20px;
	left: 0;
}
.header-image-bg{
	background-color: #EFEAE4;
	background-position: center;
	background-size: cover;
	filter: blur(4px);
	-webkit-filter: blur(4px);
	height: 105%;
	width: 105%;
	top: -2%;
	left: -2%;
	position: absolute;
}
.retaining-walls .header-image-bg{
	background-position: center bottom;
}
.header-image .container-fluid{
	bottom: 0;
	position: absolute;
}
.page-header-wrapper{
	background-image: linear-gradient(rgba(239,234,228,0.65),rgba(239,234,228,1) 80%);
	padding: 40px 30px 0;
}
.page-header h1{
	color: #354755;
	background: linear-gradient(left, #354755, #416C96);
	background: -webkit-linear-gradient(left, #354755, #416C96);
    background: -o-linear-gradient(left, #354755, #416C96);
    background: -moz-linear-gradient(left, #354755, #416C96);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: table;
	font-size: 40px;
	line-height: 1;
}
@media (max-width: 767px) {
	.header-image{
		height: auto;
		padding: 100px 0 0;
	}
	.header-image .container-fluid{
		position: relative;
	}
	.page-header-wrapper{
		padding: 40px 20px 0;
	}
	.page-header h1{
		font-size: 30px;
	}
}
@media (max-width: 500px) {
	.header-image{
		padding: 140px 0 0;
	}
}


.review-links{
    display: inline-table;
	margin: 40px 0 50px;
	width: 100%;
}
.review-links a{
	display: table;
	margin: 0 auto 50px;
}
.review-links img{
	border-bottom: 1px solid #407AAA;
	max-height: 80px;
	padding: 0 0 14px;
	width: auto;
	transition: .3s;
}
.review-links a:hover img,
.review-links a:focus img{
	border-bottom: 3px solid #407AAA;
	top: -3px;
}
  

/* CF7 & SEARCH FORM */

.search-form label {
  font-weight: normal;
}

.wpcf7-form, .error404 .searchform {
  max-width: 550px;
}
.wpcf7-form{
  margin: 30px 0 60px;
}
.modal .wpcf7-form{
  margin: 0;
}
@media (max-width: 767px) {
	.wpcf7-form{
		width: 100%;
	}
}
.modal-content .wpcf7-form{
	width: 100%;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-select{
	border: 1px solid #A7A9AC;
	padding: 5px 10px;
	width: 100%;
}
.wpcf7-date {
	padding: 3px 10px;
}
.wpcf7-select {
	padding: 6px 10px;
}
.wpcf7-textarea{
	height: 165px;
}
.modal-body .wpcf7-textarea{
	height: 100px;
}
.wpcf7-form label small {
    display: block;
    line-height: 1.3;
}
.wpcf7-submit{
	margin: 20px 0 0;
}
span.wpcf7-not-valid-tip{
	color: #fff;
	background: #D93600;
	padding: 3px 10px;
}
@media (max-width: 400px) {
	.wpcf7-form-control.wpcf7-recaptcha > div{
		width: 100% !important;
	}
	div.wpcf7 .wpcf7-recaptcha iframe{
		float: left;
		transform: scale(0.7);
	}
}
.wpcf7-form-control-wrap.idagreed-law{
	clear: both;
	display: table;
	float: left;
	margin: 0 12px 0 0;
	position: relative;
}

legend{
	font-weight: 700;
}
fieldset fieldset{
	border: 1px solid #C9C2BC;
	border-top: 0;
	margin: 0 0 20px;
	padding: 0 30px 10px;
}
.address-career{}
.wpcf7-date{
	margin: 0 0 0 12px;
}

/* SUBMENU */

.flc-submenu ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.submenu-column ul {
  flex-direction: column;
  align-content: center;
}

.flc-submenu li {
  width: 50%;
  padding: 3px
}

.flc-submenu a {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  text-decoration: none !important;
  outline: 0;
  padding: 5px;
}

.flc-submenu a:focus, .flc-submenu a:hover {
  background: white !important;
}

@media (max-width: 767px) {
  .flc-submenu li {
    width: 100%;
  }
}

/* MOBILE CTA */

.mobile-cta a {
  width: 50%;
  padding: 0.5rem 0;
  border: 1px solid;
}

.mobile-cta a:focus {
  outline: inherit;
}

/* BLOG */

.entry-summary {
	border-bottom: 1px solid #DADCD3;
	margin-bottom: 4rem;
	padding-bottom: 2rem;
	position: relative;
}
.entry-title{
	font-size: 24px;
}
.updated{
	color: #407AAA;
	display: table;
	margin: 0 0 10px;
}
.entry-summary .attachment-thumbnail, .entry-content .attachment-thumbnail {
  margin: 0 auto 1rem;
  display: block;
}
.entry-summary .sharing {
}
@media (min-width: 992px) {
  .entry-summary .attachment-thumbnail, .entry-content .attachment-thumbnail {
    float: left;
    margin-right: 3rem;
  }
}

.entry-content-inner{
	border-bottom: 1px solid #3F6381;
	margin: 0 0 20px;
	padding: 0 0 10px;
}
.entry-content-inner ul,
.entry-content-inner ol{
}
.entry-content .behalf{
	clear: both;
}


.navigation h2{
	font-size: 20px;
	margin: 0 0 20px;
	padding: 0;
}
.nav-previous{
	float: left;
}
.nav-next{
	float: right;
}


/* LATEST POSTS */
.section-latest-posts{
	background-image: url(../images/bg-blog.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 80px 0;
	position: relative;
}
.section-latest-posts:before{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0));
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media (max-width: 991px) {
	.section-latest-posts{
		padding: 40px 0 60px;
	}
}
.section-latest-posts h2{
	color: #C9C2BC;
	font-size: 35px;
}
.section-latest-posts h2 a{
	color: #C9C2BC;
}
.section-latest-posts h2 a:hover,
.section-latest-posts h2 a:focus{
	color: #fff;
}
.section-latest-posts ul {
	list-style: none;
	padding: 0;
}
.section-latest-posts h3{
	color: #C9C1BB;
	font-size: 20px;
	font-weight: 400;
	margin: 25px 0 18px;
	text-transform: none;
}
.section-latest-posts a.d-block{
	text-decoration: none;
}
.section-latest-posts a:hover h3,
.section-latest-posts a:focus h3{
	color: #fff;
	text-decoration: underline;
}
.latest-inner{
	line-height: 1.4;
	font-size: 17px;
}
.section-latest-posts .btn{
	padding: 4px 16px;
}

@media (max-width: 767px) {
  .section-latest-posts li {
    margin-bottom: 3rem;
  }
  .section-latest-posts li:last-of-type {
    margin-bottom: 0;
  }
}

/* SOCIALS */

.socials a, .sharing a {
	display: inline-table;
	font-size: 13px;
	margin: 0 4px;
	padding: 0;
}
header .socials a:last-child{
	margin: 0 0 0 4px;
}
@media (max-width: 991px) {
	.socials a{
		margin: 0 10px;
	}
	header .socials a:last-child{
		margin: 0 0 0 10px;
	}
}
.socials a:focus{
	outline-width: 2px;
	outline-offset: -2px;
}

.sharing-text {
  padding-bottom: 5px;
  margin: 5px 5px 0 0;
}
.socials a:hover .svg-inline--fa.fa-square,
.socials a:focus .svg-inline--fa.fa-square{
	color: #416C96;
}
.socials .svg-inline--fa.fa-inverse{
	color: #fff;
}
.socials .color-facebook.svg-inline--fa{
  color: #3B5A9A;
}
.socials .color-google-plus.svg-inline--fa{
  color: #DF4B38;
}
.socials .color-twitter.svg-inline--fa{
  color: #29A9E1;
}
.socials .color-youtube.svg-inline--fa{
  color: #e40016;
}
.socials .color-yelp.svg-inline--fa{
  color: #D32323;
}
.fa-stack{
	height: 30px;
}


/* GALLERIES */
.gallery-wrapper{
	border-bottom: 1px solid #D6EEF9;
	margin: 0 0 40px;
	padding: 0 0 30px;
}

img.attachment-thumbnail{
	/*box-shadow: 0 4px 10px rgba(73,84,54,0.7);*/
}

/* BREADCRUMBS */

.breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.header-image .breadcrumb-item.active {
  color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: white;
}

.header-image ol {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* TEST ROWS */

.row-newsletter label {
  margin-bottom: 0;
  font-size: 1.3rem;
}

/* BEFORE AFTER GALLERY */

.flc-before-after {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flc-before-after li {
  margin-bottom: 1rem;
}

.cross2-slider:focus, .cross2-slider:hover {
  border-color: transparent !important;
}

/* OVERLAYS */

.overlay-solid, .overlay-grid {
  position: relative;
}

.overlay-solid::before {
  display: block;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay-gradient {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.overlay-grid::after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: -webkit-repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
  background-image: -moz-repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
  background-image: -o-repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
  background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 1px, transparent 2px, transparent 2px, rgba(0, 0, 0, .3) 3px);
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
}

/* FAQ */

.fa-chevron-down {
  transform: rotate(0deg);
  transition: transform 0.3s ease 0s !important;
}

.collapsed .fa-chevron-down {
  transform: rotate(-90deg);
}

/* CAROUSEL TEXT ONLY */

.carousel-text-only .bx-wrapper {
  padding-right: 4rem;
  padding-left: 4rem;
  text-align: center;
}

/* CAROUSEL ROW LOGOS */

.carousel-row-logos {
  padding-right: 4rem;
  padding-left: 4rem;
}

.carousel-row-logos .bx-wrapper {
  text-align: center;
  padding-bottom: 2rem;
  margin: 0 auto;
}

.carousel-row-logos .bx-prev {
  left: -2rem;
}

.carousel-row-logos .bx-next {
  right: -2rem;
}

.carousel-row-logos img {
  max-height: 150px;
  margin: 0 auto;
}

.carousel-row-logos li {
  float: left;
  list-style: outside none none;
  position: relative;
}

.carousel-row-logos .bx-controls-auto {
  position: absolute;
  right: 0;
  left: 0;
  text-align: right;
  padding-right: 2rem;
}

/* CAROUSEL BACKGROUND IMAGE */

.carousel-background-image .bx-viewport li {
  width: 100%;
  background-size: cover;
}

.carousel-background, .carousel-background-image .bx-viewport li {
  height: 100vh;
}

.carousel-background-image .bx-controls-auto-item {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

/* MOUSE ANIMATION */

.carousel-background-image::after {
  font-family: "FontAwesome";
  content: "\f078";
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 2rem;
  color: #fff;
  width: 55px;
  line-height: 55px;
  text-align: center;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  animation-iteration-count: infinite;
  animation-iteration-count: 2;
}

@-webkit-keyframes bounce {
  0% {
    bottom: 10px
  }
  25% {
    bottom: 15px
  }
  50% {
    bottom: 10px
  }
  75% {
    bottom: 20px
  }
  to {
    bottom: 10px
  }
}

@keyframes bounce {
  0% {
    bottom: 10px
  }
  25% {
    bottom: 15px
  }
  50% {
    bottom: 10px
  }
  75% {
    bottom: 20px
  }
  to {
    bottom: 10px
  }
}

/* flc-amenities */

.flc-amenities {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flc-amenities li {
  width: 25%;
  padding: 5px;
  text-align: center;
}
@media (max-width: 991px) {
  .flc-amenities li {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .flc-amenities li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .flc-amenities li {
    width: 100%;
  }
}

/* OPENING HOURS */

.section-opening-hours h3 {
  font-size: 1.5rem;
}

.section-opening-hours .col {
  padding: 15px;
}

.section-opening-hours .current-day {
  background: #F8F9FA;
  border-bottom: 1px solid;
  font-weight: bold;
}

/* TEAM */
.section-team{
	position: relative;
}
.section-team header{
	position: relative;
}
.section-team .member {
	display: block;
	margin: 0 0 3rem;
    text-align: center;
}
.section-team .member a{
	display: table;
	margin: 0 auto;
}
.section-team img {
  max-width: 100%;
}
.section-team h4{
	font-size: 15px;
}

.section-team .member-name {
  margin: 1rem 0;
}

/* EXPANDABLE REVIEWS */
.modal-content,
.modal-header,
.modal-footer{
	border-bottom: 0;
	border-top: 0;
	border-radius: 0;
}
#testimonials-modal .modal-content {
  max-height: 70vh;
}
#testimonials-modal .modal-body {
  overflow: auto;
}
#testimonials-modal .modal-footer {
  padding: 0;
}

.testimonials-section{
	background-image: url(../images/bg-reviews.jpg);
	background-position: center;
	background-size: cover;
	display: table;
	padding: 60px 0 80px;
	position: relative;
	width: 100%;
}
.testimonials-section:before{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.1) 70%,rgba(0,0,0,0));
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.testimonials-section header .container{
}
@media (max-width: 991px) {
	.testimonials-section{
		padding: 0 0 40px;
	}
	.testimonials-section header .container{
		padding: 40px 20px 0;
	}
}
.testimonials-average {
	display: inline-block;
	font-size: 17px;
	margin: 0 8px 0 0;
}
.testimonials-section header .testimonials-stars{
	display: inline-block;
	font-size: 15px;
}
.testimonials-section header .svg-inline--fa{
	color: #FFA64D;
}
.testimonials-section .container{
	padding-top: 20px;
	position: relative;
}
.testimonials-section h2{
	margin: 0;
}
.testimonials-section h3{
	color: #344654;
	font-size: 24px;
	text-transform: none;
}
.score-desc{
	color: #354755;
}
.score-desc,
.testimonials-body{
	clear: both;
	font-size: 15px;
}
.testimonials-blockquote cite {
	color: #354755;
	font-style: normal;
}
.testimonials-blockquote .testimonials-stars .fa-star {
	color: #FFA64D;
	font-size: 12px;
}
.btn.morelink {
	background: none;
	border: 0;
	border-radius: 0;
	color: #0982ED;
	font-size: 16px;
	font-weight: 400;
	margin-top: .6rem;
	display: block;
	line-height: 1;
	padding: 4px 34px 4px 5px;
	position: relative;
	text-decoration: underline !important;
	text-transform: none;
}
.btn.morelink:hover,
.btn.morelink:focus{
	background: none;
	color: #FF1515;
}
.morelink:after{
	background: url(../images/arrow-down.png) 0 center no-repeat;
	content: "";
	right: 12px;
	top: 0;
	height: 100%;
	width: 10px;
	position: absolute;
	transition: .8s;
}
.morelink[aria-expanded="true"]:after{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.buttons-reviews{
	margin: 30px 0 0;
	text-align: center;
}
.buttons-reviews .btn{
	margin: 0 10px 20px;
}
.testimonials-section .btn .svg-inline--fa{
	font-size: 15px;
	margin: 0 10px 0 0;
}


/* testimonials */
.flc-testimonials blockquote{
	border-bottom: 1px solid #DADCD3;
	margin: 0 0 2rem;
	padding: 0 0 1rem;
}
.testimonials-content{
	margin: 40px 0 0;
}

/* flc-coupons */

.flc-coupons {
  padding: 0;
  list-style: none;
}

.flc-coupons li {
  border: 3px dashed white;
  padding: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  outline: 5px solid;
  margin: 5px 5px 2rem 5px;
  position: relative;
}

.flc-coupons li p:last-of-type {
  margin-bottom: 0;
}

.flc-coupons a {
  position: absolute;
  right: -3px;
  top: -3px;
  border-radius: 0;
}

@media print {
  .flc-coupons li {
    border-color: black;
  }
  .flc-coupons a {
    display: none;
  }
}

/* MENU IMAGE */

.menu-image-hover ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-image-hover .menu-item {
  min-height: 400px;
  position: relative;
}

.menu-image-hover .menu-item ul {
  display: none;
}

.menu-image-hover .menu-item.menu-active ul, .touchevents .menu-image-hover .menu-item ul {
  display: block;
}

@media (max-width: 767px) {
  .menu-image-hover .menu-item ul {
    display: block !important;
    height: auto !important;
  }
}

.menu-image-hover h3 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  background: white;
  margin: 0;
  padding: 0.5rem 0;
}

.menu-image-hover-collapse .card {
  min-height: 0;
  background: white !important;
}

.menu-image-hover-collapse .card h3 {
  position: static;
  display: block;
  width: 100%;
  padding: 0;
}

.menu-image-hover-collapse .card h3 a {
  position: relative;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  display: block;
  padding: 1rem;
}

.menu-image-hover-collapse .card h3 .sub-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .25rem;
  padding: 0;
  width: 2em;
  height: 1.4em;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-align: center;
}

.menu-image-hover-collapse .card h3 .collapsed .sub-arrow::before {
  content: "+";
}

.menu-image-hover-collapse .card h3 .sub-arrow::before {
  content: "-";
}

@media (max-width: 767px) {
  .menu-image-hover-collapse .align-items-center {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
  }
}

/* MENU IMAGE BRICKS */

.menu-image-bricks ul {
  z-index: 2;
  border-left: 0.5rem solid white;
  border-right: 0.5rem solid white;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.menu-image-bricks a {
  border: solid 0.5rem white;
  display: flex;
  height: 100%;
  padding: 8rem 1rem;
  background-color: transparent;
  transition: all 0.5s;
}

.menu-image-bricks img {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
}

.menu-image-bricks a:hover, .menu-image-bricks a:focus {
  transition: all 0.5s;
}

.menu-image-bricks a:hover img, .menu-image-bricks a:focus img {
  opacity: 1;
}

.menu-image-bricks .box {
  position: unset;
  height: auto;
  padding: 0;
}

/* FINACIAL TABLE */

.table-javascript caption {
  caption-side: top;
  font-weight: bold;
  text-align: center;
  color: black;
}

.table-javascript th:nth-of-type(2n), .table-javascript td:nth-of-type(2n+1) {
  border-bottom: 1px dashed !important;
}

.table-javascript tr, .table-javascript thead th {
  border-bottom: 1px dashed !important;
}

.table-javascript th, .table-javascript td {
  display: table-cell;
  line-height: 1.2;
  padding: 20px 40px;
  text-align: center;
  border-top: none !important;
}

.table-javascript th {
  width: 33.3333%;
}

@media (max-width: 768px) {
  .table-javascript th, .table-javascript td {
    width: 100%;
    display: block;
    border: transparent !important;
    text-align: left;
    padding: 0.5rem;
  }
  .table-javascript th:nth-of-type(2n), .table-javascript td:nth-of-type(2n+1) {
    border: none !important;
  }
  .table-javascript thead {
    display: none;
  }
  .table-javascript tr {
    padding: 1rem 0;
  }
}

/* BACKGROUND VIDEO */

#video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#btn-video {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border: none;
  background: transparent;
  z-index: 1;
}

.backgroundvideo {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* SECTION - CONTACT */
.section-contact{
	background-image: linear-gradient(#3B4652,#5D3636);
	padding: 0;
	position: relative;
}
.section-contact:before{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0));
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.contact-data{
	background-image: url(../images/bg-address.jpg);
	background-position: center;
	background-size: cover;
	padding: 100px 20px 30px;
}
.contact-data-inner{
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	max-width: 310px;
	padding: 0 15px;
}
@media (max-width: 991px) {
	.contact-data{
		padding: 40px 20px 30px;
	}
}
.contact-data-inner img{
	max-width: 200px;
}
.contact-data-inner h4{
	color: #fff;
	font-size: 22px;
	margin: 30px 0 0;
}
.contact-data-inner a{
	color: #C9C2BC;
}
.contact-data-inner a:hover,
.contact-data-inner a:focus{
	color: #fff;
	text-decoration: underline;
}
.contact-data-inner .svg-inline--fa{
	color: #C9C2BC;
	margin: 0 7px 0 0;
}
.contact-data-inner h5{
	color: #fff;
	margin: 30px 0 5px;
}
.contact-map{
	padding: 80px 80px 50px 0;
	position: relative;
}
.contact-map:before{
	background-image: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));
	content: "";
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.contact-map p{
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	margin: 50px 10% 0;
}
@media (max-width: 991px) {
	.contact-map{
		padding: 0 0 50px 0;
		position: relative;
	}
	.contact-map:before{
		display: none;
	}
}


/* FOOTER */
.content-info{
	background-image: url(../images/bg-footer.jpg);
	background-position: center;
	background-size: cover;
	font-size: 16px;
	position: relative;
}
.content-info:before{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0));
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.content-info .section{
	display: table;
	padding: 40px 5% 40px;
	width: 100%;
	position: relative;
}
.footer-inner{
	position: relative;
}
.content-info a{
	color: #C9C2BC;
}
.content-info a:hover,
.content-info a:focus{
	color: #8C0000;
}

.content-info .socials{
	display: table;
	float: left;
	margin: 0 40px 0 -6px;
}
.content-info .socials a{
	margin: 0 7px;
}

.content-info nav{
	display: table;
	margin: -2px 20px 0;
}
@media (max-width: 767px) {
	.content-info nav{
		clear: both;
		display: table;
		margin: 0 0 0 -10px;
		padding: 10px 0 0;
	}
}
.content-info .nav-link{
	font-weight: 400;
    text-transform: none;
}
.content-info a{
	color: #F4F5EC;
}
.content-info a:hover,
.content-info a:focus{
	color: #fff;
}
.content-info .nav-link{
	margin: 0 6px;
	padding: 4px 8px;
}

.content-info .copy{
	color: #A4A99A;
	margin: 40px 0 20px;
}
@media (max-width: 767px) {
	.content-info .copy{
		margin: 20px 0;
	}
}
@media (max-width: 1440px) {
.navbar {
    display: table;
    float: left;
    padding: 0;
    position: relative;
    margin: 0px 0 0 15px;
    text-transform: uppercase;
    width: 100%;
}
.navbar-nav a {
    text-shadow: 1px 1px 1px #000;
    background-color: rgba(0, 0, 0, .3);
}
}

@media (max-width: 1200px) {
.navbar-nav a {
    text-shadow: 0px 0px 0px #000;
    background-color: transparent;
}
}