/* CSS Resets */html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%;}
html{
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	overflow-y: auto;
}
* {-webkit-tap-highlight-color: rgba(0,0,0,0);}
* { _noFocusLine: expression(this.hideFocus=true); }
#Form{height:100%;}
a{outline:0;border:0;}
ul, ol{margin:0;padding:0;}

#Body{
	height:100%;
	font-family:Raleway, Lucida Sans Unicode, Arial, sans-serif;
	color:#666;
	font-size: 14px;
	line-height: 22px;
}
p {
	color: #666;
	line-height: 24px;
	margin: 0 0 20px;
}
#Satva{
	width:100%;
	position:relative;
	min-height:100%;
	margin: 0 auto;
}
#layerBG{
	width:100%;
	position:fixed;
	min-height:100%;
	margin: 0 auto;
	*left:0;	
}
#layerBG{
/*
	background: url(Images/background-3.jpg) repeat 50% 0;
	background:#171717*/
}

#Background{
	position:relative;
	min-height:100%;
	margin: 0 auto;
	background:#fff;
}

#Header{
	width:100%;
	z-index:10;
	/*
	background:#252A2E url(/Portals/0/Imagens/Banner/slide-bg.jpg) no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
	background: #21262D;
	
}

#MainRow{
	position:relative;
	z-index:100;
	/*-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;*/
}

#Header #MainRow{
	margin:0 auto;
	width:100%;
	line-height:0;
	
	
}
body.sticky-menu-active #Header #MainRow{
	position:fixed!important;
	top:0!important;
	background: #21262D;
}
/*
body.sticky-menu-active .Home #Header #MainRow{
	  background: #0E0E0E;
}
*/
/*
body.sticky-menu-active .Home #Header #MainRow{
	background:url(Images/background-3.jpg) repeat 50% 0;
}
*/
body.sticky-menu-active #Header #MainRow .contentRight{
	padding-top:0;
}


.contentLeft a{
	display:inline-block;
	padding: 25px 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;

	
}

.contentLeft.logo-sticky-active a{
	padding: 10px 0;
}


img#dnn_dnnLogo_imgLogo{
	position:relative;
}

.Home #Header{
	position:absolute;
	z-index:99;
	background:none;
}
.Home #Header #MainRow{
	/*background:rgba(0,0,0,0.4);*/
}
.rsDefault{
	background:#21262D!important
}
/*
body.sticky-menu-active .Home #Header #MainRow{
	
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #f6f6f6 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%,#ffffff 100%);
}
*/
#Header .Content{
	position:relative;
	width:100%;
	margin:auto;
}

#Header #Nav{
	position:relative;
	top:0;
	height:auto;
	max-width:1170px;
	display: block;
	margin-right:-10px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	
}
#Header #Nav.sticky-menu-active{
	top:-4px;
}


#page-top{
	color:#fff;
	border-bottom: 5px solid #ccc;
	font-weight:300;
	/*background:#252A2E url(/Portals/0/Imagens/Banner/slide-bg.jpg) no-repeat 0 0;*/
	background:#0088CC;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}
#page-top > div{
/*
	background: url(Images/bg_head_shadow2.png) no-repeat center top;
	background-size:100% 28px;
	*/
	min-height: 25px;
	max-width: 1170px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;

}
#page-top > div a:link, #page-top > div a:visited{
	color:#fff;
	font-size:12px;
}
#page-top > div a:hover{
	color:#fff;
	text-decoration:underline;
}
#page-top > div a:last-child{
	/*color:#fff;*/
}
#page-top > div h2{
	border-bottom: 5px solid #333;
    color: #fff;
    display: inline-block;
    margin: 0 0 -5px;
    min-height: 37px;
    padding: 0 0 10px;
    font-weight: 300;
    position: relative;
    font-family: jura, sans-serif;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 40px;
    /* text-transform: uppercase; */
}

#dnn_dnnBREADCRUMB_lblBreadCrumb{
	display:none;
	float:right;
	padding-top:10px;
}

.section {
	min-height: 60px;
	/*padding:39px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;   */
}

#Content {
	width:100%; 
	position:relative; 
	min-height:200px;
	z-index:1;
	background: #fff;

}
.Normal #Content:after {
  content: '';
  background:  url(/Portals/_default/Skins/Satva3/images/menu_shad.png) no-repeat center;
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  height: 45px;
  left: 0px;
  z-index: 10;
}

.f-Content{
	padding-top:120px
}

#Panes{
	/*padding-top:10px;*/
	margin:0 auto;
	display: block;
	height:100%;

}
#grid2RightB{
	max-width: 1180px;
	margin: 0 auto;
}

#Satva.Home #Panes{padding-top:0;}

#container{
	max-width:1170px;
	margin:0 auto;
	position:relative;
	
}
.container2{
	max-width: 723px;
	margin: 0 auto;
}

.popupCorrection{
	left:-8px;
}

.contentLeft {
	float: left;
	display: block;
	margin: 0;
}

.contentRight  {
	/*display: inline-block;
	float: right;*/
	position:absolute;
	right:0;
	top:40%;
	-webkit-transition: all  0.3s;
	-moz-transition: all  0.3s;
	-ms-transition: all  0.3s;
	-o-transition: all  0.3s;
	transition: all  0.3s;

}
.Home .contentRight  {
	padding-top:0;
}


.divide5 				{	width:100%;height:  5px;}
.divide10			{	width:100%;height:10px;}
.divide20			{	width:100%;height:20px;}
.divide30			{	width:100%;height:30px;}
.divide40			{	width:100%;height:40px;}
.divide50			{	width:100%;height:50px;}
.divide100			{	width:100%;height:100px;}


#dnn_BannerPane, #AboutPane, #dnn_ProdutosPane, #dnn_PortfolioPane, 
#dnn_LogoPane, #dnn_FullWidth, #dnn_FullWidth2, #dnn_FullWidth_BottomPane{width:100%;}


#dnn_BannerPane, .FullSection{
	overflow-x:hidden;
	position: relative;
}
.Normal #dnn_ContentPane{
	max-width:1170px;
	margin:0 auto;
}

#dnn_FullWidth{
	background:#FFF;
}
#dnn_FullWidth_BottomPane{
	background:#fff;

}

#dnn_FullWidth2{
	position:relative;
	/*background:#fff url(/Portals/_default/Skins/Satva3/Plugins/showbizpro/css/img/book.jpg) 50% 100% no-repeat fixed;
	-webkit-background-size: cover, auto;
	-moz-background-size: cover, auto;
	-o-background-size: cover, auto;
	background-size: cover, auto;*/
}

.Home #dnn_FullWidth{
	background:none;
}
#dnn_TopPane{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-right:-0.25em;
	width:auto;
	height:100%;
	min-height:25px;
	text-align:left;
}

#dnn_TopPane .DnnModule{
	margin-bottom:0;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

#Contact{
	max-width:1170px;
	margin:0 auto;
	padding-bottom:50px;
}

.Normal #grid2 {
	max-width: 1170px;
	margin: 0 auto;
}
#grid2 #dnn_grid_two_first, #grid2 #grid_two_first {width:48.5%;float:left;}
#grid2 #dnn_grid_two_second, #grid2 #grid_two_second{width:48.5%;float:right;}

