/*
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
Forest: #14312a;
Lime: #9bc371;
*/

/* Reset All */

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

.row .column,
.row .columns {
	font-family: "montserrat", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
}

a img {
	border: none;
}

/* Basic Content Styles */
h1, 
h2 {
	font-family: "playfair-display", serif;
	font-weight: 400;
	font-style: normal;
}

h1 {
	margin-bottom: 15px;
	font-size: 60px;
	line-height: 70px;
}

h2 {
	margin-bottom: 25px;
	font-size: 36px;
	line-height: 46px;
}

h3 {
	margin-bottom: 20px;
	font-family: "montserrat", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
}

h4 {
	margin-bottom: 15px;
	font-family: "montserrat", sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
}

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: #9bc371;
}

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

ul.block-grid {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

strong {
	font-weight: 600;
}


/* End Content Styles */

/* =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: #000;
	display: block;
	line-height: 42px;
	padding: 0 20px;
	font-size: 18px;
	text-decoration: none;
	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: #000;
}
nav ul ul ul {
	left: 100%;
	top: -5px;
	background-color: #666;
}

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

nav ul ul a {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.8em;
	min-width: 170px;
}

nav li:hover > a,
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: #9bc371;
}

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

nav a.menu-link {
   display:  none;
   background: #14312a;
   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;
}

a.logo {
	display: block;
	max-width: 250px;
	background-color: #14312a;
	padding: 20px 30px;
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	z-index: 99999;
}

header {
	padding: 15px 0;
}

header .row .large-3 {
	position: relative;
}

.slideshow {
	position: relative;
	height: 600px;
	background-color: #14312a;
}

.banner {
	position: relative;
	height: 300px;
	background-color: #14312a;
	background-size: cover;
}

.banner .text {
	position: absolute;
	width: 100%;
	max-width: 600px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(155, 195, 113, 0.6);
	padding: 20px;
}

.banner h1 {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}

.slideshow .text {
	position: absolute;
	width: 100%;
	max-width: 800px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 20px;
	z-index: 9999999;
}


.slideshow h1 {
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}

.slideshow .slide {
	width: 100%;
	height: 100%;
	background-size: cover;
}

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

.wrapper.Grey {
	background-color: #e9e9e9;
}

.wrapper.Green {
	background-color: #14312a;
}

.wrapper.Lime {
	background-color: #9bc371;
}

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

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

.wrapper.noTop {
	padding: 0px 20px 60px;
	margin-top: -45px;
}

.wrapper.Green,
.wrapper.Green h2,
.wrapper.Green h3,
.wrapper.Green h4,
.wrapper.Green p,
.wrapper.Green a,
.wrapper.Green ul,
.wrapper.Lime,
.wrapper.Lime h2,
.wrapper.Lime h3,
.wrapper.Lime h4,
.wrapper.Lime p,
.wrapper.Lime ul,
.wrapper.Lime a {
	color: #fff;
}

.floatWrap button,
.gform_button,
a.button {
	background-color: #9bc371;
	color: #fff;
	border-radius: 10px;
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 40px;
	text-decoration: none;
	border: 0px;
}

.floatWrap button,
.gform_button {
	font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    border: 0px;
}

.floatWrap button:hover,
.gform_button:hover,
a.button:hover {
	background-color: #14312a;
}

.wrapper.Green a.button:hover {
	color: #14312a;
	background-color: #fff;
}

.wrapper.Lime a.button {
	color: #14312a;
	background-color: #fff;
}

.wrapper.Lime a.button:hover {
	background-color: #14312a;
	color: #fff;
}


.latestCottages {
	max-width: 900px;
	position: relative;
	margin: 0 auto;
}

.latestCottages .owl-carousel {
	padding: 0 50px;
}

.latestCottages .owl-carousel .item {
	position: relative;
}

.unitWrap .imgBox,
.latestCottages .imgBox {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-position: center;
	border-radius: 10px 0 0 10px;
}

.unitWrap .columns.end,
.latestCottages .row .columns.end {
	padding: 50px;
	border-radius: 0 10px 10px 0;
	background-color: #fff;
}

.unitWrap,
.latestCottages .owl-stage-outer {
	box-shadow: 0px 0px 10px #000;
	border-radius: 10px;
}

.unitWrap table,
.unitWrap table tr td,
.latestCottages table,
.latestCottages table tr td {
	border: 0px;
}

.unitWrap table tr td:first-of-type,
.latestCottages table tr td:first-of-type {
	padding-left: 0;
	padding-right: 20px;
}

.unitWrap table tr:last-of-type,
.latestCottages table tr:last-of-type {
	color: #9bc371;
}

.unitWrap table tr td,
.latestCottages table tr td {
	font-size: 17px;
	padding-bottom: 0;
}

.flag {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #14312a;
	color: #fff;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 0 20px 20px 0;
}

.unitFlag {
	background-color: #14312a;
	color: #fff;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 20px;
}


.latestCottages .owl-carousel .owl-nav button.owl-prev,
.latestCottages .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #cbcbcb;
	font-size: 50px;
}

.latestCottages .owl-carousel .owl-nav button.owl-prev {
	left: 5px;
}

.latestCottages .owl-carousel .owl-nav button.owl-next {
	right: 5px;
}

.latestCottages .owl-carousel .owl-nav button.owl-prev:hover,
.latestCottages .owl-carousel .owl-nav button.owl-next:hover {
	background-color: transparent !important;
	color: #9bc371;
}

.latestCottages .owl-theme .owl-dots .owl-dot span {
	border: 1px solid #cbcbcb;
	margin: 5px 3px;
}

.latestCottages .owl-theme .owl-dots .owl-dot.active span, 
.latestCottages .owl-theme .owl-dots .owl-dot:hover span {
	background: #cbcbcb;
}

.searchandfilter {
	background-color: #9bc371;
	border-radius: 10px;
	padding: 10px 10px;
}

.searchandfilter li {
	display: inline-block !important;
	padding: 0 5px !important;
	width: 20%;
}

.searchandfilter li select {
	font-family: "montserrat", sans-serif;
	font-size: 15px;
	line-height: 18px;
	width: 100%;
	padding: 10px 10px;
	border-radius: 10px;
	border: 0px;
	min-width: 0 !important;
}

.searchandfilter li input[type=submit] {
	font-family: "montserrat", sans-serif;
	font-size: 15px;
	line-height: 18px;
	background-color: #14312a;
	color: #fff;
	border: 0px;
	padding: 10px 20px;
	border-radius: 10px;
	text-transform: uppercase;
	width: 100%;
}

.searchandfilter li input[type=submit]:hover {
	background-color: #cbcbcb;
	color: #14312a;
}

.searchandfilter label {
	width: 100%;
}


.sf-field-submit {
	position: relative;
}

.sf-field-submit:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
	content: "\f002";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}

.sf-field-submit:hover:after {
	color: #14312a;
}

.banner {
	background-position: center;
}




.twoCol .row .columns.large-6:first-of-type {
	padding-right: 30px;
}	

.twoCol .row .columns.large-6:last-of-type {
	padding-left: 30px;
}	

.contentGrid .column {
	padding: 0 20px 20px;
}

.contentGrid .column p {
	font-size: 14px;
	line-height: 25px;
}

.contentGrid .column i {
	color: #9bc371;
	display: block;
	margin: 0 auto 20px;
	font-size: 40px;
	line-height: 45px;
	text-align: center;
}

.wrapper.Green.contentGrid .column i,
.wrapper.Lime.contentGrid .column i {
	color: #fff;
}

.lifestyleImg img {
	margin-bottom: -200px;
}

.gfield {
	padding-bottom: 30px;
}

.fineprint p {
	font-style: italic;
	font-size: 10px;
	line-height: 14px;
}

.unitWrap {
	position: relative;
	margin-bottom: 50px;
}

.unitOverview {
	position: relative;
}

.unitOverview .imgBox {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 33.3%;
	background-position: center;
	background-size: cover;
}

p.details {
	line-height: 35px;
}

p.details strong {
	color: #9bc371;
	font-size: 30px;
}

body.single h4 {
	font-family: "playfair-display", serif;
    font-weight: 400;
    font-size: 25px;
}

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

.photoCarousel a:hover {
	opacity: 0.6;
}

.photoCarousel .owl-carousel .owl-nav button.owl-prev,
.photoCarousel .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #333;
	font-size: 50px;
}

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

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

.photoCarousel .owl-carousel .owl-nav button.owl-prev:hover,
.photoCarousel .owl-carousel .owl-nav button.owl-next:hover {
	background-color: transparent !important;
	color: #14312a;
}

.photoCarousel .owl-theme .owl-nav {
	margin-top: 0px !important;
}

.totalRow {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 15px;
}

.totalRow label {
	font-weight: 700;
	padding-right: 30px;
	width: 100%;
	max-width: 200px;
	display: inline-block;
}

.extra label {
	padding-right: 30px;
}

.floatWrap {
	margin-bottom: 20px;
}

.extra {
	margin-bottom: 10px;
}


footer .social {
	text-align: right;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 15px;
}

footer .social a {
	margin: 0 5px;
	text-decoration: none;
}

footer .social a:hover {
	opacity: 0.6;	
}


body.home footer.wrapper {
	padding-top: 200px;
}

footer svg {
	max-height: 85px;
}

footer .large-6:last-of-type p {
	text-align: right;
}

/* =Store Locator Plugin
-------------------------------------------------------------- */
#wpsl-search-wrap #wpsl-results {
	display: none !important;
}

