﻿@charset "utf-8";
/*
 * TAB_NET Theme One Page
 */

/* FONT */
@import url(https://fonts.googleapis.com/css?family=Raleway:200,400);
@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

/* FONT */

html {
	width: 100%;
	height: 100%;
}

body, tr, td {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.428571429;
	color: #080B40;
	background-color: #FFFFFF;
    width: 100%;
	height: 100%;
    -webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
.container {
	/*overflow: hidden;*/
}



a {
	color: #428bca;
	text-decoration: none
}
a:hover, a:focus {
	color: #2a6496;
	text-decoration: underline
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

h1, .h1 {
	font-size: 20px;
}

h2, .h2 {
	font-size: 18px;
}
h3, .h3 {
	font-size: 18px;
}
h4, .h4 {
	font-size: 18px
}
h5, .h5 {
	font-size: 14px
}
h6, .h6 {
	font-size: 12px
}


/* //GG Per evidenziare i logo store senza le alette ma solo con illuminazione e opacità sul mouseover */

/* 
.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}   */

.btn-login {
	min-width: 140px;
}
.btn-info {
	color: #fff;
	background-color: #0D58FF;
	border-color: #0D81FF;
}
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #0D81FF;
	border-color: #0D58FF;
}
.btn-primary {
	color: #fff;
	background-color: #0D81FF;
	border-color: #0D58FF;
}
.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color: #BBBBBB;
	border-color: #696969;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

.logiFitSirMargin{
	
    margin-top: 100px;
	
	
}

.logofit {
	border: 1px solid grey;
	margin-right: 20px;
    margin-top: 10px;
	height: 90px;
	
}
.logosir {
	height: 90px;
    margin-right: 20px;
	margin-top: 10px;
}
.label-info {
	color: #fff;
	background-color: #0D81FF;
	border-color: #0D58FF;
}


.gradient_ {
    background-image: -webkit-linear-gradient(270deg, rgba(237,237,237,1.00) 0%, rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(180deg, rgba(237,237,237,1.00) 0%, rgba(255,255,255,1.00) 100%);
    height: 100px;
    margin-bottom: -100px;
}


#dvHome {
        position:relative;
}




#dvHome h1, #dvHome h2, #dvHome h3, #dvHome h4, #dvHome h5, #dvHome h6 {
	margin: 0 0 30px;
	font-weight: 400;
	letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}
#dvHome h1 strong, #dvHome h2 strong, #dvHome h3 strong, #dvHome h4 strong, #dvHome h5 strong, #dvHome h6 strong {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
#dvHome .h2, #dvHome h2 {
	font-size: 39px;
}
#dvHome p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.6em;
	color: #080B40;
    font-family: 'Raleway', sans-serif !important;
}
#dvHome p.lead {
	font-weight: 600;
}
#dvHome a {
	color: #000000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 3px 10px 6px;
	border-radius: 15px;
}
#dvHome a:hover, a:focus {
	color: #474747;
	background-color: #CADEFF;
	text-decoration: none;
}


#download .bgdownload  a:hover {
	color: #080B40;
	background-color: #080B40;
	text-decoration: none;
}

#download .bgdownload  a:focus {
	color: #080B40;
	background-color: #080B40;
	text-decoration: none;
}

/* SECTIONS */
#dvHome i.section {
	
	display: block;
}
/* INTRO */
#dvHome .intro {
	width: 100%;
	position: relative;
	background: url(/Content/images/bg_sm.jpg) no-repeat top center;
	background-size: 100% auto;
	background-size: cover;
	overflow: hidden;
	z-index: 999;
}
#dvHome .intro .slogan {
	width: 100%;
	padding: 0 0 0 0;
	
}
#dvHome .intro-text {
	font-size: 18px;
}
#dvHome .intro .slogan h2 {
	color: #FFF;

	text-align: center;
}
#dvHome .intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}
#dvHome .intro .smartphone {
	width: 50%;
	float: left;
	padding: 30px 0 0 20px;
	position: relative;
}
#dvHome .intro .smartphone img {
	 width: 661px;
}
#dvHome .intro .page-scroll {
	position: absolute;
	left: 237px;
	top: 561px;
	z-index: 1;
}
/* FAQ */
.panel {
	border: 0;
}
.panel-default>.panel-heading {
	background-color: #EDEEF0;
}
.panel-default>.panel-heading a {
	text-decoration: none !important;
}
.panel-default>.panel-heading a:hover {
	background-color: inherit;
}
.panel-title {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	text-align: left;
}

