@charset "UTF-8";
/* CSS Document */
.logo-testo	h1{
	font-size:35px;
	font-weight:bold;
	text-align:center;
	color:#244190;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.video-btn {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0px;
    height: 105px;
    padding-top: 14px;
    padding-bottom: 10px;
		ont-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #b60e22;
    border: 1px solid #9B011B;
}

body {
	font-family: 'Source Sans Pro', "sans-serif;";
}
.navbar {
	border-bottom:solid 10px #244190;
	padding-bottom:0px;
}
.nav > li {
	font-size:16px;
}

.nav > li > a{
	color:#fff !important;
	padding-left: 10px!important;
	padding-right:10px!important;
	padding-top:0px;
	padding-bottom:0px;
	line-height:24px;
	margin-top:7px;
	margin-bottom:3px;}

.nav > li > a:hover{
	color:#CCC !important;

}

.navbar-brand {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:200px;
}

.navbar-brand img{
	width:200px;
}
/* CAROUSEL PRINCIPALE */

.carousel-caption h1 {
	font-weight:700;
	font-size:35px;
	margin-bottom:0px;
}
.carousel-caption h3 {

	font-size:23px;
	margin-top:0px;
}

/* BOOKING */
.book{
	margin-top:-25px;
}
.booking h3{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin-top:10px;
	text-align:center
}

.booking{
	height:300px;
	border-bottom:solid 3px #244190;
	padding:15px;
}

.booking p{
	color:#fff;
	font-size:13px;
}
.btn-primary{
	background-color:#244190;
	border-color:#244190;
	font-weight:bold;
}

.btn-primary:hover{
	background-color:#dd8113;
	border-color:#dd8113;

}
.colonna-1{
	margin-top:5px;
}

@media (max-width: 767px) {

	.book{
	margin-top:0px;
}


	}


/* SECTION PRINCIPALE */
.section {

	border-bottom:solid 5px #244190;
	padding-top:20px;
	padding-bottom:20px;
}
.principale	{
	font-size:15px;

}

.principale	h1{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	color:#244190;
}

.principale	h4{

	font-weight:bold;
	text-align:center;
	color:#244190;
	margin-bottom:20px;
}

@media (max-width: 767px) {


	.principale	.immagine{
		text-align:center;
		margin-bottom:20px;
	 }
     .principale img{
		 margin-left:auto;
		 margin-right:auto;
	 }

    .principale	.descrizione{
		text-align:center;
	}

	}

/* SECTION TOURS */
.tours{
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e1e1e1;
}

.hero-spacer {
	margin-top: 50px;
}

.hero-feature {
	margin-bottom: 30px;

}

.box-tour {

	background-color:#244190;
	color:#fff;
}

.box-tour .caption{
	color:#fff;
}

.box-tour .caption h3{
	font-weight:bold;
	font-size:23px;
}

.box-tour .btn-default{
	font-weight:bold;
	background-color:#000;
	border-color:#000;
	color:#fff;

}
/* SECTION FOTO */

.photo{
	background-color:#212121;
	border-bottom-color: #244190;
	border-bottom-width: 6px;
	border-bottom-style: solid;
}

.photo h2{

	color:#fff;
	font-size:40px;
	margin-bottom:20px;
}

.photo img{
	margin-bottom:30px;
}

.photo_slide{
	background-color:#212121;
	border-bottom-color: #244190;
	border-bottom-width: 6px;
	border-bottom-style: solid;
}

.photo_slide h2{

	color:#fff;
	font-size:40px;
	margin-bottom:20px;
}

/* BREADCRUMB */

.breadcrumb{
	background-color:#244190;
	color:#fff;
}

.breadcrumb a{
	color:#fff;
}


/* SECTION contatti finali */
.contatti{
	background-color:#1D2A8F;
	border-bottom-color: #244190;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	color:#fff;
	padding-bottom:120px;


}

.contatti a{

	color:#fff;
	font-weight:bold;



}
.contatti h2{
	font-size:35px;
	font-weight:bold;
	margin-bottom:20px;
}

.contatti h3{
	font-size:25px;
	font-weight:bold;
	margin-bottom:20px;
}
/* SECTION DETTAGLIO TOUR */
.descrizione2{
	font-size:14px;
	padding:20px;
	background-color:#e2e2e2;
}

.dettaglio{
	margin-top:15px;
	margin-bottom:15px;

}

table{
	border:solid 5px #f7ce9e;
	color: #244190;
	font-size:14px;
	line-height:normal;
}
 .table-title{
	text-align:center;
}

.table-title h2{
	font-weight:700;
	font-size:28px;
	margin-bottom:0px;
}

.table-title h3{
	font-size:18px;
	margin-top:0px;
	text-transform:uppercase;
}

.table-border{
	border-bottom:1px solid #244190;
}
.bg-table{
	background-color:#FFF;
}

td.discount{
	font-size:10px;
	font-weight:700;
	line-height:10px!important;
	text-align:center;
}

td.price-tour{
	background-color:#244190;
	color:#fff;
	line-height:10px!important;
}


/* SECTION FOOTER */


.social{
	text-align:right;
}


