/*
Theme Name: 180 Marketing Custom Theme for Gutenberg
Theme URI: http://wordpress.org/
Description: Custom theme, hand crafted perfection.
Author: 180 Marketing
Version: 1.5
Tags: blank
Text Domain: blanktheme
*/

/*	Global Colours
Almost black: #050b05;
brown: #b6875a;
beige: #e0c3a7;
*/

/* Reset All */

* {
	margin: 0px;
	padding: 0px;
}

html,
.body {
	background-color: #050b05;
}

.slide {
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 23px;
	text-align: left;
	color: #050b05;
	letter-spacing: 1px;
}

.row .column,
.row .columns {
	font-family: "owners-wide", sans-serif;
	font-weight: 200;
	font-size: 17px;
	line-height: 23px;
	text-align: left;
	color: #050b05;
	letter-spacing: 2px;
}

a img {
	border: none;
}

/* Basic Content Styles */
h1, 
h2, 
h3,
h4 {
	font-family: "owners-xwide", sans-serif;
	text-transform: uppercase;
}

h1 {
	margin-bottom: 20px;
	font-weight: 500;
	color: #b6875a;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 10px;
}

h1 em {
	color: #050b05;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
}

h2 {
	margin-bottom: 15px;
	font-size: 23px;
	line-height: 33px;
	font-weight: 500;
	letter-spacing: 10px;
	color: #050b05;
}

h2.headline {
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-size: 80px;
	line-height: 70px;
	font-weight: 400;
	letter-spacing: -1px;
}

h3 {
	margin-bottom: 15px;
	color: #b6875a;
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	letter-spacing: 5px;
}

h4 {
	margin-bottom: 15px;
	color: #b6875a;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 5px;
}

h5 {
	margin-bottom: 10px;
	color: #b6875a;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: "neue-haas-grotesk-display", sans-serif;
}

p, 
.main ul, 
.main ol, 
table {
	margin-bottom: 15px;
}

.main ul li,
.main ol li {
	
}

.main ul {
	padding-left: 15px;	
}

.main ol {
	padding-left: 20px;	
}

a {
	color: #050b05;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;	
	color: #050b05;
}

strong {
	font-weight: 600;
}

/* End Content Styles */


header {
	background-color: #050b05;
	padding: 25px 20px;
}

header a.logo {
	display: block;
	max-width: 250px;
	width: 100%;
}





/* =Menu
-------------------------------------------------------------- */
nav {
	background: transparent;
	display: block;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 9999;
	min-height: 42px;
	height: auto !important;
	height: 42px;
	*zoom: 1;
	text-align: right;
}

nav li {
	float: none;
	position: relative;
	list-style: none;
	display: inline-block;
}

nav a {
	color: #FFFFFF;
	display: block;
	line-height: 42px;
	padding: 0 14px;
	font-size: 16px;
	text-decoration: none;
	font-family: "owners-narrow", sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

nav ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	padding: 5px;
	background-color: #050b05;
}
nav ul ul ul {
	left: 100%;
	top: -5px;
	background-color: #666;
}


nav ul li:hover > ul {
	display: block;
}

nav ul ul a {
	padding: 10px 10px;
	font-size: 15px;
	line-height: 18px;
	min-width: 170px;
	text-align: left;
}

nav ul li.current_page_item > a,
nav ul li.current-menu-ancestor > a,
nav ul li.current-menu-item > a,
nav ul li.current-menu-parent > a,
* html nav ul li.current_page_item a,
* html nav ul li.current-menu-ancestor a,
* html nav ul li.current-menu-item a,
* html nav ul li.current-menu-parent a,
* html nav ul li a:hover {
	color: #e0c3a7;
	text-decoration: underline;
	text-underline-offset: 8px;
}

nav li:hover > a,
nav ul ul li:hover > a,
nav ul ul li.current_page_item > a,
nav ul ul li.current-menu-ancestor > a,
nav ul ul li.current-menu-item > a,
nav ul ul li.current-menu-parent > a {
	color: #fff !important;
	background-color: #b6875a;
	text-decoration: none !important;
}

ul ul .menu-item-has-children {
	width: 175px;
}

nav a.menu-link {
   display:  none;
   background: #b6875a;
   padding-top: 6px;
   padding-bottom: 35px;
   height: 42px;
   line-height: 33px;
   text-transform: uppercase;
   width: 100%;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
   text-align: left;
   font-size: 15px;
   padding-left: 15px;
}

.menu:before,
.menu:after {
    content: " "; 
    display: table; 
}

.menu:after {
    clear: both;
}

.menu-link:after {
	content: url( images/menu.png );
	right: 20px;
	top: 6px;
	position: absolute;
}

/* =Main styles
-------------------------------------------------------------- */
a.button,
.gform_button {
	display: inline-block;
	background-color: #b6875a;
	color: #fff;
	text-decoration: none;
	padding: 15px 30px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 17px;
	line-height: 23px;
} 

.gform_button:hover,
a.button:hover {
	background-color: #050b05;
}

.gform_button {
	border: 0px;
	padding: 15px 30px !important;
	font-family: "neue-haas-grotesk-display", sans-serif;
}

