/* Website RULES */
@font-face {
	font-family: Tahoma, "Trebuchet MS", sans-serif; font-weight: normal; font-style: normal; }
	/*font-family: 'PTSerif-Caption'; */
	/* src: url('../fonts/PT_Serif-Caption-Web-Regular.eot'); */
	/* src: local('☺'), url('../fonts/PT_Serif-Caption-Web-Regular.woff') format('woff'),  */ 
	/* url('../fonts/PT_Serif-Caption-Web-Regular.ttf') format('truetype'), url('../fonts/PT_Serif-Caption-Web-Regular.svg') format('svg'); */
	


body_bk {
	background: url(../images/bg-body.jpg) repeat left top;
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	min-width: 960px;
	margin: 0; 
}

body {
	background: url(../images/bg-body.jpg) repeat left top;
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	min-width: 0 !important; /* Rimuove l'obbligo dei 960px */
    width: 100%;
	/*height: 750px;*/	
    overflow-x: hidden; /* Impedisce lo scorrimento laterale */
    margin: 0;
    padding: 0;	
}

img { border: 0; }

a { text-decoration: none; color: #FFFFFF; }

a:hover { color: #FFAE2A; }

.wrapper_bk {
    width: 95%; /* Cambiato da 960px a 95% per adattarsi agli schermi piccoli */
    max-width: 960px; /* Resta al massimo 960px sui computer grandi */
    margin: 0 auto;
}

.wrapper {
    width: 95% !important;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box; /* Include padding nel calcolo della larghezza */
}
.clearfix:after {
	clear:both;
	content:"";
	display:block;
	/*height:1%;*/
	line-height:0;
	visibility:hidden;
}


.btn1, .btn2, .btn3, #newsletter input {
	background: url(../images/interface.png) no-repeat;
}
.btn1, .btn2, .btn3 {
	color: #fdfdfd;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: -3px 0 3px #053131;
	text-transform: uppercase;
}
.btn1 {
	background-position: 0 0;
	height: 34px;
	line-height: 34px;
	width: 202px;
	padding: 0 3px 9px;
}
.btn2 {
	background-position: 0 -53px;
	height: 37px;
	line-height: 37px;
	width: 216px;
	padding: 0 3px 8px;
}
.btn3 {
	background-position: 0 -108px;
	font: 22px/49px Tahoma, "Trebuchet MS", sans-serif;
	height: 49px;
	width: 222px;
}
.btn1:hover {
	background-position: -222px 0;
}
.btn2:hover {
	background-position: -232px -53px;
}
.btn3:hover {
	background-position: -232px -108px;
}


/*------------------------------ HEADER ------------------------------*/
/* #header {
	background: url(../images/bg-header.png) repeat-x center top;
	height: auto !important; 
    padding: 10px 0;
    text-align: center;
} */

#header_index {
	background: url(../images/bg-header.png) repeat-x center top;
    height: auto !important; /* Permette all'header di allungarsi se il menu va a capo */
    padding: 10px 0;
    text-align: center;    
}


/** Logo **/
#logo {
	float: left;
	display: inline-block; 
	margin-left: 25px;
	margin-top: -3px;	
	/** width: 15px; **/ 
	/** height: 15px; **/
}


/** Navigation **/
#navigation {
	display: inline-block;
	height: 50px;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
    width: 75%; /** Needed for IE7 **/    
    margin-top: -10px;
    /*margin-left: -30px;*/
}

/*#navigation_bk { display: block; width: 100%; height: auto !important;  margin: 10px 0 !important; }*/
/*#navigation_bk ul {  display: flex; flex-wrap: wrap; justify-content: center; padding: 0; }*/

#navigation li {
	font-family: Tahoma, "Trebuchet MS", sans-serif;
 	font-size: 16px;
    float: left;
	margin: 0 20px;
    display: inline-block;
    margin: 5px 10px !important;
    /* float: none !important;*/
}

/*#navigation li { }*/
#navigation li:first-child {
	margin-left: 0;
}
#navigation li a {
	color: #efefef;
	line-height: 20px;
	padding: 0px;
	text-decoration:none;
    font-size: 17px;
}
#navigation li a:hover, #navigation li.selected a {
	color: #44b2f1;
}


