body {
    overflow-x: hidden;
    /*font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-muted {
color: #777;
    font-weight: 400;
    /* font-family: inherit; */
    font-style: italic;
    font-size: 16px;
    text-align: justify;
}
.text-muted2 {
	color: #fff;
}
.text-primary {
    color: #ff6600;
}

p {
    font-size: 14px;
    line-height: 1.75;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #ff6600;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #b42802;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Telex,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
.img-radius{	
	border-radius: 10px; 
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
}
.img-centered {
    margin: 0 auto;
}
.underline{
	text-decoration: underline;	
}

.nowrap{
white-space: nowrap;	
}

.bg-light-gray {
    background-color: #e9e3e3;
}

.bg-darkest-gray {
    background-color: #0098aa;
}

.btn-primary {
    border-color: #ff6600;
    text-transform: uppercase;
    font-family: Telex,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #ff6600;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #b42803;
    color: #fff;
    background-color: #b42802;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #ff6600;
    background-color: #ff6600;
}

.btn-primary .badge {
    color: #ff6600;
    background-color: #fff;
}

.btn-xl {
  padding: 10px 20px;
  margin: 4% 9% 0% 9%;
  border-color: #ff6600;
  border-radius: 10px;
  text-transform: uppercase;
  font-family: Telex,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #ff6600;
}


.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #b42803;
    color: #fff;
    background-color: #b42802;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #ff6600;
    background-color: #ff6600;
}

.btn-xl .badge {
    color: #ff6600;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #0098aa;
}

.navbar-default .navbar-brand {
	color: #ff6600;
	padding: 0px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #b42802;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #ff6600;
    background-color: #ff6600;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ff6600;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Telex,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #303030;
    letter-spacing: 2px
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #ff6600;
    
}
.navbar-default .nav li a.car2go {
    color: #39bbf3;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #ff6600;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #ff6600;
}
.navbar-nav>li>.telephone{
	background-color: #1e2b7b;
	border-radius: 3px;		
	}
	.navbar-nav>li>.telephone i{
	color: #FFF;	/*float: left;
	padding-top: 10px;*/
	padding-left: 5px;
	}
	.navbar-nav>li>.telephone a{
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	}
	.navbar-nav>li>.telephone a, .navbar-nav>li>.telephone a:hover, .navbar-nav>li>.telephone a:focus{
	color: #FFF;

	}
.navbar-default .navbar-brand img{
        height: 46px;
    }

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
    }
	.navbar-default .navbar-brand img{
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
		
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: rgba(0,0,0,0.5);
    }
    
    


    .navbar-default.navbar-shrink .navbar-brand {
	padding: 0px;
    }
	.navbar-default.navbar-shrink .navbar-brand img{
        height: 46px;
        
    }
    
    
  
    
    

    
    
    
 
    

    
	.navbar-nav>li>a{
	padding-right: 5px;
	padding-left: 5px;		
	}
	.navbar-nav>li>.telephone{
	display: none;	
	}
	.navbar-nav>li>.telephone:hover,
.navbar-nav>li>.telephone:focus {
	color: #fff !important;
	background-color: #1e2b7b !important;
}
.navbar-nav>li>.telephone a{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5px;
	}	
	.btn-xl {
    padding: 20px 40px;
}	
.btn-xl-form2 {
    padding: 10px 20px;
}	
}















@media(min-width:1024px) {
	.navbar-nav>li>a{
	padding-right: 10px;
	padding-left: 10px;		
	}
	.navbar-nav>li>.telephone{
	display: inline-block;
	}
	
	
	
	
	
}
@media(min-width:1200px) {
	.navbar-default .navbar-brand img{
		height:auto;
    }
    
    

    
    
    
}
header {
	text-align: center;
	color: #fff;
	background-attachment: scroll;
	background-image: url(../img/header-bg.jpg);
	background-position: center center;
	background-repeat: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	position: relative;
}

header .intro-text {
    padding-top: 80px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 120%;
}
header .intro-text .intro-lead-in a{
	font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	text-decoration: none;
	color: #FFF;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Telex,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    background: #303030;
    border-radius: 10px;
    opacity: 0.8;
}
header .intro-text .intro-heading a{
	font-family: Telex, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
	color: #FFF;
}
.info_prezzo{
	font-size: 10px;
	color: #FFF;
	position: absolute;
	z-index: 1;
	right: 5px;
	bottom: 5px;	
}
@media(min-width:768px) {
    header .intro-text {
        /*padding-top: 220px;
        padding-bottom: 200px;*/
		padding-top: 160px;
        padding-bottom: 100px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 36px;
        font-style: italic;
        /*line-height: 40px;*/
    }
	header .intro-text .intro-lead-in a{
        font-size: 36px;
    }
    header .intro-text .intro-heading {
        margin-bottom: 44px;
        text-transform: uppercase;
        font-family: Telex,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 47px;
        font-weight: 700;
        line-height: 75px;
    }
	header .intro-text .intro-heading a{
        font-size: 75px;
    }
}

section {
    padding: 60px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 30px;
}

section h3.section-subheading {
	margin-bottom: 20px;
	text-transform: none;
	font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 180%;
	text-align: justify;
}

@media(min-width:768px) {
    section {
        padding: 80px 0;
    }
	section h2.section-heading {    
    font-size: 40px;
	}
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}