body.home header {
	position: absolute;
	background: #050b05;
	background: linear-gradient(180deg,rgba(5, 11, 5, 1) 0%, rgba(9, 9, 121, 0) 85%, rgba(0, 212, 255, 0) 100%);
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}


.slideshow {
	position: relative;
	height: 800px;
	background-color: #b6875a;
	width: 100%;
	overflow: hidden;
}


.slideshow .overlay {
	background-image: url(images/slideshow-overlay.png);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 900px;
	z-index: 999;
	background-size: cover;
}

.slideshow .slide {
	position: relative;
	height: 100%;
	width: 100%;
}

.slideshow .slide img.bgImg {
	position: relative;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.slideshow .slide .text {
	position: absolute;
	bottom: 100px;
	left: 100px;
	z-index: 99999;
	width: 100%;
	max-width: 450px;
}

.slideshow .slide .text h2,
.slideshow .slide .text h3,
.slideshow .slide .text h4,
.slideshow .slide .text p {
	color: #fff;
}

.slideshow h2 {
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 300;
	font-size: 85px;
	line-height: 75px;
	text-transform: none;
	letter-spacing: 0;
}

.slideshow h2 strong {
	font-weight: 300;
	color: #b6875a;
}

.slideshow a.button {
	margin-top: 70px;
	background-color: #fff;
	color: #050b05;
} 

.slideshow a.button:hover {
	background-color: #b6875a;
	color: #fff;
} 

.slideshow .whiteLogo {
	position: absolute;
	right: 100px;
	top: 50%;
	transform: translateY(-50%);
	max-height: 200px;
	max-width: 500px;
	z-index: 9999;
}

.slideshow .cycle-pager {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: #fff;
	z-index: 9999999;
	font-size: 60px;
	line-height: 40px;
}

.slideshow .cycle-pager span {
	opacity: 0.5;
}

.slideshow .cycle-pager span:hover,
.slideshow .cycle-pager span.cycle-pager-active {
	opacity: 1;
}


.wrapper.White {
	background-color: #fff;
}

.wrapper.Beige {
	background-color: #ecdfd3;
}

.wrapper.Brown {
	background-color: #ab7d51;
}

.wrapper.Black {
	background-color: #050b05;
}

.wrapper.normal {
	padding: 100px 20px;
}

.wrapper.reduced {
	padding: 50px 20px;
}

.wrapper.noTop {
	padding: 0px 20px 100px;
	margin-top: -75px;
}

.wrapper.twoCol .large-6:first-of-type {
	padding-right: 50px;
}

.wrapper.twoCol .large-6:last-of-type {
	padding-left: 50px;
}

.wrapper.Brown,
.wrapper.Brown h1,
.wrapper.Brown h2,
.wrapper.Brown h3,
.wrapper.Brown h4,
.wrapper.Brown p,
.wrapper.Brown ul,
.wrapper.Brown a,
.wrapper.Brown .owl-nav,
.wrapper.Black,
.wrapper.Black h1,
.wrapper.Black h2,
.wrapper.Black h3,
.wrapper.Black h4,
.wrapper.Black p,
.wrapper.Black ul,
.wrapper.Black a,
.wrapper.Black .owl-nav {
	color: #fff;
}

.wrapper.Black a.button:hover,
.wrapper.Brown a.button {
	background-color: #fff;
	color: #050b05;
}

.wrapper.Beige a.button,
.wrapper.Brown a.button:hover {
	background-color: #050b05;
	color: #fff;
}

.wrapper.Beige a.button:hover {
	background-color: #ab7d51;
	color: #fff;
}

body.home .wrapper.twoCol h2.headline {
	color: #e0c3a7;
	position: relative;
	left: -180px;
	padding-top: 65px;
	font-size: 95px;
	line-height: 85px;
}

.contentGrid .column,
.iconGrid .column {
	padding: 0 20px 40px;
}

img.blockImg {
	display: block;
	width: 100%;
}

.communityCarousel .item a {
	text-decoration: none;
}

.communityCarousel .imgBox {
	background-color: #000;
	position: relative;
}

.communityCarousel .imgBox img.bgImg {
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 0.6;
}

.communityCarousel .imgBox img.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 165px;
	max-width: 250px;
	width: 100%;
	display: block;
	object-fit: contain;
	z-index: 999;
}

.communityCarousel .imgBox .tag {
	font-family: "neue-haas-grotesk-display", sans-serif;
	letter-spacing: 1px;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	padding: 10px;
	width: 130px;
	height: 130px;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	color: #fff;
}

.communityCarousel .imgBox .tag span {
	display: block;
	transform: rotate(-45deg);
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	width: 85px;
	left: -10px;
	top: 0px;
	padding-top: 30px;
	font-size: 17px;
	line-height: 17px;
}

.communityCarousel .imgBox .tag.past span {
	font-size: 14px;
}

.communityCarousel .textBox {
	background-color: #050b05;
	padding: 20px;
	color: #fff;
	text-align: center;
}

.communityCarousel .textBox h4 {
	color: #fff;
	margin-bottom: 10px;
}

