/*===================================================================================================
Reset & basics
===================================================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.banner-img img {
	width: 100%;
	height: 200px;
	border-radius: 15px;
	padding: 7px;
}

.btn-profile {
	float: right;
	width: 70%;
	margin-top: 15px;
}

.service .row {
	max-width: 1180px;
}

h2.category__name {
	color: var(--business-primary-color);
}

.nav-items {
	color: var(--color-on-primary);
	border-color: var(--color-primary);
	background-color: var(--color-primary);
}

.nav-items {
	display: flex;
	align-items: center;
	height: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 9999px;
	white-space: nowrap;
	font-size: .75rem;
	line-height: 1rem;
	line-height: 1.5;
	border-width: 1px;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.feature.left p {
	height: 165px;
}

.btn-gallery {
	text-align: center;
	padding-top: 50px;
}

a.btn-gallery-1 {
	border: 1px solid #1ba1ff;
	background: #1ba1ff;
	padding: 18px 25px;
	color: #fff;
	font-size: 15px;
}

.btn-company {
	border: 2px solid #fff;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase
}

span.icon {
	position: absolute;
	margin-top: -7px;
}

.fa-2x {
	font-size: 2.5em !important;
}

span.txt {
	padding-left: 55px;
}

p.btn-profile {
	padding-top: 40px;
	text-align: center;
}

.white-popup p {
}

.touch-buttons__button {
	border: 1px solid;
	border-radius: 15px;
}

a.open-popup-link {
	border: 1px solid #1ba1ff;
	padding: 10px 10px;
	background: #1ba1ff;
	color: #fff;
}

.feature {
	width: 22% !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	height: 100%;
	max-width: 450px;
	/*max-width: 500px;*/
	margin: 0px auto;
	border-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#test-popup1,
#test-popup2,
#test-popup3,
#test-popup4,
#test-popup5,
#test-popup6 {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

/*	.content {
		padding:7px;
	}*/

/*===================================================================================================
Basic styles
===================================================================================================*/
body {
	font: 14px/21px 'Roboto Slab', serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	-webkit-transition: background-color 0.8s ease-out;
	-moz-transition: background-color 0.8s ease-out;
	-o-transition: background-color 0.8s ease-out;
	transition: background-color 0.8s ease-out;
	overflow-x: hidden;
}

/*===================================================================================================
Typography
===================================================================================================*/
h1, h2, h3, h4, h5, h6, strong, header, #clock strong, .button {
	color: #fff;
	font-family: 'BenchNine', sans-serif;
	font-weight: normal;
}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		font-weight: inherit;
	}

h1 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 14px;
}

h2 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 10px;
}

h3 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 6px;
}

h4 {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 6px;
}

h5 {
	font-size: 17px;
	line-height: 24px;
}

h6 {
	font-size: 16px;
	line-height: 21px;
}

p, .subscribe-box h6 {
	font-family: inherit;
	font-size: 1.1em;
	line-height: 1.6;
	color: #555;
}
/*===================================================================================================
Links
===================================================================================================*/
a, a:visited {
	/*color: #444;*/
	text-decoration: none;
	outline: 0;
	cursor: pointer;
}

	a:hover /*,a:focus*/ {
		opacity: 0.55;
	}

/*===================================================================================================
Images
===================================================================================================*/
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}

/*===================================================================================================
Buttons
===================================================================================================*/

.button {
	padding: 0 22px;
	height: 42px;
	font-size: 1.2em;
	font-weight: 400 !important;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border: none;
	width: auto !important;
	cursor: pointer;
	text-align: center;
	opacity: 1;
}

	.button:hover {
		padding: 0 24px;
		opacity: 0.85;
	}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*===================================================================================================
Forms
===================================================================================================*/
/* input[type="text"],input[type="password"],input[type="email"],textarea,select
	{
	border: 0;
	padding: 10px 0 10px 4px;
	outline: none;
	font: 15px 'BenchNine', sans-serif;
	color: #555;
	margin: 0;
	display: block;
	margin-bottom: 18px;
    width:100%;
	background: #fff;
}

select {
	padding: 0;
} */
.header-menu {
	opacity: 1;
	height: 75px;
	/*height: 70px;*/
	padding: 10px 0px;
	display: block;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn{
	color: white !important;
	background-color:var(--business-primary-color) !important;
}
/*.navbar-menu {
	display: grid;
	overflow: hidden;
	height: 50px;
	margin-top: 10px;
}*/
.navbar-menu {
	display: grid;
	overflow: hidden;
	height: 50px;
	margin-top: 0px;
}

.extra-info {
	margin-top: 20px;
}

/*.ul-menu {
	display: flex;
	overflow: auto;
}*/
.ul-menu {
	display: flex;
	overflow: auto;
	align-content: center;
	align-items: center;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #ccc;
	pad color: #444;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.title {
	font-size: 22px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #fff;
}

.read-more {
	margin-top: 25px;
	margin-bottom: 15px;
}

#text {
	display: none;
}

