.dm-serif-display-regular {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-display-regular-italic {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: italic;
}

h1, h2, h3, h4, h5, h6, h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
	color: #433A44;
	color: #222222;
}
a.h1-link {
	text-decoration:underline;
	text-decoration-style: wavy;
	color: #433A44;
}
a.h1-link:hover {
	color: #dd1173;
}

.project-page h1 {
	margin-top:0.3em;
}
.intro {
	font-size:2.25rem;
}

.intro:last-of-type {
	margin-top:1.6em;
}

.btn-primary[disabled]:hover {
	background-color: #666;
	border-color: #666;
}
body, .relative {
	position:relative;
}
body {
}

body:not(#casa), body#lisa, body#projects, body#about, body#salty, body#contact {
	background-image:url('../images/paper-bg.jpg');
	background-position: top center ;
	background-size:cover;
}
body#projects {
	background-image:url('../images/projects-bg-blur.jpg');
}
body#about {
	background-image:url('../images/about-bg-blur.jpg');
}
body#salty {
	background-image:url('../images/ss-bg-blur.jpg');
}



header {
	position: sticky;
	position: -webkit-sticky;
	top:0;
	z-index: 1030;
	/*max-height:80px;*/
}



.navbar-fixed {
	
}
/*.scrolled header {
	max-height:70px;
}*/

.navbar-default {
    /*background-color: rgba(244,245,239,0.8);*/
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
a.navbar-brand {
	font-family: Lobster,Times New Roman,Times,serif;
	font-size:3rem;
	transition: all 0.3s ease;
}
.navbar-nav > li {
	font-size:4.5rem;
	margin:4rem 0;
	transition:padding 0.3s ease;
}
@media only screen and (min-width: 800px) {
	/*#project2 {
		transform:rotate(320deg);
	}*/
	.navbar-nav > li:hover {
		padding-left:1rem;
	}
	.casa .img-responsive {
		/*-webkit-filter:grayscale(1);
		filter:grayscale(1);*/
		transition: all .2s ease;
	}
	.casa .img-responsive:hover {
		-webkit-filter:grayscale(0);
		filter:grayscale(0);
		transition: all 1s ease;
	}
}
.scrolled a.navbar-brand {
	font-size:2rem;
	line-height:16px;
}
.casa.scrolled a.navbar-brand {
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	color:#433A44;
}
.navbar-toggle {
	margin-right:0;
}
.scrolled .navbar-toggle {
	padding:5px 10px
}
.underscore {
	height:2px;
	width:calc(100% - 15px);
	border-top:1px solid rgba(255, 255, 255, 0.3);
	opacity:0.2;
	clear:both;
	float:left;
}
@media (max-width: 768px) {
	/*p {
		font-size:16px;
	}*/
	.underscore {
		margin-left:10px;
	}
	.navbar-nav > li {
		font-size:3rem;
	}
	
	body#lisa, body#projects, body#about, body#salty {
		background-position: center;
	}
	body#about {
		background-image:url('../images/about-bg-blur-mb.jpg');
		background-position:top right;
		background-size:contain;
		background-repeat:no-repeat;
	}
}
#soyYo1, #soyYo2, #soyYo3 {
	opacity:0;
	width: 0;
	height:auto;
    position: absolute;
    top: 0px;
    left: 50%;
	transition: all 1s;
}
#soyYo2 {
	bottom: -100vh;
    left: 100%;
	transition: all 1.5s;
}
#soyYo3 {
	top: -50vh;
    left: 0px;
	transition: all 0.7s;
}
#soyYo1.showme, #soyYo2.showme, #soyYo3.showme {
	opacity:1;
	width: 250px;
    top: -29px;
    left: 100px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	transition: all 1s;
	/*animation: float 6s ease-in-out infinite;*/
}

