/* lg */ 
@media (min-width: 1200px) {
 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  
 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  .navbar-nav > li {
    margin-left: 10px;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
  }

  .recent-work-wrap .overlay{
    padding: 15px;
  }

  .services-wrap {
    padding: 40px 10px 40px 30px;
  }
  
    .feature-wrap {
  min-height: 300px;
  height: auto !important;
  height: 300px;
  }  

  .feature-wrap h2, 
  .single-services h2 {
    font-size: 22px;
  }

  .feature-wrap h3, 
  .single-services h3{
    font-size: 14px;
  }

  .tab-wrap .media .parrent.pull-left {
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body {
    clear: both;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .recent-work-wrap .overlay .preview {
    line-height: inherit;
  }

  .team-bar .first-arrow {
    width: 21%;
  }

  .team-bar .second-arrow {
    width: 20%;
  }

  .team-bar .third-arrow {
    width: 21%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  ul.social_icons li{
    margin-right: 0;
  }

section#fascia.speciale img.speciale{
 width: 110%;
 bottom: -446px;
 left: -40px;
}

  #main-slider .carousel h1 {
    font-size: 48px;
  }

  #main-slider .carousel h2 {
    font-size: 36px;
  }

.top-bar {
  display: block;
}

.navbar .payoff {
display: none;
}

.didascalia {
display: none;
}

}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav > li {
    margin-left: 0;
  }

  #main-slider .carousel h1 {
    font-size: 40px;
  }

  #main-slider .carousel h2 {
    font-size: 28px;
  }

  .tab-wrap .media .parrent.pull-left, 
  .media.accordion-inner .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body, 
  .media.accordion-inner .media-body{
    clear: both;
  }

  .services-wrap {
    padding: 40px 0 40px 30px;
  }

  .recent-work-wrap .overlay{
   padding: 15px;
  }

  .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
  }

  .sinlge-skill{
    width: 150px;
    height: 150px;
  } 

  .sinlge-skill p em {
    font-size: 25px;
  }

  .sinlge-skill p {
    font-size: 16px;
  }

  .team-bar .first-one-arrow {
    width: 2%;
  }

  .team-bar .first-arrow {
    width: 18%;
  }

  .team-bar .second-arrow {
    width: 24%;
  }

  .team-bar .third-arrow {
    width: 15%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  .blog .blog-item .entry-meta > span a {
    font-size: 10px;
  }
  
  .navbar img.numver {
  width: 170px;
  top: 30px;
  right: 13px;
  }
  
  .navbar-nav {
  margin-top: 30px;
  }
  
  	.social-share {
	 margin: 0;
	}
	
section#fascia.speciale img.speciale {
 width: 155%;
 bottom: -494px;
 left: -140px;
}

.navbar .payoff {
display: none;
}

.top-bar {
  display: block;
}

.container {
width: 96%;
}

.cta {
width: 380px;
}

.cta .testata {
font-size: 20px;
}

.cta .testata span {
font-size: 26px;
}

.didascalia {
display: none;
}

header {
position: static;
width: initial;
}

#main-slider {
padding-top: 0;
}

section#contatto .cta {
width: 100%;
clear: both;
position: static;
margin-bottom: 60px;
}

section#contatto .cta .privacy {
padding-bottom: 30px;
}

}