.communityCarousel .textBox p {
	color: #fff;
	font-family: "owners-xwide", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px;
	letter-spacing: 2px;
}

.communityCarousel a:hover .imgBox,
.communityCarousel a:hover .imgBox .tag,
.communityCarousel a:hover .textBox {
	background-color: #ab7d51 !important;
}

.communityCarousel a:hover .imgBox img.bgImg {
	opacity: 0.2;
}

.communityCarousel .owl-carousel .owl-nav button.owl-prev,
.communityCarousel .owl-carousel .owl-nav button.owl-next {
	font-size: 15px;
	letter-spacing: 2px;
	padding: 15px 30px !important;
	margin: 0 30px;
}

.communityCarousel .owl-carousel .owl-nav button.owl-prev:hover,
.communityCarousel .owl-carousel .owl-nav button.owl-next:hover {
	background-color: #ab7d51 !important;
	border-radius: 0 !important;
}

.testimonialCarousel .owl-carousel .owl-nav,
.communityCarousel .owl-carousel .owl-nav {
	padding-top: 15px;
}

.commGrid .column {
	padding: 0 10px 20px;
}

.mirBgArea {
	background-color: #b7885b;
	background-image: url(images/centennial-background.png);
	background-size: cover;
}

.mirBgArea .Brown {
	background-color: transparent;
}

.mirhCarousel img {
	display: block;
}

.mirhCarousel .textBox {
	padding: 30px 20px;
	text-align: center;
	background-color: #fff;
	color: #050b05;
}

.mirhCarousel .textBox h4 {
	color: #050b05;
	font-weight: 600;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0;
	text-transform: none;
	margin-bottom: 5px;
}

.mirhCarousel .textBox p {
	color: #050b05;
	margin-bottom: 0;
}

.mirhCarousel .textBox p.price {
	font-size: 23px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 5px;
}

.mirhCarousel a {
	display: block;
	width: 100%;
	background-color: #050b05;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 30px;
	font-size: 17px;
	letter-spacing: 2px;
}

.mirhCarousel a:hover {
	background-color: #e0c3a7;
	color: #050b05;
}

.mirhCarousel .owl-carousel .owl-nav button.owl-prev,
.mirhCarousel .owl-carousel .owl-nav button.owl-next {
	font-size: 15px;
	letter-spacing: 2px;
	padding: 15px 30px !important;
	margin: 0 30px;
	color: #fff !important;
}

.mirhCarousel .owl-carousel .owl-nav button.owl-prev:hover,
.mirhCarousel .owl-carousel .owl-nav button.owl-next:hover {
	background-color: #e0c3a7 !important;
	color: #050b05 !important;
	border-radius: 0 !important;
}

.mirhCarousel .owl-carousel .owl-nav {
	padding-top: 15px;
}

img.banner {
	display: block;
	width: 100%;
}

.givingBackFeed .row.outerRow .large-10 {
	background-color: #ecdfd3;
	padding: 50px 25px;
	margin-top: -200px;
	position: relative;
	z-index: 999;
}

.givingBackFeed .row h2 {
	text-align: center;
	margin-bottom: 40px;
}

.givingBackFeed .row .row .column {
	padding: 0 25px 40px;
}

.givingBackFeed .row .row .column img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.givingBackPosts .column h3,
.givingBackFeed .row .row .column h3 {
	color: #050b05;
	font-weight: 600;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0;
	text-transform: none;
	margin-bottom: 5px;
}

.givingBackPosts .column a,
.givingBackFeed .row .row .column a {
	text-decoration: none;
	color: #050b05;
	font-weight: 600;
}

.givingBackPosts .column a:hover,
.givingBackFeed .row .row .column a:hover {
	color: #b7885b;
	text-decoration: underline;
	text-underline-offset: 8px;
}

.testimonialFeed.reduced {
	padding-top: 0;
	margin-top: -50px;
}

.testimonialFeed .row {
	padding-top: 50px;
	max-width: 1000px;
	border-top: 1px solid #b7885b;
}

.testimonialFeed h2.headline {
	font-size: 70px;
	line-height: 60px;
	color: #b7885b;
}

.testimonialFeed .large-6:last-of-type {
	padding-left: 50px;
}

.testimonialCarousel .quote,
.testimonialFeed .quote  {
	color: #b7885b;
	font-size: 50px;
	margin-bottom: 15px;
}

.testimonialCarousel p.author,
.testimonialFeed p.author {
	font-weight: 600;
	font-style: italic;
}

.testimonialFeed .owl-carousel .owl-nav {
	text-align: center;
}

.testimonialFeed .owl-carousel .owl-nav button.owl-prev,
.testimonialFeed .owl-carousel .owl-nav button.owl-next {
	font-size: 15px;
	letter-spacing: 2px;
	padding: 15px 30px !important;
	margin-right: 30px;
}

.testimonialFeed .owl-carousel .owl-nav button.owl-prev:hover,
.testimonialFeed .owl-carousel .owl-nav button.owl-next:hover {
	background-color: #ab7d51 !important;
	border-radius: 0 !important;
}

body.home .wrapper.fullWidth .row {
	max-width: 900px;
}