#mugshot {
	background:transparent;
	text-decoration:underline;
	text-decoration-style:wavy;
	text-decoration-color:rgba(255, 255, 255, 1);
	cursor:pointer;
}
#mugshot:hover {
	text-decoration-color:rgba(255, 255, 255, 0.6);
	transition:text-decoration-color 0.2s ease;
}
#mugshot.active {
	background:rgba(255, 255, 255, 0.2);
}
.relative.montage {
	padding-top:50px;
	background-color:#fff;
}
.absolute-btn {
	position:absolute;
	top:50%;
	left:calc(50% - 130px);
}
.projects-button {
	font-size:22px;
	display:block;
	text-align:center;
	width:260px;
	border:1px solid #dd1173;
	background:#fff;
	padding: 10px 20px;
	margin:30px auto;
	border-radius:0;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.3);
	transition:all 0.3s ease-in;
}
.projects-button:hover {
	color:#350e47;
	border-color:#350e47;
	box-shadow: 2px 3px 0px 0px rgba(0,0,0,0.3);
}
.content-button {
	font-size:18px;
}
.text-link {
	border-bottom: 1px solid #dd1173;
	font-weight: 600;
	padding-right: 15px;
	transition: all 0.5s;
}
.intro-link {
	border: 1px solid #dd1173;
	background-color:rgba(255,255,255,0.8);
	font-weight: normal;
	padding: 5px 15px;
	margin: 1em 1.3em 1em 0;
	transition: all 1s;
	font-size:18px;
}
.intro-link:hover {
	border: 1px solid #dd1173;
	color:#fff;
	background-color: #dd1173;
}
.text-link.previous {
	padding-right: 0;
	padding-left: 15px;
}
.section-container.weapons {
	background-color:#e4e4e4;
	background-image:url('../images/background-dots.png');
	background-repeat:repeat;
	padding:10rem 0;
}

.note-overlay {
	margin-top:-100%;
	padding-left:20%;
	display:none;
}


.casa .footer-container {
	margin-top:0;
}

footer .fa-heart {
	color:#ffffff;
	display:inline-block;
	text-align:center;
	width:18px;
	-webkit-animation: textgrowth 1s infinite alternate;
	animation: textgrowth 1s infinite alternate;
}

@keyframes floater {
  0% {
    background-position: 55% 160px;
  }
  33% {
    background-position: 56% 165px;
  }
  75% {
    background-position: 55% 160px;
  }
  33% {
    background-position: 56% 165px;
  }
  100% {
    background-position: 55% 160px;
  }
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-100px, 20px, 0);
  }
   100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(100px, 20px, 0);
  }
   100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes textgrowth {
    0% {
    font-size: 14px;
    }
    100% {
    font-size: 17px;
    }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-8px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes random-bob {
	  0% {
		transform: translate3d(0, 250px, 0);
	  }
	  15% {
		transform: translate3d(0, 250px, 0);
	  }
	  16% {
		transform: translate3d(-20px, 100px, 0);
	  }
	  22% {
		transform: translate3d(0, 250px, 0);
	  }
	  100% {
		transform: translate3d(0, 250px, 0);
	  }
	}

.text-link:hover {
	padding-right: 0px;
	padding-left: 15px;
	color:#350e47;
	border-bottom: 1px solid #350e47;
}
.text-link.previous:hover {
	padding-left: 0;
	padding-right: 15px;
}
.section-container img {
	max-width:100%;
}
img.img-responsive.border {
	border:1px solid #433A44;
}
.stretch-image {
	width:100%;
	max-width:100%;
}
#project1, #project3 {
	transform-origin: 0% 0%;
}
#project2 {
	transform-origin: 100% 0%;
}
.project-content {
	position:relative;
}
.project-content h3 {
		/*margin:0.333rem auto 1rem;*/
		padding:40px 15px 0 15px;
		text-align: center;
		width:150px;
		height:150px;
		background:#dd1173;
		color:white;
		border-radius:50%;
		position:absolute;
		top:65%;
		right:2%;
}
.ball, .results{
	box-shadow: 2px 3px 0px 0px rgba(0,0,0,0.7);
}
h3.ball {
	font-family:Lobster;
}
.results {
	padding:4.5% 20px 0 20px;
	line-height:1.2;
	width:150px;
	height:150px;
	/*float:left;*/
	position:absolute;
	left:0;
	margin-right:20px;
	background:#433a44;
	background:#dd1173;
	color:white;
	border-radius:50%;
	text-align: center;
}
.border-images .results {
	margin-left:-20px;
	margin-top:-20px;
}
.results:nth-of-type(3) {
	top:10px;
}
.results:nth-of-type(2) {
	top:170px;
}
.results:nth-of-type(1) {
	top:330px;
}
.results p {
	font-family: Lobster;
	font-size:4rem;
}
.results span {
	font-family: Figtree;
	display:block;
	font-size:1.3rem;
}
.margin-neg-top {
	margin-top:-200px;
}

.relative.video-embed {
	margin:1em auto;
	padding:0;
	background-color:#fff;
	border:1px solid #222;
	overflow:hidden;
}

.relative.video-embed div {
	width:90%;
	margin:-58px auto 0 auto;
	text-align:center;
	padding:0;
}

@media (max-width: 1500px) {
	
	video.map-and-book {
		width:100% !important;
		height:auto !important;
		clip-path: inset(1px 0px);
	}
}

@media (max-width: 991px) {
	
	video.map-and-book {
		display:none;
	}
}