/* xs */
@media (max-width: 767px) {
  .container > .navbar-header, .container > .navbar-collapse {
    margin-left: 0;
  }

  input.search-form:hover {
    width: 120px;
  }

  .navbar-nav > li {
    padding-bottom: 0;
  }

  .feature-wrap {
  min-height: 100px;
  height: auto !important;
  height: 100px;
  margin-bottom: 50px;
  }

  .media.accordion-inner .pull-left, 
  .media.accordion-inner .media-body {
    clear: both;
  }

  .accordion-inner h4 {
    margin-top: 10px;
  }

  .tab-wrap .media .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .media-body{
    clear: both;
  }

  .nav-tabs > li.active > a:after{
    display: none;
  }

  #footer .col-sm-6{
      text-align:center;
  }
  
   #footer .pull-right{
      float: none !important;
  }

  .sinlge-skill {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .team .single-profile-top, 
  .team .single-profile-bottom {
    margin-bottom: 30px;
  }

  .clients-area {
    padding: 60px 0;
  }

  .clients-area h1 {
    font-size: 25px;
  }

  .portfolio-item, 
  #recent-works .col-xs-12.col-sm-4.col-md-3{
    padding:0 15px;
  }

  ul.social_icons li{
    margin-right: 0;
  }

  .blog .blog-item .entry-meta{
    margin-bottom: 20px;
  }

  .blog .blog-item .blog-content h3 {
    margin-bottom: 20px;
  }

  .post_reply_comments {
    padding-left: 20px;
  }

	img.graphic.center {
	width: 100%;
	height: auto;
	}

	section#fascia .blocco-versione.sinistra {
	width: 100%;
	margin-right: 0;
	}
	
	section#fascia .blocco-versione.destra {
	width: 100%;
	margin-left: 0;
	}
	
	.social-share {
	 margin: 0;
	}
	
	.navbar img.numver {
	  width: 110px;
	  top: 0;
	  right: 14px;
	}
	
	.lead.center, .lead.center.nomargin {
	width: 100%;
	}
	
	.feature-wrap p{
	 font-size: 15px;
	 line-height: 1.4;
	}
	
	iframe.youtube {
	width: 100%;
	}
	
	p.lead img {
	width: 80%;
	height: auto;
	}

section#fascia img {
width: 100%;
}
	
section#fascia.speciale img.speciale {
 width: 80%;
 position: static;
}

.navbar .payoff {
display: none;
}

.navbar-toggle {
display: none;
}

.top-bar {
  display: block;
}

.navbar img.logofocuson {
width: 250px;
height: auto;
}

.navbar img.logoindeco {
width: 150px;
height: auto;
}

.cta {
display: none;
}

#main-slider .carousel .btn-slide.speciale {
  display: inline-block;
}

.col-sm-6.sx {
padding-right: 15px;
}

.col-sm-6.dx {
padding-left: 15px;
}

header {
position: static;
width: initial;
}

#main-slider {
padding-top: 0;
}

#main-slider .carousel .btn-slide {
  padding: 18px 28px;
  font-size: 25px;
}

#footer .payoff {
  position: static;
  clear: both;
  padding: 7px 7px 15px;
}

section#contatto h4, section#contatto h5, section#contatto p.rosso {
margin-left: 0;
}

section#contatto h4 {
margin-top: 30px;
}

section#contatto p.rosso {
margin-bottom: 40px;
}

section#contatto .cta {
display: block;
width: 100%;
clear: both;
position: static;
margin-bottom: 60px;
}

section#contatto .cta .privacy {
padding-bottom: 30px;
}

section#contatto .contimmagine {
border-bottom: 1px solid #000;
}

}

@media (max-width: 550px) {

  #main-slider .carousel h1 {
    font-size: 46px;
  }

  #main-slider .carousel h2 {
    font-size: 34px;
  }
  
.navbar img.logofocuson {
width: 200px;
height: auto;
}

.navbar img.logoindeco {
width: 100px;
height: auto;
}

.barra {
display: none;
}

#main-slider .carousel .btn-slide.speciale {
  margin-top: 80px;
  font-size: 28px;
}

}

/* XS Portrait */
@media (max-width: 480px) {

	img.graphic {
	width: 100%;
	height: auto;
	}
	
	img.graphic.left, img.graphic.right {
	margin: 0 0 25px 0;
	}
	
	section#fascia .blocco-versione .feature-wrap {
	display: none;
	}
	
	  .navbar img.numver {
	  display: none;
	  }
	  
	p.lead img {
	width: 100%;
	}
	
section#fascia.speciale img.speciale {
 width: 100%;
}

  #main-slider .carousel h1 {
    font-size: 40px;
  }

  #main-slider .carousel h2 {
    font-size: 28px;
  }
  
.didascalia {
display: none;
}

}