#grid2LeftB #dnn_grid_two_LeftB_first{width:73.5%;float:left;}
#grid2LeftB #dnn_grid_two_LeftB_second{width:23.5%;float:right;}

#grid2LeftB{
	text-align:left;
}

#Footer #grid2LeftB {
	padding:60px 0 30px 0
}

#grid2RightB #dnn_grid_two_RightB_first{width:75%;float:left;}
#grid2RightB #dnn_grid_two_RightB_second{width:25%;float:right;}


#grid3 #dnn_grid_three_first, .grid_three_first{width:32.8%;float:left;}
#grid3 #dnn_grid_three_second, .grid_three_second{width:32.8%;float:left;margin:0 0.8%;}
#grid3 #dnn_grid_three_third, .grid_three_third{width:32.8%;float:right;}

#grid4 #dnn_grid_four_first, #grid4 #dnn_grid_four_second{width:25%;margin-right:2%;float:left;}
#grid4 #dnn_grid_four_third{width:23.5%;float:left;}
#grid4 #dnn_grid_four_fourth{width:23.5%;float:right;}

#Satva.TwoColRight #dnn_LeftPane{width:74.5%;float:left;}
#Satva.TwoColRight #dnn_RightPane{width:24.5%;float:right;}

#Satva #dnn_LeftLeft_Pane, #Satva #dnn_CenterLeft_Pane{width:24.25%;margin-right:1%;float:left;}
#Satva #dnn_CenterRight_Pane{width:24.25%;float:left;}
#Satva #dnn_RightRight_Pane {width:24.25%;float:right;}


#Satva.ThreeCol #dnn_LeftPane{width:32.8%;float:left;}
#Satva.ThreeCol #dnn_CenterPane{width:32.8%;float:left;margin:0 0.8%;}
#Satva.ThreeCol #dnn_RightPane{width:32.8%;float:right;}

#Satva.TwoColLeft #dnn_LeftPane{width:24.5%;float:left;}
#Satva.TwoColLeft #dnn_RightPane{width:74.5%;float:right;}

hr{
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
  margin: 22px 0 22px 0;
  }
  
  hr.tall{
  margin: 0 0 44px 0;
  }
  
 hr.light {
  background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}
  
.center{
	text-align:center;
}
 
/*
.footer_twitter {
	background:#0088CC;
	position:relative;
	padding:20px 0;
}
.footer_twitter.white{
	background:#0088CC;
}
.footer_twitter:after {
	content: '';
	background: url(images/bg_tweet_shadow.png) no-repeat center;
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	height: 25px;
	left: 0px;
	z-index: 10;
}
.twitter_line {
	position:relative;
}
.twitter_line:after {
	content:'';
	position: absolute;	
	bottom:-32px;
	width:0;
	height:0;
	display:block;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #0088CC;	
	top: auto;
	z-index:1;
	left: 50%;  
	margin-left: -16px;
}
.twitter_line.white:after {
	border-top: 16px solid #0088CC;	
}



*/

/*
#frase:after  {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 28px;
	display: block;
	background: url(images/bg_head_shadow2.png) no-repeat center;
	z-index: 1;
}
*/

.lastRow{
	/*background: #181A1C;
	background: rgba(0,0,0,0.5);*/
	
}
.lastRow > div{
	max-width:1170px;
	margin:0 auto;
}
#Footer strong{
	font-weight:600;
}
#Footer{
	min-height:250px;
	width:100%;
	position:relative;
	bottom:0;
	z-index:0;
	background: url(/Portals/0/Imagens/Banner/slide-bg.jpg) no-repeat center 0;
	/*background:#0E0E0E;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: left;
}
#Footer p{
	color: #888;
}


#Footer .Content{
	padding:0;
	max-width:1170px;
	margin:0 auto;
	height:100%;
	text-align:center;
}

#grid3MiddleB #dnn_bottom_LeftPane{width:24.6%;float:left;}
#grid3MiddleB #dnn_bottom_CenterPane{width:49.2%;float:left;margin:0 0.8%;}
#grid3MiddleB #dnn_bottom_RightPane{width:24.6%;float:right;}

#Footer #MenuLinks{padding-top:20px;color:#58585a}
#Footer #Copyright{
	padding:0 0 20px 0;
}
#Footer #Copyright{
	float:left;
	text-align: left;
}
/*
#Footer .Normal{
	color:#b4b3b3;
	font-size: 13px;
	line-height: 18px;
}
*/
#Footer .footer-ribbon{
  margin-bottom: 25px;
  background: #0088CC;
  position: absolute;
  left: 50%;
  margin: -16px 0 0 0;
  margin-left: -56px;
  padding: 6px 0;
  width: 112px;  
}

#Footer .footer-ribbon:before {
  border-right: 10px solid #646464;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 0;
  width: 7px;
}
#Footer .footer-ribbon:before {
  border-right-color: #005580;
  border-left-color: #005580;
}

#Footer .footer-ribbon span {
  color: #FFF;
  font-size: 11px;
  line-height:11px;
  font-family: Raleway,  sans-serif;
  text-transform:uppercase;
  letter-spacing: 0.02em;
}

#Footer span.SkinObject{
	font-weight: 600;
	color: #656565;
	font-size:13px;
	line-height: 13px;
    font-family: Jura, Raleway, sans-serif;
 }

#Footer a.SkinObject, a.FooterLinks{text-transform:uppercase;margin:0;font-size:11px;}
#Footer a.SkinObject:link, #Footer a.SkinObject:active, #Footer a.SkinObject:visited, a.FooterLinks:link, a.FooterLinks:visited,a.FooterLinks:visited {color:#58585a}
#Footer a.SkinObject:hover, a.FooterLinks:hover{color:#fff;text-decoration:none}

#Footer .footerBG{width:49.5%;float:left;}
#Footer #dnn_Footer_PartnersPane{width:49.5%;float:right;text-align:right;padding-top:20px;}
/* Password Information */
#Passwords{margin:2em 0;padding:0;}
#Passwords li{display:inline-block;height:62px;width:305px;background:url(images/Icons.png) no-repeat -256px -64px;margin:0 15px 0 0;padding:0;list-style-type:none;}
#Passwords li.Host{margin:0;}
#Passwords span.SubHead{display:block;color:#FFF;font-size:14px;padding:11px 0 8px 15px;}
#Passwords span.Password{color:#FFF;padding:0 0 0 15px;}
p.Disclaimer{clear:both;color:#666666;font-size:11px;line-height:14px;}

/*************************************************************
LOGIN  STYLES
 **************************************************************/
#LoginRow{
	width:100%;
	text-align:center;
}
.Home #LoginRow{
}
.Normal #LoginRow{
	/*background-color:#292929;  */
}

#Login{
	text-align:right;
	max-width:1170px;
	margin: 0 auto;
	position: relative;
	top:2px;
}

.settings-button, 
#Login .loginGroup, 
#dnn_TopPane
{vertical-align:bottom;}

.tool-items a strong{
	font-size:0px;
	line-height:0px;
	color:transparent;
}

