/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	width: 100%;
	height: 100%;
	font-family: 'Arimo', sans-serif;
	color: #666;
	font-size: 1.8em;
	background-color: #FFFFFF;
	margin: 0px;
}

html {
    width: 100%;
    height: 100%;
	margin: 0px;
	left: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 35px;
	text-transform: uppercase;
	font-family: 'Sorts Mill Goudy', serif;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	color: #5D8DA0;
	font-size: 24px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #FFF;
	font-size:18px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover {
	 text-decoration: underline;
    color: #F90;
	background-color: none;
	
	}
a:focus {
    text-decoration: underline;
    color: #5D8DA0;
	background-color: none;
}

.light {
    font-weight: 400;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
	padding-top: 250px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
	width: 100%;
	height: 200px;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

@media(min-width:767px) {
    .content-section {
	padding-top: 150px;
	text-align:justify;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 0px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid white;
    color: white;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #white;
    outline: 0;
    color: #000;
    background-color: #white;
}

ul.banner-social-buttons {
	olor: #white;;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
		color: #a10830;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
		color: #a10830;
    }

    ul.banner-social-buttons li:last-child {
		color: #a10830;
    }
}

footer {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	font-size: 0.95em;
}

footer p {
    margin: 0;
	font-size: 0.95em;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

	
@media(max-width:1199px) {
   .text-left {
	margin-top: 0px;
	}
}

@media(max-width:767px) {
  .text-left {
	margin-top: 50px;
	}
}
		
.mezzi-img {
	margin-top: 0px;
	}
	
@media(max-width:1199px) {
   .mezzi-img {
	margin-top: 0px;
	}
}

@media(max-width:767px) {
  .mezzi-img {
	margin-top: 0px;
	}
}

#form {
	width: 500px;
	margin: 50px auto;
	padding: 25px;
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: transparent;
}

h1 {
	font-size: 36px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
label, input, textarea { /* Stili comuni agli elementi del form */
    color: #dedede; /* Colore del testo */
    float: left; /* Float a sinistra */
    font-family: Verdana, sans-serif; /* Tipo di carattere per il testo */
    margin: 10px 0; /* Margini */
}
label { /* Stili per la label */
    display: block; /* Impostiamo la label come elemento blocco */
    line-height: 30px; /* Altezza di riga */
    width: 150px; /* Larghezza */
}
 
input, textarea { /* Stili per il campo di testo e per la textarea */
    background: #1C1C1C; /* Colore di sfondo */
    border: 1px solid #323232; /* Bordo */
    color: #fff; /* Colore del testo */
    height: 30px; /* Altezza */
    line-height: 30px; /* Altezza di riga */
    width: 300px; /* Larghezza */
    padding: 0 10px; /* Padding */
}
 
input { padding-left: 30px;}
 
textarea { /* Stili specifici per la teaxtarea */
    background: #1C1C1C url('images/social_balloon.png') no-repeat 235px 95px; /* Sfondo con immagine */
    font-size: 12px;
    height: 200px;
    width: 320px;
    overflow: hidden; /* disabilitare la scrollbar in IE */
}

.menu-mirco {
	color: #fff;
	font-size: 14px;
	margin: 0;
	line-height: 100px;
	width: 100%;
	text-align: left;
	padding-left: 20px;
	}
	
.menu-mirco a:hover {
	color: #ff0066;
	background-color: none;
	}
.sotto-menu {
	height: 200ox;
	background-color: rgba(0,0,0,.5);
	width: 100%;
	}

.logo {
	margin-left: 20px;
	margin-top: 15px;
	float:left;
	}

.slide {
	width: 100%;
	height: auto;
	margin: 0px;
	}

.colonna-1 {
	width: 3,33em;
	text-align:justify;
	padding: 20px;
	}
	
h1 {
	font-size:38px;
	text-align:center;
	color: #AC1E50;
	}
	
.four {
	padding-top: 20px;}

.four a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.four a:hover,
.four a:focus {
    text-decoration: none;
    color: #F90;
}