#wpsl-search-wrap div,
#wpsl-search-wrap div label {
	float: none !important;
}

#wpsl-search-wrap div label {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
}

#wpsl-search-wrap div.wpsl-input,
#wpsl-search-wrap div.wpsl-select-wrap,
#wpsl-search-wrap div.wpsl-search-btn-wrap {
	width: calc(33.3% - 10px) !important;
	float: left !important;
	display: inline-block !important;
	clear: none !important;
	margin-right: 10px !important;
}

#wpsl-search-input {
	padding: 11px 15px !important;
}

#wpsl-search-wrap #wpsl-radius {
	display: inline-block !important;
}

#wpsl-radius,
.wpsl-dropdown,
#wpsl-search-input, 
#wpsl-search select,
#wpsl-category .wpsl-dropdown {
	width: 100% !important;
}

#wpsl-search-input, 
.wpsl-dropdown,
#wpsl-radius-dropdown {
	border-radius: 10px !important;
}

#wpsl-search-btn {
    display: inline-block;
    border: 0px;
    background-color: #14312a;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase !important;
    padding: 10px 30px;
    border: 0px;
    width: 100%;
    border-radius: 10px !important;
    background-image: none;
    margin-top: 33px;
}

#wpsl-search-btn:hover {
	background-color: #9bc371;
}