.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #ff6600;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
	background-color: #046380;
	background-image: url(../img/bgform.jpg);
	/*background-position: center;*/
	background-repeat: no-repeat;
	background-size: cover; 
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    /*height: 236px;*/
	height: 150px;
}

section#contact .form-control:focus {
    border-color: #ff6600;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Telex,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Telex,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Telex,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Telex,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger, .text-danger {
    color: #e74c3c;
	text-align:left;
}

footer {
	padding: 25px 0;
	text-align: center;
	background-color: #222;
}

footer span.copyright {
	text-transform: uppercase;
	text-transform: none;
	font-family: Telex, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;    /*line-height: 40px;*/
	text-align: left;
	display: inline-block;
	    position: relative;
    right: 120px;
}
footer span.copyright a{
	color: #FFF;    
}
footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Telex,"Helvetica Neue",Helvetica,Arial,sans-serif;
    /*line-height: 40px;*/
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #ff6600;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #ff6600;
}

::selection {
    text-shadow: none;
    background: #ff6600;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #ff6600;
}
#map_canvas{
	height: 500px;
	width: 100%;
}
#tooltip_api{ }
#tooltip_api h1 {
	padding-right: 15px;
	padding-left: 15px;
}


@media (max-width: 767px) {
	
	
	
		#map_canvas{
		height: 300px;	
	}
		.box {
    width: 100% !important;
    /* float: left; */
    margin-top: 30px !important;
}
		.col-md-10.col-md-offset-1 img {
    width: 100% !important;
}

.part img{width: 100%;}


.mp {
width: 100% !important;
}
.image {
    width: 100% !important;
    /* float: left; */
}


        .event{
          display:flex;
          flex-flow: column;
        }
        .image{order:2;}
        .mp{order:1;}
        
        
       
	}

#box_cookie{
	font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
	position: fixed;
	bottom: 15px;
	top: auto;
	left: 10px;
	font-size: 12px;
	color: #FFF;
	background-color: #2e99dd;
	background-image: none;
	margin: 0px;
	padding: 10px;
	font-weight: normal;
	box-shadow: none;
	z-index: 9999999999999999999;
	width: 300px;
	border-radius: 4px;	
	-moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.8);
    box-shadow:0px 0px 4px rgba(0, 0, 0, 0.8);
}
#box_cookie a{
	font-family: Telex,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #ff6600;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	border-color: #ff6600;
}
#box_cookie a:hover{ color: #CCC; }
#box_cookie span{
	display: block;
	padding-bottom: 10px;
}
#chiudi_cookie{
	font-family: Telex,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	float: right;
	margin-left: 10px;
	cursor: pointer;
}
#chiudi_cookie:hover{
	color: #333;
}
@media only screen and (min-width: 768px) {
#box_cookie a{ margin-left: 0px; margin-right: 5px; }
#box_cookie span{ /*padding-bottom: 0px; */}
#box_cookie2{ /*min-width: 748px; max-width: 1000px;*/ margin-right: auto; margin-left: auto; } }

/****** pulsante torna su *****/
#top-link-block{
	position: fixed;
	bottom: 75px;
	right: 5px;
	display: none;
	opacity: 0.7;
	z-index: 999;
	/*background-color: #eee;*/
}
#top-link-block:hover {
	opacity: 1.0;
}
.form_testata{
	   background-color: #0098aa;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#aqu{
color: #2e99dd !important;
}

.box {
    width: 25%;
    float: left;
    margin-top: 30px;
}

.box img{
width: 200px;
height: 200px;

}

.image {
    width: 50%;
    float: left;
}

.image img {
    float: left;

    width: 45%;
    height: 142px;
        margin: 0px 0px 11px 11px;
}

.mp {
    float: left;

    width: 50%;

}

.clear{
clear: both;
}

.part img
{
height: 95px;
    display: block;
    margin: auto;

}

.part{
margin-bottom: 60px; 
background: white;
}

section#description {
    padding: 0px;
}

.headh2{
    background: #303030;
    /* border-radius: 10px; */
    opacity: 0.8;
    display: inline-block;
    padding: 5px;

}


.plan {
    margin-top: 20px;
    text-align: justify;
}

.plan span{
font-style: italic;

}




#date {
    float: right;
    font-family: Open Sans;
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 120px;
}


#corps p{
    font-family: Open Sans;
    font-size: 10pt;

}

#objet{
    font-family: Open Sans;
    font-size: 10pt;

}




#partn img{width: 100%;}


    
    #logo {

    background: url(../img/logo.png) no-repeat;
    width: 200px;
	 height: 60px;

}


.navbar-shrink .navbar-brand #logo{
	background-position: center -50px;
	}
	
	
	
	.navbar-default.navbar-shrink ul li a{
color: #fff;	
	
	}
	
	
	div#google_map {
    /* width: 100%; */
    height: 297px;
}

img#tmcit {
    width: 150px;
}

img#ali {
    float: right;
}


@media (max-width: 767px) {
#logo{
margin-top: 7px !important;
}
.image img {

    height: auto;

}
.navbar-shrink .navbar-brand #logo{
background-position: center -85px ;

}

footer span.copyright{
right: 0 !important;

}

img#ali,img#tmcit {
width: 100%;

}

.btn{
padding: 10px 0px !important;

}

}