.testimonialCarousel .owl-carousel .owl-nav button.owl-prev,
.testimonialCarousel .owl-carousel .owl-nav button.owl-next {
	font-size: 15px;
	letter-spacing: 2px;
	padding: 15px 30px !important;
	margin: 0 30px;
}

.testimonialCarousel .owl-carousel .owl-nav button.owl-prev:hover,
.testimonialCarousel .owl-carousel .owl-nav button.owl-next:hover {
	background-color: #ab7d51 !important;
	border-radius: 0 !important;
}

hr {
	margin: 50px auto;
	width: 100%;
	max-width: 200px;
	border: 0px;
	border-top: 1px solid #b7885b;
}

.wrapper.Brown hr {
	border-top: 1px solid #ecdfd3;
}

.givingBackPosts .column .text {
	background-color: #ecdfd3;
	padding: 20px;
}

.givingBackPosts .column img {
	display: block;
	width: 100%;
}

.givingBackPosts .column {
	padding: 0 10px 20px;
}

.paginateMe,
.row.pagination .columns {
	text-align: center;
	padding-top: 15px;
}

.paginateMe a,
.paginateMe span,
.pagination a,
.pagination span {
	background-color: #b7885b;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	font-weight: 400;
}

.paginateMe span,
.paginateMe a:hover,
.pagination a:hover,
.pagination span {
	background-color: #050b05;
}	

.photoCarousel {
	position: relative;
	background-color: #b7885b;
}

.photoCarousel a:hover img {
	opacity: 0.3;
}

.photoCarousel .owl-carousel .owl-nav {
	margin-top: 0;
}

.photoCarousel .owl-carousel .owl-nav button.owl-prev,
.photoCarousel .owl-carousel .owl-nav button.owl-next {
	font-size: 15px;
	letter-spacing: 2px;
	padding: 10px !important;
	background-color: #050b05;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 0px !important;
}

.photoCarousel .owl-carousel .owl-nav button.owl-prev {
	left: 0;
}

.photoCarousel .owl-carousel .owl-nav button.owl-next {
	right: 0;
}

.photoCarousel .owl-carousel .owl-nav button.owl-prev:hover,
.photoCarousel .owl-carousel .owl-nav button.owl-next:hover {
	background-color: #ab7d51 !important;
	border-radius: 0 !important;
}

.calloutCarousel {
	background-color: #ecdfd3;
	position: relative;
}

.calloutCarousel .large-6:first-of-type {
	background-color: #ecdfd3;
	padding: 70px;
}

.calloutCarousel .large-6:first-of-type h2 {
	margin-bottom: 0;
	text-transform: none;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-size: 52px;
	line-height: 57px;
	font-weight: 200;
	letter-spacing: 0px;
}

.calloutCarousel .large-6:first-of-type h2 strong {
	color: #ab7d51;
	display: block;
	font-weight: 400;
}

.calloutCarousel .overlay {
	background-color: #050b05;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	width: 50%;
	z-index: 1;
}

.calloutCarousel .large-6:last-of-type {
	position: relative;
	z-index: 99999;
}

.calloutCarousel .large-6:last-of-type p,
.calloutCarousel .large-6:last-of-type ul,
.calloutCarousel .large-6:last-of-type a {
	color: #fff;
}

.calloutCarousel .large-6:last-of-type h2,
.calloutCarousel .large-6:last-of-type h3,
.calloutCarousel .large-6:last-of-type h4,
.calloutCarousel .large-6:last-of-type h5 {
	color: #ab7d51;
}

.calloutCarousel .large-6:last-of-type h3 {
	text-transform: none;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-size: 30px;
	line-height: 33px;
	font-weight: 400;
	letter-spacing: 0px;
	margin-bottom: 5px;
}

.calloutCarousel .item {
	padding: 70px 110px;
	position: relative;
}

.calloutCarousel .item .svgIcon {
	width: 100px;
	position: absolute;
	top: 70px;
	left: 100px;
}

.calloutCarousel .item .text {
	margin-left: 150px;
}

.calloutCarousel .row {
	max-width: 1300px;
}

.calloutCarousel .owl-carousel .owl-nav button.owl-prev,
.calloutCarousel .owl-carousel .owl-nav button.owl-next {
	font-size: 30px;
	letter-spacing: 2px;
	padding: 10px !important;
	background-color: #050b05;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 0px !important;
}

.calloutCarousel .owl-carousel .owl-nav button.owl-prev {
	left: 20px;
}

.calloutCarousel .owl-carousel .owl-nav button.owl-next {
	right: 20px;
}

.calloutCarousel .owl-carousel .owl-nav button.owl-prev:hover,
.calloutCarousel .owl-carousel .owl-nav button.owl-next:hover {
	background-color: #ab7d51 !important;
	border-radius: 0 !important;
}

.goldText {
	color: #ab7d51;
	font-weight: 400;
}

.wrapper.White.iconGrid .column {
	color: #ab7d51;
	font-weight: 400;
}

.iconGrid .svgIcon {
	border: 1px solid #ab7d51;
	height: 150px;
	width: 150px;
	position: relative;
	margin: 0 auto 15px;
}

