@charset "UTF-8";
/*!

Theme Name: Zecchel
Theme URI: zecchel.it
Description: HTML5 WordPress Theme
Version: 1.4.3
Author: Hangar Design Group
Author URI: hangar.it
Tags: HTML5, CSS3

*/

/*
FaktPro-Light
FaktPro-Thin
FaktPro-Medium
FaktPro-Normal
FaktPro-SemiBold
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap');

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
	font-display: swap;
}

section { position: relative; }

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: normal;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	outline: none;
	line-height: 1;
	padding: 0;
	border: none;
	-webkit-tap-highlight-color: transparent;
	background: transparent;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	margin: 0;
}

b,
strong {
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

html {
	font-size: 62.5%;
}

body {
	font: normal 1.4rem "Inter", sans-serif;
	line-height: 1.4;
	color: #00344d;
	font-weight: normal;
	background: white;
}

.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
}

svg,
img {
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
}

video {
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
}

a {
	background: transparent;
	outline: none;
	text-decoration: none;
	color: #3c3c3c;
	transition: all 0.5s;
}

b {
	/*font-family: "FaktPro-SemiBold";*/
    font-family: 'ModernicaBold';
}

ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

/* Auto-completamento form input Chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill {
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.slick-slide {
	outline: none;
}

.slick-slide div:first-child {
	display: grid;
}

#rotate-device {
	display: none;
	transition: all 0.5s;
	background: #000;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	/*font-family: 'FaktPro-SemiBold', sans-serif;*/
    font-family: 'ModernicaBold';
	font-size: 1rem;
	letter-spacing: 1px;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
}

u {
	/*
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	left: 0;
	top: 0;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	*/
	text-decoration: underline;
}

picture {
	display: block;
	width: 100%;
}

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

input, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 #fff, 0 0 #fff inset;
    -moz-box-shadow: 0 0 0 #fff, 0 0 #fff inset;
    box-shadow: 0 0 0 #fff, 0 0 #fff inset;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box; 
    
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px;
    border: 0;
}

.no-font {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif !important;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.open-close {
	width: 20px;
	height: 20px;
	position: fixed;
	top: 60px;
	right: 20px;
	z-index: 1000;
}

.open-close span {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #ba0c2f;
	transition: .5s;
}

.open-close span:nth-child(1) {
	top: 0;
}

.open-close span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}

.open-close span:nth-child(3) {
	top: 50%;
	margin-top: -1px;
}

.open-close span:nth-child(4) {
	width: 50%;
	bottom: 0;
}

.active .open-close span:nth-child(1) {
	opacity: 0;
}

.active .open-close span:nth-child(2) {
	transform: rotate(45deg);
}

.active .open-close span:nth-child(3) {
	transform: rotate(-45deg);
}

.active .open-close span:nth-child(4) {
	opacity: 0;
}

.slick-dots {
	width: 100%;
	position: absolute;
	bottom: 20px;
	display: flex;
	justify-content: center;
	left: 0;
}

.slick-dots li {
	width: 5px;
	height: 5px;
	margin: 0 5px;
	border-radius: 50%;
	background: white;
	opacity: .25;
}

.slick-dots li button {
	opacity: 0;
}

.slick-dots li.slick-active {
	opacity: 1;
}

iframe.map {
	width: 100%;
	height: 56.67%;
	min-height: 563px;
	
}

iframe.video {
	width: calc(100vw - 40px);
	max-width: 1600px;
	max-height: 900px;
	height: 56.67vw;
	margin: 20px auto auto auto;
}

/*
.wpcf7-form input,
.wpcf7-form textarea {
	border: solid 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

.wpcf7-form input[type=submit] {
	border: none;
    font-family: 'Modernica';
	color: rgba(112, 155, 163, 1);
	text-decoration: underline;
	padding: 0;
	margin: 0;
}

.wpcf7-form input[type=checkbox] {
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0 10px 0 0;
}

.wpcf7-form input[type=checkbox]:checked {
	background: rgba(112, 155, 163, 1);
}

.wpcf7-form p {
	display: flex;
	align-items: center;
	justify-content: center;
}

*/

#wrapper {

}

#header {
	padding: 0 20px;
	text-align: center;
}

#header .logo {
	width: auto;
	height: 130px;
	margin: auto;
}

