@media (max-width: 420px){
.g-recaptcha {transform:scale(0.77);transform-origin:0 0;}
}

@media (max-width: 767px) {
	

.hide_mobile {
	display: none !important;
}
	
.align_mobile_left {
	text-align:left !important;	
}
	
.margin_top_mobile {
	margin-top: 75px;
}
	
.hamburger {
	display: block;
}

/* MAIN */
	.alert_top {
		padding: 15px;
	}
	.alert_top p {
		font-size:11px;
		line-height: 14px;
	}

section {
	margin-bottom:75px;
}

section.intro {
	height: 85vh;
	min-height: 350px;
}

section.section_background {
	padding: 0 0 50px 0;
}
	
.section_first {
	padding-top: 200px;
}
	
.container {
    max-width: 100%;
    padding: 0 20px;
}

.wrapper {
    padding:0 5px;
}

.wrapper.wrapper_medium {
    padding:0 5px;
}
	
.wrapper.wrapper_big {
	padding:0 20px;	
}

.wrapper.wrapper_big_dx {
    padding:0 30px 0 0;
}

.container {
	margin-bottom: 50px;
}
	
.row {
	margin-bottom:50px;
}

.row.row_intro {
	height: 85vh;
	min-height: 400px;
	padding-bottom: 75px;
}

.col_dx {
	padding-top: 50px;
}

.col_dx_inside {
	padding: 0 0 0 0;
}
	
h1 {
	font-size: 14vw;
	line-height: 0.82em;
}

.intro h1 {
	margin: 15px 0;
}

.title {
	font-size: 14vw;
    line-height: 0.9em;
	margin: -30px 0 -60px 0;
}

h2 {
	font-size: 12px;
    line-height: 15px;
}

h3 {
	font-size: 30px;
    line-height: 35px;
    margin-bottom: 35px;
}

h3::after {
	width:25px;
	height: 1px;
	margin-top: 35px;
}

p {
	font-size: 15px;
    line-height: 20px;
}

p.p_mini {
	font-size: 13px;
    line-height: 18px;
}
	
a.more {
	font-size:14px;
	line-height: 14px;
	margin-top: 35px;
}

a.more::after {
    margin-top: 10px;
}

.scroll {
	left:0;
	bottom:0;
	height: 40px;
	width: 120px;
	border-right:2px solid #f4efe9;
}

.scroll span {
	right: 20px;
    font-size: 12px;
    line-height: 12px;
}
	
.scroll span i {
    margin-left:15px;
    font-size: 12px;
}


.item {
	padding: 60px 20px;
}

.img_page {
    width: 100%;
	height: 50vh;
    min-height: 350px;
}

.img_page_big {
    height: 50vh;
	min-height: 350px;
}

.img_box {
    height: 50vh;
	min-height: 350px;
}

.text_box {
	position: relative;
	margin-top: 35px;
}

.text_box h3 {
	margin-bottom: 20px;
}
	
.box:nth-child(-n+3) {
    margin-bottom: 50px;
}

ul.list_dett {
	font-size:14px;
	line-height: 18px;
	padding: 35px 0;
    margin-top: -30px;
	margin-bottom: -20px;
}
	
ul.list_dett li:first-of-type {
    padding-top: 0;
}

ul.list_dett li i{
	font-size: 14px;
    margin-right: 5px;
    margin-top: -4px;
	display: none;
}

.cit {
	margin-bottom: 75px;
}

.cit p {
    font-size: 15px;
    line-height: 20px;
}

.cit i {
	font-size:20px;
	margin-top: 30px;
}

#map {
    height: 50vh;
	min-height: 350px;
	margin-top: 75px;
}

.slick-next {
    bottom: -20px;
	right:0;
    width: 25px;
    height: 15px;
}

footer {
	position: relative;
	padding: 75px 0;
    margin-top: 75px;
}

footer a.logo {
	width:150px;
	height: 150px;
}

footer .col_footer {
	padding: 35px 35px !important;
	text-align: center;
}
	
footer .col_footer:nth-child(-n+2) {
	border: 1px solid #eca977;
	margin-bottom: 20px;
}
	
footer p {
    font-size: 16px;
    line-height: 22px;
}
	
footer h3 {
	margin-bottom: 20px;
}
	
