/*
*
*************************************
* Custom CSS                        *
* Developed by OLiver Digital Group *
*************************************
*
*/

/*
* Scrollbar
*/

::-webkit-scrollbar {
	width: 18px;
}

::-webkit-scrollbar-track {
	background: var(--color-custom-primary);
}

::-webkit-scrollbar-thumb {
	background: var(--color-custom-secondary);
}

::-webkit-scrollbar-thumb:hover {
	background: var(--color-custom-tertiary);
}

/*
* Loading 
*/

.loading-overlay {
	background-color: var(--color-custom-primary);
}

.bounce-loader .bounce1, 
.bounce-loader .bounce2, 
.bounce-loader .bounce3 {
	background-color: var(--color-custom-secondary);
}

/*
* Maps
*/

.maps {
	min-height: 450px;
}

/*
* Swal
*/

.swal2-container {
	padding: 0px !important;
}

.swal2-popup {
	border-radius: 0px !important;
}

.swal2-actions {
	display: flex !important;
	z-index: 1 !important;
	flex-wrap: initial !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
}

div#swal2-content {
	font-size: 20px;
	line-height: 20px;
	color: #454A60;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
	border: 0 !important;
	border-radius: 0 !important;
	background: initial !important;
	background-color: var(--color-custom-primary) !important;
	border-color: var(--color-custom-primary) var(--color-custom-primary) var(--color-custom-primary) !important;
	color: #FFF !important;
	border: 1px solid var(--color-custom-primary) !important;
}

.swal2-styled.swal2-confirm:hover,
.swal2-styled.swal2-cancel:hover {
	border: 1px solid var(--color-custom-primary)  !important;
	background: #0000 !important;
	color: var(--color-custom-primary)  !important;
}

.swal2-styled.swal2-confirm i,
.swal2-styled.swal2-cancel i {
	color: #FFF !important;
	margin-left: 6px;
}

.swal2-styled.swal2-confirm:hover i,
.swal2-styled.swal2-cancel:hover i {
	color: var(--color-custom-secondary) !important;
}

.swal2-container.swal2-backdrop-show {
	background: rgba(0, 0, 0, 0.72);
	z-index: 99999;
}

.swal2-icon.swal2-error {
	border-color: var(--color-custom-primary);
	color: var(--color-custom-primary);
}

.break-line {
	width: min-intrinsic !important;
	width: -webkit-min-content !important;
	width: -moz-min-content !important;
	width: min-content !important;
	-ms-grid-columns: min-content !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	background-color: var(--color-custom-primary);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	background-color: var(--color-custom-primary);
}

.swal2-title {
	font-size: 72px !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
	border: .25em solid var(--color-custom-primary);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
	background-color: var(--color-custom-primary);
}

.swal2-styled:focus {
	outline: 0;
	box-shadow: none;
}

.swal2-icon {
	width: 3em;
	height: 3em;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
	top: 1.9em;
	left: .475em;
	width: 1.2em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
	top: 1.6em;
	right: 2em;
	width: 1.9375em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

div#swal2-content i {
	font-size: 82px;
	margin: 15px;
	color: var(--color-custom-primary);
}

div#swal2-content h1 {
	margin: 0px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*
* Whats App
*/

a.btn-whatsapp {
	position: fixed;
	right: 5%;
	background-color: #1ebea5;
	display: inline-block;
	padding: 0px;
	border-radius: 5px;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	line-height: 21px;
	height: 80px;
	width: 80px;
	color: #fff !important;
	text-transform: uppercase;
	z-index: 9999;
	font-size: 38px;
	bottom: 5%;
	border-radius: 50%;
	animation: pulse 2s infinite;
	display: flex;
	justify-content: center;
	text-decoration: none;
	align-items: center;
}

a.btn-whatsapp:hover {
	background-color: #fff;
	color: #1ebea5 !important;
	border: 2px solid #1ebea5;
}

a.btn-whatsapp svg {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
	padding: 5px;
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(7,219,215, 0.8);
		box-shadow: 0 0 0 0 rgba(7,219,215, 0.8);
	}
	70% {
		-moz-box-shadow: 0 0 0 20px rgba(7,219,215, 0);
		box-shadow: 0 0 0 20px rgba(7,219,215, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(7,219,215, 0);
		box-shadow: 0 0 0 0 rgba(7,219,215, 0);
	}
}

/*
* Cookies
*/

.container-cookie {
	display: none;
	justify-content: center !important;
	align-items: center !important;
}