.panel-body {
	text-align: left;
}
/* SPOT */
#spot .slogan {
	height: 526px;
	background-image: url(/Content/images/spot.jpg);
	background-position: center center;
	background-size: cover;
}
#spot .slogan h2 {
	color: #FFFFFF;
	position: relative;
	
	top: 30px;
	min-height: 220px;
}
#spot .slogan h2 span.center {
	
}
/* SERVICE */
#service .service-box {
	padding: 70px 10px 70px;  
    border: 2px solid #080b40;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.75);
    box-sizing: border-box;
     height: 400px;

}
#service .service-icon img {
	max-width: 95px;
}
#service .service-desc h5 {
	font-size: 21px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

/* SOSTA */
#sosta .sosta-box {
	padding: 70px 10px 10px;
    border: 2px solid #080b40;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.75);
    box-sizing: border-box;
     height: 400px;
}
#sosta .sosta-icon img {
	max-width: 95px;
}
#sosta .sosta-desc h5 {
	font-size: 21px;
	margin: 0 0 10px 0;
	font-weight: bold;
}


/* TRASPORTO */
#trasporto .trasporto-box {
	padding: 70px 10px 10px;
    border: 2px solid #080b40;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.75);
    box-sizing: border-box;
     height: 400px;
}
#trasporto .trasporto-icon img {
	max-width: 95px;
}
#trasporto .trasporto-desc h5 {
	font-size: 21px;
	margin: 0 0 10px 0;
	font-weight: bold;
}


/* DOWNLOAD */
#download img.google-play {
	max-width: 165px;
}

#download img.app-store {
	max-width: 165px;
}


#download .bgdownload {
	background-color: #080B40;
	padding: 13px 0 13px 0;
}


/*

 #download a:visited, a:hover, a:active {
	color: #0840FF;
    background-color:#0840FF;
}  */

#btnDetails a:visited, a:hover, a:active {
	color: #FFFFFF;
    background-color:  #FFFFFF;
}  



/* MAP #080B40;  */
#map .bgmap {
	background-color: #080B40;
}
#map .bgmap iframe {
	width: 100%;
	height: 600px;
	border: 0;
	margin-bottom: -5px;
}
/* CONTACT */
.bgcontact {
	background-image: url(/Content/images/bg_contact.jpg);
	background-size: auto 100%;
	background-position: 40% 0px;
}
.contact-details-phone {
	background-image: url(/Content/images/assistenza.png);
}
.contact-details-email {
	background-image: url(/Content/images/email.png);
    margin-top:50px;
}

.contact-details {
	background-position: 0 0;
	background-size: 85px 85px;
	background-repeat: no-repeat;
	padding: 0 0 0 110px;
	height: 85px;
	margin-left: 70px;
}
.contact-details h3 {
	font-weight: 300;
	color: #FFFFFF;
}
.contact-details h3 strong {
	color: #FFFFFF;
}
#contact h2 {
	color: #FFFFFF;
}
#contact .section-heading i {
	color: #FFFFFF;
}
/* SOCIAL */
.social {
	margin-bottom: 80px;
}
/* FOOTER */
footer {
	text-align: center;
	padding: 50px 0;
	background-color: #edeef0;
}
footer p {
	color: #f8f8f8;
}
footer a {
	text-decoration: none;
}
footer a:hover {
	background-color: #DBDBDB;
}
/* ADVERTISING CAMPAIGN */
.adv_camp span {
	margin: 0px 40px;
	font-size: 20px;
}
.adv_camp span i {
	font-size: 17px;
}
.adv_camp a {
	text-decoration: none;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 60;
}
.modal-dialog {
	margin: 10% auto;
}
.modal-content {
	z-index: 1003;
	width: 600px;
	margin: 30px auto;
	border-radius: 20px;
}
.modal-content audio {
}
.modal-content p {
	padding-top: 20px;
}
.modal-content a:hover, .modal-content a:focus {
	background-color: inherit;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display: inline-block;
}
.carousel-inner .item img {
	display: initial;
	padding: 0px;
}
/* NAVBAR */

.navbar {
	margin-bottom: 0;
	background-color: #080B40;
    font-family: 'Raleway', sans-serif;

}
.navbar-custom.top-nav-collapse .nav.navbar-nav {
	background-color: rgba(0,0,0,0);
}
.navbar-custom ul.nav li a {
     line-height: 10px;
     height: 30px;
   
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.navbar-custom.top-nav-collapse ul.nav li a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #fff;
	text-decoration: none;
	border-radius: 0px;
	font-weight: 400;
}

.navbar-custom ul.nav ul.dropdown-menu {
	border-radius: 0;
}
.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;
}
.navbar-custom ul.nav ul.dropdown-menu li:last-child {
	border-bottom: none;
}
.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 5px 10px;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}
.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
    background-color: #fff;
}

