
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.transition {
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

::-webkit-input-placeholder {
   opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
   opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1 !important;
}

:-ms-input-placeholder {
   opacity: 1 !important;
}


.nav,
.nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav {
  margin: 0;
  z-index: 2;
  padding: 0;
}

.nav ul {
  margin: 0;
  padding: 0;
  padding: 0 0 1em;
}


.nav .menu,
.menu-main-menu-container {
  align-items: center;
  width: 100%;
  
}

#menu-main-menu > li {
  margin: 0.5em 0;
  position: relative;
  line-height: 1em;
  float: left;
  margin: 0.5em 0 0.5em 1em;
}

#menu-main-menu > li > a {
  display: block;
  line-height: 1em;
  text-align: center;
  color: #FFF;
  font-weight: normal;
  font-size: 1em;
  position: relative;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  color: #939290;
}

.home #menu-main-menu > li > a {
  color: #FFF;
}

#menu-main-menu > li > a.over,
#menu-main-menu > li > a:hover,
#menu-main-menu > li.current-menu-item > a,
#menu-main-menu > li.current-post-ancestor > a,
#menu-main-menu > li.current-post-parent > a,
#menu-main-menu > li.current-page-ancestor > a {
  background: transparent none;
  text-decoration: underline;
  color: #939290;
  color: #000;
}

.home #menu-main-menu > li > a,
.home #menu-main-menu > li > a:hover,
.home #menu-main-menu > li.current-menu-item > a {
  color: #FFF;
}

.nav .children,
.nav .sub-menu {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 42px;
  width: 150px;
  z-index: 2;
  border-bottom: 1px solid #2C2F52;
  border-top: 0;
  display: none;
}

.nav .children li,
.nav .sub-menu li {
  float: none;
  margin: 0;
}

.nav .children a,
.nav .sub-menu a {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  border-top: 1px solid #FFF;
  padding: 0.5em 1em;
  color: #FFF;
  text-decoration: none;
}

.nav .children li:nth-child(1) a,
.nav .sub-menu li:nth-child(1) a {
  border-top: 0;
}

.nav .children a:hover,
.nav .sub-menu a:hover {
  background: #49494B;
}

/* menu mobile */

.nav-toggle {
     width: 35px;
     height: 35px;
     display: block;
     cursor: pointer;
     display: block;
     position: relative;
     margin: 0 0 0 1em;
     top: 12px;
     display: none;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: white;
    position: absolute;
    display: block;
    content: '';
}
.nav-toggle span:before {
    top: -10px;
}
.nav-toggle span:after {
    bottom: -10px;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
    background-color: transparent;
}

.nav-toggle.active span:before,
.nav-toggle.active span:after {
    top: 0;
}
.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-toggle-new {
  display: inline-block;
  padding: 0 2em;
  background-color: #000;
  color: #b18528;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  display: none;
}

/* menu mobile */