.row-cookie {
	position: fixed !important;
	bottom: 10px !important;
	background: var(--color-custom-white) !important;
	justify-content: center !important;
	align-items: center !important;
	max-width: 1024px !important;
	border: 5px solid var(--color-custom-primary) !important;
	z-index: 9999999 !important;
}

.row-cookie {
	padding: 20px !important;
}

.row-cookie.desktop .col-cookie p {
	margin-bottom: 0 !important;
	line-height: 16px !important;
	color: var(--color-custom-primary) !important;
}

.row-cookie.desktop .col-cookie a {
	color: var(--color-custom-primary) !important;
}

.btn-cookie {
	font-size: 14px !important;
	border-top-left-radius: 50px !important;
	border-bottom-left-radius: 50px !important;
	border-top-right-radius: 50px !important;
	border-bottom-right-radius: 50px !important;
	background-color: var(--color-custom-primary) !important;
	border-color: var(--color-custom-primary) !important;
	color: var(--color-custom-white) !important;
	transition: ease-in-out .3s !important;
	text-align: center !important;
	width: 100% !important;
	padding: 8px !important;
}

.btn-cookie:hover {
	background-color: var(--color-custom-white) !important;
	border-color: var(--color-custom-secondary) !important;
	color: var(--color-custom-secondary) !important;
}

/*
* Google
*/

.grecaptcha-badge {
	display: none;
}

/*
* Scroll to top
*/

html .scroll-to-top {
	border-radius: 0;
	bottom: 15px;
	padding: 22px 10px 32px;
	right: 23px;
	line-height: 12px;
	box-shadow: -2px 4px 10px #666;
	border: 2px solid #404040 !important;
	opacity: 1 !important;
}

html .scroll-to-top:hover {
	border: 2px solid #404040;
	color: #404040;
	background: #fff;
}

/*
* Custom - default.css - Line: 4707
*/

#header .header-nav.header-nav-line nav > ul li:hover > a:before {
	background: #fff;
}

/*
* Custom 
*/

@font-face {
	font-family: modern;
	src: url('../fonts/modern-no-20.ttf');
}

select {
  font-family: 'modern', 'Font Awesome 5 Pro';
  letter-spacing: 1px;
  font-size: 0.85rem !important;
  line-height: 1.85 !important;
}

.font-modern {
	font-family: modern;
	opacity: 80%;
}

.section-imoveis,
.section-imoveis.background-custom-01 {
	background: #E9E9E9;
	margin-bottom: 0 !important;
	position: relative;
}

.section-imoveis.background-custom-01::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 375px;
	background: #888888;
	z-index: 0;
}

.section-imoveis.background-custom-01.inner-page::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 545px;
	background: #888888;
	z-index: 0;
}

.section-servicos {
	background: #888888;
	margin-bottom: 0 !important;
	position: relative;
}

.link-servicos {
	background: #888888;
}

.link-servicos:hover {
	background: #fff !important;
	border: 1px solid #0000FF !important;
}

.link-servicos:hover h3,
.link-servicos:hover p {
	color: #000 !important;
}

.img-cover {
	object-fit: cover;
	object-position: 50% 50%;
	height: 300px;
}

.link-imoveis:hover .btn-custom-primary {
	background-color: #fff !important;
	border-color: #0000FF #0000FF #0000FF #0000FF !important;
	color: #0000FF !important;
}

.btn-custom-primary {
	background-color: #0000FF !important;
	border-color: #0000FF #0000FF #0000FF #0000FF !important;
	color: #FFF !important;
}

.btn-custom-primary:hover {
	background-color: #fff !important;
	border-color: #0000FF #0000FF #0000FF #0000FF !important;
	color: #0000FF !important;
}

.btn-custom-dark {
	background-color: #000 !important;
	border-color: #000 #000 #000 #000 !important;
	color: #FFF !important;
}

.btn-custom-dark:hover {
	background-color: #fff !important;
	border-color: #000 #000 #000 #000 !important;
	color: #000 !important;
}

