a:focus, a:hover {
    color: #1d80a9;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    outline: none;
}
.owl-carousel {
    position: relative;
}
.owl-nav button {
    position: absolute;
    top: 30%;
}
.grid-container.slide-area {
    position: relative;
    height: 100%;
}
.owl-nav button span {    
	font-size: 60px;
    /*background: white;*/
    padding: 0 20px;
}
.owl-nav button.owl-next {
    right: 0;
    position: absolute;
}
.owl-carousel button.owl-dot {
    height: 3px;
    background: rgba(255,255,255,0.5);
    width: 50px;
    margin-right: 15px;
}
.owl-carousel button.owl-dot.active {
    background: white;
}
.owl-dots {
    text-align: center;
    margin-top: 40px;
}
.item-owl {
    height: 610px;
    background-size: cover!important;
    position: relative;
	background-repeat:no-repeat!important;
    color: white;
}
.item.item-owl.playbutton {
    border: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    margin: 0 auto;
    transform: translate3d(0,0,0);
}

.item.item-owl.playbutton .but {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    font-size: 30px;
    color: white;
    padding: 10px 30px;
    transform: translate3d(-50%,-50%,0);
}

.item.item-owl.playbutton .slide-text {
    position: absolute;
    width: 100%;
    height: 100%;
}


.slide-text {
    position: absolute;
}
p.toptilte {
    font-size: 30px;
    color: #1d80a9;
    background: #55b6c7;
    display: table;
    font-weight: bold;
    padding: 0 10px;
}
p.bigtitle {
	font-size: 33px;
    font-weight: bold;
    background: #1d80a9;
    display: table;
    padding: 0 10px;
}
p.texttitle {
    color: black;
    font-size: 18px;
}
p.but a {
        padding: 10px;
    border: 1px solid #55b6c7;
    background: #55b6c7;
    border-radius: 20px;
    color: white;
    font-weight: bold;
	font-size: 10px;
}
@media screen and (max-width:1024px) {
	.item-owl {
		height: 550px;
		background-size: cover!important;
	}

	p.bigtitle, p.toptilte {
		margin-left: auto;
		margin-right: auto;
	}

	p.texttitle {
		color: white;
		margin-bottom: 20px;
	}
	.slide-text {
		position: absolute;
		left: 50%!important;
		top: 50%!important;
		transform: translate3d(-50%, -50%, 0);
		text-align: center;
		padding: 50px;
		background: rgba(0,0,0,0.5);
	}
}
.slick-next, .slick-prev {
    display: none!important;
}
@media screen and (max-width:767px) {
	.item-owl {
		height: 450px;
	}
}
@media screen and (max-width:540px) {
	.item-owl {
		height: 380px;
	}
	p.bigtitle, p.toptilte {
    font-size: 24px;
}
	p.but a {
    font-size: 10px!important;
		    padding: 5px;
}
}
ul.ulmove li {
	opacity:0;
  animation: animateIn 1s forwards;
  animation-iteration-count: 1;
  animation-delay: calc(var(--animation-order) * 100ms);
  -webkit-animation: animateIn 1s forwards;
  -webkit-animation-iteration-count: 1;
   -webkit-animation-delay: calc(var(--animation-order) * 600ms);
}

@keyframes animateIn {
  0% {
    opacity: 0;
    transform: scale(0.6) translateY(-8px);
  }
  
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animateIn {
  0% {
    opacity: 0;
    transform: scale(0.6) translateY(-8px);
  }
  
  100% {
    opacity: 1;
  }
}
ul.ulmove {
    list-style: none;
}
ul.ulmove li {position:relative}
ul.ulmove li span:before {
    content: '✓';
    position: absolute;
    left: 0;
}


p.toptiltemove {
  opacity:0;
  margin-top:50px;
  animation: toptilte 1s forwards;
  animation-iteration-count: 1;
  -webkit-animation: toptilte 1s forwards;
  -webkit-animation-iteration-count: 1;
}

@keyframes toptilte {
  0%   {opacity:0;margin-top:50px;}
  100% {margin-top:0px;opacity:1;}
}
@-webkit-keyframes toptilte {
  0%   {opacity:0;margin-top:50px;}
  100% {margin-top:0px;opacity:1;}
}



p.bigtitlemove {
  opacity:0;
  margin-top:50px;
  animation: bigtitlemove 1s forwards;
  animation-iteration-count: 1;
  animation-delay: 1s;
  -webkit-animation: bigtitlemove 1s forwards;
  -webkit-animation-iteration-count: 1;
   -webkit-animation-delay: 1s;
}

@keyframes bigtitlemove {
  0%   {opacity:0;margin-top:50px;}
  100% {margin-top:0px;opacity:1;}
}
@-webkit-keyframes bigtitlemove {
  0%   {opacity:0;margin-top:50px;}
  100% {margin-top:0px;opacity:1;}
}

p.texttitle {
  opacity:0;
  margin-top:50px;
  animation: texttitlemove 1s forwards;
  animation-iteration-count: 1;
  animation-delay: 1s;
  -webkit-animation: texttitlemove 1s forwards;
  -webkit-animation-iteration-count: 1;
   -webkit-animation-delay: 0s;
}

@keyframes texttitlemove {
  0%   {opacity:0;margin-top:50px;}
  100% {margin-top:0px;opacity:1;}
}
@-webkit-keyframes texttitlemove {
  0%   {opacity:0;margin-top:50px;}
  100% {margin-top:0px;opacity:1;}
}


p.butmove {
  opacity:0;
  animation: butmove 1s forwards;
  animation-iteration-count: 1;
  animation-delay: 1s;
  -webkit-animation: butmove 1s forwards;
  -webkit-animation-iteration-count: 1;
   -webkit-animation-delay: 1s;
}

@keyframes butmove {
  0%   {opacity:0;}
  100% {opacity:1;}
}
@-webkit-keyframes butmove {
  0%   {opacity:0;}
  100% {opacity:1;}
}