
body {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    line-height: 30px;
    text-align: center;
    background: url("/img/background.png") repeat-x #bcd1e3;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #42bfc2; text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
a:hover{
	color: white;
	font-weight: 800;
	letter-spacing: -0.3px;
}
a:focus{
	color:yellow;
	
}
h1, h2 { margin-top: 10px; font-size: 36px; font-weight: 700; color: #555; line-height: 44px; }
h3 { font-size: 22px; font-weight: 400; color: #555; line-height: 30px; }

img { max-width: 100%; }

.medium-paragraph { font-size: 18px; line-height: 34px; }

::-moz-selection { background: #42bfc2; color: #fff; text-shadow: none; }
::selection { background: #42bfc2; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container { margin: 0 auto; padding-bottom: 80px; }
.section-container-gray-bg { background: #f8f8f8; }

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 { color: #fff; }

.section-container-image-bg .divider-1 .line { border-color: #fff; opacity: 0.8; }

.section-description { margin-top: 60px; padding-bottom: 10px; }

.section-description p { margin-top: 20px; padding: 0 120px; }
.section-container-image-bg .section-description p { opacity: 0.8; }

.section-bottom-button { padding-top: 60px; }

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 0 20px;
	background: #42bfc2;
	border: 0;
	font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; background: #3bacae; color: #fff; }

.btn-link-1 i { padding-left: 5px; vertical-align: middle; font-size: 20px; line-height: 20px; }

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 0 20px;
	background: #444;
	background: rgba(0, 0, 0, 0.3);
	border: 0;
	font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; background: rgba(0, 0, 0, 0.4); color: #fff; }

.btn-link-2 i { padding-left: 5px; vertical-align: middle; font-size: 20px; line-height: 20px; }


/***** Divider *****/

.divider-1 { padding: 25px 0 15px 0; }
.divider-1 .line { width: 200px; margin: 0 auto; border-bottom: 1px solid #ddd; }




/***** Top menu *****/

.navbar {
	margin-bottom: 0;
	padding-top: 0;
	background: #444;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}
.navbar-no-bg { padding-top: 10px; background: none; }

ul.navbar-nav { font-size: 15px; color: #fff; }

.navbar-inverse ul.navbar-nav li a { color: #fff; color: rgba(255, 255, 255, 0.8); border: 0; }
.navbar-inverse ul.navbar-nav li a:hover { color: #42bfc2; border: 0; }
.navbar-inverse ul.navbar-nav li a:focus { color: #42bfc2; outline: 0; border: 0; }

.navbar-inverse ul.navbar-nav li a.btn-link-3 {
	display: inline-block;
	margin: 9px 0 0 15px;
	padding: 6px 15px;
	background: #42bfc2;
	border: 0;
	font-size: 15px;
    font-weight: 400;
    color: #fff;
    -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px;
}
.navbar-inverse ul.navbar-nav li a.btn-link-3:hover,
.navbar-inverse ul.navbar-nav li a.btn-link-3:focus,
.navbar-inverse ul.navbar-nav li a.btn-link-3:active,
.navbar-inverse ul.navbar-nav li a.btn-link-3:active:focus { outline: 0; background: #3bacae; color: #fff; }

.navbar-brand {
	width: 90px;
	background: url(../img/logo.png) left center no-repeat;
	text-indent: -99999px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left: 0; }


/***** Top content *****/

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

.top-content .text { padding-top: 10px; color: #fff; }
.top-content .text h1 { color: #fff; }

.top-content .description { margin: 10px 0 10px 0; }
.top-content .description p { opacity: 0.8; }

.c-form-1-box p { opacity: 0.8; color: #fff; }
.c-form-1-top {
	overflow: hidden; padding: 0 20px 15px 20px; background: #444; background: rgba(0, 0, 0, 0.35); text-align: left;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
}
.c-form-1-top-left { float: left; width: 75%; padding-top: 20px; }
.c-form-1-top-left h3 { margin-top: 0; color: #fff; }
.c-form-1-top-right { float: left; width: 25%; padding-top: 5px; font-size: 66px; color: #fff;  text-align: right; opacity: 0.3; }
.c-form-1-bottom {
	padding: 25px 25px 30px 25px; background: #444; background: rgba(0, 0, 0, 0.3); text-align: left;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
}

.c-form-1-box input[type="text"], .c-form-1-box input[type="password"], 
.c-form-1-box textarea, 
.c-form-1-box textarea.form-control {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.c-form-1-box input[type="text"]{
  
 text-transform: none!important; 
}
.c-form-1-box textarea, 
.c-form-1-box textarea.form-control { height: 100px; padding-top: 10px; padding-bottom: 10px; line-height: 30px; }

.c-form-1-box input[type="text"]:focus, 
.c-form-1-box textarea:focus, 
.c-form-1-box textarea.form-control:focus {
	outline: 0; background: #fff; border: 3px solid #42bfc2;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.c-form-1-box input[type="text"]::-moz-placeholder, 
.c-form-1-box textarea::-moz-placeholder, 
.c-form-1-box textarea.form-control::-moz-placeholder { color: #888; }

.c-form-1-box input[type="text"]:-ms-input-placeholder, 
.c-form-1-box textarea:-ms-input-placeholder, 
.c-form-1-box textarea.form-control:-ms-input-placeholder { color: #888; }

.c-form-1-box input[type="text"]::-webkit-input-placeholder, 
.c-form-1-box textarea::-webkit-input-placeholder, 
.c-form-1-box textarea.form-control::-webkit-input-placeholder { color: #888; }

.c-form-1-box button.btn {
	width: 100%;
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #42bfc2;
    border: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.c-form-1-box button.btn:hover { background: #3bacae; color: #fff; }
.c-form-1-box button.btn:active { outline: 0; background: #3bacae; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.c-form-1-box button.btn:focus { outline: 0; background: #3bacae; color: #fff; }
.c-form-1-box button.btn:active:focus, .c-form-1-box button.btn.active:focus { outline: 0; background: #3bacae; color: #fff; }

.c-form-1-box input[type="text"].contact-error,
.c-form-1-box textarea.contact-error {
	border-color: #42bfc2;
}




/***** Footer *****/

footer {
	padding: 60px 0 35px 0;
	background: #333;
	text-align: right;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
}

footer h3 { margin-top: 0; color: #fff; }

footer a { color: #10496e!important;; border: 0; }
footer a:hover, footer a:focus { border-bottom: 1px dotted #42bfc2; outline: 0; }

.footer-contact-info p { word-wrap: break-word; }
.footer-contact-info i { padding-right: 10px; font-size: 18px; vertical-align: text-top; }

.footer-social a { margin-right: 20px; color: #fff; color: rgba(255, 255, 255, 0.8); }
.footer-social a:hover, .footer-social a:focus { color: #42bfc2; border: 0; }
.footer-social i { font-size: 28px; vertical-align: text-top; }


.footer-copyright a:hover{
  font-weight: normal;
      text-decoration: underline;
        font-family: 'Raleway', sans-serif;
      font-size: 11px;
      letter-spacing: normal;
}
.footer-copyright a{
  font-weight: normal;
     font-family: 'Raleway', sans-serif;
      font-size: 11px;
}

.footer-copyright {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #888;
	border-color: rgba(255, 255, 255, 0.15);
color: #10496e!important;
font-size: 11px;
text-align:right;

}
.footer-menu {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #888;
	border-color: rgba(255, 255, 255, 0.15);
	text-align: left;
}
.footer-menu ul { margin: 0; padding: 0; list-style: none; }
.footer-menu li { display: inline; margin-left: 20px; }
.languagepicker {
	background-color: rgba(76, 200, 208, 0.65);
	display: inline-block;
	padding: 0;
	height: 40px;
	width: 80px;
	overflow: hidden;
	transition: all .3s ease;
	margin: 6px 50px 6px 0;
	vertical-align: top;
	float: left;
}

.languagepicker:hover {
	/* don't forget the 1px border */
	height: 72px;
}

.languagepicker a{
	color:transparent;
	text-decoration: none;
}

.languagepicker li {
	display: block;
	padding: 0px 13px;
	line-height: 35px;
	border: 1px solid gray;
}

.languagepicker li:hover{
}

.languagepicker a:first-child li {
	border: none;
}


.roundborders {
	border-radius: 5px;
}
.fa{
	color:#d4d4d2;
	  text-shadow: 2px 0px 9px #000000;
	  margin-right: 4px;
}
header{
		color:#d4d4d2;
	  text-shadow: 2px 0px 9px #000000;
	  margin-bottom:1em;
	  font-weight:800;
	  font-size:larger;
	  text-align:center;
	  width:100%;
	
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color: #2c7bb0;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #2c7bb0;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #2c7bb0;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #2c7bb0;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #2c7bb0;
}
input{
	background: #d4d4d2;
    background: -webkit-linear-gradient(#e0e0de, #d4d4d2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e0e0de, #d4d4d2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e0e0de, #d4d4d2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e0e0de, #d4d4d2); /* Standard syntax */
}
.container{
	max-width:60%;
		color:#d4d4d2;
	  text-shadow: 2px 0px 9px #000000;
}
input{
	width:80%;
	color: #2c7bb0!important;
	line-height:1.7em;
	text-transform: uppercase;
}
.committente-pubblico{
display:none;
}
.iscrizione_ordine{
	display:none;
	
}
label{
	/*color:#d4d4d2;*/
	color:white;
	  text-shadow: 4px 0px 6px #000000;
}
option{
	color:#2c7bb0;
	background: #d4d4d2;
    background: -webkit-linear-gradient(#e0e0de, #d4d4d2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e0e0de, #d4d4d2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e0e0de, #d4d4d2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e0e0de, #d4d4d2); /* Standard syntax */
	text-transform: uppercase;
}
 option:hover,option:active,option:focus{
	color: #2c7bb0!important;
	outline: #2c7bb0!important;
	 background-color: transparent;
  background-image: none;
  text-transform: uppercase;
}
select,select:active,select:hover{
	color: #2c7bb0!important;
	outline: #2c7bb0!important;
	
	
}
input[type='radio'],input[type='checkbox'] { width: 10px; }
h1{
	font-size: 20px;
	 text-shadow: 0 0 0;
}
.footer-copyright{
	 text-shadow: 0 0 0;
	font-size: 11px;
	 
	
}
html,html:after, html:before,body,body:after, body:before, .modal,.modal:after,.modal:before,  .modal-open, .modal-open:after,  .modal-open:before {
	-webkit-box-sizing:  content-box!important;
    -moz-box-sizing:  content-box!important;
     box-sizing:  content-box!important; 
	
}
body ,html{
	min-height:99vh!important;
	
}
.pri{
  text-shadow: 2px 0px 9px #FFF;
	color: #2c7bb0;
	
}
.pri:hover{
	color: yellow;
	 text-shadow: 2px 0px 9px #000;
	}
	.pri2{
	color: #3e3e3e;
	 text-shadow: 2px 0px 9px #FFF;
	
	}
.ui-menu-item{
	text-align:left;
	
}
.ui-menu-item a{
	 color: #2c7bb0;
	}
	.checkbox label, .radio-inline label{
	line-height:22px;
	}
	.checkbox label input, .radio-inline label input{
	width:15px;
	height:15px;
	}
	.row{
	margin-bottom: 1.8vh;
	}
	#c-form-1-name, #c-form-1-email{
	color:#000000!important;
	}
	.fields{
	border-radius: 25px;
    background: rgba(0,0,0,0.1);
    padding: 20px;
   	margin-bottom: 2px;
    border: 2px solid white;
	}
	#txt_user, #txt_email, #txt_email_pec{
	text-transform: none;
	}
	   .c-form-1-bottom form div div{
	    padding-left:10px; 
	   }
	
@media screen and (max-width: 760px) {
  .container {
    width:95%;
        max-width:95%;

    margin-left: 2.5%;
  }
  .top-content{
   padding-bottom:0; 
  }
  footer{
   padding-top:0; 
  }
  /*
  .top-content .text {
   padding-bottom:0px;
  }*/
  .description{
   display: none;
  }
  .nav.navbar-nav{
  width:350px;
  }
  #top-navbar-1{
  margin-left:-165px;
  padding-left:50%;
  overflow:visible;
  max-width:0%;
  }
  nav{
    width: 100%;
    margin:0;
    padding:0;
  }
  .c-form-1-bottom form div div{
   white-space: normal!important;
   line-height:14px;
  }
}
   @media screen and (max-width: 500px) {
	      .c-form-1-bottom form div div{
	       line-height:14px;
	        margin-bottom:5px;
		white-space: nowrap!important;
		
	      }
	   }
	   
   @media screen and (max-width: 388px) {
	      .c-form-1-bottom form div div{
	    	white-space: normal!important;
		
	      }
	   }
@media screen and (max-width: 1500px) and (min-width: 1200px) {
   .c-form-1-bottom form div div{
   white-space: normal!important;
   line-height:14px;
   margin-bottom:5px;
   text-align: inherit;
   padding-left:10px;
  }
}
.footer-copyright span a{
  font-size:13px!important;
}