.iconGrid .svgIcon svg {
	height: 100px;
	width: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.commBanner {
	position: relative;
	height: 500px;
}

.commBanner .banner{
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 0.6;
}

.commBanner .tag {
	font-family: "neue-haas-grotesk-display", sans-serif;
	letter-spacing: 1px;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	padding: 10px;
	width: 200px;
	height: 200px;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	color: #fff;
}

.commBanner .tag span {
	display: block;
	transform: rotate(-45deg);
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	width: 145px;
	left: -10px;
	top: 20px;
	padding-top: 30px;
	font-size: 22px;
	line-height: 22px;
}

.commBanner .tag.past span {
	font-size: 20px;
}

.commBanner .logo {
	position: absolute;
	max-height: 300px;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
}

.subMenu {
	padding: 20px 20px 10px;
}

.subMenu .row .columns {
	text-align: center;
}

.subMenu a.button {
	margin: 0 5px 10px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	background-color: rgba(255,255,255,0.2);
	font-weight: 400;
}

.subMenu a.button:hover {
	background-color: #ab7d51;
}

.subMenu.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}

.mfp-bg,
.mfp-wrap {
	z-index: 999999999;
}


#floorplans .column {
	padding: 0 20px 40px;
}

#floorplans .floorplanPix {
	position: relative;
}

.floorplanPix.owl-carousel .owl-nav button.owl-prev,
.floorplanPix.owl-carousel .owl-nav button.owl-next {
	font-size: 20px;
	letter-spacing: 2px;
	padding: 10px !important;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 0px !important;
}

.floorplanPix.owl-carousel .owl-nav button.owl-prev {
	left: 0px;
}

.floorplanPix.owl-carousel .owl-nav button.owl-next {
	right: 0px;
}

.floorplanPix.owl-carousel .owl-nav {
	margin: 0;
}

.floorplanPix.owl-carousel .owl-nav button.owl-prev:hover,
.floorplanPix.owl-carousel .owl-nav button.owl-next:hover {
	background-color: #ab7d51 !important;
	border-radius: 0 !important;
}

#floorplans .column .textBox {
	background-color: #ecdfd3;
	padding: 30px 20px;
}

#floorplans a.button {
	padding: 15px 30px;
	background-color: #050b05;
	display: block;
	text-align: center;
}

#floorplans a.button:hover {
	background-color: #ab7d51;
}

#floorplans p.stats {
	font-weight: 400;
	text-transform: lowercase;
}

#floorplans p.stats:first-of-type {
	text-transform: uppercase;
}

#floorplans p.stats i {
	color: #ab7d51;
}

#floorplans h4 {
	font-family: "neue-haas-grotesk-display", sans-serif;
	color: #050b05;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0px;
	margin-bottom: 30px;
}

#floorplans p.stats:first-of-type {
	border-bottom: 1px solid #ab7d51;
	padding-bottom: 15px;
}

#features.calloutCarousel h2 {
	margin-bottom: 20px;
}

#features.calloutCarousel .item .svgIcon {
    width: auto;
    height: 100px;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 10px;
}

#features.calloutCarousel .item .svgIcon svg {
	display: block;
	width: 100%;
	height: 100%;
}	

#features.calloutCarousel .item .text {
    margin-left: 0px;
    text-align: center;
}

#features.calloutCarousel h4 {
	text-transform: none;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-size: 30px;
	line-height: 33px;
	font-weight: 400;
	letter-spacing: 0px;
	margin-bottom: 0px;
}

#features.calloutCarousel .item {
	padding: 50px 20px;
	position: relative;
}

#features.calloutCarousel .owl-carousel .owl-nav button.owl-prev {
	left: 0px;
}

#features.calloutCarousel .owl-carousel .owl-nav button.owl-next {
	right: 0px;
}

#features.calloutCarousel .owl-carousel {
	padding: 0 50px;
}

#siteplan {
	background-color: #b7885b;
	background-image: url(images/centennial-background.png);
	background-size: cover;
}

.wrapper iframe {
	width: 100%;
	height: 350px;
	margin-bottom: 15px;
}

#location iframe {
	width: 100%;
	height: 300px;
}

#overview iframe {
	width: 100%;
	height: 350px;
}

.galleryFeed .column {
	padding: 0 20px 40px;
}

.galleryFeed .column img {
	display: block;
}

.galleryFeed .column .textBox {
    background-color: #ecdfd3;
    padding: 30px 20px;
}

.galleryFeed .column .textBox p {
	text-align: center;
	margin-bottom: 0;
}

.galleryFeed .column .textBox p i {
	color: #b7885b;
}

.galleryFeed a.button {
    padding: 15px 30px;
    background-color: #050b05;
    display: block;
    text-align: center;
}

.galleryFeed a.button:hover {
	background-color: #b7885b;
}

.galleryFeed h4 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    color: #050b05;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.noResult {
	padding: 30px;
	background-color: #b7885b;
	
}

.noResult p {
	color: #fff;
	text-align: center;
	font-weight: 500;
	margin-bottom: 0;
}

.photoGalleryArea .column {
	padding: 0 2px 4px;
}

.photoGalleryArea img {
	display: block;
}

