.table{
    width: 100%;
    margin-bottom: 18px;
}

.table tr{
    border: none;
}

.table td, .table th{
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border: none;
    border-top: 1px solid #ddd;
}

/* owl carousel */
.owl-item:hover  img {
	opacity:0.5!important;
}

.app-big-img {
	position:relative;
	display:block;
	margin: 50px 0px;
	text-align:center;
}
#big-img {
	width:100%;
	max-width:800px;
}

.app-big-img + .owl-carousel {
    margin: 0px auto 50px;
    max-width: 1000px;
}

.owl-controls {
	position:absolute;
	right:0px;
	bottom:0px;
	color:#fff;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
	display: inline-block;
	margin:0px 7px 10px 0px;
}

@media screen and (max-device-width: 760px) {
	.app-big-img {
		margin: 50px 0px 0px 0px;
	}	
}