@media only screen and (max-width: 650px) {
	.results:nth-of-type(1), .results:nth-of-type(2), .results:nth-of-type(3) {
		top:0;
	}
	.results:nth-of-type(2) {
		left:27vw;
	}
	.results:nth-of-type(3) {
		left:54vw;
	}
	.relative img {
		padding-top:17vw;
	}
	.relative.video-embed div {
		width:100%;
		margin-top:-30px;
	}
}

@media only screen and (max-width: 570px) {
	.section-container.weapons {
		padding:3rem 0 1rem 0;
	}
	.relative.montage {
		padding-top:0;
	}
	.results {
		padding:4.5% 10px 0 10px;
		width:25vw;
		height:25vw;
		margin-right:3vw;
	}
	.results p {
		font-size:3.3rem;
	}
	.results span {
		font-size:1.2rem;
	}
}
@media only screen and (max-width: 480px) {
	.outer-menu .checkbox-toggle:checked + .hamburger {
		background: rgba(0, 0, 0, 0.3);
		border-radius:50%;
	}
	div.outer-menu div.menu > div {
		width:110vh;
		height:110vh;
		background-size:contain;
	}
	#soyYo1.showme, #soyYo2.showme, #soyYo3.showme {
		width: 150px;
	}
	.results {
		padding:4.5% 5px 0 5px;
		width:24.5vw;
		height:24.5vw;

	}
	/*.results:nth-of-type(3) {
		top:0;
	}
	.results:nth-of-type(2) {
		top:22vw;
	}
	.results:nth-of-type(1) {
		top:44vw;
	}*/
	.results p {
		font-size:2.7rem;
	}
	.results span {
		font-size:1rem;
	}
}

.wotidone, .bg-sm h4, .project-card h4 {
	text-transform:uppercase;
	font-size:1.2rem;
	background:rgba(255, 255, 255, 0.7);
	backdrop-filter: hue-rotate(120deg);
	color:#350e47;
	border:1px solid #350e47;
	padding:5px 5px 3px;
	display:inline-block;
}

.hero-full-container .row {
	z-index:0;
	transition:opacity 1s ease;
	max-width: 1140px;
	/*background: transparent url('../images/placeholder.png') no-repeat right center;*/
}
.hero-image {
	max-width:100%;
	animation: float 5s ease-in-out infinite;
}

.project-card {
	background:#FFFFFF;
	padding-bottom:10px;
	box-shadow: 3px 4px 0px rgba(80, 56, 91, 0.2);
}
.project-card h3, .project-card p {
	padding-left:15px;
	padding-right:10px;
}
.project-card h3 {
	margin-top:5px;
}
.project-card h4 {
	margin-left:5px;
	background-color:#fff;
	color:#350e47;
	border:1px solid #350e47;
	line-height:1;
}
.project-card h4:first-of-type {
	margin-left:15px;
}
.project-card > a {
	display:block;
	margin-bottom:10px;
}

@media only screen and (min-width: 1300px) {
	.hero-full-container .row {
		position: fixed;
	}
	.hero-full-container {
        padding-bottom: 50vh;
    }
}

@media only screen and (min-width: 1800px) {
	.hero-full-container {
        padding-bottom: 30vh;
    }
	.absolute-btn {
		left:calc(50% - 200px);
	}
	.projects-button {
		font-size:26px;
		width:400px;
	}
	.projects-button.content-button {
		font-size:18px;
		width:auto;
		display:inline-block;
	}
}

.long-scrolled .hero-full-container .row, .scrolled .underscore {
	opacity:0;
	transition:opacity 1s ease;	
}

@media only screen and (max-width: 800px) {
	
	h1, .h1 {
		font-size: 48px;
	}
	.hero-full-container {
		padding-top: 17vh;
		background: url('../images/me-in-a-book-mobile.jpg') no-repeat center bottom;
		background-size:contain;
		background-size:150% auto;
	}
	#soyYo.showme {
		top: 80px;
		left: calc(50% - 75px);
	}
	.section-container {
		padding: 0 0 20px 0;
	}
	/*.project-page h1, .hero-full-container h1 {
		padding-top:calc(10vh + 50px);
	}*/
	
	.section-container-spacer-sm .col-xs-12 {
		padding-bottom:1em;
	}
	.project-content {
		margin-bottom:50px;
	}
	.project-content img, .project-content h3  {
		max-width:100%;
	}
	.bg-sm {
		/*border: 1px solid rgba(80, 56, 91, 0.8); 
		box-shadow: 3px 4px 0px rgba(80, 56, 91, 0.2);
		background-color: rgba(244,245,239,0.8);*/
		/*backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);*/
		margin-bottom:30px;
	}
	.image-center {
		margin-bottom:0;
		
	}
	.bg-sm h3 {
		margin-top:12px;
		margin-bottom:5px;
	}
	.bg-sm img, .card {
		 border:none;
		 /*border: 1px solid rgba(80, 56, 91, 0.8);  */
	}
	div#nav-layer.open {
		background-size:cover;
	}
	 
}

