/*
  Theme Name: Flattern
  Theme URL: https://bootstrapmade.com/flattern-multipurpose-bootstrap-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com
*/

/* === prettify === */
@import url('../js/libs/google-code-prettify/prettify.css');
/* === fontawesome === */
@import url('../css/libs/font-awesome.css');
/* === custom icon === */
@import url('../css/libs/custom-fonts.css');
/* ==== overwrite bootstrap standard ==== */
@import url('../css/libs/overwrite.css');
@import url('../css/libs/animate.css');


@font-face {
  font-family: 'PathwayGothicOne';  /*está em "ionic.aspp.scss"*/
  src: url('font/Pathway_Gothic_One/PathwayGothicOne-Regular.ttf');
}

@font-face {
  font-family: 'Muli';  /*está em "ionic.aspp.scss"*/
  src: url('font/Muli/Muli-Regular.ttf');
}

@font-face {
  font-family: 'Muli EB';  /*está em "ionic.aspp.scss"*/
  src: url('font/Muli/Muli-ExtraBold.ttf');
}


/* ===================================
1. General
==================================== */
.text-style{
  white-space: pre-wrap
}
body {
  /*font-family: 'Open Sans', Arial, sans-serif;*/
  font-family: 'PathwayGothicOne', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
}

a:active {
  outline: 0;
}

.clear {
  clear: both;
}

.cursor-pointer{
  cursor: pointer !important;
}


/* Loading */
.loading-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}

.loading-overlay h5 {
  color:white;
  margin-top:20px;
}

.loading-overlay .sk-circle {
  margin: 20% auto 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.loading-overlay .sk-circle .sk-child {   width: 100%;   height: 100%;   position: absolute;   left: 0;   top: 0; }
.loading-overlay .sk-circle .sk-child:before {   content: '';   display: block;   margin: 0 auto;   width: 15%;   height: 15%;   background-color: white;   border-radius: 100%;   -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;   animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
 .loading-overlay .sk-circle .sk-circle2 {   -webkit-transform: rotate(30deg);   -ms-transform: rotate(30deg);   transform: rotate(30deg); }  
 .loading-overlay .sk-circle .sk-circle3 {   -webkit-transform: rotate(60deg);   -ms-transform: rotate(60deg);   transform: rotate(60deg); }  
 .loading-overlay .sk-circle .sk-circle4 {   -webkit-transform: rotate(90deg);   -ms-transform: rotate(90deg);   transform: rotate(90deg); }  
 .loading-overlay .sk-circle .sk-circle5 {   -webkit-transform: rotate(120deg);   -ms-transform: rotate(120deg);   transform: rotate(120deg); }  
 .loading-overlay .sk-circle .sk-circle6 {   -webkit-transform: rotate(150deg);   -ms-transform: rotate(150deg);   transform: rotate(150deg); }  
 .loading-overlay .sk-circle .sk-circle7 {   -webkit-transform: rotate(180deg);   -ms-transform: rotate(180deg);   transform: rotate(180deg); }  
 .loading-overlay .sk-circle .sk-circle8 {   -webkit-transform: rotate(210deg);   -ms-transform: rotate(210deg);   transform: rotate(210deg); }  
 .loading-overlay .sk-circle .sk-circle9 {   -webkit-transform: rotate(240deg);   -ms-transform: rotate(240deg);   transform: rotate(240deg); }  
 .loading-overlay .sk-circle .sk-circle10 {   -webkit-transform: rotate(270deg);   -ms-transform: rotate(270deg);   transform: rotate(270deg); }  
 .loading-overlay .sk-circle .sk-circle11 {   -webkit-transform: rotate(300deg);   -ms-transform: rotate(300deg);   transform: rotate(300deg); }  
 .loading-overlay .sk-circle .sk-circle12 {   -webkit-transform: rotate(330deg);   -ms-transform: rotate(330deg);   transform: rotate(330deg); }  
 .loading-overlay .sk-circle .sk-circle2:before {   -webkit-animation-delay: -1.1s;   animation-delay: -1.1s; }  
 .loading-overlay .sk-circle .sk-circle3:before {   -webkit-animation-delay: -1s;   animation-delay: -1s; }  
 .loading-overlay .sk-circle .sk-circle4:before {   -webkit-animation-delay: -0.9s;   animation-delay: -0.9s; }  
 .loading-overlay .sk-circle .sk-circle5:before {   -webkit-animation-delay: -0.8s;   animation-delay: -0.8s; }  
 .loading-overlay .sk-circle .sk-circle6:before {   -webkit-animation-delay: -0.7s;   animation-delay: -0.7s; }  
 .loading-overlay .sk-circle .sk-circle7:before {   -webkit-animation-delay: -0.6s;   animation-delay: -0.6s; }  
 .loading-overlay .sk-circle .sk-circle8:before {   -webkit-animation-delay: -0.5s;   animation-delay: -0.5s; }  
 .loading-overlay .sk-circle .sk-circle9:before {   -webkit-animation-delay: -0.4s;   animation-delay: -0.4s; }  
 .loading-overlay .sk-circle .sk-circle10:before {   -webkit-animation-delay: -0.3s;   animation-delay: -0.3s; }  
 .loading-overlay .sk-circle .sk-circle11:before {   -webkit-animation-delay: -0.2s;   animation-delay: -0.2s; }  
 .loading-overlay .sk-circle .sk-circle12:before {   -webkit-animation-delay: -0.1s;   animation-delay: -0.1s; }  
 @-webkit-keyframes sk-circleBounceDelay {    0%,   80%,   100% {     -webkit-transform: scale(0);     transform: scale(0);   }    40% {     -webkit-transform: scale(1);     transform: scale(1);   } }  
 @keyframes sk-circleBounceDelay {    0%,   80%,   100% {     -webkit-transform: scale(0);     transform: scale(0);   }    40% {     -webkit-transform: scale(1);     transform: scale(1);   } }



/* ===================================
2. layout
==================================== */

.container {
  padding: 0 20px 0 20px;
  position: relative;
}


.bg .container#container-ganhadores  {
  background: url("../img/np-site-pagina-ganhadores-bg.png") no-repeat bottom fixed;
}

.bg .container#container-branco  {
  background: url("../img/enquetes/bg-brasao.png") no-repeat;
}