#main-menu {
	display: none;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: space-around;
	border: solid 1px #00344d;
	padding: 10px;
	font-size: 1.0rem;
	text-transform: uppercase;
	min-width: 200px;
}

.btn img {
	width: 50px;
	margin: 0 0 0 10px;
}

.main-banner {
	position: relative;
}

.main-banner * {
	color: white;
}

.main-banner .content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.main-banner .content .main-title {
	width: 100%;
	height: auto;
	font-size: 3.0rem;
	font-weight: 100;
	margin: 20px;
}

.main-banner .btn {
	border-color: white;
	background: rgba(0, 0, 0, 0.25)
}

.main-banner .icone {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	padding: 0 10px 20px 10px;
}

.main-banner .icone ul {
	width: 100%;
	max-width: 300px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	text-align: center;
}

.main-banner .icone .icona {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	background: white;
}

.main-banner .icone .icona .hover {
	position: absolute;
	display: none;
}

.main-banner .icone .icona img {
	width: 25px;
}

.title {
	font-weight: bolder;
}

.min-title {
	font-weight: lighter;
}

.chisiamo {
	padding: 20px 20px 0 20px;
}

.chisiamo .content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.chisiamo .content .block {
	width: calc(50% - 10px);
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #00344d;
}

.chisiamo .content .block:nth-child(1) {
	width: 100%;
	border-bottom: none;
}

.chisiamo .content .block .line {
	display: block;
	width: 50px;
	height: 2px;
	background: #00344d;
	margin-top: 20px;
}

.chisiamo .content .block .num {
	display: block;
	font-size: 1.2rem;
	color: #666;
	padding-bottom: 20px;
}

.descrizione {
	padding: 20px;
}

.descrizione .content {
	text-align: center;
}

.descrizione p {
	padding-bottom: 20px;
}

.servizi {
	padding: 20px 20px 0 20px;
}

.servizi * {
	color: white;
}

.servizi .box {
	position: relative;
	margin-bottom: 20px;
}

.servizi .box .hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	padding: 20px 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: left;
	background: #00344d;
	opacity: 0;
	transition: 1s;
	font-size: 1.2rem;
	line-height: 1.6rem;
}

.servizi .box .hover:hover {
	opacity: 1;
}

.servizi .box .hover ul {
	list-style: disc;
	padding: 0 0 0 10px;
}

.servizi .box .hover li {
	margin-top: 10px;
}

.servizi .box .dida {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 20px;
	font-weight: bolder;
	color: white;
}

.servizi .box .hover img {
	width: 50px;
	height: auto;
	margin-bottom: 20px;
}

.servizi .box .hover .title {
}

.aree {
	padding: 20px;
}

.aree .content .block {
	padding-bottom: 20px;
}

.aree .content .block .main-title {
	padding-bottom: 20px;
}

.aree .content .block .line {
	display: block;
	width: 50px;
	height: 2px;
	background: #00344d;
	margin-top: 20px;
}

.aree .content .block p {
	padding-top: 20px;
}

.slider {
	width: 100% !important;
}

.slider .slide {
	position: relative;
}

.slider .slide * {
	color: white;
}

.slider .slide .content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(0, 0, 0, 0.75);
}

.slider .slide .content .sub-title {
	text-transform: uppercase;
	font-size: 1.2rem;
}

.slider .slide .content .main-title {
	padding-bottom: 20px;
}

.slider .slide .content .btn {
	border-color: white;
}

.contacts {
}

.contacts .container {
	padding: 20px;
	background: #00344d;
	color: white;
}

.contacts .info {
	padding-bottom: 20px;
}

.contacts a {
	color: white;
}

.contacts form .half {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contacts form .half span {
	display: block;
	width: calc(50% - 10px);
}


.contacts input {
	background: white;
	margin-bottom: 20px;
	font-size: 1.4rem;
}

.contacts textarea {
	background: white;
	margin-bottom: 20px;
	height: 60px;
	resize: vertical;
	font-size: 1.2rem;
}

.contacts input[type="checkbox"] {
	width: 10px;
	height: 10px;
	border: solid 1px white;
	margin: 0 20px 0 0;
	background: transparent;
}

.contacts input[type="checkbox"]:checked {
	background: white;
}

.contacts input[type="submit"] {
	margin-bottom: 0;
	background: white;
	color: #00344d;
	text-transform: uppercase;
	font-weight: bold;
}

.contacts label {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
	font-size: 1.2rem;
}

.contacts .wpcf7-spinner {
	display: none;
}

.wpcf7-not-valid-tip {
	font-size: 1.2rem;
	width: 100% !important;
	margin: -16px 0 16px;
}

.wpcf7-response-output {
	padding: 20px !important;
	margin: 20px 0 !important;
}

#footer {
	padding: 0 20px 20px 20px;
}

