/*
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
Navy: #16437c;
Light Blue: #5698d1;
Pale Blue: #9cd5f9;
Orange: #ee6c4d;
Almost black: #293241;
*/

/* Reset All */

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

html,
body {
	background-color: #16437c;
}

.slide,
.row .column,
.row .columns {
	font-family: "calibri", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	text-align: left;
	color: #293241;
}

a img {
	border: none;
}

/* Basic Content Styles */
h1, 
h2, 
h3 {
	font-family: "warbler-deck", sans-serif;
}

h1 {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 25px;
	font-weight: 700;
	color: #293241;
}

h2 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 15px;
	font-weight: 400;
	color: #16437c;
}

h3 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 15px;
	font-weight: 400;
	color: #16437c;
	letter-spacing: -1px;
}

h4 {
	color: #16437c;
	font-weight: 700;
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 15px;
}

h4 em {
	font-family: "warbler-deck", sans-serif;
	font-size: 18px;
	color: #293241;
	font-style: normal;
}

body.home h1 {
	font-family: "calibri", sans-serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 55px;
	letter-spacing: -1px;
	color: #16437c;
}

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: #ee6c4d;
	font-weight: 700;
	text-decoration: underline;	
}

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

strong {
	font-weight: 700;
}

/* End Content Styles */

.topHeader {
	background-color: #16437c;
	padding: 15px 20px;
}

.topHeader .row .columns {
	text-align: right;
}

header {
	padding: 15px 0;
	background-color: #fff;
}

header a.logo {
	display: block;
	max-width: 300px;
	padding: 0 20px;
}

header .large-8 {
	padding-top: 15px;
}

/* =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;
	display: inline-block;
	position: relative;
	list-style: none;
}

nav a {
	color: #16437c;
	display: block;
	line-height: 42px;
	padding: 0 20px;
	font-size: 19px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: -1px;
}

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: #16437c;
	text-align: left;
}

nav ul ul ul {
	left: 100%;
	top: -5px;
	background-color: #5698d1;
}

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

nav ul ul a {
	color: #fff;
	padding: 5px 10px;
	font-size: 18px;
	line-height: 20px;
	min-width: 170px;
	letter-spacing: 0;
	border-bottom: 1px solid #1a63c0;
}

nav ul ul ul a {
	border-color: #73b9f5;
}

nav ul ul li:last-of-type a {
	border-bottom: 0;
}

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: #5698d1;
}

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;
	background-color: #ee6c4d;
}

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

nav a.menu-link {
   display:  none;
   background: #16437c;
   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
-------------------------------------------------------------- */
.gform_button,
a.button {
	background-color: #293241;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	font-size: 22px;
	line-height: 25px;
	padding: 10px 50px;
	border-radius: 30px;
	text-decoration: none;
	letter-spacing: 0;
}

.gform_button,
a.button.orange {
	background-color: #ee6c4d;
}

a.button.navy {
	background-color: #16437c;
}

.gform_button:hover,
a.button.orange:hover,
a.button.navy:hover,
a.button:hover {
	background-color: #5698d1;
}

.gform_button {
	border: 0px;
	font-family: "calibri", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
}

.topHeader a.button {
	font-size: 15px;
	line-height: 17px;
	font-weight: 700;
	padding: 10px 30px;
	margin-right: 15px;
}

.topHeader a.social {
	background-color: #5698d1;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	margin-left: 5px;
}

.topHeader a.social:hover {
	background-color: #ee6c4d;
}

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

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

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

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

.wrapper.navy {
	background-color: #16437c;
}

.wrapper.blue {
	background-color: #9cd5f9;
}

.wrapper.lightBlue {
	background-color: #d7eefd;
}

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

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

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

.slideshow { 
	position: relative;
	height: 750px;
	width: 100%;
	background-color: #9cd5f9;
}

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

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

.slide .text {
	position: absolute;
	width: 100%;
	max-width: 700px;
	top: 50%;
	left: 50%;
	transform: translate(-600px, -50%);
	z-index: 9999;
}

