/*
#owlslide{
	width:100%;
	position: relative;
	height: 100%;
}

#owlslide img{
	height:100vh;
}
*/

.hero{
	position: relative;
	height: 85vh;
	background-color: rgba(0,0,0,.5);
	background-size: cover; 
	background-position: center center;
	background-repeat: no-repeat;
    margin-top: -84px;
}

.hero img{
	height: 100%;
}

/*@media (min-width: 1440px){*/
/*.hero {*/
    /*height: 895px;*/
/*}}*/

/*@media (min-width: 1200px){*/
/*.hero {*/
    /*height: 695px;*/
/*}}*/

/*@media (min-width: 992px){*/
    /*.hero {*/
        /*height: 643px;*/
    /*}*/
/*}*/


@media all and (max-width: 992px) {
    .hero {
        height: 81vh !important;
    }
}

.hero {
    color: #fff;
    text-align: center;
    position: relative;
}


/*.hero:after {*/
	/*content: "";*/
    /*background-color: transparent;*/
    /*background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.7) 50%,#000);*/
    /*background-image: -o-linear-gradient(transparent,rgba(0,0,0,.7) 50%,#000);*/
    /*background-image: linear-gradient(transparent,rgba(0,0,0,.7) 50%,#000);*/
    /*background-repeat: no-repeat;*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0);*/
	/*bottom: 0;  */
    /*left: 0;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 20%;*/
/*}*/

.hero-text {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0px;
    text-align: left;
    z-index: 111;
}
.hero-text .hero-text-title{
	color:#fff;
	font-size: 30px !important;
}

.hero-text .hero-text-desc{
	color:#fff;
}

/*
.hero::after { 
    content: " - Remember this";
}
*/

.hero span{
	background-color: transparent;
    background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.7) 50%,#000);
    background-image: -o-linear-gradient(transparent,rgba(0,0,0,.7) 50%,#000);
    background-image: linear-gradient(transparent,rgba(0,0,0,.7) 50%,#000);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0);
    top: 50%;
}


.owl-dots {
    bottom: 20px;
    text-align: center;
    position: absolute;
    width: 100%;
}

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

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-dots .owl-dot span {
    width: 10px!important;
    height: 10px!important;
}

.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px;
    background: rgba(255,255,255,.125);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span {
    width: 12px!important;
    height: 12px!important;
    background-color: #fff!important;
}

