

body {
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../../images/logo.png) no-repeat center  top;
	margin-top: -10px;
	padding-top:20px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 725px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	margin-top: 130px;
	color: white;
	font-size: 140px;
	font-weight: 700;
	letter-spacing: 3px;
	word-wrap: break-word;
}

#headerwrap h2 {
	color: white;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 2px;
}

/* Portfolio Wrap */
#portfoliowrap {
	background: url(../../images/portfolio.png) no-repeat center top;
	margin-top: 0px;
	padding-top:70px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#portfoliowrap h3 {
	color: #FFFFFF;
}
#portfoliowrap p{
	color: #FFFFFF;
}

.port-space {
	padding-bottom: 20px;
}


/* White Wrap */

#w {
	background: #ffffff; 
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: justify;
}

#w h3 {
	font-weight: 700;
	color: #7b7b7b;
	letter-spacing: 1px;
}

#w bold {
	color: #2f2f2f;
}


/* Grey Wrap */

#g {
	background: #f2f2f2;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}

/* Dark Grey Wrap */
#dg {
	background: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

/* Footer Wrap */

#f {
	background: #2f2f2f;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center
}

#f h3 {
	color: white;	
}

#f i {
	font-size: 26px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

/* Copyright Wrap */

#c {
	background: #222222;
	padding-top: 15px;
	text-align: right;
}

#c p {
	color: white
}


/* item Wrap */

#itemwrap {
	/* background: url(../img/item-bg.jpg) no-repeat center top; */
	background: url(../img/Cinza.jpg) no-repeat center top; /* fica fotografia do logo*/
	margin-top: 0px;
	padding-top:70px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#itemwrap h1 {
	margin-top: 40px;
	color: white;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 3px;
}

#itemwrap h2 {
	color: white;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 2px;
}
#itemwrapreparacao{
	/* background: url(../img/item-bg.jpg) no-repeat center top; */
	background: url(../../images/reparacao_motores.jpg) no-repeat center top; /* fica fotografia do logo*/
	margin-top: 0px;
	padding-top:70px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#itemwrapreparacao h1 {
	margin-top: 40px;
	color: white;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 3px;
}

#itemwrapreparacao h2 {
	color: white;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 2px;
}
#itemwraprebobinagem{
	/* background: url(../img/item-bg.jpg) no-repeat center top; */
	background: url(../../images/rebobinagem_motores.png) no-repeat center top; /* fica fotografia do logo*/
	margin-top: 0px;
	padding-top:70px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#itemwraprebobinagem h1 {
	margin-top: 40px;
	color: white;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 3px;
}

#itemwraprebobinagem h2 {
	color: white;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 2px;
}
#itemwraptransformadores{
	/* background: url(../img/item-bg.jpg) no-repeat center top; */
	background: url(../../images/reparacao_transformadores.jpg) no-repeat center top; /* fica fotografia do logo*/
	margin-top: 0px;
	padding-top:70px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#itemwraptransformadores h1 {
	margin-top: 40px;
	color: white;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 3px;
}

#itemwraptransformadores h2 {
	color: white;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 2px;
}
#itemeletromecanica {
	/* background: url(../img/item-bg.jpg) no-repeat center top; */
	background: url(../img/eletromecanica.jpg) no-repeat center top; /* fica fotografia do logo*/
	margin-top: 0px;
	padding-top:70px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#itemeletromecanica h1 {
	margin-top: 40px;
	color: white;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 3px;
}

#itemeletromecanica h2 {
	color: white;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 2px;
}
#itemexterior {
	/* background: url(../img/item-bg.jpg) no-repeat center top; */
	background: url(../img/hExterior.jpg) no-repeat center top; /* fica fotografia do logo*/
	margin-top: 0px;
	padding-top:70px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#itemexterior h1 {
	margin-top: 40px;
	color: white;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 3px;
}

#itemexterior h2 {
	color: white;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 2px;
}
#itemwrappt2020{
	/* background: url(../img/item-bg.jpg) no-repeat center top; */
	background: url(../img/pt2020/barra_cofin_FEDER.jpg) no-repeat center top; /* fica fotografia do logo*/
	margin-top: 50px;
	padding-top:70px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;

}
#itemwrappt2020 h1 {
	margin-top: 40px;
	color: white;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 3px;
}

#itemwrappt2020 h2 {
	color: white;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 2px;
}
.desc {
	text-align: left;
}

.desc-b {
	border-left: 4px solid #bababa;
}

.desc-a i {
	color: #555;
	padding-right: 8px;
}

.desc-b i {
	color: #555;
	padding-right: 8px;
}



/* MENU CONF*/

.menu {
	position: fixed;
	right: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: #1a1a1a;
	width: 200px;
	height: 100%;
}

