﻿.owl-carousel .owl-wrapper:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
	line-height: 0
}

.owl-carousel {
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
	position: relative;
	display: none;
	-webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-wrapper-outer {
	position: relative;
	overflow: hidden;
	width: 100%;
	direction: ltr!important
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out;
	-ms-transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
	float: left;
	padding: 0 9px
}

.owl-controls .owl-buttons div,.owl-controls .owl-page {
	cursor: pointer
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}

.grabbing {
	cursor: url(http://www.ctg-cert.com/CSS_files/grabbing.png) 8 8,move
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-ms-transform: translate3d(0,0,0)
}

.owl-item.loading {
	min-height: 150px;
	background: url('{%20}}') no-repeat center;
}

.owl-next,.owl-prev {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	font-size: 0;
	opacity: 1
}

.owl-next:before,.owl-prev:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	content: "\f104";
	text-align: center;
	font-size: 20px;
	font-family: FontAwesome
}

.owl-next {
	right: 0;
	left: auto
}

.owl-next:before {
	content: "\f105"
}

#mc-embedded-subscribe-form {
	maring: 10px
}

div {
	font-size: 14px;
	line-height: 28px
}

.hoverta {
	margin-bottom: 20px
}

.hoverta .hover-2 {
	position: relative
}

.hoverta .single-area-2 .single-img-2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%
}

.hoverta .single-area-2 .single-img-2 img {
	width: 100%;
	height: 100%;
	transition: .3s;

}

.hoverta .single-overlay-2 {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background: #000;
	transition: all .5s;
	transform: scale(0)
}

.hoverta .single-area-2:hover .single-overlay-2 {
	visibility: visible;
	opacity: .8;
	transform: scale(1.1)
}

.hoverta .single-area-2:hover .single-img-2 img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.hoverta .single-overlay-2 .item-2 {
	position: absolute;
	display: block;
	padding: 10px;
	text-align: center
}

.hoverta .single-overlay-2 .item-2 .item-info-2 h3 {
	color: #fff;
	font-size: 14px
}

.hoverta .single-overlay-2 .item-2 .item-info-2 p {
	padding: 5%;
	padding-bottom: 20px;
	color: #fff;
	font-size: 14px
}

.hoverta .single-overlay-2 .item-2 .item-info-2 .item-2-btn {
	padding: 2px 10px;
	border: 1px solid #fff;
	border-radius: 30px;
	background: 0 0;
	color: #fff;
	font-size: 14px
}

.hoverta .single-overlay-2 .item-2 .item-info-2 a.item-2-btn:hover {
	background: #cc2f00;
	color: #fff;
	opacity: 1
}








.hoverta .hover-9{
	position: relative;margin:0px;padding:0px;
}
.hoverta .single-area-9 .single-img-9 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: pointer;
}



.hoverta .single-area-9 .single-img-9 img {
    width: 100%;
    height: 100%;
    transition: .3s;
}
.hoverta .single-overlay-9{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.hoverta .single-area-9:hover .single-overlay-9 .item-9{
	bottom: 0;
}
.hoverta .single-overlay-9 .item-9{
	position: absolute;
	width: 100%;
	height: 60%;
	bottom: -100%;
    left: 0;
	background-color: rgba(177,8,8,0.9);
	-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.hoverta .single-overlay-9 .item-9-love{
	position: absolute;
    top: -18%;
    left: 43%;
    text-align: center;
    	color: #fff;

}
.hoverta .single-overlay-9 .item-9 .item-9-love a{
	display: block;
	color: #fff;
	background: #fdeeee;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	font-size: 24px;
}
.hoverta .single-overlay-9 .item-9 .item-9-button {
margin-top:20px;
    text-align: center;
}
.hoverta .single-overlay-9 .item-9 .item-9-button .item-9-btn{
	padding: 5px 20px;
	background: #fff;
	color: #ca3306;
	border-radius: 30px;
	font-size: 16px;
	text-transform: capitalize;
}