footer h3::after {
    content: "";
    display: block;
    margin-left: 50%;
    transform: translate(-50%, 0);
}

p.footer_end {
	font-size:14px;
	line-height: 20px;
}

p.footer_end:first-of-type {
	margin-bottom: 35px;
}

p.footer_end:first-of-type::after {
	width:25px;
	height: 1px;
	margin-top: 35px;
}
	
	
	
/* END MAIN */
	
/* HEADER */
	
.header {
	position: absolute;
}

.site_header_bottom {
	height: 140px;
}

.site_header_bottom_inside {
	height: 140px;
}
	
.navigation {
 display: none;
 }

.navigation ul li {
	margin-left: 20px;
}
	
.navigation ul li:first-of-type {
    float: none;
    margin-left: 0;
}

a.nav_a_main {
	font-size:14px;
	line-height: 14px;
    padding: 35px 0;
    height: 99px;
}
	
a.logo {
	width:100px;
	height: 100px;
	top: 20px;
}
	
.nav_mobile {
	right: 20px;
    top: 100px;
}
	
	
	.inside_noimage .header {
		background: transparent;
	}
	
/* END HEADER */
	
/* FORM */
	
.area_form {
	margin-top: 50px;
	font-size:16px;
	line-height: 22px;
}

.area_form .field {
	margin-bottom: 20px;
}

.area_form .row_form {
	margin-bottom: 15px;
}

input, select {
	height: 40px;
	font-size: 14px;
}

textarea {
	height: 200px;
	font-size: 14px;
}

input[type=submit] {
	font-size:14px;
	line-height: 18px;
	max-width: 200px;
    padding: 10px 15px;
    min-height: 40px;
	border: 1px solid #eca977;
}

.label_row {
	padding-left: 35px;
  	margin-bottom: 12px;
}

.label_row.privacy {
	font-size:14px;
}

.checkmark {
	height: 22px;
  	width: 22px;
}


.label_row .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
	
/* END FORM */

}

@media (min-width: 768px) and (max-width: 991px) {

.hide_mobile {
	display: nonse !important;
}
	
/*.align_mobile_left {
	text-align:left !important;	
}*/
	
.margin_top_mobile {
	margin-top: 75px;
}

/* MAIN */

section {
	margin-bottom:75px;
}

section.intro {
	height: 100vh;
	min-height: 600px;
}

section.section_background {
	padding: 0 0 75px 0;
}
	
.section_first {
	padding-top: 220px;
}
	
.container {
    max-width: 100%;
    padding: 0 45px;
}

.wrapper {
    padding:0 30px;
}

.wrapper.wrapper_medium {
    padding:0 30px;
}
	
.wrapper.wrapper_big {
	padding:0 45px;	
}

.wrapper.wrapper_big_dx {
    padding:0 60px 0 0;
}

.container {
	margin-bottom: 75px;
}
	
.row {
	margin-bottom:75px;
}

.row.row_intro {
	height: 100vh;
	min-height: 600px;
	padding-bottom: 130px;
}

.col_dx {
	padding-top: 75px;
}

.col_dx_inside {
	padding: 0 0 0 0;
}
	
h1 {
	font-size: 12vw;
    line-height: 0.9em;
}

.intro h1 {
	margin: 15px 0;
}

.title {
	font-size: 12vw;
    line-height: 0.9em;
}

h2 {
	font-size:14px;
	line-height: 20px;
}

h3 {
	font-size: 28px;
    line-height: 33px;
	margin-bottom: 45px;
}

h3::after {
	width:25px;
	height: 1px;
	margin-top: 15px;
}

p {
	font-size: 18px;
    line-height: 24px;
}

p.p_mini {
	font-size: 15px;
    line-height: 20px;
}
	
a.more {
	font-size:14px;
	line-height: 14px;
	margin-top: 40px;
}

a.more::after {
    margin-top: 10px;
}

.scroll {
	left:0;
	bottom:0;
	height: 75px;
	width: 50%;
	border-right:2px solid #f4efe9;
}

.scroll span {
	right:35px;
	font-size:14px;
	line-height: 14px; 
}
	
.scroll span i {
    margin-left: 15px;
    font-size: 10px;
}

.item {
	padding: 75px 75px 75px 75px;
}

.img_page {
    width: 100%;
	height: 50vh;
    min-height: 450px;
}

.img_page_big {
	height: 50vh;
    min-height: 450px;
}

.img_box {
    height: 50vh;
	min-height: 450px;
}

.text_box {
	position: relative;
	margin-top: 35px;
}

.text_box h3 {
	margin-bottom: 20px;
}
	
.box:nth-child(-n+2) {
    margin-bottom: 75px;
}

ul.list_dett {
	font-size:14px;
	line-height: 18px;
	padding: 35px 0;
    margin-top: -30px;
}

ul.list_dett li {
	padding: 25px 0;
}

ul.list_dett li i{
	font-size: 14px;
    margin-right: 5px;
    margin-top: -4px;
}

.cit {
	margin-bottom: 75px;
}

.cit p {
    font-size: 15px;
    line-height: 20px;
}

.cit i {
	font-size:20px;
	margin-top: 30px;
}

#map {
    height: 80vh;
	min-height: 450px;
	margin-top: 75px;
}