.slide h2 {
	font-size: 70px;
	line-height: 75px;
	margin-bottom: 30px;
	font-weight: 700;
	color: #293241;
}

.slide p {
	font-size: 40px;
	line-height: 45px;
	letter-spacing: -1px;
}

.slide .overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #16437c;
	background: linear-gradient(270deg,rgba(34, 193, 195, 0) 0%, rgba(244, 238, 238, 1) 100%);
}

.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;
}

body.home .wrapper.navy.reduced {
	padding: 30px 20px;
}

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

.contentGrid .column img.sqImg {
	display: block;
	border-radius: 100%;
	margin: 0 auto 15px;
}

.iconCarousel h4 {
	text-align: center;
	font-size: 22px;
	line-height: 25px;
}

.iconCarousel .icon {
	height: 150px;
	margin-bottom: 25px;
}

.iconCarousel .icon svg {
	width: 100%;
	height: 100%;
}

.ovalBg {
	background-image: url(images/oval-background.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 250px;
	margin-top: -170px;
}



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

.blogArticles .column .outerWrap {
	display: block;
	background-color: #16437c;
	height: 450px;
	border-radius: 10px;
	position: relative;
	text-decoration: none;
}

.blogArticles .column .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 40px 40px 25px;
	z-index: 999999;
}

.blogArticles .column .text h4 {
	color: #9cd5f9;
}

.blogArticles .column .outerWrap img {
	position: relative;
	z-index: 9;
	border-radius: 10px 10px 0 0;
	opacity: 0.6;
	display: block;
}

.blogArticles .imgWrap {
	position: relative;
	z-index: 9;
}

.blogArticles .imgWrap .overlay {
	position: absolute;
	border-radius: 10px 10px 0 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	background: #22C1C3;
	background: linear-gradient(180deg,rgba(34, 193, 195, 0) 0%, rgba(22, 67, 124, 1) 85%);
}

.bookCTA h2 {
	text-align: center;
	font-family: "calibri", sans-serif;
	font-weight: 700;
}

.bookCTA p {
	text-align: center;
	color: #16437c;
	font-size: 30px;
	line-height: 35px;
}

.bookCTA p a {
	color: #16437c;
}

.bookCTA p a:hover {
	color: #ee6c4d;
}

.titleBar h1,
.titleBar p {
	text-align: center;
}

.titleBar p i {
	color: #16437c;
}



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

.ctaGrid .column .outerWrap {
	display: block;
	background-color: #16437c;
	height: 300px;
	border-radius: 10px;
	position: relative;
	text-decoration: none;
}

.ctaGrid .column a {
	font-weight: 400;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.ctaGrid .column .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 40px 40px 25px;
	z-index: 999999;
}

.ctaGrid .column .text h4 {
	color: #9cd5f9;
}

.ctaGrid .column .outerWrap img {
	position: relative;
	z-index: 9;
	border-radius: 10px 10px 0 0;
	opacity: 0.6;
	display: block;
}

.ctaGrid .imgWrap {
	position: relative;
	z-index: 9;
}

.ctaGrid .imgWrap .overlay {
	position: absolute;
	border-radius: 10px 10px 0 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	background: #22C1C3;
	background: linear-gradient(180deg,rgba(34, 193, 195, 0) 0%, rgba(22, 67, 124, 1) 85%);
}

.ctaGrid a:hover .imgWrap .overlay {
	background: #ee6c4d;
	background: linear-gradient(180deg,rgba(34, 193, 195, 0) 0%, rgba(238, 108, 77, 1) 85%);
}

.ctaGrid .column .outerWrap:hover {
	background-color: #ee6c4d;
}	

.ctaGrid .column a:hover h4 {
	color: #fff;
}	

body.blog .blogArticles .column {
	padding: 0 10px 20px;
}

