@font-face {
    font-family: 'exobold';
    src: url('fonts/exo-bold-webfont.eot');
    src: url('fonts/exo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo-bold-webfont.woff') format('woff'),
         url('fonts/exo-bold-webfont.ttf') format('truetype'),
         url('fonts/exo-bold-webfont.svg#exobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'exoextralight';
    src: url('fonts/exo-extralight-webfont.eot');
    src: url('fonts/exo-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo-extralight-webfont.woff') format('woff'),
         url('fonts/exo-extralight-webfont.ttf') format('truetype'),
         url('fonts/exo-extralight-webfont.svg#exoextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'exoregular';
    src: url('fonts/exo-regular-webfont.eot');
    src: url('fonts/exo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo-regular-webfont.woff') format('woff'),
         url('fonts/exo-regular-webfont.ttf') format('truetype'),
         url('fonts/exo-regular-webfont.svg#exoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'exomediumitalic';
    src: url('fonts/exo-mediumitalic-webfont.eot');
    src: url('fonts/exo-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo-mediumitalic-webfont.woff') format('woff'),
         url('fonts/exo-mediumitalic-webfont.ttf') format('truetype'),
         url('fonts/exo-mediumitalic-webfont.svg#exomediumitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'exomediumitalic';
    src: url('fonts/exo-mediumitalic-webfont.svg#exomediumitalic') format('svg');
  }
}  
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'exobold';
    src: url('fonts/exo-bold-webfont.svg#exobold') format('svg');
  }
} 

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'exoregular';
    src: url('fonts/exo-regular-webfont.svg#exoregular') format('svg');
  }
}  
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'exoregular';
    src: url('fonts/exo-bold-webfont.svg#exobold') format('svg');
  }
 }   
/******************************************
DEFAULT LAYOUT & TIPOGRAPH
******************************************/
body {
  color: #858e92;
  background-color: #edf1f2;
  font-size: 12px;
  font-family: Arial;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-position: center 0;

}

body.home{
  background-image: url('../img/slideshow/1.jpg');
}

.empresa,.vidros,.aplicacoes,.noticias,.contato,.acessorios,.obrasclientes{
  background-image: url('../img/bg-header.jpg');
}

a {
  color: #858e92;
}
a:hover{
  text-decoration: none;
}
#menu-navegacao-primaria li a.active{
  color: #53B697;
}
blockquote {
  padding: 20px;
  background-color: #fff;
}
ol{
  padding: 0;
}
.bread-cat{
  text-transform: capitalize;
}

