@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}


/*_______________ BG IMAGE __________________*/

#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
	z-index:-1;
}
#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}

/*=============================================SOCIAL BTNS */

.btn-default {
    background: #f8f8f8;
    border: 1px solid #e4e7ea;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.disabled:hover,
.btn-default.disabled:focus{
	opacity: 0.8;
	background:#e4e7ea;
	border-color:#e4e7ea !important;
}

.btn-primary {
    background: #03a9f3;
    border: 1px solid #03a9f3;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus{
	opacity: 0.8;
	background:#03a9f3 !important;
	border-color:#03a9f3  !important;
}
.btn {
    padding: 6px;
}

.button-secondary{
	background-color:#FFF;
	color: #F03;
}
.button-secondary:hover{
	background-color:#CCC;
	color:#FFF;
	}



.btn-facebook {
    color: #ffffff !important;
    background-color: #3b5998 !important;
}

.btn-twitter {
    color: #ffffff !important;
    background-color: #00aced !important;
}

.btn-linkedin {
    color: #ffffff !important;
    background-color: #007bb6 !important;
}

.btn-dribbble {
    color: #ffffff !important;
    background-color: #ea4c89 !important;
}

.btn-googleplus {
    color: #ffffff !important;
    background-color: #dd4b39 !important;
}

.btn-instagram {
    color: #ffffff !important;
    background-color: #517fa4 !important;
}

.btn-pinterest {
    color: #ffffff !important;
    background-color: #cb2027 !important;
}

.btn-dropbox {
    color: #ffffff !important;
    background-color: #007ee5 !important;
}

.btn-flickr {
    color: #ffffff !important;
    background-color: #ff0084 !important;
}

.btn-tumblr {
    color: #ffffff !important;
    background-color: #32506d !important;
}

.btn-skype {
    color: #ffffff !important;
    background-color: #00aff0 !important;
}

.btn-youtube {
    color: #ffffff !important;
    background-color: #bb0000 !important;
}

.btn-github {
    color: #ffffff !important;
    background-color: #171515 !important;
}


.btn {
    border-radius: 0px;
}

.btn.round {
    border-radius:25px;
}

.btn.outline-btn {
    background:transparent;
}

.btn-label {
    background: rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin: -6px 12px -6px -14px;
    padding: 7px 15px;
}


.btnRed{background:#4990e2;border-color:#4990e2;color:#fff;}
.btnWH{ padding:5px; min-width:90px; border-radius:25px;}
/*=============================================SOCIAL BTNS */




.bordT4-primary{
	border-top:4px solid #03a9f3 !important;
	box-sizing: border-box;
}
.bordT4-success{
	border-top:4px solid  #81c868 !important;
	box-sizing: border-box;
}
.bordT4-danger{
	border-top:4px solid #f05050 !important;
	box-sizing: border-box;
}
.bordT4-warning{
	border-top:4px solid #ffbd4a !important;
	box-sizing: border-box;
}

.bordT4-inverse{
	border-top:4px solid #4c5667; !important;
	box-sizing: border-box;
}



/*UPLOAD CSS___________________________________*/

.top-10{ margin-top:-10px;}
.font10{ font-size:10px;}
.dragandrophandler{
	position:absolute;
	top:0;
border:2px dotted #b9da37;
color:#4d4d4d; 

width:100%;
height:190px;
text-align:center;
padding:30px 10px 10 3px;
margin:0 auto;
cursor:pointer;
font-size: 30px;
line-height:30px; 
box-sizing: border-box;

}
.dragandrophandler:hover{
	border:2px dotted #FFF;
	color:#FFF;
	background-color:#b9da37;
}


.dragandrophandler input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

.dragandrophandler input[type=file]:active {
	background: rgba(104, 0, 30, 0.7);
	-webkit-appearance:push-button;
}

/*MEDIA QUERY*/
@media only screen and (max-width : 640px) {
	.dragandrophandler{
	font-size: 30px;
	padding-top:10px;
	line-height:30px}
}


.stickThisFloat {float:left;}
.imageResize{ width:158px;}
.MpadL20{ padding-left:20px;}
@media only screen and (max-width: 640px){
	.stickThisFloat {float:none;}
	.imageResize{ width:50px;}
	.MpadL20{ padding-left:0px;}
}


/*UPLOAD CSS_______________________________________*/


.barRed{
	width:100%;
	height:3px;
	background:url("../images/redBar.gif") no-repeat;
	 background-size: 100% 3px;
	}
.green{
	width:100%;
	height:3px;
	background-color:#0F6;
}
.red{
	width:100%;
	height:3px;
	background-color:#ef321f;
}


.borderit{
	border:1px solid #0F0;
	box-sizing: border-box;
}
.borderit2{
	border:1px solid #03C;
	box-sizing: border-box;
}
.borderit3{
	border:0px solid #333;
	box-sizing: border-box;
}
.borderit4{
	border:1px solid #E0E0E0;
	box-sizing: border-box;
}
.borderit5{
	border:1px solid ##b9da37;
	box-sizing: border-box;
}

.borderitbt{
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
}

.label-inverse{
	background-color:#4c5667 !important;
}
.bg-inverse{
	background-color:#4c5667 !important;
}



.bord-primary{
	border-left:1px solid #337ab7 !important;
	box-sizing: border-box;
}
.bord-success{
	border-left:1px solid  #81c868 !important;
	box-sizing: border-box;
}
.bord-danger{
	border-left:1px solid #f05050 !important;
	box-sizing: border-box;
}
.bord-warning{
	border-left:1px solid #ffbd4a !important;
	box-sizing: border-box;
}
.bord-inverse{
	border-left:1px solid #4c5667 !important;
	box-sizing: border-box;
}







.bord2-primary{
	border-left:2px solid #337ab7 !important;
	box-sizing: border-box;
}
.bord2-success{
	border-left:2px solid  #81c868 !important;
	box-sizing: border-box;
}
.bord2-danger{
	border-left:2px solid #f05050 !important;
	box-sizing: border-box;
}
.bord2-warning{
	border-left:2px solid #ffbd4a !important;
	box-sizing: border-box;
}

.bord2-inverse{
	border-left:2px solid #4c5667; !important;
	box-sizing: border-box;
}

.bord2-Gut{
	border-left:2px solid #ef4356; !important;
	box-sizing: border-box;
}
.bord4-Gut{
	border-left:4px solid #ef4356; !important;
	box-sizing: border-box;
}


.bord4-GutR{
	border-right:4px solid #ef4356; !important;
	box-sizing: border-box;
}

.tri-primary{
    border-left: 10px solid #03A9F3 !important;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    height: 0;
    width: 0;
    left: 0px;
    z-index: 2;
}

.tri-success{
    border-left: 10px solid #81c868 !important;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    height: 0;
    width: 0;
    left: 0px;
    z-index: 2;
}

.tri-warning{
    border-left: 10px solid #ffbd4a !important;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    height: 0;
    width: 0;
    left: 0px;
    z-index: 2;
}


.tri-danger{
    border-left: 10px solid #f05050 !important;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    height: 0;
    width: 0;
    left: 0px;
    z-index: 2;
}

.tri-white{
    border-left: 10px solid #eaeaea !important;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    height: 0;
    width: 0;
    left: 0px;
    z-index: 2;
}

.tri-inverse{
    border-left: 10px solid #12AFCB !important;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    height: 0;
    width: 0;
    left: 0px;
    z-index: 2;
}




.bgW{background:#FFF;}

.bgV{background:#008c95;}
.bgA{background:#009ace;}
.bgL{background:#ff8200}

.bgIn1{background:#9F6;}
.bgIn2{background:#9F3;}
.bgIn3{background:#6F6;}
.bgG{background:#b9da37;}
.bg1 {
  background: #e8e8e8;
}

.bg2 {
  background: #1c1c1c;
}

.bg3 {
  background: #ededed;
}

.bg4 {
  background: #f3f3f3;
}
.bg5 {
  background: #ffffff;
}
.bg6 {
  background: #666;
}
.bgGrey{background:#f5f5f5;}
.bgVisto{background:#F2F7FD;}


.barStats{height:25px;}

.bold{ font-weight:bold;}

.borderR50{
-webkit-border-radius: 500px;
-moz-border-radius: 50px;
border-radius: 50px;
}


.ColorRed{ color:#F00;}
.ColorWhite{ color:#FFF;}
.ColorGreen{ color:#0F0;}
.ColorBlue{ color:#36C;}
.ColorBlack{ color:#000000 !important;}
.ColorBlack2{ color:#999;}
.ColorOrange{ color:#FC0;}
.ColorGrey{ color:#666;}
.ColorGrey3{ color:#ededed;}
.ColorYellow{ color:#FF3}


.noLink{ text-decoration: none !important;}
.cursor{ cursor:pointer;}




.Ccase {
    text-transform: capitalize;
}

.centerCenter {
  position: absolute;
  left: 50%;
  top: 50%;
  
  /*
  Nope =(
  margin-left: -25%;
  margin-top: -25%;
  */

  /* 
  Yep!
  */
  transform: translate(-50%, -50%);
  
  /*
  Not even necessary really. 
  e.g. Height could be left out!
  
  width: 40%;
  height: 50%;*/
}

.checked {
	background:#FFC;
}
.read {
	background:#F9F9F9;
	color:#7F7F7F
}

.countdownC{
	width:625px;
	margin:auto auto;
	}

@media (max-width: 479px) {
	.countdownC{
	display:table-cell;
    left: 0%;
    margin-right: 0%;
	}
}

.cursor{ cursor:pointer;}

.displayN{ display:none;}
.displayB{ display:block;}
.displayTable{ display:inline-table;}
.displayTableCell{display:table-cell;}


.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}


.empresa{ color:#FFF; font-size:10px; padding-left:5px;}

.editImage{
	position:relative; 
	top:-33px; 
	left:137px; 
	width:auto; 
	height:auto; 
	z-index:11; 
	font-size:30px;
	padding:5px;
	background: #FFF;
	cursor:pointer;
	
}




.floatL{ float:left;}
.floatR{ float:right;}
.font20{font-size:20px;}



#lean_overlay {
    position: fixed;
    z-index: 15000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #fff;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    display: none;
}

#lean_overlayFirst {
    position: fixed;
    z-index: 15000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #fff;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */

    display: block;
}




/***************************************************************toogle btn************************************/

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
  }
  .cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
  }
  input.cmn-toggle-round + label {
    padding: 2px;
    width: 80px;
    height: 40px;
    background-color: #dddddd;
    border-radius: 40px;
  }
  input.cmn-toggle-round + label:before,
  input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
  }
  input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 40px;
    transition: background 0.4s;
  }
  input.cmn-toggle-round + label:after {
    width: 38px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.4s;
  }
  input.cmn-toggle-round:checked + label:before {
    background-color: #8ce196;
  }
  input.cmn-toggle-round:checked + label:after {
    margin-left: 40px;
  }
  
/*******************************************************************TOOGLE*******************************/  







/*
.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}*/


.bordRound{
	border-radius: 50%;
	}


/*LOADIN FX*/
.wrapperLoad {
	padding-left: 1em;
	padding-right: 1em;
	margin: auto;
	display: block;
	width: 195px;
}

.cssload-loader {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	margin: 3em;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.cssload-loader {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	margin: 3em;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.cssload-loader,
.cssload-loader:before,
.cssload-loader:after {
	animation: 1.15s infinite ease-in-out;
		-o-animation: 1.15s infinite ease-in-out;
		-ms-animation: 1.15s infinite ease-in-out;
		-webkit-animation: 1.15s infinite ease-in-out;
		-moz-animation: 1.15s infinite ease-in-out;
}
.cssload-loader:before,
.cssload-loader:after {
	width: 100%; 
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.cssload-loader:before,
.cssload-loader:after {
		content: "";
}

.cssload-loader {
		animation: cssload-animation1 1.73s infinite linear;
		-o-animation: cssload-animation1 1.73s infinite linear;
		-ms-animation: cssload-animation1 1.73s infinite linear;
		-webkit-animation: cssload-animation1 1.73s infinite linear;
		-moz-animation: cssload-animation1 1.73s infinite linear;
}
.cssload-loader:before,
.cssload-loader:after {
		content:"";
		margin: -24px 0 0 -24px;
		top: 50%;
		left: 50%;
		background-color: rgba(30,30,30,0.7);
		animation-name: cssload-animation2;
		-o-animation-name: cssload-animation2;
		-ms-animation-name: cssload-animation2;
		-webkit-animation-name: cssload-animation2;
		-moz-animation-name: cssload-animation2;
}
.cssload-loader:after { animation-direction: reverse;
		-o-animation-direction: reverse;
		-ms-animation-direction: reverse;
		-webkit-animation-direction: reverse;
		-moz-animation-direction: reverse; }





@keyframes cssload-animation1 {
	0% {	 transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@-o-keyframes cssload-animation1 {
	0% {	 -o-transform: rotate(0deg); }
	100% { -o-transform: rotate(360deg); }
}

@-ms-keyframes cssload-animation1 {
	0% {	 -ms-transform: rotate(0deg); }
	100% { -ms-transform: rotate(360deg); }
}

@-webkit-keyframes cssload-animation1 {
	0% {	 -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes cssload-animation1 {
	0% {	 -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
}

@keyframes cssload-animation2 {
	0%	 { transform: scale(0.2); left:	 0%; }
	50%	{ transform: scale(1.0); left:	50%; }
	100% { transform: scale(0.2); left: 100%; }
}

@-o-keyframes cssload-animation2 {
	0%	 { -o-transform: scale(0.2); left:	 0%; }
	50%	{ -o-transform: scale(1.0); left:	50%; }
	100% { -o-transform: scale(0.2); left: 100%; }
}

@-ms-keyframes cssload-animation2 {
	0%	 { -ms-transform: scale(0.2); left:	 0%; }
	50%	{ -ms-transform: scale(1.0); left:	50%; }
	100% { -ms-transform: scale(0.2); left: 100%; }
}

@-webkit-keyframes cssload-animation2 {
	0%	 { -webkit-transform: scale(0.2); left:	 0%; }
	50%	{ -webkit-transform: scale(1.0); left:	50%; }
	100% { -webkit-transform: scale(0.2); left: 100%; }
}

@-moz-keyframes cssload-animation2 {
	0%	 { -moz-transform: scale(0.2); left:	 0%; }
	50%	{ -moz-transform: scale(1.0); left:	50%; }
	100% { -moz-transform: scale(0.2); left: 100%; }
}


.mais{ display:none;}
.manutencao {
    position: fixed;
    z-index: 15000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #fff;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */

    display: block;
}

.not-active {
  pointer-events: none;
  cursor: default;
}

.fixed {  
    position: fixed;
	width:80%;
    top: 70px;
	margin-top:0;
	z-index:20;
	
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}






.imgAnexo{
	display:inline-block; margin:3px;
}

.ImgHeader{
	width:140px;

}
@media (max-width: 800px) {
	.ImgHeader{
		width:80px;
		height:40px;
		
	}
}


  
.modal_close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; 
	background: url(../images/modal_close.png); z-index: 2; }


.LH9{ line-height:9px;}


.margin5{ margin:5px;}
.margin10{ margin:10px;}
.margin15{ margin:15px;}
.margin20{ margin:20px;}
.marginL5{ margin-left:5px;}
.marginL10{ margin-left:10px;}
.marginL20{ margin-left:20px;}
.marginL30{ margin-left:30px;}
.marginL40{ margin-left:40px;}
.marginAuto{ margin: auto auto;}
.marginT2{margin-top:2px;}
.marginT3{margin-top:3px;}
.marginT5{margin-top:5px;}
.marginT10{margin-top:10px;}
.marginT20{margin-top:20px;}
.marginT30{margin-top:30px;}
.marginR5{ margin-right:5px;}
.marginR10{ margin-right:10px;}
.marginR20{ margin-right:20px;}
.marginR30{ margin-right:30px;}
.marginB5{ margin-bottom:5px;}
.marginB10{ margin-bottom:10px;}
.marginB20{ margin-bottom:20px;}
.marginB30{ margin-bottom:30px;}
.margin5{ margin:5px;}
.margin10{ margin:10px;}
.margin20{ margin:20px;}
.margin30{ margin:30px;}

.noPad{
	padding: 0 !important;
    margin: 0 !important;
}

.overflow{ overflow:auto;}	

.padL5{ padding-left:5px;}
.padL10{ padding-left:10px;}
.padL20{ padding-left:20px;}
.padL30{ padding-left:30px;}
.padL80{ padding-left:80px;}

.padR5{ padding-right:5px;}
.padR10{ padding-right:10px;}
.padR20{ padding-right:20px;}
.padR30{ padding-right:30px;}
.padR80{ padding-right:80px;}


.pad10{ padding:10px;}
.pad30{ padding:30px;}

.padT5{ padding-top:5px;}
.padT10{ padding-top:10px;}
.padT20{ padding-top:20px;}
.padT30{ padding-top:30px;}
.padT40{ padding-top:40px;}
	
.posAbs{ position:absolute;}
.posFix{ position:fixed;}
.posRel{ position:relative;}
.posBot0{bottom:0px;}
	
.posAbs{ position:absolute;}
.posFix{ position:fixed;}
.posRel{ position:relative;}
.posBot0{bottom:0px;}

.preco, .preco2{
	display:inline-block;
	margin:-10px 0 0 auto;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight:bold;
  line-height: 40px;
   behavior: url(PIE/PIE.htc); border-radius: 50%;
	text-align:center;
}
.preco2{
	display:block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin:20px auto;
}



.printShow{display:none;}
.printShowA4{display:none;}

/*imagepraview.js*/
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index:10;
}



@media (max-width: 767px) {
.procurar input[type='text']{
	width: 90%;
}
}

@media (min-width: 1024px) {
	.min1024{
		width: 80%; margin:0 auto;
	}
}


span.empty, span.error{
	display:none;
	
}


.sombra{
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.sombraTexto{text-shadow: 2px 2px rgba(0, 0, 0, 0.4);}
.sombraTexto1{text-shadow: 1px 1px #333;}

.textC{ text-align:center;}
.center{ text-align:center;}
.textL { text-align:left;}
.textR { text-align:right;}
.textJ{ text-align:justify;}

.text6 {
  font-size: 6px;
}
.text7 {
  font-size: 7px;
}
.text8 {
  font-size: 8px;
}
.text9 {
  font-size: 9px;
}

.text11 {
  font-size: 11px;
}
.text16 {
  font-size: 16px;
}
.text36 {
  font-size: 36px;
  line-height: 36px;
}



.rgt0{ right:0;}
.rgt50{ right:50px;}
.left0{ left:0;}
.top0{ top:0;}
.top100{top:100px;}


.wAuto{ width:auto;}


.uzName{ font-size:10px; color:#FFF; display:inline-table; line-height:30px; margin-top:10px;}

.Ucase {
    text-transform: uppercase;
}
.Lcase {
    text-transform: lowercase;
}
.zindex2{ z-index:2;}
.zindex10{ z-index:10;}







/*==================      Well     ======================*/

.well3 {
  padding: 180px 0 50px 0;
}

.well4 {
  padding: 113px 0 116px 0;
}

.well5 {
  padding: 284px 0 74px 0;
}

.well6 {
  padding: 113px 0 37px 0;
}

.well7 {
  padding: 113px 0 114px 0;
}

.well8 {
  padding: 113px 0 117px 0;
}

.well9 {
  padding: 5px 0 106px 0;
}

.well10 {
  padding: 10px 0 10px 0;
}

.well11 {
  padding: 113px 0 67px 0;
}

.well12 {
  padding: 113px 0 112px 0;
}

.well13 {
  padding: 113px 0 121px 0;
}

.well14 {
  padding: 50px 0 100px 0;
}
.well15 {
  padding: 30px 0 30px 0;
}

@media (max-width: 479px) {
 .well14 {
  padding: 30px 0 30px 0;
}	
}

.well15 {
  padding: 30px 0 107px 0;
}

.well16 {
  padding: 92px 0 30px 0;
}
.well20 {
  padding: 20px 0 20px 0;
}
.well30 {
  padding: 30px 0 30px 0;
}

/*==================      Follow icons      ======================*/
.follow_icon {
  margin: 23px 0px 0px 7px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .follow_icon {
    position: relative;
    left: 50%;
    margin-left: -88px;
  }
}
.follow_icon li {
  float: left;
  margin-left: 5px;
}
.follow_icon li:first-child {
  margin-left: 0px;
}
.follow_icon li a {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 1199px) {
  .follow_icon li a {
    height: 49px;
    line-height: 49px;
    width: 49px;
  }
}
@media (max-width: 979px) {
  .follow_icon li a {
    height: 37px;
    line-height: 37px;
    width: 37px;
  }
}
.follow_icon li a:hover, .follow_icon li a:active {
  color: #fff;
  background: #b9da37;
}

.container .follow_icon1 {
  margin: 22px 0 0 32px;
}
@media (max-width: 979px) {
  .container .follow_icon1 {
    margin-left: 0;
  }
}

.showLinha{ display:none;}
@media (max-width: 979px) {
	.showLinha{ display:block;}
}


@media (max-width: 767px) {
  .container .follow_icon1 {
    position: relative;
    left: 50%;
    margin-left: -88px;
  }
  
}
.container .follow_icon1 li {
  margin-left: 9px;
}
.container .follow_icon1 li:first-child {
  margin-left: 0px;
}
.container .follow_icon1 a {
  height: 44px;
  line-height: 44px;
  width: 44px;
  color: #b9da37;
  background: #fff;
}
@media (max-width: 1199px) {
  .container .follow_icon1 a {
    height: 35px;
    line-height: 35px;
    width: 35px;
  }
}
.container .follow_icon1 a:hover, .container .follow_icon1 a:active {
  color: #fff;
  background: #b9da37;
}






.fa1 {
  width: 59px;
  height: 59px;
  text-align: center;
  line-height: 59px;
  behavior: url(PIE/PIE.htc); border-radius: 50%;
  background: #424242;
  color: #fff;
  margin-bottom: 54px;
  display: block;
}
.fa1:hover, .fa1:active {
  background: #b9da37;
}

/* Frame trrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr */

.frame {
  height: 300px;
  line-height: 300px;
  overflow: hidden;
}

.frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  
}

.frame ul li {
  float: left;
  width: 300px;
  height: 100%;
  margin: 0 1px 0 0;
  padding: 0;
  background: #333;
  color: #ddd;
  text-align: center;
  cursor: pointer;
}

.frame ul li.active {
  color: #fff;
  background: #a03232;
}


/* Scrollbar */

.scrollbar {
  margin: 0 0 1em 0;
  height: 2px;
  background: #ccc;
  line-height: 0;
}

.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #292a33;
  cursor: pointer;
}

.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}