a#dnn_dnnUser_enhancedRegisterLink, a#dnn_dnnLogin_enhancedLoginLink{
	width:auto;
	padding:0 10px;
	line-height:33px;
	text-transform: uppercase;
	font-size: 0.9em;
}
a#dnn_dnnUser_avatar{
	width:auto;
}
a#dnn_dnnUser_avatar img{
	padding-top:0;
	height:32px;
	width:auto;
	
}
a.tool-item.gradient img{
	padding-top:7px;
}
/* Word Rotate */
/*

.customMargin{
	margin-top:0;
}
.destaqueLogin{
	font-size: 1.3em;
	line-height: 1.5em;
	color:#777;
	font-weight:300;
	margin:15px 0 30px 0;
}
.noBottomMargin{
	margin-bottom:0!important;
}
h2.word-rotator-title.customMargin2{
	margin-top:80px;
	line-height: 54px;
	font-size: 2.6em;
}

/*
/* Word Rotate */
.lead {
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}
.word-rotator-container{
	max-width:1140px;
	margin:0 auto;
	text-align:center;
	padding:0 15px;
}

h2.short {
	color: #171717;
	font-weight: 300;
	font-size: 2em;
	letter-spacing: -0.015em;
	line-height: 46px;
	margin-bottom: 15px;
}


.inverted {
	color: #FFF;
	font-weight:700;
	background-color: #0088CC;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
.DnnModule h2.short {
  font-size: 2.2em;
  letter-spacing: -1px;
  line-height: 42px;
  margin: 20px 0;
}
.destaque{
	font-size: 1.4em;
	line-height: 1.4em;
	color:#777;
	font-weight:300;
	max-width:1140px;
	padding: 0 15px;
	margin-bottom:0px;
}

.word-rotate {
	display: inline-block;
	overflow: hidden;
	text-align: center;
	position: relative;
	max-height: 22px;
	line-height: 22px;
}

.word-rotate .word-rotate-items {
	position: relative;
	top: 0;
	width: 0;
	display: inline-block;
}

.word-rotate .word-rotate-items span {
	display: inline-block;
	white-space: nowrap;
}

.word-rotate .word-rotate-items span:not(:first-child) {
	display: none;
}

.word-rotate.active .word-rotate-items {
	position: relative;
}

.word-rotate.active .word-rotate-items span {
	display: inline-block;
}
/*
h1.word-rotator-title .inverted {
	min-height: 56px;
}

h1.word-rotator-title .word-rotate {
	max-height: 46px;
	line-height: 46px;
	margin-bottom: -9px;
}
*/
h2.word-rotator-title .inverted {
	min-height: 52px;
}
h2.word-rotator-title .inverted .word-rotate {
	max-height: 46px;
	line-height: 46px;
	margin-bottom: -9px;
}


h2.word-rotator-title .word-rotate {
	max-height: 46px;
	line-height: 46px;
	margin-bottom: -9px;
}
/****************/




/********_TO TOP_********/
.scroll-to-top {
	-moz-border-radius: 7px 7px 0 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-border-radius: 7px 7px 0 0;
	-webkit-transition: all 0.3s;
	background: #21262D;
	border-radius: 7px 7px 0 0;
	bottom: 0px;
	color: #FFF;
	display: block;
	height: 9px;
	opacity: 0;
	padding: 12px 0 26px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
	width: 49px;
	z-index: 1040;
}

.scroll-to-top:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.scroll-to-top.visible {
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.icon {
    display: inline-block;
    font-family: icomoon;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-transition:	    all 0.3s ease-in-out;
	-moz-transition:			all 0.3s ease-in-out;
	-o-transition:				all 0.3s ease-in-out;
	-ms-transition:		    all 0.3s ease-in-out;
	transition:			    	all 0.3s ease-in-out;
}

.icon-to-top:before {
	content: "\ee5b"; /*  ee63*/
	font-size: 20px;
	line-height: 23px;
}

.icon-white {
    color:#fff;

}
.scroll-to-top:hover .icon-white{
    color: #00aaff;
}



/*************************************************************
ToolBar
**************************************************************/
.settings-button{padding:4px 0 2px 0;}


.settings-button:hover, .settings-button.locker:hover, .settings-button.languages:hover  {}
  
.settings-button {
	width: 40px;
	margin-right:-0.25em;
	height: 25px;
	display:inline-block;
	*display:inline;
	zoom:1;
	cursor: pointer;
	position:relative;
}
a.back{
	cursor: pointer;
	display:inline-block; 
	position:absolute;
	left:0;
	top:0;
	height:20px;
	padding:0;
	width:40px;
	color:transparent;
	font-size:0;
	line-height:0;
}

.settings-button:before, .settings-button.locker:before, .settings-button.languages:before, a#dnn_dnnUser_messageLink:before,a#dnn_dnnUser_notificationLink:before, .sol:before, .lua:before, a.back:before {
	content: "\ea80";
	width: 100%;
	position:absolute;
	left:0;
	line-height:25px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size:17px;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	color: #00aaff;
}
a#dnn_dnnUser_messageLink:before, a#dnn_dnnUser_notificationLink:before, .sol:before, .lua:before {
	position:relative;
	line-height:33px;
}
a.back:before {
	font-size:18px;
	line-height:20px;
	content: "\e9ba";
}

.settings-button.locker:before{
	content: "\ec01";
}

.settings-button.languages:before{
	content: "\ec23";
}

.escondido{
	display:none!important;
}
.visivel{
	display:block!important;
}