#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

#wrapper.boxed {
  width: 1230px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

.row, .row-fluid {
  margin-bottom: 30px;
}

.row .row, .row-fluid .row-fluid {
  margin-bottom: 30px;
}

.row.nomargin, .row-fluid.nomargin {
  margin-bottom: 0;
}


.row-striped{
  background-color: #f3f3f3 !important;
  margin:0 !important;
}

.row-striped:nth-child(even) {
  background-color: #f1e7dd !important;  
}

.ul-striped li{
  padding: 10px;
}
.ul-striped li{
  background-color: #f3f3f3 !important;
  margin:0 !important;
}

.ul-striped li:nth-child(even) {
  background-color: #fff !important;  
}


/* ===================================
3. Responsive media
==================================== */

.video-container, .map-container, .embed-container {
  position: relative;
  margin: 0 0 15px 0;
  padding-bottom: 51%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: none;
}

.embed-container iframe, .embed-container object, .embed-container embed, .video-container iframe, .map-container iframe, .map-container object, .map-container embed, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  border: none;
}

img.img-polaroid {
  margin: 0;
}

.img-box {
  max-width: 100%;
}

/* ===================================
4. Topo
==================================== */

#barra-topo {
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding:5px 0 5px 0;
  height:58px;
  margin-bottom:2.5em;
}

.bg #barra-topo {
  background: transparent;
  /*border-bottom:1px solid #f2ae24;*/
  margin-bottom:20px;
}

#barra-topo  #barra-topo a {
  color: #ffffff;
}

#barra-topo  #barra-topo-inner ul {
  list-style: none;
  margin-top: 30px;
  margin-left: 0;
}

#barra-topo  #barra-topo-inner ul li {
  display: inline;
  margin: 0 20px 0 0;
}


#banner-extra {
  width:100%;
  text-align: center;
  margin-bottom: 30px;
}

/* --- modal signup & signin form --- */

/* modal styled */

.modal.styled .modal-header h4 {
  color: #fff;
}

/* --- header -- */

header {
  background: #fff;
  margin: 0;
  padding: 0;
  position: relative;
}

.bg header{
  background: transparent; 
}

header .logo {
  float: left;
}

header .logo img {
  margin-bottom: 10px;
}

header .logo h1 {
  font-size: 14px;
  margin: 0;
}

/* --- headnav menu : signup & signin --- */

.headnav {
  float: right;
  margin: 35px 0 0 0;
  border-bottom: 1px dotted #e6e6e6;
}

.headnav ul {
  margin-left: 0;
  list-style: none;
}

.headnav ul li {
  display: inline;
  margin-left: 10px;
}

.headnav ul li a {
  outline: 0;
  font-size: 12px;
  font-weight: 400;
}

.headnav ul li a:hover, .headnav ul li a:focus, .headnav ul li a:active {
  outline: 0;
}

/* --- menu --- */

@media (min-width: 768px) {
  header .navigation {
    float: right;
  }
  
}

header ul.nav > li {
  border: none;
  margin: 0;
  font-size: 21px;
}

header ul.nav li a {
  border: none;
  text-transform: uppercase;
}

.navbar{margin-top:10px;}

.navbar .nav>li>a {
  color: #111;
  text-shadow: none;
}

.navbar .nav a:hover {
  background: none;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover {
  background: none;
  font-weight: 400;
}

.navbar .nav>.active>a:active, .navbar .nav>.active>a:focus {
  background: none;
  outline: 0;
  font-weight: 400;
}

.navbar .nav li .dropdown-menu {
  z-index: 2000;
}

header ul.nav li ul {
  margin-top: 1px;
}

header ul.nav li ul li ul {
  margin: 1px 0 0 1px;
}

.dropdown-menu .dropdown i {
  position: absolute;
  right: 0;
  margin-top: 3px;
  padding-left: 20px;
}

.navbar .nav>li>.dropdown-menu:before {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-bottom-color: none;
  content: none;
}

.navbar .nav>li>.dropdown-menu:after {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  content: '';
}

ul.nav li.dropdown {
  cursor: pointer;
}

ul.nav li.dropdown a {
  z-index: 1000;
  display: block;
}

select.selectmenu {
  display: none;
}

/* ===================================
5. Section: Featured
==================================== */

#featured {
  background: #fcfcfc;
  position: relative;
  margin: 0;
  padding: 0;
}