textarea {
	min-height: 150px;
}

label, legend {
	display: block;
	font-size: 14px;
	color: #fff;
}

select {
	width: 220px;
}

input[type="checkbox"] {
	display: inline;
}

label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}

/*===================================================================================================
All
===================================================================================================*/
/*effect*/
a, .iconFont, .feature {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
/*==========================*/

.row {
	width: auto;
	margin: 0 auto;
	padding: 0 30px;
}

/*=waypoint effect=*/
header {
	opacity: 0;
	top: 0;
}

/*@-moz-document url-prefix() { header { top: -50px; } } */

#feature1, #feature2, #feature3, .info, .form-contact {
	opacity: 0;
	position: relative;
	-webkit-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/*===================================================================================================
Section Style 
===================================================================================================*/

/*==header section css=====*/
header {
	position: sticky;
	width: 100%;
	height: 0px;
	background: #fff;
	color: #fff;
	width: 100%;
	display: table;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

	header nav {
		text-align: center;
	}

	header .row {
		padding: 22px 30px;
		display: table;
		text-align: center;
	}

	header a, .separator {
		display: flex;
		align-items: center;
		height: 33.4px;
		/*height: 2rem;*/
		padding-left: 1rem;
		padding-right: 1rem;
		border-radius: 9999px;
		white-space: nowrap;
		font-size: 16px;
		/*font-size: 1rem;*/
		line-height: 1.2rem;
		border-width: 1px;
		transition-property: all;
		/* transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1); */
		--text-opacity: 1;
		font-family: auto;
		font-family: inherit;
		font-weight: 500;
		color: var(--business-primary-color);
	}

	header .separator {
		margin-right: 10px !important;
		padding-top: 2px;
	}

	header .logo {
		float: left;
		background: url("logo-white.png") no-repeat;
		width: 236px;
		height: 106px;
		position: absolute;
		top: 35px;
		font-size: 2.2em;
		background-size: contain;
	}

	header .text-logo {
		font-size: 2.3em;
		line-height: 52px;
		width: 211px;
	}

	header.smaller .logo {
		background: url("logo.png") no-repeat;
		top: 7px;
		background-size: contain;
		height: 46px;
	}

	header .logo span {
		font-size: 0.8em;
	}

	header .sub-row {
		width: auto;
		max-width: 500px;
		padding-top: 30px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s
	}

h1.heading-name {
	color: var(--business-primary-color);
	font-size: 20px;
	/*font-weight: 900;*/
}

h1.timing {
	color: var(--business-primary-color);
	font-size: 16px;
	font-weight: 700;
}

header.smaller .row {
	padding: 15px 20px;
}

header.smaller .sub-row {
	max-width: 1000px;
	padding-top: 5px;
}


header.smaller {
	background: #fff;
	/* box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .5); */
	top: 0 !important;
	opacity: .7;
	z-index: 100;
}

	header.smaller a, header.smaller .separator {
		text-shadow: none;
		color: #aaa;
		font-family: inherit;
	}

.menu-list {
	text-align: center;
}

	.menu-list li {
		float: left;
		margin: 0 0 0 20px;
		font-size: 1.4em;
		font-weight: normal;
	}

.social-list {
	float: left;
	margin-left: 10px;
}

	.social-list li {
		float: left;
		margin-right: 6px;
	}

/*==home section css===*/
section.home {
	height: 700px;
	/*background: url("bg9.jpg") no-repeat scroll center top transparent;*/
	background-size: cover;
	background-position: 0 0;
}


.home-content {
	float: left;
	max-width: 500px;
	margin: 170px 0 0 0;
}

.home h1 {
	text-transform: uppercase;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
	font-size: 5em;
	line-height: 70px;
}

#clock {
	float: left;
	clear: both;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

	#clock span {
		font-family: verdana;
		padding-right: 1px;
		font-size: 1.4em;
		color: #fff;
	}

	#clock strong {
		font-size: 1.1em;
	}

	#clock p {
		float: left;
		clear: right;
		margin: 0 20px 0 0;
	}