.limit-chars-3-lines {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.limit-chars-4-lines {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.limit-chars-5-lines {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.limit-chars-6-lines {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.social-icons.social-icons-big li a, .social-icons.social-icons-lg li a {
  height: 45px;
  line-height: 50px;
  width: 45px;
}

.social-icons.social-icons-opacity-light li a {
  background: #000000;
  opacity: 80%;
}

.social-icons.social-icons-icon-light.social-icons-clean li a i {
  color: #FFF !important;
  font-size: 18px;
}

.link-imoveis:hover.gradient-border {
	position: relative;
	z-index: 0;
	border-radius: 0px;
	overflow: hidden;
}

.link-imoveis:hover.gradient-border .image-container {
	padding: 2px;
}

.link-imoveis:hover.gradient-border::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: -150%;
	top: -150%;
	width: 400%;
	height: 400%;
	background-color: var(--color-custom-tertiary);
	background-repeat: no-repeat;
	background-size: 50% 50%, 50% 50%, 50% 50%;
	background-position: 100% 100%, 100% 0, 100% 100%, 0 100%;
	background-image: linear-gradient(var(--color-custom-primary), var(--color-custom-primary)), linear-gradient(var(--color-custom-primary), var(--color-custom-primary)), 
	linear-gradient(var(--color-custom-secondary), var(--color-custom-secondary)), linear-gradient(var(--color-custom-secondary), var(--color-custom-secondary)),
	linear-gradient(var(--color-custom-tertiary), var(--color-custom-tertiary)), linear-gradient(var(--color-custom-tertiary), var(--color-custom-tertiary));
	-webkit-animation: rotate 4s linear infinite;
	animation: rotate 2s linear infinite;
}

.link-imoveis:hover.gradient-border::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 2px;
	top: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: #fff;
	border-radius: 0px;
}

@-webkit-keyframes rotate {
	100% {
		transform: rotate(1turn);
	}
}

@keyframes rotate {
	100% {
		transform: rotate(1turn);
	}
}

.section-contato {
	background-color: #E9E9E9;
}

::placeholder { 
	font-family: modern;
	color: #000 !important;
	opacity: 1; 
	letter-spacing: 3px !important;
}

:-ms-input-placeholder { 
	font-family: modern;
	color: #000 !important;
	letter-spacing: 3px !important;
}

::-ms-input-placeholder { 
	font-family: modern;
	color: #000 !important;
	letter-spacing: 3px !important;
}

input.form-control,
select.form-control {
	padding: 10px;
}

option:first {
	color: #FF0000;
}

.container-colors {
	background: linear-gradient(to right, #A39938 33.33%, #FF0000 33.33% 66.66%, #0000FF 66.66% 100%);
	height: 6px;
}

.left-side-gallery-image {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 150px;
}

.owl-item img.img-owl-carousel {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100% !important;
	min-height: 425px;
	height: 545px;
}

.owl-item img.img-owl-carousel-2 {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100% !important;
	min-height: 200px;
	height: 200px;
}

.lightbox .img-thumbnail img {
	border-radius: 0px !important;
}


/* 
* Menu mobile
*/

.menu-overlay-with-animation-2 .card {
	border-color: #dcdcdf !important;
}

.menu-overlay-with-animation-2 .card-header {
	background: #dcdcdf !important;
	border-color: #dcdcdf !important;
}

.menu-overlay-with-animation-2 ::after, 
.menu-overlay-with-animation-2 ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-overlay-with-animation-2 ::after, 
.menu-overlay-with-animation-2 ::before {
	content: '';
}

.cd-logo, 
.cd-nav-trigger {
	position: relative;
	display: inline-block;
}

.cd-logo {
	top: 28px;
	left: 5%;
}
.cd-logo img {
	display: block;
}

.sticky-header-active .cd-nav-trigger {
	height: 71px;
	width: 71px;
}

.cd-nav-trigger {
	top: 5px;
	right: 0;
	height: 14px;
	width: 70px;
	z-index: 5;
	text-indent: 100%;
	white-space: nowrap;
	transition: 0.3s;
	cursor: pointer;
}

.cd-nav-trigger .cd-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%)
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: inline-block;
	width: 18px;
	height: 3px;
	background-color: #fff;
	z-index: 10;
	width: 35px;
}

.cd-nav-trigger .cd-icon::before, 
.cd-nav-trigger .cd-icon:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
}

.sticky-header-active .cd-nav-trigger .cd-icon,
.sticky-header-active .cd-nav-trigger .cd-icon::before,
.sticky-header-active .cd-nav-trigger .cd-icon:after {
	background-color: #000 !important;
}

.cd-nav-trigger .cd-icon::before {
	-webkit-transform: translateY(-6px) rotate(0deg);
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-o-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
	width: 35px;
	left: 0;
	top: -3px;
}

