#mainslidearea{clear:both; height:auto; width:100%;}


/*---------------------- Home Head Start ------------------*/



.owl-controls .owl-nav{position: absolute; top : 47%; width:100%; }
.owl-controls .owl-nav .owl-prev{float: left; margin-left:3%; background: url('prev.png')no-repeat;}
.owl-controls .owl-nav .owl-next{float: right;margin-right:3%;background: url('next.png')no-repeat;}
.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: 3px;
    margin-right: 10px;
    width: 30px;
}



.owl-carousel .owl-dot.active {
    background-color: #fff;
}
.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); }

.slide-bg {
	min-height: 65vh;
	background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    position: relative;
}

.head-text {
    color:#fff !important; 
    position: relative;
    z-index: 9;
    max-width: 1170px;
    text-align: left;
    padding-top:10.5%;
    text-shadow: 1px 2px 2px rgba(0,0,0,.3);
    margin: 0 auto;
}
.head-text p { display:inline-block; width:90%; margin:0 auto; font-size:48px !important; line-height: 1.2 !important; font-weight: 200;} 
.head-text p span {display: inline-block; width: 100%;}
.head-text a {
	color: #fff;
    text-shadow: none;
	font-size: 14px;
    font-weight: inherit;
 	text-transform: uppercase;
	padding:8px 25px; 
	border:1px #fff solid;
    display:inline-block; 
	margin-top:15px;
}

.head-text a:hover{background:#fff; color:#000;}
.head-text h1 {
	font-weight:600;
    font-size: 80px;
    line-height: 1;
    text-transform: uppercase;
    margin:0 auto 20px;
}


@media only screen and (max-width: 768px) {
    .owl-carousel .owl-dot {
    background-color: rgba(255,255,255,.3);
        display: inline-block;
        margin-right: 5px;
    }
}





@media screen and (max-width: 600px){
  
.owl-theme .owl-dots{bottom:50px !important;}
.mfp-arrow {
    top: 38%;
	}
    .head-text {position: absolute; padding-top: 0; top: 25%; text-align: center; max-width: 100%; width: 100%;}
    .head-text p{font-size: 25px !important; letter-spacing: -0.02em;}
    .head-text h1 {
        font-size: 50px; 
        margin:0 auto 10px;
    }

    .slide-bg { min-height: 55vh;   }

}

.sidebar-content a {
	text-decoration: underline;
}

.img-box:hover img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}