@media only screen and (max-width: 500px) {
	
	
	.intro {
		font-size:2rem;
	}
	.card-container {
		margin-left:-30px;
		margin-right:-30px;
	}
	.footer-container div h5, .footer-container div p {
		text-align:center;
	}
}

@media only screen and (min-width: 420px) {
	img.max-width-400.img-responsive {
		max-width:400px;
	}
}

#nav-icon2 {
  width: 40px;
  height: 35px;
  position: relative;
  margin: 5px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}



/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #350e47;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/*#nav-icon2:hover span {
	background:#350e47;
}*/

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 5px 5px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 5px 0 0 5px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 12px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 24px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 18px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 18px;
}

#nav-layer {
	width:0;
	height:100vh;
	margin-top:82px;
	background-color:#E52706;
	position:fixed;
	left:calc(100vw + 100vw);
	top:0;
	transition:all 0.8s ease-out;
}
/*.scrolled #nav-layer {
	margin-top:80px;
}*/

#nav-layer.open {
	width:100%;
	left:0;
	transition:all 0.8s ease-in;
	z-index:1000;
	background-image: url('../images/navigation-bg.svg');
	background-position:center top;
	background-size:contain;
	background-repeat:no-repeat;
}

div#comparison { 
  width: 60vw;
  height: 60vw;
  max-width: 600px;
  max-height: 600px;
  overflow: hidden; }
div#comparison figure { 
  background-image: url('../images/btn.png'); 
  background-size: cover;
  position: relative;
  font-size: 0;
  width: 100%; 
  height: 100%;
  margin: 0; 
}
div#comparison figure > img { 
  position: relative;
  width: 100%;
}
div#comparison figure div { 
  background-image: url('../images/vlc.png');
  background-size: cover;
  position: absolute;
  width: 50%; 
  box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
  overflow: hidden;
  bottom: 0;
  height: 100%;
}

input[type=range]{
  -webkit-appearance:none;
  -moz-appearance:none;
  position: relative;
  top: -50%; left: -8px;
  background-color: rgba(255,255,255,0.1);
  width: 102%; 
  cursor:w-resize;
}
input[type=range]:focus { 
  outline: none; 
}
input[type=range]:active { 
  outline: none;  
}

input[type=range]::-moz-range-track { 
  -moz-appearance:none;
    height:15px;
    width: 98%;
    background-color: rgba(255,255,255,0.1); 
    position: relative;
    outline: none;    
}
input[type=range]::active { 
  border: none; 
  outline: none;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance:none;
    width: 25px; height: 25px;   
    background: #E52706;
    border-radius: 15px;
	border:4px solid #fff;
}
input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  background: #E52706;
  border-radius: 10px;
  border:4px solid #fff;
}   
input[type=range]:focus::-webkit-slider-thumb {
    background: #E52706;
}
input[type=range]:focus::-moz-range-thumb {
    background: #E52706;
}

/* Owl Styling */
@media screen and (max-width: 992px) {
    .owl-stage-outer {
        margin-left:-15px;
        margin-right: -15px;
    }
}

.owl-carousel .fl-module-rich-text {
    min-height: 210px;
}

.owl-carousel .fl-module-rich-text h3 a {
    text-decoration: none;
    color: #1e193e;
}

.owl-carousel .fl-module-rich-text h3 a:hover {
    color: #890d54;
}

@media screen and (min-width: 993px) and (max-width:1400px) {
    .owl-carousel .fl-module-rich-text {
        min-height:218px;
    }
}

@media screen and (max-width: 340px) {
    .owl-carousel .fl-module-rich-text {
        min-height: 280px;
    }
}

.owl-carousel .fl-col {
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0;
}

.owl-stage {
    padding-bottom: 20px;
}

.owl-carousel .fl-module-rich-text {
    padding: 10px 20px 0 20px;
}

@media screen and (max-width: 992px) {
    .owl-carousel .owl-stage .owl-item.active {
        margin-left:0
    }
}

.owl-nav {
    display: none;
}

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

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #dd1173;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    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(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
    -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 {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot {
    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-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

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

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    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 500ms ease-in-out;
}

.owl-carousel .owl-item {
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    background: transparent;
    border: 2px solid #FFFFFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

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

button.owl-dot.active:focus {
    outline: 0;
}

button.owl-dot.active {
    outline: none;
    border: none;
}
