/*
Theme Name: Cfm Air
Author: Tiko
Author URI: http://www.mtweb.it
Version:1.0
*/

/* GENERAL */

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/fonts/glyphicons-halflings-regular.eot');
  src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-star-empty:before {
  content: "\e007";
}


body{
	font-family: Open Sans, Myriad Pro, Arial;
  color: #555;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.space{padding: 15px 0;}
.double-space{padding: 30px 0;}
.striscia{
  border-top: 2px solid #eee;
  width: 69px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.pull-left{float:left;}
.pull-right{float: right;}
.align-center{display: block; margin: 0 auto;}

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

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

}

@media (max-width: 768px) {
.carousel-caption{
  display: none;
}
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* Grid System */
.one-half, .one-third, .one-fourth, .two-third, .three-fourth {
	float: left;
	  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

	.one-full-xs{
		width: 100%;
	}
	.one-half-xs {
	width: 50%;
	}
	.one-third-xs{
		width: 33.333333%;
	}
	.one-fourth-xs{
		width: 25%;
	}
	.two-third-xs{
		width: 66.666667%;
	}
	.three-fourt-xs{
		width: 75%;
	}

@media (min-width: 992px) {
	.one-full{
		width: 100%;
	}
	.one-half {
	width: 50%;
	}
	.one-third{
		width: 33.333333%;
	}
	.one-fourth{
		width: 25%;
	}
	.two-third{
		width: 66.666667%;
	}
	.three-fourth{
		width: 75%;
	}
}

/* End of Grid System */

img{ max-width: 100%; height: auto;}
.clear { clear:both;}

a:link,
a:visited {
	color:#006ec3;
}
	
p{
	line-height:1.65em;
}

a:hover{color: #003399}




/* Navigation Menu */
.site-nav ul:before, .site-nav ul:after {content: ""; display: table;}
.site-nav ul:after {clear: both;}
.site-nav ul:after { *zoom:1;}
.site-nav ul li{
	list-style: none;
	float: left;
}

/* HEADER */

/* Site Header Menu */
header{
	height: 75px;
}

header nav.site-nav ul{float: right;}

header nav.site-nav{
	width: 100%;
	position: fixed;
	top: 0;
	background-color: #eee;
	z-index: 9999;
  border-bottom: 2px solid #003399;
}
header .site-nav ul li a:link,
header .site-nav ul li a:visited{
	color: green;
	display: block;
	padding: 10px 20px;
 	color: #222;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}
header .site-nav ul li a:after{
  content: "";
  display: block;
  bottom: 0;
  width: 0;
  height: 2px;
}
header .site-nav ul li a:hover:after,
header .site-nav ul li.current-menu-item a:link:after,
header .site-nav ul li.current-menu-item a:visited:after{
  content: "";
  display: block;
  bottom: 0;
  width: 100%;
  height: 2px;
  transition:1s;
  background: #003399;	
}


/* Foooter */
footer{	
  background-color: #222;
  color: #C3C3C3;
  font-size: 85%;
  line-height: 1.1em;
}
footer h4{color: #eee;}
.subfooter{background-color: #000;}
footer ul{
	list-style: none;
	margin-left: -40px;
}
footer ul li{margin: 8px 0px}
footer a:link,
footer a:visited{
	color: #C3C3C3;
	text-decoration: none;
}
footer a:hover{text-decoration: underline;}
.footer-logo{
  position: relative;
  max-width: 90%;
  margin-top: 17px;}

/* Colours */
.blu {color: #003399;}
.bg-blu{background-color: #003399;}
.grigio{color: #ccc;}
.bg-grigio{background-color: #eee;}
.bg-darkgray{background-color: #222;color: #eee;}

h1, h2, h3{text-transform: uppercase;}


.four-features h3{
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
}
.four-features{
  color: #444;
  font-size: 95%;
}
.bg-blu h2{
  color: #eee;
  margin-top: 0;
  padding-top: 39px;
  font-weight: bold;
  font-size: 200%;
}
.bg-grigio h2{
  color: #404040;
  font-size: 175%;
}
.bg-grigio .striscia{
  border-color: #404040;	
}
/* Mainpage */
/* Carosello */

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
	position: absolute;
  font-size: 25px;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 25px;
}
a.carousel-control:link,
a.carousel-control:visited{
color: white;
}
a.carousel-control:hover{
	color: #003399;
}
.carousel-control.right {
  right: 0;
  left: auto;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  top: 61%;
  left: 34.5%;
  z-index: 10;
  padding: 10px;
  color: #333;
  text-align: center;
  width: 33%;
}

/* Carousel Example Generic */

.carousel-caption .mega-titolo{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 300%;
  line-height: 0;
    text-shadow: 2px 1px 2px #EAEAEA;
}
.carousel-caption .sottotitolo{
	font-size: 125%;
}


#carousel-example-generic .slide{
	height: 100%;
	width: 100%;
	background-position: center;
}

#first-slide{background-image: url('/images/slider/home/decollo.jpg');}
#second-slide{background-image: url('/images/slider/home/airplane.jpg');}
#third-slide{background-image: url('/images/slider/home/dardo.jpg');}
#fourth-slide{background-image: url('/images/slider/home/airplane-dardo.jpg');}
#fifth-slide{background-image: url('/images/slider/home/dardo-models.jpg');}
#sixt-slide{background-image: url('/images/slider/home/dardo-moon.jpg');}
a.right.carousel-control,
a.left.carousel-control{top:45%;}

/* tab */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}


/* SINGLE PAGES STYLE */


/* Pages */

.page h1,
.post h1{
	color: #fff;
	padding: 20px 0;
	margin:0;
}



/* front page*/

.citazione{font-style: italic;}
p.frase{
  color: #222;
  font-size: 115%;
}
p.autore{
  text-align: right;
  font-size: 140%;
  color: #777;
  font-weight: bold;	
}

#short-pres h1{color: #777; font-size: 159%;}
#short-pres .two-third{ padding: 6% 0 0 6%;}
#short-pres .one-third{border-right: 1px solid #ddd;}

.with-icons .glyphicon{ 
  font-size: 250%;
  color: #003399;
  padding: 25px;
  border-radius: 100%;
}
.with-icons .glyphicon:hover{
  background: #003399;
  color: white;  
  transition:1s;
}
.with-icons p{color:#888;}

/*tree post visualization */

.hover-img{position: relative;}

.hover-img:hover img{
	opacity: 0.4;
	transition:1s;
}
.hover-img span.glyphicon{
	position: absolute;
  top: 38%;
  left: 44%;
  color: white;
  font-size: 300%;
  display: none;
}
.hover-img:hover span.glyphicon{
	display: block;
	transition:1s;
}
.post-resume{	
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 0px;
  color: #444;
}
.post-resume p{
	color: #888;
  padding: 0 10px 10px 10px;
  color: #888;
  margin: 0;
}
.post-resume h3,
.post-resume h2{
  margin: 0;
	padding: 10px;
	color: #777;
  font-size: 18px;
}

/* POSTS */

.post h2{
	margin-bottom: 0;
}

p.post-info{
	font-size: 85%;
	color: #888;
}

p.post-info a:link,
p.post-info a:visited{
	color: #999;
}

/*Single */
.single .gallery img{padding: 1px;}
.single .gallery .one-half,
.single .gallery .one-half-xs,
.single .gallery .one-full,
.single .gallery .one-full-xs{padding: 0;}

/* Contact Page */

.page-id-10 h2{margin: 0;padding: 25px;}
ul#lista-contatti{
  list-style: none;
  margin-left: -40px;}	
ul#lista-contatti li{margin: 10px 0;}
input{width: 100%; height: 40px;}
.wpcf7 .one-half,
.wpcf7 .one-full{padding: 0}
.page-id-10 form{width: 85%;}
.page-id-10 textarea{width: 100%;}
/** BLUE  #003399  grigio */


/* About Us Page */
#about-us .bg-grigio h2{padding: 25px 0;}
.nome-team{
  font-size: 110%;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 0;
}
.ruolo-team{
  font-size: 95%;
  font-style: italic;
}
.side-title{
  text-transform: uppercase;
  font-size: 130%;
  font-weight: bold;
  color: #003399;
}
  .side-title:after{
  content: "";
  display: block;
  bottom: 0;
  width: 21%;
  height: 2px;
  background-color: #003399;
}
.left-border{border-left: 1px solid #ddd;}

.fade-in {
    text-align: center;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
        margin-left: -50px;
    }
    to {
        opacity:1;
        margin-left: 0px;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
        margin-left: -50px;
    }
    to {
        opacity:1;
        margin-left: 0px;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
        margin-left: -50px;
    }
    to {
        opacity:1;
        margin-left: 0px;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
        margin-left: -50px;
    }
    to {
        opacity: 1;
        margin-left: 0px;
    }
}

.fade{
    opacity:0.5;
}
.fadeleft{
    margin-left: -200px
}

/*Accordion*/

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.front-page-2 .bg-darkgray p.frase {color: #eee !important;}
.front-page-2 #short-pres .two-third{padding: 1% 0 0 5%;}
.front-page-2 #accordion a:link,
.front-page-2 #accordion a:visited{
  color: #222;
  text-decoration: none;
  font-size: 19px;
  text-transform: uppercase;
}
.front-page-2 #accordion a:hover{
  color: #eee;
}

#accordion h3,
#accordion h4{
  margin: 0;
}

#accordion .panel-heading{
  border-bottom: 1px solid #ddd;
  padding: 9px 18px;
}
#accordion .panel-heading:hover{
  background-color: #222;
  transition:1s;

}
#accordion .panel-collapse{  
  border-bottom: 1px solid #ddd;
  padding: 5px 11px;
}
.panel-group{
  border: 1px solid #ccc;
  border-radius: 5px;  
}
.front-page-2 .citazione{
  padding: 20px;
}

.glyphicon-collapse-down:before {
  content: "\e159";
}
a.mtweb:link,
a.mtweb:visited{color:#FE7E17}
.fa-facebook-square{color:#4267B2; font-size:19px;}