/** ______________ HOME (ex landing page) _______________**/

    
     .protocol-title {
            font-size: 1.6 rem;
            color: #FFAE2A; /* Rosso allerta */
            letter-spacing: 6px;
            width: 95% !important;
            max-width: 960px;
            margin: 0 auto; 
            padding-left: 50px;
            padding-top: 25px;
            font-weight:200;
        }
     .main-headline {
            font-family: 'Arial Black', sans-serif;
            font-size: 1.6 rem;
            line-height: 1.4;
            width: 95% !important;
            max-width: 960px;
            margin: 0 auto;      
            
            padding-left: 50px;
            text-transform: uppercase;			
		}
      .sub-headline {
            font-size: 1.1rem;
            color: #ccc;
            /*width: 95% !important;*/
            max-width: 920px;
            padding-bottom: 25px;
            margin: 0 auto;            
            font-style: italic;
            line-height: 25px;
            padding-left: 15px;
        }
         /*p.sub-headline { padding-left: 50px; }*/

        .content-body {
            max-width: 900px;
            margin: 50px auto;
            line-height: 1.8;
            font-size: 17px;
            font-family: 'Verdana',  "sans-serif";
            color: #e8eff4;
            text-align: justify;            
        }
        #vai_btn { border-radius: 5px; padding: 3px 10px 5px 10px; color:aliceblue; border: 1px solid #FFAE2A }
        #vai_btn:hover { background-color:#0E3850 }
           


/* ----------------- POPUP SERVIZI ---------- */
        .tools-grid { display: flex; gap: 10px; margin: 60px 0; }
        
        .tool-card { flex: 1; padding: 18px; background: rgba(255,255,255,0.05); border: 1px solid #222; border-radius: 10px; transition: 0.3s; }
        .tool-card:hover { border-color: #f34e4e; background: rgba(243, 78, 78, 0.05); }
        
        .tool-card h3 { color:lightskyblue; margin-top: 10px; margin-bottom: 15px; text-align: center; line-height: 26px; font-size: 20px; font-weight:10; letter-spacing: .3px;}
        
		.tool-card p { text-align: center; line-height: 26px; font-family: "Verdana", "sans-serif"; letter-spacing: .4px; }

        .offer-box { background: #09212F; border: 2px solid #FFAE2A; padding: 10px; margin-top: 10px; border-radius: 15px;  }

        .offer-title { font-size: 1.4rem; margin-bottom: 30px; color:#FFAE2A; text-align: center; }

        .kit-item { margin-bottom: 20px; border-bottom: 1px solid #FFAE2A; padding-left: 20px; text-align: left; }

        .kit-item strong { color: #fff; display: block; font-size: 1.1rem; }



/*------------------------------ CONTENTS ------------------------------*/


/** ----- MAIN ------ **/

.main { width: 95% !important; max-width: 960px; margin: 0 auto; box-sizing: border-box; /*padding: 0 10px; */ }

.main h1 {color:#FFAE2A; letter-spacing:3px; }
.main h3 {color: #949EAF; font-size: 21px; padding-left: 0px; letter-spacing:1.5px;  }

.main ul { margin-left: -15px; }
.main ul li { color: aliceblue; font-family: Tahoma, "Trebuchet MS", sans-serif; font-size: 17px;}

.main p { font-size: 17px; color: aliceblue; letter-spacing: 1.1px; line-height: 23px; text-align: justify; }
.main ul a { /*text-decoration:underline;*/ }



#contents {
	background: url(../images/bg-content.png) repeat-x center top;
	margin: 0 0 24px;
	padding: 56px 0 0;
	height: 650px;
    /*width: 100%;*/
}
#contents_bk {
	background: url(../images/bg-content.png) repeat-x center top;
	padding: 20px 0;
    width: 100%;
	
}
#contents h1, #featured h3 {
	color: #fbfdfd;
	font: italic 34px Tahoma, "Trebuchet MS", sans-serif;
	font-style: italic;
	margin: 0 0 18px;
}
#contents p {
	color: #e8eff4;
    font-family: "Tahoma", "sans-serif";
	/*font-size: 25px;*/
	line-height: 28px;
	margin: 0;
	padding: 0 0 10px;
	text-align: justify;
}
#contents ul li {
	font-family: "Tahoma", "sans-serif";
	font-size: 17px;
	text-align: justify;
}
#contents p a {
	color: #e8eff4;
}
#contents p a:hover {
	color: #0aa3fa;
}
#contents p b {
	display: block;
}
#contents .body {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}
#contents .click-here {
	float: right;
	/*background: url(../images/spacecraft.jpg) no-repeat center top; */
	background: #434343 ;
	display: inline-block;
	height: 142px;
	width: 301px;
	margin-left: 20px;
	text-align: center;
}
#contents .click-here h1 {
	color: #addcfe;
	font-style: italic;
	line-height: 36px;
	margin: 18px 0;
}