.wpsl-search {
	background-color: #fff;
}

iframe.youtubeVideo {
	width: 100%;
	height: 400px;
}

#wpsl-stores .wpsl-store-thumb {
	display: none !important;
}


/* =Photo Gallery
-------------------------------------------------------------- */
ul.collapseRow li,
ul.staticGal li {
	padding: 0 10px 10px 0px !important;
}

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: 1300px) {
	.unitOverview .imgBox {
		display: none;
	}

	.unitOverview .row .large-8 {
		width: 100%;
	}
}

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

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

}

@media only screen and (max-width: 985px) {
 	header .row .columns {
 		width: 100%;
 	}

 	a.logo {
 		position: relative;
 		display: block;
 		margin: 0 auto;
 	}

 	header {
 		padding: 0;
 	}

 	nav {
 		text-align: center;
 	}

 	.banner h1,
 	.slideshow h1 {
 		font-size: 35px;
 		line-height: 45px;
 	}

}	

@media only screen and (max-width: 960px) {
	.lifestyleImg img {
		margin-bottom: 0;
	}

	body.home footer.wrapper {
		padding-top: 60px;
	}

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

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

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

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

    .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 #666;
    }
    
    .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: 35px
    }

    nav li {
    	display: inline-block;
    	width: 100%;

    }

    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: 840px) {
	.searchandfilter li {
		width: 33.3%;
		margin-bottom: 10px !important;
	}
}

@media only screen and (max-width: 750px) {
	.unitWrap .imgBox, 
	.latestCottages .imgBox {
		position: relative;
		top: auto;
		left: auto;
		height: 300px;
		width: 100%;
		border-radius: 10px 10px 0 0px;
	}

	.unitWrap.row .columns.empty,
	.latestCottages .row .columns.empty {
		display: none !important;
	}

	.unitWrap .columns.end, 
	.latestCottages .row .columns.end {
		width: 100%;
		padding: 30px 20px;
	}

	.unitWrap .columns.end, 
	.latestCottages .row .columns.end {
		border-radius: 0 0 10px 10px;
	}
	
	#wpsl-search-wrap div.wpsl-input,
	#wpsl-search-wrap div.wpsl-select-wrap,
	#wpsl-search-wrap div.wpsl-search-btn-wrap {
	  width: 100% !important;
	  float: none !important;
	  clear: both !important;
	  margin-right: 0px !important;
	}

}

@media only screen and (max-width: 640px) { /*  SMALL GRID BREAK  */
	.searchandfilter li {
		width: 50%;
	}

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

	footer .social {
		text-align: center;
	}


}

@media only screen and (max-width: 550px) { /*  SMALL GRID BREAK  */
	.searchandfilter li {
		width: 100%;
	}
	.totalRow label {
		max-width: 100%;
	}
}	

/**
 * 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}