.menu h1.logo a {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #f85c37;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
	color: #808080;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu a:hover {
	color: #ffffff;
}

.menu a:active {
	color: #ffffff; 
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 14px;
	line-height: 40px;
	margin: 25px 2px;
}

.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	 color: #ffffff; 
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff; 
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	 color: #ffffff; 
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}


/* BUTTON CONF */

.btn-theme {
	color: #fff;
	background-color: #1abc9c;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: 700;
	border-radius: 3px;
}

.btn-theme:hover {
	cursor: pointer;
	color: white;
	background-color: #16a085;
	
}

/* TEAM CONF */

.team {
	padding-top: 20px;
}

.team:hover {
	background: white;
}

.team a {
	padding-right: 10px;
	padding-left: 10px;
}



#thumbnail-preview-indicators-antes {
  position: relative;
  overflow: hidden;
}
#thumbnail-preview-indicators-antes .slides .slide-1, 
#thumbnail-preview-indicators-antes .slides .slide-2,
#thumbnail-preview-indicators-antes .slides .slide-3,
#thumbnail-preview-indicators-antes .slides .slide-4,
#thumbnail-preview-indicators-antes .slides .slide-5 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
    #thumbnail-preview-indicators-antes,
    #thumbnail-preview-indicators-antes .slides,
    #thumbnail-preview-indicators-antes .slides .slide-1, 
    #thumbnail-preview-indicators-antes .slides .slide-2,
    #thumbnail-preview-indicators-antes .slides .slide-3,
#thumbnail-preview-indicators-antes .slides .slide-4,
#thumbnail-preview-indicators-antes .slides .slide-5 {
      height: 480px;
    }
#thumbnail-preview-indicators-antes .slides .slide-1 {
  background-image: url(../img/portfolio/Gerador1/antes/1.jpg); 
}
#thumbnail-preview-indicators-antes .slides .slide-2 {
  background-image: url(../img/portfolio/Gerador1/antes/2.jpg); 
}
#thumbnail-preview-indicators-antes .slides .slide-3 {
  background-image: url(../img/portfolio/Gerador1/antes/3.jpg); 
}
#thumbnail-preview-indicators-antes .slides .slide-4 {
  background-image: url(../img/portfolio/Gerador1/antes/4.jpg); 
}
#thumbnail-preview-indicators-antes .slides .slide-5 {
  background-image: url(../img/portfolio/Gerador1/antes/5.jpg); 
}
#thumbnail-preview-indicators-antes .carousel-inner .item .carousel-caption {
  top: -5%;
  bottom: inherit;
}
#thumbnail-preview-indicators-antes .carousel-indicators li,
#thumbnail-preview-indicators-antes .carousel-indicators li.active {
  position: relative;
  width: 100px;
  height: 8px;  
}
#thumbnail-preview-indicators-antes .carousel-indicators li > .thumbnail {
  position: absolute;
  top: 0;
  width: 100px;
  display: none;
  opacity: 0;
  left: 50%;
  margin-top: -80px;
  margin-left: -50px;
}
#thumbnail-preview-indicators-antes .carousel-indicators li:hover > .thumbnail,
#thumbnail-preview-indicators-antes .carousel-indicators li.active > .thumbnail {
  display: block;
  opacity: .8;
}
#thumbnail-preview-indicators-antes .carousel-indicators li.active > .thumbnail:hover{
  opacity: 1;
}
@media screen and (max-width : 480px) {    
    #thumbnail-preview-indicators-antes .carousel-indicators li,
    #thumbnail-preview-indicators-antes .carousel-indicators li.active {
      width: 50px;
      height: 8px;
      position: relative;
    }
    #thumbnail-preview-indicators-antes .carousel-indicators li > .thumbnail {
       width: 50px;
       left: 50%;
       margin-top: -50px;
       margin-left: -25px;
    }
}
.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }
.carousel .carousel-indicators { visibility: hidden; }
.carousel:hover .carousel-indicators { visibility: visible; }
/*Gerador Depois*/
#thumbnail-preview-indicators-depois {
  position: relative;
  overflow: hidden;
}
#thumbnail-preview-indicators-depois .slides2 .slide2-1, 
#thumbnail-preview-indicators-depois .slides2 .slide2-2,
#thumbnail-preview-indicators-depois .slides2 .slide2-3,
#thumbnail-preview-indicators-depois .slides2 .slide2-4,
#thumbnail-preview-indicators-depois .slides2 .slide2-5 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
    #thumbnail-preview-indicators-depois,
    #thumbnail-preview-indicators-depois .slides2,
    #thumbnail-preview-indicators-depois .slides2 .slide2-1, 
    #thumbnail-preview-indicators-depois .slides2 .slide2-2,
    #thumbnail-preview-indicators-depois .slides2 .slide2-3,