/** adbox **/
#adbox {
	/*background: #020a13 url(../images/19_.jpg) no-repeat center top; */
	/*background-position: left 500px top 10px;*/
	/*background: url(../images/bg-body.jpg) repeat left top;*/
	background: #0E161D ;
	
	/*height: 800px;*/
	min-height: 433px;
	margin: -56px 0 22px;
/** Needed for IE7 **/
	*margin: 0;	
	*position: relative;
	*top: -56px;
}
#adbox .wrapper {
	width: 940px;
	padding: 54px 10px 26px;
}
#adbox .info {
	height: 575px;
	width: 790px;
	overflow: hidden;
}
#adbox h1 {
	color: #ffffff;
	font-size: 48px;
	font-style: italic;
	line-height: 50px;
	margin-bottom: 30px;
}
#adbox p {
	color: #176eb0;
	font-size: 14px;
	line-height: 24px;
}
#adbox p a {
	color: #176eb0;
}
#adbox div.highlight {
	background: #171a1a url(../images/adbox-bg-heading.jpg) repeat-x left top;
	min-height: 82px;
	border-color: #000;
	border-style: solid none;
	border-width: 1px;
	margin-top: 100px;
}
#adbox div.highlight h2 {
	color: #484b4b;
	font-size: 34px;
	line-height: 82px;
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	text-shadow: -3px 0 3px #121413;
}
#adbox div.highlight h2 i {
	font-weight: normal;
}


/** sidebar **/
#sidebar {
	/*float: right; width: 720px;*/
    width: 95% !important; margin: 0 20px 0 20px;    
    /*  max-width: 960px; margin: 0 auto;*/    
}
#sidebar ul {
	list-style: none;
	margin: 0 0 80px;
	padding: 0;    
}
#sidebar > ul li {
	margin: 0 0 2px;
    display:inline-block;
}
#sidebar > ul li img {
	/*border: 4px solid #fff;
	border-radius: 3px;    */
}
#sidebar > ul li a:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}
#sidebar .click-here {
	background: url(../images/spacecraft-dark.jpg) no-repeat center top;
	display: inline-block;
	height: 162px;
	width: 221px;
	margin-left: 20px;
	text-align: center;
}


/** time **/
.time {
	color: #2986bb;
	font-size: 12px;
}



/** list **/
.list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list li span.time {
	float: right;
	margin-top: 6px;
}
.list li h4 {
	color: #fbfdfd;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	text-transform: uppercase;
}
.list li {
	padding: 0 0 48px;
}
#contents .list li p {
	padding: 0;
}
.list li a.more {
	float: right;
	color: #34b0fb;
	display: inline-block;
	font-size: 14px;
}
.list li a.more:hover {
	color: #c3e9fe;
}
/** pagination **/
.pagination {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.pagination li {
	float: left;
	font: 12px Tahoma, "Trebuchet MS", sans-serif;
	margin: 0 2px;
}
.pagination li a {
	color: #36b4fd;
	padding: 3px;
	text-decoration: none;
}
.pagination li a:hover, #pagination li.selected a {
	color: #95d3f9;
}


