@charset "UTF-8";
/* CSS Document */
body{
	background-color:#EEEEEE;
}
.header{
	height: 100%;

}

.logo{
	padding-top: 10px;
	margin: 0 auto;
	padding-left: 100px;
}
.fisso{
	background-color: #fff;;
	position: fixed;
	z-index: 9999;
	width: 100%;
	margin: 0 auto;
	
}
.nav-menu ul li a{
	font-family: 'Raleway', sans-serif;
	color: #666666;
	text-decoration: none;
	line-height: 60px;
	
	
}
.nav-menu ul{
	list-style: none;
}
.nav-menu ul li{
	float: left;
	font-size:16px;
	padding-left: 21px;
	font-weight: bold;
	
}
.nav-menu ul li a:hover, .nav-menu ul li a.active{
	color: #000;
}
.navbar-toggle{
	background: #fff;
	padding: 5px 10px;
	border-radius: 50%;
	color:#666666;
	
}
.navbar-nav>li>.dropdown-menu {
	z-index: 9999;
}
.slider{
	width: 100%;
	height: 700px;
	background: url(../img/pocketwatch.jpg)center no-repeat;
	background-size: cover;
	
	color: white;
}
.slider p{
	font-size: 3em;
	padding-right: 10%;
	padding-top: 10%;
}
.slider h1 {
	padding-top: 200px; 
	font-size: 5em;
}
#alert{
	background-color: #e1c4c5;
	padding: 20px;
}

#chi_siamo {
	padding:50px 0;
	border-bottom: 1px solid #000;
}
#chi_siamo h3,p {
	font-family: 'Raleway', sans-serif;
}
#chi_siamo p {
	font-size: 20px;
}
h3 {
	font-weight: bold;
	font-size:2em;
	padding-bottom: 20px;
}
#servizi {
	padding-top: 40px;
	text-align: center;
}

#servizi p {
	align-content: center;
	text-align: center;
	padding: 30px;
}

#servizi img {
	height: 225px;
}

h4 {
	align-content: center;
	justify-content: center;
	text-align: center;
	margin-top: 30px!important;
}
.assistenza{

	background: linear-gradient( #000080,#2b7d6e);
	margin-bottom: 58px;
}
.assistenza-btn {
	/*position: absolute;*/
	width: 297px;
	height: 93px;
	top: 50%;
	margin: 60px auto;
	background: none;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	display: table;
	text-decoration: none;
	-webkit-transition:background 0.2s, color 0.2s;
	-moz-transition:background 0.2s, color 0.2s;
	-ms-transition:background 0.2s, color 0.2s;
	-o-transition:background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.bottone1{
	background:  linear-gradient( #000080,#0000FF)!important;
	  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #fff; -webkit-box-shadow: 0 0 3px #fff; }
  50% { background-color: #fff; -webkit-box-shadow: 0 0 50px #FFf; }
  100% { background-color: #fff; -webkit-box-shadow: 0 0 10px #fff; }
}

@-moz-keyframes glowing {
  0% { background-color: #fff; -moz-box-shadow: 0 0 3px #fff; }
  50% { background-color: #fff; -moz-box-shadow: 0 0 50px #fff; }
  100% { background-color: #fff; -moz-box-shadow: 0 0 10px #fff; }
}

@-o-keyframes glowing {
  0% { background-color: #fff; box-shadow: 0 0 3px #fff; }
  50% { background-color: #fff; box-shadow: 0 0 50px #fff; }
  100% { background-color: #fff; box-shadow: 0 0 10px #fff; }
}

@keyframes glowing {
  0% { background-color: #fff; box-shadow: 0 0 3px #fff; }
  50% { background-color: #fff; box-shadow: 0 0 50px #fff; }
  100% { background-color: #fff; box-shadow: 0 0 10px #fff; }
}

.assistenza-btn:hover{
	background: #fff;
	color: #2b7d6e;
	text-decoration: none;
	
}
.assistenza-btn p{
	display: table-cell;
	vertical-align: middle;
	line-height: 35px;
	font-size: 20px;
	font-weight: bolder;
}
.ship{
	margin-bottom: 25px;
}
.shipping-feature {
	border: 2px solid #b9b9bc;
	padding: 0 14px;
	text-align: center;
	color: #b9b9bc;
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	height: 300px;
	-webkit-transition:background 0.2s, color 0.2s;
	-moz-transition:background 0.2s, color 0.2s;
	-ms-transition:background 0.2s, color 0.2s;
	-o-transition:background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.shipping-feature:hover{
	color: #2b7d6e;
	border-color: #2b7d6e;
	cursor: pointer;
}
.feat-img{
	font-size: 64px;
	margin: 34px 0 24px 0;
	
}
.feat-title{
	font-size: 24px;
}
.feat-txt{
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	margin: 55px 0;
}
#top {
	display: block;
	width: 66px;
	height: 66px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	transition: background-color 0.2s;
	z-index: 9999;
}

#top:hover {
	background-color: rgba(255,255,255,0.7);
}
#mappa{
	margin-top: 10%;
	
	
}
#mappa>div{
	
	
	
}

.box{
	margin-top: 20%;
	border: 2px solid #2b7d6e;
	padding: 5%;
	width: 100%;
}
.box span{
	font-weight: 400;
	font-size: 1.5em;
}
.sede1 {
	margin-bottom:20px;
}
.btn.btn-contatti{
	width: 297px;
	height: 93px;
	margin-top: 20px;
	background: none;
	border: 2px solid #2b7d6e;
	color: #2b7d6e;
	text-align: center;
	text-decoration: none;
	-webkit-transition:background 0.2s, color 0.2s;
	-moz-transition:background 0.2s, color 0.2s;
	-ms-transition:background 0.2s, color 0.2s;
	-o-transition:background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
	line-height: 93px;
	padding: 0;
	font-size: 20px;
	border-radius: 0;
}
.btn-contatti a{
	text-decoration: none;
	color:#2b7d6e;
}
.btn-contatti a:hover{
	color: #fff;
}

.btn-contatti:hover{
	background: #2b7d6e;
	color: #fff ;
	text-decoration: none;
	
}

#contatti h2{
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 42px;
	font-weight: 300;
	padding-top: 70px;
	margin-bottom: 30px;
}
#contenitore_form{
	width: 750px;
	margin: 70px auto 0;
	
}
label,input,textarea{
	font-family: 'Raleway',sans-serif;
	font-size: 14px;
	
}
#contenitore_form p{
	margin-bottom: 15px;
}
input, textarea{
	width: 740px;
	padding:5px;
	border: 1px solid #ccc;
	
}
input{
	height: 25px;
	
}
textarea{
	height: 130px;
}
/*.nome_email{
	float: left;
	width: 360px;
}
.nome_email input{
	width: 350px;
}
.nome_email:first-child{
	margin-right: 29px;
}*/
input[type=submit] {
	background-color: #2b7d6e;
	padding: 0;
	width: 750px;
	height: 40px;
}
#footer{
	color: white;
	width: 100%;
	font-size: 15px;
	
}
#documenti a{
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
	margin: 15px auto;
	width: 200px;
	height: 50px;
	display: table;
	padding-top: 1%;
	margin-bottom: 2%;
	
}
#documenti a:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
	
}
#documenti p{
	font-size: 25px;
	text-align: center;
	font-weight: 900;
}