.slick-next {
    bottom:-35px;
	right:0;
    width: 25px;
    height: 15px;
}

footer {
	position: relative;
	padding: 75px 0;
    margin-top: 75px;
}

footer a.logo {
	top:auto;
	width:120px;
	height: 120px;
}

footer .col_footer {
	padding: 35px 35px !important;
}
	
footer p {
    font-size: 16px;
    line-height: 22px;
}

p.footer_end {
	font-size:14px;
	line-height: 20px;
}

p.footer_end:first-of-type {
	margin-bottom: 35px;
}

p.footer_end:first-of-type::after {
	width:25px;
	height: 1px;
	margin-top: 35px;
}
	
/* END MAIN */
	
/* HEADER */
	
.header {
	position: absolute;
}

.site_header_bottom {
	height: 140px;
}

.site_header_bottom_inside {
	height: 140px;
}

.navigation ul li {
	margin-left: 8px;
}
	
.navigation ul li:first-of-type {
    float: none;
    margin-left: 0;
}

a.nav_a_main {
	font-size:14px;
	line-height: 14px;
    padding: 60px 0;
}
	
	a.nav_a_main::after {
		display: none;
	}
	
a.logo {
	width:100px;
	height: 100px;
	top: 20px;
}
	
/* END HEADER */
	
/* FORM */
	
.area_form {
	margin-top: 50px;
	font-size:16px;
	line-height: 22px;
}

.area_form .field {
	margin-bottom: 20px;
}

.area_form .row_form {
	margin-bottom: 15px;
}

input, select {
	height: 40px;
	font-size: 14px;
}

textarea {
	height: 200px;
	font-size: 14px;
}

input[type=submit] {
	font-size:14px;
	line-height: 18px;
	max-width: 200px;
    padding: 10px 15px;
    min-height: 40px;
}

.label_row {
	padding-left: 35px;
  	margin-bottom: 12px;
}

.label_row.privacy {
	font-size:14px;
}

.checkmark {
	height: 22px;
  	width: 22px;
}


.label_row .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
	
/* END FORM */

}

