@font-face {
	font-family: 'Tahoma';
	src: url('../font/Tahoma.eot');
	src: url('../font/Tahoma.eot?#iefix') format('embedded-opentype'),
		url('../font/Tahoma.woff') format('woff'),
		url('../font/Tahoma.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #F8F8F8;
	color:#666;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #777;
  font-weight: 300;
}
a {
  color: #284E93;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.btn {
  font-weight: 300;
  border: 0;
}
.btn.btn-primary {
  background-color: #284E93;
}
.btn.btn-primary:hover,
.btn.btn-primary.active {
  background-color: #1586c3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a:hover,
a:focus {
	color: #203F77;
	text-decoration: none;
	outline: none;
}
#header {
	position:absolute;
	  top: 34px;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 99999;
}
#main-slider {
  /*background-image: url(../img/slider-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;*/
  padding: 0px 0;
  color: #fff;
}

/*#main-slider:after,.banner-area:after{
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
}
*/

#main-slider .item {
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	-webkit-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 0;
	padding-bottom: 0px;
	min-height:520px;
	
  background-size: cover;
  background-repeat: no-repeat;
  
}
#main-slider .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  -webkit-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 0;
}
#main-slider .item.active h1 {
  -webkit-animation: scaleUp 400ms;
  -moz-animation: scaleUp 400ms;
  -o-animation: scaleUp 400ms;
  -ms-animation: scaleUp 400ms;
  animation: scaleUp 400ms;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(32,63,119, 0.9);
  color: #fff;
  display: inline-block;
  margin-top: -50px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(32,63,119,0.5);
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider h1 {
  font-size: 68px;
  text-shadow: 0 3px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.box {
  padding: 50px 30px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.box.first {
  margin-top: -40px;
  border-radius: 5px 5px 0 0;
  position:relative;
  z-index:10;
}
.box.last {
  border-radius: 0 0 5px 5px;
}
.box h2 {
  padding: 10px 30px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  margin-bottom: 30px;
  font-size: 48px;
}
#portfolio .box {
  background: #f3f3f3;
}
.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-items {
  margin-right: -20px;
}
.portfolio-filter {
  margin-bottom: 50px;
  text-align: center;
}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}
.portfolio-items.col-2 > li {
  width: 50%;
}
.portfolio-items.col-3 > li {
  width: 33%;
}
.portfolio-items.col-4 > li {
  width: 25%;
}
.portfolio-items.col-5 > li {
  width: 20%;
}
.portfolio-items.col-6 > li {
  width: 16%;
}
.portfolio-item .item-inner {
  margin: 0 20px 20px 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .portfolio-image {
  position: relative;
}
.portfolio-item h5 {
  margin: 0;
  padding: 10px 0 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#services .box {
  padding-bottom: 0;
}
#services .row > div {
  margin-bottom: 50px;
}
.center {
  text-align: center;
}
#team-scroller .designation {
  margin-top: 10px;
  display: block;
}
.member {
  margin: 0 50px;
  text-align: center;
}
.carousel.scale .left-arrow,
.carousel.scale .right-arrow {
  top: 30%;
  position: absolute;
}
.carousel.scale .left-arrow {
  left: -10px;
}
.carousel.scale .right-arrow {
  right: -10px;
}
.carousel.scale .active .row > div:nth-child(1) {
  -webkit-animation: scaleUp 200ms linear 0 both;
  -moz-animation: scaleUp 200ms linear 0 both;
  -ms-animation: scaleUp 200ms linear 0 both;
  -o-animation: scaleUp 200ms linear 0 both;
  animation: scaleUp 200ms linear 0 both;
}
.carousel.scale .active .row > div:nth-child(2) {
  -webkit-animation: scaleUp 200ms linear 100ms both;
  -moz-animation: scaleUp 200ms linear 100ms both;
  -ms-animation: scaleUp 200ms linear 100ms both;
  -o-animation: scaleUp 200ms linear 100ms both;
  animation: scaleUp 200ms linear 100ms both;
}
.carousel.scale .active .row > div:nth-child(3) {
  -webkit-animation: scaleUp 200ms linear 200ms both;
  -moz-animation: scaleUp 200ms linear 200ms both;
  -ms-animation: scaleUp 200ms linear 200ms both;
  -o-animation: scaleUp 200ms linear 200ms both;
  animation: scaleUp 200ms linear 200ms both;
}
.carousel.scale .active .row > div:nth-child(4) {
  -webkit-animation: scaleUp 200ms linear 400ms both;
  -moz-animation: scaleUp 200ms linear 400ms both;
  -ms-animation: scaleUp 200ms linear 400ms both;
  -o-animation: scaleUp 200ms linear 400ms both;
  animation: scaleUp 200ms linear 400ms both;
}
.icon-social {
  border: 0;
  color: #fff;
  border-radius: 100%;
  display: inline-block !important;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
}
.icon-social.icon-facebook {
  background: #4f7dd4;
}
.icon-social.icon-facebook:hover {
  background: #789bde;
}
.icon-social.icon-twitter {
  background: #5bceff;
}
.icon-social.icon-twitter:hover {
  background: #8eddff;
}
.icon-social.icon-linkedin {
  background: #21a6d8;
}
.icon-social.icon-linkedin:hover {
  background: #49b9e3;
}
.icon-social.icon-google-plus {
  background: #dc422b;
}
.icon-social.icon-google-plus:hover {
  background: #e36957;
}
.icon-social.icon-pinterest {
  background: #cb2027;
}
.icon-social.icon-pinterest:hover {
  background: #e03e44;
}
.icon-social.icon-youtube {
  background: #ce332d;
}
.icon-social.icon-youtube:hover {
  background: #da5954;
}
.icon-social:hover {
  color: #fff;
}
.navbar-default {
  background: #fff;
  border-radius: 0 0 5px 5px;
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  overflow: hidden;
}
.navbar-default .first a {
  border-radius: 0 0 0 5px;
}
.navbar-default .navbar-brand {
	margin-right: 10px;
	margin-left: 10px;
	width: 198px;
	height: 70px;
	background: url(../img/REXOLD_POWER_SERVICE.png) no-repeat 0 center;
}
.navbar-default .navbar-nav > li {
	margin-left: 1px;
	border-right: 1px solid #F7F7F7;
}
.navbar-default .navbar-nav > li:last-child {
	border-right: 0;
}
.navbar-default .navbar-nav > li > a {
	padding: 27px 7px;
	font-size: 13px;
	line-height: 18px;
	color: #4F4F4F;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	font-family: Tahoma;
	font-weight: bold;
}
.navbar-default .navbar-nav > li > a.active{
	border-bottom: 2px solid #F48634;
}
.navbar-default .navbar-nav > li > a > i {
  display: inline-block;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:focus > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active:focus > a:focus,
.navbar-default .navbar-nav > li.active:hover > a:focus,
.navbar-default .navbar-nav > li:hover > a:focus,
.navbar-default .navbar-nav > li:focus > a:focus {
	background-color: #eee;
	color: #263B6F;
}
.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
.icon-md {
  font-size: 24px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 10px;
}
.icon-color1 {
  background-color: #e74c3c;
}
.icon-color2 {
  background-color: #2ecc71;
}
.icon-color3 {
  background-color: #3498db;
}
.icon-color4 {
  background-color: #8e44ad;
}
.icon-color5 {
  background-color: #1abc9c;
}
.icon-color6 {
  background-color: #2c3e50;
}
.gap {
  margin-bottom: 50px;
}
.big-gap {
  margin-bottom: 100px;
}
#footer {
	padding-top: 10px;
	padding-bottom: 30px;
	color: #999;
	font-size:11px;
	border-bottom: 10px solid #CCC;
}
#footer a {
  color: #999;
}
#footer a:hover {
  color: #284E93;
}
ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
ul.social > li {
  margin: 0 0 20px;
}
ul.social > li > a {
  display: block;
  font-size: 18px;
}
ul.social > li > a i {
  margin-right: 10px;
}
textarea#message {
  padding: 10px 15px;
  height: 220px;
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes scaleUp {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes scaleUp {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@-o-keyframes scaleUp {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
#menu_topo{
	background: #254D8D;
	padding: 8px;
	width: 100%;
	text-align: right;
	color: #FFF;
	border-bottom: 1px solid #fff;
}
#menu_topo a{ color:#FFF; font-family: Tahoma; font-size:13px;}

#menu_topo ul{  padding:0; margin:0; list-style:none}
#menu_topo ul li{ } 
.banner-area{
	height: 150px;
	position:relative;
	background-color: #000;
	background-image: url(../img/full_top_banner.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}
.pagina{
	background-color: #FFF;
	
	
	padding-bottom: 25px;
	/*-moz-border-radius:0 0 10px 10px;	
	-webkit-border-radius:0 0 10px 10px;	
	 border-radius:0 0 10px 10px;*/
	 height:600px;
	 display:table;
	
	 width:100%;
}
.pagina h2{
	margin-top: 0;
}
.linha{border-top: 1px solid #eee; width:100%; height:5px; float:left; margin-top:10px;}
.top_pag > div{
	background-color: #FFF;
	padding-top: 15px;
	display: table;
	padding-bottom: 15px;
}
.breadcrumbs{
	float: right;
	margin-top: 15px;
}
.breadcrumbs ul{
    margin: 0;
    padding: 0;
    list-style: none;
	color: #999;
}
.breadcrumbs ul li, .breadcrumbs ul li a{
    color: #999;
    
    text-transform: capitalize;
    display: inline-block;
}
.breadcrumbs i{ color:#F58634}
.breadcrumbs ul li a{
	margin-right: 8px;
	color: #999;
}
.breadcrumbs ul li{
    margin-left: 5px;
}
.banner-title h1{
	background: #284E93;
	color: #FFF;
	padding: 10px 15px;
	margin-bottom: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 30px;
}
.imagen_redonda{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 4px;
	border: 1px solid #eee;
}
form input{ margin-bottom:12px;}
.submenu-mainmenu{ padding:0; margin:0; list-style: none}
.submenu-mainmenu li{
	padding: 10px 8px;
	background: #F7F7F7;
	margin-bottom: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #E2E2E2;
}
.submenu-mainmenu li.active{
	background-color: #4E76C9;
}
.submenu-mainmenu li.active a{ color:#FFF}
.submenu-mainmenu li a{
	color: #5F5F5F
}
.submenu-mainmenu li i{ color:#F58634}
.pagina h2{
	margin-bottom: 23px !important;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
#services img{-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; margin-bottom:15px;} 
#footer {
	border-top: 3px solid #F58634;
}
.panel-default .panel-heading{ 
	background: #284E93;
	
}
.panel-default .panel-heading h4,.panel-default .panel-heading a:focus,.panel-default .panel-heading a:hover{
	color: #FFF;
	font-weight: bold;
}
.icone_logo_grupo > div{
	padding: 0px 10px 20px;
}

.box_banner > div{-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;}
	
.box_banner{max-width:1220px; margin:auto}

#bg_banner{ background-color:#eee; padding-top:55px; padding-bottom:10px;
}
.pag_empresa strong,.pag_empresa a{
	color: #F58634;
}
.pag_empresa img{
	padding: 0px;
	border: 2px solid #F58634;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
 	border-radius:7px;
 
 	box-shadow: 2px 2px 2px #ccc;
   -webkit-box-shadow: 2px 2px 2px #ccc;
   -moz-box-shadow: 2px 2px 2px #ccc;

}
.imagem_atuacao img{
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
 	border-radius:7px;
 
 	box-shadow: 2px 2px 2px #ccc;
   -webkit-box-shadow: 2px 2px 2px #ccc;
   -moz-box-shadow: 2px 2px 2px #ccc;
	}
.list_atuacao{ margin-bottom:35px;}
.list_atuacao h4.titulo{
	background: #284E93;
	color: #FFF;
	padding: 10px 15px;
	margin-top: 0;
}
.botao_logo{
	padding: 0px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	text-align: center;
	
	/*border-top: 3px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-bottom: 3px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;*/
}
.icone_logo_grupo > div{ margin-bottom:10px; margin-top:10px;}
.icone_logo_grupo{
	background: url(../img/01.png) no-repeat center bottom;
	background-size: cover;
}
.botao_logo > div{
	padding: 20px 70px 20px !important;
	margin-right: 30px;
	margin-left: 30px;
	/*box-shadow: 2px 2px 2px #eee;
	-webkit-box-shadow: 2px 2px 2px #eee;
	-moz-box-shadow: 2px 2px 2px #eee;*/
	background-image: url(../img/bg_b.png);
	background-position: left top;
	background-size: cover;
	
}
.botao_logo h3{
	background: #F58634;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	
	margin: 0 auto;
	width: 180px;	
}
.botao_logo h3 a{
	color: #FFF;
	text-transform: uppercase;
}
.botao_logo img{ margin-bottom:0px !important;}
.box_conhecimento{
	color: #F58634;
	border-top: 2px solid #F58634;
	border-bottom: 2px solid #F58634;
	font-size: 19px;
	padding-bottom: 35px;
	padding-top: 35px;
	margin-bottom: 9px;
}