.pagination a,
.pagination span {
	text-decoration: none;
	border-radius: 100%;
	color: #fff;
	background-color: #16437c;
	font-weight: 400;
	width: 35px;
	height: 35px;
	font-size: 17px;
	line-height: 35px;
	text-align: center;
	display: inline-block;

}

.pagination span {
	background-color: #9cd5f9;	
	color: #16437c;
}

.pagination a:hover {
	background-color: #ee6c4d;
}

.pagination a.next,
.pagination a.prev {
	width: auto;
	border-radius: 0;
	background-color: #fff;
	color: #16437c;
}

.pagination a.prev {
	margin-right: 15px;
}

.pagination a.next {
	margin-left: 15px;
}


.pagination a.next:hover,
.pagination a.prev:hover {
	color: #ee6c4d;
}


.sideImg img.circle {
	display: block;
	margin: 0 auto;
	border-radius: 100%;
}

.logoCarousel .logoBox {
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	position: relative;
	width: 100%;
	height: 150px;
}

.logoCarousel .logoBox img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: calc(100% - 20px);
	max-height: 130px;
	width: auto !important;
}




footer {
	background-color: #16437c;
	padding: 70px 20px;
}

footer a {
	font-weight: 400;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer p.copyLine {
	padding-top: 50px;
	font-size: 14px;
	line-height: 16px;
}

footer .contactInfo i {
	color: #5698d1;
}

footer svg {
	max-width: 350px;
}

footer .social {
	padding-top: 120px;
}


footer .social a {
	background-color: #5698d1;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	height: 37px;
	width: 37px;
	border-radius: 100%;
	line-height: 37px;
	font-size: 18px;
	text-align: center;
	margin-right: 5px;
}

footer .social a:hover {
	background-color: #ee6c4d;
}


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

/* =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: 1310px) {
	header .row .columns {
		width: 100%;
	}

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

	nav {
		text-align: center;
	}
}

@media only screen and (max-width: 1240px) {
	.slide .text {
		left: 0px;
		transform: translate(0, -50%);
		padding: 20px;
	}
}

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

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

	footer svg {
		margin: 0 auto;
		display: block;
		max-width: 300px;
	}

	footer .social {
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	footer p {
		text-align: center;
	}

	footer p.copyLine {
		padding-top: 30px;
	}

	.sideImg img.circle {
		max-width: 500px;
		width: 100%;
		margin-bottom: 10px;
	}

	.ovalBg {
		display: none;
	}

}

@media only screen and (max-width: 985px) {
	nav a {
		padding: 0 15px;
	}
}	

@media only screen and (max-width: 960px) {
	/* Override other menu code */
	nav ul li:hover > ul {
		display: none;
	}

	nav {
		background-color: #d7eefd;
	}
	
	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: 42px; 
		height: auto !important;
		height: 42px;
		display: block;
	}

	/*mobile menu */
	.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 {
    	text-align: center;
        float: right;
      	width: 20%;
		border-left: 1px solid rgba(255,255,255,.3);
		padding: 8px 15px;
        cursor: pointer;
    	z-index: 200;
        position: relative;
        font-size: 22px;
        color: #16437c;
    }

   .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: 41px
    }

    .menu .sub-menu li .more {
    	color: #fff;
    }

    nav ul ul a {
    	border-bottom: 0;
    	line-height: 30px;
    	padding-left: 30px;
    }

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

    nav ul ul,
    ul ul .menu-item-has-children,
    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: 750px) {
	.slide h2 {
		font-size: 50px;
		line-height: 50px;
	}

	.slide p {
		font-size: 30px;
		line-height: 35px;
	}

	h1 {
		font-size: 40px;
		line-height: 50px;
	}

	.main .alignright, .main img.alignright,
	.main .alignleft, .main img.alignleft {
		display: block;
		float: none;
		margin: 0 auto 15px;
	}

	.bookCTA p {
		font-size: 22px;
		line-height: 25px;
	}
}

@media only screen and (max-width: 640px) { /*  SMALL GRID BREAK  */
	.topHeader a.social {
		display: none;
	}


}

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