.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
	outline: 0;
	background-color: rgba(255,255,255,.2);
}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #BDBDBD;
	border: 0;
}

/********** dropdown **********/
.dropdown-menu {
	background-color: #EBEBEB;
	border: 0;
}
/*.dropdown-menu>li>a {
	color: #FFFFFF;
}*/
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	/*color: #FFFFFF;
	background-color: #003ABE;*/
	text-decoration: none;
}
.dropdown-menu>li>a {
	padding: 6px 20px;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 0;
	overflow: hidden;
	background-color: #8B8B8B;
}



hr {
	margin-top: 10px;
}
.home-section {
	padding-top: 25px;
	padding-bottom: 35px;
	display: block;
	position: relative;
}

.download-section {
	padding-top: 0px;
	padding-bottom: 15px;
	display: block;
	position: relative;
}

.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
	margin-bottom: 20px;
}
.brand-heading {
	font-size: 40px;
}
.boxed-grey {
	background-color: #F0F4FF;
	padding: 20px;
	border-radius: 5px;
}
.service-icon {
	margin-bottom: 20px;
}
form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	font-size: 14px;
}
form#contact-form input, form#contact-form select, form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 13px;
}
form#contact-form input:focus, form#contact-form select:focus, form#contact-form textarea:focus {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
	background-color: #fefefe;
	border: 1px solid #eee;
	border-radius: 0;
}
.widget-contact {
	text-align: left;
    
}
.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}
.company-social li {
	display: inline-block;
	margin: 0 9px !important;
	padding: 0;
}
.company-social a {
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	width: 70px !important;
	height: 70px !important;
	line-height: 40px !important;
	text-align: center !important;
	color: #fff !important;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	border-radius: 5px;
}
.company-social a i {
	text-align: center !important;
	margin: 0px !important;
	padding: 15px !important;
	font-size: 40px !important;
}
.company-social .social-facebook a {
	background: #000000;
}
.company-social .social-twitter a {
	background: #000000;
}
.company-social .social-google a {
	background-color: #000000;
}
.company-social .social-facebook a:hover {
	background: #4893ce;
}
.company-social .social-twitter a:hover {
	background: #82e6ff;
}
.company-social .social-google a:hover {
	background-color: #F3888A;
}
#dvHome .btn {
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: #FFFFFF;
	border: 1px solid #eee;
}
#dvHome .btn-circle {
	width: 50px;
	height: 50px;
	margin-top: 0;
	padding: 0px 13px;
	border: 3px solid #ACACAC !important;
	border-radius: 50% !important;
	font-size: 32px;
	color: #ACACAC !important;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out !important;
	-moz-transition: background .3s ease-in-out !important;
	transition: background .3s ease-in-out !important;
}
#dvHome .btn-circle.btn-dark {
	border: 2px solid #666;
	color: #666;
}
#dvHome .btn-circle:hover, .btn-circle:focus {
	outline: 0;
	color: #949494;
	background: rgba(255,255,255,.1);
}
#dvHome .btn-circle.btn-dark :hover, .btn-circle.btn-dark :focus {
	outline: 0;
	color: #999;
	background: #fff;
}
#dvHome .btn-circle.btn-dark :hover i, .btn-circle.btn-dark :focus i {
	color: #999;
}



#dvFooter .btn {
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: #FFFFFF;
	border: 1px solid #eee;
}
#dvFooter .btn-circle {
	width: 50px;
	height: 50px;
	margin-top: 0;
	padding: 0px 13px;
	border: 3px solid #ACACAC !important;
	border-radius: 50% !important;
	font-size: 32px;
	color: #ACACAC !important;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out !important;
	-moz-transition: background .3s ease-in-out !important;
	transition: background .3s ease-in-out !important;
}
#dvFooter .btn-circle.btn-dark {
	border: 2px solid #666;
	color: #666;
}
#dvFooter .btn-circle:hover, .btn-circle:focus {
	outline: 0;
	color: #949494;
	background: rgba(255,255,255,.1);
}
#dvFooter .btn-circle.btn-dark :hover, .btn-circle.btn-dark :focus {
	outline: 0;
	color: #999;
	background: #fff;
}
#dvFooter .btn-circle.btn-dark :hover i, .btn-circle.btn-dark :focus i {
	color: #999;
}





.page-scroll .btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}
.page-scroll .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;
}
.btn-skin:hover, .btn-skin:focus, .btn-skin:active, .btn-skin.active {
	color: #fff;
	background-color: #666;
	border-color: #666;
}
.btn-default:hover, .btn-default:focus {
	border: 1px solid #28c3ab;
	outline: 0;
	color: #000;
	background-color: #28c3ab;
}
.btn-huge {
	padding: 25px;
	font-size: 26px;
}
.banner-social-buttons {
	margin-top: 0;
}