.fullwidth{

	width: 100%;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #244190;
	color: #FFF;
	font-size:11px;
}

.fullwidth a{
	font-weight:bold;
	color:#fff;
}


#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 110px;
	background-color: #222222;
	color: #FFF;
	font-size:12px;
}

.flt-logo {

	width: 110px;

}
#footer .margin{
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#footer .text-center{
	font-size:11px;
}

#footer .text-center2 {
	text-align:center
}

#footer .text-center2 a{
	color:#CCC;
}
.carousel-control {

    bottom: 9px;

}


.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 70px;
    width: 100%;
    left: 0;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, .6);
}

@media (max-width: 767px) {

	.carousel-caption {

    bottom: 52px;
    width: 100%;

    padding-bottom: 13px;

}

	#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 110px;
	background-color: #222222;
	color: #FFF;
	font-size:10px;
}

.flt-logo {

	width: 90px;

}

#footer .text-center{
	font-size:9px;
}

#footer .text-center2 a{
	color:#CCC;
}
.navbar-brand {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:100px;
}

.navbar-brand img{
	width:100px;
}

.carousel-caption h1 {

    font-size: 25px;

}
.carousel-caption h3 {
    font-size: 16px;

}

.carousel-control {

    bottom: 10px;

}

.principale	h1 {
    font-size: 24px;

}

.nav > li {

    text-align: right;
}
	}

.blacksocial {
  background-color: #0f0f0c;
  text-transform: uppercase;
  font-size: 12px;
  padding: 15px 0;
  margin: 0;
}

.blacksocial a{
  color:#fff;
}

.parlanodinoi {
  padding-bottom: 35px;
  background-color:#e5e5e5;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #e5e5e5;
  border-bottom-color: #e5e5e5;
}

.parlanodinoi h2{
	font-weight:bold;
	margin-bottom:35px;
	font-size:26px;
}

.information .quality {
  text-transform: uppercase;
  text-align: center;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #eaeaea;
}
.information .col-md-1 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.information h2 {
  font-weight: normal;
  color: #b60e22;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
  font-size:22px;
}
.information .quality h3 {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
}
.information {
  background-color: #FFF;
  padding-top: 35px;
  padding-bottom: 25px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-color: #e5e5e5;
}
.information .fa-chevron-right {
  color: #eaeaea;
}
.box-tour {
	position:relative;
	padding-bottom:50px;}

.price{

	font-size:30px;
	font-weight:bold;
	float:right;
	padding-right:10px;
	line-height:40px;


	}
.euro {
	font-size:20px;}

.caption-team h3, .about h3 {
	font-size:18px;
	font-weight:bold}

.about p a {
	font-weight:bold;
	color:#333}

.vedi-dettagli{
	background:#fef5eb;
	padding:5px 0px;
	position:absolute;
	bottom:2px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width:98.3%;
}

.vedi-dettagli a{
	float:left;
	display:block;
	font-size:20px;
	padding-left:15px;
	line-height:40px;
	font-weight:bold;
	color:#244190}


.hours {
  background-color: #FFF;
  border: 1px solid #e5e5e5;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.table a { color:#244190;
text-decoration:underline;}


 div.box-tour > div.caption > p {
	font-family: 'Source Sans Pro', 'sans-serif;';}



	.starburst2 {
	display:block;
	width:80px;
	height:50px;
	background:#000;

	position:absolute;
	top:0;
	right:0;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:23px;

	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;


}

.tab-content {
	background-color: #f2f2f2;
	margin-top: 0px;
	padding: 20px;
}
.nav-tabs li{
	font-size: 16px;
	font-weight: bold;


}


.nav-tabs li a{
	background-color: #070707;
	color:#fff;
	padding:10px 20px;

}

.nav-tabs li:last-child a{
	background-color: #b60e22;
	color:#fff;

}

.nav-tabs li:last-child a:hover{
	background-color: #f2f2f2;
	color:#070707!important;

}

.nav-tabs li a:hover{

	color:#070707!important;

}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
color: #070707!important;
cursor: default;
background-color: #f2f2f2;
border: 1px solid #ddd;
border-bottom-color: transparent;
}

.nav-tabs li.active a{
	background-color: #f2f2f2;
	color:#070707!important;

}
.inclusion {
	background-color: #FFF;
	padding-top: 15px;
	clear: both;
	padding-bottom: 10px;
}
.tab-content h3{
	font-size: 18px;
  font-weight: bold;
	}

.tab-content h4{
	font-size: 18px;
  font-weight: bold;
  text-transform:uppercase;
  color:#070707!important;

	}
body {
	margin-top: 81px; /* adjust this if the height of the menu bar changes */
}

.navbar-fixed-top .nav {
	padding: 15px 0;
}

@media (max-width: 767px) {
	
	body {
	margin-top: 50px; /* adjust this if the height of the menu bar changes */
}
	
	}
html, body {
	height:100%;
}

.carousel {
	height:50%;
	margin-top:0px;
}

.item,
.active,
.carousel-inner {
	height:100%;
}

.fill {
	width:100%;
	height:100%;
	background-position: center;
	background-size: cover;
}

.section {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