.subscribe-box {
	float: left;
	width: 100%;
}

	.subscribe-box h6 {
		padding-bottom: 9px;
		letter-spacing: 1px;
		color: #fff;
		text-shadow: 0 1px 2px #000000;
		font-size: 1.3em;
	}

	.subscribe-box form {
		display: table;
		width: 100%;
	}

	.subscribe-box input, .button {
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 2px !important;
}

.subscribe-box input#email-subscribe {
	width: 60%;
	background: rgba(255, 255, 255, 0.1);
	border: solid 1px rgba(255, 255, 255, 0.1);
	float: left;
	color: #fff;
	padding: 10px;
	margin-right: 5px;
}


.subscribe-box input.error {
	-moz-box-shadow: 0 0 0 1px #E50000;
	-webkit-box-shadow: 0 0 0 1px #E50000;
	border: solid 1px rgba(227, 27, 27, 0.6) !important;
	border: solid 1px #b20000;
}
/*=====================*/

/*==about section css===*/



section.about {
	padding: 60px 0;
}

.about h2 {
	float: left;
	font-size: 4em;
	margin: 12px 0 0 0;
}

.about p {
	float: right;
	width: 70%;
}
/*=====================*/

/*==service section css===*/
section.service {
	padding: 70px 0;
	background: #fff;
}

.service .row2 {
	margin-top: 40px;
	display: inline-block;
}

.feature {
	float: left;
	width: 30%;
	text-align: center;
	margin-right: 3%;
	margin-bottom: 20px;
}

	.feature .iconFont {
		margin: 10px 0;
		display: block;
		font-size: 6em;
	}

	.feature.left .iconFont {
		float: none;
		height: 25%;
		margin: 0px;
		font-size: 2em;
		width: auto;
		min-width: 61px;
		margin-bottom: 10px;
	}

	.feature h3 {
		color: #222;
	}

	.feature.left h3 {
		float: left;
	}

	.feature p {
		text-align: left;
		margin: 0 auto;
		width: 90%;
	}

	.feature.left p {
		float: left;
		width: 69%;
		line-height: 1.5em;
		font-size: 1em;
	}

	.feature.last {
		margin-right: 0;
	}
/*=====================*/

/*==contact section css===*/
section.contact {
}

.contact .row {
	max-width: 900px;
	padding: 60px 30px;
}

.contact .info {
	float: left;
	width: 35%;
	margin-right: 5%;
	margin-top: 10px;
}

	.contact .info hr {
		float: left;
		width: 30px;
		border: none;
		background: #f0f0f0;
		margin: 13px 0 20px 0;
		height: 2px;
	}

.info ul {
	float: left;
	clear: both;
	padding: 0;
	display: table;
	width: 98%;
}

	.info ul li {
		clear: both;
		float: left;
		margin-bottom: 5px;
	}

.info .iconFont {
	float: left;
	margin-right: 5px;
	font-size: 1.1em;
}

.info .text {
	margin-bottom: 10px;
}

.contact .form-contact {
	float: left;
	width: 58%;
}

.contact h2 {
	color: #222;
	font-size: 4em;
}

.contact h3 {
	color: #222;
	font-family: 'Roboto Slab', serif;
	font-size: 1.3em;
	line-height: 24px;
	margin: 0;
}

.contact p {
	font-size: 1.1em;
}

.contact input, .contact textarea {
	width: 100%;
	border: solid 1px #e2e2e2;
}

	.contact input.error, .contact textarea.error {
		border-top: solid 1px rgba(227, 27, 27, 0.6) !important;
		border-top: solid 1px #b20000;
	}

.name-input-cont {
	margin-right: 4%;
}

.name-input-cont, .email-input-cont, .phone-cont, .button-cont {
	width: 100%;
	float: left;
	display: block;
}

.button-cont {
	margin-top: 10px;
	margin-bottom: 15px;
}

.message-cont {
	float: left;
	width: 98%;
}

label.error {
	display: none !important;
}

.contact .form-contact .button {
	float: right;
	margin-right: 4px;
	border: none;
}

.contact .social {
	float: left;
	clear: both;
	margin-top: 20px;
}

