#mainslidearea{clear:both; height:auto; width:100%;}


/*---------------------- Home Head Start ------------------*/



.owl-controls .owl-nav
{position: absolute; top : 42%; width:100%; }
.owl-controls .owl-nav .owl-prev{float: left; margin-left:3%; background: url('prev.png')no-repeat;opacity: .5;}
.owl-controls .owl-nav .owl-prev:hover{opacity: 1;}
.owl-controls .owl-nav .owl-next{float: right;margin-right:3%;background: url('next.png')no-repeat;opacity: .5;}
.owl-controls .owl-nav .owl-next:hover{opacity: 1;}
.owl-theme .owl-nav [class*=owl-]{    width: 40px;  height: 40px;}



.owl-carousel .owl-dot {
    background-color: rgba(255,255,255,.5);
    display: inline-block;
    padding: 6px;
    margin-right: 10px;
    border-radius: 100%;
}



.owl-carousel .owl-dot.active {
    background-color: #fff;
    border-radius: 6px;
    width:30px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 0px;
    height: 0px;
    margin: 0px 0px;
}

.header_slide img.img-responsive {
    margin: 0px;
    margin-top: -50px;
}
.owl-theme .owl-dots {
    position: absolute;
    bottom: 50px;
    width: 100%;
}


/*--------------------- -------------*/



.slide1 {
    background: url(../slider1.jpg); }
.slide2 {
    background: url(../slider2.jpg); }
.slide3 {
    background: url(../slider3.jpg); }
	.slide4 {
    background: url(../slider4.jpg); }
.slide5 {
    background: url(../slider5.jpg); }
.slide6 {
    background: url(../slider6.jpg); }


.slide-bg {
	min-height: 50vh;
	background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    position: relative;
}

.head-text {
    color:#fff !important; 
    position: absolute;
    z-index: 9;
    width: 100%;
    top:28%;
    text-align: center;
}
.head-text p { margin:0 auto; font-size:18px !important; letter-spacing: -0.02em; line-height: 150% !important;} 
.head-text a {
	color: #fff;
    text-shadow: none;
	font-size: 16px;
    font-weight: inherit;
 	text-transform: uppercase;
	padding:14px 30px; 
    display:inline-block; 
	margin-top:15px;
    background: transparent;
    border:1px #fff solid;
    border-radius: 25px;
    line-height: 100%;
}

.head-text a:hover{background:#fff; color:#333;}
.head-text h1 {
	font-weight:600;
	font-size:4em;
    text-transform: uppercase;
    margin:0 auto 20px;
}


.owl-item.active .head-text h1{
    -webkit-animation: 1s .1s fadeInUp both;
    -moz-animation: 1s .1s fadeInUp both;
    -ms-animation: 1s .1s fadeInUp both;
    -o-animation: 1s .1s fadeInUp both;
    animation: 1s .2s fadeInUp both; 
}
.owl-item.active .head-text p{
    -webkit-animation: 1s .2s fadeInUp both;
    -moz-animation: 1s .2s fadeInUp both;
    -ms-animation: 1s .2s fadeInUp both;
    -o-animation: 1s .2s fadeInUp both;
    animation: 1s .4s fadeInUp both; 
}


@media only screen and (max-width: 768px) {
    .owl-carousel .owl-dot {
    background-color: rgba(255,255,255,.3);
        display: inline-block;
        padding: 5px 5px !important;
        margin-right: 5px;
    }
}





@media screen and (max-width: 600px){
.owl-controls .owl-nav{ top :38%; }    
    .head-text a{font-size: 14px; padding:10px 25px;}    
    .head-text p{font-size: 13px !important; letter-spacing: -0.02em;}
    .head-text h1 {
        font-size: 24px; 
        margin:0 auto 10px;
    }

    .slide-bg { min-height: 38vh;   }

.owl-theme .owl-dots{bottom:50px !important;}
.mfp-arrow {
    top: 38%;
	}
	.slide1 {
    background: url(../slider1-m.jpg);
	background-position: center center; }
.slide2 {
    background: url(../slider2-m.jpg); 
	background-position: center center;}
.slide3 {
    background: url(../slider3-m.jpg);
	background-position: center center; }
	.slide4 {
    background: url(../slider4-m.jpg);
	background-position: center center; }
.slide5 {
    background: url(../slider5-m.jpg);
	background-position: center center; }
.slide6 {
    background: url(../slider6-m.jpg);
	background-position: center center; }


}

.sidebar-content a {
	text-decoration: underline;
}

.img-box:hover img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	
	
}