a#dnn_dnnUser_messageLink:before{
	content: "\ecea";
	font-size:19px;
	line-height: 31px;
}
 a#dnn_dnnUser_notificationLink:before{
	content: "\e793";
	font-size:19px;
}
.settings-button.pressed:before,
.settings-button:hover:before, 
.settings-button.locker:hover:before, 
.settings-button.languages:hover:before
{color: #fff;}

a#dnn_dnnUser_messageLink:hover:before, 
a#dnn_dnnUser_notificationLink:hover:before, 
a.back:hover:before
{color: #00aaff;}

.tool-container {
	background: #171717;
	position: absolute;				
}

.tool-container.tool-top, .tool-container.tool-bottom {
	height: 34px;
	border-top: 4px solid #00aaff ;
	border-radius:16px;
	margin-top:-5px;
}

.tool-items {
	font-size:12px;
	height: 100%;	
}

.tool-top .tool-item, .tool-bottom .tool-item {
	float: left;
	border-right: 1px solid #000;
	border-left: 1px solid #252525;
}

.tool-left .tool-item, .tool-right .tool-item {
	height: 34px;
	border-top: 1px solid #DFA600 ;
}


.tool-item {
	height: 100%;
	display: block;				
	width: 44px;
	text-align: center;
	overflow:hidden;
}
.tool-items a img{
	padding-top:7px;
}
.tool-items a, .tool-items a:visited {
	color: #F0F0ED;
}
.tool-items a:hover{
	color:#00AAFF;
}

.tool-item:first-child {
	border-left: none;
}

.tool-left .tool-item:first-child, .tool-right .tool-item:first-child {
	border-top: 1px solid transparent;
}

.tool-item:last-child {
	border-right: none;
	border-bottom: none;
}

.tool-item.selected, .tool-item:hover  {
	/*background: #1E1F21;*/
}

.tool-top .tool-item:last-child:hover, .tool-bottom .tool-item:last-child:hover {
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}

.tool-top  .tool-item:first-child:hover, .tool-bottom  .tool-item:first-child:hover {
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}

.tool-left .tool-item:last-child:hover, .tool-right .tool-item:last-child:hover {
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
}

.tool-left .tool-item:first-child:hover, .tool-right .tool-item:first-child:hover {
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
}

.tool-container .arrow {
	width:0;
	height:0;
	position: absolute;	
	border-width:7px;
	border-style:solid;
}

.tool-container.tool-top .arrow {
	border-color: #00aaff transparent transparent; 
	left: 50%;  
	bottom: -16px;
	margin-left: -7px;
}

.tool-container.tool-bottom .arrow {
	border-color: transparent transparent #00aaff; 
	left: 50%;  
	top: -16px;
	margin-left: -7px;
}

.tool-container.tool-left .arrow {
	border-color: transparent transparent transparent #00aaff;
	top: 50%;
	right: -16px;
	margin-top: -7px;
}

.tool-container.tool-right .arrow {
	border-color: transparent #00aaff transparent transparent;
	top: 50%;
	left: -16px;
	margin-top: -7px;
}

/*************************************************************
SUPERFISH MENU
 **************************************************************/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	z-index: 110;
	left: 50%;
	width:200px;
	margin-left: -95px;/*center ul*/
	
}
.sf-menu ul ul, .sf-menu ul ul ul{
	margin-left:0;
}

.sf-menu ul ul:before, .sf-menu ul ul ul:before{
	display:none
}

.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu > li:last-child ul ul {
	top: 0;
	left: -100%;
}

.sf-menu {
	float: left;
	margin-bottom: 0;
}
.sf-menu ul {
	min-width: 14em; /* allow long menu items to determine submenu width */
	*width: 14em; /* no auto sub width for IE7, see white-space comment below */
	opacity: 0.97;
}

/*.sf-menu li:hover ul,.sf-menu li.sfHover ul {}*/

.sf-menu > li > a, .sf-menu > li > a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#F0F0ED;
	/*font:400 11px/18px  venera700, Raleway, "Trebuchet MS",  Helvetica, Arial, Verdana, sans-serif;*/
	font:400 15px/18px  Jura, Raleway, "Trebuchet MS",  Helvetica, Arial, Verdana, sans-serif;
	padding-bottom:15px;
	text-transform:none;
	letter-spacing: 0.025em;
}
#Header #Nav.sticky-menu-active .sf-menu > li > a{
	padding-bottom:8px;
}
.sf-menu > li > a{
	margin-left:10px;
	-webkit-transition: 	background 0.3s ease-in-out;
	-ms-transition: 		background 0.3s ease-in-out;
	-o-transition: 			background 0.3s ease-in-out;
	transition: 				background 0.3s ease-in-out;

}
.ie8andDown .sf-menu > li > a {
	margin-left: 20px;
}

.sf-menu > li > a::before,
.sf-menu > li > a::after, .sf-arrows > li > .sf-with-ul::after  {
	display: inline-block;
	opacity: 0;
	-webkit-transition:   -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: 		-moz-transform 0.3s, opacity 0.2s;
	transition: 				transform 0.3s, opacity 0.2s;
}


.sf-menu > li > a::before {
	position:relative;
	top:-1px;
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: 	translateX(20px);
	transform:				translateX(20px);
}

.sf-menu > li > a::after, .sf-arrows > li > .sf-with-ul::after  {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: 	translateX(-20px);
	transform: 			translateX(-20px);
}
 .sf-arrows > li > .sf-with-ul::after {
	position: relative;
	top: -1px;
	right: 0;
	margin-top:0;
	height: auto;
	width: auto;
	border: none;
}

.sf-menu > li.current > a::before,
.sf-menu > li.current > a::after, 
.sf-arrows > li.current > .sf-with-ul::after, 
.sf-menu > li:hover > a::before,
.sf-menu > li:hover > a::after, 
.sf-arrows > li:hover > .sf-with-ul::after ,

.sf-menu > li > a:hover::before,
.sf-menu > li > a:hover::after, 
.sf-arrows > li > .sf-with-ul:hover::after, 
.sf-menu > li > a:focus::before,
.sf-menu > li > a:focus::after, 
.sf-arrows > li > .sf-with-ul:focus::after  {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}


.sf-menu > li {
	width:        auto;
	display:		block;	
	-webkit-transition: 	background 0.3s ease-in-out;
	-ms-transition: 		background 0.3s ease-in-out;
	-o-transition: 		background 0.3s ease-in-out;
}



/*Last Child*/
.sf-menu > li:last-child > a, .sf-menu > li:last-child.current > a, .sf-menu > li:last-child.current > a:hover{
	color: #B01B2E;
    letter-spacing: -0.015em;
    font-weight: 500;
   /* font-size: 15px;*/
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    margin-top: -4px;
    padding: 5px 12px 7px 12px!important;
    background: #EBEBEB;
    line-height: 13px;
    border-radius: 4px;
    text-transform: none;
}
.sf-menu > li:last-child  > a::before, .sf-menu > li:last-child  > a::after{
	display:none;
}
.sf-menu > li:last-child > a:hover{
    background: #fff;
	color: #21262D;
}





.sf-menu  > li.current > a:active{
	-webkit-box-shadow:	none;
	-moz-box-shadow:		none;
	box-shadow:				none;
}

.sf-menu li li, .sf-menu li li li{
	text-align:left;
	display: block;
	min-height: 28px;
	line-height: 28px;
	position: relative;
	margin: 0;
	cursor: pointer;
	white-space:normal;
}

.sf-menu li li a, .sf-menu li li li a{
	color: #B6B6B6 ;
	/*text-transform:uppercase;*/
	font-size:13px;
	font-size:0.95em;
	line-height:18px;
	padding:10px 15px;
	font-weight: 300;
	text-align:left;
	background-color: #191C21 ;/*   #21262D  191C21  */
	border-bottom: 1px solid #21262D;
	font-family: 'arialblack', 'Arial Bold',jura, sans-serif;
}

.sf-menu li li a, .sf-menu li li li a{
	color: #B6B6B6 ;
}

.sf-menu > li li:nth-child(1) > a:hover{
	color: #4D8EF0 ;
}
.sf-menu > li li:nth-child(2) > a:hover{
	color: #E07070 ;
}
.sf-menu > li li:nth-child(3) > a:hover{
	color: #FCC56A ;
}
.sf-menu > li li:nth-child(4) > a:hover{
	color: #607C8A ;
}
.sf-menu > li li:nth-child(5) > a:hover{
	color: #F69D76 ;
}

