.h1{
	background-color: #e6e6e6;
    font-size: 10px;
    margin: 0;
    padding: 2px 0 3px 0px;
    text-align: center;
    text-transform: none;
	/*position:absolute;*/
	width:100%;
	top:0;
	z-index:100000;
	font-weight:normal;
}

.h2{
	max-width:960px;
	font-size:11px;
	margin:auto;
	text-align:right;
	padding-bottom:10px;
	padding-top:10px;
	text-transform: none;
}

h7{
	font-size: 2.6em;
    font-weight: 700;
    line-height: 42px;
    margin: 0 0 32px;
	display: block;
}

.error{
	color:#ed1c24 !important;
}

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

.itinerari-img img{
	padding:4px;
	border:1px solid #990000;
}


#scroll-up {
    color: #313131;
    font-size: 30px;
    text-align: center;
    text-shadow: 3px 3px 3px #ccc;
	background-color:#f5f5f5;
}

#scroll-up a {
    color: #313131;
}

@media screen and (max-width: 768px){
	
	.logo-img{display: block;}
}