.ob-advertisment {
	margin-left: 160px;
	padding: 10px 20px;
	position: relative;
	overflow: hidden;
}
.ob-advertisment > .item {
	display: none;
}
.ob-advertisment > .item:first-child {ob-wrap-items
	display: block;
}
.ob-advertisment .ob-wrap-items {
	position: relative;
	overflow: hidden;
	-webkit-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}
.ob-advertisment .theme-thumbnail {
	float: left;
	width: 35%;
}
.ob-advertisment .theme-detail {
	margin-left: 35%;
	padding-left: 20px;
}
.ob-advertisment .ob-item {
	position: relative;
	float: left;
	margin-right: -100%;
	width: 100%;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0.5s linear, opacity 0.5s linear;
	transition: visibility 0.5s linear, opacity 0.5s linear;
}
.ob-advertisment img {
	width: 100%;
	height: auto;
	float: none;
}
.ob-advertisment .ob-active {
	visibility: visible;
	opacity: 1;
}
.ob-advertisment .ob-controls {
	position: absolute;
	bottom: 30px;
	right: 0;
	height: 50px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ob-advertisment .ob-controls:after {
	content: '';
	clear: both;
	display: block;
}
.ob-advertisment .ob-controls .prev-item,
.ob-advertisment .ob-controls .next-item {
	position: absolute;
	top: 0;
	font-family: 'dashicons';
	width: 40px;
	height: 40px;
	border: 1px solid #000;
	line-height: 40px;
	font-size: 16px;
	color: #000;
	cursor: pointer;
}
.ob-advertisment .ob-controls .prev-item {
	right: 95px;
}
.ob-advertisment .ob-controls .prev-item:before {
	content: "\f341";
	display: block;
	text-align: center;
}
.ob-advertisment .ob-controls .next-item {
	right: 45px;
}
.ob-advertisment .ob-controls .next-item:before {
	content: "\f345";
	display: block;
	text-align: center;
}
@media only screen and (max-width: 1200px) {
	.ob-advertisment .theme-thumbnail {
		width: 50%;
	}
	.ob-advertisment .theme-detail {
		margin-left: 50%;
	}
}
@media only screen and (max-width: 960px) {
	.ob-advertisment {
		margin-left: 36px;
	}
	.ob-advertisment .theme-thumbnail {
		float: none;
		width: 100%;
	}
	.ob-advertisment .theme-detail {
		margin-top: 20px;
		margin-left: 0;
		padding-left: 0;
	}
}
@media screen and (max-width: 782px) {
	.ob-advertisment {
		margin-left: 0;
	}
}