/* ===================================
6. Slider
==================================== */

/* The Nivo Slider styles */

#nivo-slider {
  position: relative;
}

#featured #nivo-slider .row, #featured #nivo-slider .row-fluid {
  margin-bottom: 0;
}

.nivo-slider {
  background: #fbfbfb;
}

.slides {
  margin: 0;
  overflow: hidden;
}

.slides li {
  list-style-type: none;
}

.nivoSlider, .nivo-slider {
  position: relative;
  
  height: 164px; 
  overflow: hidden;
  /*
  width: 100%;
  margin: 0;
  */

  /*width: 61.5%;*/
  width: 1100px;
  margin: 0 auto 0 auto;
}

.nivo-slider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
  /*width: 100% !important;*/
  width: 1100px !important;
}

/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* The slices and boxes in the Slider */

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

.nivo-box img {
  display: block;
}

/* Caption styles */

.nivo-caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #1d1d1b;
  color: #fff;
  width: 30%;
  z-index: 8;
  padding: 20px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}


.nivo-caption h1 {
  color: #fff;
  font-size: 35px;
  line-height: 1em;
}

.nivo-caption h2 {
  color: #fff;
  font-size: 28px;
  line-height: 1em;
}

.nivo-caption p {
  margin-bottom: 20px;
  font-family: 'Muli', sans-serif;
}

.nivo-caption a {
  display: inline !important;
}

.nivo-html-caption {
  display: none;
}



/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
  position: absolute;
  bottom: 0px;
  z-index: 9;
  cursor: pointer;
}

.nivo-prevNav {
  right: 0px;
}

.nivo-nextNav {
  right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}

.nivo-controlNav a.active {
  background-position: 0 -22px;
}

.nivo-directionNav a {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  margin: 0;
  display: inline-block !important;
  text-align: center !important;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 3px;
  font-size: 12px;
  line-height: 18px;
  text-shadow: none;
  cursor: pointer;
  background-color: #444;
  right: 15px;
}

.nivo-directionNav a {
  opacity: 1;
}

a.nivo-nextNav {
  right: 0px;
}

a.nivo-nextNav:before {
  content: "\f105";
  color: #fff;
}

a.nivo-prevNav {
  right: 25px;
}

a.nivo-prevNav:before {
  content: "\f104";
  color: #fff;
}

.nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}

.nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

.nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

.nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/nivo-bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

.nivo-control.active {
  background-position: 0 0;
}

/* ===================================
7. Section: call action
==================================== */

section.callaction {
  background: #f9f9f9;
  padding: 50px 0 0 0;
}

/* ===================================
8. Section: Content
==================================== */

#content {
  position: relative;
  background: #fff;
  /*margin: 30px 0 30px 0;*/
}

.bg #content {
  background: transparent;
}

.bg #content p{
  color:white;
}

.bg #content hr{
  margin: 50px auto 50px auto;
  border: 0;
  border-top: 1px solid #f6c380;
  width: 70%;
}

#content img {
  max-width: 100%;
  height: auto;
}

/* --- Call to action --- */

.cta-text {
  float: left;
  margin-top: 10px;
}

.big-cta .cta {
  margin-top: 10px;
}

/* ===================================
9. Section: Bottom
==================================== */

#bottom {
  background: #fcfcfc;
  padding: 50px 0 0;
}

/* ===================================
10. Inner - Section: page headline
==================================== */

#inner-headline {
  background: #f5f5f5;
  position: relative;
  margin: 0;
  padding: 0;
  color: #fefefe;
}

.bg #inner-headline{
  background: rgba(255, 255, 255, 0.1);
}

#inner-headline .inner-heading h2 {
  margin: 20px 0 0 0;
  font-size:40px;
  text-align: left !important;
}


/* --- breadcrumbs --- */

#inner-headline ul.breadcrumb {
  margin: 35px 0 0;
  float: right;
}

#inner-headline ul.breadcrumb li {
  margin-bottom: 0;
  padding-bottom: 0;
}

#inner-headline ul.breadcrumb li {
  font-size: 15px;
  color: gray;
}

#inner-headline ul.breadcrumb li i {
  color: gray;
}

#inner-headline ul.breadcrumb li a {
  color: #fff;
}

.bg #inner-headline ul.breadcrumb li, .bg #inner-headline ul.breadcrumb li i {
  color:white;
}


ul.breadcrumb li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  #inner-headline ul.breadcrumb {
    margin:0;
  }
}


/* ============================
11. Forms
============================= */

.form-group {
  position: relative;
  /*margin-bottom: 1.5rem;*/
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 9px 0 0 15px;
  transition: all 200ms;
  opacity: 0.5;
}

/*<label> dos campos adquire formato diferente se preenchidos (estas classes possuem JS atrelado em "custom.js" */

.form-control:focus + .form-control-placeholder, 
.form-control-placeholder-preenchido
{
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}

