/*
Compass Template
http://www.templatemo.com/preview/templatemo_454_compass
*/

/* 
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/




body {
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 13px/23px "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #222222;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#produtos, #aba_1, #quem_somos, #contatos, #galeria, #clientes {
  padding-top: 150px;
}






/*------------------------------------------------------
	localizacao Styles 
--------------------------------------------------------*/
#localizacao {
  padding-top: 50px;
}


/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.email_superior {
	-webkit-transition-duration: .50s;
	color:#fff;
	text-decoration:none;
}
.email_superior:hover {
	-webkit-transition-duration: .50s;
	color:#ccc;
	text-decoration:none;
}

.redes_sociais {
	-webkit-transition-duration: .50s;
	background-color:#FFF;
	border-radius:16px;
}
.redes_sociais:hover {
	-webkit-transition-duration: .50s;
	background-color:#eee;
	border-radius:16px;
}
.top-header {
  background: #eeeeee;
  color: white;
  padding: 5px 0;
}
.top-header .left-header span {
  display: inline-block;
  margin: 8px 30px 0 0;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 0px solid white;
  -webkit-border-radius: 16px;
  margin: 0 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  background-color: white;
  color: #2B2B6D;
}


.main-header {
  position: fixed;
  width: 100%;
  z-index: 9998;
  padding: 30px;
  background:#FFF;
  background-color:#232356;
  background: -webkit-gradient(linear, left top, left bottom, from(#232356), to(#2B2B6D));
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-header .logo {
  margin-top: 5px;
  padding:0px;
  display:table-cell;
  
}
.main-header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .menu {
  margin-top: 30px;
  
}
.main-header .menu ul li {
  display: inline-block;
  margin-left: 10px;
  
  
}
.main-header .menu ul li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: none;
}
.main-header .menu ul li a.current {
  background:url(../plano_menu.jpg);
  color: #fff;
}
.main-header .menu ul li a.ativo {
  background:url(../plano_menu.jpg);
  color: #fff;
}
.main-header .menu ul li :hover {
  background:url(../plano_menu.jpg);
  color: white;
}
.main-header-shrink {
  padding: 25px 0;
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -5px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #ffffff;
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #232356;
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #ffffff;
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a.current {
  background-color: #006B97;
}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
  margin-bottom: 80px;
}
.title-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  color:#333333;
}

.mainBtn {
  background-color: #333333;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtn:hover {
  background-color: #444444;
}



/*------------------------------------------------------
	aba_1 Styles 
--------------------------------------------------------*/
#aba_1 {
  padding-bottom: 50px;
  margin-top: 0px;
  background-color:#ffffff;
  color:#333333;
  font-size:12pt;
}

#linha_tempo {
  padding-bottom: 50px;
  margin-top: 0px;
  background:url(../plano_linha.jpg);
  background-position: center top;
  background-repeat:repeat;
  background-color:#ffffff;
  font-size:12pt;
}
#equipe {
  padding-bottom: 50px;
  margin-top: 0px;
  background:url(../plano_linha.jpg);
  background-position: center top;
  background-repeat:repeat;
  background-color:#ffffff;
  font-size:12pt;
}
#djs {
  padding-bottom: 50px;
  margin-top: 0px;
  background:url(../plano_linha.jpg);
  background-position: center top;
  background-repeat:repeat;
  background-color:#ffffff;
  font-size:12pt;
}






#galeria {
  padding-bottom: 50px;
  margin-top: 0px;
  background-color:#ffffff;
  color:#ffffff;
  font-size:12pt;
}

#clientes {
  padding-bottom: 50px;
  margin-top: 0px;
  background:url(../plano_linha.jpg);
  background-position: center top;
  background-repeat:repeat;
  background-color:#ffffff;
  font-size:12pt;
}




/*------------------------------------------------------
	quem_somos Styles 
--------------------------------------------------------*/
#quem_somos {
  background: #f9f9f9;
  padding-bottom:50px;
}
#quem_somos .progess-bars li .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 30px;
  margin-bottom: 15px;
}
#quem_somos .progess-bars li .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  background: #2B2B6D;
  text-transform: uppercase;
}
#quem_somos .our-team {
  margin-top: 80px;
}
#quem_somos .our-team .team-member {
  overflow: hidden;
}
#quem_somos .our-team .team-member .member-img {
  width: 100%;
  position: relative;
}
#quem_somos .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}
#quem_somos .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#quem_somos .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}
#quem_somos .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
#quem_somos .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#quem_somos .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#quem_somos .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#quem_somos .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
}
#quem_somos .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #2B2B6D;
  margin-bottom: 10px;
}
#quem_somos .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}