#thumbnail-preview-indicators-depois .slides2 .slide2-4,
#thumbnail-preview-indicators-depois .slides2 .slide2-5 {
      height: 480px;
    }

#thumbnail-preview-indicators-depois .slides2 .slide2-1 {
  background-image: url(../img/portfolio/Gerador1/depois/1.jpg); 
}
#thumbnail-preview-indicators-depois .slides2 .slide2-2 {
  background-image: url(../img/portfolio/Gerador1/depois/2.jpg); 
}
#thumbnail-preview-indicators-depois .slides2 .slide2-3 {
  background-image: url(../img/portfolio/Gerador1/depois/3.jpg); 
}
#thumbnail-preview-indicators-depois .slides2 .slide2-4 {
  background-image: url(../img/portfolio/Gerador1/depois/4.jpg); 
}
#thumbnail-preview-indicators-depois .slides2 .slide2-5 {
  background-image: url(../img/portfolio/Gerador1/depois/5.jpg); 
}
#thumbnail-preview-indicators-depois .carousel-inner .item .carousel-caption {
  top: -5%;
  bottom: inherit;
}
#thumbnail-preview-indicators-depois .carousel-indicators li,
#thumbnail-preview-indicators-depois .carousel-indicators li.active {
  position: relative;
  width: 100px;
  height: 8px;  
}
#thumbnail-preview-indicators-depois .carousel-indicators li > .thumbnail2 {
  position: absolute;
  top: 0;
  width: 100px;
  display: none;
  opacity: 0;
  left: 50%;
  margin-top: -80px;
  margin-left: -50px;
}
#thumbnail-preview-indicators-depois .carousel-indicators li:hover > .thumbnail2,
#thumbnail-preview-indicators-depois .carousel-indicators li.active > .thumbnail2 {
  display: block;
  opacity: .8;
}
#thumbnail-preview-indicators-depois .carousel-indicators li.active > .thumbnail2:hover{
  opacity: 1;
}
@media screen and (max-width : 480px) {    
    #thumbnail-preview-indicators-depois .carousel-indicators li,
    #thumbnail-preview-indicators-depois .carousel-indicators li.active {
      width: 50px;
      height: 8px;
      position: relative;
    }
    #thumbnail-preview-indicators-depois .carousel-indicators li > .thumbnail2 {
       width: 50px;
       left: 50%;
       margin-top: -50px;
       margin-left: -25px;
    }
}
.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }
.carousel .carousel-indicators { visibility: hidden; }
.carousel:hover .carousel-indicators { visibility: visible; }
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*Motor 1 */
#thumbnail-preview-indicators-motor {
  position: relative;
  overflow: hidden;
}
#thumbnail-preview-indicators-motor .slides3 .slide3-1, 
#thumbnail-preview-indicators-motor .slides3 .slide3-2,
#thumbnail-preview-indicators-motor .slides3 .slide3-3,
#thumbnail-preview-indicators-motor .slides3 .slide3-4,
#thumbnail-preview-indicators-motor .slides3 .slide3-5 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
    #thumbnail-preview-indicators-motor,
    #thumbnail-preview-indicators-motor .slides3,
    #thumbnail-preview-indicators-motor .slides3 .slide3-1, 
    #thumbnail-preview-indicators-motor .slides3 .slide3-2,
    #thumbnail-preview-indicators-motor .slides3 .slide3-3,
#thumbnail-preview-indicators-motor .slides3 .slide3-4,
#thumbnail-preview-indicators-motor .slides3 .slide3-5 {
      height: 480px;
    }