.sf-menu li li a:focus, .sf-menu li li a:active{
	background:#21262D;
	color:#F0F0ED;
}
.sf-menu li.current > a, .sf-menu li.current > a:hover{
	/*color: #B6B6B6;*/
	background: #21262D;	
}
.sf-menu li:hover > a, .sf-menu li a:hover{color:#fff;	background:none;    }
.sf-menu > li.current > a, .sf-menu > li.current > a:hover{color:#B6B6B6;	background:none;}
.sf-menu li li:hover > a{
	color:#F0F0ED;
	background:#21262D;
    -moz-transition:  background-color 0.2s ease-out;
    -webkit-transition:  background-color 0.2s ease-out;
    transition:  background-color 0.2s ease-out;
 }
/*arrow*/	
.sf-menu ul:before {
	content:'';
	position: absolute;	
	width:0;
	height:0;
	display:block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #B6B6B6;	
	top: 0;
	z-index:99999;
	left: 50%;  
	margin-left: -6px;
}
/*** arrows (for all except IE7) **/
.sf-arrows > li > .sf-with-ul {
	padding-right:0;
}

.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: rgba(0,0,0,0);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: rgba(0,0,0,0);
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #333; /* edit this to suit design (no rgba in IE8) */
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color:  #B6B6B6;
}

/*************************************************************
SITEMAP MENU
 **************************************************************/
 .fa{
	display:inline-block;
	font-family:'icomoon';
	font-style:normal;
	font-weight:normal;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}

.fa-cogs:before{
	content:"\ecd5" /*  e74f   e944  e945 e946 ec2f   ecd5   ecd6   */
}
.fa-contact:before {
  content: "\ecea";   
}

#Footer .fa-contact:before {
  color: #0088CC;   
  font-size: 13px;
  margin-right: 3px;
}
#Footer a {
  color: #FFF !important;
  font-size: 0.9em;
}
#Footer a:hover {
  text-decoration: underline!important;
}

div.sitemap{
	margin-bottom: 0;
}
.logoMenu{
	padding-left:15px;
}
div.sitemap > UL {
	text-align:left;
    display: block;
	position: relative;
	padding: 0;
	cursor: pointer;
	white-space:normal;
}

div.sitemap UL A {
	/*font-weight:400;
	font-size: 11px;
	line-height:16px;
	text-transform: uppercase;*/
	font-size: 15px;
	line-height:18px;
	font-family: Jura, Raleway, sans-serif;
	font-weight:400;
	color:#B6B6B6;
	display: block;
	padding:25px 10px 25px 15px;
	background:#111;
	border-bottom: 1px solid #252525;
}
div.sitemap ul a.ole{
	font-size: 13px;
}

div.sitemap  UL  li#hasChild  > a{
	/*padding-right:70px;*/
}


div.sitemap UL li .colapsada{
	display:none
}
div.sitemap UL li#hasChild .colapsada{
	width:60px;
	height:107px; 
	display:inline-block;
	*display:inline;
	zoom:1;
	position:absolute;
	top:0;
	right:0;
}

div.vermais{
	width:100%;
	height:107px;
	display:inline-block;
	cursor:pointer;
	position:absolute;
	background:#151617

}
div.vermais:after, div.colapsada.active div.vermais:after, div.vermais.netas.active:after 	{
	content: "\ec85";
	position: absolute;
	width: 100%;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 107px;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align:center;
	color:#B6B6B6
}

div.vermais.netas{
	width:60px;
	display:inline-block;
	*display:inline;
	zoom:1;
	position:absolute;
	right:0;
}

div.colapsada.active div.vermais:after, div.vermais.netas.active:after {
	content: "\ec86";
}

div.sitemap > UL > li > a:before{
	left:3.5%;
}

div.sitemap > UL > li.current > a, div.sitemap UL UL UL > li.current > a, div.sitemap UL UL > li.current > a {
    background:#252525;
	color: #fff;
    -moz-transition:  background-color 0.2s ease-out 0s;
    -webkit-transition:  background-color 0.2s ease-out 0s;
    transition:  background-color 0.2s ease-out 0s;

}

div.sitemap UL a:hover, div.sitemap UL a:active, div.sitemap > UL UL > li.current > a:hover {
    background:#1E1F21;
    -moz-transition:  background-color 0.2s ease-out 0s;
    -webkit-transition:  background-color 0.2s ease-out 0s;
    transition:  background-color 0.2s ease-out 0s;
	color:#F0F0ED
}

div.sitemap UL UL {
	float: none;
	margin: 0;
	padding-bottom:0px;
}

div.sitemap UL UL A {
	color:#B6B6B6;
	padding-left:20px;
}
div.sitemap UL UL li A:before{
	content: '';
	position: relative;
	display:inline-block;
	*display:inline;
	zoom:1;
	padding-right:2px;
	margin-top: 3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-left-color: #1E1F20; 
}

div.sitemap UL UL li A:hover:before{
	border-left-color: #B6B6B6;
}

div.sitemap UL li#hasChild UL li#hasChild UL, div.sitemap > UL > li#hasChild > ul{
	display:none
}
div.sitemap UL li#hasChild UL li#hasChild UL a, div.sitemap > UL > li#hasChild > ul a{
    background:#1E1F21;
	font-family: 'arialblack', 'Arial Bold',jura, sans-serif;

}
div.sitemap UL UL UL {
	margin: 0;
}
div.sitemap UL UL UL A {
	padding-left:30px;
	text-transform:none;

}
div.sitemap UL UL UL UL A{
	padding-left:40px;
}
div.sitemap UL UL UL UL UL A{
	padding-left:50px;
}
div.sitemap LI {
	list-style-type: none;
}
div.sitemap > ul > li {
	float: left;
	width: 50%;
	position: relative;
	/*text-align: center;*/
}
div.sitemap{
    *zoom: 1;
	margin-top: 10px;
}
div.sitemap:before,
div.sitemap:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

div.sitemap:after {
    clear: both;
}
div.sitemap > UL > li > a {
	padding: 44px 22px;

}

/*************************************************************
ACCORDION
 **************************************************************/
#accordion-container {
	font-size: 13px;
	padding: 0;
	margin: 20px 0 20px 0;
	-moz-box-shadow: 0 8px 12px -6px rgba(0,0,0,0.5);
	box-shadow: 0 8px 12px -6px rgba(0,0,0,0.5);
	background: #fff;
}
#accordion-container > a img {
	position:absolute;
	z-index: 1;
	padding: 13px 0 0 4px;
	
}

.accordion-header {
	margin:0 0!important;
	border-bottom:1px solid #fff;
	padding:15px 70px 14px 30px;
	cursor: pointer;
	color:#444;
	position:relative;
	-webkit-transition:	background-color 0.2s ease-out;
	-moz-transition:		background-color 0.2s ease-out;
	-o-transition:			background-color 0.2s ease-out;
	-ms-transition:		background-color 0.2s ease-out;
	transition:				background-color 0.2s ease-out;

}

.active-header,.active-header:hover  {
	background: #00aaff;
	color:#fff;
}


.inactive-header {
	background: #D2F9E9;
}
.inactive-header:hover {
	color:#171717;
	background: #fff ;
}

.accordion-content {
	display: none;
	width:100%!important;
	height:auto;
	border-top: 0;
	background:#fff;
}

.content-padding {
	padding:10px 40px 20px 40px;
	text-align:left;
}
.content-padding h1{
	margin-bottom:10px;

}
.contentwrap{
	font-size:15px;
	font-weight:400;
	line-height:18px;

}
.accordion-content a{
	font-weight:600;
}
.accordion-header:after{
	content: "\ec85";
	font-family: 'icomoon';
	speak: none;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 30px;
	top:15px;
}
.active-header:after{
	content: "\ec86";
}
/*************************************************************
 BOOTSTRAP TOOLTIP 
 **************************************************************/

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #292929;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #292929;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #292929;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #292929;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #292929;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #292929;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #292929;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #292929;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #292929;
}


.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

/*************************************************************
 HEADERS, LINKS, 
 **************************************************************/
h1, h2, h3, h4, h5{font-family:Raleway, Arial, Helvetica, sans-serif;}

