:focus {outline-color: #00cbcc;}
.d-none {display: none}
.d-block {display: block;}
.d-inline-block {display: inline-block;}
.f-left {float: left;}
.f-right {float: right;}
.f-none {float: none;}
.ta-left {text-align: left;}
.ta-right {text-align: right;}
.ta-center {text-align: center;}
.m-auto {margin-left: auto; margin-right: auto;}
.mt-0 {margin-top: 0px;}
.mt-10 {margin-top: 10px;}
.mt-50 {margin-top: 50px;}
.mb-10 {margin-bottom: 10px;}
.mb-30 {margin-bottom: 30px;}
.mb-50 {margin-bottom: 50px;}
.mr-10 {margin-right: 10px;}
.pr-10 {padding-right: 10px;}
.fz-12 {font-size: 12px;}
.fz-16 {font-size: 16px;}
.fz-20 {font-size: 20px;}
.fz-24 {font-size: 24px;}
.fw-light {font-weight: lighter;}
.fw-normal {font-weight: normal;}
.fw-bold {font-weight: bold;}
.c-grey {color: #333;}
.clear {clear: both;}
.only {padding-left: 0; padding-right: 0;}

:hover,
.item,
.main-content .item:after {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

@media (prefers-reduced-motion) {
	:hover {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
}

a.selected {font-weight: bold;}

.section1 {
	background: url('../img/bg2.jpg') no-repeat 50% 50%;
	background-size: cover;
}

body,
.eapps-instagram-feed-title {
	font-family: 'Ubuntu', sans-serif !important;
}

.container {
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.min-container {
	max-width: 1100px;
}

.item:hover {
	-webkit-transform: translateY(-4%);
	-ms-transform: translateY(-4%);
	transform: translateY(-4%);
}

.main-content .item:before {
	content: "";
	border: 1px solid #00cbcc;
	padding: 25px 25px 50px;
	display: inline-block;
	width: 90%;
	height: 120%;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.main-content .item:hover:before {
	border: 2px solid #a49aff;
	height: 100%;
}

.main-content .item {
	position: relative;
}

.main-content .item h3 {
	text-align: right;
	position: absolute;
	bottom: -45px;
	right: 15px;
	margin: 0;
	z-index: 1;
	background: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.main-content .item:hover h3 {
	bottom: 80%;
	right: 30%;
	background: transparent;
}

.main-content .item:after {
	opacity: 0;
}

.main-content .item:hover h3,
.main-content .item:hover:after {
	opacity: 1;
}

.main-content .item:after {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
}

.main-content .item h3:after {
	content: "";
	background: transparent;
	position: absolute;
	bottom: 5px;
	left: 8px;
	width: 0;
	height: 6px;
	z-index: -1;
	-webkit-transition: ease-in-out 0.8s;
	-moz-transition: ease-in-out 0.8s;
	-o-transition: ease-in-out 0.8s;
	transition: ease-in-out 0.8s;
}

.main-content .item:hover h3:after {
	width: 100%;
	background: rgba(0, 203, 204, 0.75);
}

.logo {
	max-width: 260px;
}

.footer ul {
	padding-left: 0;
	list-style: none;
}

.footer h3,
.desc h3 {
	font-size: 16px;
}

.desc h3 {
	margin: 6px 0;
}

.call-header {
	position: fixed;
	z-index: 2;
	top: 0;
	right: 0;
	background: rgba(255,255,255,0.8);
	padding: 5px 10px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.call-header:hover {
	color: #009a96;
}

.header h2 {
	text-shadow: 0 0 5px #e0fbfa, 0 0 10px #e0fbfa, 0 0 15px #e0fbfa;
	padding: 20px 10px;
	margin: 40px 0 0;
	background-color: rgba(255,255,255,0.75);
}

.messenger {
	position: fixed;
	bottom: 20px;
	right: 25px;
	z-index: 1;
}

.serv-popup {
	opacity: 0;
	visibility: invisible;
	height: 0;
	position: absolute;
	padding: 20px;
	left: 10px;
	top: 50px;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.item:hover .serv-popup {
	display: inline-block;
	opacity: 1;
	visibility: visible;
	height: inherit;
}


/*   RESPONSIVE   */
@media (max-width: 767px) {

	.xs-ta-left {text-align: left !important;}
	.xs-ta-right {text-align: right !important;}
	.xs-ta-center {text-align: center !important;}
	.xs-block {display: block;}

	.main-content .item h3 {
		font-size: 18px;
	}

	.main-content .item {
		padding: 0 20px;
		margin-bottom: 120px;
	}

	.main-content .item h3 {
		right: 15px;
		bottom: -35px;
	}

	.main-content .item:before {
		left: 5px;
	}

	.footer a:not(.messenger) {
		margin: 0 16px 18px 0;
	}

	.serv-popup {
		top: 18%;
		left: 0;
		padding: 20px 30px;
	}

	.main-content .item:hover h3 {
		right: 20%;
		bottom: 78%;
	}

	.main-content ul {
		padding-left: 15px;
	}

}

@media (min-width: 768px) {
	h1 {
		padding: 20px;
		background: rgba(255,255,255,0.75);
		display: inline-block;
		margin: 0px auto;
	}

	body {
		padding: 10px;
	}

	.call-header {
		top: 10px;
		right: 10px;
	}

	.main-content .item {
		padding: 0 50px;
		margin-bottom: 100px;
	}

	.main-content .item:before {
		left: 25px;
		width: 75%;
	}

	.main-content .item:nth-child(even) {
		margin-top: 60px;
	}

	.main-content .item h3 {
		right: 45px;
		bottom: -33px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {

	.sm-f-right {float: right;}
	.sm-f-left {float: left;}
	.sm-f-none {float: none;}

	.sm-ta-left {text-align: left !important;}
	.sm-ta-right {text-align: right !important;}
	.sm-ta-center {text-align: center !important;}

	.main-content .item h3 {
		font-size: 18px;
	}

	.footer a {
		margin: 0 16px 18px 0;
	}

	.serv-popup {
		top: 30px;
		padding-right: 80px;
	}

	.main-content .item:hover h3 {
		bottom: 78%;
	}

	.main-content .item:hover:before {
		min-height: 230px;
	}

}

@media (min-width: 1024px) {

	.main-content .item {margin-bottom: 140px;}
	.main-content .item:nth-child(even) {margin-top: 100px;}

}

@media (min-width: 1024px) and (max-width: 1199px) {

	.md-ta-left {text-align: left !important;}
	.md-ta-right {text-align: right !important;}
	.md-ta-center {text-align: center !important;}

	.main-content .item h3 {
		bottom: -45px;
	}

}

@media (min-width: 1200px) {

	.footer .social img {
		-webkit-filter: grayscale(50%);
		filter: grayscale(50%);
		opacity: 0.8;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}

	.footer .social:hover img {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		opacity: 1;
	}

	.main-content .item h3 {
		right: 50px;
		bottom: -45px;
	}

	.serv-popup {
		top: 60px;
	}
	
}