
/*
Theme Name: Derma Cosmetika
Theme URI: https://dermacosmetika.com.au/
Author: FLPZ
Author URI: http://lopezflorian.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html {
	font-size: 18px;
}

body {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: inherit;
	color: #000;
}

body.preloader-site {
	overflow: hidden;
}

.wrapper {
	overflow-x: hidden;
}

.container {
	max-width: 1190px;
}

.mobile-only {
	display: none !important;
}

a {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

video {
	max-width: 100%;
	height: auto;
}

strong {
	font-weight: 700;
}

.fa-ul {
	margin-left: 0 !important;
}

.fa-ul li {
	padding-left: 40px;
	margin: 0 0 10px;
	list-style: none;
}

.fa-ul li .fa, .fa-ul li .fas, .fa-ul li .far, .fa-ul li .fal {
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 24px;
	color: #d0ae93;
}

a:not([href]):not([tabindex]) {
	cursor: pointer;
}

.btn {
	text-transform: uppercase;
	letter-spacing: 2.5px;
	border-radius: 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 50%) !important;
	padding: 25px 50px 25px 50px;
	white-space: normal;
}

.btn-white {
	border: none;
	color: #175a60 !important;
	background: #fff;
}

.btn-white:hover {
	border: none;
	color: #175a60 !important;
	background: #f5f5f5;
}

.btn-gold {
	border: none;
	color: #fff !important;
	background: #baa586;
}

.btn-gold:hover {
	border: none;
	color: #fff !important;
	background: #c7b79e;
}

input, textarea, select {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: inherit;
	width: 100%;
	background: rgba(0, 0, 0, .1);
	color: #fff;
	border: none;
	padding: 15px 30px;
	border: 1px solid #ccc;
	border-radius: 0;
	line-height: 20px;
}

textarea {
	height: 120px;
}

::-webkit-input-placeholder {
	color: #fff;
	font-style: italic;
}

:-ms-input-placeholder {
	color: #fff;
	font-style: italic;
}

::placeholder {
	color: #fff;
	font-style: italic;
}

input[type="submit"] {
	text-transform: uppercase;
	letter-spacing: 2.5px;
	border-radius: 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 50%) !important;
	padding: 25px 50px 25px 50px;
	white-space: normal;
	font-style: normal !important;
	border: none;
	color: #175a60 !important;
	background: #fff;
	width: auto;
}

input[type="submit"]:hover {
	border: none;
	color: #175a60 !important;
	background: #f5f5f5;
}

input[type=checkbox], input[type=radio] {
	width: auto;
}

input[type="file"] {
	padding: 0;
	border: none;
	background: none;
	margin: 10px 0 0;
}

select option {
	color: #444;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 30px;
	line-height: 1.2;
	position: relative;
	z-index: 2;
}

h1 {
	font-family: "Julius Sans One", Sans-serif;
	font-size: 52px;
}

h2, h3 {
	font-family: "Julius Sans One", Sans-serif;
	font-size: 42px;
}

h4, h5, h6 {
	color: #baa586;
	font-family: "Julius Sans One", Sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 2.5px;
}

#header {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	padding: 30px 60px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	z-index: 8;
}

.home #header {
	background: rgba(0, 0, 0, .5);
}

.header-left img {
	max-height: 50px;
	width: auto;
}

.header-left .custom-html-widget {
	display: none;
}

@media screen and (max-width:991px) {
	#header.f-nav .header-left .custom-html-widget {
		display: block;
	}
	
	#header.f-nav .header-left .widget_media_image {
		display: none;
	}
	
	.btn {
		padding: 20px;
	}
	
	#header.f-nav .btn {
		margin: 0;
		padding: 5px 30px;
	}
}

.top-menu, .top-menu ul {
	padding: 0;
	margin: 0;
	text-align: right;
}

.top-menu li {
	display: inline-block;
	margin: 0 10px;
	position: relative;
	list-style: none;
}

.top-menu li a {
	font-weight: 500;
	text-transform: uppercase;
	line-height: 60px;
	display: block;
	color: #fff;
	position: relative;
	font-size: 16px;
}

.top-menu li a:hover {
	color: #d0ae93;
}

.page-template-page-landing .top-menu li {
	margin: 0 0 0 10px;
}

.page-template-page-landing .top-menu li a {
	font-size: 13px;
}

.top-menu li a:hover:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #d0ae93;
	left: 0;
	bottom: 0;
}

.top-menu li ul {
	z-index: 99;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 60px;
	text-align: left;
	background: rgba(0, 0, 0, .9);
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 0;
	padding: 20px 0;
}

.top-menu li ul ul {
	left: 100%;
	top: -10px;
}

.top-menu li:hover > ul {
	opacity: 1;
	visibility: visible;
}

.top-menu li ul li {
	white-space: nowrap;
	padding: 0 20px;
}

.top-menu li ul li a {
	text-transform: none;
	line-height: 40px;
	font-size: 15px;
}

.header-right {
	text-align: right;
	font-size: 20px;
	color: #fff;
}

.header-right a {
	font-weight: 500;
	color: #fff;
}

.header-right a .fal {
	margin-right: 10px;
}

.header-right a .fal, .header-right a:hover {
	color: #d0ae93;
}

.page-id-828 .header-right {
	font-size: 16px;
}

.page-id-828 .header-right strong {
	font-size: 20px;
}

#header.f-nav {
	background: #000;
	padding: 10px 60px;
	top: 0;
}

.modal-content {
	padding: 50px;
	border-radius: 0;
	margin-top: 100px;
}

.modal-close {
	color: #d0ae93 !important;
	position: absolute;
	right: -40px;
	top: -40px;
	font-size: 32px;
	cursor: pointer;
}

.modal-content a {
	color: #d0ae93;
}

.modal-content p {
	margin: 0 0 30px;
}

#totop {
	position: fixed;
	display: none;
	left: 30px;
	bottom: 30px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	background: #d0ae93;
	border-radius: 20px;
	border: 1px solid #fff;
	font-size: 24px;
	z-index: 4;
}

#totop .fal {
	line-height: 36px;
	vertical-align: top;
}

#totop:hover {
	opacity: 1;
	background: #fff;
	color: #d0ae93;
	border: 1px solid #d0ae93;
}

#footer {
	padding: 60px 0 30px;
	font-size: 16px;
	background: #000;
	color: #ccc;
}

footer a {
	color: #ccc;
}

footer a:hover, footer a:not([href]):not([tabindex]):hover {
	color: #d0ae93;
}

footer p, footer ul {
	padding: 0;
	margin: 0 0 30px;
}

footer h4 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	font-family: inherit;
	letter-spacing: 0;
	margin: 0 0 20px;
}

footer .fa-ul li .fal {
	color: #ccc;
	font-size: inherit;
}

footer .social li {
	display: inline-block;
	margin: 0 20px 0 0;
	vertical-align: top;
}

footer .social li a {
	font-size: 32px;
	color: #d0ae93;
}

footer .social li a:hover {
	color: #fff;
}

footer .footer-right {
	text-align: right;
}

footer .footer-center {
	text-align: center;
}

.colophon {
	border-top: 1px solid #333;
	padding: 30px 0;
	background: #000;
	color: #ccc;
	font-size: 14px;
}

.colophon a {
	color: #ccc;
}

.colophon a:hover {
	color: #d0ae93;
}

.colophon .colophon-right {
	text-align: right;
}

.banner {
	height: 100vh;
	background: url("https://cdn-egeal.nitrocdn.com/iCmUfExEuqNektWEjWYdxmvgxHthWgYC/assets/images/optimized/rev-26bda08/dermacosmetika.com.au/wp-content/themes/dc/images/hero.jpg") no-repeat center;
	background-size: cover !important;
	position: relative;
	overflow: hidden;
}

.banner.nitro-lazy {
	background: none !important;
}

.banner-content {
	width: 100%;
	position: absolute;
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: #fff;
	z-index: 4;
}

.banner h1 {
	margin: 0 0 20px;
}

.banner p {
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 30px;
}

#breadcrumbs {
	font-size: 14px;
}

#breadcrumbs a {
	color: #fff;
}

#content {
	background: url("https://cdn-egeal.nitrocdn.com/iCmUfExEuqNektWEjWYdxmvgxHthWgYC/assets/images/optimized/rev-26bda08/dermacosmetika.com.au/wp-content/themes/dc/images/top-right.png") no-repeat right top #fff;
}

#content.nitro-lazy {
	background: none !important;
}

section p, section ul, section ol {
	margin-bottom: 30px;
	line-height: 1.8;
	padding: 0;
	position: relative;
	z-index: 1;
}

section article>.container {
	margin-top: 90px;
	margin-bottom: 60px;
}

section ul li {
	list-style: none;
	padding-left: 30px;
	position: relative;
	margin: 0 0 5px;
}

section li ul, section li ol {
	margin: 10px 0 10px 15px;
}

section ul li:before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	top: 0;
	left: 0;
	color: #baa586;
	font-weight: 300;
}

section .fa-ul li:before {
	display: none;
}

section p a, section li a {
	box-shadow: inset 0 -4px 0 0 #e7d1af;
	color: inherit;
}

section p a:hover, section li a:hover {
	background-color: #e7d1af;
	color: inherit;
}

section a.btn:hover, section a.btn:not([href]):not([tabindex]):hover {
	border: none;
}

section .alignleft {
	float: left;
	margin: 0 50px 30px 0;
}

section .alignright {
	float: right;
	margin: 0 0 30px 50px;
}

section .aligncenter {
	display: block;
	margin: 0 auto 30px;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section .wp-caption {
	max-width: 100%;
}

section .wp-caption-text {
	padding: 10px 0 0;
	font-size: 13px;
	color: #b2b2b2;
	text-align: center;
	font-style: italic;
	margin: 0;
}

section h1:not(:first-child), section h2:not(:first-child), section h3:not(:first-child), section h4:not(:first-child) {
	margin-top: 60px;
}

section table {
	width: 100%;
	margin: 0 0 40px;
}

section table th, section table td {
	padding: 10px 20px;
	border: none;
	vertical-align: top;
}

section table th {
	background: #baa586;
	color: #fff;
	text-transform: uppercase;
}

section table td {
	font-size: 14px;
	background: #f5f5f5;
}

section table td strong {
	font-size: 15px;
}

section table tr:nth-of-type(even) td {
	background: #e5e5e5;
}

section .wp-video {
	margin: 0 0 20px;
}

section blockquote {
	padding: 50px 50px 20px;
	border: 1px solid #2e2e2e;
	margin: 50px 0;
	font-style: italic;
}

.tiktok-embed {
	padding: 0px !important;
	border: none !important;
	margin: 0px !important;
}

section .anchor {
	scroll-margin-top: 80px;
}

section .elementor-button {
	line-height: 1.5;
}

.first-letter-container {}

.first-letter {
	float: left;
	display: block;
	font-family: "Times New Roman", serif;
	font-size: 100px;
	line-height: 80px;
	margin: 0 30px 0 0;
}

.content-left-item {
	padding: 80px !important;
	border-bottom: 1px solid #baa586;
	background: url("https://cdn-egeal.nitrocdn.com/iCmUfExEuqNektWEjWYdxmvgxHthWgYC/assets/images/optimized/rev-26bda08/dermacosmetika.com.au/wp-content/themes/dc/images/bottom-left.png") no-repeat left bottom;
}

.content-left-item.nitro-lazy {
	background: none !important;
}

.content-left-item h4 {
	margin: 0 0 10px;
}

section .nav-tabs {
	border: none;
}

section .nav-tabs li {
	margin: 0;
	padding: 0;
	width: 100%;
}

section .nav-tabs li:before {
	display: none;
}

section .nav-tabs li a {
	display: block;
	margin: 0 -80px;
	padding: 0 80px;
	line-height: 50px;
	box-shadow: none;
}

section .nav-tabs li a:hover, section .nav-tabs li a.active {
	box-shadow: 0 0 5px #ddd;
	background: #fff;
}

section .nav-tabs li a.active {
	font-weight: 700;
	color: #175a60;
	position: relative;
}

section .nav-tabs li a.active:after {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	right: 30px;
	top: 0;
	position: absolute;
}

.content-right h4 {
	border-bottom: 1px solid #baa586;
	padding-bottom: 30px;
}

.content-right {
	padding: 90px 15px 60px 80px;
}

.service-content {
	padding: 60px 120px 0 0;
}

.gallery-content {
	padding-right: 120px;
}

.home-services .elementor-column {
	min-height: 600px;
}

.home-services .elementor-column .elementor-element {
	position: absolute;
	bottom: 0;
	top: auto;
	transition: all .8s;
}

.home-services .elementor-column ul {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all .8s;
}

.home-services .elementor-column ul li {
	padding-left: 0;
	margin: 0;
}

.home-services .elementor-column ul li a:hover {
	background: none;
	border-bottom: 1px dotted #fff;
}

.home-services .elementor-column ul li:before {
	display: none;
}

.home-services .elementor-column:hover ul {
	max-height: 600px;
	opacity: 1;
}

.home-services .elementor-column:hover .elementor-element {
	bottom: auto;
	top: 30px;
}

.partners-slider {
	position: relative;
	padding: 0 !important;
	display: none !important;
	margin: 0;
}

.partners-slider.slick-initialized {
	display: block !important;
}

.partners-slider .slick-prev, .partners-slider .slick-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	z-index: 9;
	left: -50px;
}

.partners-slider .slick-next {
	left: auto;
	right: -50px;
}

.partners-slider .slick-prev:before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-size: 32px;
	opacity: 1;
	line-height: 50px;
	color: #888;
	font-weight: 300;
}

.partners-slider .slick-next:before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-size: 32px;
	opacity: 1;
	line-height: 50px;
	color: #888;
	font-weight: 300;
}

.partners-slider img {
	display: block;
	margin: 0 auto;
}

.partners-slider .slick-slide {
	padding: 0 30px;
}

.testimonials-slider {
	position: relative;
	padding: 0 !important;
	display: none !important;
	margin: 0;
}

.testimonials-slider.slick-initialized {
	display: block !important;
}

.testimonials-slider .slick-prev, .testimonials-slider .slick-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	z-index: 9;
	left: -50px;
}

.testimonials-slider .slick-next {
	left: auto;
	right: -50px;
}

.testimonials-slider .slick-prev:before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-size: 32px;
	opacity: 1;
	line-height: 50px;
	color: #888;
	font-weight: 300;
}

.testimonials-slider .slick-next:before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-size: 32px;
	opacity: 1;
	line-height: 50px;
	color: #888;
	font-weight: 300;
}

.testimonials-slider img {
	display: block;
	margin: 0 auto;
}

.testimonials-slider .slick-slide {
	text-align: center;
	position: relative;
	padding: 50px 50px 20px;
	text-align: center;
}

.testimonials-slider .slick-slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 40px;
	background: url("https://cdn-egeal.nitrocdn.com/iCmUfExEuqNektWEjWYdxmvgxHthWgYC/assets/images/optimized/rev-26bda08/dermacosmetika.com.au/wp-content/themes/dc/images/quote-left.png") no-repeat center;
}

.testimonials-slider .slick-slide:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 40px;
	background: url("https://cdn-egeal.nitrocdn.com/iCmUfExEuqNektWEjWYdxmvgxHthWgYC/assets/images/optimized/rev-26bda08/dermacosmetika.com.au/wp-content/themes/dc/images/quote-right.png") no-repeat center;
}

.testimonial-content {
	font-style: italic;
	font-weight: 300;
	font-size: 20px;
}

.testimonial-name {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 2.5px;
}

.promos-slider {
	position: relative;
	padding: 0 !important;
	display: none !important;
	margin: 0;
}

.promos-slider.slick-initialized {
	display: block !important;
}

.promos-slider .slick-prev, .promos-slider .slick-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	z-index: 9;
	left: 30px;
}

.promos-slider .slick-next {
	left: auto;
	right: 30px;
}

.promos-slider .slick-prev:before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-size: 32px;
	opacity: 1;
	line-height: 50px;
	color: #999;
	font-weight: 300;
}

.promos-slider .slick-next:before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-size: 32px;
	opacity: 1;
	line-height: 50px;
	color: #999;
	font-weight: 300;
}

.promos-slider img {
	display: block;
	margin: 0 auto;
}

.promos-slider .slick-slide {
	padding: 90px 0 60px;
	background-size: cover !important;
}

.home .promos-slider .slick-slide {
	padding: 210px 0 90px;
}

.promos-slider .slick-slide h3 {
	position: relative;
	padding-bottom: 30px;
	margin-top: 0;
}

.promos-slider .slick-slide h3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 1px;
	background: #baa586;
}

.promos-slider .slick-slide img {
	box-shadow: 0 0 10px #999;
}

.grecaptcha-badge {
	display: none !important;
}

#sitemap_authors, #sitemap_posts, #sitemap_mytemplates, #sitemap_galleries, #sitemap_services, #wpseo_sitemap h3, #sitemap_testimonials, #sitemap_promos, #sitemap_partners {
	display: none;
}

#map {
	height: 450px;
	position: relative;
}

#map .map-marker {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

#map .map-marker, #map .map-marker .marker-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#map .map-marker .marker-wrapper {
	position: relative;
	width: 60px;
	max-width: 100%;
	height: 80px;
	max-height: 100%;
	z-index: 10;
	pointer-events: all;
	margin-bottom: 40px;
}

#map .map-marker .marker-wrapper:focus+.marker-content, #map .map-marker .marker-wrapper:hover+.marker-content {
	opacity: 1;
	transition: all .4s ease;
}

#map .map-marker .marker-content {
	position: absolute;
	background: #fff;
	padding: 1rem 2rem;
	border-radius: 5rem;
	margin-top: -200px;
	opacity: 0;
	transition: all .4s ease;
	pointer-events: none;
	z-index: 12;
}

#map .map-marker .marker-content span {
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
}

#map .map-marker .marker-content:after, #map .map-marker .marker-content:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#map .map-marker .marker-content:after, #map .map-marker .marker-content:before {
	border-color: hsla(0, 0%, 100%, 0);
	border-top-color: #fff;
	border-width: 1rem;
	margin-left: -1rem;
}

.ba-slider {
	position: relative;
	padding: 0 !important;
	display: none !important;
	margin: 0 !important;
}

.ba-slider.slick-initialized {
	display: block !important;
}

.ba-slider .slick-prev, .ba-slider .slick-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	z-index: 9;
	left: -50px;
}

.ba-slider .slick-next {
	left: auto;
	right: -50px;
}

.ba-slider .slick-prev:before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-size: 32px;
	opacity: 1;
	line-height: 50px;
	color: #888;
	font-weight: 300;
}

.ba-slider .slick-next:before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-size: 32px;
	opacity: 1;
	line-height: 50px;
	color: #888;
	font-weight: 300;
}

.ba-slider img {
	display: block;
	margin: 0 auto;
}

.ba-slider .slick-slide {
	padding: 0 30px;
}

.ba-slider .slick-dots {
	bottom: -60px;
}

.ba-slider .slick-dots li:before {
	display: none;
}

.ba-slider .slick-dots li button:before {
	font-size: 16px;
}

.ba-slider .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #175a60;
}

#faq .elementor-accordion-item {
	margin: 0 0 10px;
	overflow: hidden;
	box-shadow: 0 0 5px #999;
}

#faq .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
	float: right;
	text-align: center;
	border: 1px solid #175a60;
	border-radius: 50%;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	width: 25px;
	margin-top: -5px;
}

@media screen and (max-width:991px) {
	.mobile-only {
		display: block !important;
	}
	
	.desktop-only {
		display: none !important;
	}
	
	br {
		display: none;
	}
	
	#header, #header.f-nav {
		padding: 15px;
	}
	
	#header .header-left img {
		max-width: 70%;
	}
	
	#header .header-left {
		position: relative;
	}
	
	.header-left .mobile-menu {
		position: absolute;
		right: 15px;
		top: 0;
		color: #fff;
	}
	
	.header-left .mobile-menu a {
		text-transform: uppercase;
		color: #fff;
		margin-left: 15px;
		display: inline-block;
		text-align: center;
		font-size: 12px;
	}
	
	.header-left .mobile-menu a:hover {
		color: #d0ae93;
	}
	
	.header-left .mobile-menu .fal {
		font-size: 18px;
		line-height: 1;
	}
	
	.top-menu {
		display: none;
		background: #000;
		text-align: center;
	}
	
	.top-menu ul {
		padding: 0;
		margin: 20px 0 0;
		text-align: center;
	}
	
	.top-menu li {
		list-style: none;
		margin: 0 0 10px;
		display: block;
	}
	
	.top-menu li a {
		line-height: 40px;
		display: inline-block;
	}
	
	#footer {
		padding: 60px 0 30px;
	}
	
	#footer .widget {
		margin: 0 0 30px;
	}
	
	footer .footer-right {
		text-align: center;
	}
	
	.colophon, .colophon .colophon-right {
		text-align: center;
	}
	
	footer .social li {
		margin: 0 10px;
	}
	
	.no-bg-mobile {
		background-image: none !important;
	}
	
	.no-bg-mobile.nitro-lazy {
		background-image: none !important;
	}
	
	section article>.container {
		margin-top: 60px;
		margin-bottom: 30px;
	}
	
	.banner {
		height: 50vh;
	}
	
	.banner h1 {
		font-size: 32px;
	}
	
	.banner p {
		font-size: 18px;
	}
	
	.banner-content {
		bottom: 30px;
	}
	
	.content-mobile {
		padding: 60px 15px 30px;
	}
	
	.content-mobile .service-content {
		padding: 0;
	}
	
	.content-mobile .panel-title {
		padding: 10px 30px 10px 0;
		border-bottom: 1px solid #baa586;
		position: relative;
	}
	
	.content-mobile .panel-title .fal {
		position: absolute;
		right: 0;
		top: 15px;
	}
	
	.content-mobile .panel-title a {
		color: inherit;
		font-weight: 400;
	}
	
	.panel-collapse {
		padding: 20px 0 0;
	}
	
	.partners-slider {
		padding: 0 50px !important;
	}
	
	.partners-slider .slick-prev {
		left: 0;
	}
	
	.partners-slider .slick-next {
		right: 0;
	}
	
	.partners-slider .slick-slide {
		padding: 0 15px;
	}
	
	.testimonials-slider {
		padding: 0 50px !important;
	}
	
	.testimonials-slider .slick-prev {
		left: 0;
	}
	
	.testimonials-slider .slick-next {
		right: 0;
	}
	
	.testimonials-slider .slick-slide {
		padding: 0 15px;
	}
	
	.testimonials-slider .slick-slide:before, .testimonials-slider .slick-slide:after {
		display: none;
	}
	
	.testimonial-content {
		font-size: 16px;
	}
	
	.testimonial-name {
		font-size: 18px;
	}
	
	.promos-slider .slick-slide {
		padding: 60px 40px 30px;
		background-position: left center !important;
	}
	
	.home .promos-slider .slick-slide {
		padding: 120px 40px 30px;
	}
	
	.promos-slider .slick-prev {
		left: 0;
	}
	
	.promos-slider .slick-next {
		right: 0;
	}
	
	.promos-slider .slick-slide h3 {
		font-size: 24px !important;
	}
	
	.promos-slider .slick-slide {
		font-size: 16px;
	}
	
	.promos-slider .slick-slide {
		background-position: left top !important;
	}
	
	.ba-slider {
		padding: 0 50px !important;
	}
	
	.ba-slider .slick-prev {
		left: 0;
	}
	
	.ba-slider .slick-next {
		right: 0;
	}
	
	.ba-slider .slick-slide {
		padding: 0 15px;
	}
	
	.ba-slider .slick-dots {
		display: none !important;
	}
	
	h1, h2, h3 {
		font-size: 32px !important;
	}
	
	.btn {
		margin-bottom: 5px;
	}
	
	.top-menu li ul {
		visibility: visible;
		position: static;
		text-align: center;
		opacity: 1;
		margin: 0;
		padding: 0;
	}
	
	.top-menu li ul li {
		margin: 0;
		padding: 0;
	}
	
	.top-menu li ul li a {
		color: #999;
	}
	
	.alignnone {
		display: block;
		margin: 0 auto 20px;
	}
	
	.page-id-1605 #banner {
		background-position: 85% center !important;
	}
}

@media screen and (max-width:767px) {}

@media screen and (max-width:576px) {}

#technology a {
	position: relative;
	display: inline-block;
	box-shadow: 0 0 5px #333;
	margin-right: 10px;
}

#technology a:before, #technology a:after {
	opacity: 1;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

#technology a:hover:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(23, 90, 96, .7);
	opacity: 1;
}

#technology a:hover:after {
	content: "Learn More";
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	font-weight: 700;
	font-size: 18px;
	line-height: 100px;
	text-transform: uppercase;
}

@media screen and (max-width:991px) {
	#technology a {
		margin-right: 0;
	}
}

.page-id-1605 #menu-item-509, .page-id-1605 #menu-item-513 {
	display: none;
}

.page-id-1619 #menu-item-509, .page-id-1619 #menu-item-513, .page-id-1619 #menu-item-511 {
	display: none;
}

.page-id-1639 #menu-item-509, .page-id-1639 #menu-item-513 {
	display: none;
}