h1{
	color: #0088CC; 
	font-weight:600;
	font-size:18px;
	line-height:20px; 
	margin:5px 0;
	letter-spacing: -0.05em;
}
#productContainer h1{
	font-size:15px;
	line-height:17px; 
	letter-spacing: 0;
	color:#171717;
}
#productContainer h2{
	font-weight: 400;
}


#gibSlider h1 a{
	color: #0D47A1; 
}
#geadSlider h1 a{
	color: #C62828; 
}
#musetteSlider h1 a{
	color: #F9A825; 
}
#rfidSlider h1 a{
	color: #F16729; 
}
#selfcheckSlider h1 a{
	color: #333333; 
}


h2{
	color: #111; 
	font-weight:300;
	font-size:20px;
	line-height:22px;
	letter-spacing: -0.03em;
	margin:0;
}

h3{
	font-size: 2.6em;
	font-weight: 300;
	line-height: 42px;
	margin: 0 0 32px 0;
	color: #121214;
	letter-spacing:-1px;
}

h4{
color: #0088cc;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 27px;
  margin: 0 0 14px 0;
 }
 
h5 {
  color: #CCC;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
  text-transform: uppercase;
  margin-bottom: 9px;
}

#Footer h2{
	color:#fff;
	letter-spacing: -0.015em
}
#Footer h4 {
  color: #fff;
  font-size: 1.8em;
  font-weight: 300;
  letter-spacing: -0.025em;
}
#Footer .phone {
  color: #FFF;
  font-size: 26px;
  font-weight: bold;
  display: block;
  padding-bottom: 15px;
  margin-top: -5px;
}

#Footer p {
  margin-bottom: 0;
  font-size: 0.9em;
}
 
 .push-top {
  margin-top: 35px;
}

.detalhes h2, h2.blue{
	color:#638F48!important;
	font-size: 24px;
	line-height:24px;
	text-transform:uppercase;
	font-weight: normal;
	font-style: normal;
	text-shadow: 0 0 1px rgba(0,0,0,0.01);
	-webkit-font-smoothing: antialiased;
	letter-spacing:0;
}
.detalhes{
margin-top:40px;
}
.details_header{
background:#1E2327 url(Images/background-3.jpg) repeat 50% 0!important;
}

