
@media(min-width:768px){
	.pic img{
		    width: 100%;
			height: 300px;
		}
	}
@media(max-width:767px){
	.pic img{
		    width: 100%;
			height: 330px;
		}
	}
.carousel{
	position: relative;
	padding-bottom: 50px;
	background-color: #f3f3f3;
}

.item{
	min-height: 250px;
	padding-top:30px;
	padding-left: 5px;
	padding-right: 5px;
}

.item h2{
	width: 80%;
	color: #FFF;
	padding: 15px;
	font-size: 38px;
	margin-bottom: 30px;
	text-align: center;
	text-shadow: 1px 2px 3px #444;
}

.item .block{
	width: 99%;
	float: left;
	border-radius:5px;
	color: #FFF;
	min-height: 250px;
	text-align: center;
	padding: 0px 15px;
	margin-bottom: 20px;
	box-shadow: 1px 2px 3px #444;
}


.item h4{
	width: 100%;
	padding: 15px;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	text-shadow: 2px 2px 2px #555;
}


.item p{
	text-align: center;
	font-size: 18px;
}

.item .input-group{
	margin-bottom: 10px;
}
.block-1{
	background-color: #3498DB
}

.block-2{
	background-color: #F36E20
}

.block-3{
	background-color: #3498DB
}

.block-4{	
	background-color: #F7C767
}

.carousel-indicators {
    bottom: 0px;
}
.carousel-indicators .active{
	background-color:#333!important;
}
.carousel-indicators li{
	border:1px solid #333!important;
}
.data{
	height: 100%;
    text-align: left;
    padding: 20px;
	}
.part1{   
	font-size: 1.3em;
    text-align: left;
    height: 55px;
    overflow: hidden;
	}
.part2{
	   font-size: 10px;
    overflow: hidden;
	}
.part3{
	font-size: 1em;
    line-height: 15px;
    height: 145px;
    overflow: hidden;
    padding-top: 10px;
	}
.part4{
	height: 45px;
    font-size: 2em;
	}
div.pic > img{
	padding: 26px 0px;
}
.owl-nav{
    position: absolute;
    width:100%;
    top: 45%;
}
.owl-nav > .owl-prev, .owl-nav > .owl-next{
    padding: 15px!important;
    border-radius: 50%!important;
    background-color:#f2a346!important;
    box-shadow:0px 0px 10px black;
    transition:ease-in-out 0.2s;
}
.owl-nav > .owl-prev:hover, .owl-nav > .owl-next:hover{
    background-color:#de8721!important;
}
.owl-nav > .owl-prev{
    position:absolute;
    left:20px;
}
.owl-nav > .owl-next{
    position:absolute;
    right:20px;
}
@media(max-width:768px){
    .owl-nav{
        display:none;
    }
}