/** ------------- gallery ------------ **/
#gallery #sidebar, #contact #sidebar {
	margin-left: 10px;
}
#gallery .photos {
	margin: 0 0 20px;
}
#gallery .viewer {
	margin: 0 0 18px;
}
#gallery .photos > ul {
	background-color: #072a3e;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 12px 15px;
}
#gallery .photos > ul li {
	float: left;
	margin: 0 9px;
	position: relative;
}
#gallery .photos > ul li a:hover span.cover {
	background-color: #e8eff4;
	display: block;
	height: 96px;
	width: 100%;
	opacity: 0.49;
	position: absolute;
	top: 0;
	left: 0;
}




/** ______________ Contact _______________**/
#contact form {
	width: 709px;
}
#contact form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contact form ul li {
	display: inline-block;
	width: 100%;
	margin: 0 0 18px;
}
#contact form ul li > label {
	float: right;
	color: #e8eff4;
	display: inline-block;
	font: italic 14px/36px Tahoma, "Trebuchet MS", sans-serif;
	width: 230px;
}
#contact form ul li > label.msg {
	margin-bottom: 60px;
	padding-top: 80px;
}
#contact form ul li:hover > label {
	color: #2da6fc;
}
#contact textarea {
	float: left;
	background-color: #fff;
	color: #060606;
	font: 14px/36px Tahoma, "Trebuchet MS", sans-serif;
	height: 367px;
	width: 450px;
	border: 0;
	margin: 0 10px 0 0;
	padding-left: 10px;
	overflow: auto;
}
#contact form ul li div {
	display: inline-block;
	width: 225px;
	margin: 50px 0;
	padding-left: 5px;
}
#contact form ul li div label {
	color: #fcc43d;
	display: inline-block;
	font: 12px Tahoma, "Trebuchet MS", sans-serif;
	font-weight: normal;
}
#contact input[type='text'] {
	background-color: #fff;
	color: #060606;
	font: 14px/36px Tahoma, "Trebuchet MS", sans-serif;
	height: 36px;
	width: 440px;
	border: 0;
	margin-right: 10px;
	padding: 0 10px;
}
#contact input[type='checkbox'] {
	background-position: 0 0;
	height: 13px;
	width: 12px;
	border: 0;
	margin-left: 0;
	margin-right: 10px;
	padding: 0;
}
#contact input[type='submit'] {
	cursor: pointer;
	border: 0;
	margin-top: 3px;
	margin-left: 5px;
}
#contact div.checkbox label {
	cursor: pointer;
}



/*------------------------------ FOOTER ------------------------------*/
/*#footer { background-color: #e8eff4; margin: 60px auto; }*/
	/*justify-content: center;*/
	/*margin-top: 130px;*/
	/*float: left;*/
	/*border-top: 1px solid #fdfcfc;*/

/*#footer .body { background: #072438 url("../images/bg-footer.jpg") no-repeat center top; min-height: 136px; width: 100%; padding: 36px 0; }*/

/*#footer h4 { color: #fff; font: normal 14px Tahoma, "Trebuchet MS", sans-serif; margin: 0 0 12px; }*/

/*#footer p { color: #7890a1; font-size: 12px; line-height: 24px;	margin: 0; padding: 0 0 6px; }*/
/** featured **/
/*#featured { display: block; list-style: none; width: 960px; margin: 0 auto; padding: 30px 0; }*/
/*#featured li { float: left;	width: 220px; margin: 0 10px; text-align: center; }*/
/*#featured li h3 { color: #07304d; font-size: 18px; margin: 18px 0; }*/
/*#featured li h3 a { color: #07304d; text-decoration: none; }*/
/*#featured li h3 a:hover { color: #51a9e9; }*/
/*#featured li p { color: #07304d; font-size: 12px; text-align: center; }*/


/** links **/
#links {
	float: left;
	width: 460px;
	margin: 0 10px;
}
#links > div {
	float: left;
	width: 230px;
}
#links ul {
	list-style: none;
	width: 178px;
	margin: 0;
	padding: 0;
}
#links ul li {
	background: url(../images/border-footer.png) repeat-x left bottom;
	margin: 0 0 6px;
	padding: 3px 0 8px;
}
#links ul li:first-child {
	padding-top: 0;
}
#links ul li a {
	color: #7890a1;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
}
#links ul li a:hover {
	color: #e8eff4;
}