select.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control
 {
  width: 100%;
  min-height: 40px;
  padding-left: 15px;
  font-size: 13px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

/*retira placeholder automático do HTML5 para campos data*/

.form textarea {
  width: 100%;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.validation {
  color: red;
  display:none;
  margin: 0 0 20px;
  font-weight:400;
  font-size:13px;
}

#sendmessage {
  color: green;
  border:1px solid green;
  display:none;
  text-align:center;
  padding:15px;
  font-weight:400;
  margin-bottom:15px;
}

#errormessage {
  color: red;
  display:none;
  border:1px solid red;
  text-align:center;
  padding:15px;
  font-weight:400;
  margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}


/* --- comment form ---- */

form#commentform input[type="text"] {
  width: 100%;
  min-height: 40px;
  padding-left: 20px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

form#commentform textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

/* --- search form --- */

.search {
  float: right;
  margin: 35px 0 0;
  padding-bottom: 0;
}

#inner-headline form.input-append {
  margin: 0;
  padding: 0;
}

#thumbs {
  margin: 0;
  padding: 0;
}

#thumbs li {
  list-style-type: none;
}

.item-thumbs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}

.item-thumbs a+img {
  width: 100%;
}

.item-thumbs .hover-wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  -moz-transform: rotateY(180deg) scale(0.5, 0.5);
  -ms-transform: rotateY(180deg) scale(0.5, 0.5);
  -o-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.item-thumbs:hover .hover-wrap, .item-thumbs.active .hover-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.item-thumbs .hover-wrap .overlay-img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.80;
  filter: alpha(opacity=80);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  color: #fff;
  font-size: 32px;
  line-height: 1em;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* --- portfolio detail --- */

.top-wrapper {
  margin-bottom: 20px;
}

/* ===============================
13. Elements
================================ */

/* --- list style --- */

ul.general {
  list-style: none;
  margin-left: 0;
}

ul.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.link-list li {
  margin: 0;
  padding: 2px 0 2px 0;
  list-style: none;
}

footer ul.link-list li a {
  color: #f9bd08;
}

footer ul.link-list li a:hover{
	color:#e11718 !important;
}



/* --- Heading style --- */

h2.heading-home{
  font-size:35px !important;
  padding-left:10px;
  border-left:2px solid #f9bd08;
}

h4.heading {
  font-weight: 300;
}

h4.heading strong {
  font-weight: 400;
}

.heading {
  margin-bottom: 30px;
}

.heading {
  position: relative;
}

.widgetheading {
  width: 100%;
  padding: 0;
}

#bottom .widgetheading {
  position: relative;
  border-bottom: #e6e6e6 1px solid;
  padding-bottom: 9px;
}

aside .widgetheading {
  position: relative;
  border-bottom: #e9e9e9 1px solid;
  padding-bottom: 9px;
}

footer .widgetheading {
  position: relative;
  font-size:25px;
}

footer .widget .social-network {
  position: relative;
}

#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: -1px;
  right: 0;
}


/* --- loginbox --- */

.loginbox-title {
  background: #fff;
  text-align: center;
  padding: 10px 0 10px 0;
}

.loginbox-title h3 {
  font-weight: 400;
  margin-bottom: 0;
}