.photoGalleryArea a {
	display: block;
	background-color: #b7885b;
}

.photoGalleryArea a:hover img {
	opacity: 0.3;
}

.searchBar {
	background-color: #eee;
	padding: 20px;
	max-width: 1160px;
	margin: 0 auto 40px;
}

.searchBar ul li {
	width: 50%;
	float: left;
}

.searchBar ul li h4 {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
	font-size: 17px;
	line-height: 20px;
	padding-top: 10px;
}

.searchBar ul li select {
	width: 100%;
	padding: 10px 10px;
	border: 0px;
}

.searchBar ul li label {
	width: calc(100% - 200px);
}

.searchBar ul li input[type="submit"] {
	padding: 10px 30px;
	border: 0px;
	background-color: #b7885b;
	color: #fff;
	font-weight: 700;
	font-family: "neue-haas-grotesk-display", sans-serif;
	text-transform: uppercase;
}

.searchBar ul li input[type="submit"]:hover {
	background-color: #000;
}

.mirHomeBlock {
	padding-bottom: 40px;
	border-bottom: 1px solid #b7885b;
	margin-bottom: 40px;
}

.mirHomeBlock:last-of-type {
	padding-bottom: 0px;
	border-bottom: 0;
	margin-bottom: 0px;
}

.mirHomeBlock .text {
	background-color: #ecdfd3;
	padding: 30px 45px;
	position: relative;
	height: 462px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.mirHomeBlock .text .large-3 {
	padding-left: 20px;
}

.mirHomeBlock h3 {
	font-family: "neue-haas-grotesk-display", sans-serif;
    color: #050b05;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

.mirHomeBlock .text p i {
	color: #b7885b;
}

.mirHomeBlock .text p.style,
.mirHomeBlock .text p.bedbath,
.mirHomeBlock .text p.price {
	font-weight: 600;
	text-transform: uppercase;
}

.mirHomeBlock .text p.style,
.mirHomeBlock .text p.bedbath {
	padding-bottom: 10px;
	border-bottom: 1px solid #b7885b;
	margin-bottom: 10px;
}

.mirHomeBlock .text .row {
	padding-top: 20px;
}

.mirHomeBlock .photoGallery {
	position: relative;
}

.photoGallery.owl-carousel .owl-nav button.owl-prev,
.photoGallery.owl-carousel .owl-nav button.owl-next {
	font-size: 20px;
	letter-spacing: 2px;
	padding: 10px !important;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 0px !important;
}

.mirHomeBlock .text img {
	float: right;
	max-width: 200px;
	max-height: 150px;
	height: auto;
	padding-left: 50px;
	padding-bottom: 30px;
}

.photoGallery.owl-carousel .owl-nav button.owl-prev {
	left: 0px;
}

.photoGallery.owl-carousel .owl-nav button.owl-next {
	right: 0px;
}

.photoGallery.owl-carousel .owl-nav {
	margin: 0;
}

.photoGallery.owl-carousel .owl-nav button.owl-prev:hover,
.photoGallery.owl-carousel .owl-nav button.owl-next:hover {
	background-color: #ab7d51 !important;
	border-radius: 0 !important;
}

.mirHomeBlock .additionalCopy,
.mirHomeBlock .blockedText {
	margin-bottom: 30px;
}



.mirHomeBlock .buttonRow .column {
	padding: 0 25px;
}

.mirHomeBlock .buttonRow .column:first-of-type {
	padding-left: 0;
}

.mirHomeBlock .buttonRow .column:last-of-type {
	padding-right: 0;
}

.mirHomeBlock .buttonRow a.button {
	width: 100%;
	text-align: center;
}

.mirHomeBlock .buttonRow a.button.black {
	background-color: #000;
}

.mirHomeBlock .buttonRow a.button.black:hover {
	background-color: #ab7d51;
}

.mirHomeBlock .closing {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	padding: 10px;
	width: 130px;
	height: 130px;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	color: #fff;
	background-color: #000;
	font-family: "neue-haas-grotesk-display", sans-serif;
	letter-spacing: 1px;
}

.mirHomeBlock .closing span {
	display: block;
	transform: rotate(45deg);
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	width: 85px;
	right: -10px;
	top: 0px;
	padding-top: 35px;
	font-size: 14px;
	line-height: 17px;
}












footer {
	border-top: 20px solid #ab7d51;
	background-image: url(images/footer-background.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

footer svg {
	max-width: 250px;
	margin-bottom: 50px;
}

footer p {
	font-size: 15px;
}

footer p a {
	text-decoration: none;
}

footer p a:hover {
	text-decoration: underline;
	color: #ab7d51 !important;
}

.quickLinks p{
	line-height: 30px;
}

.assocLogos img {
	float: right;
	max-height: 65px;
	margin: 0 10px 15px;
}

.assocLogos img.nhba,
.assocLogos img.hcra {
	max-height: 40px;
}

footer .midBar {
	padding-top: 30px;
	padding-bottom: 20px;
}

footer .footer {
	border-top: 1px solid #4f4f4f;
	padding-top: 15px;
}

.social a {
	color: #ab7d51 !important;
	text-decoration: none;
	font-size: 25px;
	line-height: 30px;
	display: inline-block;
	margin: 0 10px 10px 0;
}

.social a:hover {
	color: #fff !important;
}	

.midBar .large-6:last-of-type p {
	margin-bottom: 0;
	text-align: right;
	font-size: 13px;
}

footer .copyLine {
	color: #ab7d51 !important;
	font-family: "owners-xwide", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	line-height: 15px;
	font-weight: 400;
}

footer .copyLine a {
	color: #ab7d51 !important;
}

footer .copyLine a:hover {
	color: #fff !important;
}

footer .fineprint {
	font-size: 13px;
	line-height: 14px;
	font-style: italic;
}

footer .large-offset-1 {
    padding-right: 30px;
}




/* =Photo Gallery
-------------------------------------------------------------- */
a.photo {
	display: block;
	height: auto;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

a.photo img {
	margin: auto;
	width: 100%;
}

.accordianWrap h2.title {
	border-bottom: 3px solid #6A933B;
	position: relative;
	padding-bottom: 5px;
	padding-right: 45px;
}

.accordianWrap h2.title:hover {
	border-bottom: 3px solid #2174A1;
	cursor: pointer;
	color: #6A933B;
}

.accordianWrap h2.title:after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 0px;
	font-size: 30px;
	color: #666666;
	padding-left: 10px;
}

.accordianWrap h2.title.open:after {
	content: '-';
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { 
	display: inline-block; 
}

* html .clearfix { 
	height: 1%; 
}

.clearfix { 
	display: block; 
}

/* =Auxilary Pages
-------------------------------------------------------------- */
body.search .entry-utility,
body.search .entry-meta {
	display: none;
}

body.blog .row.pagination {
	padding: 15px 0;
}

body.blog .row.pagination .columns {
	text-align: center;
}

/* =Images
-------------------------------------------------------------- */
.main img,
.entry-content img {
	margin: 0;
	max-width: 100%;
}

.main .alignleft,
.main img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.main .alignright,
.main img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.main .aligncenter,
.main img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.main img.alignleft,
.main img.alignright,
.main img.aligncenter {
	margin-bottom: 12px;
}

/* =Gutenberg Styles
-------------------------------------------------------------- */
.wp-block-image {
	text-align: center;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 100%;
}

.widget_search label {
	display: none;
}

.widget-container {
	margin: 0 0 18px 0;
}

.widget-title {
	color: #222;
	font-weight: bold;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}

.widget-area .entry-meta {
	font-size: 11px;
}

/* Main sidebars */
#primary {
	width: 100%;
	padding: 26px 20px;
}

div.entry-meta {
	margin-bottom: 10px;
	font-style: italic;	
}

/*body.blog .large-9,
body.archive .large-9,
body.single .large-9 {
	padding-right: 20px !important;
	border-right: 1px solid #000;
}

body.blog .post,
body.search .post,
body.archive .post {
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	margin-bottom: 15px;
}*/

/* =Table Styles
-------------------------------------------------------------- */
table thead tr td {
	border-left: 1px solid #49176E;
}

table {
	border-spacing: 0px;
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

table tr td {
	padding: 5px 10px;
	border-left: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}

table tr.shaded td {
	background-color: #EEEEEE;
}

table thead tr.shaded td,
table thead tr td {
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
}

table.No-Style-Table,
table.No-Style-Table tr td,
table.No-Style-Table tr.shaded td {
	border: 0px !important;
	padding: 0px !important;
	background-color: transparent !important;
}

/* =MEDIA QUERIES
-------------------------------------------------------------- */
@media only screen and (max-width: 1240px) {
	nav a {
		padding: 0 10px;
	}

	.mirHomeBlock {
		max-width: 650px;
		margin: 0 auto 40px;
	}

	.mirHomeBlock .row .columns {
		width: 100%;
	}

	.mirHomeBlock .text {
		height: auto;
	}

	.mirHomeBlock .large-up-3 .column {
		width: 100%;
	}

	.mirHomeBlock .buttonRow .column {
	    padding: 0 0 15px;
	}

}

@media only screen and (max-width: 1130px) {
	body.home header {
		position: relative;
	}

	header .row .columns {
		display: block;
		width: 100%;
	}
	nav {
		text-align: center;
	}
	header a.logo {
		margin: 0 auto 15px;
	}

	.slideshow {
		height: 500px;
	}

	.slideshow h2 {
		font-size: 60px;
		line-height: 50px;
	}

	.slideshow a.button {
		margin-top: 20px;
	}

	.slideshow .whiteLogo {
		max-width: 250px;
		max-height: 150px;
	}

	body.home .wrapper.twoCol h2.headline {
		left: 0;
		padding-top: 60px;
		font-size: 80px;
		line-height: 70px;
	}

}

@media only screen and (max-width: 1024px) { /*  MEDIUM GRID BREAK  */
	.wrapper.twoCol .large-6:first-of-type {
	    padding-right: 0px;
	}

	.wrapper.twoCol .large-6:last-of-type {
	    padding-left: 0px;
	}

	body.home .wrapper.twoCol h2.headline {
		padding-top: 30px;
		font-size: 60px;
		line-height: 50px;
		text-align: center;
	}

	.calloutCarousel .large-6:first-of-type h2,
	.testimonialFeed h2.headline,
	h2.headline {
		font-size: 45px;
		line-height: 35px;
	}

	.testimonialFeed .large-6:last-of-type {
	    padding-left: 0px;
	}

	.midBar .large-6:last-of-type p,
	footer .row .columns {
		text-align: center;
	}

	.assocLogos img {
	    float: none;
	}

	.assocLogos {
		padding-top: 30px;
	}

	.quickLinks p {
		line-height: 20px;
	}
	footer p {
		line-height: 16px;
	}

	footer .large-offset-1 {
	    padding-right: 0px;
	}

	.calloutCarousel .overlay {
	    display: none;
	}

	.calloutCarousel {
	    background-color: #050b05;
	}    

	.calloutCarousel .large-6:first-of-type {
		text-align: center;
		padding: 50px 30px;
	}

	.searchBar ul li:first-of-type {
		width: 75%;
	}

	.searchBar ul li:last-of-type {
		width: 25%;
	}

}

@media only screen and (max-width: 960px) {
	header {
		padding: 25px 0 0;
	}

	header a.logo {
		margin: 0 auto 25px;
	}


	/* Override other menu code */
	nav ul li:hover > ul {
		display: none;
	}
	
	nav ul ul {
		top: 0px;
		position: relative;
		float: none;
		display: none !important;
	}

	nav li {
		height: auto; /* override for menu height issue */
		/* set list item height */
		min-height: 40px; 
		height: auto !important;
		height: 40px;
	}

	/*mobile menu */
	.active {
        display: block !important;
    }

    .menu > li {
        float: none !important;
        display: block;
    }

    .menu > li > .menu-item-has-children {
   		background-image: none; 
    }

    .menu-item-has-children {
    	width: 100%;
    }

    nav ul li {
    	margin-bottom: 0px !important;
    	border-bottom: 1px solid #666;
    }

    .menu li .more {
        background-image: url(images/list.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        float: right;
      	width: 20%;
		border-left: 1px solid rgba(255,255,255,.3);
		padding: 8px 15px;
        cursor: pointer;
    	z-index: 200;
        position: relative;
    }

   .menu li .more:before {
		content: "";
		background: rgba(0,0,0,.3);
		width: 1px;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
  		left: -2px;
    }

    ul.menu {
    	border-top: 4px solid #e0c3a7;
    }
    
    .menu ul {
        display: block;
        width: 100%;
        z-index: 9999999;
    }
   	
   	.menu > li.hover > ul, 
   	.menu li li.hover ul {
        position: static;
        display: block !important; /* Show Menu Fix */
    }
    
    nav a {
    	width: 100%;
    	padding: 0px;
    	text-align: left;
    	padding-left: 15px;
    	line-height: 40px
    }

    nav ul ul li a {
		padding-left: 30px;
	}

    nav ul ul ul li a {
		padding-left: 45px;
	}

    nav ul ul,
    nav ul ul li {
    	width: 100%;
    }

    nav ul ul {
    	padding: 0px !important;
    }

    nav ul ul li {
    	float: none;
    }

    nav {
   		width:100% !important;
   	}

   	nav ul ul ul {
		left: 0;
		top: 0;
	}
}

@media only screen and (max-width: 915px) {
	.slideshow .whiteLogo {
		top: 20px;
		right: 30px;
		max-height: 75px;
		transform: translateY(0);
	}

	.slideshow .slide .text {
		left: 0;
		padding: 30px;
		bottom: 30px;
	}

	.slideshow .overlay {
		left: -100px;
	}

	.commBanner .logo {
		max-height: 150px;
		max-width: 400px;
	}

}	

@media only screen and (max-width: 750px) {
	.calloutCarousel .item .svgIcon {
	    width: 100px;
	    position: relative;
	    top: auto;
	    left: auto;
	    margin: 0 auto 15px;
	}

	.calloutCarousel .item .text {
	    margin-left: 0px;
	}

	.searchBar ul li:first-of-type,
	.searchBar ul li:last-of-type {
		width: 100%;
	}

	.searchBar ul li:last-of-type h4 {
		display: none;
	}

	.searchBar ul li h4 {
		float: none;
		text-align: left;
	}

}

@media only screen and (max-width: 640px) { /*  SMALL GRID BREAK  */
	.subMenu.sticky {
	    position: relative;
	    top: auto;
	    left: auto;
	}

	.subMenu a.button {
		padding: 10px 20px;
	}

	h1, h2 {
	    letter-spacing: 2px;
	}

	.mirHomeBlock .text img {
		float: none;
		padding: 0 0 20px;
		margin: 0 auto;
		display: block;
	}

	.mirHomeBlock .text p.style, .mirHomeBlock .text p.bedbath, .mirHomeBlock .text p.price {
    	font-weight: 400;
    	font-size: 14px;
    	letter-spacing: 0;
	}

	.mirHomeBlock .text {
		padding: 20px;
	}

}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#fff;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#eea904;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#fff;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#eea904}