.transition {
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

*:focus {
    outline: none;
}


/* Place Holder CSS */
::-webkit-input-placeholder {
  color: #000;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:-moz-placeholder {
  color: #000;
  opacity: 0.5;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
::-moz-placeholder {
  color: #000;
  opacity: 0.5;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:-ms-input-placeholder {  
  color: #000;
  opacity: 0.5;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

/* Place Holder CSS for Focus */
:hover::-webkit-input-placeholder {
  opacity: 0.75;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover:-moz-placeholder {
  opacity: 0.75;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover::-moz-placeholder {
  opacity: 0.75;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:hover:-ms-input-placeholder {  
  opacity: 0.75;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

/* Place Holder CSS for Focus */
:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-ms-input-placeholder {  
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

/*
.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
*/

/* menu mobile */

html, body {
	margin: 0;
	padding: 0;
}

body {
  background-color: #302c29;
}


.header {
	position: relative;
  /*background-color: rgba(0, 0, 0, 0.8);*/
  color: #FFF;
  z-index: 6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(256, 256, 256, 1);
  background-color: #FFF;
}

.home .header,
.home .header.scrolling {
  background-color: transparent;
}


.modal-menu .fancybox-close-small {
  display: none;
}

.header.scrolling {
  position: fixed;
  left: 0;
  top: 0;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


.header-inner .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.logo-image {
  margin: 0;
  line-height: 1em;
  font-size: 0;
  background-color: transparent;
}

.logo-image img {
  width: auto;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-right img,
.logo-image img,
.logo-right img {
  height: 50px;
}

.logo-right {
  margin: 0 0 0 20px;
}

.header-inner {
	padding: 20px 0;
}

.content {
	zoom: 1;
	position:relative;
	z-index: 4;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 3;
    -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  background-color: #FFF;
  /*display: none;*/
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 320%;
        left: -100%;
        left: -110%;
        object-fit: cover;
    }
}


.content-slider-home {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100vH;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-home {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100vH;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.slider-home,
.item-slider-home {
  height: 100vH;
  width: 100%;
}

.content-inner {
	padding: 0;
	zoom: 1;
  width: 100%;
}
.main-content {
	/**/
}

.main-content-inner {
	padding: 2em 0;
  padding: 0;
}

.footer {
	margin:0 auto;
	clear: both;
	float: none;
  background-color: #444041;
  color: #FFF;
}

.footer a {
  color: #FFF;
}

.footer-inner {
	padding: 2em 0;
}

.modal-menu {
  width: 100%;
  height: 100%;
}

body .fancybox-slide > * {
    position: relative;
    padding: 0;
    margin: 0;

}


body,
.fancybox-bg,
body .fancybox-content {
  /*background: url(../images/pattern.png) repeat left top;
  background-color: #302c29;*/
  background-size: 70px;
  opacity: 1 !important;
  background-color: #FFF;
}

.fancybox-slide--html {
    padding: 0 !important;
    margin: 0;
}

.modal-menu-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-items: stretch;
}


/** FIX for Bootstrap and Google Maps Info window styes problem **/
img[src*="gstatic.com/"], 
img[src*="googleapis.com/"] {
	max-width: none;
}


body div.wpcf7-response-output {
    margin: 0 1% 1em 0;
    padding: 0.5em 1em;
    width: 100%;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #FFF;
}

body div.wpcf7-validation-errors {
  border: 1px solid red;
}

.slider-two-columns {
  overflow: hidden;
}


.grid-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 -15px;
}

.item-grid {
  width: 20%;
  margin: 0 0 30px;
  text-align: center;
}

.item-grid-inner {
  margin: 0 15px;
}

.item-grid img {
  width: 100%;
  height: auto;
  opacity: 0;
}

.item-grid h3 {
  font-family: 'Montserrat', sans-serif;
  margin: 0.5em 0 0;
  font-size: 1.2em;
}

.content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  padding: 90px 0 0;
  overflow: hidden;
}

.content-two-colums-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #302c29;
    position: relative;
}

.content-two-colums-item-media {
  width: 75%;
}

.content-two-colums-item-media img {
  width: 100%;
  height: auto;
  visibility: hidden;
  display: none;
}

.content-two-colums-item-media {
  background-size: cover;
  background-position: center;
  order: 2;
  position: relative;
}

.content-two-colums-item-main,
.copy-team {
  width: 25%;
  color: #FFF;
  order: 1;
}

.content-two-colums-item-media,
.content-two-colums-item-main,
.copy-team,
.nav-slider-page  {
  min-height:  calc(100vH - 90px);
  display: flex;
  align-items: center;
}

.content-two-colums-item-main a {
  color: #FFF;
  text-decoration: underline;
}

.content-two-colums-item-main-inner h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.content-two-colums-item-main-inner {
  padding: 4em 2em;
  padding: 2em;
}

.content-two-colums-item-main-inner p {
  line-height: 1.5em;
}

.container-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  background-color: transparent;
  position: relative;
  z-index: 2;
  padding: 0 2em 0;
  position: absolute;
  left: 0;
  bottom: 1em;
}

.container-pagination strong {
  font-weight: normal;
  margin: 0 1em 0 0;
  text-transform: uppercase;
  color: #FFF;
}

.container-pagination strong a {
  color: #FFF;
}

.pagination-slider ul {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 10px;
}

.pagination-slider li {
  padding: 0;
  display: inline-block;
  list-style: none;
}

.pagination-slider li button,
.pagination-slider li a {
  font-size: 0;
  border: 0;
  background-color: #939290;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  text-decoration: none;
  display: inline-block;
}

.pagination-slider li.slick-active button,
.pagination-slider li.slick-active a,
.pagination-slider li a:hover {
  background-color: #FFF;
}


.container-pagination .slick-arrow,
.pagination-slider li {
  margin: 0 0.5em;
  display: inline-block;
}

.container-pagination .slick-arrow,
.btn-home {
  border: 2px solid #FFF;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  line-height: 0;
  border-radius: 50%;
  padding: 0;
  color: #FFF;
  font-size: 2em;
}

.container-pagination .slick-arrow {
  margin: 0 0 0 10px;
}


.page-template-contact .main-content-inner .inner-form {
  width: 50%;
}

.page-template-contact .wpcf7-form-control-wrap {
  display: block;
  margin: 0 0 1em;
}

.page-template-contact .wpcf7-form br {
  display: none;
}

.page-template-contact .wpcf7-form-control-wrap input,
.page-template-contact .wpcf7-form-control-wrap textarea {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #FFF;
  padding: 0.5em 1em;
  color: #000;
}

.page-template-contact .wpcf7-form-control-wrap input.wpcf7-not-valid {
  border: 1px solid red;
}


.footer-contact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-contact a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #FFF;
  text-align: center;
  border-radius: 50%;
  font-size: 1.4em;
  color: #FFF;
}

.inner-copy {
  font-size: 11px;
}

.inner-copy p {
  margin: 4em 0 0;
}

.content-two-colums-item-map {
  position: relative;
}

.google-map-modal {
  width: 500px;
  height: 500px;
  position: relative;
  display: none;
}

.content-two-colums-item-map a {
  display: block;
  height: 100%;
  width: 100%;
}

.content-two-colums-item-map iframe,
.content-two-colums-item-map #map {

  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;

}

/* home */

.logo-home,
.icons-home {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  
}

.logo-home {
  margin: 6em auto 3em;
  max-width: 600px;
}

.main-content .ghost-btn,
.page-template-contact .wpcf7-form button {
  border: 2px solid #FFF;
  padding: 0.5em 1em;
  color: #FFF;
  background: transparent;
  font-weight: bold;
  display: inline-block;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}



.page-template-contact .wpcf7-form button {

  color: #b18528;

}

.ghost-btn:hover,
.page-template-contact .wpcf7-form button:hover {
    text-decoration: none;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #000;
}

body span.wpcf7-not-valid-tip {
    display: none;
}

.home-content {
  width: 65%;
  margin: 0 auto;
}

.home .content {
  align-items: flex-start;
  align-items: center;
}

.home .content-active {
  padding: 0;
}


.show-content-home a {
  margin: 4em 0 0;
}

.text-home-intro {
  font-size: 1.4em;
}

.home-hidden {
  opacity: 0;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.visible-home {
  opacity: 1;
}

.home .logo-right {
  opacity: 0;
}

.link-show-home-content {
  opacity: 0;
  opacity: 1;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.item-slider-home {
  background-size: cover;
  background-position: center;
}

.home-pagination {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.item-grid-inner a {
  display: block;
  background-size: cover;
  background-position: center;
  margin: 0 0 0.5em;
}

body.home {
  overflow: hidden;
  height: 100VH;
}

.fancybox-active .logo-right {
    opacity: 1;
}


.inner-copy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em 0 0;
}

.inner-copy span {
  width: 2%;
}

.inner-copy span img {
  width: 100%;
  height: auto;
}

.inner-copy p {
  width: 97%;
  margin: 0;
}

.home .logo-right {
  display: none;
}

.main-content,
.main-content a {
  color: #000;
}

.home .main-content {
  color: #FFF;
  z-index: 5;
  position: relative;
}

.home .content-inner {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.inner-form {
  color: #FFF;
}

.inner-form-ext {
  background-color: #302c29;
  padding: 2em 0;
}

.page-template-contact .content-inner {
    padding: 2em 0;
}

.content-two-colums-item-main-inner a {
  color: #00afef;
}

.social-footer a {
  color: #FFF;
}

.page-id-17 .content-two-colums-item-media a {
  display: block;
  min-height: calc(100vH - 90px);
  width: 100%;
}

.header-inner > .inner {
    max-width: 100%;
    padding: 0 2em;
}

.main-content .full-size {
  position: absolute;
  left: 50%;
  bottom: 2em;
  margin: 0 0 0 -20px;
  z-index: 5;
  background: #302c29;
  opacity: 1;
}

.main-content-inner {
  padding: 2em 0;
}

.page-template-layout-60-40 .main-content-inner,
.page-template-intro .main-content-inner,
.page-template-contact .main-content-inner {
  padding: 0;
  position: relative;
}

.layer-logos {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(256, 256, 256, 0.8);
  padding: 3em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.layer-logos-item {
  width: 100%;
  text-align: center;
}

.content-two-colums-item-media .layer-logos-item img {
  width: 40%;
  height: auto;
  visibility: visible;
  display: block;
  margin: 4em auto;
}

.content-two-colums-inner {
  position: relative;
}

.copy-team {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  z-index: 1;
  background-color: #302c29;
  height: 100%;
  display: none;
  display: block;
  height: 100%;
  display: none;
  
}

.page-id-21 .container-pagination {
  display: none;
}

.parent-pageid-21 .copy-team {
  display: flex;
}

.parent-pageid-21 .content-two-colums-inner {
    justify-content: flex-end;
}

.nav-slider-page button {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.nav-slider-page button span,
.slick-arrow,
#slider-two-columns .dashicons-arrow-left-alt2,
#slider-two-columns .dashicons-arrow-right-alt2, 
#slider-intro .dashicons-arrow-left-alt2,
#slider-intro .dashicons-arrow-right-alt2 {
  background-color: #000;
  color: #FFF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 0;
  padding: 0;
  display: inline-block;

}

#slider-two-columns .dashicons-arrow-left-alt2:hover,
#slider-two-columns .dashicons-arrow-right-alt2:hover,
#slider-intro .dashicons-arrow-left-alt2:hover,
#slider-intro .dashicons-arrow-right-alt2:hover {
  cursor: pointer;
}



.slick-prev,
.dashicons-arrow-left-alt2 {
  position: absolute;
  left: 25%;
  z-index: 10;
  top: 50%;
  margin: -20px 0 0;
}

.slick-next,
.dashicons-arrow-right-alt2 {
  position: absolute;
  right: 0%;
  z-index: 10;
  top: 50%;
  margin: -20px 0 0;
}

#slider-intro .slick-prev, 
#slider-intro .dashicons-arrow-left-alt2 {   
    left: 0;
}

.nav-slider-page {
    
    position: absolute;
    padding: 0;
    
    left: 25%;
    top: 0;
    width: 75%;
    z-index: 10;

    
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.video-featured-home {
  text-align: center;
  margin: 2em 0;
}

.video-featured-home img {
  max-width: 150px;
  height: auto;
  margin: 0 auto;
}

.video-featured-home a {
    color: #FFF;
    position: relative;
}

.home .main-content-inner {
    padding: 0;
}

.logo-home {
    margin: 3em auto 2em;
    max-width: 500px;
}

.show-content-home a {
    margin: 1em 0 0;
}

.content-logo-home {
  opacity: 0;
}

.video-foreground {
    height: 300%;
    top: -100%;
}

.video-background iframe {
    /*position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
}

.video-foreground {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-background {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 105vH;
}

.video-background {
  display: none;
}

.modal_video_inline .fancybox-button {
  position: fixed;
  right: 0;
  top: 0;
}

.modal_video_inline {
  display: none;
  width: 100%;
  max-width: 1000px;
}

.home .content-inner,
.home .content-logo-home {
  opacity: 1;
}


.content-916-sold {
  position: relative;
  text-align: center;
}

.content-916-sold::before {
  position: absolute;
  left: 0;
  top: 22px;
  width: calc(50% - 105px);
  height: 1px;
  content: '';
  border-top: 2px solid #FFF;
}

.content-916-sold::after {
  position: absolute;
  right: 0;
  top: 22px;
  width: calc(50% - 105px);
  height: 1px;
  content: '';
  border-top: 2px solid #FFF;
}

.home-content {
  opacity: 0;
}



@media (max-width: 600px) {
  .logo-home {
    
      max-width: 450px;
      width: 100%;
      margin: 0 auto;
    
  } 

  .inner-home {
    padding: 0 2em;
  }
}

.page-template-intro {
    background-color: #302c29;
  }


  .page-template-intro .main-content-inner {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .page-template-intro .slider-two-columns {
    width: 75%;
    order: 2;
  }

  .page-template-intro .content-two-colums-item-media {
      width: 100%;
  }

  .page-template-intro .content-two-colums-item-main {
      width: 0;
  }

  .page-template-intro .slick-prev, 
  .page-template-intro .dashicons-arrow-left-alt2 {
      
      left: 0;
  }
      
  .sidebar-intro {
    height: 100%;
    background-color: #302c29;
    width: 25%;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    order: 1;
    color: #FFF;
  }

  .sidebar-inner-intro {
    padding: 1em 2em;
  }

  .sidebar-inner-intro img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .sidebar-inner-intro .content-916-sold img {
    max-width: 40%;
  }

  .sidebar-inner-intro .content-916-sold::before,
  .sidebar-inner-intro .content-916-sold::after {
      width: 22%;
  }        