.loginbox-offer {
  background: #fcfcfc;
  text-align: center;
  padding: 40px 0 40px 0;
  font-size: 18px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.loginbox-box.special .loginbox-offer {
  color: #fff;
}

.loginbox-offer strong {
  font-size: 78px;
  line-height: 89px;
}

.loginbox-offer sup {
  font-size: 28px;
}

.loginbox-content {
  background: #fff;
  text-align: center;
  font-size: 14px;
  padding:10px 0px 0px 0px;
}
.loginbox-content  input[type="text"], .loginbox-content  input[type="password"]{
	width:87%;
}

.loginbox-content strong {
  color: #353535;
}

.loginbox-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.loginbox-content ul li {
  border-bottom: 1px solid #e9e9e9;
  list-style: none;
  padding: 15px 0 15px 0;
  margin: 0 0 0 0;
}

.loginbox-action {
  margin: 0;
  background: #f9f9f9;
  padding: 10px;
}

.loginbox-wrapp {
 margin: 0 auto;
  width: 100%;
  background: #fd0000;
}

/* --- loginbox box alt 1 --- */

.loginbox-box-alt {
  border: 1px solid #e6e6e6;
  background: #fcfcfc;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.loginbox-box-alt  p, .loginbox-box-alt  form{
	margin:0;
	padding:0;
}

.loginbox-box-alt .loginbox-heading {
  background: #f9f9f9;
  text-align: center;
  display: block;
  padding:10px;
}

.loginbox-box-alt .loginbox-heading  .icon-user{
	color:#fff;
}

.loginbox-box-alt .loginbox-heading  h3{
  color:#fff;
  margin:0;
  font-size:22px !important;
}

.loginbox-box-alt .loginbox-heading  h3 strong{
  font-size:22px !important;
}

.loginbox-box-alt .loginbox-heading  a{
  color:#ffb900;
}

.loginbox-box-alt.special .loginbox-heading {
  background: #fcfcfc;
  text-align: center;
  padding: 40px 0 1px 0;
  border-bottom: none;
  display: block;
  color: #fff;
}

.loginbox-box-alt.special .loginbox-heading h3 {
  color: #fff;
}

.loginbox-box-alt .loginbox-heading h3 strong {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1px;
}

.loginbox-box-alt .loginbox-heading h3 {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -1px;
}


.loginbox-box-alt .loginbox-action {
  margin: 0;
  padding: 10px;
}


/* estatisticas box */

.span-estatisticas .span-estatistica{
	margin-left:0;
	margin-right:20px;
  display: flexslider;
  float:left;
  width: 18.6%;
}

.span-estatisticas .span-estatistica:last-child{
	margin-right:0px;
}

.span-estatisticas h2{
  font-size:30px;
}

.estatisticas-box-alt {
  background: #fcfcfc;
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.estatisticas-box-alt  p, .estatisticas-box-alt  form{
	margin:0;
	padding:0;
}

.estatisticas-box-alt .estatisticas-heading {
  text-align: center;
  display: block;
  padding:30px;
}

.estatisticas-box-alt .estatisticas-heading  h3{
  color:#fff;
  margin:0;
  font-size:55px !important;
  font-weight:400 !important;
}

.estatisticas-box-alt .estatisticas-heading  h3 strong{
  font-size:22px !important;
}

.estatisticas-box-alt .estatisticas-heading  a{
  color:#f9bd08;
}


.estatisticas-box-alt .estatisticas-heading h3 strong {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1px;
}

.estatisticas-box-alt .estatisticas-heading h3 {
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
}


.estatisticas-box-alt .estatisticas-content {
  color: white;
  padding:15px 20px 10px 20px;
  font-size:16.5px;
  font-family: 'Muli', sans-serif;
  height:60px;
  text-align:center;
  background-color: #1d1d1b;
  line-height: 1.0em;
}


/*tratando o responsivo da caixa de estatísticas*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  
.span-estatisticas .span-estatistica{
	margin-right:0px;
  width: 100%;
}

} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

.span-estatisticas .span-estatistica{
	margin-right:0px;
  width: 100%;
}

} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

.span-estatisticas .span-estatistica{
	margin-right:20px;
  width: 30%;
}

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  
.span-estatisticas .span-estatistica{
	margin-right:20px;
  width: 18.6%;
  overflow: hidden;
}

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

/*ultimas noticias*/

.span-noticias .span4{
	margin-left:0;
	margin-right:20px;
}

.span-noticias h6{
  font-size:18px;
  text-transform: uppercase;
}

.span-noticias h4{
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom:0;
}

.span-noticias p.text-muted{
  margin:0 0 20px 0;
}

.span-noticias.span-noticias-secundarias h6{
	font-size:17px;
  margin:0;
  text-transform: uppercase;
}

.noticias-secundarias-resumo{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
}

.span-noticias .img-noticia{
  width:100% !important;
  height:250px !important;
}

.span-noticias .img-noticia-secundaria{ 
  width:100% !important;
  height:100px !important;
}

.corpo-noticia{
  font-size:16px;
  line-height: 1.5em;
  text-align: justify;
}

.corpo-noticia-small{
  font-size:12px;
  line-height: 1.5em;
  text-align: justify; 
}

.botoes-rodape-destaque p{
  font-family: 'PathwayGothicOne', sans-serif !important;
  font-size:18px;
}
/* informativos */

.informativos-box {
  border: 1px solid #e6e6e6;
  background: #fcfcfc;
  position: relative;
  margin: 0 0 20px 0;
  padding:10px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.informativos-box  p, .informativos-box  form{
	margin:0;
	padding:0;
}

.informativos-box .informativos-box-heading {
  background: #f9f9f9;
  display: block;
}

.informativos-box .informativos-box-heading  .icon-user{
	color:#fff;
}

.informativos-box .informativos-box-heading  h3{
  color:#fff;
  margin:0;
  font-size:22px !important;
}

.informativos-box .informativos-box-heading  h3 strong{
  font-size:22px !important;
}

.informativos-box .informativos-box-heading  a{
  color:#ffb900;
}

.informativos-box.special .informativos-box-heading {
  background: #fcfcfc;
  text-align: center;
  padding: 40px 0 1px 0;
  border-bottom: none;
  display: block;
  color: #fff;
}

.informativos-box.special .informativos-box-heading h3 {
  color: #fff;
}

.informativos-box .informativos-box-heading h3 strong {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1px;
}

.informativos-box .informativos-box-heading h3 {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -1px;
}

.informativos-box .item-thumbs{
    margin: 0;
    padding: 0;
    width: 100%;
}

.informativos-box  .informativos-box-action {
  background: #fcfcfc;
  text-align: center;
}


/*home -> selo*/

.span-selo img{
  width:100%;
}



/*home -> legislação*/

.span-legislacao ul {
	list-style: square;
}

.span-legislacao ul li {
	margin:0 0 20px 0;
}

.span-legislacao h5 {
	font-size:26px;
  margin:0 0 10px 0;
  text-transform: uppercase;
}

.span-legislacao p{
  line-height:1.8em;
  font-family: 'Muli', sans-serif;
}

/* --- Custom carousel --- */

.custom-carousel-nav {
  outline: 0;
  color: #ffffff;
  text-align: center;
}

a.custom-carousel-nav {
  outline: 0;
}

a.custom-carousel-nav:hover {
  outline: 0;
  text-decoration: none;
}

.icon-control {
  margin: 0 0 0 140px;
}

/* ===============================
14. Blog & article
================================ */

article {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

article .post-heading h3 {
  margin-bottom: 20px;
}

article .post-heading h3 a {
  font-weight: 700;
  color: #353535;
}

article .post-heading h3 a:hover {
  text-decoration: none;
}

/* --- post meta --- */

.post-meta {
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  border-top: none;
  text-align: center;
}

.post-meta .format {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 10px;
}

.post-meta i {
  margin: 0;
}

.post-meta .date {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 10px;
}

.post-meta .date span {
  text-align: center;
  color: #999;
  font-size: 12px;
  font-weight: 400;
}

.post-meta .comments {
  padding: 10px 0 10px;
}

.post-meta .comments a {
  color: #999;
  font-size: 12px;
  font-weight: 400;
}

.post-meta .comments a:hover {
  text-decoration: none;
}

/* --- post format --- */

.post-image {
  margin-bottom: 20px;
}

.post-quote {
  margin-bottom: 20px;
}

.post-video {
  margin-bottom: 20px;
}

.post-audio {
  margin-bottom: 20px;
}

.post-link {
  margin-bottom: 20px;
}

.post-slider {
  margin-bottom: 20px;
}

.post-quote blockquote {
  font-size: 16px;
  color: #999;
  font-family: 'Noto Serif', serif;
  font-style: italic;
  line-height: 1.6em;
}

.post-image img:hover {
  -webkit-box-shadow: 0 0 2px #979797;
  -moz-box-shadow: 0 0 2px #979797;
  box-shadow: 0 0 2px #979797;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

ul.meta-post {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.meta-post li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  border-right: 1px dotted #e9e9e9;
  padding-right: 10px;
}

ul.meta-post li i {
  float: left;
  font-size: 12px;
  margin: 2px 5px 0 0;
}

ul.meta-post li a {
  color: #999;
  float: left;
  font-size: 12px;
  font-weight: 400;
}

/* --- single post --- */

.bottom-article {
  float: left;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0 10px 0;
  margin-top: 20px;
}

/* --- author info --- */

.about-author {
  border: 1px solid #d5d5d5;
  padding: 20px;
  float: left;
  margin-bottom: 5px;
}

.about-author h5 {
  margin-bottom: 10px;
}

/* --- Comment --- */

.comment-area {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.media-content {
  overflow: hidden;
  margin-left: 12px;
  border-bottom: 1px dotted #d5d5d5;
  padding-bottom: 20px;
}

.media-content h6 {
  font-size: 14px;
  font-weight: 400;
}

.media-content span {
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 300;
}

.comment-area .thumbnail>img {
  display: block;
  width: 60px;
  height: 60px;
}

.filter-list {
  margin-top: 20px;
}

/* --- pagination --- */

#pagination a, #pagination span {
  display: block;
  float: left;
  margin: 0 7px 0 0;
  padding: 7px 10px 6px 10px;
  font-size: 12px;
  line-height: 12px;
  color: #888;
  font-weight: 400;
}

#pagination a:hover {
  color: #fff;
  text-decoration: none;
}

#pagination span.current {
  background: #333;
  color: #fff;
  font-weight: bold;
}

/* ===============================
15. Aside, sidebar
================================ */

aside {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-nav {
  float: left;
  width: 100%;
}

.right-sidebar {
  border-left: 1px solid #e9e9e9;
  padding: 0 0 0 30px;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
}

.left-sidebar {
  border-right: 1px solid #e9e9e9;
  padding: 0 30px 0 0;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
}

.left-sidebar .widget h3, .left-sidebar .widget .widget-content {
  padding-right: 20px;
}

aside .widget {
  margin-bottom: 40px;
}

ul.cat, ul.recent, ul.folio-detail, ul.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li {
  margin: 0 0 15px 0;
  list-style: none;
}

ul.cat li a, ul.folio-detail li a {
  color: #656565;
}

ul.folio-detail li label {
  display: inline;
  cursor: default;
  color: #353535;
  font-weight: bold;
}

.widget ul.recent li {
  margin-bottom: 20px;
}

ul.recent li h6 {
  margin: 0 0 10px 0;
}

ul.recent li h6 a {
  color: #353535;
  font-size: 16px;
  font-weight: 400;
}

.widget ul.tags {
  list-style: none;
  margin: 0;
}

.widget ul.tags li {
  margin: 0 5px 15px 0;
  display: inline-block;
}

.widget ul.tags li a {
  background: #e6e6e6;
  color: #333;
  padding: 5px 10px;
}

.widget ul.tags li a:hover {
  text-decoration: none;
  color: #fff;
}

/* ===== Widgets ===== */



/* --- Recent post widget --- */

.recent-post {
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 18px;
}

.recent-post h5 a:hover {
  text-decoration: none;
}

.recent-post .text h5 a {
  color: #353535;
}

ul.time-post {
  float: left;
  width: 120px;
  padding: 0;
  list-style: none;
  margin: 0 20px 0 0;
  text-align: center;
  color: #0e0f0f;
}

ul.time-post li {
  float: none;
  background: #f8f8f8;
  list-style: none;
  margin: 0 0 2px 0;
  padding: 0;
}

ul.time-post li a img:hover {
  opacity: 0.8;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  /* For IE 8 8 */
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

ul.time-post li.time {
  float: none;
  padding: 5px 0 5px 0;
  text-shadow: none;
}

.recent-post ul.time-post li.time {
  color: #121214;
}

.post-meta {
  margin-bottom: 20px;
}

.post-meta span {
  padding: 0 10px 0 10px;
  margin-bottom: 10px;
}

.post-meta span a {
  color: #919191;
}

.post-meta strong {
  font-weight: 200px;
  color: #c7c7c7;
}

.item .text {
  margin-left: 140px;
  margin-bottom: 20px;
}

/* ===============================
16. Footer
================================ */

footer {
  background: #1d1d1b;
  padding: 50px 0 0 0;
  color: #bbb;
}

footer a {
  color: #f9bd08;
  font-size: 20px;
}


footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #eee;
}

footer address {
  line-height: 1.6em;
}

footer h5 a:hover, footer a:hover {
  text-decoration: none;
}

ul.social-network {
  list-style: none;
  margin: 20px auto 0 auto;
}

ul.social-network li{
  margin-right:5px;
  display: inline;
}

ul.social-network li .footer-icons{ 
  font-size: 30px;
}

ul.social-network li a:hover{
  color:#f9bd08;
  text-decoration: none;
}

footer ul.social-network {
  text-align: center;
}

footer p.redes-sociais {
  text-align: center;
  color:white;
  font-family: 'PathwayGothicOne', sans-serif;
  font-size:20px;
}


footer ul.social-network li {
  margin:5px;
  
}

footer ul.social-network li {
  display: inline;
  margin:5px;
  
}

footer ul.social-network li .footer-icons{ 
  font-size: 30px;
}

footer ul.social-network li a:hover{
  color:#e11718;

}

#sub-footer {
  background: black;
  text-shadow: none;
  color: #5d5d5d;
  padding: 0;
  padding-top: 30px;
  margin:0;
}

#sub-footer p {
  margin: 0;
  padding: 0;
}

#sub-footer span {
  color: #c7c7c7;
}

.copyright {
  text-align: left;
  font-size: 17px;
  color: gray;
  text-align:center;
}

.copyright p{
  font-family: 'PathwayGothicOne', sans-serif;
}

.credits a{
	color: gray;
}


/* ===============================
17. Divider, Line & Misc
================================ */

.solidline {
  border-top: 1px solid #e6e6e6;
  margin: 0 0 30px;
}

.dottedline {
  border-top: 1px dotted #e6e6e6;
  margin: 0 0 30px;
}

.dashedline {
  border-top: 1px dotted #e6e6e6;
  margin: 0 0 30px;
}

.blankline {
  height: 1px;
  margin: 0 0 30px;
}

.borda-1{
  border: 1px solid #808080;
}

.borda-cinza{
  border-color: #bbb;
}

/* scroll to top */

.scrollup {
  position: fixed;
  width: 32px;
  height: 32px;
  bottom: 0px;
  right: 20px;
}

a.scrollup {
  outline: 0;
}

a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
  opacity: 1;
  text-decoration: none;
}