/** ---------------newsletter--------- **/
#newsletter {
	float: left;
	width: 460px;
	margin: 0 10px 10px;
}
#newsletter form {
	display: inline-block;
}
#newsletter input {
	float: left;
	font: 12px/36px Tahoma, "Trebuchet MS", sans-serif;
	height: 36px;
	border: 0;
	margin: 0;
	padding: 0;
}
#newsletter input[type='text'] {
	background-position: 0 bottom;
	width: 282px;
	margin-right: 24px;
	padding-left: 6px;
	padding-right: 6px
}

#newsletter input[type='email'] {
	background-position: 0 bottom;
	width: 282px;
	margin-right: 24px;
	padding-left: 6px;
	padding-right: 6px
}

#newsletter input[type='submit'] {
	background-position: -304px bottom;
	color: #fff;
	cursor: pointer;
	width: 102px;
}
#newsletter input[type='submit']:hover {
	background-position: right bottom;
}
#footer .footnote {
	float: right;
	display: inline-block;
	color: #03436f;
	width: 460px;
	margin-right: 10px;
}


/* ______________ CSS CONTATTI ___________________*/   
    :root { /* --accent: #f34e4e;text: #333; border-color: #ddd; */}
    /*body { font-family: Tahoma, "Trebuchet MS", sans-serif;  color: var(--text); line-height: 1.6; } */
    
      .container {
      max-width: 1140px;
      margin: 50px auto;
      padding: 0 20px;
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
    }

    /* ------ Area Modulo ------- */
	.contact-form { flex: 1; min-width: 350px; }
    /* h2 { font-family: Tahoma, "Trebuchet MS", sans-serif; font-size: 32px; margin-bottom: 20px; }*/

    .form-group { margin-bottom: 15px; }

    input, textarea {
      width: 100%;
      padding: 12px;
      border: 1px solid var(--border-color);
      border-radius: 8px;
      font-family: inherit;
      box-sizing: border-box;
    }
     .hidden-field {
      display: none !important;
    }
    .btn-send {
      background-color: #FB3434;
      color: #fff;
      border: none;
      padding: 15px 35px;
      border-radius: 50px;
      cursor: pointer;
      text-transform: uppercase;
      font-weight: 600;
      transition: 0.3s;
    }

    .btn-send:hover {
      background: #333;
    }
    .map-area {
      flex: 1;
      min-width: 350px;
    }
    .map-box {
      width: 100%;
      height: 450px;
      border-radius: 15px;
      overflow: hidden;
      border: 1px solid var(--border-color);
    }
    .map-info {
      margin-top: 15px;
      font-style: italic;
      color: #888;
      font-size: 0.9rem;
    }
    .newsletter-input {
      width: 250px;
      border-radius: 50px 0 0 50px;
      border-right: none;
    }
    .newsletter-btn {
      border-radius: 0 50px 50px 0;
      padding: 12px 25px;
      background: #111;
      color: #fff;
      border: none;
      cursor: pointer;
    }   


/* Stile per il messaggio di successo */
.popup-success {
	background: #d4edda;
	color: #155724;
	padding: 20px;
	border: 1px solid #c3e6cb;
	border-radius: 8px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

/* FLY OUT - Assicuriamoci che il padre sia il punto di riferimento */
#navigation ul li {
    position: relative;
    display: inline-block; /* Mantiene le voci orizzontali */
    vertical-align: middle;
}

/* Nascondiamo il sottomenu e lo posizioniamo */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%; /* Sotto la voce principale */
    left: 0;
    background: #000; /* Nero come il footer, o cambialo in base al tuo tema */
    padding: 10px 0;
    margin: 0;
    list-style: none;
    min-width: 150px;
    z-index: 999;
    border: 1px solid #333;
}

/* Le voci dentro il sottomenu devono essere una sotto l'altra */
.dropdown-menu li {
    display: block !important;
    width: 100%;
    margin: 0 !important;
    text-align: left;
}

.dropdown-menu li a {
    padding: 8px 15px !important;
    display: block !important;
    background: none !important;
    color: #fff !important; /* Testo bianco */
    font-size: 12px !important;
}

