@import url('https://fonts.googleapis.com/css?family=Overpass:200,300,400,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i'); /* SOURCE PRO */

body{
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.8;
    letter-spacing: 0.5px;
}


a {
	outline: none;
}


hr {
	width: 60px;
	margin-top: 0px !important;
	margin-bottom: 40px;
	border-bottom: 1px solid #000;
} 


.pre-navbar{
	background-color: #000;
	color:#fff;

	line-height: 30px;
}

.navbar {
	border: none;
}
.navbar-brand {
	padding: 0;
	width: 200px;
	
}
.list-inline{
	margin:0;
}
#pre-navbar li a{
	text-decoration: none;
	color:#fff;
}
#pre-navbar li a:hover{
	text-decoration: none;
	color:#fff;
}

.pad_r_l {
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 1200px) {

	.imm-hidden{
		display: none;
	}

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
.navbar {
	background-color: transparent !important;
}

/*css carousel*/
.main-container {
 	padding: 0px 15px;
}
.item {
	
	width:100%;
}

.skyblue {
	background: url('../img/02.jpg'); background-size: cover;

}
.deepskyblue {
	background: url('../img/01.jpg'); background-size: cover;
	
}
.darkerskyblue {
	background: url('../img/03.jpg'); background-size: cover;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel .item {
	min-height: 450px; 
	height: 100%;
	width:100%; 
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
	//background-color: rgba(255,63,63,.6);
}
.carousel-caption h3 {
	padding: .5em;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3:first-child {
	animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	animation-delay: 2s;
}
.carousel-caption button {
	animation-delay: 3s;
}

/*fine css carousel*/


#newsletter {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000;
	border-top: 4px solid white;
}

#newsletter span {
	font-weight: 600;
}

#p_viaggio {
	font-size: 20px !important;
	color: #fff;
}



#chi_siamo {
	padding-top: 50px;
	//padding-bottom: 50px;
}




#footer{
	background-color: #555;
	padding:60px 0 20px 0;
}

#footer h4{
	color:#fff;
}

#footer a{
	color:#fff;
	text-decoration: none;
}

.list{
	padding:0;
	list-style-type: none;
	color:#fff;
}

.list-inline li a{
	color:#fff;
}

footer p{
	color: #fff;
}


.no_padding {
	padding: 0px;
}

#servizi {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 50px;
	//padding-bottom: 50px;
}

.color {
	background-color: #f5f6f8;
}

 .height_bord {
 	//border:1px solid black;
 	height:337px;
 	//padding: 20px;
 }

 .pad_20 {
 	padding: 20px;
 }

 .pad_40 {
	padding: 40px;
 }


 .pad_bot_20 {
 	//padding-bottom: 20px;
 }

 .mar_top_20 {
 	margin-top: 40px;
 }

 .pos {
 	//position: absolute;
 	//right:50%;
 	//bottom:10%;

 }


 #last {
 	margin-top: 35px;
 }

 #gallery {
 	padding-left: 0px;
	padding-right: 0px;
	padding-top: 50px;
	//padding-bottom: 50px;
 }

 .panel {
 	//background-color: yellow;
 	min-height: 590px;
 }


 @media screen and (max-width: 400px) {
    .panel {
        min-height: 200px;
    }
}

 @media screen and (max-width: 540px) {
    .foot-small {
        font-size: 8px;
    }
}





.example {
	padding:20px 0 !important;
}

.prova {
	display: inline-block;
	margin-bottom: 0px !important;
}

.prova a {
	color:#fff;
	text-decoration: none;
}


#pad_ul {
	padding-left: 0px;
	list-style-type: none;
}


#form_contatti {
	padding-top: 40px;
	padding-bottom: 40px;
}

#footer {
	background-color: #000;
}

#footer h4 {
	font-size: 24px;
	color: #aaa;
}

.text-no {
	text-decoration: none;
	color: white;
}

#social_foot ul li a {
	text-decoration: none;
	color: white;
}


#ultimo-div {
	//margin-top: 40px;
	background-color: #111;
}


.back-to-top {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
    cursor: pointer;
}



.h1_title {
	margin-top:0px !; 
}