#thumbnail-preview-indicators-motor .slides3 .slide3-1 {
  background-image: url(../img/portfolio/Motor1/1.jpg); 
}
#thumbnail-preview-indicators-motor .slides3 .slide3-2 {
  background-image: url(../img/portfolio/Motor1/2.jpg); 
}
#thumbnail-preview-indicators-motor .slides3 .slide3-3 {
  background-image: url(../img/portfolio/Motor1/3.jpg); 
}
#thumbnail-preview-indicators-motor .slides3 .slide3-4 {
  background-image: url(../img/portfolio/Motor1/4.jpg); 
}
#thumbnail-preview-indicators-motor .slides3 .slide3-5 {
  background-image: url(../img/portfolio/Motor1/5.jpg); 
}
#thumbnail-preview-indicators-motor .carousel-inner .item .carousel-caption {
  top: -5%;
  bottom: inherit;
}
#thumbnail-preview-indicators-motor .carousel-indicators li,
#thumbnail-preview-indicators-motor .carousel-indicators li.active {
  position: relative;
  width: 100px;
  height: 8px;  
}
#thumbnail-preview-indicators-motor .carousel-indicators li > .thumbnail3 {
  position: absolute;
  top: 0;
  width: 100px;
  display: none;
  opacity: 0;
  left: 50%;
  margin-top: -80px;
  margin-left: -50px;
}
#thumbnail-preview-indicators-motor .carousel-indicators li:hover > .thumbnail3,
#thumbnail-preview-indicators-motor .carousel-indicators li.active > .thumbnail3 {
  display: block;
  opacity: .8;
}
#thumbnail-preview-indicators-motor .carousel-indicators li.active > .thumbnail3:hover{
  opacity: 1;
}
@media screen and (max-width : 480px) {    
    #thumbnail-preview-indicators-motor .carousel-indicators li,
    #thumbnail-preview-indicators-motor .carousel-indicators li.active {
      width: 50px;
      height: 8px;
      position: relative;
    }
    #thumbnail-preview-indicators-motor .carousel-indicators li > .thumbnail3 {
       width: 50px;
       left: 50%;
       margin-top: -50px;
       margin-left: -25px;
    }
}
.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }
.carousel .carousel-indicators { visibility: hidden; }
.carousel:hover .carousel-indicators { visibility: visible; }
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* Bomba 1 */
#thumbnail-preview-indicators-bomba1 {
  position: relative;
  overflow: hidden;
}
#thumbnail-preview-indicators-bomba1 .slides4 .slide4-1, 
#thumbnail-preview-indicators-bomba1 .slides4 .slide4-2,
#thumbnail-preview-indicators-bomba1 .slides4 .slide4-3,
#thumbnail-preview-indicators-bomba1 .slides4 .slide4-4,
#thumbnail-preview-indicators-bomba1 .slides4 .slide4-5 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
    #thumbnail-preview-indicators-bomba1,
    #thumbnail-preview-indicators-bomba1 .slides4,
    #thumbnail-preview-indicators-bomba1 .slides4 .slide4-1, 
    #thumbnail-preview-indicators-bomba1 .slides4 .slide4-2,
    #thumbnail-preview-indicators-bomba1 .slides4 .slide4-3,
#thumbnail-preview-indicators-bomba1 .slides4 .slide4-4,
#thumbnail-preview-indicators-bomba1 .slides4 .slide4-5 {
      height: 480px;
    }

#thumbnail-preview-indicators-bomba1 .slides4 .slide4-1 {
  background-image: url(../img/portfolio/Bomba1/1.jpg); 
}
#thumbnail-preview-indicators-bomba1 .slides4 .slide4-2 {
  background-image: url(../img/portfolio/Bomba1/2.jpg); 
}
#thumbnail-preview-indicators-bomba1 .slides4 .slide4-3 {
  background-image: url(../img/portfolio/Bomba1/3.jpg); 
}
#thumbnail-preview-indicators-bomba1 .slides4 .slide4-4 {
  background-image: url(../img/portfolio/Bomba1/4.jpg); 
}
#thumbnail-preview-indicators-bomba1 .slides4 .slide4-5 {
  background-image: url(../img/portfolio/Bomba1/5.jpg); 
}
#thumbnail-preview-indicators-bomba1 .carousel-inner .item .carousel-caption {
  top: -5%;
  bottom: inherit;
}
#thumbnail-preview-indicators-bomba1 .carousel-indicators li,
#thumbnail-preview-indicators-bomba1 .carousel-indicators li.active {
  position: relative;
  width: 100px;
  height: 8px;  
}
#thumbnail-preview-indicators-bomba1 .carousel-indicators li > .thumbnail4 {
  position: absolute;
  top: 0;
  width: 100px;
  display: none;
  opacity: 0;
  left: 50%;
  margin-top: -80px;
  margin-left: -50px;
}
#thumbnail-preview-indicators-bomba1 .carousel-indicators li:hover > .thumbnail4,
#thumbnail-preview-indicators-bomba1 .carousel-indicators li.active > .thumbnail4 {
  display: block;
  opacity: .8;
}
#thumbnail-preview-indicators-bomba1 .carousel-indicators li.active > .thumbnail4:hover{
  opacity: 1;
}
@media screen and (max-width : 480px) {    
    #thumbnail-preview-indicators-bomba1 .carousel-indicators li,
    #thumbnail-preview-indicators-bomba1 .carousel-indicators li.active {
      width: 50px;
      height: 8px;
      position: relative;
    }
    #thumbnail-preview-indicators-bomba1 .carousel-indicators li > .thumbnail4 {
       width: 50px;
       left: 50%;
       margin-top: -50px;
       margin-left: -25px;
    }
}
.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }
.carousel .carousel-indicators { visibility: hidden; }
.carousel:hover .carousel-indicators { visibility: visible; }
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