.dropdown-menu li a:hover {
    color: #ccc !important; /* Colore al passaggio del mouse */
    background: #222 !important;
}

/* L'interruttore: mostra il menu quando passi sopra con il mouse */
#navigation ul li:hover .dropdown-menu {
    display: block;
}


/* --- OTTIMIZZAZIONE PER CELLULARI --- */
@media (max-width: 768px) {
    .main-headline {
        font-size: 2rem !important; /* Ingrandisce il titolo principale sul telefono */
    }
    .sub-headline {
        font-size: 1.1rem !important;
    }
    .tools-grid {
        flex-direction: column; /* Mette le card una sotto l'altra invece che affiancate */
    }
	.tools-grid_bk {
        flex-direction: row !important; /* Torna a 3 colonne solo sui computer */
    }
    #navigation ul li {
        margin: 0 10px; /* Stringe lo spazio tra le voci del menu */
        font-size: 12px;
    }
    #logo img {
        max-height: 50px; /* Riduce un po' il logo per far spazio al menu */
    }
}
/* --- FIX FINALE HOME PAGE (ARCA) --- */
@media (max-width: 959px) {
    html, body {
        width: 100% !important;
        overflow-x: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
    }

    /* Blocca i testi lunghi e i titoli della Home */
    body #contents, 
    body .body, 
    body .info, 
    body p, 
    body h1, 
    body h2 {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        float: none !important;
        margin: 0 !important;
        padding: 15px !important;
    }
	
	 

     
/* Uniforma i titoli della pagina contatti alla home */
    .contact h1, .contact h2, #contents h1, #contents h2 {
        font-size: 1.5rem !important;
        text-align: center !important;
        line-height: 1.2 !important;
        word-wrap: break-word !important;
    }
    
    /* Centra i testi e i moduli nella pagina contatti */
    .contact .section, .contact form {
        width: 100% !important;
        float: none !important;
        padding: 10px !important;
        box-sizing: border-box !important;
    }
} /* <--- QUESTA PARENTESI CHIUDE LE REGOLE MOBILE E SALVA IL WEB! */

.upload-section { padding: 40px; background: #111; border-radius: 10px; margin: 20px auto; max-width: 800px; border: 1px solid #333; }





/* ------------Centra l'astronauta e i box-------- */	 
    
    /*body #adbox { margin-top: 0 !important; background-size: cover !important; width: 100% !important; }
    body .highlight h2 { font-size: 18px !important; text-align: center !important; } */

    /* Centra le 4 immagini e i testi sotto */
    /*body #footer #featured {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
    }
    body #footer #featured li {
        width: 100% !important;
        float: none !important;
        display: block !important;
        text-align: center !important;
        margin: 40px 0 !important;
        padding: 0 !important;
    }
    body #footer #featured li img {
        display: block !important;
        margin: 0 auto 15px !important;
        float: none !important;
        max-width: 220px !important;
    }
    body #footer #featured li h3, 
    body #footer #featured li p {
        text-align: center !important;
        width: 100% !important;
        margin: 5px 0 !important;
        padding: 0 10px !important;
    }
    
    body .wrapper { width: 100% !important; max-width: 100% !important; float: none !important; } */

/* --- FIX SPECIFICO PAGINA CONTATTI (VERSIONE DEFINITIVA) --- */
   /* body .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px !important;
        margin: 0 !important;
        display: block !important;
        box-sizing: border-box !important;
    }

    body .contact-form, 
    body .map-area {
        width: 100% !important;
        float: none !important;
        margin: 0 0 30px 0 !important;
        padding: 0 !important;
        display: block !important;
    }

    body .form-group input, 
    body .form-group textarea {
        width: 100% !important;
        box-sizing: border-box !important;
        font-size: 16px !important;
    }

    body .map-box {
        width: 100% !important;
        height: 250px !important;
        margin: 0 auto !important;
    }
    
    body .map-box iframe {
        width: 100% !important;
    }

    body .btn-send {
        width: 100% !important;
        padding: 15px !important;
        font-size: 18px !important;
        height: auto !important;
    }

    body .hidden-field { 
        display: none !important; 
    } */