.error {
  color: #FD6262;
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
.bg-green {
  background-color: #62c3a5;
  color: #fff;
}
.icon-green,.icon-green:hover {
  color: #62c3a5;
}
.icon-medium {
  font-size: 32px;
}
.icon-round {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.icon-round,.icon-round:hover {
  border: #62C3A5 solid 2px;
  border-radius: 12px;
}

#btn-search {
  background-color:#62C3A5;
}
.icon-large {
 font-size: 36px;
 border-radius: 50%;
 border-width: 6px;
 width: 80px;
 height: 80px;
 padding-top: 16px;
 text-align: center;
 display: inline-block;
 margin: 0 auto;
}
.icon-large:hover,.icon-large:active {
  border-width: 6px;
}
.txt-white {
  color: #fff;
}
.subtitle {
  font-family: 'exobold';
  font-size: 18px;
}
.big {
  font-size: 4em;
}
.text-medium {
  font-size: 1.3em;
}
.super-big {
  font-size: 8em;
  text-transform: uppercase;
}
.txt-center {
  text-align: center;
}
.div-h {
  position: relative;
  border-bottom: #E0E0E0 solid 1px;
}
.div-h:before {
  position: absolute;
  left: 50%;
  top: -4px;
  margin-left: -100px;
  content: "";
  width: 200px;
  height: 2px;
  border-bottom: #62C3A5 solid 4px;
}
.unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1,h2,h3,h4,h5 {
  margin: 0;
  font-family: "exoregular";
  margin-bottom: 0.5em;
}
h2 {
  font-size: 3em;
}
h3 {
  font-size: 2em;
}
.fluid {
  max-width: 100%;
  height: auto;
}
.tm-dark,
.tm-dark a {
  color: #fff;
}
.bg-image {
  background: #fff url(../img/bg-image.jpg) center 0 no-repeat;
}
.p-10 {  padding: 10px;}
.p-20 {  padding: 20px;}
.p-30 {  padding: 30px;}
.m-r-10 { margin-right: 10px;}
.m-l-10 { margin-left: 10px;}
.m-b-10 { margin-bottom: 10px;}
.m-b-20 {margin-bottom: 20px;}
.m-r-20 {margin-right: 20px;}
.m-t-20 {margin-top: 20px;}
.m-t-30 {margin-top: 30px;}
.m-b-30 {margin-bottom: 30px;}
.m-t-40 {margin-top:40px;}
.m-b-40 {margin-bottom: 40px;}
.m-b-20 {margin-bottom: 20px;}
.p-t-10 {padding-top: 10px;}
.p-b-10 {padding-bottom: 10px;}
.p-t-40 {padding-top: 40px;}
.p-t-20 {padding-top: 20px;}
.p-b-40 {padding-bottom: 40px;}
.p-b-40 {padding-bottom: 40px;}

time {
  display: block;
}

.to-back,
.to-back:hover {
  font-size: 18px;
  margin: 20px 0;
    display: block;
    text-decoration: underline;
}
/******************************************
DEFAULT HEADER NAV
******************************************/
.navbar-nav a {
  color: #6e7072;
}
.navbar-brand {
  padding:0 20px;
}
.nav-bar {
  height: auto;
  background-color: #fff;
}

.navbar-nav {
  clear: right;
  margin-top: 20px;
}
.navbar-nav li {
  margin-right: 29px;
  overflow: hidden;
}
.navbar-nav li:last-child {
  margin-right: 0;
}
.navbar-nav a {
  font-family: 'exobold';
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0 4px;
  height: 1em;
}

.navbar-nav a::before {
  position: absolute;
  top: 100%;
  color: #62c3a5;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.navbar-nav  li:hover a::before {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  transform: translateY(10%);
}
.navbar-nav li:hover a {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
}

.navbar {
  padding:30px 0;
  margin-bottom: 0;
}

#top-bar {
  width: 200px;
  text-align: right;
  margin-right: -15px;
}
.fone {
  display: inline-block;
}
.icon-menu {
  font-size: 42px;
  color: #ccc;
}

/******************************************
BOOTSTRAP DEACTIVATE
******************************************/

.nav>li>a{
  padding: 0;
}

.navbar {
  border-radius: 0px;
}

/******************************************
DEFAULT MAIN
******************************************/
.search-form .btn {
  padding: 13px 16px;
}

.search-form .ui-autocomplete-input {
  padding-left: 30px;
}
.search-form .ui-autocomplete-input.loading {
  padding-left: 50px;
  background-image: url(../img/loader.GIF);
  background-repeat: no-repeat;
  background-position: 10px center;
}
#main {
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.bg-white {
  background-color: #fff;
}


/******************************************
DEFAULT FOOTER
******************************************/
#footer {
  position: relative;
  background: #fff url(../img/bg-map.jpg) center 0 no-repeat;
  min-height: 300px;
  -webkit-backface-visibility: hidden;

}
.footer-len {
  -webkit-transform: translate3d(0,0,0);
  display: block;
  float: left;
  margin-top: 300px;
  background-color: rgba(56, 56, 56, 0.91);
  padding: 20px 0;
  width: 100%;
}
.footer-len p,
.footer-len p a {
  font-family: 'exoregular';
  font-size: 15px;
  color: #fff;
}
#footer p {
  margin: 0;
}
/******************************************
OBRAS CLIENTES
******************************************/
.item-checkbox {
  display: inline-block;
  margin-right: 10px;
}
.item-checkbox input[type=checkbox] {
    top: 0;
    margin-top: 2px;
    margin-left: -18px;
}

/******************************************
OTHER PAGES
******************************************/
.page-header {
  margin-top: 200px;
}

.align-center{
  text-align: center;
}

.pagination a, .pagination span{
  border-top: 1px solid #858E92; 
  border-right: 0;  
  border-bottom: 1px solid #858E92;  
  border-left: 1px solid #858E92;  
  padding: 5px 12px 2px 12px;
  text-align: left;
  float: left;
}

.pagination a:first-child, .pagination span:first-child{
  border-radius: 4px 0 0 4px;
}

.pagination a:last-child, .pagination span:last-child{
  border-right: 1px solid #858E92; 
  border-radius: 0 4px 4px 0;
}

.pagination a:hover, .pagination span:hover{
  background-color: #A0A0A0;
  color: #FFFFFF;
}