.h6_title {
	margin-bottom: -15px !important;
}

.btn {
	background-color: none !important;
	border: 1px solid #ccc;
	padding: 10px 20px;
	color:#999;
	//margin-top: 40px !important;
}

.bottom {
	margin-bottom: 40px !important;
}

#servizi a {
	text-decoration: none !important;
}

#pic-div {
	 background-image: url("../img/longimg.jpg");
}


#cond {
	padding-top: 30px;
	padding-bottom: 50px;
}


#ul-condizioni {
	margin-top: 30px;
	margin-bottom: 30px;
	list-style-type: none;
}


.div-tariffe {
	padding-top: 50px;
	padding-bottom: 50px;
}

td {
	width: 25% !important;
}

.color-table {
	background-color: #F5F5F5; 
}

#d-lab a {
	color:#aaa;
	text-decoration: none;
}

#color-ult {
	background-color: #111 !important;
}
#color-ult p {
	color: #fff;
	padding: 10px 0;
}
.form-control {
	border-radius: 0px !important;
	box-shadow: none !important;
	font-size: 12px !important;
	
	}


#no-link ul li a {
	color:white;
	text-decoration: none;
}

.panel {
	border-radius: 0px !important;
}






.nascosto{
    opacity:0;
}

#main-logo{
	width:120px;
}

.li_prenota{
	margin-left: 0;
}



/* ============= MEDIA QUERY ========== */

    @media (max-width: 1000px) {

    	/* ==== INDEX ==== */

			#top-header p  {
				font-size: 30px;
				height: 60px;
				line-height: 60px;				
			}

			#main-logo {
				/*width: 400px !important; =========== DA RIVEDERE BENE LA LARGHEZZA DEL LOGO CON ALTEZZA NAV ===========*/
				
				width: 210px !important;
				display: block;
			}

			.main-ul li {
				font-size: 34px;
			}

			#collapse-bottom {
				/*width: 80px !important; ============ LARGHEZZA TRE LINEE COLLAPSE CHE NON RIESCO AD INGRANDIRE ========== */
			}

			.lang-ul {
				font-size: 28px;
			}

			#p_viaggio {
				font-size:30px !important;
			}

			.h-siamo {
				font-size: 56px;
				text-align: center;
			}

			.p-chi-siamo {
				font-size: 30px;
			}

			#pad_ul {
				font-size: 30px;
			}

			.h_gallery {
				font-size: 26px;
			}

			.h_fleet {
				font-size: 56px;
			}

			.h_disp {
				font-size: 26px;
			}

			.h_serv {
				font-size: 56px;
			}
			.h-servizi {
				font-size: 40px;
			}

			.p-servizi {
				font-size: 26px;
			}

			.btn-scopri {
				width: 280px;
				font-size: 32px !important; 
				margin-bottom: 40px;
			}

			.h-foot {
				font-size: 50px !important;
			}
			.list li {
				font-size: 30px !important;
			}

			.img-foot {
				width: 400px !important;
			}


			/* == ULTIMO DIV == */
			.p-one {
				font-size: 24px !important;
			}

			.p-two {
				font-size: 30px;
			}

			.back-to-top i{ /* ======== NON PRENDE L'AUMENTO DI LARGHEZZA ED ALTEZZA PER UN BACK TO TOP PIU' GRANDE ======== */
				font-size: 40px;
			}
			.back-to-top{
				right: 40px;
    			bottom: 80px;
			}


		/* ==== SERVIZI ==== */	

		.h-panel {
			font-size: 56px;
		}

		.provaa {
			font-size: 42px !important;
		}

		/* ==== TERMINI ==== */	

		#ul-condizioni {
			font-size: 24px !important;
		}	
        
        /* ==== TERMINI ==== */

        .input-form {
        	font-size: 36px !important;
        }

        .form-control {
        	height: 70px !important
        	;
        }

        .navbar-nav li a{
        	line-height: 36px;
        }


        .inline_lang a{
        	
        	font-size: 40px;
        }

     

.navbar {
border-radius: 4px;
min-height: 100px;
 }

.navbar-collapse{
	margin-top: 40px;
}

.navbar-toggle{
	margin-top:34px;
}


}