/* RESPONSIVE */
@media (min-width:768px) {
.navbar-brand {
	display: none;
}

.navbar-right {
	margin-left: 60px;
    margin-right: 0px;
}

.navbar-nav>li>a {
	padding-top: 20px;
	padding-bottom: 10px;
}


.navbar {
	padding: 20px 0;
	border-bottom: 0;
	letter-spacing: 1px;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
	padding: 100px;
	/*overflow: hidden;*/
	z-index: 1000;
}

.top-nav-collapse {
	padding: 0;
	background-color: #080B40;
}

.navbar-toggle {
	padding: 4px 10px;
	font-size: 14px;
	color: #080B40;
	border: 0;
	background-color: #073FFF;
}
.navbar-toggle:focus, .navbar-toggle:active {
	outline: 0;
}
.navbar-brand {
    top:0;
    left:0;
    position:fixed;
	height: 40px;
	padding: 5px 15px;
	font-size: 18px;
	line-height: 1em;
	font-weight: 700;
}
.navbar-brand h1 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
}
.navbar-brand:focus {
	outline: 0;
}

.carousel-indicators {
	bottom: -13px;
   
}

.carousel-indicators .active {
	background-color:#080B40
   
}

.carousel-indicators li {
	border:1px solid #080B40
   
}

.carousel-control.left, .carousel-control.right { background-image: none; outline: none; }




.intro {
	height: 790px;
}
.brand-heading {
	font-size: 100px;
}

#dvHome .intro {
	display: none;
}



}





@media (max-width:767px) {
.navbar-toggle {
	padding: 4px 10px;
	font-size: 14px;
	color: #080B40;
	border: 0;
	background-color: #073FFF;
}
.navbar-toggle:focus, .navbar-toggle:active {
	outline: 0;
}
.navbar-brand {
    top:0;
    left:0;
    position:fixed;
	height: 40px;
	padding: 5px 15px;
	font-size: 18px;
	line-height: 1em;
	font-weight: 700;
}
.navbar-brand h1 {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
}
.navbar-brand:focus {
	outline: 0;
}


#dvHome .intro {
	display: block;
}

#dvHome .intro {
	background: url(/Content/images/bg_sm.jpg) no-repeat top center;
	background-size: 100% auto;
     text-shadow: #080B40 4px 3px 4px;

}
#dvHome .intro .slogan {
	width: 100%;
	
}
#dvHome .intro .smartphone {
	display: none;
}

#novares-carousel {
	display: none;

}

#headerwrap  {
	display: none;

}



#spot .slogan h2 {
	
	
	min-height: 320px;
	font-size: 32px;
	width: 100%;
}
#spot .slogan h2 span.center {
	
}
.modal-content, .modal-content audio {
	max-width: 90%;
}
.adv_camp span {
	margin: 0px 0px;
	font-size: 13px;
	display: block;
}
address span.pull-left, address span.pull-right {
	float: inherit!important;
	display: block;
}


#contatti-scrivici {
	margin-top: 30px;
}

.contact-details {
	background-position: 0 0;
	background-size: 85px 85px;
	background-repeat: no-repeat;
	padding: 0 0 0 80px;
	height: 85px;
	margin-left: 10px;
}

.contact-details-phone {
	background-image: url(/Content/images/assistenza.png);
    background-size: 55px 55px;
}
.contact-details-email {
	background-image: url(/Content/images/email.png);
    margin-top:50px;
   background-size: 55px 55px;
}



#download .bgdownload  a:hover {
	color: #080B40;
	background-color: #080B40;
	text-decoration: none;
}

#download .bgdownload  a:focus {
	color: #080B40;
	background-color: #080B40;
	text-decoration: none;
}

#download img.app-store, #download img.google-play, #download img.windows-store {
	max-width: 105px;
}

/* SERVICE */
#service .service-box {
	padding: 70px 10px 70px;  
    border: 2px solid #080b40;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.75);
    box-sizing: border-box;
     height: 400px;
     margin-bottom: 30px;

}
#service .service-icon img {
	max-width: 95px;
}
#service .service-desc h5 {
	font-size: 21px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

/* SOSTA */
#sosta .sosta-box {
	padding: 70px 10px 10px;
    border: 2px solid #080b40;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.75);
    box-sizing: border-box;
     height: 400px;
      margin-bottom: 30px;
}
#sosta .sosta-icon img {
	max-width: 95px;
}
#sosta .sosta-desc h5 {
	font-size: 21px;
	margin: 0 0 10px 0;
	font-weight: bold;
}