.black {color: #000;}
.dark {color: #222222;}
.gray {color: #666666;}
.blue {color: #DFA600;}
.red {color: #9D211A;}
.yellow {color: #F99D02;}
.green {color: #808000;}

a, a:visited {color: #0088cc;text-decoration: none;outline: 0;}
a:hover{text-decoration:none;color:#0088cc}
a.red:visited,a.red:active,a.red:link{color:#9D211A!important;}
a.red:hover{text-decoration:none;color:#000000!important;}

a.redInverted,a.redInverted:visited,a.redInverted:active,a.redInverted:link{color:#000000!important;}
a.redInverted:hover{text-decoration:none;color:#9D211A!important;}

a.blue:visited,a.blue:active,a.blue:link{color:#DFA600!important;}
a.blue:hover{text-decoration:none;color:#DFA600!important;}

a.blueInverted:visited,a.blueInverted:active,a.blueInverted:link{color:#000000!important;}
a.blueInverted:hover{text-decoration:none;color:#DFA600!important;}

a.branco:visited,a.branco:active,a.branco:link{color:#ffffff!important;}
a.branco:hover{text-decoration:underline;}

a.cinza:visited,a.cinza:active,a.cinza:link{color:#ccc!important;}
a.cinza:hover{text-decoration:underline;}

/*------------------------------------------------*/
/* FOOTER SOCIAL ICONS */
/*------------------------------------------------*/
.social-icons-bottom { 
	display: block;
	margin:12px 0  0 0;
 }
 
.social-icons-bottom li   { 
	border-radius: 50%; 
	cursor: pointer; 
	display: inline-block; 
	height: 33px; 
	line-height: 33px; 
	list-style: none outside none; 
	margin-left: 2px; 
	text-align: center; 
	width: 33px; 
	background-color:#fff;
	color:#121214;
	position:relative;
	}
	
.social-icons-bottom li a{
	display: block;
	height: 33px;
	width: 33px;
	text-align: center;
	position:relative;
	z-index:1;
}

.social-icons-bottom li[class] a {
	text-indent: -9999px;
}

.social-icons-bottom li a:hover {
	text-decoration: none;
}

.social-icons-bottom li.micon-twitter:hover{ 
	background-color: #5DAED5; 
	color: #FFFFFF; 
}
.social-icons-bottom li.micon-facebook:hover { 
	background-color: #4470CF; 
	color: #FFFFFF; 
}
.social-icons-bottom li.micon-googleplus:hover { 
	background-color: #DB4B39; 
	color: #FFFFFF; 
}
.social-icons-bottom li.micon-linkedin:hover { 
	background-color: #0077B5; 
	color: #FFFFFF; 
}

 .micon-twitter:before, .micon-facebook:before,  .micon-googleplus:before, .micon-linkedin:before{
	content: "\edf6";
	width:100%;
	position: absolute;
	left:0;
	text-align:center;
	line-height: 33px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 17px;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
}
.micon-twitter:before {
	content:"\e808"/*e82e*/
}
.micon-facebook:before {
	content:"\e804"/*e805 ee82*/
}
.micon-googleplus:before {
	content:"\ee85";  /*e801 ee85 e7ff*/
	font-size: 19px;
	line-height: 35px;

}
.micon-linkedin:before {
	content:"\ee8b";  /*e83a*/
	font-size: 16px;
}



#svgLogo{
	width:122px;
	height:22px;
	float:left;
	margin-right:10px;
}

#BottomLogo{
	width:222px;
	height:33px;
	margin:0 auto;
}
#BottomLogo img, #svgLogo img{
	width:100%;
	opacity:0.85;

}
#BottomLogo svg path, #svgLogo svg path{
	fill: #fff!important;
	opacity:0.95;
}


/*************************************************************
 CONTACT INFORMATION 
**************************************************************/

ul,  ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.contact p {
	margin-bottom: 10px;
}
#Footer ul.contact strong {
	font-weight:600;
}
#Footer ul.contact a {
	color: #656565;
}
#Footer ul.contact a:hover {
	text-decoration:none;
	color: #00aaff;
}
#Footer ul.contact strong{
	color:#00aaff;
}
.icon-map-marker:before {
  content: "\e6dd";
  margin-right:5px;
}
.icon-phone:before {
  content: "\e6d7";
  margin-right:5px;
}
.icon-envelope:before {
  content: "\ecea";
  margin-right:5px;
}
.icon-fax:before {
  content: "\e6eb";
  margin-right:5px;
}



/*************************************************************
 CONTACT INFORMATION  - Footer
**************************************************************/

ul.contact-list{
	display: inline-block;
	margin: 0;
	padding: 10px 0 0!important;
}
ul.contact-list li i, ul.contact-list li em {
	 margin: 0 10px 0 0; 
	 color: #fff;
}
ul.contact-list li { 
	display: block;
	list-style: none;
	margin-bottom:13px;
	padding-left: 22px;
	position:relative;
}
ul.contact-list li a, ul.contact-list li a:visited{
   color: #b4b3b3
}
ul.contact-list li a:hover{
    color: #fff;
}
.micon-location-3, .micon-phone-3, .micon-mail-2{
	position: absolute;
	left:0;
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
	margin-right:5px;
	line-height: 19px;
	font-size:15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.micon-location-3:before {
	content: "\ec06";
}
.micon-phone-3:before {
	content: "\ec0b";
}
.micon-mail-2:before {
	content: "\ec0d";
}
p.talk{
	text-transform:uppercase;
	margin-bottom:0;
	font-style:italic;
    color: #fff;
}

/*************************************************************
 BUTTON  
**************************************************************/
 .submitButton a, .OptInDivFields a{
	box-shadow:none;
	border: #2f2f2f 0px solid!important;
	color: #fff!important;
	text-shadow: none;
	background: #1E2327;
	background: rgba(0,0,0,0.5);
	padding: 0 13px;
	line-height: 32px;
	height: 33px;
	display: inline-block;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 300;
	text-transform: lowercase;
	margin: 0;
	margin-top:7px;
}
.submitButton a:hover, .OptInDivFields a:hover{
	background: #050C15;
	background: rgba(0,0,0,0.8);
	border: #2f2f2f 0px solid!important;
	color: #fff!important;
}
.submitButton a:active, .OptInDivFields a:active{
	-webkit-box-shadow: none;
    box-shadow: none
}

/*************************************************************
 columns 
**************************************************************/
.esquerda{
	width:29%;
	float:left;
	display:block;
	padding-top:0;
}
.direita{
	width:69%;
	float:right;
	display:block;
	padding-top:0;
}
.direita strong{
	color:#333;
}

.direita img, .esquerda img{
	height:auto;
	width: auto;
}
.direita h1, .descricao h1{
	font-size:16px;
}
 /**********************
		BTN Produtos
  **********************/
   

.rox_short_button a, a.rox_short_button{ 
	border-radius: 4px;
    display: inline-block;
    font-size: 1.1em;
    letter-spacing: -0.025em;
    line-height: 18px;
    margin: 0;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    padding: 11px 23px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333!important;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    background: #ffffff;
    border: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

 
 .rox_short_button a:hover, a.rox_short_button:hover{ 
	color: #121214!important; 
	background: #ECEDF0;
	/*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8); */
	
	/*box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset; */
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
}


/*BTN Feedback*/
.rox_short_button2 a,  a.rox_short_button2{
	border:none;
	border-radius: 4px 4px 4px 4px;
	color: inherit;
	background: #0088CC;
	cursor: pointer;
	padding: 10px 26px; 
	display: inline-block;
	color: #fff!important; 
	box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset; 
	text-transform: uppercase;
	letter-spacing: 0.065em;
	font-weight: 400;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-size: 13px;
	line-height:13px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

}
.rox_short_button2 a:hover, .rox_short_button2 a:active, a.rox_short_button2:hover, a.rox_short_button2:active{
	color: #fff!important;
	background:#00aaff!important;
	/*z-index: 0;*/
}
/*
.rox_short_button2 a:after, a.rox_short_button2:after{
	content: '';
	position: absolute;
	z-index: -1;
	width: 0%;
	background:#121214;
	border-radius: 2px 2px 2px 2px;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.rox_short_button2 a:hover:after, .rox_short_button2 a:active:after, a.rox_short_button2:hover:after, a.rox_short_button2:active:after{
	width: 100%;
}
*/


/*************************************************************
Default CSS override
**************************************************************/ 



#ControlPanelWrapper #dnnCPWrap{filter:none!important;}
.ControlContainer{height:43px!important;width:1170px!important;}
/* Modules */
.DnnModule{margin:0 0 10px 0;}
.Home .DnnModule{margin:0}
#dnn_FullWidth_BottomPane .DnnModule{margin:0;}
a.dnnFormHelp{position:relative;}
/*.DnnModule ul, ol{padding: 0}*/

/* Panes - In Layout Mode */
.paneOutline{border:0;}
.paneOutline span.SubHead center{border:1px #ccc dotted;border-left:0;border-right:0;line-height:2.5em;}

#iPopUp{display:none;}
.eipbackimg{z-index:1000;}

#fb-root{display:none;}
.fb-like{float:left;}

/*.ControlContainer {width: 928px!important;}*/
.dnnEditState .DnnModule{opacity:1 !important;}

ul.dnnAdminTabNav li a{min-width: 60px!important;}

.Normal{font-size:14px;line-height:22px;color:#666}
.SubHead{color:#333;font-weight:bold}
#ServiceImg{display:none!important}
td a img{max-width:none!important;}
::selection {background:#308CFD;}
::-moz-selection {background:#308CFD;}
span.dnnFormRequired:after, div.dnnFormItem.dnnFormRequired > div.dnnLabel span:after {
	color: #777;
	font-size: 13px;
	font-weight: 700;
}
.dnnFormMessage{
	display:none;
}
#Contact .dnnFormMessage {
    max-width: initial;
}
.raDiv{
	background-image: url('Images/preload.gif')!important;
	/*width: 100%!important;
	position: fixed!important;
	top:0;
	left:0;
	min-height: 100%!important;*/
}
/*************************************************************
 MEDIA QUERIES 
**************************************************************/
@media screen and (max-width: 1200px),only screen and (max-device-width :1200px) {
	img#dnn_dnnLogo_imgLogo{padding-left: 10px!important;}
	#Footer #grid2LeftB, .lastRow{padding-left:10px!important;padding-right:10px!important;}
	/*#Footer .Content{padding:40px 10px 30px 10px}*/
	#Footer #MenuLinks, #page-top > div{padding-left:10px;}
	#dnn_dnnBREADCRUMB_lblBreadCrumb{padding-right:10px;}
	.sf-menu, #languages-button{margin-right:10px;} 
	#Panes{padding:10px;}
	#Contact > #grid2{padding:0 15px}
	.Home #Panes{margin-bottom:-10px;}
}


@media screen and (max-width: 998px),only screen and (max-device-width :998px) {
	#portfolioGrid_container{
		padding: 0 0 40px 0!important;
	}

	.bannercontainer {
	  background-image:   url(/Portals/0/Imagens/Banner/libware.svg)!important;
	  background-position: center 45%!important;
	  background-repeat: no-repeat!important;
	  -webkit-background-size: 55%!important;
	  -moz-background-size: 55%!important;
	  -o-background-size: 55%!important;
	  background-size: 55%!important;
	  background-color: #21262D;
	}
	.ie8andDown .bannercontainer{
	  background-image:   url(/Portals/0/Imagens/Banner/libware.png)!important;
	  background-position: center 45%!important;
	  background-repeat: no-repeat!important;
	  -webkit-background-size: 55%!important;
	  -moz-background-size: 55%!important;
	  -o-background-size: 55%!important;
	  background-size: 55%!important;
	}

	.contentLeft a{
		padding: 20px 0;
	}

	.contentRight, #LoginRow, .tp-simpleresponsive >ul >li, .tp-loader, .Home #Header #MainRow{display:none!important;}
	h2.word-rotator-title.customMargin2{margin-top:40px;}
	
	.bonfire-slideout-button, .bonfire-slideout-button-triangle-background{
		display:block!important;
	}

	
	.detalhes{margin-top:0!important;}
	
	#page-top > div h2 {
		min-height: initial;
		line-height: 30px;
		font-size: 24px;
	}
		
	#container {
		padding: 10px;
	}
	/*
	#Footer #Copyright{
		padding-bottom:0;
	}
	#Footer #MenuLinks, #Footer #Copyright{
		padding-right:10px;
		text-align:center;
	}
	*/
	 #Footer #dnn_Footer_PartnersPane {padding-top:10px;}
	 
	.contentLeft{
		text-align:left;
		float:left;
	}
	/*
	.Home .contentLeft{
		text-align:center;
		float:none;
	}*/
	
	img#dnn_dnnLogo_imgLogo{
		width:auto!important;
		padding: 0!important;
	}
	
	div.home-concept strong.our-work {
		display:none;
	}
	
	#grid2 #dnn_grid_two_first, #grid2 #dnn_grid_two_second, #grid2 #grid_two_first, #grid2 #grid_two_second{width:100%;}
	#grid2RightB #dnn_grid_two_RightB_first, #grid2RightB #dnn_grid_two_RightB_second {width:100%}
	#dnn_grid_two_RightB_second .DnnModule{padding-left: 15px;}
	#grid3 #dnn_grid_three_first, #grid3 #dnn_grid_three_second, .grid_three_first, .grid_three_second{width:100%;margin:0; text-align:left!important}
	#grid3 #dnn_grid_three_third, .grid_three_third{width:100%;margin:0;text-align:left!important;}
	
	#grid4 #dnn_grid_four_first, #grid4 #dnn_grid_four_second{width:32%;margin-right:2%;float:left;}
	#grid4 #dnn_grid_four_third{width:32%;float:left;}
	#grid4 #dnn_grid_four_fourth{width:100%;margin-top:20px;}
	
	#grid3MiddleB #dnn_bottom_LeftPane{width:100%;}
	#grid3MiddleB #dnn_bottom_CenterPane{width:100%;margin:0}
	#grid3MiddleB #dnn_bottom_RightPane{width:100%;}
	
	#Footer .footerBG{width:100%;}
	#Footer #dnn_Footer_PartnersPane{width:100%}
	
	.esquerda, .direita{
		float:none;
		width:100%!important;
	}
	.direita{
		padding-top:10px;
		text-align:center
	}
	.bannershadow.royal{display:none;}
	 #About_intro h2.short{display:none;}
	#Produtos .rsDefault .rsThumbsHor {
		margin-top: 0!important;
	}
	
	#navbar ul#nav { 
		margin-left:0!important;
	}
	
}

@media screen and (max-width: 768px),only screen and (max-device-width : 768px) {
	#grid2LeftB #dnn_grid_two_LeftB_first, #grid2LeftB #dnn_grid_two_LeftB_second{width:100%}
	.lastRow{
		margin-top:30px;
	}
	#dnn_dnnBREADCRUMB_lblBreadCrumb{display:none!important;}
	#About_intro{padding-top:40px!important;}
	
	
	#produtosIntro > div{
		padding: 20px 15px!important;
		font-size: 1.6em!important;
	}
	h2.short{
		font-size: 1.6em!important;
	}
	.container2{
		max-width:387px;
	}
	
	
}
@media screen and (max-width: 620px),only screen and (max-device-width : 620px) {
	#grid4 #dnn_grid_four_first{width:100%;margin:0}
	#grid4 #dnn_grid_four_second, #grid4 #dnn_grid_four_third, #grid4 #dnn_grid_four_fourth{width:100%;margin-top:20px;}
	.rox_short_button a, a.rox_short_button {
		padding: 8px 10px!important;
	}
	div.sitemap > ul > li {
		width: 100%;
	}
	div.sitemap > UL > li > a, div.sitemap UL A {
		padding: 15px 20px
	}	
	div.vermais {
		height: 48px;
	}
	div.vermais:after, div.colapsada.active div.vermais:after, div.vermais.netas.active:after {
		line-height: 48px;
	}	
}

/*************************************************************
 FONTS 
**************************************************************/
@font-face {
	font-family: 'icomoon';
	src:url('Fonts/icomoon/icomoon.eot');
	src:url('Fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('Fonts/icomoon/icomoon.woff') format('woff'),
		url('Fonts/icomoon/icomoon.ttf') format('truetype'),
		url('Fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'arialblack';
    src: url('Fonts/arial_black/ariblk-webfont.eot');
    src: url('Fonts/arial_black/ariblk-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/arial_black/ariblk-webfont.woff2') format('woff2'),
         url('Fonts/arial_black/ariblk-webfont.woff') format('woff'),
         url('Fonts/arial_black/ariblk-webfont.ttf') format('truetype'),
         url('Fonts/arial_black/ariblk-webfont.svg#arialblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'venera100';
    src: url('Fonts/Venera/Venera-100-webfont.eot');
    src: url('Fonts/Venera/Venera-100-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/Venera/Venera-100-webfont.woff2') format('woff2'),
         url('Fonts/Venera/Venera-100-webfont.woff') format('woff'),
         url('Fonts/Venera/Venera-100-webfont.ttf') format('truetype'),
         url('Fonts/Venera/Venera-100-webfont.svg#venera100') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'venera300';
    src: url('Fonts/Venera/Venera-300-webfont.eot');
    src: url('Fonts/Venera/Venera-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/Venera/Venera-300-webfont.woff2') format('woff2'),
         url('Fonts/Venera/Venera-300-webfont.woff') format('woff'),
         url('Fonts/Venera/Venera-300-webfont.ttf') format('truetype'),
         url('Fonts/Venera/Venera-300-webfont.svg#venera300') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'venera500';
    src: url('Fonts/Venera/Venera-500-webfont.eot');
    src: url('Fonts/Venera/Venera-500-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/Venera/Venera-500-webfont.woff2') format('woff2'),
         url('Fonts/Venera/Venera-500-webfont.woff') format('woff'),
         url('Fonts/Venera/Venera-500-webfont.ttf') format('truetype'),
         url('Fonts/Venera/Venera-500-webfont.svg#venera500') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'venera700';
    src: url('Fonts/Venera/Venera-700-webfont.eot');
    src: url('Fonts/Venera/Venera-700-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/Venera/Venera-700-webfont.woff2') format('woff2'),
         url('Fonts/Venera/Venera-700-webfont.woff') format('woff'),
         url('Fonts/Venera/Venera-700-webfont.ttf') format('truetype'),
         url('Fonts/Venera/Venera-700-webfont.svg#venera700') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'venera900';
    src: url('Fonts/Venera/Venera-900-webfont.eot');
    src: url('Fonts/Venera/Venera-900-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/Venera/Venera-900-webfont.woff2') format('woff2'),
         url('Fonts/Venera/Venera-900-webfont.woff') format('woff'),
         url('Fonts/Venera/Venera-900-webfont.ttf') format('truetype'),
         url('Fonts/Venera/Venera-900-webfont.svg#venera900') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/
/*Grid System*/
.alert {
  margin: 10px 0;
  max-width: 100%;
  padding: 0;
 }
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
   -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;   
  box-sizing: border-box;      
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.center{
	text-align:center;
}
.txt_dark{
	color:#121214!important;
}

/*
ELIMINAR

TopPane
grid4
Footer_BottomPane
lastRow
footerBG
MenuLinks
Footer_PartnersPane
grid3
grid3MiddleB
BottomPane
FullWidth_BottomPane
*/