a.scrollup i:hover {
  text-decoration: none;
}

/* =============================
18. Position & alignment
============================= */

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.aligncenter {
  text-align: center;
}

.aligncenter span {
  margin-left: 0;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.floatnone {
  float: none;
}

.aligncenter {
  text-align: center;
}

/* --- Image allignment style --- */

img.pull-left, .align-left {
  float: left;
  margin: 0 15px 15px 0;
}

.widget img.pull-left {
  float: left;
  margin: 0 15px 15px 0;
}

img.pull-right, .align-right {
  float: right;
  margin: 0 0 15px 15px;
}

article img.pull-left, article .align-left {
  float: left;
  margin: 5px 15px 15px 0;
}

article img.pull-right, article .align-right {
  float: right;
  margin: 5px 0 15px 15px;
}


/* =============================
20. Spacer, margin
============================= */

.clear-marginbot {
  margin-bottom: 0;
}

.marginbot10 {
  margin-bottom: 10px;
}

.marginbot20 {
  margin-bottom: 20px;
}

.marginbot30 {
  margin-bottom: 30px;
}

.marginbot40 {
  margin-bottom: 40px;
}

.clear-paddingtop {
  padding-top: 0;
}
.clear-paddingbottom {
  padding-bottom: 0;
}

.clear-margintop {
  margin-top: 0;
}
.clear-marginbottom {
  margin-bottom: 0;
}

.margintop10 {
  margin-top: 10px !important;
}

.margintop20 {
  margin-top: 20px !important;
}

.margintop30 {
  margin-top: 30px !important;
}

.margintop40 {
  margin-top: 40px;
}

/* =============================
21. Media queries
============================= */
/*

@media (width: 1366px){
  .nivoSlider, .nivo-slider {
    width: 100%;
  }
}



@media (width: 1024px){
  .nivoSlider, .nivo-slider {
    width: 100%;
  }
}
*/


@media (min-width: 979px) and (max-width: 1200px) {
  #wrapper.boxed {
    width: 1000px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  #wrapper.boxed {
    width: 784px;
    margin: 0 auto;
  }
  .navbar .nav {
    border: none;
  }
  .navbar .nav li a {
    border: none;
  }
  a.detail {
    background: none;
    width: 100%;
  }
  
  .nivoSlider, .nivo-slider {
    /*width: 100%;*/
  }

  .nivo-caption {
    width: 60%;
  }
  /* slitslider */
  
  ul.clients li {
    width: 104px;
    margin: 0 20px 0 0;
  }
  ul.clients li .client-hover {
    width: 104px;
  }
  footer .widget form input#appendedInputButton {
    display: block;
    width: 91%;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
  }
  footer .widget form .input-append .btn {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
  }
  ul.related-folio li {
    width: 156px;
    margin: 0 20px 0 0;
  }
}