@media (min-width: 992px) and (max-width: 1199px) {

/* MAIN */

section {
	margin-bottom:100px;
}

section.intro {
	height: 100vh;
    min-height: 680px;
}

section.section_background {
	padding: 0 0 120px 0;
}
	
.section_first {
	padding-top: 240px;
}

.wrapper {
    padding:0 45px;
}

.wrapper.wrapper_medium {
    padding:0 15px;
}

.wrapper.wrapper_big_dx {
    padding:0 60px 0 0;
}

.container {
	margin-bottom: 100px;
    max-width: 100%;
    padding: 0px 60px;
}
	
.row {
	margin-bottom:75px;
}

.row.row_intro {
	height: 100vh;
    min-height: 680px;
	padding-bottom: 110px;
}

.col_dx {
	padding-top: 200px;
}

.col_dx_inside {
	padding: 0 60px 0 75px;
}
	
h1 {
	font-size: 80px;
    line-height: 0.9em;
}

.intro h1 {
	margin: 15px 0;
}

.title {
	font-size: 12vw;
    line-height: 0.9em;
}

h2 {
	font-size:14px;
	line-height: 20px;
}

h3 {
	font-size:30px;
	line-height: 35px;
}

h3::after {
	width:25px;
	height: 1px;
	margin-top: 25px;
}

p {
	font-size: 18px;
    line-height: 26px;
}

p.p_mini {
	font-size:16px;
	line-height: 22px;
}
	
a.more {
	font-size:16px;
	line-height: 16px;
	margin-top: 40px;
}

a.more::after {
    margin-top: 10px;
}

.scroll {
	left:0;
	bottom:0;
	height: 75px;
	width: 50%;
	border-right:2px solid #f4efe9;
}

.scroll span {
	right:35px;
	font-size:14px;
	line-height: 14px; 
}
	
.scroll span i {
    margin-left: 15px;
    font-size: 10px;
}

.item {
	padding: 100px 60px 100px 60px;
}

.img_page {
    width: 100%;
	height: 70vh;
    min-height: 400px;
}

.img_page_big {
	height: 65vh;
    min-height: 550px;
}

.img_box {
    height: 50vh;
	min-height: 350px;
}

.text_box {
	position: relative;
	margin-top: 35px;
}

.text_box h3 {
	margin-bottom: 20px;
	font-size: 22px;
}

ul.list_dett {
	font-size:14px;
	line-height: 18px;
	padding: 35px 0;
    margin-top: -30px;
}

ul.list_dett li {
	padding: 25px 0;
}

ul.list_dett li i{
	font-size: 14px;
    margin-right: 5px;
    margin-top: -4px;
}

.cit {
	margin-bottom: 120px;
}

.cit p {
    font-size: 15px;
    line-height: 20px;
}

.cit i {
	font-size:20px;
	margin-top: 30px;
}

#map {
    height: 80vh;
	min-height: 650px;
	margin-top: 75px;
}

.slick-next {
    bottom:-35px;
	right:0;
    width: 25px;
    height: 15px;
}

footer {
	position: relative;
	padding: 75px 0;
    margin-top: 100px;
}

footer a.logo {
	top:auto;
	width:200px;
	height: 200px;
}

footer .col_footer {
	padding: 50px 50px !important;
}

p.footer_end {
	font-size:14px;
	line-height: 20px;
}

p.footer_end:first-of-type {
	margin-bottom: 35px;
}

p.footer_end:first-of-type::after {
	width:25px;
	height: 1px;
	margin-top: 35px;
}
	
/* END MAIN */
	
/* HEADER */

.site_header_bottom {
	height: 160px;
}

.site_header_bottom_inside {
	height: 160px;
}

.navigation ul li {
	margin-left: 20px;
}

a.nav_a_main {
	font-size:14px;
	line-height: 14px;
    padding: 75px 0;
}
	
a.nav_a_main::after {
    bottom: 70px;
}
	
a.logo {
	width:100px;
	height: 100px;
}
	
/* END HEADER */
	
/* FORM */
	
.area_form {
	margin-top: 70px;
	font-size:16px;
	line-height: 22px;
}

.area_form .field {
	margin-bottom: 30px;
}

.area_form .row_form {
	margin-bottom: 20px;
}

input, select {
	height: 50px;
	font-size: 16px;
}

textarea {
	height: 200px;
	font-size: 16px;
}

input[type=submit] {
	font-size:16px;
	line-height: 22px;
	max-width: 200px;
    padding: 10px 15px;
    min-height: 50px;
}

.label_row {
	padding-left: 35px;
  	margin-bottom: 12px;
}

.label_row.privacy {
	font-size:14px;
}

.checkmark {
	height: 22px;
  	width: 22px;
}


.label_row .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
	
/* END FORM */

}