.contact label {
	font-family: 'Roboto Slab', serif;
	font-size: 1.2em;
	color: #555;
	font-weight: normal;
	margin: 0 0 2px 5px;
}

#coment {
	height: 90px;
}

#map-canvas {
	max-width: 100%;
	width: auto;
	height: 300px;
}

.cont-send {
	float: left;
	width: 100%;
}

#load_mensaje {
	float: left;
}

#submit_request_form {
	background: #fff !important;
	color: #1ba1ff !important;
	border: 2px solid #fff;
	font-size: 18px;
}

.load-form {
	background: url("load-ch.gif") no-repeat;
	width: 14px;
	height: 14px;
	display: none;
	float: left;
	margin: 10px 0 0 15px;
}

p.success {
	float: left;
	margin: 0 0 6px 6px;
	font-size: .9em !important;
	display: none;
}

p.success-request {
	display: none;
}
/*=====================*/

#prev {
	position: fixed;
	bottom: 80px;
	right: 10px;
	background: url("top.png") no-repeat;
	width: 43px;
	height: 43px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.visible#prev {
	display: block;
	opacity: 1;
}

#prev:hover {
	opacity: 1;
}

/*==contact section css===*/
footer .row {
	max-width: 950px !important;
}

footer {
	background: rgb(2 1 131 / 90%);
	padding: 20px 0;
	font-size: 1em;
}

	footer small {
		font-size: 1em;
		padding-top: 5px;
		display: inline-block;
		float: left;
		font-family: inherit;
		color: #fff;
	}

		footer small a {
			color: #fff;
		}

			footer small a:hover {
				text-decoration: underline;
			}


	footer ul {
		float: right;
	}

		footer ul li {
			float: left;
			margin-left: 15px;
		}

	footer .social {
		float: right;
	}

	footer .iconSocial {
		font-size: 1.8em;
		margin: 3px 10px 0 0;
		display: block;
		text-align: center;
	}

/*===================================================================================================
 Tablets & smaller screens   
===================================================================================================*/
@media only screen and (max-width: 1440px) {
	section.home {
		height: 700px;
	}
}

@media only screen and (max-width: 1023px) {

	/*==service section css===*/
	.feature.left h3 {
		clear: both;
		float: none;
	}

	.feature.left .iconFont {
		float: none;
		margin-bottom: 15px;
		font-size: 5.5em;
		min-width: none;
	}

	.feature.left p {
		float: none;
		width: 80%;
	}


	#map-canvas {
		height: 200px;
	}
}

/*===============================
/*RESPONSIVE DESIGN ADAPTER CSS
/*===============================

/*===================================================================================================
Tablet (Portrait)
===================================================================================================*/
/* Note: Design for a width of 768px */
@media only screen and (max-width: 767px) { /*==home section css===*/

	.menu-list li {
		font-size: 1.3em;
	}

	.home h1 {
		font-size: 4em;
		line-height: 50px;
	}

	.subscribe-box h6 {
		font-size: 1.1em;
	}

	/*==about section css===*/
	section.about {
		/*padding: 70px 10px;*/
	}

	.about h2 {
		float: left;
		font-size: 3.2em;
		margin: 5px 0 10px 0;
	}

	.about p {
		float: left;
		width: 100%;
		font-size: 1.1em;
	}

	/*==service section css===*/


	.service .row2 {
		margin-top: 30px;
	}

	.feature {
		width: 100%;
		margin: 0 0 30px 0;
	}

		.feature.last {
			margin-bottom: 0px;
		}

		.feature.left h3 {
			float: left;
			clear: none;
		}

		.feature.left .iconFont {
			margin-bottom: 2px;
			float: left;
			clear: none;
			font-size: 4.4em;
		}

		.feature.left p {
			float: left;
			width: 80%;
		}

	/*==contact section css===*/
	.contact h2 {
		font-size: 3.2em;
		margin-bottom: 2px;
	}

	.contact .info {
		width: 100%;
	}

	.info ul {
		width: 100%;
	}

	.contact .form-contact {
		width: 100%;
		border-top: solid 1px #f0f0f0;
		padding-top: 20px;
		margin-top: 25px;
	}

	/*==top button===*/
	#prev {
		background-size: 100%;
		width: 43px;
		height: 43px;
	}

	/*==footer css===*/
	footer {
		padding: 20px 0 20px 0;
	}

		footer small {
			font-size: 1.2em;
			display: block;
			text-align: center;
			width: 100%;
			margin-bottom: 8px;
		}

		footer .social {
			display: table;
			margin: 0 auto;
			float: none;
		}

		footer .iconSocial {
			font-size: 1.2em;
			margin: 5px 5px 0 0;
			display: block;
			text-align: center;
		}
}