#footer .logo {
    width: auto;
    height: 130px;
    margin: auto;
}

#footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}


#footer p {
	width: calc (50% - 10px);
	padding-bottom: 20px;
	font-size: 1.2rem;
	color: #666;
}

#footer p:first-child,
#footer p:last-child {
	width: 100%;
	padding-bottom: 0;
}

#footer a {
	color: #666;
}

.dot {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
	margin: 20px 0;
}

.arrow-down {
	transform: rotate(90deg);
	width: 50px;
    margin: 30px 0 0 10px;
}




/*--------------------------------------------------- min-width: 375px */

@media only screen and (min-width: 375px) {

}


/*--------------------------------------------------- min-width: 768px */

@media only screen and (min-width: 768px) {
	
	body {
		font: normal 1.6rem "Inter", sans-serif;
	}
	
	.btn {
		background: rgba(0, 52, 77, 0);
		font-size: 1.4rem;
		padding: 10px 20px;
	}
	
	.btn:hover {
		background: rgba(0, 52, 77, 0.1);
	}
	
	.btn img {
		transition: .5s;
	}
	
	.btn:hover img {
		margin: 0 0 0 50px;
	}
		
	.main-banner {
		max-width: 1600px;
		margin: auto;
		padding: 0 20px;
	}

	.main-banner .content {
	    position: absolute;
	    top: 0;
	    left: auto;
	    right: 0;
	    z-index: 999;
	    width: 75%;
	    height: 75%;
	    padding: 20px 40px 20px 20px;
	    display: flex;
	    flex-direction: column;
	    align-items: flex-end;
	    justify-content: center;
	    text-align: right;
	}	
		
	.main-banner .content .main-title {
		font-size: 3.6rem;
	}	
	
	.main-banner .btn {
		margin: 0 20px 0 0;
	}
	
	.main-banner .icone * {
		transition: .5s;
	}
	
	.main-banner .icone ul {
		max-width: 600px;
		height: 90px;
	}

	.main-banner .icone .icona {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		margin: 0 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		position: relative;
		background: white;
	}

	.main-banner .icone .icona.active {
		background: rgba(0, 0, 0, 0.25);
		border: solid 1px white;
		width: 90px;
		height: 90px;
	}
	
	.main-banner .icone .icona.active .hover {
		display: inline;
		font-size: 1.2rem;
		font-weight: bold;
	}
	
	.main-banner .icone .icona.active img {
		opacity: 0;
	}

	.servizi .content {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	
	.servizi .content .box {
		width: calc(50% - 10px);
	}
	.servizi .content .box:nth-child(1) {
		width: 100%;
	}

}

/*--------------------------------------------------- min-width: 1024px */

@media only screen and (min-width: 1024px) {
	
	body {
		background: url(img/bkg.gif) center center repeat-y #f4f4f4;
	}
	
	#header {
		max-width: 1000px;
		margin: auto;
		text-align: left;
		position: relative;
	}
	
	#main-menu {
		display: block;
		position: absolute;
		top: 0;
		right: 20px;
	}
		
	#main-menu ul {
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}	
	
	#main-menu ul li {
		height: 130px;
		margin: 0 0 0 40px;
		white-space: nowrap;
		display: flex;
		align-items: center;
		text-transform: uppercase;
		font-size: 1.4rem;
	}
	
	#main-menu ul li a:hover {
		color: #00344d;
	}

	.main-banner .content {
	    width: 75%;
	    height: 50%;
	    padding: 20px 120px 20px 20px;
	}	
	
	.main-banner .content .main-title {
		font-size: 4.2rem;
	}	

	.main-banner .icone .icona {
	}

	.chisiamo {
		max-width: 1000px;
		margin: auto;
		padding: 40px 20px 0 20px;
	}
	
	.chisiamo .content {
		flex-wrap: nowrap;
	}
	
	.chisiamo .content .block {
	    width: calc(50% - 10px);
	    padding-bottom: 0;
	    margin-bottom: 0;
	    border-bottom: none;
	    
	    padding-left: 20px;
	    margin-left: 20px;
	    border-left: solid 1px #00344d;
	}	
	
	.chisiamo .content .block:nth-child(1) {
		border: none;
	    padding-left: 0;
	    margin-left: 0;
	    flex-grow: 2;
	} 

	.descrizione {
		max-width: 1000px;
		margin: auto;
		padding: 60px 20px 0 20px;
	}
	
	.descrizione p {
		text-align: left;
		column-count: 2;
		column-gap: 40px;
		padding-bottom: 40px;
	}
	
	.servizi {
		max-width: 1600px;
		margin: auto;
		padding: 60px 20px 0 20px;
	}

	.servizi .content .box:nth-child(1) {
		width: calc(50% - 10px);
	}
	
	.servizi .content .box:nth-child(2) {
		width: calc(50% - 10px);
	}
	
	.servizi .content .box:nth-child(3) {
		width: calc(33.33% - 13.3333333333px);
		margin-bottom: 0;
	}
	
	.servizi .content .box:nth-child(4) {
		width: calc(33.33% - 13.3333333333px);
		margin-bottom: 0;
	}
	
	.servizi .content .box:nth-child(5) {
		width: calc(33.33% - 13.3333333333px);
		margin-bottom: 0;
	}
	
	.aree {
		max-width: 1000px;
		margin: auto;
		padding: 40px 20px;
	}
	
	.aree .content {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	
	.aree .content .block {
		padding-bottom: 0;
	}
	
	.aree .content .block:nth-child(1) {
		width: calc(50% - 10px);
	}
	
	.aree .content .block:nth-child(2) {
		width: calc(50% - 10px);
		text-align: right;
	}
	
	.aree .content .block p {
		padding-top: 40px;
	}
	
	
	.aree .content .block .main-title {
		padding-bottom: 40px;
	}

	.slider {
		max-width: 1600px;
		margin: auto;
		padding: 0 20px;
	}
	
	.slider .slide .content .main-title {
		font-size: 3.0rem;
		max-width: 600px;
		margin: 0 auto 40px auto;
	}
	
	.contacts {
		max-width: 1600px;
		margin: auto;
		padding: 0 20px;
	}
	
	.contacts .container {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		
		background: #00344d;
		margin: auto;
		padding: 20px;
	}
	
	.contacts .content {
		width: 100%;
		max-width: 1000px;
		padding: 40px 20px;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	.contacts .content .box {
		width: calc(50% - 40px);
	}

	.contacts .content .info {
		padding-bottom: 0 !important;
	}
	
	.contacts .content .info .title {
		padding-bottom: 20px;
	}

	.contacts .content .box:nth-child(1) {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contacts .content .box:nth-child(1) .info:nth-child(1) {
		width: calc (50% - 10px);
	}

	.contacts .content .box:nth-child(1) .info:nth-child(2) {
		width: calc (50% - 10px);
	}

	.contacts .content .box:nth-child(1) .info:nth-child(3) {
		width: 100%;
		padding-top: 50px;
	}
	
	.contacts .content .box:nth-child(1) .info:nth-child(3) {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	
	.contacts .content .box:nth-child(1) .info:nth-child(3) .title {
		width: 100%;
	}
	
	.contacts .content .box:nth-child(1) .info:nth-child(3) p {
		width: 50%;
	}

	#footer {
		max-width: 1000px;
		margin: auto;
	}
	
	#footer .container {
		width: 100%;
	}
	
	#footer .content {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#footer .content p {
		padding: 20px;
		white-space: nowrap;
	}

	#footer .content p:nth-child(1) {
		flex-grow: 1;
		padding: 0;
	}
	
	#footer .content p:nth-child(2),
	#footer .content p:nth-child(3) {
		flex-grow: 2;
	}

	#footer .content p:nth-child(4) {
		text-align: right;
		flex-grow: 3;
		padding: 0;
	}

}

/*--------------------------------------------------- min-width: 1600px */

@media only screen and (min-width: 1600px) {

}

/*--------------------------------------------------- No-Touch Device */

@media (pointer: fine) {

}

/*--------------------------------------------------- Font-face */


/*--------------------------------------------------- Other */

::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=style.map */