@media (min-width: 1200px) and (max-width: 1700px) {

/* MAIN */

section {
	margin-bottom:100px;
}

section.intro {
	height: 100vh;
	min-height: 680px;
}

section.section_background {
	padding: 0 0 120px 0;
}
	
.section_first {
	padding-top: 270px;
}

.wrapper {
    padding:0 60px;
}

.wrapper.wrapper_medium {
    padding:0 15px;
}

.wrapper.wrapper_big_dx {
    padding:0 60px 0 0;
}

.container {
	margin-bottom: 100px;
}
	
.row {
	margin-bottom:100px;
}

.row.row_intro {
	height: 100vh;
	min-height: 680px;
	padding-bottom: 70px;
}

.col_dx {
	padding-top: 120px;
}

.col_dx_inside {
	padding: 0 60px 0 75px;
}
	
h1 {
	font-size: 95px;
    line-height: 0.9em;
}

.intro h1 {
	margin: 15px 0;
}

.title {
	font-size: 12vw;
    line-height: 0.9em;
}

h2 {
	font-size:14px;
	line-height: 20px;
}

h3 {
	font-size: 30px;
    line-height: 40px;
}

h3::after {
	width:25px;
	height: 1px;
	margin-top: 25px;
}

p {
	font-size:18px;
	line-height: 28px;
}

p.p_mini {
	font-size:16px;
	line-height: 22px;
}
	
a.more {
	font-size:16px;
	line-height: 16px;
	margin-top: 40px;
}

a.more::after {
    margin-top: 10px;
}

.scroll {
	left:0;
	bottom:0;
	height: 50px;
	width: 50%;
	border-right:2px solid #f4efe9;
}

.scroll span {
	right:35px;
	font-size:14px;
	line-height: 14px;
	top: 45%;
}
	
.scroll span i {
    margin-left: 15px;
    font-size: 10px;
}

.item {
	padding: 120px 60px 120px 60px;
}

.img_page {
    width: 100%;
	height: 70vh;
    min-height: 550px;
}

.img_page_big {
	height: 90vh;
    min-height: 680px;
}

.img_box {
    height: 50vh;
	min-height: 350px;
}

.text_box {
	position: relative;
	margin-top: 35px;
}

.text_box h3 {
	margin-bottom: 20px;
}

ul.list_dett {
	font-size:16px;
	line-height: 20px;
	padding: 35px 0;
}

ul.list_dett li {
	padding: 25px 0;
}

ul.list_dett li i{
	font-size: 14px;
    margin-right: 5px;
    margin-top: -4px;
}

.cit {
	margin-bottom: 120px;
}

.cit p {
    font-size: 15px;
    line-height: 20px;
}

.cit i {
	font-size:20px;
	margin-top: 30px;
}

#map {
    height: 80vh;
	min-height: 650px;
	margin-top: 75px;
}

.slick-next {
    bottom:-35px;
	right:0;
    width: 25px;
    height: 15px;
}

footer {
	position: relative;
	padding: 100px 0;
	margin-top: 100px;
}

footer a.logo {
	width:180px;
	height: 180px;
}

footer .col_footer {
	padding: 50px 50px !important;
}

p.footer_end {
	font-size:14px;
	line-height: 20px;
}

p.footer_end:first-of-type {
	margin-bottom: 35px;
}

p.footer_end:first-of-type::after {
	width:25px;
	height: 1px;
	margin-top: 35px;
}
	
/* END MAIN */
	
/* HEADER */

.site_header_bottom {
	height: 180px;
}

.site_header_bottom_inside {
	height: 180px;
}

.navigation ul li {
	margin-left: 12px;
}

a.nav_a_main {
	font-size:16px;
	line-height: 16px;
    padding: 80px 0;
}
	
a.nav_a_main::after {
    bottom: 75px;
}

.open_nav i {
	font-size:9px;
	margin-right: 5px;
}

.nav_open {
	top:90%;
	left:50%;
	width:300px;
	margin-left: -150px;
	padding: 35px 50px;
}

.navigation ul li .nav_open ul li {
	margin-bottom: 15px;
}

a.nav_a_open {
	font-size:14px;
	line-height: 14px;
    padding-bottom: 15px;
}
	
a.logo {
	width:120px;
	height: 120px;
}
	
	
	
/* END HEADER */
	
/* FORM */
	
.area_form {
	margin-top: 70px;
	font-size:16px;
	line-height: 22px;
}

.area_form .field {
	margin-bottom: 30px;
}

.area_form .row_form {
	margin-bottom: 35px;
}

input, select {
	height: 50px;
	font-size: 16px;
}

textarea {
	height: 200px;
	font-size: 16px;
}

input[type=submit] {
	font-size:16px;
	line-height: 22px;
	max-width: 200px;
    padding: 10px 15px;
    min-height: 50px;
}

.label_row {
	padding-left: 35px;
  	margin-bottom: 12px;
}

.label_row.privacy {
	font-size:16px;
}

.checkmark {
	height: 22px;
  	width: 22px;
}


.label_row .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
	
/* END FORM */

}