/*------------------------------------------------------
	fotos Styles 
--------------------------------------------------------*/
#fotos {
  padding-bottom: 80px;
  background-color:#ffffff;
}
#fotos .title-section h2 {
  color: #000;
    background: #f9f9f9;
}
#fotos .fotos-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#fotos .fotos-thumb img {
  width: 100%;
  height: auto;
}
#fotos .fotos-thumb .overlay{
  opacity: 0;
  visibility: visible;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#fotos .fotos-thumb .overlay .inner {
	
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#fotos .fotos-thumb .overlay .inner h4 {
	color:#FFF;
  font-size: 18px;
  margin-bottom: 10px;
}
#fotos .fotos-thumb .overlay .inner h4 a {
  color: white;
}
#fotos .fotos-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#fotos .fotos-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}



/*------------------------------------------------------
	contatos Styles 
--------------------------------------------------------*/
#contatos {
  color: #333333;
}
#contatos .title-section h2 {
  color: #333333;
}
#contatos h4 {
  /*color: #fff;*/
}
#contatos .contatos-form .full-row {
  width: 100%;
  margin-bottom: 20px;
}
#contatos .contatos-form input, #contatos .contatos-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #333333;
}
#contatos .contatos-form label {
  display: block;
  margin-bottom: 5px;
}
#contatos .contatos-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#contatos .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#contatos .contatos-info {
  margin-top: 30px;
}
#contatos .contatos-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
#contatos .contatos-info span i {
  color: #333333;
  font-size: 16px;
  margin-right: 12px;
}







.flexslider {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 12%;
  padding-left: 130px;
  padding-right:130px;
  width: 100%;
  z-index: 999;
  font-size:13pt;
}



/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  margin-top: 0px;
  background-color:#232356;
  background: -webkit-gradient(linear, left top, left bottom, from(#2B2B6D), to(#232356));
  color: white;
  padding: 25px 0;
}
.site-footer p {
  margin-top: 10px;
}
.site-footer a {
  color: white;
  text-align: center;
}
.site-footer .go-top {
  float: right;
  text-transform: uppercase;
}
.site-footer .go-top i {
  display: block;
}
  .flexslider {
    margin-top: 100px;
  }

/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 1280px) {
  .flexslider {
    margin-top: 110px;
  }

  .main-header {
    padding: 15px 0;
  }
  .main-header .logo {
	  padding-top:20px;
  }
  
  .responsive-menu {
	  margin-top: -20px;
  }
  
  .main-header .menu {
	  padding-bottom:50px;
  }

  .service-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 20%;
  }
  .flex-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 860px) {
  .flex-caption {
    display: none !important;
  }

  .contatos-form {
    margin-bottom: 60px;
  }




  .flexslider {
    margin-top: 110px;
  }

  .responsive-menu .menu {
    top: 32px;
  }
}






@media only screen and (max-width: 760px) {
  .flex-caption {
    display: none !important;
  }
  
    .flex-direction-nav a {
  margin: -5px 0 0 0;
}

  .contatos-form {
    margin-bottom: 60px;
  }


  .main-header .logo {
	  padding-top:20px;
    margin: 0;
  }

  .flexslider {
    margin-top: 35px;
  }

  .responsive-menu .menu {
    top: 39px;
  }
}



@media only screen and (max-width: 550px) {
  .flex-caption {
    display: none !important;
  }
  
    .flex-direction-nav a {
  	margin: -5px 0 0 0;
	}

  .contatos-form {
    margin-bottom: 80px;
  }

  .main-header {
    height: 80px;
  }
  .main-header .logo {
	  padding-top:20px;
    margin: 0;
  }

  .flexslider {
    margin-top: 20px;
  }

  .responsive-menu .menu {
    top: 32px;
  }
}


@media only screen and (max-width: 500px) {
  .flex-caption {
    display: none !important;
  }
  
  .flex-direction-nav a {
  margin: -5px 0 0 0;
}

  .contatos-form {
    margin-bottom: 60px;
  }

  .main-header {
    height: 50px;
  }
  .main-header .logo {
	  padding-top:0px;
    margin: 0;
  }

  .flexslider {
    margin-top: 20px;
  }

  .responsive-menu .menu {
    top: 32px;
  }
}
/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/
