﻿.owl-carousel {
  position: relative;
  height: 100%;
}
.owl-carousel div:not(.owl-controls) {
  height: 100%;
}
.owl-carousel .owl-slide {
  background-image: url('../../Images/full.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.owl-carousel .owl-slide2 {
	background-image: url('../../Images/full2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.owl-carousel .owl-slide3 {
	background-image: url('../../Images/full6.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.owl-carousel .owl-slide4 {
	background-image: url('../../Images/full4.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.owl-carousel .owl-slide5 {
	background-image: url('../../Images/full5.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.owl-title-tag{text-transform:uppercase;font-weight:500}

.owl-carousel div.owl--text {
  position: absolute;
  bottom: 4em;
  height: 7em;
  padding: 1em;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	top: 50%;
	left: 50%;
	max-width: 610px;
	text-align: center;
	line-height: 1.44;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
	background-color:rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width :0px){.owl-carousel div.owl--text {width:100%;font-size:14px;min-height:120px}.owl-title-tag{font-size:24px;letter-spacing:2px;}}
@media only screen and (min-width :768px){.owl-carousel div.owl--text {width: 22em;font-size:20px;min-height:inherit}.owl-title-tag{font-size:32px;letter-spacing:6px;}}



.owl-carousel .owl-controls {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
.owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 50px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  font-size: .9em;
  border-radius: 3px;
  color: #FFF;
  background: #000;
  opacity: .6;
  text-transform: capitalize;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 5px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 5px;
}

body,
html {
  height: 100%;
}


.intro-actions a.link-scroll {
    opacity: .8;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.intro-actions {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -50px;
    z-index: 9;
    -webkit-animation: bounce 1.3s infinite;
    -o-animation: bounce 1.3s infinite;
    animation: bounce 1.3s infinite;
    width:100px
}

.icon-arrow_down {
    width: 56px;
    height: 56px;
}