.cd-nav-trigger .cd-icon::after {
	-webkit-transform: translateY(6px) rotate(0deg);
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-o-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
	width: 35px;
	left: 0;
	top: 3px;
}

.cd-nav-trigger::before, 
.cd-nav-trigger::after {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0%;
	height: 100%;
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
}

.cd-nav-trigger::before {
	background-color: #0000;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.cd-nav-trigger::after {
	background-color: #d0ff0100;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

.cd-nav-trigger.close-nav::before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.cd-nav-trigger.close-nav::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.cd-nav-trigger.close-nav .cd-icon {
	background-color: #fff0 !important
}

.cd-nav-trigger.close-nav .cd-icon::before, 
.cd-nav-trigger.close-nav .cd-icon::after {
	background-color: #000;
}

.cd-nav-trigger.close-nav .cd-icon::before {
	-webkit-transform: translateY(0) rotate(45deg);
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-o-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.cd-nav-trigger.close-nav .cd-icon::after {
	-webkit-transform: translateY(0) rotate(-45deg);
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-o-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
	top: -3px;
	width: 35px;
	left: 0;
}

.cd-primary-nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
	background-color: #dcdcdf;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	visibility: hidden;
	list-style: none;
	opacity: 0;
	-webkit-transition: visibility 0s, opacity 0.3s;
	-moz-transition: visibility 0s, opacity 0.3s;
	transition: visibility 0s, opacity 0.3s;
}

.cd-primary-nav li {
	margin: .8em 0;
	text-align: center;
	text-transform: capitalize;
	list-style-type: none !important;
	list-style: none !important;
}

.cd-primary-nav a {
	font-size: 20px;
	font-size: 1.25rem;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
	font-size: 28px;
	color: #000 !important;
}

.cd-primary-nav a:hover{
	color: #000 !important;
	text-decoration: none;
}

.no-touch .cd-primary-nav a:hover {
	color: #ffffff;
}

.cd-primary-nav.fade-in {
	visibility: visible;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.cd-primary-nav li {
		margin: 2em 0;
	}

	.cd-primary-nav a {
		font-size: 28px
		font-size: 1.75rem;
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-primary-nav li {
		margin: 2.6em 0;
	}

	.cd-primary-nav a {
		font-size: 32px;
		font-size: 2rem;
	}
}

.cd-overlay-nav, 
.cd-overlay-content {
	position: fixed;
	top: 28px;
	right: 5%;
	height: 4px;
	width: 4px;
	-webkit-transform: translateX(-2vw) translateY(20px);
	-moz-transform: translateX(-2vw) translateY(20px);
	-ms-transform: translateX(-2vw) translateY(20px);
	-o-transform: translateX(-2vw) translateY(20px);
	transform: translateX(-2vw) translateY(20px);
}

.cd-overlay-nav span,
.cd-overlay-content span {
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.cd-overlay-nav.is-hidden, 
.cd-overlay-content.is-hidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-overlay-nav {
	z-index: 2;
}

.cd-overlay-nav span {
	background-color: #000;
}

.cd-overlay-content {
	z-index: 4;
}

.cd-overlay-content span {
	background-color: #00f !important;
}

.cd-content {
	padding: 80px 0;
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
	z-index: 1;
}

.cd-content .cd-intro {
	height: 200px;
	padding-top: 4.6em;
}

.cd-content h1 {
	text-align: center;
	font-size: 20px;
	font-size: 1.25rem;
}

.cd-content p {
	line-height: 1.5;
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.cd-content .cd-intro {
		height: 250px;
		padding-top: 6em;
	}

	.cd-content h1 {
		font-size: 28px;
		font-size: 1.75rem;
	}
	
	.cd-content p {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.8;
	}
}

.section-pesquisa {
	background: #6f6f6f;
}

.bg-form {
	background: #888;
}

#btn_submit {
  padding: 9.7px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47.14px !important;
}

.img-thumbnail.img-thumbnail-hover-icon.icon-video:after {
    content: '\f04b';
}

.img-thumbnail.img-thumbnail-hover-icon.icon-video:before {
    opacity: 1;
}

.img-thumbnail.img-thumbnail-hover-icon.icon-video:after {
    top: 50%;
    opacity: 1;
}

/*
* Custom
*/

/*img.mfp-img {
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
}

.mfp-image-holder .mfp-content {
  max-width: 100% !important;
  max-height: 100% !important;
  width: 50% !important;
  height: auto !important;
}*/