/* TRASPORTO */
#trasporto .trasporto-box {
	padding: 70px 10px 10px;
    border: 2px solid #080b40;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.75);
    box-sizing: border-box;
     height: 400px;
      margin-bottom: 30px;
}
#trasporto .trasporto-icon img {
	max-width: 95px;
}
#trasporto .trasporto-desc h5 {
	font-size: 21px;
	margin: 0 0 10px 0;
	font-weight: bold;
}



}



.view {
	margin-top: 50px;
}

/********** tab **********/
.table>thead>tr>th {
	border-bottom: 0;
	background-color: #0D58FF;
	color:white;
	font-weight: inherit;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #F0F6F9;
}
.table-bordered {
	border: 1px solid #353535;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #353535;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top: 1px solid #D0D0D0;
}
/********** pagination **********/
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #0D58FF;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	background-color: white;
}
.pagination>li>a, .pagination>li>span {
	background-color: white;
}

/************ animazione del glicoincon */
.glyphicon-refresh-animate {
	-animation: spin .7s infinite linear;
	-ms-animation: spin .7s infinite linear;
	-webkit-animation: spinw .7s infinite linear;
	-moz-animation: spinm .7s infinite linear;
	}
	
	@keyframes spin {
	from { transform: scale(1) rotate(0deg);}
	to { transform: scale(1) rotate(360deg);}
	}
	
	@-webkit-keyframes spinw {
	from { -webkit-transform: rotate(0deg);}
	to { -webkit-transform: rotate(360deg);}
	}
	
	@-moz-keyframes spinm {
	from { -moz-transform: rotate(0deg);}
	to { -moz-transform: rotate(360deg);}
	}


    .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-control { background: none !important; filter: none !important; progid:none !important; }

.carousel-control span.glyphicon {
    color: white;
}

.carousel-control.left .glyphicon {
    left: 0;
    top: 37%;
    margin-left: 10px;   
    margin-top: 10px;
}
.carousel-control.right .glyphicon {
    right: 0;
     top: 37%;
    margin-right: 10px;
    margin-top: 10px;
}


/**** ANIMAZIONI ****/
@keyframes animazione1 {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes animazione1 {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes animazione2 {
	0% { opacity: 0; }
	30% { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes animazione2 {
	0% { opacity: 0; }
	30% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes animazione3 {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes animazione3 {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}



#headerwrap {
	/*
	background: url(../img/header_bg.jpg) no-repeat center top;
	background-attachment: relative;
	background-position: center center;
	background-size: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding-top: 200px;
	text-align: center;
	height: 650px;
	overflow:hidden;
	width: 100%;
	padding-bottom: 100px;
	*/
	
	text-align: left;
	
	overflow:hidden;
	width: 100%;
	
}

#headerwrap h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	margin:auto;
}

#headerwrap h2 {
	color: #fff;
	font-size: 100px;
	font-weight: 600;
	font-family: 'Open Sans';
	margin:auto;
}

#headerwrap h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	font-family: 'Raleway' sans-serif;
	margin:auto;
}

#headerwrap #benvenutin{
/*	margin-left: 490px;
	margin-top: 15px;  */
	
	margin-left: 125px;
	animation: animazione1 4s;
	-webkit-animation: animazione1 4s;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
    text-shadow: #000000 5px 4px 5px;
}

#headerwrap #tabnet{
    padding-top: 50px;
	margin-left: 130px;
    animation: animazione2 7s;
	-webkit-animation: animazione2 7s;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
    text-shadow: #000000 5px 4px 5px;
}

#headerwrap #appmuoversi{
    padding-top: 7px;
	margin-left: 105px;
    animation: animazione3 9s;
	-webkit-animation: animazione3 9s;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
    text-shadow: #000000 5px 4px 5px;
}

#headerwrap header{
    position: absolute;
    z-index: 10;
   
	top: 4%;
    left: 15%;
    transform: translate(-50%, -50%);
    
}


#headerwrap .item01, #headerwrap .item02, #headerwrap .item03, #headerwrap .item04 {
	
    height: 700px;
    width: 100%;
	background-size: cover;
	background-position: center center;
}
#headerwrap .item01 {
	background-image: url(../Content/images/bg.jpg);
}
#headerwrap .item02 {
	background-image: url(../Content/images/bg_hp_auto.jpg);
}
#headerwrap .item03 {
	background-image: url(../Content/images/bg_hp_bus.jpg);
}
#headerwrap .item04 {
	background-image: url(../Content/images/bg_hp_treno.jpg);
}