span.current, a.current{  
  background-color: #858E92;
  color: #FFFFFF;
}
/******************************************
WIDGETS & HELPERS
******************************************/
.gallery-container {

}
.gallery-item {
  overflow: hidden;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
}

.gallery-item:before {
  content: "Ampliar";
  color: #fff;
  display: block;
  position: absolute;
  font-size: 20px;
  z-index: 4;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color:#62C3A5;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: 'exoregular';
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-backface-visibility: hidden;
}
.gallery-item:hover:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.gallery-item .icon-round {
  position: absolute;
  z-index: 5;
  left: 50%;
  width: 60px;
  top: 40px;
  height: 60px;
  margin-left: -30px;
  border-radius: 30px;
  font-size: 38px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
}
.gallery-item:hover .icon-round {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

}

.download-cat {
  background-color: #ED8C2D;
  color: #fff;
  display: block;
  padding: 10px;
  font-size: 18px;
}
/******************************************
FORMS
******************************************/
button {
  color: #fff;
}
.form-control {
height: 40px;
}
.form-lg {
  font-size: 16px;
  height: 46px;
}
/******************************************
MEDIA QUERIES
******************************************/
@media(max-width: 767px){
  body {
    background-image: none !important;
  }
  .txt-white {
    color: #A2A2A2;
text-shadow: 0px 3px 0px #DDD;
  } 
  .page-header {
margin-top: 60px;
}
  .super-big {
    font-size: 40px;
  }
  .navbar-nav {
    text-align: center;
  }

  .navbar-brand img {
    max-width: 100%;
  }
  .navbar-brand {
    margin-top: 10px;
    max-width: 180px;
padding-right: 0;
  }

  .navbar-nav li {
    margin: 0;
  }
  .navbar-nav > li > a {
    padding: 10px 0;
    height: 20px;
    line-height: 20px;
  }

  .item-carousel .icon-round, .item-product .icon-round {
    top: 100px;
  }

  .content{
    padding: 0 20px;
  }

  .navbar-nav > li > a{
    padding: 3px 0;
    height: 30px;
  }

  .icon-round{
    display: none;
  }

  .numeros{
    background-attachment: normal;
  }

}


/******************************************
CAROUSEL
******************************************/
.thumb img {
  max-width: 100%;
}

.carousel .item-carousel {
  position: relative;
}
.carousel .item-carousel .thumb {
  overflow: hidden;
}
.item-carousel {
  text-align: center;
  background-color: #fff;
}
.item-carousel .icon-round {
   position: absolute;
  z-index: 7;
  left: 50%;
  width: 60px;
  top: 165px;
  height: 60px;
  margin-left: -35px;
  border-radius: 30px;
  font-size: 38px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.item-carousel .icon-round .icon-link {
  padding-top: 12px;
  font-size: 32px;
  display: block;
  text-align: center;
}
.item-carousel .item-texto {
  padding-top: 40px;
}
.item-carousel .link-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}


/******************************************
AUTOCOMPLETE
******************************************/
.list-item-container {
      width: 400px;
    padding: 15px;
    background-color: #fff;
    border-bottom: #DDE4EA solid 2px;
}
.list-item-container:hover {
  background-color: #DDE4EA;
}
.ui-menu-item .image {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    float: left;
}

.ui-menu-item {
  list-style: none;
}
.ui-menu-item .hover-link {
  display: block;
}
.ui-menu-item .description {
    font-style: italic;
  font-weight: bold;
  font-size: 1em;
  color: #808080;
}
.ui-menu-item .label-item {
  color: #333;
  font-size: 16px;
}

.ui-state-focus .list-item-container {
  background-color: #DDE4EA;
}

.ui-autocomplete {
  z-index: 9;
}

.slicknav_btn {
      display: block;
    width: 100%;
    margin: 0 !important;
}
/******************************************
PAGINATION
******************************************/
.pagination-container {
  display: block;
  text-align: center;
}
.pagination li {
  background-color:#62C3A5;
}

.pagination a:last-child, .pagination span:last-child {
  border: 0 !important;
  border-radius: 0;
}

.pagination>.active>a, .pagination>.active>span {
  background-color:#62C3A5 !important;
}

#cidade, #estado {
  height: 40px;
}

#top-bar .icon-round {
  width: 30px;
  height: 30px;
  line-height: 20px;
  display: inline-block;
  font-size: 18px;
  border-radius: 50%;
  padding-top: 4px;
}