body{
	font-family: 'Roboto Condensed';
	background-color: #ffffff;
	font-size: 10pt;
	text-rendering: optimizeLegibility;
}

.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}

.navbar-nav{
	width:100%;
}

.mnopts{
	text-align:center;
	padding-right: 0;
	padding-left: 0;
}

.mncats{
	text-align:center;
	padding-right: 0;
	padding-left: 0;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	border: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #ffffff;
	height: 40px;
	/*background-color: #f5f8f9;*/
	padding-top: 10px;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0;
	border: 0;
}

.nopadding{
	padding-right:0;
	padding-left:0;
}

.sSlider {
	margin: 0;
	padding: 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	background: url('../images/load.gif') center center no-repeat #ffffff;
	border: 0;
}

.yellowline{
	background: url('../images/yellow_line.jpg') left center repeat-x;
}

.greyline{
	background: url('../images/grey_line.jpg') left center repeat-x;
}

.tityellow{
	color: #f8a022;
	font-weight: bold;
	font-size: 16px;
	margin-top:5px;
}

.subtitulo{
	color: #666666;
	margin-top:5px;
	margin-bottom:10px;
}

.fa{
	text-shadow: 0 1px 0 #f9f9f9;
	font-size: 1.3em;
}

.fb-like-box,
.fb_iframe_widget span,
.fb_iframe_widget iframe {
    width:100% !important;
}

h2, .h2 {
    font-size: 20px;
}

@media (min-width: 768px){}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 15px;
}

.navbar-nav {
	margin: 0;
	padding-right: 15px;
	padding-left: 15px;
}

.princ1{
	background-color: #822C00;
}

.princ2{
	background-color: #da4e07;
}

.princ3{
	background-color: #ff6100;
}

.princ4{
	background-color: #ff8e1c;
}

.princ5{
	background-color: #579a00;
}

.princ6{
	background-color: #99be18;
}

.princ7{
	background-color: #7ede00;
}

.cats1{
	background-color: #00448D;
}

.cats2{
	background-color: #085EBB;
}

.cats3{
	background-color: #2582E6;
}

.cats4{
	background-color: #5A9FE9;
}

.cats5{
	background-color: #66ccff;
}

.cats6{
	background-color: #81BDFC;
}

.cats7{
	background-color: #99ccff;
}

.cats8{
	background-color: #bcddff;
}

.sprods a{
	padding:10px;
	display: block;
}

#mnuprinc a:hover{
	background-color: #eeeeee;
}

.goToTop {
  position: fixed;
  top: 0;
  height: 70px;
  z-index: 1;
}

#mnuprods a:hover{
	background-color: #eeeeee;
}

.navbar-brand{
	display:none;
}

.navbar-header{
	background-color:#f8f8f8;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -10px;
	background-color: #e7e7e7;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.divisoria {
height: 1px;
margin: 9px 0;
background-color: #e5e5e5;
}

.migalhas{
    height:30px;
    width:100%;
    padding-top:5px;
    padding-left: 15px;
    border: 1px solid #cccccc;
    background-color:#f5f5f5;
    margin-bottom:10px;
}

.conteudo{
    min-height:400px;
    width:100%;
    padding:15px;
    border: 1px solid #cccccc;
    margin-top:10px;
    color: #333333;
}

.menulateral{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.menulateral li{
    border: 1px solid #747474;
    margin: 0px;
    margin-bottom:15px;
    background-color:#747474;
    color:#ffffff;
}

.menulateral li a{
    display:block;
    text-decoration:none;
    padding: 10px;
    padding-left: 15px;
    color:#ffffff;
}

.menulateral li a:hover{
    background-color:#eeeeee;
    color: #747474;
}

.menulateral li>a.active{
    background-color:#f8a022;
    color:#ffffff;
}

.menulateral li.titMenu{
    background-color:#ffffff;
    padding:10px;
    color:#333333;
}

.placeholder {
  position: relative;
}

.placeholdertxtarea {
  position: relative;
}

.placeholder input {
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	margin-top: 10px;
}

.placeholdertxtarea textarea {
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	margin-top: 10px;
}

.placeholder label {
	position: absolute;
	top: 19px;
	left: 15px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	cursor: text;
	color: #AFAFAF;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.placeholdertxtarea label {
	position: absolute;
	top: 20px;
	left: 15px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	cursor: text;
	color: #AFAFAF;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}


.placeholder.active input {
  padding-left: 15px;
}

.placeholdertxtarea.active textarea {
  padding-left: 15px;
}

.placeholder.active label {
  top: -9px;
  left: 0px;
  padding: 0;
  font-size: 12px;
  color: #2d3c7d;
}

.placeholdertxtarea.active label {
  top: -9px;
  left: 0px;
  padding: 0;
  font-size: 12px;
  color: #2d3c7d;
}

.form-group.placeholder{
	display: inline-block;
	width: 100%;
	margin: 10px 0 10px;
}

.form-group.placeholdertxtarea{
	display: inline-block;
	width: 100%;
	margin: 10px 0 10px;
}

.radio-inline, .checkbox-inline{
	display: inline-block;
	width: 100%;
	padding: 2px 0;
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline{
	margin-left: 0;
}

.radio-inline label,
.checkbox-inline label {
	cursor: pointer !important;
	width: 100%;
}

.label-small{
	font-size: 12px;
	font-weight: 400;
}

/************************************************************   tabs   ***************************************************************/
.ui-widget-header {
    background:none;
    border:0;
    border-bottom: 2px solid #f8a022;
    border-radius:0;
}

.ui-widget-content {
  border: 0px solid #ddd;
  background: none;
  color: #333;
  border-radius:0;
}

.ui-tabs .ui-tabs-panel {
  background: #f5f5f5;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #747474;
  font-weight: normal;
  color: #ffffff;
  border-radius:0;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #ffffff;
  text-decoration: none;
}

.ui-widget {
    font-family: 'Roboto Condensed';
	font-size: 10pt;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background:#f8a022;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #f8a022;
  font-weight: normal;
  color: #ffffff;
}

.apesq{
    display:block;
    background-color:#f5f5f5;
}

.apesq:hover{
    background-color:#eeeeee;
}

/************************************************************ Desktop  *****************************************************************************/
.container-fluid{
    margin: 0;
    padding:0;
}

.container{
	width: 100% !important;
	max-width: 1180px;
}

.smartphone{
	display: none;
}
	
.desktop{
	display: block;
}

/*********************************************************** Smartphones ***************************************************************************/
@media (max-width: 767px) {
	.navbar-nav{
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-header{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.navbar-brand{
		display:block;
	}
	
	.smartphone{
		display: block;
	}
	
	.desktop{
		display: none;
	}
}