@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
  #wrapper.boxed {
    width: 90%;
    margin: 0 auto;
  }
  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar .nav {
    border-bottom: 1px solid #2d2d2d;
  }
  div nav ul {
    display: none;
  }
  nav ul li {
    display: none;
  }
  select.selectmenu {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    color: #111;
    margin-right: 20px;
    line-height: 30px;
    font-size: 18px;
    font-family: 'PathwayGothicOne', sans-serif;
  }
  select.selectmenu .bold {
    font-weight: bold;
  }
  .box {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
  }
  #featured .flexslider .slide-caption {
    width: 90%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: -40px;
  }
  /* slitslider */
  .sl-slider h2 {
    font-size: 60px;
  }
  .nivo-slider {
    width:100%;    
  }
  /* nivo slider */
  .nivo-caption {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
  }
  #inner-headline .breadcrumb {
    float: left;
    clear: both;
    width: 100%;
  }
  #inner-headline .search {
    float: left;
    margin-top: 20px;
  }
  .breadcrumb>li {
    font-size: 13px;
  }
  ul.portfolio li article a i.icon-48 {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .left-sidebar {
    border-right: none;
    padding: 0 0 0 0;
    border-bottom: 1px dotted #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .right-sidebar {
    margin-top: 30px;
    border-left: none;
    padding: 0 0 0 0;
  }
  footer .span1, footer .span2, footer .span3, footer .span4, footer .span5, footer .span6, footer .span7, footer .span8, footer .span9, footer .span10, footer .span11, footer .span12 {
    margin-bottom: 20px;
  }
  #sub-footer ul.social-network {
    float: left;
  }
  [class*="span"] {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  header .logo {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    float: none;
  }
  header .logo img {
    margin-bottom: 10px;
  }
  header .logo h1 {
    font-size: 14px;
    margin: 0;
  }
  .bottom-article a.pull-right {
    float: left;
    margin-top: 20px;
  }
  .navbar .nav {
    border-bottom: 1px solid #2d2d2d;
  }
  .search {
    float: left;
  }
  .flexslider .slide-caption {
    display: none;
  }
  /* nivo slider */
  
  .nivo-slider {
    width:100%;    
  }
  
  .nivo-caption {
    background: none;
    width:230px;
  }
  .nivo-caption h1 {
    font-size:20px;
  }
  .nivo-caption .btn {
    font-size:15px;
  }
  .nivo-caption p {
    display: none;
  }
  .da-slide .da-img .video-container {
    margin-top: 50%;
  }
  .da-slide h2 {
    color: #fff;
    position: relative;
    font-size: 20px;
    width: auto;
  }
  .cta-text {
    margin: 0 auto;
    text-align: center;
  }
  .cta.floatright {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .jcarousel-skin-tango .jcarousel-next-horizontal, .jcarousel-skin-tango .jcarousel-prev-horizontal {
    margin-top: -30px;
  }
  #twitter-wrapper {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  ul.portfolio li article a i.icon-48 {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}

@media (max-width: 360px) {}

/* Theme Styler :: End */


.elipsar{
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.centralizar{
  text-align: center !important;
}

table.botoes-disponiveis td{
  background:none !important;
  padding:10px !important;
  margin:0px !important;
  border:0 !important;
}

table.botoes-disponiveis td .inativo{
  color: #828282 !important;
}

/*tabela usada em "components\sorteios\views\premiacao-valores.html" mas que pode ser usada em qualquer tela */
table.premiacao {
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%;
  }
  table.premiacao th {
  background-color: #ff7f00;
  color: white;
  padding: 8px;
  text-align: left;
  text-transform: uppercase;
  font-weight:normal;
  border: 1px solid #c8cccd ;
  }
  table.premiacao td {
  background-color: #eeeeee;
  color: black;
  padding: 2px;
  border: 1px solid #c8cccd ;
  border-collapse: collapse;
  text-align: right;
  }
  table.premiacao td:first-child {
      text-align: center !important;
  }
  table.premiacao tfoot td {
  background-color: black;
  color: white;
  }
  table.premiacao caption {
  
  margin: 10px 0;
  }
  

/* Loading estatisticas*/

.loading-dots {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loading-dots div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fed;
  border-radius: 50%;
  animation: loading-dots 1.2s linear infinite;
}
.loading-dots div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.loading-dots div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.loading-dots div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.loading-dots div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.loading-dots div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.loading-dots div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.loading-dots div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.loading-dots div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.loading-dots div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.loading-dots div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.loading-dots div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.loading-dots div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes loading-dots {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
