.pix-popup-description {
	display: none !important;
}
.cla_popup-btn a, a.cla_popup-btn, .cla_popup-btn input, input.cla_popup-btn, .cla_popup-btn button, button.cla_popup-btn {
	background: #333333;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	border: none;
	box-shadow: none;
	padding: 10px 25px;
	font-weight: 400;
	transition: all 0.4s;
	display: inline-block;
}
.cla_single-popup-box {
  position: relative;
  overflow: hidden;
}
.cla_popup-content-bg {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 400px;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.cla_popup-content-bg::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.cla_popup-hover-content {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.cla_popup-title {
  font-size: 28px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  background: rgba(0,0,0,0.6);
  padding: 15px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.4s;
	margin-bottom: 0 !important;
}
.cla_popup-title::after {
  content: "";
  width: 100px;
  height: 4px;
  background: #333333;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  visibility: hidden;
}
.cla_popup-hover-content .cla_popup-btn {
  background: #ffffff;
  color: #333333;
  box-shadow: 0 20px 50px rgba(0,0,0,.3);
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translate(-50%,0);
	opacity: 0;
	visibility: hidden;
}
.cla_popup-hover-content .cla_popup-btn:hover {
  background: #333333;
  color: #ffffff;
}
.cla_single-popup-box:hover .cla_popup-btn {
	bottom: 30%;
	visibility: visible;
	opacity: 1;
}
.cla_single-popup-box:hover .cla_popup-title {
	bottom: 50%;
	background: transparent;
	text-shadow: 0 3px 10px rgba(0,0,0,0.5);
	color: #000000;
}
.cla_single-popup-box:hover .cla_popup-title::after {
  opacity: 1;
  visibility: visible;
}

/*--- Popup css ----*/

.cla_popup-hover-content .modal-dialog {
	width: 1000px;
	margin: 100px auto;
}
.cla_popup-hover-content .modal-title {
	font-size: 35px;
	line-height: 45px;
	font-weight: 700;
}
.cla_popup-hover-content .modal-body p {
	font-size: 16px;
	line-height: 26px;
}
.pixelomatic-popup .modal-dialog {
	width: 1000px;
	margin: 100px auto;
}
.pixelomatic-popup .modal-title {
	text-align: center;
	font-size: 28px;
	line-height: 35px;
	font-weight: 700;
	color: #f50000;
}
.pixelomatic-popup .pixelomatic-popup-body {
	padding: 30px 50px;
}

@media(max-width:768px){
	.cla_popup-title {
		font-size: 15px !important;
		line-height: 22px !important;
	}
	.cla_popup-btn a, a.cla_popup-btn, .cla_popup-btn input, input.cla_popup-btn, .cla_popup-btn button, button.cla_popup-btn {
		min-width: 100px;
		padding: 10px 15px;
		font-size: 14px;
		line-height: 18px;
	}
	.cla_popup-title::after {
		width: 60px;
		height: 3px;
		bottom: 7px;
	}
	.pixelomatic-popup .modal-dialog {
		width: 80%;
	}
}
@media(max-width:767px){
	.cla_single-popup-box {
		margin: 15px 0;
	}
	.cla_popup-title {
		font-size: 20px !important;
		line-height: 25px !important;
	}
	.pixelomatic-popup .pixelomatic-popup-body {
		padding: 30px 15px;
	}
	.pixelomatic-popup .modal-dialog {
		width: 90%;
	}
	.vc_row.pop-content-row {
		padding: 0 !important;
	}
}