/*===================================================================================================
Mobile (Landscape)
===================================================================================================*/
/* Note: Design for a width of 480px */
@media only screen and (max-width:466px) {

	.mfp-content {
		height: 500px;
	}

	section.home .row {
		padding: 0 20px;
	}
	/*==header css===*/
	header nav {
		float: left;
		clear: both;
		width: 100%;
		margin-top: -5px;
	}

	header .logo, header.smaller .logo {
		display: block;
		margin: 0 auto;
		position: relative;
		float: none;
		top: 5px;
		padding-right: 264px;
	}

	header .logo {
		background: url("logo.png") no-repeat;
	}

	header {
		background: #fff;
		top: 0 !important;
		opacity: .7;
	}

		header a, header .separator {
			text-shadow: none;
			color: var(--business-primary-color);
		}

	.old-price {
		text-decoration: line-through;
		color: #8c8c8c;
	}

	header .sub-row, header.smaller .sub-row {
		padding-top: 0px;
	}

	header .row, header.smaller .row {
		padding: 0px 0px 10px 0px !important;
	}

	.menu-list {
		margin-left: 205px;
		display: table !important;
		float: none !important;
	}


		.menu-list li {
			font-size: 1.3em;
		}

			.menu-list li:first-child, header.smaller li:first-child {
				margin-left: 0;
			}

	.social-list {
		display: none;
	}

	br {
		display: none;
	}

	/*==home section css===*/
	.home-content {
		margin: 130px 0 0 0;
	}

	section.home {
		height: 500px;
	}

	.home h1 {
		font-size: 3em;
		line-height: 45px;
	}

	.subscribe-box h6 {
		font-size: 1em;
	}

	#clock p {
		margin: 0 20px 0 0;
		line-height: 24px;
		text-align: center;
	}


	#clock span {
		font-size: 1.3em;
		display: block;
	}


	#clock strong {
		font-size: 1.2em;
		display: block;
	}

	.subscribe-box input#email-subscribe {
		width: 58%;
	}

	.button {
		font-size: 1.1em;
		padding: 0 18px;
		letter-spacing: 1px;
		font-weight: 400;
	}

		.button:hover {
			padding: 0 19px;
			opacity: 0.87;
		}

	/*==service section css===*/
	section.service {
		/*padding: 70px 10px;*/
	}

	.feature.left .iconFont {
	}

	.feature.left h3 {
		clear: left;
	}

	.feature.left p {
		width: 100%;
		clear: left;
	}

	/*==contact section css===*/
	.name-input-cont, .email-input-cont {
		width: 98%;
	}

	#map-canvas {
		height:
	}
}

/*===================================================================================================
 Mobile (Landscape)
===================================================================================================*/
@media only screen and (max-width:322px) {
	header.smaller li {
		/*margin: 0 0 0 10px;*/
	}

	.button {
		font-size: 0.9em;
		padding: 0 12px;
	}

		.button:hover {
			font-size: 0.9em;
			padding: 0 14px;
		}
}



/*===================================================================================================
Clearing
===================================================================================================*/

.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.row:after, .clearfix:after {
	clear: both;
}

.row, .clearfix {
	zoom: 1;
}

.subscribe_loading {
	display: none;
}

.subscribe_message {
	display: none;
	color: #fff;
	margin: 10px 0 20px 0;
}

	.subscribe_message h3 {
		margin: 0;
	}

	.subscribe_message p {
		color: #fff;
	}

@media (max-width: 466px) {
	header .row, header.smaller .row {
		padding: 0px !important;
	}
	header .logo {
		padding: 0px;
		height: 75px;
		margin-bottom: 25px;
		background-size: contain;
		background-position: center center;
	}

	header nav {
		float: none;
		margin-top: 0px;
		text-align: center;
		margin-top: 10px;
	}

	.menu-list {
		margin: 0px;
		text-align: center;
		display: block !important;
	}

		.menu-list li {
			float: none;
			display: inline-block;
		}

	.home-content {
		margin-top: 160px;
	}
}
