.iso-hold {
	padding: 20px 0;
	background-color: #f7f7f7;
	background: #ffffff url(res/bg.png);
}

.iso-hold h2 {
	font-size: 1.7rem;
	color: #222222;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	
	position:relative;
}

.iso-hold h2:before{content:"";background:#61aa45;width:60px;height:4px;border-radius:5px;position:absolute;left:0;bottom:0;}
.iso-hold h2:after{content:"";background:#61aa45;width:15px;height:4px;border-radius:5px;position:absolute;left:65px;bottom:0;}

.iso-link {
    background-color: #4c4c4c;
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    cursor: pointer;
	transition: .3s;
}
.iso-link:hover {
    background-color: #ceb994;
}


#iso {
	display: block;
	position: relative;
	width: 100%;
	
	margin: 10px 0 20px 0;
	
	display: none;
}
#iso .iso-item {
	width: 100%;
	
	/* padding-top: 75%; */
	padding-top: 100%;
	
	display: block;
	position: relative;
	
	overflow: hidden;
}

#iso .iso-item .iso-offset {
	display: block;
	position: absolute;
	left: 12px;
	top: 0;
	right: 12px;
	bottom: 0;
	background-color: #ffffff;
}

#iso .iso-item img {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#iso .owl-prev,
#iso .owl-next {
	position: absolute;
	width: 45px;
	height: 90px;
	top: 50%;
	transform: translate(0, -50%);
	
	background-color: #3c3c3c;
	color: #ffffff;
	
	background-color: #dddddd;
	color: black;
	
	text-align: center;
}

#iso .owl-prev {
	left: -50px;
}
#iso .owl-next {
	right: -50px;
}

#iso .owl-prev i,
#iso .owl-next i {
	font-size: 24px;
	margin-top: 6px;
}
